/* No CSS */
.footer-ins .content-company-footer .textwidget ul li {
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 10px;
  font-size: 0.9em;
}

.header-wrap {
  justify-content: space-between;
}

.header-top-mail {
  width: auto;
}

.header-bottom-nav ul .menu-item.current_page_item {
  background-color: #c83538;
}

.header-bottom-nav ul .menu-item a {
  font-size: 14px;
  line-height: 18px;
}

.header-bottom-search button {
  background: unset;
  /* padding-left: 0; */
}

.header-bottom-search button img {
  width: 30px;
  height: 23px;
}

.single .mona-content .wp-block-button__link {
  background-color: #c83538;
  color: #ffffff;
  padding: 13px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-left: 50px;
  text-transform: uppercase;
}

.main .constr-detail-left-ctn .btn {
  width: fit-content;
}

.single .mona-content .wp-block-button__link:hover::after {
  clip-path: circle(111.5% at 24% 71%);
}

.single .mona-content .wp-block-button__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #383838;
  z-index: -1;
  left: 0;
  transition: 0.3s;
  clip-path: circle(0.5% at 0 100%);
}

.single .mona-content .wp-block-button__link::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background: url("/wp-content/uploads/2022/06/list-4-1.svg");
  background-repeat: no-repeat;
  left: 15px;
}

.single .mona-content ol {
  padding: 16px;
  border-radius: 4px;
  width: 100%;
  margin-top: 0px;
  background-color: #f8f8f8;
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 0px;
}

.single .mona-content ol > li {
  list-style: decimal-leading-zero;
  color: #5a5a5a;
  font-weight: 600;
  line-height: 22px;
  margin-left: 25px;
  padding: 10px;
}

.single .mona-content ol > li > ul {
  padding: 0;
  color: #5a5a5a;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}

.single .mona-content .wp-block-buttons {
  width: 100%;
}

.single .mona-content .wp-block-buttons .wp-block-button.center-button {
  margin: 0 auto;
}

.single .mona-content figure ul {
  padding: 0;
}

p.logged-in-as {
  display: none;
}

.not-found.aos-init.aos-animate {
  margin-left: 20px;
}

.blog-list-item .blog-list-item-title {
  color: black;
}

.listsp-right-product {
  width: 100%;
}

.mona-para.mona-content {
  padding: 0 24px;
  /* opacity: 0.7; */
  margin-bottom: 50px;
}

.mona-para.mona-content ul,
.mona-para.mona-content ol {
  padding-left: 20px;
}

.mona-para.mona-content ul {
  list-style: unset !important;
}

.mona-para.mona-content ul li:not(:last-child) {
  margin-bottom: 20px;
}

/* .mona-content p {
    margin: 15px 0;
} */

p.info-box-info.fz14:hover {
  color: #c83538;
}

ul.page-numbers {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

ul.page-numbers li a {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: #383838;
  color: #ffffff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  justify-content: center;
  z-index: 1;
}

ul.page-numbers li span.current {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: #c83538;
  color: #ffffff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  justify-content: center;
}

ul.page-numbers li a:hover::after {
  clip-path: circle(111.5% at 24% 71%);
}

ul.page-numbers li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #c83538;
  z-index: -1;
  transition: 0.3s;
  clip-path: circle(0.5% at 0 100%);
}

.productSide-box .productSide-item .fz12:nth-child(3) {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}

.listsp-left .price-left-adv:not(:last-child) {
  margin-bottom: 20px;
}

.about-info-left-tab ul .menu-item {
  cursor: pointer;
  height: 39px;
  width: 100%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-right: 4px solid transparent;
  position: relative;
}

.about-info-left-tab ul#menu-menu-about {
  width: 100%;
}

.about-info-left-tab ul .menu-item.current-menu-item::after {
  content: "";
  position: absolute;
  right: -5px;
  width: 5px;
  height: 39px;
  background-color: #c83538;
}

.about-info-left-tab ul .menu-item.current-menu-item a {
  color: #c83538;
  font-weight: 600;
}

.about-info-left-tab ul .menu-item a {
  color: black;
}

.about-info-left-tab ul .menu-item:hover a {
  color: #c83538;
}

.about-contents.flex-css {
  flex-direction: column;
}

/* .sub-content-about {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
} */

.page-template-quote-template .mona-content p {
  font-size: 14px;
}

.main .price-right-result {
  max-width: unset;
}

