@charset "UTF-8";
/**File sass css khai báo các mixin cho ứng dụng**/
/**Thiết lập position absolute cho phần tử theo vị trí**/
@font-face {
  font-family: "UTMBanque";
  src: url("../../../fonts/UTMBanque.eot");
  src: url("../../../fonts/UTMBanque.eot?#iefix") format("embedded-opentype"), url("../../../fonts/UTMBanque.woff") format("woff"), url("../../../fonts/UTMBanque.ttf") format("truetype"), url("../../../fonts/UTMBanque.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UTMBanqueBold";
  src: url("../../../fonts/UTMBanqueBold.eot");
  src: url("../../../fonts/UTMBanqueBold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/UTMBanqueBold.woff") format("woff"), url("../../../fonts/UTMBanqueBold.ttf") format("truetype"), url("../../../fonts/UTMBanqueBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UTMHanzel";
  src: url("../../../fonts/UTMHanzel.eot");
  src: url("../../../fonts/UTMHanzel.eot?#iefix") format("embedded-opentype"), url("../../../fonts/UTMHanzel.woff") format("woff"), url("../../../fonts/UTMHanzel.ttf") format("truetype"), url("../../../fonts/UTMHanzel.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**File sass chứa các biến màu sắc hoặc font family thường được sử dụng**/
.mCSB_draggerRail {
  display: none !important;
}

#thaco-menu-responisve {
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 70;
}
@media only screen and (max-width: 991px) {
  #thaco-menu-responisve {
    height: 180px;
    z-index: 0;
  }
}
@media only screen and (max-height: 587px) {
  #thaco-menu-responisve {
    z-index: 0;
  }
}

#thaco-menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  padding: 15px 20px;
  margin: 0;
}
@media only screen and (max-height: 587px) {
  #thaco-menu-button {
    z-index: 70;
  }
}
@media only screen and (max-height: 587px) and (max-width: 991px) {
  #thaco-menu-button {
    z-index: 0;
  }
}
#thaco-menu-button a {
  color: #cf0e1c;
}
#thaco-menu-button a:hover {
  color: #cf0e1c;
}

#thacoLogo {
  position: absolute;
  top: 45px;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0 100px;
  margin: 0;
}
#thacoLogo .thaco-sorento {
  color: black;
}
@media only screen and (max-width: 991px) {
  #thacoLogo {
    top: 15px;
  }
  #thacoLogo img {
    width: 70px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #thacoLogo {
    padding: 0 10px;
  }
  #thacoLogo img {
    width: 50px;
    height: auto;
  }
}
@media only screen and (max-height: 900px) {
  #thacoLogo {
    top: 5px;
  }
}
@media only screen and (max-height: 700px) {
  #thacoLogo {
    display: none;
  }
}

#thacoMenu {
  position: absolute;
  top: 100px;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0 100px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  #thacoMenu {
    top: 45px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #thacoMenu {
    padding: 0 10px;
  }
}
@media only screen and (max-height: 900px) {
  #thacoMenu {
    top: 45px;
  }
}
@media only screen and (max-height: 700px) {
  #thacoMenu {
    top: 0;
  }
}

.thaco-register {
  position: fixed;
  top: 110px;
  right: 100px;
  height: 45px;
  z-index: 70;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid white;
  border-radius: 10px;
  width: auto;
  background-position-y: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
@media only screen and (max-height: 700px) {
  .thaco-register {
    top: 15px;
  }
}
@media only screen and (max-height: 900px) {
  .thaco-register {
    top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .thaco-register {
    height: 40px;
    right: 10px;
    top: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .thaco-register {
    width: 180px;
    height: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .thaco-register {
    padding: 4px 2px;
    height: 22px;
    top: 10px;
  }
}
.thaco-register-text {
  color: white;
  text-transform: uppercase;
  text-shadow: darkgrey;
}

.thaco-button a {
  border-radius: 5px 0 0 5px;
  padding: 6px 5px;
  z-index: 70;
  background-image: linear-gradient(#295297, #142e5f);
  margin-bottom: 10px;
  font-size: 14px;
  width: 300px;
  display: flex;
  align-items: center;
  position: fixed;
  overflow: hidden;
  right: -250px;
  -webkit-transition: background 0.2s ease, all linear 0.3s;
  -moz-transition: background 0.2s ease, all linear 0.3s;
  -ms-transition: background 0.2s ease, all linear 0.3s;
  transition: background 0.2s ease, all linear 0.3s;
}
@media only screen and (max-width: 576px) {
  .thaco-button a {
    padding: 0px 4px;
  }
}
.thaco-button a:nth-child(1) {
  top: 150px;
}
.thaco-button a:nth-child(2) {
  top: 195px;
}
.thaco-button a:nth-child(3) {
  top: 240px;
}
.thaco-button a:nth-child(4) {
  top: 285px;
}
.thaco-button a:nth-child(5) {
  top: 330px;
}
.thaco-button a:nth-child(6) {
  top: 375px;
}
@media only screen and (min-width: 991px) {
  .thaco-button a:hover {
    right: 0;
    -webkit-transition: background 0.2s ease, all linear 0.3s;
    -moz-transition: background 0.2s ease, all linear 0.3s;
    -ms-transition: background 0.2s ease, all linear 0.3s;
    transition: background 0.2s ease, all linear 0.3s;
  }
}
.thaco-button a .thaco-button-object {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .thaco-button a .thaco-button-object {
    padding: 5px 4px;
  }
}
.thaco-button a .thaco-button-object img {
  height: 30px;
  width: 35px;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#thacoMenu li {
  display: inline-block;
  margin: 10px 10px;
  color: #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  #thacoMenu li {
    margin: 10px 3px;
  }
}
@media only screen and (max-width: 991px) {
  #thacoMenu li {
    margin: 10px 3px;
  }
}
@media only screen and (max-width: 768px) {
  #thacoMenu li {
    margin: 0px 3px;
  }
}

#thacoMenu li a, #menu li.active a {
  padding: 9px 18px;
  display: block;
}
@media only screen and (max-width: 576px) {
  #thacoMenu li a, #menu li.active a {
    padding: 4px 2px;
  }
}
@media only screen and (max-width: 460px) {
  #thacoMenu li a, #menu li.active a {
    padding: 4px 2px;
  }
}

#thacoMenu li a {
  text-decoration: none;
  color: #000;
}

.hover-menu-thaco {
  position: relative;
}
.hover-menu-thaco:after {
  content: "";
  position: absolute;
  background-color: #b50000;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all linear 0.3s;
}
.hover-menu-thaco:hover:after {
  width: 100%;
}

.hover-menu-thaco.active:after {
  width: 100%;
}