.main .price-right-result p {
  padding: 0;
}

p.fz14.content-single {
  height: 65px;
  overflow-y: hidden;
}

.constr-detail-right-info ul li:not(:last-child) {
  margin-bottom: 20px;
}

.constr-detail-right-info ul li a:hover {
  color: #c83538;
}

.constr-detail-right-info ul li a {
  color: black;
  font-weight: 600;
}

.page-template-policy-template .mona-content p {
  line-height: 25px;
}

.box-info-contact {
  display: flex;
  flex-direction: column;
}

.box-info-contact a {
  color: black;
}

.box-info-contact a:hover {
  color: #c83538;
}

.main .contact-form-body-right form {
  justify-content: space-between;
}

.contact-right-page {
  width: 60%;
  padding: 24px;
}

.contact-form .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.4rem;
}

.contact-form .form-control {
  width: calc(100% - 2.4rem);
  margin-bottom: 1.2rem;
  position: relative;
}

.contact-form .form-control .clear {
  cursor: pointer;
  width: 1.4rem;
  height: 1.4rem;
  background: #c7c7c7;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  font-size: 0.8rem;
  padding-top: 0.05rem;
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  display: none;
  transition: all 0.3s;
}

.contact-form .form-control .clear:hover {
  color: #ce000c;
}

.contact-form .form-control .input-form {
  width: 100%;
  padding: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #252c41;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

@media only screen and (max-width: 1200px) {
  .contact-form .form-control .input-form {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 800px) {
  .contact-form .form-control .input-form {
    font-size: 1.5rem;
  }
}

.contact-form .form-control .input-form:focus {
  border-bottom: 1px solid #ce000c;
}

.contact-form .form-control .input-form::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: rgba(37, 44, 65, 0.7);
}

.contact-form .form-control .input-form:not(:placeholder-shown) + .clear {
  display: flex;
}

.contact-form .form-control .textarea {
  height: 6rem;
  padding-top: 15px;
  font-family: "Roboto";
}

.contact-form .w-50 {
  width: calc(50% - 2rem);
  margin-right: 1.4rem;
}

@media (max-width: 600px) {
  .contact-form .form-control {
    width: calc(100% - 1.4rem);
    margin-bottom: 1.2rem;
    position: relative;
  }

  .contact-form .w-50 {
    width: 100%;
  }
}

.contact-right-page .form .submit {
  width: 100%;
  height: auto;
  position: relative;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-gray {
  margin: 0 auto;
  padding: 12px 60px;
}

span.wpcf7-spinner {
  position: absolute;
}

span.wpcf7-spinner {
  position: absolute;
  top: 10px;
  right: 0;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 21px;
  left: 15px;
  font-size: 0.8em;
}

.header-top-logo img {
  height: 100%;
}

.price-left-adv:not(:last-child) {
  margin-bottom: 20px;
}

.footer-img {
  /* width: auto!important;
    height: auto!important; */
  overflow: hidden;
}

.submit input[type="submit"] {
  border: 0;
}

.submit input[type="submit"]:hover {
  background-color: #c83538;
}

.work-item-info h3 a {
  color: black;
}

.cmt-ava img {
  width: 50px;
}

.comment-box .comment-rate .cmt-parent .cmt-item .cmt-ava img {
  width: 48px;
}

p.cmt-timed.t-mini {
  margin-top: 10px;
  font-weight: 400;
}

h3.cmt-name.t16 {
  font-weight: 600;
}

.cmt-child {
  margin-left: 60px;
}

.comment-box .comment-rate .cmt-child .cmt-item .cmt-content {
  border-left: 0;
}

.comment-box .comment-rate .form-cmt .cmt-note button {
  background-color: #c83538;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  height: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.comment-box .comment-rate .form-cmt .cmt-note button:hover::after {
  clip-path: circle(111.5% at 24% 71%);
}

.comment-box .comment-rate .form-cmt .cmt-note button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #383838;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.3s;
  clip-path: circle(0.5% at 0 100%);
}

p.comment-notes {
  display: none;
}

h3#reply-title {
  margin-bottom: 10px;
}

.single-product .comment-box {
  width: 100%;
  padding: 0px 24px;
  border-top: 1px #00000021 solid;
}

.single-product .comment-box .comment-rate .form-cmt .cmt-note button {
  margin-bottom: 20px;
}

.comment-box .comment-rate-title {
  font-weight: 600;
}