.home-thaco {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .home-thaco {
    background: unset;
  }
}
.home-thaco-background {
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .home-thaco-background {
    display: block;
  }
}
.home-thaco-intro {
  position: absolute;
  top: 180px;
  padding: 0 160px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .home-thaco-intro {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-height: 767px) {
  .home-thaco-intro {
    left: 0;
    margin: 0 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 100%;
  }
}
.home-thaco-intro-responsive {
  display: block;
}
@media only screen and (max-width: 991px) {
  .home-thaco-intro-responsive {
    display: block;
  }
}
@media only screen and (max-height: 767px) {
  .home-thaco-intro-responsive {
    display: none;
  }
}
@media only screen and (max-height: 576px) {
  .home-thaco-intro-responsive {
    display: none;
  }
}
.home-thaco-intro-block {
  display: flex;
}
.home-thaco-intro-block-logo img {
  width: 180px;
  height: auto;
}
.home-thaco-intro-block-hr {
  margin: 0 20px;
  width: 2px;
  background-color: white;
}
.home-thaco-intro-block-brand {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.home-thaco-intro-block-brand-sorento {
  font-size: 30px;
  font-family: "UTMBanqueBold", sans-serif;
  border-bottom: 1px solid #e3e2e1;
}
.home-thaco-intro-text {
  font-size: 20px;
  font-family: "UTMBanque", sans-serif;
  margin-top: 15px;
  text-align: center;
  background: linear-gradient(90deg, #451a1a 0%, rgba(238, 8, 8, 0.9514006286) 50%, #451a1a 100%);
}
.home-thaco-social {
  position: absolute;
  bottom: 35px;
  right: 100px;
  display: flex;
}
@media only screen and (max-width: 1300px) {
  .home-thaco-social {
    bottom: 15px;
    right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco-social {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home-thaco-social {
    right: 10px;
  }
}
@media only screen and (max-height: 991px) {
  .home-thaco-social {
    bottom: 15px;
    right: 15px;
  }
}
.home-thaco-social-facebook {
  height: auto;
  width: 50px;
  border: 1px solid white;
  border-radius: 14px;
}
@media only screen and (max-width: 1200px) {
  .home-thaco-social-facebook {
    width: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .home-thaco-social-facebook {
    width: 40px;
  }
}
.home-thaco-social-youtube {
  height: auto;
  margin-left: 25px;
  width: 80px;
  border: 1px solid white;
  border-radius: 14px;
}
@media only screen and (max-width: 1200px) {
  .home-thaco-social-youtube {
    width: 65px;
  }
}
@media only screen and (max-width: 576px) {
  .home-thaco-social-youtube {
    width: 50px;
  }
}
.home-thaco-customer {
  position: absolute;
  bottom: 80px;
  left: 0;
  display: flex;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  .home-thaco-customer {
    bottom: 30px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco-customer {
    padding: 0;
    flex-direction: row;
    width: 100%;
    bottom: 0;
    max-width: 60%;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco-customer {
    flex-direction: column;
  }
}
.home-thaco-customer-block {
  text-align: center;
  flex: 0 15%;
}
@media only screen and (max-width: 1700px) {
  .home-thaco-customer-block {
    flex: 0 15%;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco-customer-block {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .home-thaco-customer-block {
    max-width: 30%;
  }
}
.home-thaco-customer-block-book {
  width: 75px;
}
@media only screen and (max-width: 1200px) {
  .home-thaco-customer-block-book {
    width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco-customer-block-book {
    width: 100%;
    max-width: 13%;
  }
}
.home-thaco-customer-block-people {
  width: 152px;
}
@media only screen and (max-width: 1200px) {
  .home-thaco-customer-block-people {
    width: 122px;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco-customer-block-people {
    width: 100%;
    max-width: 20%;
  }
}
.home-thaco-customer-block-text {
  color: white;
  max-width: 80%;
  margin: 10px auto;
  font-family: "UTMBanqueBold", sans-serif;
}
@media only screen and (max-width: 991px) {
  .home-thaco-customer-block-text {
    max-width: 100%;
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco-customer-block-text {
    font-size: 8px;
  }
}
.home-thaco div.mobile-customer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 10px;
}
.home-thaco div.mobile-customer ul.mobile_customer {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home-thaco div.mobile-customer ul.mobile_customer {
    justify-content: space-between;
  }
}
.home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item:first-child {
  margin-right: 25px;
}
.home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item:last-child {
  flex: 1;
  justify-content: flex-end;
}
.home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon {
  text-align: center;
}
.home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.visitor {
  max-width: 235px;
}
@media only screen and (max-width: 1980px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.visitor {
    max-width: 160px;
  }
}
@media only screen and (max-width: 1680px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.visitor {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.visitor {
    max-width: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.visitor {
    max-width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.visitor {
    max-width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.visitor {
    max-width: 30px;
  }
}
.home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.booker {
  width: 90px;
}
@media only screen and (max-width: 1980px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.booker {
    width: 85px;
  }
}
@media only screen and (max-width: 1680px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.booker {
    max-width: 70px;
  }
}
@media only screen and (max-width: 1366px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.booker {
    max-width: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.booker {
    max-width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.booker {
    max-width: 30px;
  }
}
@media only screen and (max-width: 545px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon img.booker {
    max-width: 20px;
  }
}
.home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon ._mb_text {
  color: white;
}
@media only screen and (max-width: 1980px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon ._mb_text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1680px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon ._mb_text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1366px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon ._mb_text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon ._mb_text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon ._mb_text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 545px) {
  .home-thaco div.mobile-customer ul.mobile_customer .__mb_customer_item ._mb_text_and_icon ._mb_text {
    font-size: 8px;
  }
}
.home-thaco div.mobile-customer ul.mobile_customer ._mb_social_item {
  flex-direction: row;
  display: flex;
  padding-right: 150px;
}
@media only screen and (max-width: 768px) {
  .home-thaco div.mobile-customer ul.mobile_customer ._mb_social_item {
    display: none;
  }
}
.home-thaco div.mobile-customer ul.mobile_customer ._mb_social_item a img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 430px) {
  .home-thaco div.mobile-customer ul.mobile_customer ._mb_social_item a img {
    width: 20px;
    height: 20px;
  }
}
.home-thaco div.mobile-customer ul.mobile_customer ._mb_social_item a img.yt-icon {
  width: 70px;
  margin-left: 10px;
}
@media only screen and (max-width: 430px) {
  .home-thaco div.mobile-customer ul.mobile_customer ._mb_social_item a img.yt-icon {
    width: 30px;
  }
}

#blur-bg {
  background-color: #041426;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #blur-bg {
    width: 0;
  }
}

#furniture-thaco-section {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section {
    background-color: #041426;
    opacity: 0.9;
  }
}
#furniture-thaco-section #furniture-thaco-background {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section #furniture-thaco-background {
    width: 100%;
    display: none;
  }
}
#furniture-thaco-section .furniture-thaco {
  position: absolute;
  top: 0;
  left: 0;
  padding: 200px 100px 50px 100px;
  display: flex;
  height: 100%;
  width: 100%;
}
@media only screen and (max-height: 991px) {
  #furniture-thaco-section .furniture-thaco {
    padding: 150px 100px 50px 100px;
  }
}
@media only screen and (max-height: 900px) {
  #furniture-thaco-section .furniture-thaco {
    padding: 150px 100px 10px 100px;
  }
}
@media only screen and (max-height: 768px) {
  #furniture-thaco-section .furniture-thaco {
    padding: 150px 50px 50px 50px;
  }
}
@media only screen and (max-height: 700px) {
  #furniture-thaco-section .furniture-thaco {
    padding: 50px;
  }
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco {
    display: block;
    padding: 20px 20px 0px 20px;
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  #furniture-thaco-section .furniture-thaco {
    padding: 20px 10px 20px 10px;
  }
}
#furniture-thaco-section .furniture-thaco-left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-right: 100px;
  flex: 45%;
}
@media only screen and (max-height: 1440px) {
  #furniture-thaco-section .furniture-thaco-left {
    justify-content: space-evenly;
  }
}
@media only screen and (max-height: 1080px) {
  #furniture-thaco-section .furniture-thaco-left {
    justify-content: space-evenly;
    padding-right: 0;
  }
}
@media only screen and (max-width: 2560px) {
  #furniture-thaco-section .furniture-thaco-left {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 1920px) {
  #furniture-thaco-section .furniture-thaco-left {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-left {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-height: 991px) {
  #furniture-thaco-section .furniture-thaco-left {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-left {
    padding-right: 0;
    max-width: 100%;
  }
}
#furniture-thaco-section .furniture-thaco-left-top {
  color: white;
}
#furniture-thaco-section .furniture-thaco-left-top-block {
  text-align: center;
}
#furniture-thaco-section .furniture-thaco-left-top-block-title {
  font-family: "UTMBanqueBold", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-height: 768px) {
  #furniture-thaco-section .furniture-thaco-left-top-block-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-left-top-block-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  #furniture-thaco-section .furniture-thaco-left-top-block-title {
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
#furniture-thaco-section .furniture-thaco-left-top-block-content {
  font-family: "UTMBanque", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-height: 768px) {
  #furniture-thaco-section .furniture-thaco-left-top-block-content {
    margin-bottom: 10px;
  }
}
#furniture-thaco-section .furniture-thaco-left-bottom {
  border-left: 3px solid #6d829c;
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-left-bottom {
    border-left: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }
}
#furniture-thaco-section .furniture-thaco-left-bottom-tab {
  padding: 17px 0;
}
@media only screen and (max-height: 991px) {
  #furniture-thaco-section .furniture-thaco-left-bottom-tab {
    padding: 15px 0;
    flex: 1 50%;
  }
}
@media only screen and (max-height: 768px) {
  #furniture-thaco-section .furniture-thaco-left-bottom-tab {
    padding: 13px 0;
  }
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-left-bottom-tab {
    padding: 15px 0;
    flex: 1 50%;
  }
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-left-bottom-tab {
    padding: 4px 0;
  }
}
#furniture-thaco-section .furniture-thaco-left-bottom-tab a {
  position: relative;
  color: #6d829c;
  font-family: "UTMBanque", sans-serif;
  padding-left: 10px;
}
#furniture-thaco-section .furniture-thaco-left-bottom-tab a:hover, #furniture-thaco-section .furniture-thaco-left-bottom-tab a.active {
  color: white;
}
#furniture-thaco-section .furniture-thaco-left-bottom-tab a:hover:before, #furniture-thaco-section .furniture-thaco-left-bottom-tab a.active:before {
  content: "";
  position: absolute;
  background-color: white;
  width: 3px;
  height: 150%;
  bottom: 50%;
  transform: translateY(50%);
  left: -3px;
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-left-bottom-tab a:hover:before, #furniture-thaco-section .furniture-thaco-left-bottom-tab a.active:before {
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 4px;
  }
}
#furniture-thaco-section .furniture-thaco-right {
  padding: 0px 0 0 50px;
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex: 55%;
}
@media only screen and (max-height: 768px) {
  #furniture-thaco-section .furniture-thaco-right {
    padding: 50px 0 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-right {
    padding: 0;
    text-align: center;
    display: block;
    padding: 0px 50px 50px 50px;
  }
}
@media only screen and (max-width: 586px) {
  #furniture-thaco-section .furniture-thaco-right {
    padding: 10px;
  }
}
#furniture-thaco-section .furniture-thaco-right-image {
  max-width: 1511px;
  height: auto;
  border-radius: 25px;
  width: 100%;
}
@media screen and (min-height: 1801px) {
  #furniture-thaco-section .furniture-thaco-right-image {
    width: 95%;
  }
}
@media only screen and (max-height: 545px) {
  #furniture-thaco-section .furniture-thaco-right-image {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-right-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-height: 768px) {
  #furniture-thaco-section .furniture-thaco-right-image {
    width: 100%;
  }
}
#furniture-thaco-section .furniture-thaco-right-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  #furniture-thaco-section .furniture-thaco-right-slide {
    height: 100%;
  }
}
#furniture-thaco-section .furniture-thaco-right-slide-block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#furniture-thaco-section .furniture-thaco-right-slide .furniture-list-dot {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#furniture-thaco-section .furniture-thaco-right-slide-dot {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0 2px;
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#furniture-thaco-section .furniture-thaco-right-slide-dot.active, #furniture-thaco-section .furniture-thaco-right-slide-dot:hover {
  background-color: white;
}