.main .home-video-info-left .video-gallery-item-overlay h3 {
  max-width: 100%;
  /* height: 43px; */
  overflow: hidden;
}

.home-video-info h3.fz32.fw6 strong {
  position: relative;
  overflow: hidden;
}

.home-video-info h3.fz32.fw6 strong::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 0;
  background-color: rgba(200, 53, 55, 0.3);
}

a.cmt-tt-link.library-heart.active {
  color: #c83538 !important;
}

.mona-content.content-detail-category {
  /* max-height: 100vh; */
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.mona-content.js-content-category {
  max-height: 190px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.btn-gray {
  z-index: 1;
}

.btn-gray::after {
  z-index: -1;
}

.cmt-form {
  display: flex;
  align-items: center;
}

.cmt-input {
  width: 100%;
  position: relative;
}

input#subject-comment {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px #8080806b solid;
  background: #f8f8f8;
}

button.button-text.cmt-submit {
  position: absolute;
  right: 0;
  top: 1px;
  padding: 10px 10px;
  border-radius: 5px;
  background: #c83538;
  color: white;
}

button.button-text.cmt-submit:hover {
  background: #8080806b;
}

.cmt-ava {
  margin-right: 20px;
}

.mobiles-nav.nav-mobilesjs ul .menu-item.current-menu-item > a {
  color: #c83538 !important;
}

.main .product-detail-body-left .mona-content h3 {
  color: #c83538;
  padding: 24px;
}

.header-bottom-search form {
  display: flex;
}

@media screen and (max-width: 550px) {
  .header-bottom-search button img {
    width: 20px !important;
    max-width: unset;
    height: 20px;
    margin-left: 0px;
  }

  .single .mona-content ol {
    grid-template-columns: auto;
  }

  .fz-12 {
    font-size: 13px;
  }

  .mona-content h4 {
    font-size: 18px;
  }
}

.main .home-video-info-left .video-gallery-item img {
  display: block;
}

.constr-detail-left.mona-content p {
  margin: 0;
}

@media (max-width: 768px) {
  .main .contact-right-page {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .contact-form .w-50 {
    width: 100%;
    margin-right: 2.4rem;
  }

  .contact-form .form-control {
    width: calc(100% - 2.4rem);
  }
}

.main .price-right-table td:nth-child(2),
.main .price-right-table th:nth-child(2) {
  position: relative;
}

h3.fz14.fw6 a {
  color: #000000;
  transition: 0.3s;
}

.prodctsqr-item:hover .prodctsqr-item-info .fw6 a {
  color: #c83538;
}

li.headside.selected img {
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}

.header-bottom-nav .menu-item a {
  display: flex;
  align-items: center;
  justify-content: stretch;
  text-transform: uppercase;
  padding: 15px 15px;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.menu-item.dropdown {
  position: relative;
  width: auto;
}

.header-bottom-nav .child {
  position: absolute;
  top: 100%;
}

i.bx.bx-chevron-down {
  position: absolute;
  top: 12px;
  right: 3px;
  filter: brightness(0) invert(1);
  font-size: 21px;
}

/* .header-bottom-nav .child .menu-item.dropdown i.bx.bx-chevron-down {
    filter: brightness(0) invert(0);
} */

.header-bottom-nav .menu-item.dropdown:hover > .child {
  display: block;
}

.header-bottom-nav .child .child {
  top: 0;
}

.mobiles-nav i.bx.bx-chevron-down {
  padding: 12px;
  top: -7px;
  filter: brightness(0) invert(0);
}

.mobiles-nav ul .menu-item {
  width: 100%;
  margin: 0;
  font-weight: 500;
}

.mobiles-nav ul .menu-item a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobiles-nav ul .menu-item a {
  padding: 15px;
  color: #000000;
  font-size: 14px;
}

.mobiles-nav .sidebar .headside a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px;
}

/* .mobiles-nav ul.child {
    margin-left: 20px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
}

.mobiles-nav .selected > ul.child {
    display: block;
    opacity: 1;
    transition: 0.3s ease-in-out;
} */

.mobiles-nav ul.child .menu-item a:not(:first-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobiles-nav ul.menu {
  padding: 20px 0;
}

.header-bottom-nav .child li.current-menu-item > a {
  color: white;
}

#toc_container p.toc_title {
  color: white;
}

#toc_container p.toc_title + ul.toc_list {
  padding: 10px 40px;
  background: #f8f8f8;
}

#toc_container p.toc_title + ul.toc_list li a {
  color: black;
}

.mobiles-nav .menu-item.headside.selected > a {
  color: #c83538;
}

.main .listsp-left li.headside a.active {
  color: #c83538 !important;
}

.main .home-video-info-left .watchnews {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.main .home-video-info-left .watchnews span {
  color: #000000;
}

.main .home-video-info-left .watchnews:hover span {
  color: #c83538;
}

.main .home-video-info-left .watchnews:hover img {
  transform: translateX(5px);
}

.main .home-video-info-left .watchnews img {
  transition: 0.3s;
  height: 16px;
}

.title-home-brand {
  text-align: center;
  font-size: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  color: #c83538;
  font-weight: 600;
}

.main .home-brand-wrap {
  border-top: unset;
}

a.css-category {
  color: white;
}

@media screen and (min-width: 1201px) {
  .header .menu-choose-cover {
    z-index: -1;
  }
}

@media screen and (max-width: 550px) {
  .header-bottom-search {
    overflow: unset;
  }
}

.comment .comment-author {
  background-color: #f6f3ee;
}

.comment .comment-author-info p {
  color: black;
}

.comment .comment-author-info .fz18 {
  font-weight: 600;
}

.comment .comment-author-info .mona-content p {
  color: #00000096;
  font-size: 16px;
}

.comment .comment-author-info .social-fb span {
  color: black;
}

p.fz14.header-social,
p.fz14.header-social a {
  color: black;
  font-weight: 400;
}

p.fz14.header-social:hover,
p.fz14.header-social a:hover {
  color: #c83538;
}

.product-item-info h4,
.productSide-item-info p a,
.video-news-item-info h4 {
  color: black;
}

.product-item-info h4:hover,
.productSide-item-info p a:hover,
.video-news-item-info h4:hover {
  color: #c83538;
}

.footer-ins .fz16 {
  color: white;
}

@media screen and (max-width: 900px) {
  .main .home-prodct-list .product-item:nth-child(9),
  .main .home-prodct-list .product-item:nth-child(10) {
    display: none;
  }
}

p.cmt-note-text {
  display: none;
}

p.comment-form-cookies-consent {
  display: none;
}

@media screen and (max-width: 576px) {
  .tax-product_cat .listsp-left .sidebar,
  .tax-product_cat .listsp-left .productSide {
    display: none;
  }

  .page-template-quote-template .listsp-left .sidebar,
  .page-template-quote-template .listsp-left .productSide {
    display: none;
  }
}

.product-detail-head a.btn.btn-wh-bdr {
  display: none;
}

.comment-form-rating {
  width: 100%;
  margin-bottom: 15px;
}

.woocommerce p.stars a::before {
  color: #fcb720;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
}

.star-list {
  position: relative;
  height: 20px;
}

.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.star-flex .icon {
  width: 18px;
  height: 18px;
}

.star-flex .icon:not(:first-child) {
  margin-left: 4px;
}

.star-filter {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

.star-total {
  font-weight: 300;
  margin-left: auto;
  padding-left: 10px;
}

.form-cmt .star.cmt-star {
  margin-top: 10px;
}

.comment-rate-title.fz18 {
  display: flex;
  justify-content: space-between;
}

.count-rating {
  display: flex;
}

.number-rating {
  margin-left: 10px;
}

p.stars .error::before {
  color: red !important;
}

.main .about-banner-title .css-title-about {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  padding-top: 32px;
}

button.btnsearchjs {
  display: flex;
}

.header-bottom-search form .btnsearchjs img {
  margin-top: 0;
  margin-left: 0;
}

/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.comment-rating-post #full-stars-example-two .rating-group {
  display: inline-flex;
}

/* make hover effect work properly in IE */
.comment-rating-post #full-stars-example-two .rating__icon {
  pointer-events: none;
}

/* hide radio inputs */
.comment-rating-post #full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

/* hide 'none' input from screenreaders */
.comment-rating-post #full-stars-example-two .rating__input--none {
  display: none;
}

/* set icon padding and size */
.comment-rating-post #full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

/* set default star color */
.comment-rating-post #full-stars-example-two .rating__icon--star {
  color: orange;
}

/* if any input is checked, make its following siblings grey */
.comment-rating-post
  #full-stars-example-two
  .rating__input:checked
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}