@media screen and (max-width: 991px) {
  body, html {
    height: auto !important;
  }
}
.facybox-active {
  height: 100vh;
  overflow-y: hidden;
}

#register-form.active {
  display: block;
}

.form-section {
  display: none;
  border-radius: 12px;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  background-color: white;
  width: 25%;
  height: 30%;
}
@media screen and (max-width: 1920px) {
  .form-section {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .form-section {
    width: 80%;
  }
}
.form-section .form-background {
  -webkit-box-shadow: -5px 25px 74px -18px rgba(0, 0, 0, 0.99);
  -moz-box-shadow: -5px 25px 74px -18px rgba(0, 0, 0, 0.99);
  box-shadow: -5px 25px 74px -18px rgba(0, 0, 0, 0.99);
  border-radius: 20px;
}
.form-section .form-background #close-btn-form {
  width: 20px;
  height: 20px;
}
.form-section .form-background .form-centered {
  border: 10px;
}
.form-section .form-background .form-centered .img-logo {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-section .form-background .form-centered .question-text {
  padding: 25px 15% 0 15%;
  background: white;
  text-align: center;
}
@media only screen and (max-width: 545px) {
  .form-section .form-background .form-centered .question-text {
    padding: 1% 5%;
  }
}
.form-section .form-background .form-centered .question-text-uudai {
  font-size: 22px;
}
@media only screen and (max-width: 545px) {
  .form-section .form-background .form-centered .question-text-uudai {
    font-size: 18px;
  }
}
.form-section .form-background .form-centered .question-text-apdung {
  font-size: 18px;
}
@media only screen and (max-width: 545px) {
  .form-section .form-background .form-centered .question-text-apdung {
    font-size: 15px;
  }
}
.form-section .form-background .form-centered .question-text-muaxe {
  font-size: 16px;
}
@media only screen and (max-width: 545px) {
  .form-section .form-background .form-centered .question-text-muaxe {
    font-size: 13px;
  }
}
.form-section .form-background .form-centered form {
  text-align: center;
  background-color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0 5% 5% 5%;
}
.form-section .form-background .form-centered form .ui .default.text {
  color: black;
  font-weight: bold;
  font-family: "UTMBanque", sans-serif;
}
.form-section .form-background .form-centered form .btn-custom {
  margin: 8% 0 3% 0;
  padding: 2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 49px;
  color: white;
}
.form-section .form-background .form-centered form .ui.input {
  width: 100%;
  padding: 2% 0%;
  border: unset;
}
.form-section .form-background .form-centered form .ui.input input {
  border-bottom: 1px solid black;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-radius: unset;
}
.form-section .form-background .form-centered form .ui.input ::placeholder, .form-section .form-background .form-centered form .ui.input .default.text {
  color: black;
  font-weight: bold;
  font-family: "UTMBanque", sans-serif;
}
.form-section .form-background .form-centered form .form-group {
  padding: 2% 0;
}
.form-section .form-background .form-centered form .form-group input {
  width: 100%;
  border-bottom: 1px solid;
  border-top: unset;
  border-left: unset;
  border-right: unset;
}
.form-section .form-background .form-centered form .form-group input[placeholder], .form-section .form-background .form-centered form .form-group [placeholder], .form-section .form-background .form-centered form .form-group *[placeholder] {
  color: black !important;
  visibility: visible;
  opacity: 1;
}
.form-section .form-background .form-centered form .form-group input:focus {
  outline: none;
  border-bottom: 1px solid black;
}
.form-section .form-background .form-centered form .city-select {
  border-radius: unset;
  border-top: unset;
  border-right: unset;
  border-left: unset;
  border-bottom: 1px solid black;
}
.form-section .form-background .form-centered form .city-select .default.text {
  color: black;
}

.container-total {
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: white;
}
.container-total .container-exterior {
  width: 95%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
}
@media screen and (max-height: 699px) {
  .container-total .container-exterior {
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .container-total .container-exterior {
    align-items: flex-end;
    height: 100%;
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 545px) {
  .container-total .container-exterior {
    padding: 0px;
  }
}
@media screen and (min-width: 991px) and (min-height: 991px) {
  .container-total .container-exterior {
    align-items: center;
  }
}
.container-total .container-exterior .img-header {
  position: relative;
}
.container-total .container-exterior .img-header img.map, .container-total .container-exterior .img-header map area {
  outline: none;
}
.container-total .container-exterior .img-header .img-color {
  display: none;
  visibility: hidden;
}
.container-total .container-exterior .img-header .img-color.active {
  display: block;
  visibility: visible;
}
.container-total .container-exterior .img-header .den-hau {
  z-index: 0;
  display: none;
}
@media screen and (max-height: 991px) {
  .container-total .container-exterior .img-header {
    width: 90vh;
  }
}
.container-total .container-exterior .img-header .den-hau.active {
  z-index: 100;
  display: block;
}
.container-total .container-exterior .section3-swiper {
  display: none;
}
@media screen and (max-width: 991px) {
  .container-total .container-exterior .section3-swiper {
    display: block;
    position: relative;
  }
}
.container-total .container-exterior .section3-swiper .swiper-button-next.section-button {
  right: 0%;
}
.container-total .container-exterior .section3-swiper .swiper-button-next.section-button:after {
  content: "";
}
@media screen and (max-width: 500px) {
  .container-total .container-exterior .section3-swiper .swiper-button-next.section-button {
    right: 0%;
  }
}
.container-total .container-exterior .section3-swiper .swiper-button-prev.section-button {
  left: 0%;
}
.container-total .container-exterior .section3-swiper .swiper-button-prev.section-button:after {
  content: "";
}
@media screen and (max-width: 500px) {
  .container-total .container-exterior .section3-swiper .swiper-button-prev.section-button {
    left: 0%;
  }
}
.container-total .container-exterior .section3-swiper .swiper-container .swiper-wrapper .swiper-slide .item-img {
  padding: 13%;
}
.container-total .container-exterior .section3-swiper .swiper-container .swiper-wrapper .swiper-slide .item-img .img-thub {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-total .container-exterior .section3-swiper .swiper-container .swiper-wrapper .swiper-slide .item-img img {
  border-radius: 15px;
}
.container-total .container-exterior .container-footer {
  display: flex;
  justify-content: center;
}
.container-total .container-exterior .container-footer .list-card-img {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container-total .container-exterior .container-footer .list-card-img .card-img {
  flex: 0 0 45%;
}
@media screen and (max-width: 400px) {
  .container-total .container-exterior .container-footer .list-card-img .card-img {
    flex: 0 0 70%;
  }
}
.container-total .container-exterior .container-footer .list-card-img .card-img .title-card {
  font-family: "UTMBanque", sans-serif;
  padding: 1.25rem;
  white-space: nowrap;
  display: none;
  visibility: hidden;
}
.container-total .container-exterior .container-footer .list-card-img .card-img .title-card.active {
  display: block;
  visibility: visible;
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body {
  display: flex;
  justify-content: space-between;
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body .line-break {
  display: none;
}
@media screen and (max-width: 400px) {
  .container-total .container-exterior .container-footer .list-card-img .card-img .card-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container-total .container-exterior .container-footer .list-card-img .card-img .card-body .line-break {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 545px) {
  .container-total .container-exterior .container-footer .list-card-img .card-img .card-body {
    padding: 0;
  }
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color.active {
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color {
  border-radius: 50%;
  border: 1px solid transparent;
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color:hover {
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color .color-button {
  cursor: pointer;
  background-color: red;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
}
@media screen and (max-width: 991px) {
  .container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color .color-button {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color .color-button:hover, .container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color .color-button-active {
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color .color-button.active {
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
}
@media screen and (max-width: 991px) {
  .container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color img {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
.container-total .container-exterior .container-footer .list-card-img .card-img .card-body .color img:hover {
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
.container-total .container-exterior .container-footer .footer-list-image {
  height: 200px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-total .container-exterior .container-footer .footer-list-image .item-img {
  width: 30%;
  height: 70%;
  overflow: hidden;
  margin: 10px;
  position: relative;
  border-radius: 15px;
}
@media screen and (min-height: 1500px) and (max-width: 1200px) {
  .container-total .container-exterior .container-footer .footer-list-image .item-img {
    height: 40%;
  }
}
@media screen and (min-height: 1400px) and (min-width: 2500px) {
  .container-total .container-exterior .container-footer .footer-list-image .item-img {
    height: 100%;
  }
}
.container-total .container-exterior .container-footer .footer-list-image .item-img img {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}
.container-total .container-exterior .card-information {
  margin: 10% 0;
}
@media screen and (max-width: 991px) {
  .container-total .container-exterior .card-information {
    margin: unset;
  }
}
.container-total .container-exterior .card-information .title {
  text-transform: uppercase;
  margin: 5% 0;
  font-family: "UTMBanqueBold", sans-serif;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-height: 768px) {
  .container-total .container-exterior .card-information .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-height: 700px) {
  .container-total .container-exterior .card-information .title {
    margin: 0;
  }
}
.container-total .container-exterior .card-information .card-description {
  font-family: "UTMBanque", sans-serif;
  text-align: justify;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .container-total .container-exterior .card-information .card-description {
    padding: 10px;
  }
}
@media screen and (max-height: 700px) {
  .container-total .container-exterior .card-information .card-description {
    text-align: center;
  }
}
.container-total .container-exterior .list-item-link {
  margin: 5% 0;
}
@media screen and (max-width: 991px) {
  .container-total .container-exterior .list-item-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }
  .container-total .container-exterior .list-item-link br {
    display: none;
  }
  .container-total .container-exterior .list-item-link .item-link {
    flex: 0 0 50%;
    justify-content: center;
  }
}
.container-total .container-exterior .list-item-link a {
  width: 100%;
  padding: 1em;
  font-family: "UTMBanque", sans-serif;
  color: #aeaeae;
  text-decoration: unset;
}
@media screen and (max-width: 394px) {
  .container-total .container-exterior .list-item-link a {
    white-space: nowrap;
  }
}
.container-total .container-exterior .list-item-link a.active {
  color: black;
  border-left: 2px solid black;
}
@media screen and (max-width: 991px) {
  .container-total .container-exterior .list-item-link a.active {
    border-bottom: 2px solid black;
    border-left: unset;
  }
}

.fancybox-image {
  border-radius: 15px;
}

.fancybox-close-small.active, .btn-close-css.active {
  color: #8A2387;
}
.fancybox-close-small.active::before, .btn-close-css.active::before {
  height: 50px;
  transform: rotate(0deg);
}
.fancybox-close-small.active::after, .btn-close-css.active::after {
  height: 50px;
  transform: rotate(0deg);
}

.btn-close-css, .fancybox-close-small {
  background: none;
  border: 0;
  box-sizing: border-box;
  color: transparent;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  right: 0;
  visibility: visible;
  letter-spacing: 1.5px;
  outline: none;
  overflow: hidden;
  padding: 10px 0 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transform: translate(-50%, 50%);
  transition: all 0.2s ease-in;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .btn-close-css, .fancybox-close-small {
    width: 18px;
    height: 18px;
  }
}
.btn-close-css::before, .fancybox-close-small::before {
  background-color: white;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: center left;
  transition: all 0.2s ease-in;
  width: 141.4214px;
  z-index: -1;
  top: 0;
  transform: rotate(45deg);
}
.btn-close-css::after, .fancybox-close-small::after {
  background-color: white;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: center left;
  transition: all 0.2s ease-in;
  width: 141.4214px;
  z-index: -1;
  bottom: 0;
  transform: rotate(-45deg);
}
.btn-close-css:hover, .fancybox-close-small:hover {
  color: #8A2387;
}
.btn-close-css:hover::before, .fancybox-close-small:hover::before {
  height: 50px;
  transform: rotate(0deg);
}
.btn-close-css:hover::after, .fancybox-close-small:hover::after {
  height: 50px;
  transform: rotate(0deg);
}

.div-image {
  position: relative;
  width: 100%;
  height: max-content;
}
.div-image .image-top,
.div-image .image-bottom {
  display: flex;
}
.div-image .image-top .image,
.div-image .image-bottom .image {
  max-width: 50%;
  flex: 0 50%;
}
.div-image .image-top .text,
.div-image .image-bottom .text {
  max-width: 50%;
  flex: 0 50%;
  align-self: center;
  text-align: center;
}
.div-image .image-top .text p,
.div-image .image-bottom .text p {
  background: #d2d2d2;
  background: linear-gradient(180deg, #d2d2d2 45%, #e5e5e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "UTMBanque", sans-serif;
}
.div-image .image-top {
  padding-top: 3%;
}
.div-image .image-bottom {
  margin-top: -10%;
}
.div-image .image-bottom .image {
  max-width: 50%;
}
.div-image .image-bottom .image img {
  display: block;
  margin-left: auto;
}
.div-image .list-image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
.div-image .list-image img.active {
  z-index: 1;
}
.div-image .list-image img.active-effect {
  z-index: 2;
}
.div-image .notify .notify-text {
  position: absolute;
  z-index: 3;
  width: 12vw;
  cursor: pointer;
}
.div-image .notify .notify-text .img2 {
  display: none;
}
.div-image .notify .noti-den-pha-led {
  top: 20%;
  left: 44%;
  z-index: 4;
}
.div-image .notify .noti-den-bao-re {
  top: 25%;
  left: 44%;
  width: 14vw;
  z-index: 3;
}
.div-image .notify .noti-den-suong-mu {
  top: 41%;
  left: 3%;
  width: 15vw;
}
.div-image .notify .noti-cum-den-hau {
  top: 55%;
  left: 44%;
  width: 12vw;
}
.div-image .list-title img {
  position: absolute;
  z-index: 5;
}
.div-image .list-title .title-1 {
  top: 20%;
  left: 63.7%;
  width: 28%;
}
.div-image .list-title .title-2 {
  top: 73%;
  left: 7%;
  width: 41%;
}

area {
  background: #fff;
  display: block;
  height: 475px;
  opacity: 0;
  position: absolute;
  width: 320px;
}

button.fancybox-button.fancybox-button--close {
  visibility: hidden;
}

.img-bg {
  max-width: 80%;
}

.operate-thaco {
  position: relative;
  height: 100%;
  width: 100%;
}
.operate-thaco-content {
  padding: 200px 100px 0 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-height: 900px) {
  .operate-thaco-content {
    padding: 150px 75px 0 75px;
  }
}
@media only screen and (max-height: 700px) {
  .operate-thaco-content {
    padding: 100px 50px 0 50px;
  }
}
@media only screen and (max-height: 545px) {
  .operate-thaco-content {
    padding: 20px 35px 0 35px;
  }
}
@media only screen and (max-width: 1366px) {
  .operate-thaco-content {
    padding: 150px 50px 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .operate-thaco-content {
    padding: 20px 20px 0 20px;
    position: relative;
  }
}
.operate-thaco-content-block {
  height: 100%;
  width: 100%;
  position: relative;
}
.operate-thaco-content-block-background {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  max-width: 70%;
}
@media only screen and (max-width: 991px) {
  .operate-thaco-content-block-background {
    position: relative;
    height: auto;
    max-width: 100%;
    bottom: 50px;
  }
}
.operate-thaco-content-block-intro-title {
  margin-bottom: 10px;
  font-family: "UTMBanqueBold", sans-serif;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  max-width: 790px;
}
@media only screen and (max-height: 1440px) {
  .operate-thaco-content-block-intro-title {
    max-width: 690px;
  }
}
@media only screen and (max-height: 1080px) {
  .operate-thaco-content-block-intro-title {
    max-width: 620px;
  }
}
@media only screen and (max-height: 768px) {
  .operate-thaco-content-block-intro-title {
    max-width: 430px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 2560px) {
  .operate-thaco-content-block-intro-title {
    max-width: 690px;
  }
}
@media only screen and (max-width: 1920px) {
  .operate-thaco-content-block-intro-title {
    max-width: 620px;
  }
}
@media only screen and (max-width: 1168px) {
  .operate-thaco-content-block-intro-title {
    max-width: 430px;
  }
}
@media only screen and (max-width: 991px) {
  .operate-thaco-content-block-intro-title {
    position: relative;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 545px) {
  .operate-thaco-content-block-intro-title {
    max-width: 300px;
    top: 0;
  }
}
@media only screen and (max-width: 400px) {
  .operate-thaco-content-block-intro-title {
    max-width: 205px;
  }
}
.operate-thaco-content-block-intro-content {
  font-family: "UTMBanque", sans-serif;
  max-width: 790px;
  text-align: center;
}
@media only screen and (max-height: 1440px) {
  .operate-thaco-content-block-intro-content {
    max-width: 690px;
  }
}
@media only screen and (max-height: 1080px) {
  .operate-thaco-content-block-intro-content {
    max-width: 620px;
  }
}
@media only screen and (max-height: 768px) {
  .operate-thaco-content-block-intro-content {
    max-width: 430px;
  }
}
@media only screen and (max-width: 2560px) {
  .operate-thaco-content-block-intro-content {
    max-width: 690px;
  }
}
@media only screen and (max-width: 1920px) {
  .operate-thaco-content-block-intro-content {
    max-width: 620px;
  }
}
@media only screen and (max-width: 1168px) {
  .operate-thaco-content-block-intro-content {
    max-width: 430px;
  }
}
@media only screen and (max-width: 991px) {
  .operate-thaco-content-block-intro-content {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 545px) {
  .operate-thaco-content-block-intro-content {
    max-width: 300px;
    top: 0;
  }
}
@media only screen and (max-width: 400px) {
  .operate-thaco-content-block-intro-content {
    max-width: 205px;
  }
}
.operate-thaco-content-block-swiper {
  position: relative;
  width: 70%;
  padding: 0 55px;
}
@media only screen and (max-width: 991px) {
  .operate-thaco-content-block-swiper {
    width: 100%;
    padding: 30px 35px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .operate-thaco-content-block-swiper {
    padding: 20px 55px 0;
    bottom: 0;
  }
}
.operate-thaco-content-block-swiper a img {
  border-radius: 12px;
  width: 100%;
}
.operate-thaco-content-block-swiper .swiper-button {
  color: black;
  opacity: 1;
  top: 38% !important;
}
@media only screen and (max-width: 1366px) {
  .operate-thaco-content-block-swiper .swiper-button {
    max-width: 315px;
    top: 33% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .operate-thaco-content-block-swiper .swiper-button {
    max-width: 270px;
  }
}
@media only screen and (max-width: 1200px) {
  .operate-thaco-content-block-swiper .swiper-button {
    top: 40% !important;
  }
}
.operate-thaco-content-block-swiper .swiper-button-next:after, .operate-thaco-content-block-swiper .swiper-button-prev:after {
  display: none;
}
.operate-thaco-content-block .swiper-container {
  width: 100%;
  height: 100%;
}

.operate-sorento-img-text {
  padding: 10px 0;
}

.operate-video .img-header img {
  width: 100%;
}
.operate-video.fancybox-content {
  padding: 0 !important;
  border: 0;
  max-width: 1200px;
}
.operate-video video {
  width: 100%;
  height: auto;
}
.operate-video-text {
  width: 100%;
  word-wrap: break-word;
  text-align: center;
  padding: 15px;
}
.operate-video-text .title-popup {
  font-family: "UTMBanqueBold", sans-serif;
  padding-bottom: 5px;
  font-weight: bolder;
}
.operate-video-text p {
  font-family: "UTMBanque", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 2560px) {
  .operate-video {
    width: 1526px;
  }
}
@media only screen and (max-width: 1920px) {
  .operate-video {
    width: 1000px;
  }
}
@media only screen and (max-width: 1680px) {
  .operate-video {
    width: 800px;
  }
}
@media only screen and (max-width: 1366px) {
  .operate-video {
    width: 700px;
  }
}
@media only screen and (max-width: 1200px) {
  .operate-video {
    width: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .operate-video {
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  .operate-video {
    width: 85%;
  }
}
@media only screen and (max-width: 460px) {
  .operate-video {
    width: 90%;
  }
}

.bg-protect {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 545px) {
  .bg-protect {
    margin-bottom: 50px;
  }
}
.bg-protect .container-safe {
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: white;
}
@media screen and (min-height: 1081px) {
  .bg-protect .container-safe {
    height: auto;
  }
}
@media screen and (min-width: 991px) {
  .bg-protect .container-safe {
    position: relative;
  }
}
.bg-protect .container-safe .protect-thaco {
  background-color: white;
  color: black;
  padding-top: 5%;
}
@media screen and (max-height: 700px) {
  .bg-protect .container-safe .protect-thaco {
    padding-top: 0%;
  }
}
@media screen and (min-width: 991px) {
  .bg-protect .container-safe .protect-thaco {
    display: block;
    margin: auto 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 545px) {
  .bg-protect .container-safe .protect-thaco {
    padding-top: 0%;
  }
}
.bg-protect .container-safe .protect-thaco .desktop-content-safe {
  position: relative;
  background-color: white;
}
.bg-protect .container-safe .protect-thaco .desktop-content-safe .content-safe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  margin: unset;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .content-safe {
    position: relative;
    padding: 0;
  }
}
@media only screen and (max-height: 700px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .content-safe {
    bottom: 10px;
  }
}
.bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car {
  align-items: center;
}
.bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-desk {
  display: block;
}
@media only screen and (min-width: 1366px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-desk {
    max-height: 520px;
  }
}
@media only screen and (min-width: 1680px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-desk {
    max-height: 570px;
  }
}
@media only screen and (min-width: 1920px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-desk {
    max-height: 620px;
  }
}
@media only screen and (min-width: 2560px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-desk {
    max-height: 800px;
  }
}
@media only screen and (min-width: 4880px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-desk {
    max-height: 1400px;
  }
}
.bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-mobile {
  display: none;
}
.bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-mobile .car-mb {
  padding: 0 10%;
}
@media screen and (max-width: 991px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car {
    margin: 0;
  }
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-desk {
    display: none;
  }
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .img-car .img-mobile {
    display: block;
  }
}
.bg-protect .container-safe .protect-thaco .desktop-content-safe .card-information-safe {
  margin: 10% 0;
}
@media screen and (max-width: 991px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .card-information-safe {
    margin: 0;
  }
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .card-information-safe .row {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .bg-protect .container-safe .protect-thaco .desktop-content-safe .card-information-safe {
    padding: 3%;
  }
}
.bg-protect .container-safe .protect-thaco .desktop-content-safe .card-information-safe .title {
  text-transform: uppercase;
  text-transform: uppercase;
  margin: 1% 0;
  font-family: "UTMBanqueBold", sans-serif;
  width: 100%;
  text-align: center;
}
.bg-protect .container-safe .protect-thaco .desktop-content-safe .card-information-safe .card-description {
  font-family: "UTMBanque", sans-serif;
  text-align: justify;
  width: 100%;
  text-align: center;
}
.bg-protect .container-safe .protect-thaco .safe-swiper {
  margin-top: 15px;
  position: relative;
  padding: 0 55px;
}
@media only screen and (max-width: 991px) {
  .bg-protect .container-safe .protect-thaco .safe-swiper {
    width: 100%;
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-protect .container-safe .protect-thaco .safe-swiper {
    padding: 20px 35px;
  }
}
.bg-protect .container-safe .protect-thaco .safe-swiper .swiper-button-next.safe-button {
  right: 7%;
  color: black;
  top: 40%;
}
.bg-protect .container-safe .protect-thaco .safe-swiper .swiper-button-next.safe-button:after {
  font-family: FontAwesome;
  content: "";
}
.bg-protect .container-safe .protect-thaco .safe-swiper .swiper-button-prev.safe-button {
  left: 7%;
  color: black;
  top: 40%;
}
.bg-protect .container-safe .protect-thaco .safe-swiper .swiper-button-prev.safe-button:after {
  font-family: FontAwesome;
  content: "";
}
.bg-protect .container-safe .protect-thaco .safe-swiper .swiper-container {
  width: 80%;
}
.bg-protect .container-safe .protect-thaco .safe-swiper .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-protect .container-safe .protect-thaco .safe-swiper .swiper-container .swiper-slide .operate-sorento a img {
  border-radius: 12px;
}
@media screen and (max-height: 700px) {
  .bg-protect .container-safe .protect-thaco .safe-swiper .swiper-container .swiper-slide .operate-sorento {
    width: 40vh;
  }
}
@media only screen and (min-width: 2561px) {
  .bg-protect .container-safe .protect-thaco .safe-swiper .swiper-container .swiper-slide .operate-sorento {
    width: 100%;
  }
  .bg-protect .container-safe .protect-thaco .safe-swiper .swiper-container .swiper-slide .operate-sorento a {
    display: block;
  }
  .bg-protect .container-safe .protect-thaco .safe-swiper .swiper-container .swiper-slide .operate-sorento a img {
    width: 100%;
  }
}

.picture-thaco {
  position: relative;
  height: 100%;
  width: 100%;
}
.picture-thaco-content {
  padding: 200px 100px 0 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-height: 900px) {
  .picture-thaco-content {
    padding: 150px 75px 0 75px;
  }
}
@media only screen and (max-height: 700px) {
  .picture-thaco-content {
    padding: 100px 50px 0 50px;
  }
}
@media only screen and (max-height: 545px) {
  .picture-thaco-content {
    padding: 20px 35px 0 35px;
  }
}
@media only screen and (max-width: 991px) {
  .picture-thaco-content {
    padding: 20px 20px 0 20px !important;
    position: relative;
  }
}
@media only screen and (max-width: 1366px) {
  .picture-thaco-content {
    padding: 185px 50px 0 50px;
  }
}
@media only screen and (max-height: 760px) {
  .picture-thaco-content {
    padding: 160px 50px 0 50px;
  }
}
@media only screen and (max-height: 710px) {
  .picture-thaco-content {
    padding: 120px 50px 0 50px;
  }
}
@media only screen and (max-height: 690px) {
  .picture-thaco-content {
    padding: 100px 50px 0 50px;
  }
}
.picture-thaco-content-block {
  height: 100%;
  width: 100%;
  position: relative;
}
.picture-thaco-content-block-intro-title {
  margin-bottom: 10px;
  font-family: "UTMBanqueBold", sans-serif;
  text-transform: uppercase;
  max-width: 790px;
}
@media only screen and (max-height: 1440px) {
  .picture-thaco-content-block-intro-title {
    max-width: 690px;
  }
}
@media only screen and (max-height: 1080px) {
  .picture-thaco-content-block-intro-title {
    max-width: 620px;
  }
}
@media only screen and (max-height: 768px) {
  .picture-thaco-content-block-intro-title {
    max-width: 430px;
  }
}
@media only screen and (max-width: 2560px) {
  .picture-thaco-content-block-intro-title {
    max-width: 690px;
  }
}
@media only screen and (max-width: 1920px) {
  .picture-thaco-content-block-intro-title {
    max-width: 620px;
  }
}
@media only screen and (max-width: 1168px) {
  .picture-thaco-content-block-intro-title {
    max-width: 430px;
  }
}
@media only screen and (max-width: 991px) {
  .picture-thaco-content-block-intro-title {
    position: relative;
  }
}
@media only screen and (max-width: 545px) {
  .picture-thaco-content-block-intro-title {
    max-width: 300px;
    top: 0;
  }
}
@media only screen and (max-width: 400px) {
  .picture-thaco-content-block-intro-title {
    max-width: 205px;
  }
}
.picture-thaco-content-block-intro-content {
  font-family: "UTMBanque", sans-serif;
  max-width: 790px;
  text-align: center;
}
@media only screen and (max-height: 1440px) {
  .picture-thaco-content-block-intro-content {
    max-width: 690px;
  }
}
@media only screen and (max-height: 1080px) {
  .picture-thaco-content-block-intro-content {
    max-width: 620px;
  }
}
@media only screen and (max-height: 768px) {
  .picture-thaco-content-block-intro-content {
    max-width: 430px;
  }
}
@media only screen and (max-width: 2560px) {
  .picture-thaco-content-block-intro-content {
    max-width: 690px;
  }
}
@media only screen and (max-width: 1920px) {
  .picture-thaco-content-block-intro-content {
    max-width: 620px;
  }
}
@media only screen and (max-width: 1168px) {
  .picture-thaco-content-block-intro-content {
    max-width: 430px;
  }
}
@media only screen and (max-width: 991px) {
  .picture-thaco-content-block-intro-content {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 545px) {
  .picture-thaco-content-block-intro-content {
    max-width: 300px;
    top: 0;
  }
}
@media only screen and (max-width: 400px) {
  .picture-thaco-content-block-intro-content {
    max-width: 205px;
  }
}
@media only screen and (max-width: 1680px) {
  .picture-thaco-content .picture-swiper {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .picture-thaco-content .picture-swiper {
    width: 100%;
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .picture-thaco-content .picture-swiper {
    width: 100%;
    padding: 20px 35px;
  }
}
.picture-thaco-content .picture-swiper .picture-button {
  color: black;
  transform: translateY(-12%);
}
@media only screen and (max-height: 768px) {
  .picture-thaco-content .picture-swiper .picture-button {
    transform: translateY(12%);
  }
}
@media only screen and (max-height: 680px) {
  .picture-thaco-content .picture-swiper .picture-button {
    transform: translateY(-10%);
  }
}
@media only screen and (max-height: 670px) {
  .picture-thaco-content .picture-swiper .picture-button {
    transform: translateY(5%);
  }
}
@media only screen and (max-height: 660px) {
  .picture-thaco-content .picture-swiper .picture-button {
    transform: translateY(15%);
  }
}
@media only screen and (max-height: 650px) {
  .picture-thaco-content .picture-swiper .picture-button {
    transform: translateY(5%);
  }
}
@media only screen and (max-height: 600px) {
  .picture-thaco-content .picture-swiper .picture-button {
    transform: translateY(25%);
  }
}
@media only screen and (max-height: 590px) {
  .picture-thaco-content .picture-swiper .picture-button {
    transform: translateY(35%);
  }
}
.picture-thaco-content .picture-swiper .picture-button:after {
  font-family: FontAwesome;
  content: "";
}
.picture-thaco-content .picture-swiper .swiper-container {
  width: 95%;
}
.picture-thaco-content .picture-swiper .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: max-content;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.picture-thaco-content .picture-swiper .swiper-container .swiper-slide a {
  width: 100%;
}
.picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
  padding: 2%;
  width: 100%;
  max-width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media only screen and (max-width: 1680px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 230px;
  }
}
@media only screen and (max-width: 1366px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 260px;
  }
}
@media only screen and (max-width: 1200px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 275px;
  }
}
@media only screen and (max-width: 991px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 275px;
  }
}
@media only screen and (max-width: 576px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 200px !important;
  }
}
@media only screen and (max-height: 730px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 250px;
  }
}
@media only screen and (max-height: 710px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 260px;
  }
}
@media only screen and (max-height: 700px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 250px;
  }
}
@media only screen and (max-height: 690px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 250px;
  }
}
@media only screen and (max-height: 650px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 240px;
  }
}
@media only screen and (max-height: 640px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 235px;
  }
}
@media only screen and (max-height: 620px) {
  .picture-thaco-content .picture-swiper .swiper-container .swiper-slide img {
    height: 225px;
  }
}
.picture-thaco-content .picture-swiper .swiper-container .swiper-slide:hover img {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.01, 1.01);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.__sorento_mobile_menu .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 24;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.__sorento_mobile_menu .mobile-menu {
  width: 75%;
  height: 100%;
  position: fixed;
  z-index: 25;
  background-color: #02406a;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-right: solid 2px #02406a;
}
.__sorento_mobile_menu .mobile-menu .mobile-menu-item-social {
  margin: 10px 0;
  padding: 10px 0;
  color: #02406a;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .__sorento_mobile_menu .mobile-menu .mobile-menu-item-social {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .__sorento_mobile_menu .mobile-menu .mobile-menu-item-social {
    font-size: 14px;
    margin: 5px 0;
    padding: 5px 0;
  }
}
.__sorento_mobile_menu .mobile-menu .mobile-menu-item-social ul.mobile-social {
  display: flex;
}
.__sorento_mobile_menu .mobile-menu .mobile-menu-item-social ul.mobile-social li:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 576px) {
  .__sorento_mobile_menu .mobile-menu .mobile-menu-item-social ul.mobile-social li:first-child {
    margin-right: 15px;
  }
}
.__sorento_mobile_menu .mobile-menu .mobile-menu-item-social ul.mobile-social li a img {
  width: 35px;
  height: 35px;
}
.__sorento_mobile_menu .mobile-menu .mobile-menu-item-social ul.mobile-social li.youtube a img {
  width: 50px;
}
.__sorento_mobile_menu .mobile-menu a {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  padding: 10px 0;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "UTMBanqueBold", sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .__sorento_mobile_menu .mobile-menu a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .__sorento_mobile_menu .mobile-menu a {
    font-size: 11px;
    margin: 5px 0;
    padding: 5px 0;
  }
}
.__sorento_mobile_menu .mobile-menu a.active {
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.7);
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.__sorento_mobile_menu .mobile-menu__trigger {
  cursor: pointer;
  content: "";
  position: absolute;
  z-index: 71;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  top: 4rem;
  right: -5rem;
  background: #02406a;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .__sorento_mobile_menu .mobile-menu__trigger {
    width: 2.4rem;
    height: 2.4rem;
    top: 15px;
    right: -55px;
  }
}
.__sorento_mobile_menu .mobile-menu__trigger span {
  display: block;
  width: 50%;
  height: 2px;
  background: #fff;
  position: relative;
}
.__sorento_mobile_menu .mobile-menu__trigger span::before,
.__sorento_mobile_menu .mobile-menu__trigger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.__sorento_mobile_menu .mobile-menu__trigger span::before {
  top: -7px;
}
.__sorento_mobile_menu .mobile-menu__trigger span::after {
  top: 7px;
}
.__sorento_mobile_menu .mobile-menu_open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 0 0 2rem #02406a;
}
.__sorento_mobile_menu .mobile-menu_open + .overlay {
  visibility: visible;
  opacity: 1;
}
.__sorento_mobile_menu .mobile-menu_open .mobile-menu__trigger span::before,
.__sorento_mobile_menu .mobile-menu_open .mobile-menu__trigger span::after {
  left: 0;
}
.__sorento_mobile_menu .mobile-menu_open .mobile-menu__trigger span::before {
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.__sorento_mobile_menu .mobile-menu_open .mobile-menu__trigger span::after {
  content: unset;
}
.__sorento_mobile_menu .mobile-menu_open .mobile-menu__trigger span {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.font-UM {
  font-family: "UTMBanque", sans-serif !important;
}

.font-UB {
  font-family: "UTMBanqueBold", sans-serif;
}

.font-UH {
  font-family: "UTMHanzel", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: white;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, input::placeholder {
  font-family: "UTMBanque", sans-serif;
  font-size: 21px;
}
@media only screen and (max-height: 1440px) {
  body, input::placeholder {
    font-size: 17px;
  }
}
@media only screen and (max-height: 1080px) {
  body, input::placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-height: 991px) {
  body, input::placeholder {
    font-size: 15px;
  }
}
@media only screen and (max-height: 900px) {
  body, input::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-height: 768px) {
  body, input::placeholder {
    font-size: 13px;
  }
}
@media only screen and (max-height: 700px) {
  body, input::placeholder {
    font-size: 13px;
  }
}
@media only screen and (max-height: 576px) {
  body, input::placeholder {
    font-size: 9px;
  }
}
@media only screen and (max-width: 2560px) {
  body, input::placeholder {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1920px) {
  body, input::placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) {
  body, input::placeholder {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  body, input::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  body, input::placeholder {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  body, input::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  body, input::placeholder {
    font-size: 9px;
  }
}

.device-ip {
  display: none;
}
@media only screen and (max-width: 450px) {
  .device-ip {
    display: block;
  }
}

.screen-hd-block {
  display: none;
}
@media only screen and (max-width: 1366px) {
  .screen-hd-block {
    display: block;
  }
}

@media only screen and (max-width: 1366px) {
  .screen-hd-none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    min-height: 25rem;
  }
}

.ui.fluid.search.selection.dropdown.city-select {
  margin-top: 7px;
}

/*# sourceMappingURL=common.css.map */