/* make all stars orange on rating group hover */
.comment-rating-post
  #full-stars-example-two
  .rating-group:hover
  .rating__label
  .rating__icon--star {
  color: orange;
}

/* make hovered input's following siblings grey on hover */
.comment-rating-post
  #full-stars-example-two
  .rating__input:hover
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}

.comment-rating-post .fa-star:before {
  font-size: 16px;
}

@media screen and (max-width: 434px) {
  .comment-rate-title.fz18 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .count-rating {
    margin-top: 15px;
  }
}

@media screen and (max-width: 800px) {
  button.button-text.cmt-submit {
    padding: 5px 10px;
  }

  button.button-text.cmt-submit p {
    color: white;
  }
}

.link-wrap span {
  color: #bdbdbd;
}

.link-wrap a {
  color: #bdbdbd;
}

.zalo-chat-widget.header-top-social-fb {
  left: 170px !important;
  bottom: 20px !important;
}

.link-wrap a :hover {
  color: #c83538;
  transition: 0.3s;
}

.footer-cre .header-top-social .btn-phone img {
  width: 45px;
  height: 45px;
}

.footer-cre .header-top-social a img {
  width: 48px;
  height: 48px;
}

/*FEEDBACK 03.08*/
section.link {
  background: #bdbdbd;
}

section.link a,
.link-wrap span {
  color: #c83538;
}

.comment .comment-author {
  padding: 30px 70px;
}

@media screen and (max-width: 900px) {
  .comment .comment-author {
    padding: 20px;
  }
}

.mona-table-content {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 5px;
}

.mona-table-content table {
  border-collapse: collapse;
  max-width: 1000px !important;
}

.page-template-quote-template .mona-content {
  width: 100%;
}

@media screen and (max-width: 320px) {
  ul.content-company-footer {
    overflow: hidden;
  }
}

a.popup-youtube {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.project-item-img {
  height: 236px;
}

.project-item-img a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.home-adv-item img {
  max-width: 32px;
}

@media screen and (max-width: 500px) {
  .main .about-banner-title .css-title-about {
    font-size: 22px;
    padding: 12px 0;
  }

  .main .about-banner-title {
    height: auto;
  }
}

.main .constr-detail-left {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .main .constr-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .work-item-img a {
    padding-top: 63%;
  }
}

.work-item-img img {
  object-fit: cover;
}

/*fb 5/10/2022 */
.product-item-img img {
  object-fit: fill;
}
/*fb 6/10/2022 */
.main .product-detail-body-left .product-imagebox-img img {
  object-fit: revert;
}
@media screen and (max-width: 550px) {
  .btn-red {
    overflow: initial;
    white-space: nowrap;
  }
  a.btn.btn-wh.h36 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 850px) {
  .btn-red {
    overflow: initial;
    white-space: nowrap;
  }
  a.btn.btn-wh.h36 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1550px) {
  .btn-red {
    overflow: initial;
    white-space: nowrap;
  }
  a.btn.btn-wh.h36 {
    white-space: nowrap;
  }
}
p.rtecenter img {
  height: inherit !important;
  max-width: 100%;
}
@media screen and (max-width: 950px) {
  .main .home-prodct-banner .filterbar {
    display: flex;
    height: 68px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 0px !important;
  }
}
/* @media screen and (max-width: 426px){
.main .home-banner {
    height: 51.666667vw;
}} */
.main .home-banner img {
  height: 100%;
  width: 100%;
  /* object-fit: none; */
}
div#swiper {
  margin-bottom: 0px;
}
/* .home-banner{
    height: auto;
} */

.constr-detail-left.mona-content .m-css-iframe{
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 768px) {
  .main .home-banner {
    height: 50vw;
  }
}

@media only screen and (max-width: 550px) {
  .constr-detail-left.mona-content .m-css-iframe{
    width: 100%;
    height: 350px;
  }
}

.constr-detail-left.mona-content .m-css-iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 500px)
{
  .main .home-prodct-banner .banner img {
      height: auto;
  }
  .main .home-prodct-banner .banner {
      height: auto;
  }
}
.constr-detail-left-btn a {
  color: white;
}

.m-title-sidebar {
  color: #C83538 !important;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.main .home-prodct-banner .banner img {
    height: auto !important;
}
.main .home-prodct-banner .banner {
    height: auto;
}
@media screen and (max-width: 1024px){
.main .home-prodct-banner .square {
    display: none;
}}