@charset "UTF-8";
.text-black {
  color: rgba(0, 0, 0, 0.87);
}

.text-gray {
  color: #777E90 !important;
}

.button-background-blue {
  background-color: #1E65C0;
}

@font-face {
  font-family: "MyriadPro-Cond";
  src: url("../fonts/MyriadPro-Cond.eot");
  src: url("../fonts/MyriadPro-Cond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Cond.woff") format("woff"), url("../fonts/MyriadPro-Cond.ttf") format("truetype"), url("../fonts/MyriadPro-Cond.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-BoldCond";
  src: url("../fonts/MyriadPro-BoldCond.eot");
  src: url("../fonts/MyriadPro-BoldCond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-BoldCond.woff") format("woff"), url("../fonts/MyriadPro-BoldCond.ttf") format("truetype"), url("../fonts/MyriadPro-BoldCond.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-SemiboldCond";
  src: url("../fonts/MyriadPro-SemiboldCond.eot");
  src: url("../fonts/MyriadPro-SemiboldCond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-SemiboldCond.woff") format("woff"), url("../fonts/MyriadPro-SemiboldCond.ttf") format("truetype"), url("../fonts/MyriadPro-SemiboldCond.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Light";
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Semibold";
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.MyriadPro-Cond {
  font-family: "MyriadPro-Cond";
}

.MyriadPro-BoldCond {
  font-family: "MyriadPro-BoldCond";
}

.MyriadPro-Light {
  font-family: "MyriadPro-Light";
}

.MyriadPro-Regular {
  font-family: "MyriadPro-Regular";
}

.MyriadPro-Bold {
  font-family: "MyriadPro-Bold";
}

.MyriadPro-Bold-blue {
  font-family: "MyriadPro-Bold";
  color: rgb(30, 101, 192);
}

.MyriadPro-Bold-No-Cond {
  font-family: "MyriadPro-Bold";
}

.MyriadPro-SemiboldCond {
  font-family: "MyriadPro-SemiboldCond";
}

.Myriad-Pro {
  font-family: "Myriad Pro";
}

.Myriad-Pro-600 {
  font-family: "Myriad Pro";
  font-weight: 600;
}

.Myriad-Pro-400 {
  font-family: "Myriad Pro";
  font-weight: 400;
}

.MyriadPro-Regular-600 {
  font-family: "MyriadPro-Regular";
  font-weight: 600;
}

.MyriadPro-Regular-400 {
  font-family: "MyriadPro-Regular";
  font-weight: 400;
}

.MyriadPro-Semibold {
  font-family: "MyriadPro-Semibold";
}

.MyriadPro-Semibold-600 {
  font-family: "MyriadPro-Semibold";
  font-weight: 600;
}

.MyriadPro-Semibold-600-1 {
  font-family: "MyriadPro-Semibold";
  font-weight: 600;
  color: #000000;
}

.Lineheight-Regular {
  line-height: 1.5;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "MyriadPro-Semibold";
  font-weight: normal;
  line-height: 1.2;
}

#row__empty {
  height: var(--menu-space);
}
@media (max-width: 1080px) {
  #row__empty {
    display: none;
  }
}

.header {
  background: #01498b;
  position: fixed;
  height: var(--menu-space);
  z-index: 99;
  width: 100%;
  transition: all 0.3s ease-out;
}
.header .header-top {
  position: relative;
  background-color: #f6f6f7;
  height: 36px;
}
.header .header-top::after {
  content: "";
  position: absolute;
  border: 18px solid #01498b;
  bottom: 0;
  position: absolute;
  content: "";
  border-top-width: 0;
  border-left-width: 0;
  width: 27%;
  z-index: 1;
  border-right-color: transparent;
}
.header .header-top .list-item-top {
  display: flex;
  justify-content: flex-end;
  line-height: 36px;
}
.header .header-top .list-item-top .item-top:hover .item-top__link {
  color: #1c76c3;
}
.header .header-top .list-item-top .item-top {
  margin-right: 30px;
}
.header .header-top .list-item-top .item-top__link {
  color: rgb(38, 38, 38);
  text-decoration: none;
}
.header .header-top .list-item-top .item-top.menu-item-annouce {
  cursor: pointer;
}
.header .header-top .list-item-top .item-top.menu-item-annouce .dropdown i {
  position: relative;
  padding: 10px;
}
.header .header-top .list-item-top .item-top.menu-item-annouce .dropdown i span {
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 50%;
  color: white;
}
.header .header-top .list-item-top .item-top.menu-item-annouce .dropdown-menu {
  left: -1rem !important;
  top: -2px !important;
}
.header .header-top .list-item-top .item-top.menu-item-annouce .dropdown-item {
  transform: unset !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 290px;
  padding-left: 10px;
}
.header .header-top .list-item-top .item-top:last-child {
  margin-right: 0;
}
.header .header-top .list-item-top .item-top:last-child .language {
  display: flex;
  align-items: center;
  padding: 0;
}
.header .header-top .list-item-top .item-top:last-child .language li:first-child {
  margin-right: 20px;
}
.header .header-top .list-item-top .item-top:last-child .language li a {
  color: rgb(38, 38, 38);
}
.header .header-top .list-item-top .item-top:last-child .language span.color-active {
  font-weight: bold;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #01498b !important;
  z-index: 3333 !important;
  transition: all 0.3s ease-out;
}
.header .header-wrap-tenant {
  height: 100% !important;
}
.header .header-wrap-tenant .logo {
  position: unset !important;
}
.header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 36px);
}
.header .header-wrap .logo {
  position: relative;
  top: -10px;
}
.header .header-wrap .logo .page-logo img {
  width: auto;
  max-width: 210px;
}
.header .header-wrap .logo-tenant {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.header .header-wrap .logo-tenant h5 {
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
}
.header .header-wrap .main-menu {
  margin-left: 2.5%;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
}
.header .header-wrap .main-menu ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: unset;
  height: 100%;
  padding-left: 0;
}
.header .header-wrap .main-menu ul li.menu-big {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  .header .header-wrap .main-menu ul li.menu-big {
    padding: 0 0.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-wrap .main-menu ul li.menu-big {
    padding: 0 0.5rem;
  }
}
.header .header-wrap .main-menu ul li.menu-big {
  transition: background-color 0.2s linear;
}
.header .header-wrap .main-menu ul li.menu-big:hover, .header .header-wrap .main-menu ul li.menu-big.active {
  background-color: #043869;
}
.header .header-wrap .main-menu ul li.menu-big:hover > a, .header .header-wrap .main-menu ul li.menu-big.active > a {
  color: white !important;
}
.header .header-wrap .main-menu ul li.menu-big:last-child {
  margin-left: 0;
}
.header .header-wrap .main-menu ul li.menu-big > a {
  position: relative;
  top: 2px;
}
.header .header-wrap .main-menu ul li.menu-big a {
  text-transform: uppercase;
  color: white;
  position: relative;
  text-transform: none;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
}
.header .header-wrap .main-menu ul li.menu-big:hover > .sub-menu-drop {
  display: block;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop {
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  width: 270px;
  z-index: 99;
  left: 0;
  align-items: flex-start;
  font-family: "MyriadPro-Semibold";
  height: auto;
  display: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop .sub-menu-drop {
  right: -100%;
  top: 0;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop .sub-menu-drop::after {
  content: unset;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop .arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 0;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 12px;
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 10px;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100px;
  height: 23px;
  background: transparent;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop li {
  width: 100%;
  padding: 0 15px;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop li:hover, .header .header-wrap .main-menu ul li.menu-big .sub-menu-drop li.active {
  background-color: white;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop li:hover > a.menu-link, .header .header-wrap .main-menu ul li.menu-big .sub-menu-drop li.active > a.menu-link {
  color: #01498b !important;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop li a {
  color: #2f2f2f;
  display: block;
  width: 100%;
  border-bottom: 1px solid #2f2f2f;
  height: 50px;
  line-height: 52px;
  top: 0;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop li:last-child:hover {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header .header-wrap .main-menu ul li.menu-big .sub-menu-drop li:last-child > a {
  border-bottom: none;
}
.header .header-wrap .main-menu ul li.menu-item-primary-padding {
  padding: 0 2.6rem;
}
@media (max-width: 1500px) {
  .header .header-wrap .main-menu ul li.menu-item-primary-padding {
    padding: 0 2.4rem;
  }
}
@media (max-width: 1400px) {
  .header .header-wrap .main-menu ul li.menu-item-primary-padding {
    padding: 0 2.1rem;
  }
}
.header .header-wrap .search-language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.header .header-wrap .search {
  padding: 0 20px;
}
@media (max-width: 1480px) {
  .header .header-wrap .search {
    padding: 10px;
  }
}
.header .header-wrap .search {
  position: relative;
}
.header .header-wrap .search::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 33px;
  background: #5b89b4;
}
@media (max-width: 1360px) {
  .header .header-wrap .search::before {
    top: 8px;
  }
}
.header .header-wrap .search::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 33px;
  background: #5b89b4;
}
@media (max-width: 1360px) {
  .header .header-wrap .search::after {
    top: 8px;
  }
}
.header .header-wrap .language {
  margin-left: 0px;
}
@media (max-width: 1360px) {
  .header .header-wrap .language {
    margin-left: 0px;
  }
}
.header .header-wrap .language .nav-lang {
  margin-bottom: unset;
  display: flex;
}
.header .header-wrap .language .nav-lang:lang(vi) .lang-vi .nav-link {
  opacity: 1;
}
.header .header-wrap .language .nav-lang:lang(en) .lang-en .nav-link {
  opacity: 1;
}
.header .header-wrap .language .nav-lang .nav-item.active {
  pointer-events: none;
  opacity: 0.6;
}
.header .header-wrap .language .nav-lang .nav-item .nav-link {
  color: #fff;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 1080px) {
  .header {
    display: none;
  }
}

#mobileNav {
  height: 50px;
  background-color: #01498b;
  display: none;
}
@media (max-width: 1080px) {
  #mobileNav {
    display: block;
  }
}
#mobileNav .infomation-system-mobile {
  display: block !important;
}
#mobileNav .menu-main {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobileNav .menu-main .logo {
  text-align: center;
  display: block;
}
#mobileNav .menu-main .logo img {
  width: auto;
  position: relative;
  top: -2px;
  height: 14px;
}
#mobileNav .menu-main .icon-menu {
  margin-left: auto;
  transition: margin 400ms;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
}
#mobileNav .menu-main .zeynep-wp {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce {
  cursor: pointer;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown i {
  position: relative;
  padding: 10px;
  color: white;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown i span {
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 50%;
  color: white;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown-menu {
  transform: unset !important;
  left: -11rem !important;
  top: 3rem !important;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  padding-left: 10px;
}
#mobileNav #top-nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  opacity: 0;
  transition: margin 400ms;
}
@media (max-width: 1080px) {
  #mobileNav #top-nav {
    width: 63px;
  }
}
@media (max-width: 991px) {
  #mobileNav #top-nav {
    width: 57.8083333333px;
  }
}
@media (max-width: 768px) {
  #mobileNav #top-nav {
    width: 44.8px;
  }
}
@media (max-width: 576px) {
  #mobileNav #top-nav {
    width: 33.6px;
  }
}
@media (max-width: 480px) {
  #mobileNav #top-nav {
    width: 28px;
  }
}
@media (max-width: 360px) {
  #mobileNav #top-nav {
    width: 21px;
  }
}
@media (max-width: 1080px) {
  #mobileNav #top-nav {
    height: 64px;
  }
}
@media (max-width: 991px) {
  #mobileNav #top-nav {
    height: 58.7259259259px;
  }
}
@media (max-width: 768px) {
  #mobileNav #top-nav {
    height: 45.5111111111px;
  }
}
@media (max-width: 576px) {
  #mobileNav #top-nav {
    height: 34.1333333333px;
  }
}
@media (max-width: 480px) {
  #mobileNav #top-nav {
    height: 28.4444444444px;
  }
}
@media (max-width: 360px) {
  #mobileNav #top-nav {
    height: 21.3333333333px;
  }
}
#mobileNav {
  /*hamburger*/
}
#mobileNav .hamburgerspan {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
  background: white;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#mobileNav .hamburgerspan:first-child {
  transform-origin: 0% 0%;
}
#mobileNav .hamburgerspan:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan {
  transform: rotate(-45deg) translate(-20%, 0px);
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan:nth-last-child(3) {
  display: none;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan:nth-last-child(2) {
  opacity: 1;
  transform: rotate(45deg) translate(-20%, 0);
}
#mobileNav input[id^=menu-] {
  flex-grow: 1;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
#mobileNav div[id^=menu-cont-] {
  border-right: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0;
  height: 100vh;
  position: fixed;
  margin: 0;
  overflow-y: auto;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s;
  padding-right: 0;
}
#mobileNav #top-nav:checked,
#mobileNav #top-nav:checked ~ .icon-menu {
  position: fixed;
  right: 0;
  top: 0.5%;
  z-index: 1100;
  transform: translateY(0);
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan {
  z-index: 1100;
}
#mobileNav #top-nav:checked ~ div[id^=menu-cont-],
#mobileNav input[id^=menu-]:checked ~ div[id^=menu-cont-] {
  transform: translate3d(0, 0, 0);
}
#mobileNav li.nav-item {
  width: 100%;
  padding: unset;
  margin: unset;
}
#mobileNav li.nav-item a {
  color: #454343;
  width: -moz-max-content;
  width: max-content;
}
#mobileNav #menu-cont-1 ul > li.nav-item:first-child {
  padding-top: 0;
}
#mobileNav div[id^=menu-cont-] li.nav-item:last-child {
  border: 0;
}
#mobileNav .menu-ul {
  padding: 4rem 0 0;
}
#mobileNav .nav-item.sub-menu:after {
  z-index: -1;
}
#mobileNav .nav-item.sub-menu:after,
#mobileNav label.menu-label:before {
  content: "";
  border: 2px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  display: block;
  width: 3.5vw;
  height: 3.5vw;
  max-width: 15px;
  max-height: 15px;
  min-width: 7px;
  min-height: 7px;
  margin-bottom: -5px;
  position: absolute;
  right: 20px;
  transform: rotate(-45deg);
  border-color: rgba(0, 0, 0, 0.3);
  border-top: none;
  border-top-color: currentcolor;
  border-left: none;
  border-left-color: currentcolor;
}
#mobileNav label.menu-label {
  width: 100%;
  padding: 3.8% 3% 3%;
  display: block;
  border-bottom: 1px solid #ccc;
  color: white;
  box-sizing: border-box;
  background-color: #01498b;
}
#mobileNav label.menu-label:before {
  float: left;
  margin-right: 10px;
  margin-left: 0px;
  transform: rotate(135deg);
  border-color: white;
}
#mobileNav #menu-cont-1 {
  z-index: 1001;
  width: 100%;
  max-width: 400px;
}
#mobileNav #menu-cont-2 {
  z-index: 1002;
  width: 100%;
}
#mobileNav #menu-cont-3 {
  z-index: 1003;
  width: 100%;
}
#mobileNav .hamburgerspan {
  z-index: 9998;
}
#mobileNav #top-nav {
  z-index: 9999 !important;
}

/* zeynepjs menu styles */
.zeynep {
  background-color: white;
  color: #404143;
  width: 300px;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.zeynep ul {
  list-style-type: none;
  padding: 0;
  padding-left: 20px;
  -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
  display: block;
}
.zeynep ul > li > a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 150ms;
}
.zeynep ul > li > a:hover {
  background-color: #efefef;
  border-radius: 3px;
}
.zeynep ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efefef;
}
.zeynep ul > li.has-submenu > a {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}
.zeynep ul > li.has-submenu > a:hover {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/submenu-arrow-active.svg");
}
.zeynep .submenu {
  background-color: #ffffff;
  left: 295px;
}
.zeynep .submenu-header {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/menu-back.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
}
.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 40px;
  text-decoration: none;
}
.zeynep .submenu-header > a:before {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}
.zeynep .submenu > .submenu-link {
  padding-left: 40px;
  width: 100%;
  margin-left: 20px;
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  border-bottom: 1px solid #efefef;
}

.box-search-mobile {
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
}
.box-search-mobile form {
  display: flex;
  width: 100%;
}
.box-search-mobile form input,
.box-search-mobile form button {
  border: none;
  outline: none;
  padding: 15px 20px;
  background-color: transparent;
  box-shadow: none;
}
.box-search-mobile form input {
  flex-grow: 1;
  padding-right: 0;
  font-size: 16px;
}
.box-search-mobile form button {
  position: absolute;
  right: 0;
  top: -1;
}
.box-search-mobile form button ion-icon {
  color: #01498b;
}

.nav-lang-mobile {
  justify-content: flex-start;
  padding-left: 40px;
}
.nav-lang-mobile .nav-item-mobile .nav-link-mobile {
  padding: 10px 15px;
  color: #01498b;
  font-weight: bold;
  border: 1px solid #01498b;
}
.nav-lang-mobile .nav-item-mobile.active .nav-link-mobile {
  background-color: #01498b;
  color: white;
}

@media (max-width: 1080px) {
  .tenant .section__posts {
    padding-top: 0 !important;
  }
  .tenant #mobileNav .menu-main {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tenant #mobileNav .menu-main .logo {
    text-align: center;
    display: block;
  }
  .tenant #mobileNav .menu-main .logo img {
    width: 110px;
    position: relative;
    height: auto;
    top: -1px;
  }
  .tenant #mobileNav .menu-main h5 {
    font-size: 15px;
  }
}
/* zeynepjs submenu styles */
.default-page {
  padding: 80px 0;
}
@media (max-width: 1360px) {
  .default-page {
    padding: 50px 0;
  }
}
.default-page .title {
  text-align: center;
  margin-bottom: 30px;
}

:root {
  --spinner-color-1: #01498b;
  --spinner-color-2: #2772b8;
  --spiner-color-3: #619fd8;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(0.8);
    border-top-color: transparent;
    border-right-color: transparent;
  }
  50% {
    transform: rotate(180deg) scale(1.2);
    border-color: var(--spinner-color-2);
    border-top-color: transparent;
    border-right-color: transparent;
  }
  100% {
    transform: rotate(360deg) scale(0.8);
    border-color: var(--spinner-color-3);
    border-top-color: transparent;
    border-right-color: transparent;
  }
}
.overlay-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.205);
  top: 0;
  left: 0;
  z-index: 999999;
}
.overlay-loading .moderspinner {
  width: 40px;
  height: 40px;
  border: dotted 5px var(--spinner-color-1);
  border-radius: 100%;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 48.5%;
  transform: translate(-50%, -50%);
}

@media (max-width: 995px) {
  .tenant .overlay-loading .moderspinner {
    top: 45%;
    left: 45%;
  }
}
.tenant .logo-tenant {
  margin-top: 2px;
}
.tenant .header .header-wrap .page-logo img {
  height: auto;
  width: 160px;
}
.tenant .header .header-wrap h5.short-name-font {
  font-size: 19px;
}

.menu-sub-content ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgb(8, 8, 8);
}

.menu-sub-item-icon {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 150ms;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-sub-item-icon:hover {
  background-color: #efefef;
  border-radius: 3px;
}
.menu-sub-item-icon button {
  border: none;
  background: transparent;
  outline: none;
  color: #404143;
  position: relative;
  flex: 1;
}
.menu-sub-item-icon button i {
  float: right;
}
.menu-sub-item-icon a {
  color: #404143;
}

#footer {
  background: #f3f3f3;
  padding-top: 5rem;
  padding-bottom: 5rem;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  #footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#footer .footer-wrap {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-wrap .footer-left {
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  #footer .footer-wrap .footer-left {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #footer .footer-wrap .footer-left {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
#footer .footer-wrap .footer-left {
  width: 25%;
}
#footer .footer-wrap .footer-left .logo-bottom {
  width: 100%;
}
#footer .footer-wrap .footer-left .logo-bottom img {
  width: 90%;
  height: auto;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-left .logo-bottom img {
    width: 40%;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-left .logo-bottom img {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #footer .footer-wrap .footer-left .logo-bottom img {
    width: 60%;
  }
}
@media (max-width: 320px) {
  #footer .footer-wrap .footer-left .logo-bottom img {
    width: 80%;
  }
}
#footer .footer-wrap .footer-left .thaco-contact {
  margin-top: 0.5rem;
}
#footer .footer-wrap .footer-left .thaco-contact .name-company {
  margin-bottom: 10px;
  color: #2e3a41;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#footer .footer-wrap .footer-left .thaco-contact .name-company > span {
  margin-right: 0.25rem;
}
#footer .footer-wrap .footer-left .thaco-contact .name-company > span:last-child {
  margin-right: unset;
}
#footer .footer-wrap .footer-left .thaco-contact .name-company {
  width: 90%;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-left .thaco-contact .name-company {
    width: 40%;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-left .thaco-contact .name-company {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #footer .footer-wrap .footer-left .thaco-contact .name-company {
    width: 60%;
  }
}
@media (max-width: 320px) {
  #footer .footer-wrap .footer-left .thaco-contact .name-company {
    width: 80%;
  }
}
#footer .footer-wrap .footer-left .thaco-contact .phone,
#footer .footer-wrap .footer-left .thaco-contact .email,
#footer .footer-wrap .footer-left .thaco-contact .fax {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .footer-left .thaco-contact .phone,
  #footer .footer-wrap .footer-left .thaco-contact .email,
  #footer .footer-wrap .footer-left .thaco-contact .fax {
    padding-left: 25px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .footer-left .thaco-contact .phone,
  #footer .footer-wrap .footer-left .thaco-contact .email,
  #footer .footer-wrap .footer-left .thaco-contact .fax {
    padding-left: 23px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .footer-left .thaco-contact .phone,
  #footer .footer-wrap .footer-left .thaco-contact .email,
  #footer .footer-wrap .footer-left .thaco-contact .fax {
    padding-left: 20px;
  }
}
#footer .footer-wrap .footer-left .thaco-contact .phone::before,
#footer .footer-wrap .footer-left .thaco-contact .email::before,
#footer .footer-wrap .footer-left .thaco-contact .fax::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
#footer .footer-wrap .footer-left .thaco-contact .phone::before {
  content: "\f879";
}
#footer .footer-wrap .footer-left .thaco-contact .email::before {
  content: "\f0e0";
}
#footer .footer-wrap .footer-left .thaco-contact .fax::before {
  content: "\f1ac";
}
#footer .footer-wrap .footer-right {
  width: 71.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 3.5%;
  margin-bottom: -40px;
}
@media only screen and (max-width: 1680px) {
  #footer .footer-wrap .footer-right {
    margin-bottom: -calculatorPixel(40, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #footer .footer-wrap .footer-right {
    margin-bottom: -calculatorPixel(40, 1368)px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right {
    margin-left: 0%;
  }
}
@media (max-width: 768px) {
  #footer .footer-wrap .footer-right {
    padding-left: 0;
    margin-left: 0;
  }
}
#footer .footer-wrap .footer-right .list-media-mobile {
  display: none;
}
#footer .footer-wrap .footer-right .list-link {
  padding-left: 0;
}
#footer .footer-wrap .footer-right .item {
  position: relative;
  max-width: calc(33.33% - 20px);
  flex: 0 calc(33.33% - 20px);
  margin-bottom: +23px;
}
@media only screen and (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item {
    margin-bottom: +calculatorPixel(23, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #footer .footer-wrap .footer-right .item {
    margin-bottom: +calculatorPixel(23, 1368)px;
  }
}
#footer .footer-wrap .footer-right .item {
  color: #2e3a41;
}
#footer .footer-wrap .footer-right .item h2 {
  margin-top: 0px;
}
#footer .footer-wrap .footer-right .item i {
  position: absolute;
  right: 3%;
  font-size: 20px;
  display: none;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item i {
    display: block;
  }
}
#footer .footer-wrap .footer-right .item .title {
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item .title {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #footer .footer-wrap .footer-right .item .title {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
#footer .footer-wrap .footer-right .item.mobile {
  display: none;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item.mobile {
    display: block;
  }
}
#footer .footer-wrap .footer-right .item ul li {
  position: relative;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-top: +10px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-top: +7.1111111111px;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-top: +5.3333333333px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-bottom: +10px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-bottom: +7.1111111111px;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-bottom: +5.3333333333px;
  }
}
#footer .footer-wrap .footer-right .item ul li.phone::before {
  content: "\f879";
}
#footer .footer-wrap .footer-right .item ul li.address::before {
  content: "\f3c5";
}
#footer .footer-wrap .footer-right .item ul li.fax::before {
  content: "\f1ac";
}
#footer .footer-wrap .footer-right .item ul li.email::before {
  content: "\f0e0";
}
#footer .footer-wrap .footer-right .item ul li.phone, #footer .footer-wrap .footer-right .item ul li.email, #footer .footer-wrap .footer-right .item ul li.fax {
  padding-left: 28px;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item ul li.phone, #footer .footer-wrap .footer-right .item ul li.email, #footer .footer-wrap .footer-right .item ul li.fax {
    padding-left: 25px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .footer-right .item ul li.phone, #footer .footer-wrap .footer-right .item ul li.email, #footer .footer-wrap .footer-right .item ul li.fax {
    padding-left: 23px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .footer-right .item ul li.phone, #footer .footer-wrap .footer-right .item ul li.email, #footer .footer-wrap .footer-right .item ul li.fax {
    padding-left: 20px;
  }
}
#footer .footer-wrap .footer-right .item ul li.phone::before, #footer .footer-wrap .footer-right .item ul li.email::before, #footer .footer-wrap .footer-right .item ul li.fax::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
#footer .footer-wrap .footer-right .item ul li {
  line-height: 36px;
}
#footer .footer-wrap .footer-right .item ul li a {
  color: #2e3a41;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item ul li a {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  #footer .footer-wrap .footer-right .item ul li a {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  #footer .footer-wrap .footer-right .item ul li a {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  #footer .footer-wrap .footer-right .item ul li a {
    font-size: 16px;
    line-height: 1.5;
  }
}
#footer .footer-wrap .footer-right .item ul li a:hover {
  color: #01498b;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item ul li {
    line-height: 31px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .footer-right .item ul li {
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .footer-right .item ul li {
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-wrap .footer-right .item ul li {
    line-height: 24px;
  }
}
#footer .footer-wrap .footer-right #wp-item-location {
  display: none;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right #wp-item-location {
    display: block;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .policy-desktop {
    display: none;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .hidden-item-location {
    display: none;
  }
}
#footer .footer-wrap .footer-right .item-location h2 {
  margin-bottom: 12px;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item-location {
    padding-left: 30px;
  }
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item-location .list-link .item-info-b {
    padding-left: 25px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .footer-right .item-location .list-link .item-info-b {
    padding-left: 23px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .footer-right .item-location .list-link .item-info-b {
    padding-left: 20px;
  }
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b {
  margin-bottom: 12px;
  line-height: 23px;
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b a {
  color: #2e3a41;
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.phone::before, #footer .footer-wrap .footer-right .item-location .list-link .item-info-b.address::before, #footer .footer-wrap .footer-right .item-location .list-link .item-info-b.email::before, #footer .footer-wrap .footer-right .item-location .list-link .item-info-b.fax::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.phone::before {
  content: "\f879";
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.address::before {
  content: "\f3c5";
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.email::before {
  content: "\f0e0";
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.fax::before {
  content: "\f1ac";
}
#footer .footer-wrap .footer-right .item:last-child {
  margin-top: 90px;
  width: 100%;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 75px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 60px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 45px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 30px;
  }
}
#footer .footer-wrap .footer-right .img-bct-mobile {
  display: none;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .img-bct-mobile {
    padding-bottom: 23px;
    padding-top: 23px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrap .footer-right .img-bct-mobile {
    padding-bottom: 16.3555555556px;
    padding-top: 16.3555555556px;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-right .img-bct-mobile {
    padding-bottom: 12.2666666667px;
    padding-top: 12.2666666667px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .img-bct-mobile {
    display: block;
  }
}
#footer .footer-wrap .footer-right .img-bct-mobile img {
  width: 30vw;
  min-width: 100px;
  max-width: 170px;
}
#footer .footer-wrap .item-single {
  padding-top: 12px;
  margin-bottom: -1.3rem;
  line-height: 36px;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .item-single {
    display: none;
  }
}
#footer .footer-wrap .item-single a {
  color: #2e3a41;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .item-single {
    line-height: 31px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .item-single {
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .item-single {
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-wrap .item-single {
    line-height: 24px;
  }
}
#footer .footer-wrap .footer-left-bottom {
  flex: 0 0 27%;
  margin-right: 8%;
  display: grid;
  justify-content: space-between;
}
#footer .footer-wrap .footer-left-bottom .img-bct {
  flex: 0 0 53%;
}
#footer .footer-wrap .footer-left-bottom .img-bct img {
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer-wrap .footer-left-bottom .list-media {
  flex: 0 0 43%;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-top: 12px;
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (max-width: 1680px) {
  #footer .footer-wrap .footer-left-bottom .list-media {
    margin-right: -calculatorPixel(10, 1680)px;
    margin-left: -calculatorPixel(10, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #footer .footer-wrap .footer-left-bottom .list-media {
    margin-right: -calculatorPixel(10, 1368)px;
    margin-left: -calculatorPixel(10, 1368)px;
  }
}
#footer .footer-wrap .footer-left-bottom .list-media li {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 1680px) {
  #footer .footer-wrap .footer-left-bottom .list-media li {
    padding-right: calculatorPixel(10, 1680)px;
    padding-left: calculatorPixel(10, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #footer .footer-wrap .footer-left-bottom .list-media li {
    padding-right: calculatorPixel(10, 1368)px;
    padding-left: calculatorPixel(10, 1368)px;
  }
}
#footer .footer-wrap .footer-left-bottom .list-media li img {
  width: 30px;
  height: 30px;
}
@media (max-width: 1080px) {
  #footer .footer-wrap {
    flex-wrap: wrap;
  }
  #footer .footer-wrap .footer-left,
  #footer .footer-wrap .footer-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-left {
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #footer .footer-wrap .footer-left {
    padding-bottom: 16.3555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-left {
    padding-bottom: 12.2666666667px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-left .img-bct {
    display: inline-block;
    margin-bottom: 10px;
  }
  #footer .footer-wrap .footer-left-bottom {
    display: none !important;
  }
  #footer .footer-wrap .footer-left .name-company {
    font-size: 25px;
    text-transform: uppercase;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-left .name-company {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right {
    flex-wrap: wrap;
  }
  #footer .footer-wrap .footer-right .item {
    max-width: 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid #c7c7c7;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item {
    padding-bottom: 23px;
    padding-top: 23px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #footer .footer-wrap .footer-right .item {
    padding-bottom: 16.3555555556px;
    padding-top: 16.3555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-right .item {
    padding-bottom: 12.2666666667px;
    padding-top: 12.2666666667px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 0;
    border-bottom: none;
  }
  #footer .footer-wrap .footer-right .item .title {
    text-transform: uppercase;
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item .title {
    cursor: pointer;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item .list-link {
    display: none;
    margin-bottom: 0;
    padding: 10px 0;
  }
  #footer .footer-wrap .footer-right .item .active {
    display: block;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item {
    padding-top: 0px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item:first-child {
    border-top: 1px solid #c7c7c7;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item:first-child {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) and (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item:first-child {
    padding-top: calculatorPixel(23, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) and (max-width: 1368px) {
  #footer .footer-wrap .footer-right .item:first-child {
    padding-top: calculatorPixel(23, 1368)px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .list-media-mobile {
    display: block;
  }
  #footer .footer-wrap .footer-right .list-media-mobile p {
    font-size: 14px;
  }
  #footer .footer-wrap .footer-right .list-media-mobile .list-media {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media {
    margin-right: -10.6666666667px;
    margin-left: -10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li {
    padding-right: 10.6666666667px;
    padding-left: 10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li:last-child {
    margin-right: unset;
  }
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
#footer .thaco-contact h1 {
  margin: 30px 0 14px 0;
}
@media (max-width: 1680px) {
  #footer .thaco-contact h1 {
    margin: 27px 0 14px 0;
  }
}
@media (max-width: 1440px) {
  #footer .thaco-contact h1 {
    margin: 25px 0 14px 0;
  }
}
@media (max-width: 1366px) {
  #footer .thaco-contact h1 {
    margin: 22px 0 14px 0;
  }
}
@media (max-width: 1199px) {
  #footer .thaco-contact h1 {
    margin: 20px 0 14px 0;
  }
}
#footer .thaco-contact .address {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 1680px) {
  #footer .thaco-contact .address {
    padding-left: 25px;
  }
}
@media (max-width: 1440px) {
  #footer .thaco-contact .address {
    padding-left: 23px;
  }
}
@media (max-width: 1366px) {
  #footer .thaco-contact .address {
    padding-left: 20px;
  }
}
#footer .thaco-contact .address::before {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  left: 0;
  top: 0;
}
#footer .thaco-contact p {
  margin-bottom: 0.5rem;
}

.end-web {
  background-size: cover;
  background-position-x: -180px;
}
.end-web .bus {
  margin-right: 10px;
}
.end-web {
  height: 58px;
}
@media (max-width: 1680px) {
  .end-web {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .end-web {
    height: 42px;
  }
}
@media (max-width: 1366px) {
  .end-web {
    height: 37px;
  }
}
@media (max-width: 1199px) {
  .end-web {
    height: 32px;
  }
}
@media (max-width: 1080px) {
  .end-web {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .end-web {
    padding-bottom: 10.6666666667px;
    padding-top: 10.6666666667px;
  }
}
@media (max-width: 576px) {
  .end-web {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@media (max-width: 1080px) {
  .end-web {
    height: -moz-max-content;
    height: max-content;
    background-size: cover !important;
    background-position-x: -180px !important;
  }
}
.end-web .container-remake {
  height: 100%;
}
.end-web p {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .end-web p span:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .end-web p {
    font-size: 14px;
  }
}

.action-button {
  position: fixed;
  top: 25%;
  z-index: 10;
  right: 0;
  pointer-events: none;
}
.action-button .item-button {
  pointer-events: auto;
}
.action-button .item-button__scroll {
  visibility: hidden;
  display: none;
}
.action-button .item-button.item-button-logout:hover a {
  background-color: #dc3545;
}
.action-button .item-button .messenger-loaded .spinner-border {
  width: 20px;
  height: 20px;
}
.action-button .item-button .messenger {
  display: none;
}
.action-button .item-button {
  margin-bottom: 2px;
  max-width: 44px;
  opacity: 1;
  text-align: end;
  transition: opacity 0.2s ease-in-out;
  margin-right: 0;
  margin-left: auto;
}
.action-button .item-button:hover {
  opacity: 0.85;
}
.action-button .item-button {
  z-index: 88;
}
.action-button .item-button:last-child {
  margin-bottom: unset;
  max-width: unset;
}
.action-button .item-button .direction-business:hover {
  opacity: 1;
}
.action-button .item-button a,
.action-button .item-button button {
  padding: 10px 8px 10px 11px;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01498b;
  border: none;
  outline: none;
}
.action-button .item-button a img,
.action-button .item-button button img {
  width: 25px;
}
@media only screen and (max-width: 1920px) {
  .action-button .item-button a img,
  .action-button .item-button button img {
    max-height: 30px;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  width: 4.5rem;
  height: 4.5rem;
  display: none !important;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#myBtn:hover {
  opacity: 0.85;
}
#myBtn img {
  max-width: 100%;
  height: auto;
}

.fb_dialog.fb_dialog_advanced {
  display: none !important;
}

.fb_dialog_content iframe:first-child {
  display: none;
}

.fb-customerchat {
  display: none;
}

.modal-backdrop.fade.show {
  z-index: 104;
}

.custom-input {
  position: relative;
}

.invalid-feedback {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.policy .invalid-feedback {
  position: absolute;
  bottom: unset;
  left: 0;
}

.custom-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.custom-input {
  font-family: "MyriadPro-Light" !important;
  border: unset !important;
}
.custom-label {
  font-size: 30px !important;
}
.custom-btn {
  color: #01498b;
  background: #fff;
  border: 1px solid #01498b;
  margin-top: 0.625rem;
  margin-bottom: 3.75rem;
  padding: 15px 60px;
}
.custom-btn:hover {
  color: #fff;
  background: #01498b;
}

.form-setting-modal {
  width: 70% !important;
}
@media (max-width: 768px) {
  .form-setting-modal {
    width: 90% !important;
  }
}
.form-setting-modal {
  max-width: 1199px;
  margin: 0 auto;
}

.settingModal .modal-request-contact .modal-body {
  padding: 2rem 3rem;
}
@media (max-width: 1080px) {
  .settingModal .modal-request-contact .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 1200px) {
  .settingModal .modal-xl {
    width: 95%;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .settingModal .modal {
    padding-right: 0;
  }
  .settingModal .modal .modal-dialog {
    margin-top: 50px;
  }
}
.settingModal .modal-content-wrap {
  padding: 3rem 0;
}
.settingModal .modal-content-wrap h3 {
  margin-top: 0 !important;
}
.settingModal .control-tab-modal {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: none;
}
.settingModal .control-tab-modal li {
  margin-bottom: 0;
  flex: 1;
  text-align: center;
}
.settingModal .control-tab-modal li a {
  outline: none;
  border: none;
  text-transform: uppercase;
}
.settingModal .control-tab-modal li a:hover {
  border: none;
  color: #fff;
}
.settingModal .control-tab-modal li a.active {
  color: #fff;
  background: transparent;
  border: none;
}
.settingModal .modal-footer {
  justify-content: center;
  border: none;
}
.settingModal .modal-header {
  background: #01498b;
}
.settingModal .fade:not(.show) {
  display: none !important;
}
.settingModal .nav-pills .nav-link.active {
  background: none;
}
.settingModal .nav-item a:hover {
  color: #4183c4;
  transition: 0.5s;
}
.settingModal .close {
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.settingModal .ui.form .field > .selection.dropdown > .dropdown.icon {
  color: #C1C1C1;
}
.settingModal .animation-tb {
  animation: animationTopBottom 0.5s;
}
.settingModal .ui.selection.dropdown {
  display: block;
  border-radius: unset;
}

@keyframes animationTopBottom {
  from {
    margin-top: -700px;
  }
  to {
    margin-top: 24.5px;
  }
}
.footer-tenant .footer-tenant-wrap h5 {
  color: #000000;
  margin: 0;
  margin-bottom: 1rem;
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap h5 {
    margin-bottom: 0;
  }
}
.footer-tenant .footer-tenant-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap {
    flex-wrap: wrap;
  }
}
.footer-tenant .footer-tenant-wrap ul li {
  margin-bottom: 1rem;
}
.footer-tenant .footer-tenant-wrap ul li a {
  color: #000000;
}
.footer-tenant .footer-tenant-wrap ul li a:hover {
  color: #01498b;
}
.footer-tenant .footer-tenant-wrap ul li:last-child {
  margin-bottom: 0;
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-logo {
  width: -moz-fit-content;
  width: fit-content;
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-logo h5 {
  color: #01498b;
  margin-top: 1rem;
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-logo h5 {
    margin-top: 1rem;
    margin-bottom: 0px;
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-logo {
    width: 100%;
  }
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-logo .logo-bottom img {
  width: 80%;
  max-width: 25rem;
  height: auto;
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-logo .logo-bottom img {
    width: 50%;
  }
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-logo .back-to-thaco a {
  display: inline-flex;
  align-items: center;
  color: #01498b;
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-logo .back-to-thaco a img {
  margin-right: 7px;
  height: auto;
  width: 1.2rem;
  max-height: 1.3rem;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-menu {
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-menu {
    width: 100%;
    margin: 3rem 0;
    padding: 0;
  }
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-menu ul {
    margin-bottom: 0;
  }
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-menu li {
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid #cccccc;
  }
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-menu li:first-child {
    border-top: 1px solid #cccccc;
  }
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-contact {
  width: -moz-fit-content;
  width: fit-content;
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-contact .list-contact-footer li p {
  margin: 0;
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-contact .list-contact-footer li .type-service span:last-child span {
  display: none;
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-contact {
    width: 100%;
  }
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-contact ul {
    margin: 0;
  }
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-showroom {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20rem;
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-showroom .ui.selection.dropdown {
  width: 100%;
  max-width: 20rem;
  padding-right: 2.3rem;
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-showroom .ui.selection.dropdown .menu .item {
  font-family: "MyriadPro-Regular";
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-showroom {
    width: 100%;
    margin-bottom: 3rem;
    max-width: unset;
  }
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-showroom-desktop {
    display: none;
  }
}
.footer-tenant .footer-tenant-wrap .footer-tenant-col-showroom-mobie {
  display: none;
}
@media (max-width: 1080px) {
  .footer-tenant .footer-tenant-wrap .footer-tenant-col-showroom-mobie {
    display: block;
    margin-bottom: 3rem;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .tenant #page-wrap {
    overflow: hidden;
  }
}

.bg-fixed-ab {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  inset: 0;
  display: none;
}

.camon-pay-car .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.camon-pay-car .modal-dialog {
  min-width: 500px;
}
@media (max-width: 768px) {
  .camon-pay-car .modal-dialog {
    min-width: 80%;
  }
}
.camon-pay-car .modal-content {
  padding: 5%;
}
.camon-pay-car .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.camon-pay-car .popup-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1111;
  position: relative;
}
.camon-pay-car .popup-content h2, .camon-pay-car .popup-content h1, .camon-pay-car .popup-content h3, .camon-pay-car .popup-content h4, .camon-pay-car .popup-content h5 {
  font-family: "MyriadPro-BoldCond";
}
.camon-pay-car .popup-content p, .camon-pay-car .popup-content span {
  font-family: "MyriadPro-Regular";
}
@media (max-width: 480px) {
  .camon-pay-car .popup-content {
    font-size: 15px;
  }
}
.camon-pay-car .popup-content i {
  font-size: 30px;
  padding: 15px;
  border: 3px solid #01498b;
  color: #01498b;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.camon-pay-car .popup-content a {
  color: #fff;
  padding: 10px 50px;
  background-color: #01498b;
  border: 1px solid #01498b;
  margin-top: 1rem;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1080px) {
  .camon-pay-car .popup-content a {
    padding: 5px 20px;
  }
}
.camon-pay-car .popup-content a:hover {
  background: #fff;
  color: #01498b;
}
.camon-pay-car .close-popup,
.camon-pay-car .close-popup-please-select-product {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  z-index: 1;
}

.footer-tenant-new {
  color: #fff;
  background: rgb(1, 73, 139);
  padding: 3rem 0;
}
@media only screen and (max-width: 1080px) {
  .footer-tenant-new {
    padding: 2.5rem 0;
  }
}
.footer-tenant-new .name-company, .footer-tenant-new .sub-company {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .footer-tenant-new .name-company, .footer-tenant-new .sub-company {
    text-align: left;
  }
}
.footer-tenant-new .name-company {
  font-size: 27px;
}
@media only screen and (max-width: 1080px) {
  .footer-tenant-new .name-company {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-tenant-new .name-company {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .footer-tenant-new .name-company {
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .footer-tenant-new .name-company {
    font-size: 15px;
  }
}
.footer-tenant-new .sub-company {
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .footer-tenant-new .sub-company {
    font-size: 16px;
  }
}
@media only screen and (max-width: 400px) {
  .footer-tenant-new .sub-company {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .footer-tenant-new .sub-company {
    font-size: 13px;
  }
}
.footer-tenant-new .sub-company {
  margin-top: 0;
}
.footer-tenant-new .footer-tenant-content {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .footer-tenant-new .footer-tenant-content {
    display: block;
  }
}
.footer-tenant-new .footer-tenant-content .list-info-company {
  flex: 1;
  margin-bottom: 0;
  max-width: 100%;
}
.footer-tenant-new .footer-tenant-content .list-info-company li {
  margin-bottom: 1rem;
}
.footer-tenant-new .footer-tenant-content .list-info-company li a {
  color: #fff;
}
.footer-tenant-new .footer-tenant-content-right {
  width: 40%;
  margin-left: 10px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .footer-tenant-new .footer-tenant-content-right {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
.footer-tenant-new .footer-tenant-content-right .list-social {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .footer-tenant-new .footer-tenant-content-right .list-social {
    justify-content: unset;
  }
}
.footer-tenant-new .footer-tenant-content-right .list-social {
  margin: 1.2rem 0;
}
.footer-tenant-new .footer-tenant-content-right .list-social li {
  width: 16%;
}
.footer-tenant-new .footer-tenant-content-right .list-social li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .footer-tenant-new .footer-tenant-content-right .list-social li {
    margin-right: 8px;
    width: unset;
  }
}
.footer-tenant-new .footer-tenant-content-right .list-social li img {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .footer-tenant-new .footer-tenant-content-right .list-social li img {
    width: 35px;
    height: 35px;
  }
}
.footer-tenant-new .footer-tenant-content-right .back-to-thaco a {
  color: #fff;
}
.footer-tenant-new .footer-tenant-content-right .back-to-thaco a:hover {
  color: #fff;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.slider-main-carousel, .banner-default-slider {
  margin-top: -4.5rem;
  display: block;
}
@media (max-width: 1080px) {
  .slider-main-carousel, .banner-default-slider {
    margin-top: 0;
  }
}
.slider-main-carousel .slider-main-item, .banner-default-slider .slider-main-item {
  position: relative;
  width: 100%;
  height: 0%;
  padding-bottom: 100vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1080px) {
  .slider-main-carousel .slider-main-item, .banner-default-slider .slider-main-item {
    width: 100%;
    height: 0%;
    padding-bottom: 60%;
    overflow: hidden;
  }
}
.slider-main-carousel .slider-main-item .new-business-intro-block__content, .banner-default-slider .slider-main-item .new-business-intro-block__content {
  width: 30%;
  background: #01498b;
  padding: 2rem;
  opacity: 0.9;
}
.slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__title, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__title {
  position: relative;
  padding-top: 16px;
}
.slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__title::before, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 50%;
  border-top: 2px solid white;
}
.slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__date, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__date {
  padding-bottom: 16px;
  color: white;
}
.slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__link, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__link {
  display: flex;
  justify-content: flex-end;
}
.slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__link-text, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__link-text {
  display: flex;
  gap: 10px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .slider-main-carousel .slider-main-item .new-business-intro-block__content, .banner-default-slider .slider-main-item .new-business-intro-block__content {
    width: 40%;
    padding: 9px;
  }
  .slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__title, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__title {
    padding-top: 8px;
  }
  .slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__title h2, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__title h2 {
    font-size: 14px;
  }
  .slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__date, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__date {
    font-size: 10px;
    padding: 0;
  }
  .slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__desc, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__desc {
    font-size: 10px;
    margin-bottom: 0 !important;
    padding: 0;
  }
}
@media only screen and (max-width: 419px) {
  .slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__title h2, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__title h2 {
    font-size: 9px;
  }
  .slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__date, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__date {
    font-size: 6px;
  }
  .slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__desc, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__desc {
    font-size: 6px;
  }
  .slider-main-carousel .slider-main-item .new-business-intro-block__content .new-business-intro-block__link a, .banner-default-slider .slider-main-item .new-business-intro-block__content .new-business-intro-block__link a {
    font-size: 8px;
  }
}
.slider-main-carousel .slider-main-item > div, .banner-default-slider .slider-main-item > div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-main-carousel .slider-main-item > div > video, .slider-main-carousel .slider-main-item > div img, .banner-default-slider .slider-main-item > div > video, .banner-default-slider .slider-main-item > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-main-carousel .slider-main-item .slider-main-item-overlay, .banner-default-slider .slider-main-item .slider-main-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0.3;
}
.slider-main-carousel .slider-main-item .video-slider, .banner-default-slider .slider-main-item .video-slider {
  width: 100vw;
  height: 100vh;
}
@media (max-width: 1080px) {
  .slider-main-carousel .slider-main-item .video-slider, .banner-default-slider .slider-main-item .video-slider {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.slider-main-carousel .slider-main-item img, .banner-default-slider .slider-main-item img {
  animation: 40s ease 0s normal none infinite running zoomEffect;
  -webkit-animation: 40s ease 0s normal none infinite running zoomEffect;
  -o-animation: 40s ease 0s normal none infinite running zoomEffect;
  -moz--o-animation: 40s ease 0s normal none infinite running zoomEffect;
  position: relative;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .slider-main-carousel .slider-main-item img, .banner-default-slider .slider-main-item img {
    width: 100%;
    height: 100%;
  }
}
.slider-main-carousel .slider-main-item img::before, .banner-default-slider .slider-main-item img::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider-main-carousel .slider-main-item .content-slider, .banner-default-slider .slider-main-item .content-slider {
  position: absolute;
  bottom: 177px;
  left: 10%;
  color: #fff;
  width: 32%;
  z-index: 2;
}
.slider-main-carousel .slider-main-item .content-slider p, .banner-default-slider .slider-main-item .content-slider p {
  font-size: 25px;
  margin: 30px 0 40px 0;
  line-height: 30px;
}
.slider-main-carousel .slider-main-item .content-slider a, .banner-default-slider .slider-main-item .content-slider a {
  background: #01498b;
  padding: 12px 30px;
  color: #fff;
  text-transform: uppercase;
}
.slider-main-carousel .owl-dots, .banner-default-slider .owl-dots {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #01498b;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 1024px) {
  .news-hompage .news-item.auto-height-mobile h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.section-news-home .news-hompage {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  grid-template-rows: 21vw 300px;
}
@media (min-width: 1921px) {
  .section-news-home .news-hompage {
    grid-template-rows: 300px 300px;
  }
}
@media (max-width: 1680px) {
  .section-news-home .news-hompage {
    grid-template-rows: 21vw 280px;
  }
}
@media (max-width: 1440px) {
  .section-news-home .news-hompage {
    grid-template-rows: 21vw 265px;
  }
}
@media (max-width: 1366px) {
  .section-news-home .news-hompage {
    grid-template-rows: 21vw 255px;
  }
}
@media (max-width: 1199px) {
  .section-news-home .news-hompage {
    grid-template-rows: 21vw 245px;
  }
}
.section-news-home .news-hompage {
  grid-gap: 20px;
  row-gap: 50px;
}
@media (max-width: 768px) {
  .section-news-home .news-hompage {
    row-gap: 20px;
  }
}
.section-news-home .news-hompage {
  grid-template-areas: "n1 n1 n2 n3" "n4 n5 n6 n7";
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto 30vw;
    grid-template-areas: "n2 n4" "n6 n6" "n3 n3" "n7 n7";
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .section-news-home .news-hompage {
    grid-template-rows: auto auto auto 50vw;
  }
}
.section-news-home .news-hompage .news-1 {
  grid-area: n1;
  background-color: blanchedalmond;
  position: relative;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-1 {
    display: none;
  }
}
.section-news-home .news-hompage .news-1 a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-news-home .news-hompage .news-1 a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-news-home .news-hompage .news-2 {
  grid-area: n2;
  display: flex;
  flex-direction: column;
}
.section-news-home .news-hompage .news-2 .content-top {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.section-news-home .news-hompage .news-2 .content-top .image-frame {
  display: none;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-2 .content-top .image-frame {
    margin-bottom: 3%;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
  }
  .section-news-home .news-hompage .news-2 .content-top .image-frame a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .section-news-home .news-hompage .news-2 .content-top .image-frame a img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-news-home .news-hompage .news-2 .content-top .title {
  margin-top: 0;
}
.section-news-home .news-hompage .news-2 .content-top .title a {
  color: black;
}
.section-news-home .news-hompage .news-2 .content-top .title a:hover {
  color: #01498b;
}
.section-news-home .news-hompage .news-2 .content-top .desc {
  text-align: justify;
  color: rgba(0, 0, 0, 0.8705882353) !important;
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  white-space: normal;
}
.section-news-home .news-hompage .news-2 .city-day {
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-2 .city-day {
    margin-top: 3%;
  }
}
@media (max-width: 480px) {
  .section-news-home .news-hompage .news-2 .city-day span {
    display: block;
    border: none;
  }
}
.section-news-home .news-hompage .news-3 {
  grid-area: n3;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.section-news-home .news-hompage .news-3 .img-item {
  flex: 1;
  position: relative;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-3 .img-item {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
  }
}
.section-news-home .news-hompage .news-3 .img-item a {
  width: 100%;
  position: absolute;
  height: 100%;
  inset: 0;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-3 .img-item a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .section-news-home .news-hompage .news-3 .img-item a img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-news-home .news-hompage .news-3 .img-item img {
  width: 100%;
  position: absolute;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.section-news-home .news-hompage .news-3 .title {
  flex-shrink: 0;
  display: flex;
  transform: translateY(0.2vw);
  align-items: center;
  margin-top: 5%;
}
.section-news-home .news-hompage .news-3 .title .text-title {
  flex: 0 80%;
  max-width: 80%;
}
.section-news-home .news-hompage .news-3 .title .text-title a:hover {
  color: #01498b;
}
.section-news-home .news-hompage .news-3 .title .icon-youtube {
  flex: 0 20%;
  max-width: 20%;
  height: 100%;
  position: relative;
}
.section-news-home .news-hompage .news-3 .title .icon-youtube .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #01498b;
  font-size: 2.5rem;
  transform: translate(-50%, -50%);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.section-news-home .news-hompage .news-3 .title .icon-youtube .icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 50%;
  background-color: white;
  z-index: -1;
}
.section-news-home .news-hompage .news-3 .title .icon-youtube .icon:hover {
  color: #979797;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-3 .title .icon-youtube {
    z-index: 1;
  }
}
.section-news-home .news-hompage .news-4,
.section-news-home .news-hompage .news-5,
.section-news-home .news-hompage .news-6 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section-news-home .news-hompage .news-4 .news-item-content,
.section-news-home .news-hompage .news-5 .news-item-content,
.section-news-home .news-hompage .news-6 .news-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.section-news-home .news-hompage .news-4 .news-item-content a,
.section-news-home .news-hompage .news-5 .news-item-content a,
.section-news-home .news-hompage .news-6 .news-item-content a {
  color: black;
}
.section-news-home .news-hompage .news-4 .news-item-content a:hover,
.section-news-home .news-hompage .news-5 .news-item-content a:hover,
.section-news-home .news-hompage .news-6 .news-item-content a:hover {
  color: #01498b;
}
.section-news-home .news-hompage .news-4 .news-item-content .desc,
.section-news-home .news-hompage .news-5 .news-item-content .desc,
.section-news-home .news-hompage .news-6 .news-item-content .desc {
  text-align: justify;
  color: rgba(0, 0, 0, 0.8705882353) !important;
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  white-space: normal;
}
.section-news-home .news-hompage .news-4 .city-day,
.section-news-home .news-hompage .news-5 .city-day,
.section-news-home .news-hompage .news-6 .city-day {
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-4 .city-day,
  .section-news-home .news-hompage .news-5 .city-day,
  .section-news-home .news-hompage .news-6 .city-day {
    margin-top: 3%;
  }
}
@media (max-width: 480px) {
  .section-news-home .news-hompage .news-4 .city-day span,
  .section-news-home .news-hompage .news-5 .city-day span,
  .section-news-home .news-hompage .news-6 .city-day span {
    display: block;
    border: none;
  }
}
.section-news-home .news-hompage .news-4 {
  grid-area: n4;
}
.section-news-home .news-hompage .news-4 .title {
  margin-top: 0;
}
.section-news-home .news-hompage .news-4 .image-frame {
  display: none;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-4 .image-frame {
    display: block;
    margin-bottom: 3%;
  }
  .section-news-home .news-hompage .news-4 .image-frame a {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
  }
  .section-news-home .news-hompage .news-4 .image-frame a img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-news-home .news-hompage .news-5 {
  grid-area: n5;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-5 {
    display: none;
  }
}
.section-news-home .news-hompage .news-6 {
  grid-area: n6;
  position: relative;
}
.section-news-home .news-hompage .news-6::after {
  position: absolute;
  height: 96%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7px;
  background: #b9b9b9;
  left: -4%;
}
@media (max-width: 1920px) {
  .section-news-home .news-hompage .news-6::after {
    left: -3%;
  }
}
@media (max-width: 1680px) {
  .section-news-home .news-hompage .news-6::after {
    left: -4%;
  }
}
.section-news-home .news-hompage .news-6 .city-day {
  max-width: calc(100% - 82px);
  display: block;
}
@media only screen and (min-width: 1081px) and (max-width: 1590px) {
  .section-news-home .news-hompage .news-6 .city-day .day {
    display: block;
  }
}
.section-news-home .news-hompage .news-6 .member-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
}
@media (max-width: 1840px) {
  .section-news-home .news-hompage .news-6 .member-avatar {
    width: 70px;
    height: 70px;
    bottom: -30px;
  }
}
@media (max-width: 1680px) {
  .section-news-home .news-hompage .news-6 .member-avatar {
    width: 70px;
    height: 70px;
    bottom: 0;
  }
}
@media (max-width: 1440px) {
  .section-news-home .news-hompage .news-6 .member-avatar {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1366px) {
  .section-news-home .news-hompage .news-6 .member-avatar {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .section-news-home .news-hompage .news-6 .member-avatar {
    width: 70px;
    height: 70px;
  }
}
.section-news-home .news-hompage .news-7 {
  grid-area: n7;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
.section-news-home .news-hompage .news-7 .summary {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-0.2vw);
}
.section-news-home .news-hompage .news-7 .summary .title {
  margin: 0;
}
.section-news-home .news-hompage .news-7 .summary a, .section-news-home .news-hompage .news-7 .summary p {
  color: black;
}
.section-news-home .news-hompage .news-7 .scollbar-wrap {
  width: 100%;
  height: 90%;
  display: flex;
  flex-shrink: 0;
}
.section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews {
  height: 100%;
  width: 15%;
}
.section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
}
.section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews .swiper-slide img {
  width: 100%;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews .swiper-slide img {
    width: 70%;
  }
}
@media (max-width: 720px) {
  .section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews .swiper-slide img {
    width: 100%;
  }
}
.section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews-title {
  height: 100%;
}
.section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews-title .swiper-slide {
  width: 90%;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews-title .swiper-slide {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews-title .swiper-slide a {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.section-news-home .news-hompage .news-7 .scollbar-wrap .swiper-hotnews-title .swiper-slide a:hover {
  color: #01498b;
}
.section-news-home {
  padding: 50px 0 50px 0;
}
@media (max-width: 1080px) {
  .section-news-home {
    padding: 3% 0 3% 0;
  }
}
.section-news-home h2 {
  margin-bottom: 45px;
}
@media (max-width: 1080px) {
  .section-news-home h2 {
    margin-bottom: 3%;
  }
}

.section-field-home {
  padding: 50px 0 60px 0;
}
@media (max-width: 1080px) {
  .section-field-home {
    padding: 3% 0;
  }
}
.section-field-home img {
  max-width: 100%;
}
@media (max-width: 1680px) {
  .section-field-home img {
    transform: scale(0.8);
  }
}
@media (max-width: 1520px) {
  .section-field-home img {
    transform: scale(0.7);
  }
}
@media (max-width: 1366px) {
  .section-field-home img {
    transform: scale(0.68);
  }
}
@media (max-width: 1199px) {
  .section-field-home img {
    transform: scale(0.65);
  }
}
@media (max-width: 995px) {
  .section-field-home img {
    transform: scale(0.6);
  }
}
.section-field-home .h2-hover-color:hover {
  color: #01498b;
}
.section-field-home .field-home-content {
  margin-top: 45px;
}
@media (max-width: 1080px) {
  .section-field-home .field-home-content {
    margin-top: 3%;
  }
}
.section-field-home .field-home-content .top {
  display: flex;
  height: auto;
  border-bottom: 3px solid #e6eef5;
}
@media (max-width: 1080px) {
  .section-field-home .field-home-content .top {
    flex-wrap: wrap;
    height: auto;
  }
}
.section-field-home .field-home-content .top .top-left {
  width: 31%;
  background: #f4f4f4;
  padding: 1rem;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .section-field-home .field-home-content .top .top-left {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section-field-home .field-home-content .top .top-left p {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .section-field-home .field-home-content .top .top-left {
    padding: 1rem;
  }
}
.section-field-home .field-home-content .top .top-left img {
  width: 70px;
  margin-bottom: 0px;
}
.section-field-home .field-home-content .top .top-left .title {
  text-transform: uppercase;
}
.section-field-home .field-home-content .top .top-left p.desc {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.section-field-home .field-home-content .top .top-right {
  width: 69%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  background: #fff;
}
@media (max-width: 1080px) {
  .section-field-home .field-home-content .top .top-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.section-field-home .field-home-content .top .top-right .top-right-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .section-field-home .field-home-content .top .top-right .top-right-item {
    padding: 1rem 0.5rem;
  }
}
.section-field-home .field-home-content .top .top-right .top-right-item {
  width: 33.33333%;
  text-align: center;
}
.section-field-home .field-home-content .top .top-right .top-right-item a {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
}
.section-field-home .field-home-content .top .top-right .top-right-item p {
  line-height: 30px;
  margin-top: 40px;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .section-field-home .field-home-content .top .top-right .top-right-item p {
    margin-top: 15px;
  }
}
@media (max-width: 1520px) {
  .section-field-home .field-home-content .top .top-right .top-right-item p {
    margin-top: 10px;
  }
}
@media (max-width: 1366px) {
  .section-field-home .field-home-content .top .top-right .top-right-item p {
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  .section-field-home .field-home-content .top .top-right .top-right-item p {
    margin-top: 0px;
  }
}
.section-field-home .field-home-content .top .top-right .top-right-item a p {
  color: #242424;
}
.section-field-home .field-home-content .top .top-right .top-right-item a p:hover {
  color: #01498b;
}
.section-field-home .field-home-content .top .top-right .top-right-item:hover .top-right-item-title {
  color: #01498b;
}
.section-field-home .field-home-content .top .top-right .top-right-item:nth-child(4) {
  width: 50%;
}
.section-field-home .field-home-content .top .top-right .top-right-item:nth-child(5) {
  width: 50%;
}
.section-field-home .field-home-content .top .top-right .top-right-item:nth-child(1),
.section-field-home .field-home-content .top .top-right .top-right-item:nth-child(2),
.section-field-home .field-home-content .top .top-right .top-right-item:nth-child(4) {
  border-right: 3px solid #e6eef5;
}
.section-field-home .field-home-content .top .top-right-item p a {
  color: #242424;
}
.section-field-home .field-home-content .top .top-right-item:last-child {
  border-right: none;
}
.section-field-home .field-home-content .top .top-right-item:hover .link-item-home {
  color: #01498b;
}
.section-field-home .field-home-content .bottom {
  display: flex;
  height: auto;
}
@media (max-width: 1680px) {
  .section-field-home .field-home-content .bottom {
    height: auto;
  }
}
@media (max-width: 1080px) {
  .section-field-home .field-home-content .bottom {
    flex-wrap: wrap;
    height: auto;
  }
}
.section-field-home .field-home-content .bottom .bottom-left {
  width: 31%;
  background: #f4f4f4;
  padding: 1rem;
}
@media only screen and (max-width: 1080px) {
  .section-field-home .field-home-content .bottom .bottom-left {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section-field-home .field-home-content .bottom .bottom-left p {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .section-field-home .field-home-content .bottom .bottom-left {
    padding: 1rem;
  }
}
.section-field-home .field-home-content .bottom .bottom-left {
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.section-field-home .field-home-content .bottom .bottom-left img {
  width: 70px;
  margin-bottom: 0px;
}
.section-field-home .field-home-content .bottom .bottom-left .title {
  text-transform: uppercase;
}
.section-field-home .field-home-content .bottom .bottom-left p.desc {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.section-field-home .field-home-content .bottom .bottom-right {
  width: 69%;
  display: flex;
  height: auto;
  background: #fff;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .section-field-home .field-home-content .bottom .bottom-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item .symbol img {
  max-width: 90%;
}
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item {
  width: 33.33333%;
  text-align: center;
}
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item a {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
}
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item p {
  margin-top: 40px;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .section-field-home .field-home-content .bottom .bottom-right .bottom-right-item p {
    margin-top: 35px;
  }
}
@media (max-width: 1520px) {
  .section-field-home .field-home-content .bottom .bottom-right .bottom-right-item p {
    margin-top: 30px;
  }
}
@media (max-width: 1366px) {
  .section-field-home .field-home-content .bottom .bottom-right .bottom-right-item p {
    margin-top: 22px;
  }
}
@media (max-width: 1199px) {
  .section-field-home .field-home-content .bottom .bottom-right .bottom-right-item p {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-field-home .field-home-content .bottom .bottom-right .bottom-right-item {
    padding: 1rem 0.5rem;
  }
}
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item a p {
  color: #242424;
}
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item:hover .bottom-right-item-title {
  color: #01498b;
}
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item:nth-child(1),
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item:nth-child(2),
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item:nth-child(4),
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item:nth-child(5) {
  border-right: 3px solid #e6eef5;
}
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item:nth-child(1),
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item:nth-child(2),
.section-field-home .field-home-content .bottom .bottom-right .bottom-right-item:nth-child(3) {
  border-bottom: 3px solid #e6eef5;
}

.section-shareholder-home {
  padding-top: 40px;
}
@media only screen and (max-width: 1366px) {
  .section-shareholder-home {
    padding: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-shareholder-home {
    padding: 1rem;
  }
}
@media (min-width: 1081px) {
  .section-shareholder-home .viewmore-mb {
    display: none;
  }
}
.section-shareholder-home .shareholder-home-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-top {
    flex-wrap: wrap;
  }
  .section-shareholder-home .shareholder-home-top .menu-tab-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right {
    margin-top: +35px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right {
    margin-top: +24.8888888889px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right {
    margin-top: +18.6666666667px;
  }
}
.section-shareholder-home .shareholder-home-top h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-top h2 {
    width: 100%;
  }
}
.section-shareholder-home .shareholder-home-top .menu-tab-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #a2a2a2;
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right {
    justify-content: center;
    margin-top: 0%;
    display: none;
    height: 0;
  }
}
.section-shareholder-home .shareholder-home-top .menu-tab-right ul {
  margin-bottom: -15px;
}
@media only screen and (max-width: 1680px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul {
    margin-bottom: -calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul {
    margin-bottom: -calculatorPixel(15, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul {
    text-align: center;
    justify-content: flex-start;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    margin-top: 0.3rem;
  }
}
.section-shareholder-home .shareholder-home-top .menu-tab-right ul li {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (max-width: 1680px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul li {
    padding-bottom: calculatorPixel(15, 1680)px;
    padding-top: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul li {
    padding-bottom: calculatorPixel(15, 1368)px;
    padding-top: calculatorPixel(15, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul li {
    margin-right: 0.75rem;
  }
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul li:last-child {
    margin-right: unset;
  }
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul li {
    padding: 10px 0;
  }
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul li .nav-link {
    width: -moz-max-content;
    width: max-content;
  }
}
.section-shareholder-home .shareholder-home-top .menu-tab-right ul li:last-child a {
  padding-right: 0;
}
.section-shareholder-home .shareholder-home-top .menu-tab-right ul a {
  display: inline-block;
  border: none;
  color: black;
  padding: 0;
  padding: 0 1vw 1vw;
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul a {
    padding: 0 1vw 2%;
  }
}
.section-shareholder-home .shareholder-home-top .menu-tab-right ul a.active {
  border: none;
  background: transparent;
  border-bottom: 5px solid #01498b;
  border-radius: 0;
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right ul a.active {
    border-bottom: 2px solid #01498b;
  }
}
.section-shareholder-home .shareholder-home-top .menu-tab-right .link-views-all {
  margin-left: 40px;
}
.section-shareholder-home .shareholder-home-top .menu-tab-right .link-views-all a {
  color: black;
}
.section-shareholder-home .shareholder-home-top .menu-tab-right .link-views-all a span {
  margin-left: 10px;
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-top .menu-tab-right .link-views-all {
    display: none;
  }
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery-top {
  margin-bottom: 3%;
}
@media (min-width: 1081px) {
  .section-shareholder-home .shareholder-home-top .shareholder-gallery-top {
    display: none;
  }
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery-top .swiper-slide {
  width: auto !important;
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery-top .swiper-slide a {
  color: black;
  padding: 0.3rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery-top .swiper-slide {
  border-bottom: 2px solid #a2a2a2;
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery-top .swiper-slide-thumb-active {
  width: auto !important;
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery-top .swiper-slide-thumb-active {
  border-bottom: 2px solid #01498b;
}
@media (min-width: 1081px) {
  .section-shareholder-home .shareholder-home-top .shareholder-gallery {
    display: none;
  }
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery .swiper-slide .banner {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 320px;
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery .swiper-slide .up-show {
  transform: rotate(90deg);
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery .swiper-slide .item-shareholder {
  margin-top: 3%;
}
.section-shareholder-home .shareholder-home-top .shareholder-gallery .swiper-slide .item-shareholder h5 {
  line-height: 1;
}
.section-shareholder-home .shareholder-home-content {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-content {
    margin-top: 3%;
    display: none;
  }
}
.section-shareholder-home .shareholder-home-content .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-shareholder-home .shareholder-home-content .loading img {
  width: 5vw;
  z-index: 10;
}
.section-shareholder-home .shareholder-home-content .tab-content-item {
  display: flex;
  justify-content: space-between;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item {
    flex-wrap: wrap;
    height: auto;
  }
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-left {
  width: 49%;
  position: relative;
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 390px;
}
@media (max-width: 1680px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-left img {
    height: 350px;
  }
}
@media (max-width: 1440px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-left img {
    height: 320px;
  }
}
@media (max-width: 1081px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-left img {
    flex: 0 0 100%;
    width: 100%;
    display: none;
  }
}
@media (max-width: 1081px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-left {
    flex: 0 0 100%;
    width: 100%;
  }
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right {
  width: 46%;
}
@media (max-width: 1081px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1081px) and (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right {
    margin-top: +50px;
  }
}
@media only screen and (max-width: 1081px) and (max-width: 768px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right {
    margin-top: +35.5555555556px;
  }
}
@media (max-width: 1081px) and (max-width: 576px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right {
    margin-top: +26.6666666667px;
  }
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  margin-bottom: 25px;
}
@media (max-width: 1680px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder {
    margin-bottom: 10px;
  }
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder {
    margin-bottom: 1%;
  }
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .down-hide {
  display: none;
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .left .up-show,
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .left .down-hide {
  width: 16px;
  height: auto;
  transform: rotate(90deg);
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid {
  flex: 1;
  margin: 0 20px;
}
@media only screen and (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid {
    margin: 0 10px;
  }
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid h5 {
  line-height: 30px;
}
@media (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid h5 {
    line-height: normal;
  }
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid h5:hover a {
  color: #01498b;
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid .desc-none {
  margin-top: 15px;
  display: none;
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid .desc-none .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid .desc-none .wrap .desc-right {
  display: flex;
  align-items: center;
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid .desc-none .wrap .desc-right span {
  margin-right: 15px;
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid .desc-none .wrap .desc-right a {
  background: #284089;
  padding: 7px 10px 5px;
  display: inline-block;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .mid .desc-none .wrap .desc-right a {
    font-size: 11px;
    padding: 4px 7px 3px;
  }
}
.section-shareholder-home .shareholder-home-content .tab-content-item .tab-content-right .list-content .item-shareholder .right {
  font-size: 13px;
}

.section-partner-home {
  padding: 50px 0 5px 0;
}
@media (max-width: 1080px) {
  .section-partner-home {
    padding: 20px 0 5px 0;
  }
}
.section-partner-home h2 {
  margin-bottom: 0;
}
.section-partner-home .partner-home-carousel {
  padding-bottom: 10px;
}
.section-partner-home .partner-home-carousel .item {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  height: 0;
}
.section-partner-home .partner-home-carousel .item .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section-partner-home .partner-home-carousel .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.section-partner-home .partner-home-carousel .owl-nav {
  position: absolute;
  top: 38%;
}
@media only screen and (max-width: 720px) {
  .section-partner-home .partner-home-carousel .owl-nav {
    top: 40%;
  }
}
@media only screen and (max-width: 420px) {
  .section-partner-home .partner-home-carousel .owl-nav {
    top: 25%;
  }
}
.section-partner-home .partner-home-carousel .owl-nav {
  width: 100%;
}
.section-partner-home .partner-home-carousel .owl-nav button {
  color: #979797;
  font-size: 40px;
  outline: none;
}
.section-partner-home .partner-home-carousel .owl-nav .owl-next {
  position: absolute;
  left: 100%;
}
@media only screen and (max-width: 1080px) {
  .section-partner-home .partner-home-carousel .owl-nav .owl-next {
    left: 95%;
  }
  .section-partner-home .partner-home-carousel .owl-nav .owl-next img {
    width: 15px;
  }
}
.section-partner-home .partner-home-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 100%;
}
@media only screen and (max-width: 1080px) {
  .section-partner-home .partner-home-carousel .owl-nav .owl-prev {
    right: 95%;
  }
  .section-partner-home .partner-home-carousel .owl-nav .owl-prev img {
    width: 15px;
  }
}
.item-shareholder {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 25px;
}
@media (max-width: 1680px) {
  .item-shareholder {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  .item-shareholder {
    margin-bottom: 10px;
  }
}
.item-shareholder .down-hide {
  display: none;
}
.item-shareholder .left i {
  color: #01498b;
}
.item-shareholder .mid {
  flex: 1;
  margin: 0 20px;
}
.item-shareholder .mid h5 {
  line-height: 30px;
}
.item-shareholder .mid a {
  color: black;
}
.item-shareholder .mid a:hover {
  color: #01498b;
}
.item-shareholder .mid .desc-none {
  margin-top: 15px;
  display: none;
}
.item-shareholder .mid .desc-none .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-shareholder .desc-right {
  display: flex;
  align-items: center;
}
.item-shareholder .desc-right span {
  margin-right: 15px;
}
.item-shareholder .desc-right .btn {
  background: #01498b;
  color: #fff;
  padding: 7px 10px 5px;
  font-size: 13px;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .item-shareholder .desc-right .btn {
    font-size: 12px;
    padding: 3px 8px 2.5px;
  }
}

.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}

.banner-slider .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
}

.banner-slider .slider.slider-nav {
  max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: left;
}

.banner-slider .slider.slider-nav {
  height: 610px;
  overflow: hidden;
}

.slider-banner-image {
  height: 610px;
}

.banner-slider .slider.slider-nav {
  padding: 20px 0 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196db6;
}

.slider-nav .slick-slide.slick-current span {
  color: #196db6;
}

.slider-nav .slick-slide {
  text-align: center;
}

.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}

.slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.slick-prev {
  top: 0;
}

.slick-next {
  bottom: 0;
  background-color: #fff;
}

.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}

.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}

/*End USE CSS for Slider*/
@media screen and (max-width: 991px) {
  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .banner-slider .slider.slider-for {
    padding-right: 0;
  }
  .banner-slider .slider.slider-nav {
    height: auto;
  }
  .slider-banner-image {
    height: 500px;
  }
  .slider.slider-nav.thumb-image {
    padding: 10px 30px 0;
  }
  .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%) rotate(-90deg);
  }
  .slick-prev {
    left: 0;
    right: unset;
  }
  .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }
  .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }
  .bid-tag {
    padding: 10px 0 15px;
  }
  .slider.slider-nav.thumb-image {
    white-space: nowrap;
  }
  .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .slider-banner-image {
    height: 400px;
  }
  .slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
}
@media screen and (max-width: 580px) {
  .slider-banner-image {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .slider-banner-image {
    height: 280px;
  }
}
.scale07 {
  transform: scale(0.7);
}

.invisible-height-0 {
  height: 0;
  visibility: hidden;
}

.hover-image-homepage:hover a {
  color: #01498b;
}

.fb_dialog_content {
  background: #fff;
  color: #373737;
  display: none;
}

.fb_customer_chat_bubble_animated_no_badge {
  box-shadow: initial;
  transition: box-shadow 150ms linear;
}

.fb_customer_chat_bubble_animated_no_badge {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) !important;
  transition: box-shadow 150ms linear;
}

.new-business-intro-block__content {
  width: 35.5%;
  position: absolute;
  z-index: 2;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1080px) {
  .new-business-intro-block__content {
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 8% !important;
  }
}
@media (max-width: 768px) {
  .new-business-intro-block__content {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .new-business-intro-block__content {
    width: 70%;
  }
}
@media (max-width: 580px) {
  .new-business-intro-block__content {
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.new-business-intro-block__content .new-business-intro-block__title h2 {
  padding-bottom: 3%;
}
.new-business-intro-block__content .new-business-intro-block__desc {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  margin-bottom: 12%;
  color: #fffefe;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .new-business-intro-block__content .new-business-intro-block__desc {
    margin-bottom: 3%;
    padding: 4px 7px;
  }
}
.new-business-intro-block__content .new-business-intro-block__button {
  background-color: white;
  width: 87px;
  height: 27px;
  padding: 23px 83px;
  line-height: 0;
  color: #01498b;
  transition: 0.2s;
}
@media (max-width: 1680px) {
  .new-business-intro-block__content .new-business-intro-block__button {
    padding: 16px 60px;
  }
}
@media (max-width: 768px) {
  .new-business-intro-block__content .new-business-intro-block__button {
    padding: 4px 7px;
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .new-business-intro-block__content .new-business-intro-block__button {
    padding: 2px 4px;
  }
}
.new-business-intro-block__content .new-business-intro-block__button:hover {
  color: white;
  background-color: #01498b;
}

.top-left-banner {
  top: 40%;
  transform: translateY(-50%);
  left: 8%;
  text-align: justify;
}

.center-left-banner {
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  text-align: justify;
}

.bottom-left-banner {
  top: 65%;
  transform: translateY(-50%);
  left: 8%;
  text-align: justify;
}

.top-center-banner {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
}

.center-center-banner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
}

.bottom-center-banner {
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
}

.top-right-banner {
  top: 40%;
  transform: translateY(-50%);
  right: 8%;
  text-align: justify;
}

.center-right-banner {
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  text-align: justify;
}

.bottom-right-banner {
  top: 65%;
  transform: translateY(-50%);
  right: 8%;
  text-align: justify;
}

.container-remake {
  width: 80%;
  margin: 0 auto;
  max-width: 1366px;
}
@media only screen and (max-width: 1280px) {
  .container-remake {
    width: 90%;
  }
}
@media only screen and (max-width: 758px) {
  .container-remake {
    width: calc(100% - 24px);
    max-width: 100%;
  }
}

@media (max-width: 758px) {
  .form-search .container-remake {
    width: 90%;
  }
}

.form-control:focus,
select,
select:focus,
.select2-selection--single,
.select2,
.select2-container,
.select2-container--default,
.select2-container--focus {
  outline: none !important;
  outline-color: transparent !important;
  box-shadow: none !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

a:hover {
  color: #01498b;
}

.color-pri {
  color: #01498b;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: black;
}

.color-black {
  color: #000;
}

.font-pri-bold {
  font-family: "MyriadPro-BoldCond";
}

.font-pri {
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
}

.font-cond {
  font-family: "MyriadPro-Cond";
}

.font-cond-bold {
  font-family: "MyriadPro-BoldCond";
}

.font-mi-bold {
  font-family: "MyriadPro-BoldCond";
}

.font-semi {
  font-family: "MyriadPro-Semibold";
}

.gray-line {
  height: 0.5px;
  background-color: #a6a6a6;
  width: 100%;
}

.font80 {
  font-size: 80px;
}
@media (max-width: 1680px) {
  .font80 {
    font-size: 70px;
  }
}
@media (max-width: 1560px) {
  .font80 {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  .font80 {
    font-size: 55px;
  }
}
@media (max-width: 1366px) {
  .font80 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .font80 {
    font-size: 45px;
  }
}

.font70 {
  font-size: 45px;
}
@media (max-width: 1680px) {
  .font70 {
    font-size: 45px;
  }
}

.font60 {
  font-size: 35px;
}
@media (max-width: 1680px) {
  .font60 {
    font-size: 35px;
  }
}

.font50 {
  font-size: 50px;
}
@media (max-width: 1680px) {
  .font50 {
    font-size: 40px;
  }
}
@media (max-width: 1560px) {
  .font50 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .font50 {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .font50 {
    font-size: 25px;
  }
}

.font40 {
  font-size: 40px;
}
@media (max-width: 1680px) {
  .font40 {
    font-size: 35px;
  }
}
@media (max-width: 1560px) {
  .font40 {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .font40 {
    font-size: 27px;
  }
}
@media (max-width: 1024px) {
  .font40 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .font40 {
    font-size: 20px;
  }
}

.font38 {
  font-size: 38px;
}
@media (max-width: 1680px) {
  .font38 {
    font-size: 35px;
  }
}
@media (max-width: 1560px) {
  .font38 {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .font38 {
    font-size: 27px;
  }
}
@media (max-width: 1024px) {
  .font38 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .font38 {
    font-size: 20px;
  }
}

.font37 {
  font-size: 37px;
}
@media (max-width: 1680px) {
  .font37 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .font37 {
    font-size: 33px;
  }
}
@media (max-width: 1400px) {
  .font37 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .font37 {
    font-size: 28px;
  }
}

.font36 {
  font-size: 36px;
}
@media (max-width: 1680px) {
  .font36 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .font36 {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .font36 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 26px;
  }
}

.font30 {
  font-size: 30px;
}
@media (max-width: 1680px) {
  .font30 {
    font-size: 24px;
  }
}
@media (max-width: 1366) {
  .font30 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 20px;
  }
}

.font32 {
  font-size: 32px;
}
@media (max-width: 1440px) {
  .font32 {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .font32 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .font32 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .font32 {
    font-size: 20px;
  }
}

.font28 {
  font-size: 28px;
}
@media (max-width: 1680px) {
  .font28 {
    font-size: 26px;
  }
}
@media (max-width: 1560px) {
  .font28 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .font28 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .font28 {
    font-size: 20px;
  }
}

.font25 {
  font-size: 25px;
}
@media (max-width: 1680px) {
  .font25 {
    font-size: 21px;
  }
}
@media (max-width: 1560px) {
  .font25 {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .font25 {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  .font25 {
    font-size: 20px;
  }
}

.font-mb-25 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .font-mb-25 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .font-mb-25 {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .font-mb-25 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .font-mb-25 {
    font-size: 17px;
  }
}
@media (max-width: 360px) {
  .font-mb-25 {
    font-size: 16px;
  }
}

.font24 {
  font-size: 24px;
}
@media (max-width: 1680px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .font24 {
    font-size: 15px;
  }
}

.font23 {
  font-size: 23px;
}
@media (max-width: 1680px) {
  .font23 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .font23 {
    font-size: 18px;
  }
}
@media (max-width: 1367px) {
  .font23 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .font23 {
    font-size: 15px;
  }
}

.font22 {
  font-size: 22px;
}
@media (max-width: 1680px) {
  .font22 {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 1367px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .font22 {
    font-size: 15px;
  }
}

.font21 {
  font-size: 21px;
}
@media (max-width: 1680px) {
  .font21 {
    font-size: 18px;
  }
}
@media (max-width: 1560px) {
  .font21 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .font21 {
    font-size: 15px;
  }
}

.font20 {
  font-size: 20px;
}
@media (max-width: 1680px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1560px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .font20 {
    font-size: 15px;
  }
}
.font20 {
  /** remove fix issue footer text quá nhỏ */
}

.font18 {
  font-size: 18px;
}
@media (max-width: 1680px) {
  .font18 {
    font-size: 18px;
  }
}
@media (max-width: 1560px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .font18 {
    font-size: 15px;
  }
}

.font17 {
  font-size: 17px;
}
@media (max-width: 1680px) {
  .font17 {
    font-size: 16px;
  }
}
@media (max-width: 1560px) {
  .font17 {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .font17 {
    font-size: 14px;
  }
}

.font16 {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 1560px) {
  .font16 {
    font-size: 13px;
  }
}
@media (max-width: 1440px) {
  .font16 {
    font-size: 12px;
  }
}

.font15 {
  font-size: 15px;
}
@media (max-width: 1680px) {
  .font15 {
    font-size: 14px;
  }
}
@media (max-width: 1560px) {
  .font15 {
    font-size: 13px;
  }
}
@media (max-width: 1440px) {
  .font15 {
    font-size: 12px;
  }
}

.font14 {
  font-size: 14px;
}
@media (max-width: 1680px) {
  .font14 {
    font-size: 13px;
  }
}
@media (max-width: 1560px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 1440px) {
  .font14 {
    font-size: 11px;
  }
}

.font12 {
  font-size: 12px;
}
@media (max-width: 1680px) {
  .font12 {
    font-size: 11px;
  }
}
@media (max-width: 1400px) {
  .font12 {
    font-size: 10px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (max-width: 1680px) {
  .mt-150 {
    margin-top: calculatorPixel(150, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-150 {
    margin-top: calculatorPixel(150, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-150 {
    margin-top: calculatorPixel(150, 992)px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1680px) {
  .mt-100 {
    margin-top: calculatorPixel(100, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-100 {
    margin-top: calculatorPixel(100, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-100 {
    margin-top: calculatorPixel(100, 992)px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1680px) {
  .mb-100 {
    margin-bottom: calculatorPixel(100, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mb-100 {
    margin-bottom: calculatorPixel(100, 1360)px;
  }
}
@media (max-width: 992px) {
  .mb-100 {
    margin-bottom: calculatorPixel(100, 992)px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1680px) {
  .mt-80 {
    margin-top: calculatorPixel(80, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-80 {
    margin-top: calculatorPixel(80, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-80 {
    margin-top: calculatorPixel(80, 992)px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1680px) {
  .pt-100 {
    padding-top: calculatorPixel(100, 1680)px;
  }
}
@media (max-width: 1360px) {
  .pt-100 {
    padding-top: calculatorPixel(100, 1360)px;
  }
}
@media (max-width: 992px) {
  .pt-100 {
    padding-top: calculatorPixel(100, 992)px;
  }
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1680px) {
  .my-100 {
    margin-top: calculatorPixel(100, 1680)px;
    margin-bottom: calculatorPixel(100, 1680)px;
  }
}
@media (max-width: 1360px) {
  .my-100 {
    margin-top: calculatorPixel(100, 1360)px;
    margin-bottom: calculatorPixel(100, 1360)px;
  }
}
@media (max-width: 992px) {
  .my-100 {
    margin-top: calculatorPixel(100, 992)px;
    margin-bottom: calculatorPixel(100, 992)px;
  }
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 1680px) {
  .my-90 {
    margin-top: calculatorPixel(90, 1680)px;
    margin-bottom: calculatorPixel(90, 1680)px;
  }
}
@media (max-width: 1360px) {
  .my-90 {
    margin-top: calculatorPixel(90, 1360)px;
    margin-bottom: calculatorPixel(90, 1360)px;
  }
}
@media (max-width: 992px) {
  .my-90 {
    margin-top: calculatorPixel(90, 992)px;
    margin-bottom: calculatorPixel(90, 992)px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 1680px) {
  .mb-90 {
    margin-bottom: calculatorPixel(90, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mb-90 {
    margin-bottom: calculatorPixel(90, 1360)px;
  }
}
@media (max-width: 992px) {
  .mb-90 {
    margin-bottom: calculatorPixel(90, 992)px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1680px) {
  .mb-60 {
    margin-bottom: calculatorPixel(60, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mb-60 {
    margin-bottom: calculatorPixel(60, 1360)px;
  }
}
@media (max-width: 992px) {
  .mb-60 {
    margin-bottom: calculatorPixel(60, 992)px;
  }
}
@media (max-width: 768px) {
  .mb-60 {
    margin-bottom: calculatorPixel(60, 768)px;
  }
}
@media (max-width: 576px) {
  .mb-60 {
    margin-bottom: calculatorPixel(60, 576)px;
  }
}
@media (max-width: 480px) {
  .mb-60 {
    margin-bottom: calculatorPixel(60, 480)px;
  }
}

.mt-85 {
  margin-top: 85px;
}
@media (max-width: 1680px) {
  .mt-85 {
    margin-top: calculatorPixel(85, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-85 {
    margin-top: calculatorPixel(85, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-85 {
    margin-top: calculatorPixel(85, 992)px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 1680px) {
  .mt-70 {
    margin-top: calculatorPixel(70, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-70 {
    margin-top: calculatorPixel(70, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-70 {
    margin-top: calculatorPixel(70, 992)px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 1680px) {
  .mt-60 {
    margin-top: calculatorPixel(60, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-60 {
    margin-top: calculatorPixel(60, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-60 {
    margin-top: calculatorPixel(60, 992)px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 1680px) {
  .pb-60 {
    padding-bottom: calculatorPixel(60, 1680)px;
  }
}
@media (max-width: 1360px) {
  .pb-60 {
    padding-bottom: calculatorPixel(60, 1360)px;
  }
}
@media (max-width: 992px) {
  .pb-60 {
    padding-bottom: calculatorPixel(60, 992)px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 1680px) {
  .pt-60 {
    padding-top: calculatorPixel(60, 1680)px;
  }
}
@media (max-width: 1360px) {
  .pt-60 {
    padding-top: calculatorPixel(60, 1360)px;
  }
}
@media (max-width: 992px) {
  .pt-60 {
    padding-top: calculatorPixel(60, 992)px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1680px) {
  .mb-40 {
    margin-bottom: calculatorPixel(40, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mb-40 {
    margin-bottom: calculatorPixel(40, 1360)px;
  }
}
@media (max-width: 992px) {
  .mb-40 {
    margin-bottom: calculatorPixel(40, 992)px;
  }
}
@media (max-width: 768px) {
  .mb-40 {
    margin-bottom: calculatorPixel(30, 768)px;
  }
}
@media (max-width: 576px) {
  .mb-40 {
    margin-bottom: calculatorPixel(30, 576)px;
  }
}
@media (max-width: 480px) {
  .mb-40 {
    margin-bottom: calculatorPixel(30, 480)px;
  }
}

.mt-55 {
  margin-top: 55px;
}
@media (max-width: 1680px) {
  .mt-55 {
    margin-top: calculatorPixel(55, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-55 {
    margin-top: calculatorPixel(55, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-55 {
    margin-top: calculatorPixel(55, 992)px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}
@media (max-width: 1680px) {
  .mb-55 {
    margin-bottom: calculatorPixel(55, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mb-55 {
    margin-bottom: calculatorPixel(55, 1360)px;
  }
}
@media (max-width: 992px) {
  .mb-55 {
    margin-bottom: calculatorPixel(55, 992)px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1680px) {
  .mt-40 {
    margin-top: calculatorPixel(40, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-40 {
    margin-top: calculatorPixel(40, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-40 {
    margin-top: calculatorPixel(40, 992)px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  .mb-30 {
    margin-bottom: calculatorPixel(30, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mb-30 {
    margin-bottom: calculatorPixel(30, 1360)px;
  }
}
@media (max-width: 992px) {
  .mb-30 {
    margin-bottom: calculatorPixel(30, 992)px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 1680px) {
  .mt-30 {
    margin-top: calculatorPixel(30, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-30 {
    margin-top: calculatorPixel(30, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-30 {
    margin-top: calculatorPixel(30, 992)px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  .mb-20 {
    margin-bottom: calculatorPixel(20, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mb-20 {
    margin-bottom: calculatorPixel(20, 1360)px;
  }
}
@media (max-width: 992px) {
  .mb-20 {
    margin-bottom: calculatorPixel(20, 992)px;
  }
}

.mt-20 {
  margin-top: 20px;
}
@media (max-width: 1680px) {
  .mt-20 {
    margin-top: calculatorPixel(20, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-20 {
    margin-top: calculatorPixel(20, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-20 {
    margin-top: calculatorPixel(20, 992)px;
  }
}

.mt-10 {
  margin-top: 10px;
}
@media (max-width: 1680px) {
  .mt-10 {
    margin-top: calculatorPixel(10, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mt-10 {
    margin-top: calculatorPixel(10, 1360)px;
  }
}
@media (max-width: 992px) {
  .mt-10 {
    margin-top: calculatorPixel(10, 992)px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .mb-10 {
    margin-bottom: calculatorPixel(10, 1680)px;
  }
}
@media (max-width: 1360px) {
  .mb-10 {
    margin-bottom: calculatorPixel(10, 1360)px;
  }
}
@media (max-width: 992px) {
  .mb-10 {
    margin-bottom: calculatorPixel(10, 992)px;
  }
}

@media (max-width: 1080px) {
  .fontmb-large {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .fontmb-large {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .fontmb-large {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .fontmb-large {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .fontmb-large {
    font-size: 23px;
  }
}
@media (max-width: 360px) {
  .fontmb-large {
    font-size: 20px;
  }
}

@media (max-width: 1080px) {
  .fontmb-medium {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .fontmb-medium {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .fontmb-medium {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .fontmb-medium {
    font-size: 18px;
  }
}

@media (max-width: 1080px) {
  .fontmb-middle {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .fontmb-middle {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .fontmb-middle {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .fontmb-middle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .fontmb-middle {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .fontmb-middle {
    font-size: 17px;
  }
}

@media (max-width: 1080px) {
  .fontmb-small {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  .fontmb-small {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .fontmb-small {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  .fontmb-small {
    font-size: 16px;
  }
}

@media (max-width: 1080px) {
  .fontmb-little {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .fontmb-little {
    font-size: 17px;
  }
}
@media (max-width: 785px) {
  .fontmb-little {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 1080px) {
  .fontmiddle {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .fontmiddle {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .fontmiddle {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .fontmiddle {
    font-size: 22px;
  }
}

@media (max-width: 1080px) {
  .fontsmall {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  .fontsmall {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .fontsmall {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  .fontsmall {
    font-size: 15px;
  }
}

@media (max-width: 1080px) {
  .fontmb-cond-bold {
    font-family: "MyriadPro-BoldCond";
  }
}
@media (max-width: 768px) {
  .fontmb-big {
    font-size: 30px;
  }
  .fontmb-rather {
    font-size: 25px;
  }
  .fontmb-medium {
    font-size: 18px;
  }
  .fontmb-majority {
    font-size: 15px;
  }
}
body {
  vertical-align: middle;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.hidden-scrollbar::-webkit-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}

#map {
  height: 100%;
  z-index: 1;
}

.leaflet-popup-content-wrapper {
  border-radius: 8px !important;
  padding: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.content-map-contact {
  display: flex;
  gap: 10px;
  padding: 0 10px;
}

.leaflet-popup-content {
  padding: 10px;
}

.title-map-contact {
  width: 100%;
  background-color: #efefef;
  margin-bottom: 10px;
  padding: 10px;
}

.icon-map-contact {
  display: flex;
  align-items: center;
}
.icon-map-contact img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

#map-mobile {
  width: 100%;
  height: 400px;
  z-index: 1;
}

.text-weight-bold {
  font-weight: bold;
}

:root {
  --c-text-sm: 15px;
  --c-text-base: 17px;
  --c-text-md: 20px;
  --c-text-lg: 20px;
  --c-text-xl: 25px;
  --c-text-2xl: 30px;
  --menu-space: 6rem;
  --menu-space-tenant: 4.28571428571rem;
}

@media only screen and (max-width: 1440px) {
  :root {
    --c-text-sm: 15px;
    --c-text-base: 16px;
    --c-text-md: 17px;
    --c-text-lg: 18px;
    --c-text-xl: 22px;
    --c-text-2xl: 26px;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --c-text-sm: 14px;
    --c-text-base: 15px;
    --c-text-md: 13px;
    --c-text-lg: 18px;
    --c-text-xl: 20px;
    --c-text-2xl: 23px;
  }
}
.c-text-sm {
  font-size: var(--c-text-sm);
}

.c-text-base {
  font-size: var(--c-text-base);
}

.c-text-md {
  font-size: var(--c-text-md);
}

.c-text-lg {
  font-size: var(--c-text-lg);
}

.c-text-xl {
  font-size: var(--c-text-xl);
}

.c-text-2xl {
  font-size: var(--c-text-2xl);
}

.c-font-regular {
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
}

.c-font-bold,
.font-pri-bold,
.font-mi-bold,
.MyriadPro-BoldCond {
  font-family: "MyriadPro-Regular";
  font-weight: bold;
}
.c-font-bold.c-text-sm,
.font-pri-bold.c-text-sm,
.font-mi-bold.c-text-sm,
.MyriadPro-BoldCond.c-text-sm {
  font-size: calc(var(--c-text-sm) + 2px);
}
.c-font-bold.c-text-base,
.font-pri-bold.c-text-base,
.font-mi-bold.c-text-base,
.MyriadPro-BoldCond.c-text-base {
  font-size: calc(var(--c-text-base) - 1px);
}
.c-font-bold.c-text-md,
.font-pri-bold.c-text-md,
.font-mi-bold.c-text-md,
.MyriadPro-BoldCond.c-text-md {
  font-size: calc(var(--c-text-md) + 2px);
}
.c-font-bold.c-text-lg,
.font-pri-bold.c-text-lg,
.font-mi-bold.c-text-lg,
.MyriadPro-BoldCond.c-text-lg {
  font-size: calc(var(--c-text-lg) - 2px);
}
.c-font-bold.c-text-xl,
.font-pri-bold.c-text-xl,
.font-mi-bold.c-text-xl,
.MyriadPro-BoldCond.c-text-xl {
  font-size: calc(var(--c-text-xl) + 2px);
}
.c-font-bold.c-text-2xl,
.font-pri-bold.c-text-2xl,
.font-mi-bold.c-text-2xl,
.MyriadPro-BoldCond.c-text-2xl {
  font-size: calc(var(--c-text-2xl) - 4px);
}

.ellipsis-2-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui.selection.dropdown {
  min-height: 3rem;
}

.scrollbar-custom::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scrollbar-custom::-webkit-scrollbar-thumb {
  background: #01498b;
  border: 0px none transparent;
}
.scrollbar-custom::-webkit-scrollbar-track {
  background: #fff;
  border: 0px none transparent;
}

body.tenant .production-menu-fixed, body.tenant .tenant-business__filter.fixed {
  top: var(--menu-space-tenant) !important;
}
body.tenant .header {
  height: var(--menu-space-tenant);
}
body.tenant .header .header-wrap .search-language {
  display: none !important;
}
body.tenant .header .header-wrap .main-menu ul {
  justify-content: flex-end;
}
body.tenant .header .header-wrap .main-menu ul li.menu-big {
  margin: 0;
  padding: 0 20px;
}
body.tenant .header .header-wrap .main-menu ul li.menu-big a {
  font-size: 16px;
}
body.tenant #row__empty {
  height: var(--menu-space-tenant);
}
body.tenant #mobileNav .nav-lang {
  display: none;
}
body.tenant #mobileNav .box-search-mobile {
  display: none;
}

.paginate-mobile {
  display: none;
}
@media (max-width: 1080px) {
  .paginate-mobile {
    display: block;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .paginate-mobile .page-pagination {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .paginate-mobile .page-pagination {
    padding-top: 35.5555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .paginate-mobile .page-pagination {
    padding-top: 26.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .paginate-mobile .page-pagination {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .paginate-mobile .page-pagination {
    padding-bottom: 42.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .paginate-mobile .page-pagination {
    padding-bottom: 32px;
  }
}

.post-container__right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: sticky;
  top: 6rem;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
}

.post-thumbnail {
  width: 100%;
  height: 0%;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.post-thumbnail a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.post-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.post-thumbnail a img:hover {
  transform: scale(1.1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #01498b;
  height: auto;
  min-height: 45px;
  font-size: 20px;
}
@media (max-width: 1080px) {
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    font-size: 16px;
  }
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #fff;
  font-family: "MyriadPro-Cond";
  display: flex;
  align-items: center;
}

.select2-dropdown {
  border: none;
  font-size: 20px;
}
@media (max-width: 1080px) {
  .select2-dropdown {
    font-size: 16px;
  }
}

.select2-results__option,
.select2-results__option--selectable {
  height: auto;
  min-height: 45px;
  background: #e9e9e9;
  font-size: 20px;
}
@media (max-width: 1080px) {
  .select2-results__option,
  .select2-results__option--selectable {
    font-size: 16px;
  }
}
.select2-results__option,
.select2-results__option--selectable {
  color: #5c5c5c;
  font-family: "MyriadPro-Cond";
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background: #01498b;
  padding: 0 18px;
  font-size: 20px;
}
@media (max-width: 1080px) {
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    font-size: 16px;
  }
}

.select2-container--default .select2-results__option--selected {
  background: #e9e9e9;
  font-size: 20px;
}
@media (max-width: 1080px) {
  .select2-container--default .select2-results__option--selected {
    font-size: 16px;
  }
}

.form-filter button.btn-submit.icon-filter {
  display: none;
  z-index: 1;
}
@media (max-width: 1080px) {
  .form-filter button.btn-submit.icon-filter {
    display: block;
    width: 47px;
    height: 32px;
  }
}
@media (max-width: 800px) {
  .form-filter button.btn-submit.icon-filter {
    width: 50px;
  }
}
@media (max-width: 736px) {
  .form-filter button.btn-submit.icon-filter {
    width: 47px;
    height: 33px;
  }
}
@media (max-width: 600px) {
  .form-filter button.btn-submit.icon-filter {
    height: 31px;
  }
}
@media (max-width: 320px) {
  .form-filter button.btn-submit.icon-filter {
    height: 30px;
  }
}
@media (max-width: 1080px) {
  .form-filter button.btn-submit:last-child {
    display: none;
  }
}

.fitter-media .fitter-media-wrap .select2-container {
  min-width: 120px;
}

.fitter-media {
  background: #f4f4f4;
  margin-top: 3vw;
}
@media (max-width: 1080px) {
  .fitter-media {
    margin-top: 0;
  }
}
.fitter-media {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 1680px) {
  .fitter-media {
    padding-bottom: calculatorPixel(20, 1680)px;
    padding-top: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .fitter-media {
    padding-bottom: calculatorPixel(20, 1368)px;
    padding-top: calculatorPixel(20, 1368)px;
  }
}
@media (max-width: 1080px) {
  .fitter-media {
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .fitter-media {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .fitter-media {
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .fitter-media {
    padding-top: 16px;
  }
}
.fitter-media .fitter-media-wrap {
  display: flex;
  justify-content: center;
}
.fitter-media .fitter-media-wrap form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap form {
    margin-bottom: 3%;
  }
}
.fitter-media .fitter-media-wrap select {
  margin-right: 90px;
}
.fitter-media .fitter-media-wrap .select2-container {
  margin-right: 90px;
  font-family: "MyriadPro-Cond";
  font-size: 20px;
}
@media (max-width: 1680px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: 70px;
  }
}
@media (max-width: 1560px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: 60px;
  }
}
@media (max-width: 1366px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: 50px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .fitter-media .fitter-media-wrap .select2-container {
    font-size: 16px;
    margin-right: 12px;
  }
}
@media (max-width: 600px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: 12px;
    padding-right: 5%;
  }
}
@media (max-width: 590px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -3px;
    padding-right: 5%;
  }
}
@media (max-width: 535px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -15px;
    padding-right: 4%;
  }
}
@media (max-width: 480px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -25px;
    padding-right: 10%;
  }
}
@media (max-width: 414px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -38px;
    padding-right: 13%;
  }
}
@media (max-width: 375px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -45px;
    padding-right: 17%;
  }
}
@media (max-width: 320px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -60px;
    padding-right: 20%;
  }
}
.fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
  border: none;
  height: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    height: 45px;
  }
}
@media (max-width: 1440px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    height: 40px;
  }
}
@media (max-width: 1366px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    height: 30px;
  }
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    border: 1px solid #acacac;
    border-radius: 0px;
  }
}
.fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
@media (max-width: 1680px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
  }
}
@media (max-width: 1440px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }
}
@media (max-width: 1366px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 36px;
  }
}
@media (max-width: 568px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 23px;
  }
}
@media (max-width: 480px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 45px;
  }
}
@media (max-width: 414px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 49px;
  }
}
@media (max-width: 375px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 57px;
  }
}
.fitter-media .fitter-media-wrap .select2-container--default .select2-results > .select2-results__options {
  font-family: "MyriadPro-Cond";
  font-size: 20px;
}
.fitter-media .fitter-media-wrap button {
  font-size: 20px;
  font-family: "MyriadPro-Cond";
  color: #fff;
  border: none;
  outline: none;
  background: #01498b;
  height: 50px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1680px) {
  .fitter-media .fitter-media-wrap button {
    height: 45px;
    padding: 0 25px;
  }
}
@media (max-width: 1440px) {
  .fitter-media .fitter-media-wrap button {
    height: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 1366px) {
  .fitter-media .fitter-media-wrap button {
    height: 35px;
    padding: 0 15px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .fitter-media .fitter-media-wrap button {
    height: 30px;
    padding: 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap button {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .fitter-media .fitter-media-wrap button {
    height: 45.8796296296px;
  }
}
@media (max-width: 768px) {
  .fitter-media .fitter-media-wrap button {
    height: 35.5555555556px;
  }
}
@media (max-width: 576px) {
  .fitter-media .fitter-media-wrap button {
    height: 26.6666666667px;
  }
}
@media (max-width: 480px) {
  .fitter-media .fitter-media-wrap button {
    height: 22.2222222222px;
  }
}
@media (max-width: 360px) {
  .fitter-media .fitter-media-wrap button {
    height: 16.6666666667px;
  }
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap button {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .fitter-media .fitter-media-wrap button {
    width: 137.6388888889px;
  }
}
@media (max-width: 768px) {
  .fitter-media .fitter-media-wrap button {
    width: 106.6666666667px;
  }
}
@media (max-width: 576px) {
  .fitter-media .fitter-media-wrap button {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .fitter-media .fitter-media-wrap button {
    width: 66.6666666667px;
  }
}
@media (max-width: 360px) {
  .fitter-media .fitter-media-wrap button {
    width: 50px;
  }
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap button {
    padding: 0;
  }
}
.fitter-media .fitter-media-wrap button:hover {
  background-color: #0367c3;
  transition: 0.5s;
}

.tag-page .result-main {
  font-family: "MyriadPro-BoldCond";
}
.tag-page .result-main p:first-child {
  margin-top: 5rem;
  margin-bottom: -20px;
  font-weight: bold;
}
.tag-page .result-main .search-result .result-img .image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  display: block;
}
.tag-page .result-main .search-result .result-img .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-general__box {
  display: grid;
  grid-template-columns: 25% auto 25%;
  gap: 1.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-general__box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.media-general__box-new {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-new {
    display: flex;
    flex-direction: unset;
  }
}
.media-general__box .item:hover .item-title {
  color: #01498b;
}
.media-general__box .item:hover .item-img {
  transform: scale(1.1);
}
.media-general__box .item:hover .title {
  color: #01498b;
}
.media-general__box-video .item {
  border-bottom: 1px solid #ebebeb;
}
.media-general__box-video .item__img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.media-general__box-video .item__img img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-general__box-video .item__img img:hover {
  transform: scale(1.1);
}
.media-general__box-video .item:nth-last-child(1) {
  border: 0;
  padding-bottom: 0.5rem !important;
}
.media-general__box-video .item h3 {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-general__box-video .item p {
  padding-bottom: 10px;
  color: #787878;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video .item p {
    display: none;
  }
}
.media-general__box-video .item-thum img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.media-general__box-video:nth-child(1n+2) {
  display: flex;
  padding: 10px 0;
  gap: 2rem;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video:nth-child(1n+2) {
    padding: 20px 0;
    align-items: center;
  }
}
.media-general__box-video:nth-child(1n+2) .item-info__img {
  width: 150px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-general__box-video:nth-child(1n+2) .item-info:hover .img-title {
  color: #01498b;
}
.media-general__box-video:nth-child(1n+2) .item-info {
  padding: 5px 0;
  gap: 1rem;
}
.media-general__box-video:nth-child(1n+2) .item-info__nlast {
  padding: 5px 0;
  padding-bottom: 0;
  gap: 1rem;
}
.media-general__box-video:nth-child(1n+2) .item__img {
  width: 170px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
.media-general__box-video:nth-child(1n+2) .item h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-general__box-video:nth-child(1n+2) .item-thum {
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0;
}
.media-general__box-video:nth-child(1n+2) .item-thum h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-general__box-video:nth-child(1n+2) .item-thum h3 a {
  color: #2e3a41;
}
.media-general__box-video:nth-child(1n+2) .item-thum h3 a:hover {
  color: #01498b;
}
.media-general__box-video:nth-child(1n+2) .item-thum img {
  width: 34px;
  height: 34px;
}
.media-general__box-video:nth-last-child(1) {
  padding-bottom: 0;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video.mb {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video.item:first-child {
    width: 100%;
    margin-right: 0;
  }
  .media-general__box-video.item {
    width: 48%;
    margin-right: 4%;
  }
  .media-general__box-video.item:last-child {
    margin-right: 0;
  }
  .media-general__box-video.item {
    display: unset;
    padding: 0;
    gap: 0;
    justify-content: unset;
    border: unset;
  }
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video.item-info {
    display: unset !important;
  }
  .media-general__box-video.item-info .media-general__box-video_image {
    width: 100%;
    height: 0%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
  }
  .media-general__box-video.item-info .media-general__box-video_image a.mb {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
  }
  .media-general__box-video.item-info .media-general__box-video_image a.mb img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s, visibility 0.3s ease-in;
  }
  .media-general__box-video.item-info .media-general__box-video.item-thum {
    flex-direction: unset;
    align-items: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video.item-info__nlast {
    display: unset !important;
  }
  .media-general__box-video.item-info__nlast .media-general__box-video_image {
    width: 100%;
    height: 0%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
  }
  .media-general__box-video.item-info__nlast .media-general__box-video_image a.mb {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
  }
  .media-general__box-video.item-info__nlast .media-general__box-video_image a.mb img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s, visibility 0.3s ease-in;
  }
  .media-general__box-video.item-info__nlast .media-general__box-video.item-thum {
    flex-direction: unset;
    align-items: center;
    margin-top: 15px;
  }
}
.media-general__box-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-main {
    order: 1;
    display: unset;
    margin-bottom: 20px;
  }
}
.media-general__box-main:hover .img-title {
  color: #01498b;
}
.media-general__box-main:hover img {
  transform: scale(1.1);
}
.media-general__box-main .img:hover-title {
  color: #01498b;
}
.media-general__box-main .img-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
.media-general__box-main .img-image a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.media-general__box-main .img-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-general__box-main .img-image a img:hover {
  transform: scale(1.1);
}
.media-general__box-main .img-title {
  color: #2e3a41;
  margin-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-main .img-title {
    margin-top: 15px;
  }
}
.media-general__box-main .img-title:hover {
  color: #01498b;
}
.media-general__box-main .img p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-main .img p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.media-general__box-new {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-new-item {
    width: 48%;
    margin-right: 4%;
  }
  .media-general__box-new-item:last-child {
    margin-right: 0;
  }
}
.media-general__box-new-item:hover .img-title {
  color: #01498b;
}
.media-general__box-new-item:hover img {
  transform: scale(1.1);
}
.media-general__box-new-item .img {
  width: 100%;
  max-height: 245px;
  overflow: hidden;
  position: relative;
}
.media-general__box-new-item img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-general__box-new-item img:hover {
  height: 100%;
  transform: scale(1.1);
}
.media-general__box-new h3 {
  margin: 0px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2e3a41;
}
.media-general__box-new h3:hover {
  color: #01498b;
}
.media-general__box-new-item:nth-last-child(1) {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-new-item:nth-last-child(1) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .media-general__box-new.mb {
    display: flex;
    flex-direction: unset;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
  }
}

.media-new__title {
  padding: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  .media-new__title {
    padding: 1rem 0;
  }
}
.media-new__title img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1.5rem;
}
.media-new .media-top {
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  .media-new .media-top {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-new .media-top {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
.media-new .media-top {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (max-width: 1680px) {
  .media-new .media-top {
    margin-right: -calculatorPixel(15, 1680)px;
    margin-left: -calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-new .media-top {
    margin-right: -calculatorPixel(15, 1368)px;
    margin-left: -calculatorPixel(15, 1368)px;
  }
}
.media-new .media-top {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  border-top: 2px solid #ebebeb;
}
.media-new .media-top .media-top-item h4 a {
  color: #444444;
}
.media-new .media-top .media-top-item h4 a:hover {
  color: #01498b;
}
.media-new .media-top .media-top-item p.desc {
  text-align: justify;
}
.media-new .media-top .media-top-item .item-image {
  overflow: hidden;
}
.media-new .media-top .media-top-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-new .media-top {
  /*
  .media-top-item:nth-child(1) {
      // @include paddingX(15);
      // @include marginBottom(50, "+");
      width: 20%;
      // display: flex;
      .item-img {
          // width: 67%;
          @include height(270);
          img {
              height: 100%;
              object-fit: cover;
          }
      }
      .item-content {
          @include paddingX(25);
          @include paddingY(25);
          // width: 33%;
          // background: #f3f3f3;
          // padding: 50px 70px 30px;
          // @media (max-width: 1680px) {
          //     padding: 40px;
          // }
          // @media (max-width: 1560px) {
          //     padding: 30px 35px;
          // }
          // @media (max-width: 1366px) {
          //     padding: 20px 30px;
          // }
          // @media (max-width: 1199px) {
          //     padding: 10px 25px;
          // }
          // @media(max-width:768px){
          //     padding:10px;
          // }
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          h4 {
              margin-bottom: 35px;
              @media (max-width: 1680px) {
                  margin-bottom: 25px;
              }
              @media (max-width: 1440px) {
                  margin-bottom: 20px;
              }
              @media (max-width: 1366px) {
                  margin-bottom: 15px;
              }
              @media (max-width: 1199px) {
                  margin-bottom: 10px;
              }
          }
          p.desc {
              flex: 1;
              @media (max-width: 1080px) {
                  @include marginBottom(35, "+");
              }
          }
      }
      @media (max-width: 1080px) {
          flex-wrap: wrap;
          .item-img {
              width: 100%;
          }
          .item-content {
              width: 100%;
          }
      }
  }
  */
}
.media-new .media-top .media-top-item:nth-child(n) {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 1680px) {
  .media-new .media-top .media-top-item:nth-child(n) {
    padding-right: calculatorPixel(15, 1680)px;
    padding-left: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-new .media-top .media-top-item:nth-child(n) {
    padding-right: calculatorPixel(15, 1368)px;
    padding-left: calculatorPixel(15, 1368)px;
  }
}
.media-new .media-top .media-top-item:nth-child(n) .item-image {
  overflow: hidden;
}
.media-new .media-top .media-top-item:nth-child(n) .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-new .media-top .media-top-item:nth-child(n) .item-content {
  margin-top: -3px;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media only screen and (max-width: 1680px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: calculatorPixel(25, 1680)px;
    padding-top: calculatorPixel(25, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: calculatorPixel(25, 1368)px;
    padding-top: calculatorPixel(25, 1368)px;
  }
}
@media (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 17.7777777778px;
    padding-left: 17.7777777778px;
  }
}
@media (max-width: 576px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 13.3333333333px;
    padding-left: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 17.7777777778px;
    padding-top: 17.7777777778px;
  }
}
@media (max-width: 576px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 13.3333333333px;
    padding-top: 13.3333333333px;
  }
}
.media-new .media-top .media-top-item:nth-child(n) .item-content {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.media-new .media-top .media-top-item:nth-child(n) .item-content h4 {
  text-align: justify;
  flex: 0 0 100%;
  height: auto;
}
.media-new .media-top .media-top-item:nth-child(n) .item-content h4 a:hover {
  color: #01498b;
}
@media (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) {
    width: 50%;
  }
  .media-new .media-top .media-top-item:nth-child(n) .item-img {
    background-color: #f3f3f3;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 17.7777777778px;
    padding-top: 17.7777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 13.3333333333px;
    padding-top: 13.3333333333px;
  }
}
@media only screen and (max-width: 600px) {
  .media-new .media-top .media-top-item:nth-child(n) {
    width: 100%;
  }
}

.city-day {
  color: #8b8b8b;
}
.city-day .city {
  padding-right: 17px;
  margin-right: 10px;
  border-right: 1px solid #8b8b8b;
}
@media only screen and (max-width: 630px) {
  .city-day .city {
    padding-right: 5px;
    margin-right: 5px;
  }
}

.media-event__general {
  display: grid;
  grid-template-columns: 65% auto;
  gap: 3%;
}
@media only screen and (max-width: 1080px) {
  .media-event__general {
    display: flex;
    flex-direction: column;
  }
}
.media-event__general.media-event__featured-bottom {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .media-event__general.media-event__featured-bottom {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.media-event__general.media-event__featured-bottom .media-event__general-main-img:first-child,
.media-event__general.media-event__featured-bottom .media-event__general-main-img:nth-child(2) {
  grid-column: span 2;
}
@media only screen and (max-width: 1024px) {
  .media-event__general.media-event__featured-bottom .media-event__general-main-img:first-child,
  .media-event__general.media-event__featured-bottom .media-event__general-main-img:nth-child(2) {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 1024px) {
  .media-event__general.media-event__featured-bottom .media-event__general-main-img {
    width: 100%;
  }
}
.media-event__general-item:hover .img-title {
  color: #01498b;
}
.media-event__general-item:hover img {
  transform: scale(1.1);
}
.media-event__general-first {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.media-event__general-first img {
  -o-object-fit: cover;
     object-fit: cover;
}
.media-event__general-item-thumbnail {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.media-event__general-item-thumbnail img {
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-event__general-item-thumbnail img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1080px) {
  .media-event__general-main {
    display: flex;
    flex-direction: row;
    gap: 3%;
    margin-top: 1rem;
  }
}
.media-event__general-main .img-title {
  color: #2e3a41;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-event__general-main .img-title:hover {
  color: #01498b;
}
@media only screen and (max-width: 1080px) {
  .media-event__general-main-img {
    width: 50%;
  }
}
.media-event__general-main-img:nth-child(2) {
  padding-top: 30px;
}
@media only screen and (max-width: 1680px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: calculatorPixel(30, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: calculatorPixel(0, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: calculatorPixel(0, 1368)px;
  }
}
.media-event__general-main-img:hover .img-title {
  color: #01498b;
}
.media-event__general-main-img:hover img {
  transform: scale(1.1);
}
.media-event__general-main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.media-event__general-main-img-zoom {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.media-event__general-main-img-zoom img {
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-event__general-main-img-zoom img:hover {
  transform: scale(1.1);
}
.media-event__general-video h3 {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2e3a41;
}
.media-event__general-video h3:hover {
  color: #01498b;
}
.media-event__general-video p {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-eventsnew__general {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
}
@media only screen and (max-width: 768px) {
  .media-eventsnew__general {
    display: flex;
    flex-direction: column;
    gap: 3%;
  }
}
.media-eventsnew__general-first {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.media-eventsnew__general-main:nth-child(1) {
  margin-bottom: 1rem;
}
.media-eventsnew__general-main-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.media-eventsnew__general-main-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  filter: blur(5px);
}
.media-eventsnew__general-main-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 1px 2px 9px 2px rgba(96, 96, 96, 0.5607843137);
}
.media-eventsnew__general .img-thumbnal {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.media-eventsnew__general .img-thumbnal img:hover {
  transform: scale(1.1);
}
.media-eventsnew__general-main .img-title {
  color: #2e3a41;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-eventsnew__general-main .img-title:hover {
  color: #01498b;
}

.load-more-article-wp {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.load-more-article-wp .spinner-border {
  background: #01498b;
}
.load-more-article-wp span {
  display: inline-block;
  color: #01498b;
  border: 1px solid #01498b;
  padding: 11px 21px;
  border-radius: 3px;
  cursor: pointer;
}

.newspapers-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1080px) {
  .newspapers-banner {
    display: none;
  }
}
.newspapers-banner .newspapers-banner__fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.newspapers-banner__box {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 11% 0;
}
@media only screen and (max-width: 1080px) {
  .newspapers-banner__box {
    padding: 6rem 0;
  }
}
.newspapers-banner__box-title {
  max-width: 70rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .newspapers-banner__box-title {
    max-width: 90%;
    text-align: unset;
  }
}
.newspapers-banner__box-title {
  color: white;
}
.newspapers-banner__box-title .name {
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.newspapers-banner__box-title .name .bottom-line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0.5, 1);
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: white;
  animation: line-bootom 1.5s ease both;
}

.newspapers-banner.mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .newspapers-banner.mobile {
    display: block;
  }
  .newspapers-banner.mobile h2 {
    margin: 0;
  }
}

@media only screen and (min-width: 1080px) {
  .news-slide {
    display: none;
  }
}
.news-slide__title {
  margin-top: 10px !important;
}
.news-slide .swiper-container .swiper-wrapper {
  padding-bottom: 90px;
}
@media (max-width: 1440px) {
  .news-slide .swiper-container .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.news-slide .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-slide .swiper-container .swiper-pagination {
  text-align: start !important;
}
.news-slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  border-radius: unset !important;
  height: 7px !important;
  padding: 0 18px !important;
  transition: all 0.25s;
}
.news-slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  padding: 0 43px !important;
  background-color: #01498b !important;
}

.news-thaco-banner__box {
  position: relative;
  height: 100%;
  width: 100%;
}
.news-thaco-banner__box-title {
  position: absolute;
  max-width: 70rem;
  width: 100%;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.news-thaco-banner__box-title .name {
  position: relative;
}
.news-thaco-banner__box-title .name .bottom-line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0.5, 1);
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: white;
  animation: line-bootom 1.5s ease both;
}

.news-thaco__eventsnew {
  border-bottom: 1px solid #cccccc;
}

.media-bottom {
  display: flex;
  justify-content: space-between;
}
.media-bottom .list-all-post {
  width: 65%;
}
.media-bottom .list-all-post .all-post-item {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
}
.media-bottom .list-all-post .all-post-item .post-thumbnail-wrap {
  width: 37%;
}
.media-bottom .list-all-post .all-post-item .post-content {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper {
  flex: 1;
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 {
  margin-bottom: 0.5rem;
  color: #303030;
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4:hover {
  color: #01498b;
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 a {
  color: #303030;
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 a:hover {
  color: #01498b;
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 {
    margin-bottom: +25px;
  }
}
@media only screen and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 {
    margin-bottom: +17.7777777778px;
  }
}
@media (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 {
    margin-bottom: +13.3333333333px;
  }
}
.media-bottom .list-all-post .all-post-item .post-content p.desc {
  flex-shrink: 0;
  text-align: justify;
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content p.desc {
    margin-bottom: +35px;
  }
}
@media only screen and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item .post-content p.desc {
    margin-bottom: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item .post-content p.desc {
    margin-bottom: +18.6666666667px;
  }
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .media-bottom .list-all-post .all-post-item .post-thumbnail-wrap {
    width: 100%;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item {
    padding-top: 35.5555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item {
    padding-top: 26.6666666667px;
  }
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    width: 100%;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-bottom: 28.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-bottom: 21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-top: 42.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-top: 32px;
  }
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content h4 {
    color: #2e3a41;
  }
  .media-bottom .list-all-post .all-post-item .post-content h4 :hover {
    color: #01498b;
  }
}
.media-bottom .list-all-post .page-pagination ul li {
  margin-right: 15px;
}
.media-bottom .list-all-post .page-pagination ul li a {
  color: #acacac;
}
.media-bottom .list-all-post .page-pagination ul li.active span {
  color: #01498b;
}
.media-bottom .list-all-post .page-pagination ul li.color {
  color: #01498b;
}
.media-bottom .list-post-new {
  width: 33%;
  margin-bottom: 7%;
}
.media-bottom .list-post-new .wrap {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  background: #f3f3f3;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .media-bottom .list-post-new .wrap {
    padding-left: 1.24rem;
    padding-right: 1.25rem;
  }
}
.media-bottom .list-post-new .wrap h2 {
  text-transform: uppercase;
  color: #303030;
}
.media-bottom .list-post-new .wrap .post-new-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 23px;
}
.media-bottom .list-post-new .wrap .post-new-item .post-thumbnail-wrap {
  width: 30%;
}
.media-bottom .list-post-new .wrap .post-new-item .title {
  width: calc(70% - 1rem);
  text-align: justify;
  margin: 0;
}
.media-bottom .list-post-new .wrap .post-new-item .title a {
  color: #303030;
  text-align: justify;
}
.media-bottom .list-post-new .wrap .post-new-item .title a:hover {
  color: #01498b;
}
.media-bottom .list-post-new .wrap .loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-bottom .list-post-new .wrap .loading img {
  width: 12%;
  height: auto;
}
.media-bottom .list-post-new .banner-news img {
  width: 100%;
  height: auto;
}
.media-bottom .view-all-news {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.media-bottom .view-all-news a {
  color: #303030;
}
.media-bottom .view-all-news a span {
  margin-left: 10px;
}
@media (max-width: 1080px) {
  .media-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-bottom {
    margin-bottom: +60px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-bottom {
    margin-bottom: +42.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-bottom {
    margin-bottom: +32px;
  }
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post {
    width: 100%;
  }
  .media-bottom .list-post-new {
    display: none;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item {
    flex-wrap: wrap;
  }
  .media-bottom .list-all-post .all-post-item .post-thumbnail-wrap {
    width: 100%;
  }
  .media-bottom .list-all-post .all-post-item .post-content {
    width: 100%;
    padding-top: 25px;
  }
}

.fixed-list-post-new {
  position: fixed !important;
  top: 10% !important;
  max-width: 26.5% !important;
}
@media (max-width: 1264px) {
  .fixed-list-post-new {
    max-width: 29.6% !important;
  }
}

.media-event-list {
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .media-event-list {
    padding: 0;
  }
}
.media-event-list .event-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #7d7d7d;
}
.media-event-list .event-item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1080px) {
  .media-event-list .event-item:last-child {
    margin-bottom: 5% !important;
  }
}
@media (max-width: 1680px) {
  .media-event-list .event-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .media-event-list .event-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .media-event-list .event-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .media-event-list .event-item {
    padding-bottom: 10px;
  }
}
.media-event-list .event-item .title {
  display: flex;
  margin-bottom: 55px;
  align-items: center;
}
@media (max-width: 1680px) {
  .media-event-list .event-item .title {
    margin-bottom: 45px;
  }
}
@media (max-width: 1440px) {
  .media-event-list .event-item .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1366px) {
  .media-event-list .event-item .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .media-event-list .event-item .title {
    margin-bottom: 15px;
  }
}
.media-event-list .event-item .title .icon-title {
  display: none;
  width: 5.5%;
  max-width: 55px;
}
.media-event-list .event-item .title .icon-title img {
  width: 100%;
  height: auto;
}
.media-event-list .event-item .title .title-wrap h5 a {
  color: #2e3a41;
}
.media-event-list .event-item .title .title-wrap h5 a:hover {
  color: #01498b;
}
.media-event-list .event-item .title .title-wrap p {
  color: #5c5c5c;
}
.media-event-list .event-item .image-content {
  display: flex;
  justify-content: space-between;
}
.media-event-list .event-item .image-content .image {
  width: 32%;
}
@media (max-width: 1680px) {
  .media-event-list .event-item .image-content .image {
    width: 29%;
  }
}
@media (max-width: 1440px) {
  .media-event-list .event-item .image-content .image {
    width: 26%;
  }
}
@media (max-width: 1366px) {
  .media-event-list .event-item .image-content .image {
    width: 24%;
  }
}
@media (max-width: 1199px) {
  .media-event-list .event-item .image-content .image {
    width: 23%;
  }
}
.media-event-list .event-item .image-content .content {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  .media-event-list .event-item .image-content .content {
    width: 68%;
  }
}
@media (max-width: 1440px) {
  .media-event-list .event-item .image-content .content {
    width: 71%;
  }
}
@media (max-width: 1366px) {
  .media-event-list .event-item .image-content .content {
    width: 73%;
  }
}
@media (max-width: 1199px) {
  .media-event-list .event-item .image-content .content {
    width: 74%;
  }
}
.media-event-list .event-item .image-content .content p {
  text-align: justify;
  color: #5c5c5c;
}
.media-event-list .event-item .image-content .content .view-detail {
  margin-bottom: 10px;
}
.media-event-list .event-item .image-content .content .view-detail a {
  color: #2e3a41;
}
@media (max-width: 1080px) {
  .media-event-list .event-item {
    flex-wrap: wrap;
    display: flex;
    border-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-event-list .event-item {
    margin-bottom: +75px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-event-list .event-item {
    margin-bottom: +53.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-event-list .event-item {
    margin-bottom: +40px;
  }
}
@media (max-width: 1080px) {
  .media-event-list .event-item .title {
    order: 2;
    background-color: #f3f3f3;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-event-list .event-item .title {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-event-list .event-item .title {
    padding-bottom: 14.2222222222px;
    padding-top: 14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-event-list .event-item .title {
    padding-bottom: 10.6666666667px;
    padding-top: 10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-event-list .event-item .title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-event-list .event-item .title {
    padding-right: 14.2222222222px;
    padding-left: 14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-event-list .event-item .title {
    padding-right: 10.6666666667px;
    padding-left: 10.6666666667px;
  }
}
@media (max-width: 1080px) {
  .media-event-list .event-item .title h5 {
    margin-bottom: +25px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  .media-event-list .event-item .title h5 {
    margin-bottom: +calculatorPixel(25, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  .media-event-list .event-item .title h5 {
    margin-bottom: +calculatorPixel(25, 1368)px;
  }
}
@media (max-width: 1080px) {
  .media-event-list .event-item .title .title-wrap {
    margin-left: 0;
  }
  .media-event-list .event-item .title .icon-title {
    display: none;
  }
  .media-event-list .event-item .image-content {
    order: 1;
    width: 100%;
  }
  .media-event-list .event-item .image-content .image {
    width: 100%;
  }
  .media-event-list .event-item .image-content .content {
    display: none;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-event-list .event-item:first-child {
    margin-top: +60px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-event-list .event-item:first-child {
    margin-top: +42.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-event-list .event-item:first-child {
    margin-top: +32px;
  }
}
@media (max-width: 1080px) {
  .media-event-list .event-item:last-child {
    margin-bottom: 0;
  }
}

.page-pagination {
  padding-top: 30px;
}
@media only screen and (max-width: 1680px) {
  .page-pagination {
    padding-top: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .page-pagination {
    padding-top: calculatorPixel(30, 1368)px;
  }
}
.page-pagination {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1680px) {
  .page-pagination {
    padding-bottom: calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .page-pagination {
    padding-bottom: calculatorPixel(60, 1368)px;
  }
}
@media (max-width: 1080px) {
  .page-pagination {
    padding: 0;
  }
}
.page-pagination ul li {
  margin-right: 15px;
}
.page-pagination ul li a,
.page-pagination ul li span {
  color: #acacac;
}
.page-pagination ul li a:hover,
.page-pagination ul li span:hover {
  color: #01498b;
}
.page-pagination ul li.active span {
  color: #01498b;
}
.page-pagination ul li.color {
  color: #acacac;
}
.page-pagination.hidden-desktop {
  display: none;
}
@media (max-width: 1080px) {
  .page-pagination.hidden-desktop {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page-pagination.hidden-desktop {
    padding-top: 42.6666666667px;
  }
}
@media (max-width: 576px) {
  .page-pagination.hidden-desktop {
    padding-top: 32px;
  }
}
@media (max-width: 1080px) {
  .page-pagination.hidden-desktop {
    display: block;
    padding-bottom: 0;
  }
}

.list-newspapers .list-newspapers-show-more {
  display: flex;
  margin-top: 30px;
}
.list-newspapers .list-newspapers-show-more .show-more {
  padding: 8px 15px 6px;
  border: 1px solid #0367c3;
  margin: 0 auto;
  display: inline-block;
  color: #0367c3;
  display: none;
  cursor: pointer;
}
.list-newspapers .item-newspaper {
  display: flex;
  flex-direction: row;
  gap: 3%;
  flex: 1 1;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper {
    display: unset;
  }
}
.list-newspapers .item-newspaper:hover .row__bottom .title a {
  color: #01498b;
}
.list-newspapers .item-newspaper .row__top {
  width: 50%;
  height: 0%;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__top {
    width: 100%;
    padding-bottom: 50%;
  }
}
.list-newspapers .item-newspaper .row__top a {
  width: 100%;
  height: 0%;
}
.list-newspapers .item-newspaper .row__top img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.list-newspapers .item-newspaper .row__bottom {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.list-newspapers .item-newspaper .row__bottom a .title {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #2e3a41;
}
.list-newspapers .item-newspaper .row__bottom a .title:hover {
  color: #01498b;
}
.list-newspapers .item-newspaper .row__bottom .list-newspaper-day {
  margin-top: 20px;
}
.list-newspapers .item-newspaper .row__bottom .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom .desc {
    line-height: 1.5;
  }
}
.list-newspapers .item-newspaper .row__bottom .list-newspaper-dowload a {
  color: #fff;
  background: #0367c3;
  padding: 7px 10px 5px;
  border-radius: 15px;
}
.list-newspapers .item-newspaper .row__bottom .size-dowload {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom .size-dowload {
    margin: 0 0 1rem;
  }
}
.list-newspapers .item-newspaper .row__bottom .size-dowload span.left {
  margin-right: 25px;
}
.list-newspapers .item-newspaper .row__bottom .size-dowload span a {
  background: #01498b;
  color: #fff;
  padding: 7px 10px 5px;
  font-size: 13px;
  border-radius: 3px;
}
.list-newspapers .item-newspaper .row__bottom .tags {
  display: flex;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom .tags {
    align-items: center;
    margin-bottom: 1rem;
  }
}
.list-newspapers .item-newspaper .row__bottom .tags .tag-name {
  margin-top: 6px;
}
@media (max-width: 1720px) {
  .list-newspapers .item-newspaper .row__bottom .tags .tag-name {
    margin-top: 3.5px;
  }
}
@media (max-width: 1680px) {
  .list-newspapers .item-newspaper .row__bottom .tags .tag-name {
    margin-top: 3px;
  }
}
@media (max-width: 1440px) {
  .list-newspapers .item-newspaper .row__bottom .tags .tag-name {
    margin-top: 2.6px;
  }
}
.list-newspapers .item-newspaper .row__bottom .tags .name-tag {
  font-size: 18px;
  margin-right: 10px;
}
.list-newspapers .item-newspaper .row__bottom .tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex: 1;
}
.list-newspapers .item-newspaper .row__bottom .tags .tag-list p {
  width: -moz-fit-content;
  width: fit-content;
  background: #e2e2e2;
  text-align: center;
  padding: 1% 2%;
  margin-right: 3%;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom .tags .tag-list p {
    margin-bottom: 5px !important;
  }
}
.list-newspapers .item-newspaper .row__bottom .tags .tag-list p span {
  color: #2e3a41;
  font-size: 13px;
}
.list-newspapers .item-newspaper:nth-child(even) {
  flex-direction: row-reverse;
}

/* thông cáo báo chí
// .list-newspapers {
//     // padding-top: 60px;
//     display: flex;
//     flex-wrap: wrap;
//     margin-left: -25px;
//     @media (max-width: 1680px) {
//         padding-top: 50px;
//     }
//     @media (max-width: 1440px) {
//         padding-top: 40px;
//     }
//     @media (max-width: 1366px) {
//         padding-top: 30px;
//     }
//     @media (max-width: 1199px) {
//         padding-top: 20px;
//     }
//     .item-newspaper {
//         background: #f4f4f4;
//         padding: 30px;
//         width: calc(33.33% - 25px);
//         margin-bottom: 3%;
//         margin-left: 25px;
//         display: flex;
//         flex-direction: column;
//         &:hover {
//             // filter: drop-shadow(2px 3px 4px #ccc);
//             box-shadow: 0 7px 10px 1px #3333;
//             transition: box-shadow 0.5s;
//             cursor: pointer;
//         }
//         .row__top {
//             width: 100%;
//             @include marginBottom(30, "+");
//             flex: 1;
//             display: flex;
//             flex-direction: column;
//             .title {
//                 flex-shrink: 0;
//                 @include marginBottom(30, "+");
//                 a {
//                     color: #2e3a41;
//                     // @include split_str(2);
//                 }
//                 &:hover {
//                     a {
//                         color: $color-primary;
//                     }
//                 }
//             }
//             p.desc {
//                 color: #2e3a41;
//                 flex: 1;
//                 text-align: justify;
//                 // @include split_str(4)
//             }
//         }
//         .row__bottom {
//             width: 100%;
//             @include paddingTop(30);
//             border-top: 1px solid #2e3a41;
//             margin-top: auto;
//             flex-shrink: 0;
//             .size-dowload {
//                 margin: 15px 0;
//                 display: flex;
//                 align-items: center;
//                 span.left {
//                     margin-right: 25px;
//                 }
//                 span a {
//                     background: $color-primary;
//                     color: #fff;
//                     padding: 7px 10px 5px;
//                     font-size: 13px;
//                     border-radius: 3px;
//                 }
//             }
//             .tags {
//                 display: flex;
//                 align-items: flex-start;
//                 margin-top: 8%;
//                 height: max-content;
//                 .tag-name {
//                     margin-top: 6px;
//                     @media (max-width: 1720px) {
//                         margin-top: 3.5px;
//                     }
//                     @media (max-width: 1680px) {
//                         margin-top: 3px;
//                     }
//                     @media (max-width: 1440px) {
//                         margin-top: 2.6px;
//                     }
//                     .name-tag {
//                         font-size: 18px;
//                         margin-right: 10px;
//                     }
//                 }
//                 .tag-list {
//                     display: flex;
//                     flex-wrap: wrap;
//                     align-items: flex-end;
//                     flex: 1;
//                     p {
//                         width: fit-content;
//                         background: #e2e2e2;
//                         text-align: center;
//                         padding: 2% 4%;
//                         margin-right: 3%;
//                         // margin-top: -5%;
//                         margin-bottom: 0;
//                         span {
//                             color: #2e3a41;
//                             font-size: 13px;
//                         }
//                     }
//                 }
//             }
//         }
//     }
//     @media (max-width: 1080px) {
//         .item-newspaper {
//             width: 100%;
//             // .row__top {
//             //     @include mobileMarginBottom(25, "+");
//             //     @include mobilePaddingBottom(25);
//             //     p.desc {
//             //         padding-bottom: 0;
//             //         margin-bottom: 0;
//             //     }
//             // }
//             .row__bottom {
//                 @include mobilePaddingTop(20);
//                 .title-docx {
//                     color: #01498b;
//                 }
//                 p.desc {
//                     @include mobilePaddingBottom(30);
//                     @include mobileMarginBottom(23, "+");
//                 }
//                 .tags {
//                     @include mobileMarginTop(30, "+");
//                     .name-tag {
//                         margin-right: 25px;
//                     }
//                     .tag-list {
//                         p {
//                             padding: 0;
//                             height: 34px;
//                             line-height: 34px;
//                             padding-left: 10px;
//                             padding-right: 10px;
//                             margin-right: 15px;
//                             margin-top: -2%;
//                             margin-bottom: 0;
//                             @media (max-width: 1080px) {
//                                 margin-top: 0;
//                             }
//                         }
//                     }
//                 }
//                 // .size-dowload {
//                 //   display: none;
//                 // }
//             }
//         }
//     }
//     .page-pagination {
//         display: flex;
//     }
// }
*/
.news-thaco-content .new-thaco-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.news-thaco-content h3 {
  color: #2e3a41;
}
.news-thaco-content .new-thaco-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  filter: blur(5px);
}
.news-thaco-content .new-thaco-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 1px 2px 9px 2px rgba(96, 96, 96, 0.5607843137);
}
.news-thaco-content.show-mobile {
  display: none;
}
.news-thaco-content {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1680px) {
  .news-thaco-content {
    padding-bottom: calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .news-thaco-content {
    padding-bottom: calculatorPixel(60, 1368)px;
  }
}
@media (max-width: 1080px) {
  .news-thaco-content {
    padding-bottom: 0;
  }
}
.news-thaco-content {
  /* .news-thaco-top {
      display: flex;
      // align-items: center;
      justify-content: space-between;
      max-width: 100%;
      .item {
          width: 48%;
          display: flex;
          @media (max-width: 768px) {
              flex-direction: column;
          }
          a {
              flex-shrink: 0;
              width: 33%;
              @media (max-width: 1080px) {
                  width: 30%;
              }
              @media (max-width: 768px) {
                  width: 100%;
              }
              img {
                  max-width: 100%;
                  min-height: 100%;
                  @media (max-width: 1080px) {
                      max-height: 100%;
                  }
              }
          }
          .item-content {
              max-width: 100%;
              flex: 1;
              padding: 16px 40px;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              background: #f3f3f3;
              h5 a {
                  color: #2e3a41;
                  // @include split_str(2);
                  &:hover {
                      color: $color-primary;
                  }
              }
              p.day {
                  margin: 5px 0 10px 0;
              }
              p.desc {
                  text-align: justify;
                  flex: 1;
                  // @include split_str(3);
                  // @include marginBottom(70, "+");
                  margin-bottom: 25px;
              }
              .view-detail {
                  color: #2e3a41;
                  span {
                      margin-left: 10px;
                  }
              }
              .news-download {
                  a {
                      background: #01498b;
                      color: #fff;
                      padding: 7px 10px 5px;
                      font-size: 13px;
                      border-radius: 3px;
                  }
              }
              .size-dowload {
                  margin: 15px 0;
                  display: flex;
                  align-items: center;
                  display: none;
                  span.left {
                      margin-right: 25px;
                  }
                  span a {
                      background: $color-primary;
                      color: #fff;
                      padding: 7px 10px 5px;
                      font-size: 13px;
                      border-radius: 3px;
                  }
              }
              @media (max-width: 1080px) {
                  .view-detail {
                      display: none;
                  }
                  .size-dowload {
                      display: block;
                  }
              }
          }
      }
      @media (max-width: 1080px) {
          flex-wrap: wrap;
          @include mobileMarginBottom(35, "-");
          .item {
              width: 100%;
              @include mobilePaddingY(35);
              &:first-child {
                  padding-top: 0;
              }
              .item-content {
                  @include mobilePaddingY(35);
                  @include mobilePaddingX(47);
                  p.desc {
                      @include mobileMarginBottom(32, "+");
                  }
                  p.day {
                      @include mobileMarginTop(15, "+");
                      @include mobileMarginBottom(15, "+");
                  }
              }
          }
      }
  }*/
}
.news-thaco-content .news-thaco-announced .media-announced {
  display: flex;
  flex-direction: row;
  gap: 3%;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced {
    flex-direction: column !important;
  }
}
.news-thaco-content .news-thaco-announced .media-announced:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced:nth-child(odd) {
    flex-direction: column !important;
  }
}
.news-thaco-content .news-thaco-announced .media-announced {
  gap: 3%;
}
.news-thaco-content .news-thaco-announced .media-announced__left {
  width: 65%;
  height: 100%;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__left {
    width: 100%;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__left-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.news-thaco-content .news-thaco-announced .media-announced__left:hover .title {
  color: #01498b;
}
.news-thaco-content .news-thaco-announced .media-announced__left:hover img {
  transform: scale(1.1);
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .title {
  color: #2e3a41;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city {
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city {
    justify-content: space-between;
    margin-top: 1rem;
    align-items: center;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city .city-day {
  margin: 0;
  justify-self: center;
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city .news-download {
  background-color: #01498b;
  border-radius: 20px;
  text-align: center;
  padding: 4px 18px;
  margin-left: 3rem;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city .news-download {
    border-radius: 0px;
    padding: 8px 27px;
    margin-left: 0rem;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city .news-download a {
  color: white;
}
.news-thaco-content .news-thaco-announced .media-announced__right {
  width: 35%;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__right {
    width: 100%;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__right-info {
  border-bottom: 1px solid #c4c4c4;
  padding: 10px 0;
}
.news-thaco-content .news-thaco-announced .media-announced__right-info:nth-child(1) {
  padding-top: 0;
}
.news-thaco-content .news-thaco-announced .media-announced__right-info .title {
  color: #2e3a41;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-thaco-content .news-thaco-announced .media-announced__right-info .title:hover {
  color: #01498b;
}
.news-thaco-content .news-thaco-announced .media-announced__right .city {
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__right .city {
    justify-content: space-between;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__right .city .city-day {
  justify-self: center;
}
.news-thaco-content .news-thaco-announced .media-announced__right .city .news-download {
  background-color: #01498b;
  border-radius: 20px;
  text-align: center;
  padding: 4px 18px;
  margin-left: auto;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__right .city .news-download {
    border-radius: 0px;
    padding: 8px 27px;
    margin-left: 0rem;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__right .city .news-download a {
  color: white;
}
.news-thaco-content .news-thaco-announced_list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .news-thaco-content .news-thaco-announced_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-thaco-content .news-thaco-announced_item {
  display: flex;
  flex-direction: column;
  color: black;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.news-thaco-content .news-thaco-announced_item .image-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
.news-thaco-content .news-thaco-announced_item .image-frame img {
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-thaco-content .news-thaco-announced_item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-thaco-content .news-thaco-announced_item:hover {
  color: #01498b;
}
.news-thaco-content .news-thaco-announced_item:hover img {
  transform: scale(1.1);
}
.news-thaco-content .news-thaco-announced:nth-child(even) .media-announced {
  flex-direction: row-reverse;
}
.news-thaco-content .news-thaco-list {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .news-thaco-content .news-thaco-list {
    display: none;
  }
}
.news-thaco-content .news-thaco-list .news-thaco-item {
  width: 40%;
}
.news-thaco-content .news-thaco-list .item-shareholder {
  flex-direction: column;
}
.news-thaco-content .news-thaco-list .item-shareholder .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.news-thaco-content .news-thaco-list .item-shareholder .item-wrap .news-download a {
  color: #01498b;
  padding: 5px 10px 5px;
  font-size: 13px;
  border-radius: 3px;
  border: 2px solid #01498b;
}
.news-thaco-content .news-thaco-list .desc-none {
  display: none;
  width: 100%;
  padding-left: 45px;
  margin-top: 10px;
  padding-bottom: 35px;
  border-bottom: 1px solid #2e3a41;
}
.news-thaco-content .news-thaco-list .desc-none .wrap {
  justify-content: space-between;
  display: flex;
}
.news-thaco-content .news-thaco-list .desc-none .wrap .desc-right a {
  color: #fff;
  background: #01498b;
  padding: 7px 10px 5px;
  margin-left: 20px;
}
.news-thaco-content #myList li {
  display: none;
}
.news-thaco-content #loadMore {
  color: #01498b;
  cursor: pointer;
  font-family: "MyriadPro-Bold";
}
.news-thaco-content #loadMore span:last-child {
  margin-left: 0.3%;
}
@media (max-width: 1080px) {
  .news-thaco-content #loadMore.hidden {
    display: none;
  }
}
.news-thaco-content #loadMore:hover {
  color: black;
}

.tabs-mobile {
  display: none;
}

@media (max-width: 1080px) {
  .section-desktop {
    display: none;
  }
  .tabs-mobile {
    display: block;
  }
  .tabs-mobile .nav-tabs {
    border-bottom: none;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .nav-tabs {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .nav-tabs {
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .nav-tabs {
    padding-top: 16px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .nav-tabs {
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .nav-tabs {
    padding-bottom: 29.8666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .nav-tabs {
    padding-bottom: 22.4px;
  }
}
@media (max-width: 1080px) {
  .tabs-mobile .nav-link {
    font-weight: bold;
    color: #5c5c5c !important;
    background-color: transparent !important;
    border: none;
  }
  .tabs-mobile .nav-link:focus {
    outline: none;
  }
  .tabs-mobile .nav-link.active {
    position: relative;
  }
  .tabs-mobile .nav-link.active::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25%;
    right: 25%;
    height: 2px;
    background-color: #01498b;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .gallery-item {
    padding-bottom: 73px;
    padding-top: 73px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .gallery-item {
    padding-bottom: 51.9111111111px;
    padding-top: 51.9111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .gallery-item {
    padding-bottom: 38.9333333333px;
    padding-top: 38.9333333333px;
  }
}
@media (max-width: 1080px) {
  .tabs-mobile .gallery-item .thumbnail {
    position: relative;
  }
  .tabs-mobile .gallery-item .thumbnail img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    vertical-align: middle;
  }
  .tabs-mobile .gallery-item .thumbnail .play {
    background: red;
    border-radius: 50%/10%;
    color: #ffffff;
    font-size: 2em;
    /* change this to change size */
    height: 40px;
    width: 70px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .tabs-mobile .gallery-item .thumbnail .play::before {
    background: inherit;
    border-radius: 5%/50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }
  .tabs-mobile .gallery-item .thumbnail .play::after {
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 70%;
    height: 0;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 0;
  }
  .tabs-mobile .gallery-item .thumbnail .play:hover {
    background: rgb(71, 71, 71);
  }
  .tabs-mobile .gallery-item .content {
    background-color: #f3f3f3;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .gallery-item .content {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .gallery-item .content {
    padding-bottom: 14.2222222222px;
    padding-top: 14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .gallery-item .content {
    padding-bottom: 10.6666666667px;
    padding-top: 10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .gallery-item .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .gallery-item .content {
    padding-right: 14.2222222222px;
    padding-left: 14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .gallery-item .content {
    padding-right: 10.6666666667px;
    padding-left: 10.6666666667px;
  }
}
@media (max-width: 1080px) {
  .tabs-mobile .gallery-item .content .day {
    color: #8b8b8b;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .gallery-item .content .title {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .gallery-item .content .title {
    margin-bottom: +21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .gallery-item .content .title {
    margin-bottom: +16px;
  }
}
@media (max-width: 1080px) {
  .tabs-mobile .gallery-item .content .title a {
    color: black;
  }
  .tabs-mobile .gallery-item:first-child {
    padding-top: 0;
  }
}
.image-gallery:last-child {
  padding-bottom: 2rem;
}
.image-gallery h3 {
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.image-gallery .image-gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1rem;
}
.image-gallery .image-gallery-list .item-image {
  overflow: hidden;
  width: 100%;
}
.image-gallery .image-gallery-list .item-image .day {
  color: #8b8b8b;
  margin-bottom: 0.5rem;
}
.image-gallery .image-gallery-list .item-image .post-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
  margin-bottom: 1rem;
}
.image-gallery .image-gallery-list .item-image .post-thumbnail a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.image-gallery .image-gallery-list .item-image h5 a {
  color: #444444;
}
.image-gallery .image-gallery-list .item-image h5 a:hover {
  color: #01498b;
}

.video {
  padding: 30px 0 6px 0;
}

.play-button-icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  background: #01498b;
  border-radius: 50%;
  position: relative;
  display: block;
  transition: 0.2s;
}
.play-button-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  font-size: 14px;
  color: white;
}
.play-button-icon:hover {
  background: #979797;
}

.post-container__wrapper figure {
  padding: 0;
  margin: 0;
}
.post-container__wrapper figure img {
  margin-bottom: 10px;
}

.media-general__fexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post-container__right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: sticky;
  top: 6rem;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
}

.post-container {
  padding: 0px 0 75px 0;
}
.post-container__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.post-container__left {
  max-width: 65%;
  flex: 0 65%;
}
@media (max-width: 1080px) {
  .post-container__left {
    max-width: 100%;
    flex: 0 100%;
  }
  .post-container__left .title {
    text-align: center;
  }
}
@media (max-width: 1080px) {
  .post-container__right {
    display: none;
  }
}
.post-container__right {
  max-width: 33%;
  flex: 0 33%;
}
.post-container__right .list-post-new {
  margin-bottom: 7%;
}
.post-container__right .list-post-new .wrap {
  background: #f3f3f3;
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media only screen and (max-width: 1280px) {
  .post-container__right .list-post-new .wrap {
    padding-left: 1.24rem;
    padding-right: 1.25rem;
  }
}
.post-container__right .list-post-new .wrap #new-posts {
  padding: 0px;
  overflow-y: hidden;
}
.post-container__right .list-post-new .wrap #new-posts::-webkit-scrollbar {
  width: 0px;
}
.post-container__right .list-post-new .wrap h2 {
  text-transform: uppercase;
  color: #303030;
}
.post-container__right .list-post-new .wrap .post-new-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 23px;
}
.post-container__right .list-post-new .wrap .post-new-item .post-thumbnail-wrap {
  width: 30%;
}
.post-container__right .list-post-new .wrap .post-new-item .title {
  width: calc(70% - 1rem);
  text-align: justify;
  margin: 0;
}
.post-container__right .list-post-new .wrap .post-new-item .title a {
  color: #303030;
  text-align: justify;
}
.post-container__right .list-post-new .wrap .post-new-item .title a:hover {
  color: #01498b;
}
.post-container__right .list-post-new .wrap .loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-container__right .list-post-new .wrap .loading img {
  width: 12%;
  height: auto;
}
.post-container__right .list-post-new .banner-news img {
  width: 100%;
  height: auto;
}
.post-container__right .view-all-news {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.post-container__right .view-all-news a {
  color: #303030;
}
.post-container__right .view-all-news a span {
  margin-left: 10px;
}
.post-container .post-primary .post__content h1,
.post-container .post-primary .post__content h2,
.post-container .post-primary .post__content h3,
.post-container .post-primary .post__content h4,
.post-container .post-primary .post__content h5,
.post-container .post-primary .post__content h6 {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
  margin: 0 0 1rem 0;
}
.post-container .post-primary .post__content h1 span,
.post-container .post-primary .post__content h2 span,
.post-container .post-primary .post__content h3 span,
.post-container .post-primary .post__content h4 span,
.post-container .post-primary .post__content h5 span,
.post-container .post-primary .post__content h6 span {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
}
.post-container .post-primary .post__content h1 {
  font-size: var(--c-text-xl);
}
.post-container .post-primary .post__content h2 {
  font-size: var(--c-text-lg);
}
.post-container .post-primary .post__content h3 {
  font-size: var(--c-text-lg);
}
.post-container .post-primary .post__content h4 {
  font-size: var(--c-text-base);
}
.post-container .post-primary .post__content h5,
.post-container .post-primary .post__content h6 {
  font-size: var(--c-text-base);
}
.post-container .post-primary .post__content span {
  font-size: unset;
  font-family: unset;
}
.post-container .post-primary .post__content p,
.post-container .post-primary .post__content p span {
  font-family: "MyriadPro-Regular" !important;
  font-size: var(--c-text-base);
}
.post-container .post-primary .post__content img {
  max-width: 100%;
  height: auto;
}
.post-container .post-primary .post-author-wrap {
  margin-top: 35px;
  width: 100%;
  position: relative;
}
@media (max-width: 1680px) {
  .post-container .post-primary .post-author-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .post-container .post-primary .post-author-wrap {
    margin-top: 25px;
  }
}
@media (max-width: 1366px) {
  .post-container .post-primary .post-author-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .post-container .post-primary .post-author-wrap {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .post-container .post-primary .post-author-wrap .statistical {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .post-container .post-primary .post-author-wrap .statistical li {
    padding: 0.5rem;
    margin-left: unset !important;
  }
  .post-container .post-primary .post-author-wrap .statistical li.li__author {
    grid-column: 1/4;
  }
}
.post-container .post-primary .post-author-wrap .like-share {
  margin-top: +20px;
}
@media only screen and (max-width: 1680px) {
  .post-container .post-primary .post-author-wrap .like-share {
    margin-top: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .post-container .post-primary .post-author-wrap .like-share {
    margin-top: +calculatorPixel(20, 1368)px;
  }
}
@media (max-width: 1080px) {
  .post-container .post-primary .post-author-wrap .like-share.desktop {
    display: none;
  }
}
.post-container .post-primary .post-author-wrap .left {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.post-container .post-primary .post-author-wrap .left ul {
  display: flex;
  align-items: center;
  list-style: disc;
}
.post-container .post-primary .post-author-wrap .left ul li {
  margin-left: 40px;
}
.post-container .post-primary .post-author-wrap .left ul li span.icon {
  margin-right: 10px;
}
.post-container .post-primary .post-author-wrap .left ul li:first-child {
  list-style: none;
  margin-left: 0;
}
.post-container .post-primary .desc {
  text-align: justify !important;
  align-items: center;
  justify-content: space-between;
}
.post-container .post-primary .tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .post-container .post-primary .tags {
    flex-direction: column;
  }
}
.post-container .post-primary .tags .tags-name {
  line-height: 33px;
  margin-right: 1rem;
}
@media only screen and (max-width: 991px) {
  .post-container .post-primary .tags .tags-name {
    line-height: 30px;
  }
}
.post-container .post-primary .tags .post__tags {
  display: flex;
  padding: 4px 1rem;
  align-items: center;
  justify-content: center;
  max-height: 34px;
  background-color: #eaedf2;
  text-decoration: none;
  color: #333;
  border-radius: 2px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.post-container .post-primary .tags .post__tags-list {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-container .fb-like-bottom {
  margin-left: -10px;
  margin-bottom: 10px;
}
.post-container .top-comment {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.post-container .top-comment .left {
  width: 6%;
}
.post-container .top-comment .left img {
  width: 100%;
}
.post-container .top-comment .right {
  width: 93%;
  background: #ebedf2;
  padding: 20px 30px;
  color: #878c94;
  min-height: 220px;
}
@media (max-width: 1680px) {
  .post-container .top-comment .right {
    min-height: 180px;
  }
}
@media (max-width: 1440px) {
  .post-container .top-comment .right {
    min-height: 150px;
  }
}
@media (max-width: 1366px) {
  .post-container .top-comment .right {
    min-height: 130px;
  }
}
@media (max-width: 1199px) {
  .post-container .top-comment .right {
    min-height: 120px;
  }
}
.post-container .top-comment .right span {
  color: #1777f2;
}
.post-container .comment-post {
  margin-top: 10px;
}
.post-container .comment-post .item-comment {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.post-container .comment-post .item-comment .left {
  width: 6%;
}
.post-container .comment-post .item-comment .left img {
  width: 100%;
}
.post-container .comment-post .item-comment .right {
  width: 93%;
  background: #ebedf2;
  padding: 20px 30px;
}
@media (max-width: 1680px) {
  .post-container .comment-post .item-comment .right {
    padding: 15px 25px;
  }
}
@media (max-width: 1440px) {
  .post-container .comment-post .item-comment .right {
    padding: 13px 22px;
  }
}
@media (max-width: 1366px) {
  .post-container .comment-post .item-comment .right {
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .post-container .comment-post .item-comment .right {
    padding: 8px 14px;
  }
}
.post-container .comment-post .item-comment .right .name-wrap {
  display: flex;
  justify-content: space-between;
}
.post-container .comment-post .item-comment .right .name-wrap .menu-name {
  color: #8794ad;
}
.post-container .comment-post .item-comment .right p.cmt {
  color: #363636;
  margin-top: 15px;
}
.post-container .comment-post .item-comment .right .like-time {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #848484;
}
.post-container .comment-post .item-comment .right .like-time .time {
  margin-left: 40px;
}
.post-container .comment-post .item-comment .right .like-time span {
  margin-right: 10px;
}

.post-relate {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #b7b7b7;
}
@media (max-width: 1680px) {
  .post-relate {
    margin-top: 35px;
    padding-top: 35px;
  }
}
@media (max-width: 1440px) {
  .post-relate {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 1366px) {
  .post-relate {
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 1199px) {
  .post-relate {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.post-relate h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .post-relate h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1440px) {
  .post-relate h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .post-relate h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .post-relate h2 {
    margin-bottom: 20px;
  }
}
.post-relate .city-day {
  margin: 20px 0;
}
@media (max-width: 1680px) {
  .post-relate .city-day {
    margin: 17px 0;
  }
}
@media (max-width: 1440px) {
  .post-relate .city-day {
    margin: 15px 0;
  }
}
@media (max-width: 1366px) {
  .post-relate .city-day {
    margin: 12px 0;
  }
}
@media (max-width: 1199px) {
  .post-relate .city-day {
    margin: 10px 0;
  }
}
.post-relate .post__header h5 {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.post-relate .post__header h5 a {
  color: #454343;
}
.post-relate .post__header h5 a:hover {
  color: #01498b;
}
.post-relate .post__header .post__desc {
  margin-top: 20px;
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}
@media (max-width: 1680px) {
  .post-relate .post__header .post__desc {
    margin-top: 17px;
  }
}
@media (max-width: 1440px) {
  .post-relate .post__header .post__desc {
    margin-top: 15px;
  }
}
@media (max-width: 1366px) {
  .post-relate .post__header .post__desc {
    margin-top: 12px;
  }
}
@media (max-width: 1199px) {
  .post-relate .post__header .post__desc {
    margin-top: 10px;
  }
}
.post-relate .post__header .post__desc {
  text-align: justify;
}

.call-to-action.tenant {
  display: flex;
}

.call-to-action.tenant a {
  padding: 10px 40px 7px;
  border: 1px solid #01498b;
  background: #01498b;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  margin: 0 auto;
}
.call-to-action.tenant a:hover {
  color: black !important;
  background: white;
}

.section-rd-production {
  padding-top: 92px;
}
.section-rd-production .rd-production__title {
  margin-bottom: 17px;
}
.section-rd-production .car-production {
  padding-top: 40px;
}
.section-rd-production .car-production__title {
  color: #01498b;
  padding-bottom: 30px;
}
.section-rd-production .car-production__content {
  overflow: hidden;
}
.section-rd-production .car-production__content ul {
  display: grid;
  margin-left: -1%;
  grid-template-columns: repeat(6, 0.2fr);
}
.section-rd-production .car-production__content ul .car-production__item {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto 15px 20px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .section-rd-production .car-production__content ul .car-production__item {
    padding-left: 15px;
    margin: 0 auto 15px 15px;
  }
}
@media (max-width: 1264px) {
  .section-rd-production .car-production__content ul .car-production__item {
    margin: 0 auto 15px 10px;
  }
}
.section-rd-production .car-production__content ul .car-production__item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: black;
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
}
.section-rd-production .car-production__content .car-production__image {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.section-distribution-company {
  padding-top: 55px;
}
.section-distribution-company .distribution-company__title {
  margin-bottom: 17px;
}
.section-distribution-company .distribution-slide {
  margin-top: 70px;
  width: 100vw;
  height: 30vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.section-distribution-company .distribution-slide__left {
  width: 60%;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
}
.section-distribution-company .distribution-slide__left .swiper-slide {
  width: 100%;
  height: 100%;
}
.section-distribution-company .distribution-slide__left .swiper-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.section-distribution-company .distribution-slide__left .swiper-slide .slide-container__button {
  background-color: #01498b;
  color: white;
  padding: 15px 5px;
  display: block;
  width: 140px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.section-distribution-company .distribution-slide__left .swiper-slide .slide-container__button:after {
  background: #f6f6f6;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  z-index: 11;
}
.section-distribution-company .distribution-slide__left .swiper-slide .slide-container__button:hover:after {
  left: 120%;
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-distribution-company .distribution-slide__right {
  width: 39%;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  position: relative;
}
.section-distribution-company .distribution-slide__right .swiper-slide {
  width: 100%;
  height: 70%;
  position: relative;
  overflow: hidden;
}
.section-distribution-company .distribution-slide__right .swiper-slide:after {
  background: #f6f6f6;
  content: "";
  height: 160px;
  left: 30%;
  opacity: 0;
  position: absolute;
  top: 40px;
  transform: rotate(35deg);
  width: 20px;
  z-index: 1;
}
.section-distribution-company .distribution-slide__right .swiper-slide:hover:after {
  left: 65%;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.6;
}
.section-distribution-company .distribution-slide__right .swiper-slide img {
  width: 22%;
  height: auto;
  margin: auto;
  cursor: pointer;
}
.section-distribution-company .distribution-slide__right .swiper-button-prev:after, .section-distribution-company .distribution-slide__right .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
.section-distribution-company .distribution-slide__right .swiper-button-prev {
  top: 95%;
  left: 48.3%;
  width: 3.5%;
  padding-bottom: 3.5%;
  height: 0;
  margin: 0;
}
.section-distribution-company .distribution-slide__right .swiper-button-prev:after {
  background-image: url("../images/production/logo/down.png");
}
.section-distribution-company .distribution-slide__right .swiper-button-next {
  top: 2.5%;
  left: 48.3%;
  width: 3.5%;
  padding-bottom: 3.5%;
  height: 0;
  margin: 0;
}
.section-distribution-company .distribution-slide__right .swiper-button-next:after {
  background-image: url("../images/production/logo/up.png");
}
.section-distribution-company .swiper-container {
  width: 100%;
  height: 100%;
  margin: 20px auto;
}
.section-distribution-company .swiper-container .swiper-slide {
  height: 100%;
  width: 100%;
}
.section-distribution-company .swiper-container .swiper-slide .slide-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-distribution-company .swiper-container .swiper-slide .slide-container .block {
  width: 35%;
  position: relative;
  overflow: hidden;
}
.section-distribution-company .swiper-container .swiper-slide .slide-container .block:after {
  background: #f6f6f6;
  content: "";
  height: 295px;
  left: -75px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  z-index: 1;
}
.section-distribution-company .swiper-container .swiper-slide .slide-container .block:hover:after {
  left: 120%;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.6;
}

.section-export-business {
  padding-top: 55px;
}
.section-export-business .export-business__title {
  margin-bottom: 17px;
}
.section-export-business .export-business__image {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.section-export-business .export-business__image .frame {
  overflow: hidden;
  max-width: 49.5%;
  flex: 1 49.5%;
  height: 24.1vw;
  max-height: 465px;
}
.section-export-business .export-business__image .frame img {
  width: 100%;
  height: auto;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-export-business .export-business__image .frame img:hover {
  transform: scale(1.1);
}

.section-agent-system {
  padding-top: 55px;
  margin-bottom: 85px;
}
.section-agent-system .agent-system__title {
  margin-bottom: 17px;
}
.section-agent-system .agent-system__content {
  width: 49%;
  text-align: justify;
}
.section-agent-system .agent-system__showroom {
  color: #555555;
  width: 100%;
}
.section-agent-system .agent-system__showroom ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 40px;
}
.section-agent-system .agent-system__showroom ul .agent-system__showroom__item {
  max-width: 33.33%;
  flex: 1 33.33%;
}
.section-agent-system .agent-system__showroom ul .agent-system__showroom__item .agent-system__showroom__text {
  display: inline-block;
  transform: scale(0.8, 1);
  margin-left: -13%;
  width: 120%;
  margin-bottom: 50px;
}
.section-agent-system .agent-system__showroom ul .agent-system__showroom__item .agent-system__showroom__text .agent-system__showroom__number {
  display: inline-block;
}
.section-agent-system .agent-system__showroom .agent-system__showroom__button {
  background-color: #01498b;
  color: white;
  padding: 15px 5px;
  display: block;
  width: 140px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.section-agent-system .agent-system__showroom .agent-system__showroom__button:after {
  background: #f6f6f6;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  z-index: 11;
}
.section-agent-system .agent-system__showroom .agent-system__showroom__button:hover:after {
  left: 120%;
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
}

.research-development-page__create-tab-image .content-bottom .description {
  line-height: 1.5;
}

.section-value-system {
  padding-top: 55px;
}
.section-value-system__desc {
  text-align: justify;
  margin-bottom: 35px;
}
.section-value-system__content {
  display: flex;
  width: 100%;
}
.section-value-system__content--left {
  padding-right: 6%;
  padding-top: 30px;
  max-width: 46%;
  flex: 1 46%;
}
.section-value-system__content--left .value-system__title {
  color: #01498b;
  margin-top: 35px;
  margin-bottom: 15px;
}
.section-value-system__content--left .value-system__title:first-child {
  margin-top: 0;
}
.section-value-system__content--left .value-system__title:last-child {
  margin-bottom: 0;
}
.section-value-system__content--left .value-system__content {
  text-align: justify;
  color: #252525;
}
.section-value-system__content--right {
  max-width: 54%;
  flex: 1 54%;
}
.section-value-system__content--right .value-system__image {
  width: 100%;
  height: auto;
}
.section-value-system__car-block {
  margin-top: 55px;
  margin-bottom: 45px;
  display: inline-flex;
  width: 100%;
}
.section-value-system__car-block .car-block {
  overflow: hidden;
  width: 215px;
  height: 215px;
  margin-right: 10px;
  background-color: #F3F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1440px) {
  .section-value-system__car-block .car-block {
    width: 180px;
    height: 180px;
  }
}
.section-value-system__car-block .car-block__parent {
  width: 100%;
  position: relative;
}
.section-value-system__car-block .car-block__parent .car-block__image {
  width: auto;
  height: 40px;
  margin-bottom: 30px;
  position: absolute;
  top: 15%;
  left: 25%;
}
@media (max-width: 1440px) {
  .section-value-system__car-block .car-block__parent .car-block__image {
    height: 30px;
  }
}
.section-value-system__car-block .car-block__parent .car-block__image_left {
  width: auto;
  height: 40px;
  margin-bottom: 30px;
  position: absolute;
  top: 15%;
  left: -220%;
}
.section-value-system__car-block .car-block__parent .car-block__name {
  width: 100%;
  display: inline-block;
  transform: scale(0.75, 1);
  color: black;
  transition: 0.2s;
  margin-top: 40%;
}
.section-value-system__car-block .car-block:hover .car-block__image_left {
  left: 25%;
  transition: all 1600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-value-system__car-block .car-block:hover .car-block__image {
  left: 120%;
  transition: all 800ms cubic-bezier(0.87, 0.31, 0.73, 0.81);
}
.section-value-system__car-block .car-block:hover .car-block__name {
  color: #01498b;
}

.distance-y {
  margin-top: 115px;
  margin-bottom: 115px;
}

.distance-left {
  margin-left: 115px;
}

.distance-right {
  margin-right: 115px;
}

.btn-read-more {
  background-color: #01498b;
  color: white !important;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
}
@media only screen and (max-width: 1680px) {
  .btn-read-more {
    padding-top: calculatorPixel(7, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .btn-read-more {
    padding-top: calculatorPixel(7, 1368)px;
  }
}
.btn-read-more {
  padding-bottom: 4px;
}
@media only screen and (max-width: 1680px) {
  .btn-read-more {
    padding-bottom: calculatorPixel(4, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .btn-read-more {
    padding-bottom: calculatorPixel(4, 1368)px;
  }
}
.btn-read-more {
  padding-left: 30px;
}
@media only screen and (max-width: 1680px) {
  .btn-read-more {
    padding-left: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .btn-read-more {
    padding-left: calculatorPixel(30, 1368)px;
  }
}
.btn-read-more {
  padding-right: 30px;
}
@media only screen and (max-width: 1680px) {
  .btn-read-more {
    padding-right: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .btn-read-more {
    padding-right: calculatorPixel(30, 1368)px;
  }
}
@media (max-width: 1200px) {
  .btn-read-more {
    font-size: 16px;
  }
}

.play-video {
  position: absolute;
  background-color: rgba(1, 73, 139, 0.7);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-video img {
  width: 30%;
  height: auto;
}
@media (max-width: 1680px) {
  .play-video {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  .play-video {
    width: 50px;
    height: 50px;
  }
}
.play-video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-content-main .row-full__colContent {
  padding-top: 40px;
}
.section-content-main .row-full__colPicture {
  position: relative;
}
.section-content-main .row-full__picture img {
  width: 100%;
  height: auto;
}
.section-content-main .row-full__title {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.section-content-main .row-full__description {
  margin-bottom: 50px;
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  white-space: normal;
}
.section-content-main > div:nth-child(odd) .row-full__colContent {
  padding-right: 115px;
  order: 1;
}
.section-content-main > div:nth-child(odd) .row-full__colPicture {
  order: 2;
}
@media (min-width: 768px) {
  .section-content-main > div:nth-child(odd) .row-full__colPicture {
    padding: 0;
  }
}
.section-content-main > div:nth-child(even) .row-full__colContent {
  padding-left: 115px;
  order: 2;
  text-align: right;
  padding-right: 0;
}
.section-content-main > div:nth-child(even) .row-full__colPicture {
  order: 1;
}

@media (max-width: 1680px) {
  .distance-y {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .section-content-main > div:nth-child(odd) .row-full__colContent {
    padding-right: 80px;
  }
  .section-content-main > div:nth-child(even) .row-full__colContent {
    padding-left: 80px;
  }
  .section-content-main .row-full__colContent {
    padding-top: 40px;
  }
  .section-content-main .row-full__colPicture img {
    max-width: 100%;
  }
  .section-content-main .row-full__title {
    margin-bottom: 15px;
  }
  .section-content-main .row-full__description {
    margin-bottom: 30px;
    display: block;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    white-space: normal;
  }
}
@media (max-width: 1368px) {
  .section-content-main .distance-y {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-content-main > div:nth-child(odd) .row-full__colContent {
    padding-right: 50px;
  }
  .section-content-main > div:nth-child(even) .row-full__colContent {
    padding-left: 50px;
  }
  .section-content-main .row-full__description {
    display: block;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    white-space: normal;
  }
}
@media (max-width: 992px) {
  .section-content-main .row-full__colContent {
    padding-top: 0;
  }
  .section-content-main .row-full__description {
    display: block;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .section-content-main .row-full__colContent, .section-content-main .row-full__colPicture {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .section-content-main .row-full__colContent {
    margin-bottom: 1.5rem;
  }
  .section-content-main > div:nth-child(even) .row-full__colContent {
    order: 1;
    text-align: left;
  }
  .section-content-main > div:nth-child(even) .row-full__colPicture {
    order: 2;
  }
}
.manufacturing__products .relate-product h2.title {
  text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
  .section-production-assemble-overview {
    display: none;
  }
}
.section-production-assemble-overview .mechandical-overview__boxfield {
  display: flex;
  flex-wrap: wrap;
}
.section-production-assemble-overview .mechandical-overview__boxfield .item {
  height: 190px;
  position: relative;
}
.section-production-assemble-overview .mechandical-overview__boxfield .item .text {
  height: 40%;
  position: absolute;
  bottom: 0;
}
.section-production-assemble-overview .mechandical-overview__boxfield .item .text p {
  position: relative;
  top: 30%;
}
@media (max-width: 1720px) {
  .section-production-assemble-overview .mechandical-overview__boxfield .item {
    height: 180px;
  }
}
@media (max-width: 1600px) {
  .section-production-assemble-overview .mechandical-overview__boxfield .item {
    height: 160px;
  }
}
@media (max-width: 1400px) {
  .section-production-assemble-overview .mechandical-overview__boxfield .item {
    height: 150px;
  }
}
@media (max-width: 1300px) {
  .section-production-assemble-overview .mechandical-overview__boxfield .item {
    height: 135px;
  }
}
@media (max-width: 1100px) {
  .section-production-assemble-overview .mechandical-overview__boxfield .item {
    height: 120px;
  }
}
.section-production-assemble-overview .mechandical-overview__boxfield .boxfield-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15%;
  text-align: center;
  margin-right: 2%;
  padding: 1%;
  max-width: 215px;
  background-color: #f1f1f1;
}
.section-production-assemble-overview .mechandical-overview__boxfield .boxfield-item img {
  margin-bottom: 5%;
  width: 50%;
}
.section-production-assemble-overview .mechandical-overview__boxfield .boxfield-item .name {
  margin-top: 6%;
  line-height: 1.2;
}
.section-production-assemble-overview .mechandical-overview__boxfield .boxfield-item:last-child {
  margin-right: 0;
}

.section-mechanical-overview-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .section-mechanical-overview-mobile {
    display: block;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .item {
    height: 190px;
    position: relative;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .item .text {
    height: 40%;
    position: absolute;
    bottom: 0;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .item .text p {
    position: relative;
    top: 30%;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .boxfield-item {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0;
    height: auto;
    margin-bottom: 5%;
    background-color: #f1f1f1;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .boxfield-item img {
    margin-top: 10%;
    margin-bottom: 5%;
    width: 50%;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .boxfield-item .name {
    margin-top: 6%;
    line-height: 1.2;
    margin-bottom: 5%;
  }
}

.section-production-assemble-overview-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .section-production-assemble-overview-mobile {
    display: block;
  }
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .item {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 260px;
    position: relative;
    margin-bottom: 8%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .item {
    height: 240px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .item {
    height: 170px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 400px) {
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .item {
    height: 130px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .item .text {
    height: 30%;
    position: absolute;
    bottom: 0;
  }
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .item .text p {
    position: relative;
    top: 30%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .item .text p {
    top: 15%;
  }
}
@media only screen and (max-width: 1080px) {
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .boxfield-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 5%;
    padding: 0;
    max-width: 100%;
    background-color: #f1f1f1;
  }
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .boxfield-item img {
    margin-bottom: 9%;
    width: 50%;
  }
  .section-production-assemble-overview-mobile .mechandical-overview__boxfield .boxfield-item .name {
    margin-top: 6%;
    line-height: 1.2;
  }
}

.production-menu-fixed {
  position: fixed;
  top: var(--menu-space);
  background-color: white;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .production-menu-fixed {
    width: 100%;
  }
}
@media only screen and (max-width: 758px) {
  .production-menu-fixed {
    width: calc(100% - 24px);
    max-width: 100%;
  }
}
.production-menu-fixed {
  z-index: 2;
}
.production-menu-fixed .nav {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}
.production-menu-fixed .nav-item {
  padding-top: 17px;
}
@media only screen and (max-width: 1680px) {
  .production-menu-fixed .nav-item {
    padding-top: calculatorPixel(17, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .production-menu-fixed .nav-item {
    padding-top: calculatorPixel(17, 1368)px;
  }
}
.production-menu-fixed .nav-item {
  padding-bottom: 15px;
}
@media only screen and (max-width: 1680px) {
  .production-menu-fixed .nav-item {
    padding-bottom: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .production-menu-fixed .nav-item {
    padding-bottom: calculatorPixel(15, 1368)px;
  }
}
.production-menu-fixed .nav-item {
  position: relative;
  flex: 1 auto;
  text-align: center;
  color: #2e3a41;
  text-transform: uppercase;
}
.production-menu-fixed .nav-item:hover,
.production-menu-fixed .nav-item .active {
  color: #01498b;
}
.production-menu-fixed .nav-item:hover::before,
.production-menu-fixed .nav-item .active::before {
  width: 100%;
}
.production-menu-fixed .nav-item::after, .production-menu-fixed .nav-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.production-menu-fixed .nav-item::after {
  background-color: #ccc;
  width: 100%;
}
.production-menu-fixed .nav-item::before {
  background-color: #01498b;
  width: 0%;
  z-index: 2;
}
.production-menu-fixed .nav .active {
  color: #01498b;
}
.production-menu-fixed .nav .active::before {
  width: 100%;
}
@media (max-width: 1080px) {
  .production-menu-fixed {
    display: none;
  }
}

.mt-7 {
  margin-top: 5rem !important;
}
@media (max-width: 1064px) {
  .mt-7 {
    margin-top: 2rem !important;
  }
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
@media (max-width: 1064px) {
  .my-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

.navbar-menu-responsive {
  z-index: 10;
  display: none;
  width: calc(100% - 2rem);
  border: 1px solid #b4b4b4;
  margin: auto;
  text-align: center;
  position: relative;
  height: auto;
  padding-bottom: 0.75rem;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .navbar-menu-responsive {
    display: block;
  }
}
.navbar-menu-responsive span {
  text-transform: uppercase;
  display: inline-block;
  padding-top: 0.75rem;
}
.navbar-menu-responsive span.title-sub-menu-manufacture {
  padding-top: 1rem;
}
.navbar-menu-responsive i {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-size: 18px;
}
.navbar-menu-responsive ul {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 1px;
  height: 100%;
}
.navbar-menu-responsive ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding-bottom: 3%;
  padding-top: 4%;
}
@media only screen and (max-width: 1080px) {
  .navbar-menu-responsive ul li a {
    padding-bottom: 0.75rem;
    padding-top: 1rem;
  }
}
.navbar-menu-responsive ul li a {
  color: black;
  text-transform: uppercase;
  z-index: 1;
  background-color: #fff;
}
.navbar-menu-responsive ul li:hover a {
  background-color: #c5c3c3;
  transition: 0.5s;
}

.navbar-menu-responsive.new-business-list-car-mobile {
  padding-bottom: 0.5rem;
}

.hidden-navbar-menu-responsive {
  display: none;
}

.hidden-navbar-menu-contact-responsive {
  display: none;
}

.navbar-menu-contact-responsive {
  z-index: 5;
  font-size: 26px;
  display: none;
  width: 90%;
  border: 1px solid #b4b4b4;
  margin: auto;
  text-align: center;
  position: relative;
  height: auto;
  padding-bottom: 2%;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .navbar-menu-contact-responsive {
    display: block;
  }
}
.navbar-menu-contact-responsive span {
  text-transform: uppercase;
  display: inline-block;
  padding-top: 3%;
}
@media (max-width: 1080px) {
  .navbar-menu-contact-responsive span {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .navbar-menu-contact-responsive span {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .navbar-menu-contact-responsive span {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .navbar-menu-contact-responsive span {
    font-size: 17px;
  }
}
.navbar-menu-contact-responsive span.title-sub-menu-manufacture {
  padding-top: 5%;
}
@media only screen and (max-width: 1080px) {
  .navbar-menu-contact-responsive span.title-sub-menu-manufacture {
    padding-top: 3% !important;
  }
}
.navbar-menu-contact-responsive i {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-size: 18px;
}
.navbar-menu-contact-responsive ul {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 1px;
  height: 100%;
}
.navbar-menu-contact-responsive ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding-bottom: 3%;
  padding-top: 4%;
  color: black;
  text-transform: uppercase;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .navbar-menu-contact-responsive ul li a {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .navbar-menu-contact-responsive ul li a {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .navbar-menu-contact-responsive ul li a {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .navbar-menu-contact-responsive ul li a {
    font-size: 17px;
  }
}
.navbar-menu-contact-responsive ul li:hover a {
  background-color: #c5c3c3;
  transition: 0.5s;
}

.navbar-menu-contact-responsive .new-business-list-car-mobile {
  padding-bottom: 2%;
}

@media (max-width: 1080px) {
  .section-production-assemble-tab {
    display: none;
  }
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content {
  display: flex;
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field {
  flex: 0 0 24%;
  margin-left: 10.5%;
  margin-right: 2%;
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
  text-align: center;
  padding: 9.8% 0;
  display: block;
  text-transform: uppercase;
  font-family: "MyriadPro-Regular";
  line-height: 1;
  color: #787878;
  margin-bottom: 8.2%;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 3px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1720px) {
  .section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    margin-bottom: 7.9%;
  }
}
@media (max-width: 1600px) {
  .section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    margin-bottom: 10.5%;
  }
}
@media (max-width: 1400px) {
  .section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    margin-bottom: 10.6%;
  }
}
@media (max-width: 1300px) {
  .section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    margin-bottom: 11%;
  }
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item:hover {
  background-color: #01498b;
  color: #fff;
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item:last-child {
  margin-bottom: 0;
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item.active {
  background-color: #01498b;
  color: white;
  border-radius: unset;
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content {
  flex: 0 0 53%;
  margin-right: 10.5%;
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__top img {
  max-width: 100%;
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom {
  padding: 3% 5%;
  background-color: #01498b;
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom .title {
  color: white;
  font-family: "MyriadPro-Regular";
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom .desc {
  color: white;
  margin: 3% 0;
}
.section-production-assemble-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom .read-more {
  padding: 0.4% 1.3%;
  color: #01498b;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: "MyriadPro-Regular";
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
}

.tabs .tab-content {
  flex: 0 0 53%;
  margin-right: 10.5%;
  background-color: #01498b;
}
.tabs .tab-content .content-right .img {
  width: 100%;
  height: 100%;
}
.tabs .tab-content .content-right .img img {
  height: 50%;
  max-width: 100%;
}
.tabs .tab-content .content-right .content {
  padding: 3% 3%;
}
@media (max-width: 1600px) {
  .tabs .tab-content .content-right .content {
    padding-bottom: 2%;
  }
}
.tabs .tab-content .content-right .content .title {
  color: white;
  font-family: "MyriadPro-Regular";
}
.tabs .tab-content .content-right .content .desc {
  color: white;
  margin: 3% 0;
}
.tabs .tab-content .content-right .content .read-more {
  padding: 0.4% 1.3%;
  color: #01498b;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: "MyriadPro-Regular";
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
}
.tabs .product-assemble .tab-field .list-group-item {
  transition: 0.3s ease-in-out;
  margin-bottom: 8%;
}
@media (max-width: 1600px) {
  .tabs .product-assemble .tab-field .list-group-item {
    padding-bottom: 12%;
  }
}

.section-production-assemble-tab-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .section-production-assemble-tab-mobile {
    display: block;
  }
  .section-production-assemble-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field {
    margin-top: 5%;
  }
  .section-production-assemble-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: "MyriadPro-Regular";
    color: #000;
    padding: 3% 0;
    margin-bottom: 2.4%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 3px;
    transition: 0.3s ease-in-out;
  }
  .section-production-assemble-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item:hover {
    background-color: #01498b;
    color: #fff;
  }
  .section-production-assemble-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item:last-child {
    margin-bottom: 0;
  }
  .section-production-assemble-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item.active {
    background-color: #01498b;
    color: white;
    border-radius: unset;
  }
}
.section-production-assemble-tab-mobile .tabs .tab-content .content-right .img {
  width: 100%;
  height: 100%;
}
.section-production-assemble-tab-mobile .tabs .tab-content .content-right .img img {
  height: 50%;
  max-width: 100%;
}
.section-production-assemble-tab-mobile .tabs .tab-content .content-right .content {
  padding: 3% 3%;
}
@media (max-width: 1600px) {
  .section-production-assemble-tab-mobile .tabs .tab-content .content-right .content {
    padding-bottom: 2%;
  }
}
.section-production-assemble-tab-mobile .tabs .tab-content .content-right .content .title {
  color: white;
  font-family: "MyriadPro-Regular";
}
.section-production-assemble-tab-mobile .tabs .tab-content .content-right .content .desc {
  color: white;
  margin: 3% 0;
}
.section-production-assemble-tab-mobile .tabs .tab-content .content-right .content .read-more {
  display: none;
}
.section-production-assemble-tab-mobile .tabs .product-assemble .tab-field .list-group-item {
  transition: 0.3s ease-in-out;
  margin-bottom: 8%;
}
@media (max-width: 1600px) {
  .section-production-assemble-tab-mobile .tabs .product-assemble .tab-field .list-group-item {
    padding-bottom: 12%;
  }
}

#research-development-page .section-intro-wrapper {
  margin-top: +60px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-intro-wrapper {
    margin-top: +calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-intro-wrapper {
    margin-top: +calculatorPixel(60, 1368)px;
  }
}
#research-development-page .section-intro-wrapper .section-intro {
  border-top: 10px solid #01498b;
  border-left: 2px solid #787878;
  border-right: 2px solid #787878;
  border-bottom: 2px solid #787878;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-intro-wrapper .section-intro {
    padding-bottom: calculatorPixel(50, 1680)px;
    padding-top: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-intro-wrapper .section-intro {
    padding-bottom: calculatorPixel(50, 1368)px;
    padding-top: calculatorPixel(50, 1368)px;
  }
}
#research-development-page .section-intro-wrapper .section-intro {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-intro-wrapper .section-intro {
    padding-right: calculatorPixel(40, 1680)px;
    padding-left: calculatorPixel(40, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-intro-wrapper .section-intro {
    padding-right: calculatorPixel(40, 1368)px;
    padding-left: calculatorPixel(40, 1368)px;
  }
}
#research-development-page .section-intro-wrapper .section-intro__title {
  margin-bottom: +22px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-intro-wrapper .section-intro__title {
    margin-bottom: +calculatorPixel(22, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-intro-wrapper .section-intro__title {
    margin-bottom: +calculatorPixel(22, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull {
    display: none;
  }
}
#research-development-page .section-intro-bannerFull {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  font-family: "MyriadPro-Bold";
  min-height: 20rem;
}
#research-development-page .section-intro-bannerFull > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: calc(100vh - 9rem);
}
#research-development-page .section-intro-bannerFull .bg-opacity {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#research-development-page .section-intro-bannerFull .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull .content {
    padding-bottom: calculatorPixel(50, 1680)px;
    padding-top: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull .content {
    padding-bottom: calculatorPixel(50, 1368)px;
    padding-top: calculatorPixel(50, 1368)px;
  }
}
#research-development-page .section-intro-bannerFull .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 100%;
}
#research-development-page .section-intro-bannerFull .content .column-left {
  padding-right: 100px;
}
#research-development-page .section-intro-bannerFull .content .column-left .title {
  margin-bottom: +10px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull .content .column-left .title {
    margin-bottom: +calculatorPixel(10, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull .content .column-left .title {
    margin-bottom: +calculatorPixel(10, 1368)px;
  }
}
#research-development-page .section-intro-bannerFull .content .column-left .title {
  line-height: 1.1;
}
#research-development-page .section-intro-bannerFull .content .column-left .sub-title {
  font-family: "MyriadPro-Regular";
}
#research-development-page .section-intro-bannerFull .content .column-right {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull .content .column-right {
    padding-bottom: calculatorPixel(90, 1680)px;
    padding-top: calculatorPixel(90, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull .content .column-right {
    padding-bottom: calculatorPixel(90, 1368)px;
    padding-top: calculatorPixel(90, 1368)px;
  }
}
#research-development-page .section-intro-bannerFull .content .column-right {
  position: relative;
  padding-left: 100px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull .content .column-right {
    padding-left: calculatorPixel(100, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull .content .column-right {
    padding-left: calculatorPixel(100, 1368)px;
  }
}
#research-development-page .section-intro-bannerFull .content .column-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  background-color: white;
}
#research-development-page .section-intro-bannerFull .content .column-right .item {
  display: grid;
  grid-template-columns: 35% 100%;
  color: white;
  align-items: flex-end;
  margin-bottom: +50px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull .content .column-right .item {
    margin-bottom: +calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull .content .column-right .item {
    margin-bottom: +calculatorPixel(50, 1368)px;
  }
}
#research-development-page .section-intro-bannerFull .content .column-right .item .description .number {
  font-size: 45px;
  font-weight: bold;
}
#research-development-page .section-intro-bannerFull .content .column-right .item .description .text {
  font-size: 25px;
  font-family: "MyriadPro-Cond";
}
#research-development-page .section-intro-bannerFull .content .column-right > .item:last-child {
  margin-bottom: 0;
}
#research-development-page .section-intro-bannerFull-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    font-family: "MyriadPro-Bold";
    min-height: 25rem;
  }
  #research-development-page .section-intro-bannerFull-mobile .bg-opacity {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #research-development-page .section-intro-bannerFull-mobile .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull-mobile .content {
    padding-bottom: calculatorPixel(50, 1680)px;
    padding-top: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull-mobile .content {
    padding-bottom: calculatorPixel(50, 1368)px;
    padding-top: calculatorPixel(50, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left {
    padding-right: 50px;
  }
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title {
    line-height: 1.1;
    margin-bottom: +15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title {
    margin-bottom: +calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title {
    margin-bottom: +calculatorPixel(15, 1368)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title {
    line-height: 0.9;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 420px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title {
    line-height: 1;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 360px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title {
    line-height: 0.8;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title .text1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title .text1 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 420px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title .text1 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 360px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title .text1 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title .text2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title .text2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 400px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title .text2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 360px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .title .text2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .sub-title {
    font-family: "MyriadPro-Regular";
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .sub-title {
    font-size: 6px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 420px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .sub-title {
    font-size: 10px;
    width: 200px;
    text-align: left;
    margin-top: -12px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 360px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-left .sub-title {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 7%;
  }
  #research-development-page .section-intro-bannerFull-mobile .content .column-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background-color: white;
  }
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item {
    display: grid;
    grid-template-columns: 20% 100%;
    color: white;
    align-items: flex-end;
    margin-right: +5px;
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item {
    margin-right: +calculatorPixel(5, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item {
    margin-right: +calculatorPixel(5, 1368)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item {
    margin-bottom: +calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item {
    margin-bottom: +calculatorPixel(30, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .symbol img {
    width: 30px;
    height: 30px;
    padding-bottom: -20px;
    margin-right: +20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .symbol img {
    margin-right: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .symbol img {
    margin-right: +calculatorPixel(20, 1368)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 400px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .symbol img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item {
    margin-bottom: +7px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item {
    margin-bottom: +calculatorPixel(7, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item {
    margin-bottom: +calculatorPixel(7, 1368)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 400px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item {
    margin-bottom: -7px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .symbol {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description {
    padding-left: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 400px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description {
    padding-left: 7px;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description .number {
    font-size: 20px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description .number {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description .number {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 400px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description .number {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description .text {
    font-size: 18px;
    font-family: "MyriadPro-Cond";
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description .text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description .text {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 400px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right .item .description .text {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-intro-bannerFull-mobile .content .column-right > .item:last-child {
    margin-bottom: 0;
  }
}
#research-development-page .section-info-more-wrapper {
  margin-top: +60px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-info-more-wrapper {
    margin-top: +calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-info-more-wrapper {
    margin-top: +calculatorPixel(60, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-info-more-wrapper {
    margin-top: +40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  #research-development-page .section-info-more-wrapper {
    margin-top: +calculatorPixel(40, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  #research-development-page .section-info-more-wrapper {
    margin-top: +calculatorPixel(40, 1368)px;
  }
}
#research-development-page .section-info-more-wrapper {
  margin-bottom: 4rem;
}
#research-development-page .section-info-more-wrapper .content {
  margin-bottom: +60px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-info-more-wrapper .content {
    margin-bottom: +calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-info-more-wrapper .content {
    margin-bottom: +calculatorPixel(60, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-info-more-wrapper .content {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  #research-development-page .section-info-more-wrapper .content {
    margin-bottom: +calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  #research-development-page .section-info-more-wrapper .content {
    margin-bottom: +calculatorPixel(30, 1368)px;
  }
}
#research-development-page .section-info-more-wrapper .content .title {
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-info-more-wrapper .content .title {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-info-more-wrapper .content .title {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
@media only screen and (max-width: 600px) {
  #research-development-page .section-info-more-wrapper .content .title {
    line-height: 1.2;
  }
}
#research-development-page .section-info-more-wrapper .content ul {
  padding-left: 1rem;
  margin-bottom: +38px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-info-more-wrapper .content ul {
    margin-bottom: +calculatorPixel(38, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-info-more-wrapper .content ul {
    margin-bottom: +calculatorPixel(38, 1368)px;
  }
}
#research-development-page .section-info-more-wrapper .content ul li {
  list-style: initial;
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-info-more-wrapper .content ul {
    display: none;
  }
}
#research-development-page .section-info-more-wrapper .content p {
  margin-bottom: +38px;
}
@media only screen and (max-width: 1680px) {
  #research-development-page .section-info-more-wrapper .content p {
    margin-bottom: +calculatorPixel(38, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #research-development-page .section-info-more-wrapper .content p {
    margin-bottom: +calculatorPixel(38, 1368)px;
  }
}
@media only screen and (max-width: 992px) {
  #research-development-page .section-info-more-wrapper .content p {
    margin-top: 3%;
    margin-bottom: 3%;
    line-height: 1.2;
  }
}
#research-development-page .section-info-more-wrapper .content p:last-child {
  margin-bottom: 0;
}
#research-development-page .section-info-more-wrapper .list-image-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-info-more-wrapper .list-image-mobile {
    display: block;
  }
  #research-development-page .section-info-more-wrapper .list-image-mobile .swiper-slide {
    width: 100%;
  }
  #research-development-page .section-info-more-wrapper .list-image-mobile .swiper-slide img {
    width: 100%;
  }
  #research-development-page .section-info-more-wrapper .list-image-mobile .swiper-slide .text {
    line-height: 1.2;
    display: block;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
  #research-development-page .section-info-more-wrapper .list-image-mobile .news {
    width: 100%;
    padding: 5% 0;
    border-bottom: 1px solid #d0d0d0;
  }
  #research-development-page .section-info-more-wrapper .list-image-mobile .news .left {
    width: 100%;
  }
  #research-development-page .section-info-more-wrapper .list-image-mobile .news .left img {
    width: 100%;
    height: 38vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #research-development-page .section-info-more-wrapper .list-image-mobile .news:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-info-more-wrapper .list-image .swiper-container {
    display: none;
  }
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container {
  margin-left: -15px;
  margin-right: -15px;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container {
  padding-bottom: 20px;
  width: 100%;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container .swiper-scrollbar {
  width: calc(80% - 185px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  transform: 0 !important;
  background-color: #01498b;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container .export-sldier__item .overlay-content {
  position: absolute;
  padding: 1rem 1rem 0.5rem;
  background: #01498b;
  visibility: hidden;
  bottom: 0;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  min-width: 100%;
  transition: visibility 0s, opacity 0.3s linear;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container .export-sldier__item .overlay-content__text {
  color: white;
  max-height: 7rem;
  margin-bottom: 1rem;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container .export-sldier__item .overlay-content__read-more {
  margin-left: auto;
  border: 1px solid white;
  padding: 0.5rem 1rem 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s;
  margin-bottom: 1rem;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container .export-sldier__item .overlay-content__read-more > a {
  transition: 0.2s;
  color: white;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container .export-sldier__item .overlay-content__read-more:hover {
  background-color: white;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container .export-sldier__item .overlay-content__read-more:hover > a {
  color: #01498b;
}
#research-development-page .section-info-more-wrapper .list-image .swiper-container .export-sldier__item:hover .overlay-content {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
#research-development-page .section-info-more-wrapper .rnd-news-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #research-development-page .section-info-more-wrapper .rnd-news-mobile {
    display: block;
  }
  #research-development-page .section-info-more-wrapper .rnd-news-mobile__wrapper {
    margin-bottom: 5%;
  }
  #research-development-page .section-info-more-wrapper .rnd-news-mobile__wrapper .top {
    width: 100%;
  }
  #research-development-page .section-info-more-wrapper .rnd-news-mobile__wrapper .top img {
    width: 100%;
  }
  #research-development-page .section-info-more-wrapper .rnd-news-mobile__wrapper .bottom {
    margin-top: 3%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 992px) {
  #research-development-page .section-info-more-wrapper .rnd-news-mobile__wrapper .bottom {
    font-size: 15px;
  }
}

.read-more {
  color: #01498b;
  text-transform: uppercase;
}

.line-border {
  height: 5px;
  background-color: #d5d5d5;
  margin-top: 15px;
}
.line-border .dark {
  background-color: #2e3a41;
  width: 30%;
  height: 100%;
}

@media (max-width: 992px) {
  #research-development-page .section-intro-bannerFull .content {
    display: block;
  }
  #research-development-page .section-intro-bannerFull .content .column-left {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) and (max-width: 1680px) {
  #research-development-page .section-intro-bannerFull .content .column-left {
    padding-bottom: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 1368px) {
  #research-development-page .section-intro-bannerFull .content .column-left {
    padding-bottom: calculatorPixel(50, 1368)px;
  }
}
@media (max-width: 992px) {
  #research-development-page .section-intro-bannerFull .content .column-right {
    text-align: center;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 50px;
  }
  #research-development-page .section-intro-bannerFull .content .column-right::before {
    bottom: inherit;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
  }
  #research-development-page .section-intro-bannerFull .content .column-right .item {
    grid-template-columns: 80px max-content;
    justify-content: center;
  }
}
.patterm-desc {
  margin: 3rem 0;
  line-height: 1.6;
}
@media (max-width: 1080px) {
  .patterm-desc {
    margin: 2rem 0 0;
  }
}

.research-development-page__banner {
  height: -moz-max-content;
  height: max-content;
  min-height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2.5%;
  position: relative;
}
.research-development-page__banner img {
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .research-development-page__banner {
    margin-top: 2rem;
  }
}
.research-development-page__banner-content {
  height: -moz-max-content;
  height: max-content;
  max-width: 520px;
  background-color: #fff;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  padding: 22px 41px;
  position: absolute;
  top: 4vw;
  right: 0;
}
@media (max-width: 768px) {
  .research-development-page__banner-content {
    padding: 15px;
    width: 70%;
  }
}
@media (max-width: 550px) {
  .research-development-page__banner-content {
    padding: 15px;
    width: 75%;
  }
}
.research-development-page__banner-content-title {
  text-transform: uppercase;
  color: #01498B;
  margin-bottom: 14px;
}
.research-development-page__banner-content .triangle {
  height: 102%;
  position: absolute;
  top: -1px;
  left: -20%;
  width: 20%;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 95% 100%);
}
.research-development-page__banner-info {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  padding: 2.1% 0;
  text-align: center;
}
@media (max-width: 720px) {
  .research-development-page__banner-info {
    grid-template-columns: unset;
    grid-template-areas: "info_1 info_2" "info_3 info_4";
    padding: 0;
  }
}
.research-development-page__banner-info-item {
  border-right: 1px solid #01498B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .research-development-page__banner-info-item {
    padding: 0 30px;
  }
}
@media (max-width: 720px) {
  .research-development-page__banner-info-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 720px) {
  .research-development-page__banner-info-item:first-child {
    grid-area: info_1;
    border-bottom: 1px solid #01498B;
  }
  .research-development-page__banner-info-item:nth-child(2) {
    grid-area: info_2;
    border: none;
    border-bottom: 1px solid #01498B;
  }
  .research-development-page__banner-info-item:nth-child(3) {
    grid-area: info_3;
  }
  .research-development-page__banner-info-item:last-child {
    grid-area: info_4;
  }
}
.research-development-page__banner-info-item:last-child {
  border-right: none;
}
.research-development-page__banner-info-item img {
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1680px) {
  .research-development-page__banner-info-item img {
    height: 55px;
  }
}
@media (max-width: 1440px) {
  .research-development-page__banner-info-item img {
    height: 40px;
  }
}
@media (max-width: 1080px) {
  .research-development-page__banner-info-item img {
    height: 35px;
  }
}
.research-development-page__banner-info-item span {
  display: block;
}
.research-development-page__banner-info-item-number {
  margin-top: 6.4%;
  margin-bottom: 4.1%;
}
@media (max-width: 720px) {
  .research-development-page__banner-info-item-number {
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
.research-development-page__banner-two {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10.3% 0;
  line-height: 1;
}
@media (max-width: 1680px) {
  .research-development-page__banner-two {
    padding: 8.3% 0;
  }
}
.research-development-page__banner-two-title img {
  max-width: 330px;
}
@media (max-width: 1680px) {
  .research-development-page__banner-two-title img {
    max-width: 260px;
  }
}
@media (max-width: 550px) {
  .research-development-page__banner-two-title img {
    max-width: 220px;
  }
}
.research-development-page__banner-two-subtitle {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 45px;
}
@media (max-width: 1080px) {
  .research-development-page__banner-two-subtitle {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.research-development-page__banner-two-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 10rem;
}
@media (max-width: 1080px) {
  .research-development-page__banner-two-list {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .research-development-page__banner-two-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2rem;
    padding: 0 15px;
  }
}
.research-development-page__banner-two-list-number, .research-development-page__banner-two-list-title {
  color: #fff;
}
.research-development-page__banner-two-list-title {
  margin-top: 5px;
}
.research-development-page__banner-two-list-icon {
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .research-development-page__banner-two-list-icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 1680px) {
  .research-development-page__banner-two-list-icon img {
    max-width: 140px;
  }
}
@media (max-width: 1340px) {
  .research-development-page__banner-two-list-icon img {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .research-development-page__banner-two-list-icon img {
    max-width: 70px;
  }
}
.research-development-page__banner-two::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.research-development-page__section img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .research-development-page__list-image {
    padding: 0 30px;
  }
}
.research-development-page__list-image .swiper-container .swiper-wrapper {
  padding-bottom: 90px;
}
@media (max-width: 1440px) {
  .research-development-page__list-image .swiper-container .swiper-wrapper {
    padding-bottom: 60px;
  }
}
.research-development-page__list-image .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.research-development-page__list-image .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  border-radius: unset !important;
  height: 7px !important;
  padding: 0 18px !important;
  transition: all 0.25s;
}
.research-development-page__list-image .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  padding: 0 43px !important;
  background-color: #01498B !important;
}
.research-development-page__list-image-item-wp {
  position: relative;
  height: calc(100% - 140px);
}
@media (max-width: 1440px) {
  .research-development-page__list-image-item-wp {
    height: calc(100% - 100px);
  }
}
@media (max-width: 1080) {
  .research-development-page__list-image-item-wp {
    height: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .research-development-page__list-image-item-wp {
    height: calc(100% - 60px);
  }
}
.research-development-page__list-image-item-content {
  position: absolute;
  margin: 0;
  bottom: 0;
  color: #fff;
  height: 110px;
  padding: 15px;
  overflow-y: scroll;
}
.research-development-page__list-image-item-content::-webkit-scrollbar {
  width: 0;
}
.research-development-page__list-image-item-overlay {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  height: 0;
  background-color: #000;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .research-development-page__create .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .research-development-page__create .mobile {
    display: none;
  }
}
.research-development-page__create-tab {
  display: grid;
  -moz-column-gap: 3%;
       column-gap: 3%;
  grid-template-columns: 22% 50% 22%;
}
@media (max-width: 1440px) {
  .research-development-page__create-tab {
    -moz-column-gap: 2%;
         column-gap: 2%;
    grid-template-columns: 20% 56% 20%;
  }
}
@media (max-width: 768px) {
  .research-development-page__create-tab {
    grid-template-columns: unset;
    grid-template-areas: "tab_left" "tab_right" "tab_image";
  }
}
.research-development-page__create-tab-image {
  max-width: 720px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .research-development-page__create-tab-image {
    grid-area: tab_image;
  }
}
.research-development-page__create-tab-image img {
  width: 100%;
  height: auto;
}
.research-development-page__create-tab-image .content-bottom {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  background-color: #01498B;
  padding: 1rem;
}
.research-development-page__create-tab-image .content-bottom .top {
  height: 170px;
}
@media only screen and (max-width: 1680px) {
  .research-development-page__create-tab-image .content-bottom .top {
    height: calculatorPixel(170, 1680)px;
  }
}
@media only screen and (max-width: 1440px) {
  .research-development-page__create-tab-image .content-bottom .top {
    height: calculatorPixel(170, 1440)px;
  }
}
@media only screen and (max-width: 1368px) {
  .research-development-page__create-tab-image .content-bottom .top {
    height: calculatorPixel(170, 1368)px;
  }
}
@media only screen and (max-width: 1199px) {
  .research-development-page__create-tab-image .content-bottom .top {
    height: calculatorPixel(170, 1199)px;
  }
}
@media (max-width: 1080px) {
  .research-development-page__create-tab-image .content-bottom .top {
    height: auto;
  }
}
.research-development-page__create-tab-image .content-bottom .read-more {
  margin: 0;
  padding: 0;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1200px) {
  .research-development-page__create-tab-image .content-bottom .read-more {
    margin-top: 10px;
  }
}
@media (max-width: 1080px) {
  .research-development-page__create-tab-image .content-bottom .read-more {
    margin-top: unset;
  }
}
.research-development-page__create-tab-image .content-bottom .read-more a {
  padding: 0.4rem 0.7rem;
  display: inline-block;
  border: 1px solid;
  color: #fff;
  font-family: "MyriadPro-Regular";
}
.research-development-page__create-tab-image .content-bottom h4 {
  font-family: "MyriadPro-Regular";
}
.research-development-page__create-tab-image .content-bottom .description {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
  margin-bottom: 5%;
}
@media (max-width: 1440px) {
  .research-development-page__create-tab-image .content-bottom .description {
    display: block;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
  }
}
.research-development-page__create-tab-image .content-bottom .description * {
  color: #fff !important;
}
@media (max-width: 768px) {
  .research-development-page__create-tab-left {
    grid-area: tab_left;
  }
}
@media (max-width: 768px) {
  .research-development-page__create-tab-right {
    grid-area: tab_right;
  }
}
@media (max-width: 768px) {
  .research-development-page__create-tab-left, .research-development-page__create-tab-right {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 5%;
  }
}
@media (max-width: 500px) {
  .research-development-page__create-tab-left, .research-development-page__create-tab-right {
    display: unset;
  }
}
.research-development-page__create-tab-left-item, .research-development-page__create-tab-right-item {
  cursor: pointer;
  background-color: #01498B;
  color: #fff;
  opacity: 0.3;
  max-width: 350px;
  text-align: center;
  padding: 20px 20px;
  line-height: 30px;
  margin-bottom: 30px;
  transition: all 0.25s linear;
  position: relative;
  height: 100px;
}
@media (max-width: 1080px) {
  .research-development-page__create-tab-left-item, .research-development-page__create-tab-right-item {
    padding: 10px 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .research-development-page__create-tab-left-item, .research-development-page__create-tab-right-item {
    height: 80px;
  }
}
@media (max-width: 500px) {
  .research-development-page__create-tab-left-item, .research-development-page__create-tab-right-item {
    margin-bottom: 10px;
  }
}
.research-development-page__create-tab-left-item.active, .research-development-page__create-tab-left-item:hover, .research-development-page__create-tab-right-item.active, .research-development-page__create-tab-right-item:hover {
  opacity: 1;
}
.research-development-page__create-tab-left-item span, .research-development-page__create-tab-right-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.research-development-page__popular .swiper-slide img {
  width: 100%;
}
.research-development-page__popular-title {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .research-development-page__popular-title {
    margin-bottom: 40px;
  }
}
.research-development-page__popular .swiper-container .swiper-wrapper {
  padding-bottom: 90px;
}
@media (max-width: 1440px) {
  .research-development-page__popular .swiper-container .swiper-wrapper {
    padding-bottom: 60px;
  }
}
.research-development-page__popular .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1080px) {
  .research-development-page__popular .swiper-container .swiper-pagination {
    display: none;
  }
}
.research-development-page__popular .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  border-radius: unset !important;
  height: 7px !important;
  padding: 0 18px !important;
  transition: all 0.25s;
}
.research-development-page__popular .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  padding: 0 43px !important;
  background-color: #01498B !important;
}

@media (max-width: 1080px) {
  .mt-respon-section {
    margin-top: 0px !important;
  }
}

.box-node-right {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 99;
}
@media (max-width: 1080px) {
  .box-node-right {
    display: none;
  }
}
.box-node-right .pagination-customize {
  border-right: 1px solid #01498b;
}
.box-node-right .pagination-customize .pagi-item {
  font-family: "MyriadPro-Regular";
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.box-node-right .pagination-customize .pagi-item .number {
  background-color: #fff;
}
.box-node-right .pagination-customize .pagi-item .number img {
  width: 35px;
}
@media (max-width: 1400px) {
  .box-node-right .pagination-customize .pagi-item .number img {
    width: 30px;
  }
}
@media (max-width: 1300px) {
  .box-node-right .pagination-customize .pagi-item .number img {
    width: 26px;
  }
}
@media (max-width: 1100px) {
  .box-node-right .pagination-customize .pagi-item .number img {
    width: 20px;
  }
}
.box-node-right .pagination-customize .pagi-item .number2 {
  display: none;
}
.box-node-right .pagination-customize .pagi-item .number2 img {
  width: 35px;
}
@media (max-width: 1600px) {
  .box-node-right .pagination-customize .pagi-item .number2 img {
    width: 30px;
  }
}
@media (max-width: 1440px) {
  .box-node-right .pagination-customize .pagi-item .number2 img {
    width: 27px;
  }
}
@media (max-width: 1300px) {
  .box-node-right .pagination-customize .pagi-item .number2 img {
    width: 25px;
  }
}
@media (max-width: 1100px) {
  .box-node-right .pagination-customize .pagi-item .number2 img {
    width: 20px;
  }
}
.box-node-right .pagination-customize .pagi-item .number,
.box-node-right .pagination-customize .pagi-item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4vw;
  max-height: 70px;
}
@media (max-width: 1440px) {
  .box-node-right .pagination-customize .pagi-item .number,
  .box-node-right .pagination-customize .pagi-item .text {
    height: 3.1vw;
  }
}
@media (max-width: 1199px) {
  .box-node-right .pagination-customize .pagi-item .number,
  .box-node-right .pagination-customize .pagi-item .text {
    height: 2.8vw;
  }
}
.box-node-right .pagination-customize .pagi-item .text {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  border: 1px solid #01498b;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms;
  transform: translateX(100%);
  color: #01498b;
}
.box-node-right .pagination-customize .pagi-item .number {
  border-bottom: 1px solid #01498b;
  border-left: 1px solid #01498b;
  font-size: 25px;
  width: 3.4vw;
  max-width: 70px;
}
@media (max-width: 1440px) {
  .box-node-right .pagination-customize .pagi-item .number {
    width: 3.1vw;
  }
}
@media (max-width: 1199px) {
  .box-node-right .pagination-customize .pagi-item .number {
    width: 2.8vw;
  }
}
.box-node-right .pagination-customize .pagi-item:hover .text {
  background-color: #01498b;
  color: white;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
  margin-right: 20px;
}
.box-node-right .pagination-customize .pagi-item:hover {
  background-color: #01498b;
}
.box-node-right .pagination-customize .pagi-item:hover .number2 {
  position: relative;
  right: 15px;
  top: 22px;
  display: block;
}
@media (max-width: 1440px) {
  .box-node-right .pagination-customize .pagi-item:hover .number2 {
    top: 12px;
  }
}
@media (max-width: 1300px) {
  .box-node-right .pagination-customize .pagi-item:hover .number2 {
    top: 9px;
  }
}
@media (max-width: 1100px) {
  .box-node-right .pagination-customize .pagi-item:hover .number2 {
    top: 3px;
  }
}
.box-node-right .pagination-customize .pagi-item:hover .number {
  display: none;
}
.box-node-right .pagination-customize > li:first-child .number {
  border-top: 1px solid #01498b;
}
.box-node-right .pagination-customize .pagi-item.active {
  display: flex;
}
.box-node-right .pagination-customize .pagi-item.active .text {
  background-color: #01498b;
  color: white;
  display: inline-block;
}
.box-node-right .pagination-customize .pagi-item.active .number {
  background-color: #01498b;
  color: white;
}

.researchDevSwiper .swiper-slide .image {
  display: block;
  width: 100%;
  height: auto;
}
.researchDevSwiper .swiper-slide .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #01498b;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.researchDevSwiper .swiper-slide .overlay .read-more {
  margin: 1.5% 3% 2% 3%;
  padding: 1.5%;
  color: #01498b;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "MyriadPro-Regular";
  width: -moz-max-content;
  width: max-content;
}
.researchDevSwiper .swiper-slide .overlay .read-more a {
  color: #fff;
  line-height: 1;
}
.researchDevSwiper .swiper-slide .overlay .text {
  text-align: left;
  color: white;
  margin: 2.5%;
}
.researchDevSwiper .swiper-slide:hover .overlay {
  height: -moz-max-content;
  height: max-content;
}

.section-mechanical-contact .mechanical-contact__content {
  padding: 2% 10% 1.5% 13%;
  background: #f1f1f1;
}
.section-mechanical-contact .mechanical-contact__content__top .left .text {
  opacity: 70%;
}
.section-mechanical-contact .mechanical-contact__content__top .left .address {
  padding-left: 70px;
  margin-top: 30px;
  position: relative;
  font-family: "MyriadPro-Regular";
}
.section-mechanical-contact .mechanical-contact__content__top .left .address::before {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  left: 0;
  right: 0;
  top: 12px;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 1680px) {
  .section-mechanical-contact .mechanical-contact__content__top .left .address::before {
    font-size: 30px;
  }
}
.section-mechanical-contact .mechanical-contact__content__top .left .phone {
  padding-left: 70px;
  margin-top: 30px;
  font-family: "MyriadPro-Regular";
  position: relative;
}
.section-mechanical-contact .mechanical-contact__content__top .left .phone::before {
  position: absolute;
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  left: 0;
  right: 0;
  top: 12px;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 1680px) {
  .section-mechanical-contact .mechanical-contact__content__top .left .phone::before {
    font-size: 30px;
  }
}
.section-mechanical-contact .mechanical-contact__content__top .left .email {
  padding-left: 70px;
  margin-top: 30px;
  font-family: "MyriadPro-Regular";
  position: relative;
}
.section-mechanical-contact .mechanical-contact__content__top .left .email::before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  left: 0;
  right: 0;
  bottom: 6.5px;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 1680px) {
  .section-mechanical-contact .mechanical-contact__content__top .left .email::before {
    font-size: 30px;
  }
}
.section-mechanical-contact .mechanical-contact__content__top .right img {
  width: 650px;
  margin-top: 17px;
  margin-left: 16%;
}
@media (max-width: 1710px) {
  .section-mechanical-contact .mechanical-contact__content__top .right img {
    width: 550px;
    margin-top: 20px;
    margin-left: 19.9%;
  }
}
@media (max-width: 1600px) {
  .section-mechanical-contact .mechanical-contact__content__top .right img {
    width: 500px;
    margin-top: 20px;
    margin-left: 19%;
  }
}
@media (max-width: 1400px) {
  .section-mechanical-contact .mechanical-contact__content__top .right img {
    width: 470px;
    margin-top: 20px;
    margin-left: 14%;
  }
}
@media (max-width: 1300px) {
  .section-mechanical-contact .mechanical-contact__content__top .right img {
    width: 420px;
    margin-top: 24px;
    margin-left: 11%;
  }
}
@media (max-width: 1100px) {
  .section-mechanical-contact .mechanical-contact__content__top .right img {
    width: 344.5px;
    margin-top: 24px;
    margin-left: 11%;
  }
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info input:focus ~ label,
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info textarea:focus ~ label,
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info input:valid ~ label,
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info textarea:valid ~ label {
  font-size: 0;
  top: 4px;
  transition: all 0.225s ease;
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info .styled-input {
  float: left;
  width: 100%;
  margin: 0.5rem 0;
  position: relative;
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info .styled-input label {
  padding: 0 10px 1rem 10px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.25s ease;
  pointer-events: none;
  font-family: "MyriadPro-Regular";
  color: rgb(134, 134, 134);
  text-transform: uppercase;
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info .styled-input.wide {
  width: 100%;
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info input,
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info textarea {
  padding: 12px;
  border: 0;
  width: 100%;
  background-color: #fff;
  color: rgb(148, 148, 148);
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info input:focus,
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info textarea:focus {
  outline: 0;
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info input:focus ~ span,
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info textarea:focus ~ span {
  transition: all 0.075s ease;
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info textarea {
  min-height: 4em;
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info .input-container {
  max-width: 100%;
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info .submit-btn {
  padding: 7px 95px;
  display: inline-block;
  background-color: #fff;
  color: rgb(134, 134, 134);
  font-family: "MyriadPro-Regular";
  cursor: pointer;
  display: table;
  margin: 0 auto;
}
.section-mechanical-contact .mechanical-contact__content .mechanical-contact__info .submit-btn:hover {
  background-color: #01498b;
  color: #FFF;
}

#production-assemble-page img {
  max-width: 100%;
}
#production-assemble-page .section-card__row__picture {
  height: 494px;
  overflow: hidden;
}
@media (max-width: 1680px) {
  #production-assemble-page .section-card__row__picture {
    height: calculatorPixel(494, 1680)px;
  }
}
@media (max-width: 1360px) {
  #production-assemble-page .section-card__row__picture {
    height: calculatorPixel(494, 1360)px;
  }
}
@media (max-width: 991px) {
  #production-assemble-page .section-card__row__picture {
    height: -moz-max-content;
    height: max-content;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#production-assemble-page .section-card__row__picture img {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  #production-assemble-page .section-card__row__picture img {
    min-height: 100%;
  }
}
#production-assemble-page .section-card__row__content {
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 1360px) {
  #production-assemble-page .section-card__row__content {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #production-assemble-page .section-card__row__content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#production-assemble-page .section-card__row__body .number-order {
  position: relative;
}
#production-assemble-page .section-card__row__body .number-order::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 3px;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 0;
  background-color: #01498b;
}
@media (max-width: 1360px) {
  #production-assemble-page .section-card__row__body .number-order::before {
    width: 20px;
  }
}
@media (max-width: 991px) {
  #production-assemble-page .section-card__row__body .number-order {
    order: 2;
    flex-grow: 1;
  }
  #production-assemble-page .section-card__row__body .number-order::before {
    width: calc(100% - 100px);
    left: inherit;
    right: 0;
    transform: translate(-50px, -50%);
  }
}
#production-assemble-page .section-card__row__body .number-order .box {
  background-color: #01498b;
  color: white;
  text-align: center;
  line-height: 3.8vw;
  margin-right: auto;
  height: 3.4vw;
  max-height: 70px;
  width: 3.4vw;
  max-height: 70px;
}
@media (max-width: 1440px) {
  #production-assemble-page .section-card__row__body .number-order .box {
    height: 3.1vw;
    width: 3.1vw;
    line-height: 3.5vw;
  }
}
@media (max-width: 1199px) {
  #production-assemble-page .section-card__row__body .number-order .box {
    height: 2.8vw;
    width: 2.8vw;
    line-height: 3.2vw;
  }
}
@media (max-width: 991px) {
  #production-assemble-page .section-card__row__body .number-order .box {
    margin-left: auto;
    margin-right: 0;
  }
}
#production-assemble-page .section-card__row__body__title {
  margin-bottom: 40px;
  padding-top: 50px;
}
@media (max-width: 1360px) {
  #production-assemble-page .section-card__row__body__title {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #production-assemble-page .section-card__row__body__title {
    margin-bottom: 20px;
    order: 1;
  }
}
#production-assemble-page .section-card__row__body__des {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  white-space: normal;
  text-align: justify;
}
#production-assemble-page .section-card__row__footer .btn-read-more {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 1680px) {
  #production-assemble-page .section-card__row__footer .btn-read-more {
    padding-right: calculatorPixel(15, 1680)px;
    padding-left: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #production-assemble-page .section-card__row__footer .btn-read-more {
    padding-right: calculatorPixel(15, 1368)px;
    padding-left: calculatorPixel(15, 1368)px;
  }
}
#production-assemble-page .section-card__row__footer .btn-read-more {
  padding-top: 10px;
}
@media only screen and (max-width: 1680px) {
  #production-assemble-page .section-card__row__footer .btn-read-more {
    padding-top: calculatorPixel(10, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #production-assemble-page .section-card__row__footer .btn-read-more {
    padding-top: calculatorPixel(10, 1368)px;
  }
}
#production-assemble-page .section-card__row__footer .btn-read-more {
  padding-bottom: 7px;
}
@media only screen and (max-width: 1680px) {
  #production-assemble-page .section-card__row__footer .btn-read-more {
    padding-bottom: calculatorPixel(7, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #production-assemble-page .section-card__row__footer .btn-read-more {
    padding-bottom: calculatorPixel(7, 1368)px;
  }
}
#production-assemble-page .section-card > div:nth-child(odd) .section-card__row__picture {
  order: 1;
  padding-right: 0;
}
#production-assemble-page .section-card > div:nth-child(odd) .section-card__row__content {
  padding-left: 55px;
}
@media (max-width: 1360px) {
  #production-assemble-page .section-card > div:nth-child(odd) .section-card__row__content {
    padding-left: 20px;
  }
}
#production-assemble-page .section-card > div:nth-child(odd) .section-card__row__content {
  order: 2;
}
#production-assemble-page .section-card > div:nth-child(even) .section-card__row__picture {
  order: 2;
  padding-left: 0;
}
#production-assemble-page .section-card > div:nth-child(even) .section-card__row__content {
  order: 1;
  padding-right: 55px;
}
@media (max-width: 1360px) {
  #production-assemble-page .section-card > div:nth-child(even) .section-card__row__content {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  #production-assemble-page .section-card > div:nth-child(even) .section-card__row__content {
    justify-content: flex-end;
    text-align: right;
  }
}
@media (max-width: 991px) {
  #production-assemble-page .section-card > div:nth-child(even) .section-card__row__picture {
    order: 1;
  }
  #production-assemble-page .section-card > div:nth-child(even) .section-card__row__content {
    order: 2;
  }
}
#production-assemble-page .section-card > div:nth-child(even) .section-card__row .number-order .box {
  margin-left: auto;
  margin-right: 0;
}
#production-assemble-page .section-card > div:nth-child(even) .section-card__row .number-order::before {
  left: inherit;
  right: 0;
}
@media (min-width: 992px) {
  #production-assemble-page .section-card > div:nth-child(even) .section-card__row .number-order::before {
    transform: translate(100%, -50%);
  }
}
#production-assemble-page .box-node-left {
  position: fixed;
  top: 270px;
  left: 0;
}
#production-assemble-page .box-node-left .item {
  margin-left: 0;
}
#production-assemble-page .box-node-left .item .box-symbol,
#production-assemble-page .box-node-left .item .box-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4vw;
  border: 1px solid white;
  max-height: 70px;
}
@media (max-width: 1440px) {
  #production-assemble-page .box-node-left .item .box-symbol,
  #production-assemble-page .box-node-left .item .box-text {
    height: 3.1vw;
  }
}
@media (max-width: 1199px) {
  #production-assemble-page .box-node-left .item .box-symbol,
  #production-assemble-page .box-node-left .item .box-text {
    height: 2.8vw;
  }
}
#production-assemble-page .box-node-left .item .box-symbol {
  background-color: #01498b;
  border-bottom: none;
  width: 3.4vw;
  max-width: 70px;
}
@media (max-width: 1440px) {
  #production-assemble-page .box-node-left .item .box-symbol {
    width: 3.1vw;
  }
}
@media (max-width: 1199px) {
  #production-assemble-page .box-node-left .item .box-symbol {
    width: 2.8vw;
  }
}
#production-assemble-page .box-node-left .item .box-symbol img {
  width: 43px;
  height: 43px;
}
@media (max-width: 1680px) {
  #production-assemble-page .box-node-left .item .box-symbol img {
    width: calculatorPixel(38, 1680)px;
    height: calculatorPixel(38, 1680)px;
  }
}
@media (max-width: 1360px) {
  #production-assemble-page .box-node-left .item .box-symbol img {
    width: calculatorPixel(38, 1360)px;
    height: calculatorPixel(38, 1360)px;
  }
}
@media (max-width: 992px) {
  #production-assemble-page .box-node-left .item .box-symbol img {
    width: calculatorPixel(38, 992)px;
    height: calculatorPixel(38, 992)px;
  }
}
#production-assemble-page .box-node-left .item .box-text {
  color: white;
  background-color: #01498b;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  visibility: hidden;
  transition: all 400ms;
  transform: translateX(-100%);
}
#production-assemble-page .box-node-left .item .box-text.active {
  display: flex;
}
#production-assemble-page .box-node-left .item > div:first-child .box-symbol {
  border-top: none;
}
#production-assemble-page .box-node-left .item:hover .box-text {
  visibility: visible;
  transform: translateX(0);
}
#production-assemble-page .box-node-right {
  position: fixed;
  top: 45%;
  right: 0;
}
@media (max-width: 1080px) {
  #production-assemble-page .box-node-right {
    display: none;
  }
}
#production-assemble-page .box-node-right .pagination-customize {
  border-right: 1px solid #01498b;
}
#production-assemble-page .box-node-right .pagination-customize .pagi-item {
  font-family: "MyriadPro-Regular";
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
#production-assemble-page .box-node-right .pagination-customize .pagi-item .number,
#production-assemble-page .box-node-right .pagination-customize .pagi-item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4vw;
  max-height: 70px;
}
@media (max-width: 1440px) {
  #production-assemble-page .box-node-right .pagination-customize .pagi-item .number,
  #production-assemble-page .box-node-right .pagination-customize .pagi-item .text {
    height: 3.1vw;
  }
}
@media (max-width: 1199px) {
  #production-assemble-page .box-node-right .pagination-customize .pagi-item .number,
  #production-assemble-page .box-node-right .pagination-customize .pagi-item .text {
    height: 2.8vw;
  }
}
#production-assemble-page .box-node-right .pagination-customize .pagi-item .text {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  border: 1px solid #01498b;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms;
  transform: translateX(100%);
}
#production-assemble-page .box-node-right .pagination-customize .pagi-item .number {
  border-bottom: 1px solid #01498b;
  border-left: 1px solid #01498b;
  width: 3.4vw;
  max-width: 40px;
}
@media (max-width: 1440px) {
  #production-assemble-page .box-node-right .pagination-customize .pagi-item .number {
    width: 2vw;
  }
}
@media (max-width: 1199px) {
  #production-assemble-page .box-node-right .pagination-customize .pagi-item .number {
    width: 2vw;
  }
}
#production-assemble-page .box-node-right .pagination-customize .pagi-item:hover .text {
  background-color: #01498b;
  color: white;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
#production-assemble-page .box-node-right .pagination-customize .pagi-item:hover .number {
  background-color: #01498b;
  color: white;
}
#production-assemble-page .box-node-right .pagination-customize > li:first-child .number {
  border-top: 1px solid #01498b;
}
#production-assemble-page .box-node-right .pagination-customize .pagi-item.active {
  display: flex;
}
#production-assemble-page .box-node-right .pagination-customize .pagi-item.active .text {
  background-color: #01498b;
  color: white;
  display: inline-block;
}
#production-assemble-page .box-node-right .pagination-customize .pagi-item.active .number {
  background-color: #01498b;
  color: white;
}

.section-cultural-behavior {
  margin-top: 130px;
}
.section-cultural-behavior .cultural-behavior {
  display: flex;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 130px;
}
.section-cultural-behavior .cultural-behavior__info {
  max-width: 49.5%;
  flex: 1 49.5%;
}
.section-cultural-behavior .cultural-behavior__info .cultural-behavior__title {
  margin-bottom: 15px;
}
.section-cultural-behavior .cultural-behavior__info .cultural-behavior__content {
  text-align: justify;
  padding-right: 12%;
}
.section-cultural-behavior .cultural-behavior__image {
  max-width: 49.5%;
  flex: 1 49.5%;
}
.section-cultural-behavior .cultural-behavior__image img {
  width: 100%;
  height: auto;
}

.section-criterion {
  padding: 80px 0;
  background-color: #f3f3f3;
}
.section-criterion .criterion__info .criterion__title {
  margin-bottom: 15px;
}
.section-criterion .criterion__info .criterion__content {
  text-align: justify;
}
.section-criterion .criterion__shape-text {
  width: 100%;
  display: flex;
}
.section-criterion .criterion__shape-text .block-shape {
  max-width: 30%;
  flex: 1 30%;
  position: relative;
}
.section-criterion .criterion__shape-text .block-shape img {
  position: absolute;
  width: 100%;
}

.services {
  margin-top: 50px;
}
.services .services-block {
  width: 100%;
  padding-bottom: 36.5%;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .services .services-block {
    height: 460px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  .services .services-block {
    height: 422.0925925926px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .services .services-block {
    height: 327.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .services .services-block {
    height: 245.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .services .services-block {
    height: 204.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  .services .services-block {
    height: 153.3333333333px;
  }
}
.services .services-block:hover .services-block__image {
  transform: scale(1.1);
}
.services .services-block:hover .services-block__content {
  left: 14%;
}
.services .services-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.services .services-block__image {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-object-fit: cover;
     object-fit: cover;
}
.services .services-block__content {
  width: 35.5%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 12%;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  .services .services-block__content {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .services .services-block__content {
    width: 70%;
  }
}
.services .services-block__content .services-block__title h2 {
  padding-bottom: 3%;
}
.services .services-block__content .services-block__desc {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
  margin-bottom: 3.2%;
  color: #fffefe;
  line-height: 1.2;
}
.services .services-block__content .services-block__button {
  background-color: white;
  width: 87px;
  height: 27px;
  padding: 6px 10px;
  line-height: 0;
  color: #01498b;
  font-size: 13px;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .services .services-block__content .services-block__button {
    padding: 4px 7px;
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .services .services-block__content .services-block__button {
    padding: 2px 4px;
  }
}
.services .services-block__content .services-block__button:hover {
  color: white;
  background-color: #01498b;
}

.section-service-detail {
  margin-top: 50px;
}
@media (max-width: 1080px) {
  .section-service-detail {
    margin-top: 0;
  }
}
.section-service-detail .service-detail {
  overflow: hidden;
}
.section-service-detail .service-detail__title {
  padding-bottom: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__title {
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__title {
    margin-bottom: +25px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__title {
    margin-bottom: +17.7777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__title {
    margin-bottom: +13.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__title {
    margin-top: +70px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__title {
    margin-top: +49.7777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__title {
    margin-top: +37.3333333333px;
  }
}
.section-service-detail .service-detail .name-service {
  padding-bottom: 20px !important;
}
.section-service-detail .service-detail__desc img {
  width: 45vw;
  min-width: 350px;
}
.section-service-detail .service-detail__desc img:last-child {
  min-width: 400px;
}
.section-service-detail .service-detail__desc h2 {
  font-family: "MyriadPro-BoldCond";
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.section-service-detail .service-detail .frame {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  background-color: #ccc;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .frame {
    margin-bottom: 0;
  }
}
.section-service-detail .service-detail .frame:hover .frame-content {
  right: -50%;
}
.section-service-detail .service-detail .frame:hover .frame-content::after {
  opacity: 0.8;
}
.section-service-detail .service-detail .frame .service-detail__banner {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-service-detail .service-detail .frame .frame-content {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50%;
  padding: 3%;
  background-color: rgba(1, 73, 139, 0.7);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .frame .frame-content {
    display: none;
  }
}
.section-service-detail .service-detail .frame .frame-content:hover {
  right: 0;
}
.section-service-detail .service-detail .frame .frame-content:hover::after {
  opacity: 0;
}
.section-service-detail .service-detail .frame .frame-content::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -10px;
  opacity: 0;
  background-image: linear-gradient(white, rgb(136, 136, 136));
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 50%;
  border-radius: 5px 0 0 5px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-service-detail .service-detail .frame .frame-content .header-content {
  flex-shrink: 0;
  height: auto;
  padding-bottom: 3%;
}
.section-service-detail .service-detail .frame .frame-content .header-content .title {
  text-align: center;
}
.section-service-detail .service-detail .frame .frame-content .header-content .desc {
  text-align: justify;
}
.section-service-detail .service-detail .frame .frame-content .scroll {
  overflow-y: auto;
  flex: 1;
}
.section-service-detail .service-detail .frame .frame-content .scroll .logo-frame {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2%;
}
.section-service-detail .service-detail .frame .frame-content .scroll .logo-frame a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 7px;
  overflow: hidden;
}
.section-service-detail .service-detail .frame .frame-content .scroll .logo-frame a::before {
  position: absolute;
  top: 0;
  left: -40%;
  z-index: 2;
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
.section-service-detail .service-detail .frame .frame-content .scroll .logo-frame a:hover::before {
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  left: 140%;
}
.section-service-detail .service-detail .frame .frame-content .scroll .logo-frame a img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 50%;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-service-detail .service-detail .frame-content-mb {
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .frame-content-mb {
    display: flex;
  }
}
.section-service-detail .service-detail .frame-content-mb {
  width: 100%;
  padding: 3%;
  background-color: rgba(1, 73, 139, 0.7);
  flex-direction: column;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-service-detail .service-detail .frame-content-mb:hover {
  right: 0;
}
.section-service-detail .service-detail .frame-content-mb:hover::after {
  opacity: 0;
}
.section-service-detail .service-detail .frame-content-mb::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -10px;
  opacity: 0;
  background-image: linear-gradient(white, rgb(136, 136, 136));
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 50%;
  border-radius: 5px 0 0 5px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-service-detail .service-detail .frame-content-mb .header-content {
  flex-shrink: 0;
  height: auto;
  padding-bottom: 3%;
}
.section-service-detail .service-detail .frame-content-mb .header-content .title {
  text-align: center;
}
.section-service-detail .service-detail .frame-content-mb .header-content .desc {
  text-align: justify;
}
.section-service-detail .service-detail .frame-content-mb .scroll {
  overflow-y: auto;
  flex: 1;
}
.section-service-detail .service-detail .frame-content-mb .scroll .logo-frame {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2%;
}
.section-service-detail .service-detail .frame-content-mb .scroll .logo-frame a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 7px;
  overflow: hidden;
}
.section-service-detail .service-detail .frame-content-mb .scroll .logo-frame a::before {
  position: absolute;
  top: 0;
  left: -40%;
  z-index: 2;
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
.section-service-detail .service-detail .frame-content-mb .scroll .logo-frame a:hover::before {
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  left: 140%;
}
.section-service-detail .service-detail .frame-content-mb .scroll .logo-frame a img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 50%;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-service-detail .service-detail__desc {
  text-align: justify;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__desc {
    margin-bottom: +77px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__desc {
    margin-bottom: +54.7555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__desc {
    margin-bottom: +41.0666666667px;
  }
}
.section-service-detail .service-detail .detail-slide-banner .swiper-pagination-bullets {
  bottom: 8%;
  width: 100%;
}
@media (max-width: 1081px) {
  .section-service-detail .service-detail .detail-slide-banner .swiper-pagination-bullets {
    width: 100%;
    bottom: unset;
    top: 48vw;
  }
}
.section-service-detail .service-detail .detail-slide-banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.8vw;
  height: 0.8vw;
}
@media (max-width: 1081px) {
  .section-service-detail .service-detail .detail-slide-banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.section-service-detail .service-detail .detail-slide-banner .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #e9eceb;
  opacity: 1;
  margin: 0 0.3vw;
}
.section-service-detail .service-detail .detail-slide-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.8vw;
  height: 0.8vw;
  background-color: #01498b;
}
@media (max-width: 1081px) {
  .section-service-detail .service-detail .detail-slide-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.section-service-detail .service-detail__slide {
  width: 100%;
  padding-bottom: 51.5%;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide {
    margin-bottom: +35px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail__slide {
    margin-bottom: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail__slide {
    margin-bottom: +18.6666666667px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide {
    margin-bottom: 0;
  }
}
.section-service-detail .service-detail__slide--frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.section-service-detail .service-detail__slide--frame .detail-slide {
  background-color: white;
  width: 100%;
  height: 100%;
  float: left;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide {
    float: right;
  }
}
.section-service-detail .service-detail__slide--frame .detail-slide .swiper-slide {
  width: 100%;
  height: 100%;
}
.section-service-detail .service-detail__slide--frame .detail-slide .swiper-slide .image-slide {
  width: 81%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.section-service-detail .service-detail__slide--frame .detail-slide .swiper-slide .image-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-service-detail .service-detail__slide--frame .detail-slide .swiper-slide .image-slide:hover img {
  transform: scale(1.1);
}
@media (max-width: 1081px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .swiper-slide .image-slide:hover img {
    transform: unset;
  }
}
@media (max-width: 1081px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .swiper-slide .image-slide {
    width: 100%;
    height: 54vw;
  }
}
.section-service-detail .service-detail__slide--frame .detail-slide .swiper-pagination-bullets {
  bottom: 2vw;
  width: 81%;
}
@media (max-width: 1081px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .swiper-pagination-bullets {
    width: 100%;
    bottom: unset;
    top: 48vw;
  }
}
.section-service-detail .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.8vw;
  height: 0.8vw;
}
@media (max-width: 1081px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.section-service-detail .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #e9eceb;
  opacity: 1;
  margin: 0 0.3vw;
}
.section-service-detail .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.8vw;
  height: 0.8vw;
  background-color: #01498b;
}
@media (max-width: 1081px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features {
    margin-bottom: 55px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features {
    margin-bottom: +50px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features {
    margin-bottom: +35.5555555556px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features {
    margin-bottom: +26.6666666667px;
  }
}
.section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card {
  max-width: 29.4%;
  flex: 1 29.4%;
}
.section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 1.5%;
  overflow: hidden;
}
.section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image:hover .service-detail__card-frame {
  transform: scale(1.1);
}
.section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image .service-detail__card-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image .service-detail__card-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title {
  color: #01498b;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 1.5rem;
}
.section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc {
  width: 100%;
  text-align: justify;
  line-height: 1.2;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image {
    order: 2;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features {
    display: none;
    flex-wrap: wrap;
  }
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image {
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image {
    height: 448px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image {
    height: 411.0814814815px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image {
    height: 318.5777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image {
    height: 238.9333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image {
    height: 199.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image {
    height: 149.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title {
    text-align: left;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title {
    margin-top: +35px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title {
    margin-top: +24.8888888889px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title {
    margin-top: +18.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title {
    margin-bottom: +21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title {
    margin-bottom: +16px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc {
    line-height: 1.3;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc {
    margin-bottom: +40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc {
    margin-bottom: +28.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc {
    margin-bottom: +21.3333333333px;
  }
}
@media (min-width: 1081px) {
  .section-service-detail .service-detail__slide .detail-info {
    position: absolute;
    width: 34%;
    right: 0;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.section-service-detail .service-detail__slide .detail-info #expanded,
.section-service-detail .service-detail__slide .detail-info .btn-load-more {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.section-service-detail .service-detail__slide .detail-info:hover {
  right: -17%;
}
.section-service-detail .service-detail__slide .detail-info--frame {
  height: 100%;
  background-color: #f7f7f7;
  width: 100%;
  display: flex;
  align-items: center;
}
.section-service-detail .service-detail__slide .detail-info--frame .text {
  max-width: 100%;
  flex: 1 100%;
  text-align: justify;
  padding: 6.5%;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide .detail-info--frame .text {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail__slide .detail-info--frame .text {
    padding-bottom: 21.3333333333px;
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail__slide .detail-info--frame .text {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide .detail-info--frame .text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail__slide .detail-info--frame .text {
    padding-right: 21.3333333333px;
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail__slide .detail-info--frame .text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.section-service-detail .service-detail__slide .detail-info--frame .text {
  line-height: 1.2;
  background-color: #f7f7f7;
}
.section-service-detail .service-detail__slide .detail-info--frame .text .logo {
  max-width: 100%;
  flex: 1 100%;
  text-align: center;
  padding: 0 30%;
  line-height: 1.2;
}
.section-service-detail .service-detail__slide .detail-info--frame .text .logo img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .section-service-detail .service-detail__slide .detail-info--frame .text .logo {
    padding: 0 40%;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__slide {
    padding-bottom: 0;
  }
  .section-service-detail .service-detail__slide--frame {
    position: relative;
  }
  .section-service-detail .service-detail__slide--frame .text {
    line-height: 1.3;
  }
  .section-service-detail .service-detail__slide--frame .detail-slide {
    float: none;
    width: 100%;
  }
}
.section-service-detail .service-detail__features {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
@media (max-width: 1100px) {
  .section-service-detail .service-detail__features {
    margin-bottom: 55px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__features {
    margin-bottom: +50px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail__features {
    margin-bottom: +35.5555555556px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail__features {
    margin-bottom: +26.6666666667px;
  }
}
.section-service-detail .service-detail__features .service-detail__card {
  max-width: 29.4%;
  flex: 1 29.4%;
}
.section-service-detail .service-detail__features .service-detail__card-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 1.5%;
  overflow: hidden;
}
.section-service-detail .service-detail__features .service-detail__card-image:hover .service-detail__card-frame {
  transform: scale(1.1);
}
.section-service-detail .service-detail__features .service-detail__card-image .service-detail__card-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-service-detail .service-detail__features .service-detail__card-image .service-detail__card-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-service-detail .service-detail__features .service-detail__card-title {
  color: #01498b;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 1.5rem;
}
.section-service-detail .service-detail__features .service-detail__card-desc {
  width: 100%;
  text-align: justify;
  line-height: 1.2;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__features .service-detail__card {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .section-service-detail .service-detail__features .service-detail__card-image {
    order: 2;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__features {
    flex-wrap: wrap;
  }
  .section-service-detail .service-detail__features .service-detail__card-image {
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__features .service-detail__card-image {
    height: 448px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  .section-service-detail .service-detail__features .service-detail__card-image {
    height: 411.0814814815px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__features .service-detail__card-image {
    height: 318.5777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__features .service-detail__card-image {
    height: 238.9333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .section-service-detail .service-detail__features .service-detail__card-image {
    height: 199.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  .section-service-detail .service-detail__features .service-detail__card-image {
    height: 149.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__features .service-detail__card-title {
    text-align: left;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__features .service-detail__card-title {
    margin-top: +35px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__features .service-detail__card-title {
    margin-top: +24.8888888889px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__features .service-detail__card-title {
    margin-top: +18.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__features .service-detail__card-title {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__features .service-detail__card-title {
    margin-bottom: +21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__features .service-detail__card-title {
    margin-bottom: +16px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail__features .service-detail__card-desc {
    line-height: 1.3;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-service-detail .service-detail__features .service-detail__card-desc {
    margin-bottom: +40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-service-detail .service-detail__features .service-detail__card-desc {
    margin-bottom: +28.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-service-detail .service-detail__features .service-detail__card-desc {
    margin-bottom: +21.3333333333px;
  }
}
.section-service-detail .service-detail .relate-product .car {
  border-bottom: 1px solid #7d7d7d;
}
.section-service-detail .service-detail .relate-product .car .cate {
  margin-top: +50px;
}
@media only screen and (max-width: 1680px) {
  .section-service-detail .service-detail .relate-product .car .cate {
    margin-top: +calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-service-detail .service-detail .relate-product .car .cate {
    margin-top: +calculatorPixel(50, 1368)px;
  }
}
.section-service-detail .service-detail .relate-product .car .related-slide {
  margin-bottom: 3%;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-button-next, .section-service-detail .service-detail .relate-product .car .related-slide .swiper-button-prev {
    display: none;
  }
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide {
  margin-top: 5%;
  position: relative;
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #7d7d7d;
  right: 10%;
  opacity: 0.5;
  top: 0;
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
  height: 160px;
}
@media only screen and (max-width: 1680px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: calculatorPixel(160, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: calculatorPixel(160, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 165px;
  }
}
@media (max-width: 991px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 151.4027777778px;
  }
}
@media (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 117.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 88px;
  }
}
@media (max-width: 480px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 73.3333333333px;
  }
}
@media (max-width: 360px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 55px;
  }
}
@media (max-width: 575px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 120px;
  }
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .car-img img:hover {
  transform: scale(1.1);
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info {
  display: flex;
  flex-wrap: wrap;
  max-width: 88%;
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .flexible {
  flex-grow: 1;
  min-height: 5rem;
}
@media (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .flexible {
    min-height: 4rem;
  }
}
@media (max-width: 480px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .flexible {
    min-height: 4rem;
  }
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info h3,
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info p,
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info a {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info p {
  margin-bottom: 0;
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info a {
  align-self: flex-end;
  margin-top: 1.5rem;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info a {
    margin-top: +35px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info a {
    margin-top: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info a {
    margin-top: +18.6666666667px;
  }
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
  height: calc(100% - 160px);
}
@media only screen and (max-width: 1680px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - calculatorPixel(160, 1680)px);
  }
}
@media only screen and (max-width: 1368px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - calculatorPixel(160, 1368)px);
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - 165px);
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - 117.3333333333px);
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - 88px);
  }
}
@media (max-width: 375px) {
  .section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - 65px);
  }
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .car-name {
  color: #01498b;
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .car-decs {
  opacity: 50%;
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-slide .info .readmore {
  color: #01498b;
  margin-top: 0;
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-button-next::after,
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-button-prev::after {
  color: #7d7d7d;
}
.section-service-detail .service-detail .relate-product .car .related-slide .swiper-button-disabled {
  opacity: 0;
}
.section-service-detail .service-detail .relate-product .car .item {
  width: 100%;
  display: flex;
  margin-bottom: 3%;
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (max-width: 1680px) {
  .section-service-detail .service-detail .relate-product .car .item {
    margin-right: -calculatorPixel(30, 1680)px;
    margin-left: -calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-service-detail .service-detail .relate-product .car .item {
    margin-right: -calculatorPixel(30, 1368)px;
    margin-left: -calculatorPixel(30, 1368)px;
  }
}
@media (max-width: 1600px) {
  .section-service-detail .service-detail .relate-product .car .item {
    margin-bottom: 5%;
  }
}
@media (max-width: 1100px) {
  .section-service-detail .service-detail .relate-product .car .item {
    margin-bottom: 5%;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .item {
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .item {
    margin-bottom: -49.7777777778px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car .item {
    margin-bottom: -37.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .item {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .item {
    padding-bottom: 49.7777777778px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car .item {
    padding-bottom: 37.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .item {
    flex-wrap: wrap;
  }
}
.section-service-detail .service-detail .relate-product .car .item .car-frame {
  margin-top: 11%;
  max-width: 22%;
  flex: 1 22%;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame {
    padding-bottom: 49.7777777778px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame {
    padding-bottom: 37.3333333333px;
  }
}
@media (max-width: 1100px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame {
    max-width: 20%;
    flex: 1 20%;
  }
}
@media (max-width: 1700px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame {
    max-width: 25%;
    flex: 1 25%;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame {
    max-width: 25%;
    flex: 1 25%;
  }
}
@media (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
  height: 160px;
}
@media only screen and (max-width: 1680px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
    height: calculatorPixel(160, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
    height: calculatorPixel(160, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
    height: 165px;
  }
}
@media (max-width: 991px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
    height: 151.4027777778px;
  }
}
@media (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
    height: 117.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
    height: 88px;
  }
}
@media (max-width: 480px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
    height: 73.3333333333px;
  }
}
@media (max-width: 360px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
    height: 55px;
  }
}
@media (max-width: 375px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-img {
    height: 65px;
  }
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .car-img img {
  width: 100%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .car-img img:hover {
  transform: scale(1.1);
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .info {
  display: flex;
  flex-wrap: wrap;
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .info h3,
.section-service-detail .service-detail .relate-product .car .item .car-frame .info p,
.section-service-detail .service-detail .relate-product .car .item .car-frame .info a {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .info p {
  margin-bottom: 0;
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .info a {
  align-self: flex-end;
  margin-top: 1.5rem;
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .info a {
    margin-top: +35px;
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .info a {
    margin-top: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .info a {
    margin-top: +18.6666666667px;
  }
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .car-content {
  height: calc(100% - 160px);
}
@media only screen and (max-width: 1680px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - calculatorPixel(160, 1680)px);
  }
}
@media only screen and (max-width: 1368px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - calculatorPixel(160, 1368)px);
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - 165px);
  }
}
@media only screen and (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - 117.3333333333px);
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - 88px);
  }
}
@media (max-width: 375px) {
  .section-service-detail .service-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - 65px);
  }
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .car-name {
  color: #01498b;
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .car-decs {
  opacity: 50%;
}
.section-service-detail .service-detail .relate-product .car .item .car-frame .readmore {
  color: #01498b;
  margin-top: 3%;
}
.section-service-detail .service-detail .relate-product .car:last-child {
  border-bottom: none;
  margin-bottom: 5%;
}
.section-service-detail .service-detail .relate-product .car4 {
  border-bottom: none;
}
.section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
  width: 200px;
}
@media only screen and (max-width: 1680px) {
  .section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
    width: calculatorPixel(200, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
    width: calculatorPixel(200, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
    width: 165px;
  }
}
@media (max-width: 991px) {
  .section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
    width: 151.4027777778px;
  }
}
@media (max-width: 768px) {
  .section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
    width: 117.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
    width: 88px;
  }
}
@media (max-width: 480px) {
  .section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
    width: 73.3333333333px;
  }
}
@media (max-width: 360px) {
  .section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
    width: 55px;
  }
}
@media (max-width: 375px) {
  .section-service-detail .service-detail .relate-product .car4 .item .car-frame .car-img {
    height: 65px;
  }
}

.product-detail-menu-fixed {
  position: fixed;
  top: var(--menu-space);
  background-color: white;
  width: 100%;
  z-index: 2;
}
.product-detail-menu-fixed .nav-category {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (max-width: 1680px) {
  .product-detail-menu-fixed .nav-category {
    padding-bottom: calculatorPixel(15, 1680)px;
    padding-top: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .product-detail-menu-fixed .nav-category {
    padding-bottom: calculatorPixel(15, 1368)px;
    padding-top: calculatorPixel(15, 1368)px;
  }
}
.product-detail-menu-fixed .nav-category {
  justify-content: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-menu-fixed .nav-category .nav-down {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.product-detail-menu-fixed .nav-category .nav-up {
  visibility: visible;
  opacity: 1;
  height: unset;
}
.product-detail-menu-fixed .nav-category .nav-item {
  flex: 1 1 auto;
  text-align: center;
  color: #2e3a41;
  position: relative;
  padding-bottom: 0.7%;
}
.product-detail-menu-fixed .nav-category .nav-item::after {
  content: "";
  position: absolute;
  background: #01498b;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 2;
}
.product-detail-menu-fixed .nav-category .nav-item::before {
  content: "";
  position: absolute;
  background: #cccccc;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}
.product-detail-menu-fixed .nav-category .nav-item:hover {
  color: #01498b;
}
.product-detail-menu-fixed .nav-category .nav-item:hover::after {
  width: 100%;
}
.product-detail-menu-fixed .nav-category .active {
  color: #01498b;
}
.product-detail-menu-fixed .nav-category .active::after {
  width: 100%;
}
.product-detail-menu-fixed .nav-brand {
  justify-content: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-menu-fixed .nav-brand .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.product-detail-menu-fixed .nav-brand .nav-item img {
  height: 5vw;
  max-width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-menu-fixed .nav-brand .nav-item:hover {
  color: #01498b;
  opacity: 0.7;
}
.product-detail-menu-fixed .nav-brand .active {
  color: #01498b;
  border: 1px solid #ccc;
}
@media (max-width: 1080px) {
  .product-detail-menu-fixed {
    display: none;
  }
}

.navbar-menu-responsive ul.list-brand-responsive {
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  top: 110%;
}
.navbar-menu-responsive ul.list-brand-responsive .item-brand-responsive {
  flex: 1 auto;
}
.navbar-menu-responsive ul.list-brand-responsive .item-brand-responsive img {
  width: auto;
  max-width: calc(100% - 2rem);
  height: 20vw;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar-menu-responsive ul.list-brand-responsive a {
  width: 100%;
  border: none;
  display: block;
}

.navbar-menu-contact-responsive ul.list-brand-responsive {
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  top: 110%;
}
.navbar-menu-contact-responsive ul.list-brand-responsive .item-brand-responsive {
  flex: 1 auto;
}
.navbar-menu-contact-responsive ul.list-brand-responsive .item-brand-responsive img {
  width: auto;
  max-width: 90%;
  height: 20vw;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar-menu-contact-responsive ul.list-brand-responsive a {
  width: 100%;
  border: none;
  display: block;
}

.active-brand-responsive {
  background-color: #c7c7c7 !important;
}

.section-product-detail {
  margin-top: +90px;
}
@media only screen and (max-width: 1680px) {
  .section-product-detail {
    margin-top: +calculatorPixel(90, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-product-detail {
    margin-top: +calculatorPixel(90, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-product-detail {
    margin-top: 0px;
  }
}
.section-product-detail .product-detail {
  overflow: hidden;
}
.section-product-detail .product-detail__title {
  padding-bottom: 1%;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__title {
    padding-bottom: 1rem;
  }
}
.section-product-detail .product-detail__banner {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product-detail .product-detail .frame {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  background-color: #ccc;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .frame {
    margin-bottom: 0;
  }
}
.section-product-detail .product-detail .frame .product-detail__banner {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product-detail .product-detail .frame .frame-content {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50%;
  padding: 3%;
  background-color: rgba(1, 73, 139, 0.4);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-product-detail .product-detail .frame .frame-content .header-content {
  flex-shrink: 0;
  height: auto;
  padding-bottom: 3%;
}
.section-product-detail .product-detail .frame .frame-content .header-content .title {
  text-align: center;
}
.section-product-detail .product-detail .frame .frame-content .header-content .desc {
  text-align: justify;
}
.section-product-detail .product-detail .frame .frame-content .scroll {
  overflow-y: auto;
  flex: 1;
}
.section-product-detail .product-detail .frame .frame-content .scroll .logo-frame {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2%;
}
.section-product-detail .product-detail .frame .frame-content .scroll .logo-frame a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
}
.section-product-detail .product-detail .frame .frame-content .scroll .logo-frame a img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 50%;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-product-detail .product-detail__desc {
  text-align: justify;
  line-height: 1.2;
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-product-detail .product-detail__desc {
    margin-bottom: +77px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-product-detail .product-detail__desc {
    margin-bottom: +54.7555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-product-detail .product-detail__desc {
    margin-bottom: +41.0666666667px;
  }
}
.section-product-detail .product-detail__slide {
  width: 100%;
  padding-bottom: 51.5%;
  position: relative;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__slide {
    margin-bottom: +35px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail__slide {
    margin-bottom: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail__slide {
    margin-bottom: +18.6666666667px;
  }
}
.section-product-detail .product-detail__slide--frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.section-product-detail .product-detail__slide--frame .product-detail-slide {
  background-color: white;
  width: 100%;
  height: 100%;
  float: left;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__slide--frame .product-detail-slide {
    float: right;
  }
}
.section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-slide {
  width: 100%;
  height: 100%;
}
.section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-slide .image-slide {
  width: 81%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-slide .image-slide:hover {
  transform: scale(1.1);
}
@media (max-width: 1081px) {
  .section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-slide .image-slide:hover {
    transform: unset;
  }
}
@media (max-width: 1081px) {
  .section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-slide .image-slide {
    width: 100%;
    height: 54vw;
  }
}
.section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-slide .video-slide {
  width: 81%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1081px) {
  .section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-slide .video-slide {
    width: 100%;
    height: 54vw;
  }
}
.section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-pagination-bullets {
  bottom: 2vw;
  width: 81%;
}
@media (max-width: 1081px) {
  .section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-pagination-bullets {
    width: 100%;
    bottom: unset;
    top: 48vw;
  }
}
.section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.8vw;
  height: 0.8vw;
}
@media (max-width: 1081px) {
  .section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #e9eceb;
  opacity: 1;
  margin: 0 0.3vw;
}
.section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.8vw;
  height: 0.8vw;
  background-color: #01498b;
}
@media (max-width: 1081px) {
  .section-product-detail .product-detail__slide--frame .product-detail-slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media (min-width: 1081px) {
  .section-product-detail .product-detail__slide .detail-info {
    position: absolute;
    width: 34%;
    right: 0;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.section-product-detail .product-detail__slide .detail-info #expanded,
.section-product-detail .product-detail__slide .detail-info .btn-load-more {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.section-product-detail .product-detail__slide .detail-info:hover {
  right: -17%;
}
.section-product-detail .product-detail__slide .detail-info--frame {
  height: 100%;
  background-color: #f7f7f7;
  width: 100%;
  display: flex;
  align-items: center;
}
.section-product-detail .product-detail__slide .detail-info--frame .text {
  max-width: 100%;
  flex: 1 100%;
  text-align: justify;
  padding: 6.5%;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__slide .detail-info--frame .text {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail__slide .detail-info--frame .text {
    padding-bottom: 21.3333333333px;
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail__slide .detail-info--frame .text {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__slide .detail-info--frame .text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail__slide .detail-info--frame .text {
    padding-right: 21.3333333333px;
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail__slide .detail-info--frame .text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.section-product-detail .product-detail__slide .detail-info--frame .text {
  line-height: 1.2;
  background-color: #f7f7f7;
}
.section-product-detail .product-detail__slide .detail-info--frame .text .logo {
  max-width: 100%;
  flex: 1 100%;
  text-align: center;
  padding: 0 30%;
  line-height: 1.2;
}
.section-product-detail .product-detail__slide .detail-info--frame .text .logo img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .section-product-detail .product-detail__slide .detail-info--frame .text .logo {
    padding: 0 40%;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__slide {
    padding-bottom: 0;
  }
  .section-product-detail .product-detail__slide--frame {
    position: relative;
  }
  .section-product-detail .product-detail__slide--frame .text {
    line-height: 1.3;
  }
  .section-product-detail .product-detail__slide--frame .detail-slide {
    float: none;
    width: 100%;
  }
}
.section-product-detail .product-detail__features {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .section-product-detail .product-detail__features {
    margin-bottom: 55px;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__features {
    margin-bottom: +50px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail__features {
    margin-bottom: +35.5555555556px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail__features {
    margin-bottom: +26.6666666667px;
  }
}
.section-product-detail .product-detail__features .product-detail__card {
  max-width: 31%;
  flex: 1 31%;
}
.section-product-detail .product-detail__features .product-detail__card-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 1.5%;
  overflow: hidden;
}
.section-product-detail .product-detail__features .product-detail__card-image:hover .product-detail__card-frame {
  transform: scale(1.1);
}
.section-product-detail .product-detail__features .product-detail__card-image .product-detail__card-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-product-detail .product-detail__features .product-detail__card-image .product-detail__card-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product-detail .product-detail__features .product-detail__card-title {
  color: #01498b;
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}
.section-product-detail .product-detail__features .product-detail__card-desc {
  width: 100%;
  text-align: justify;
  line-height: 1.2;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__features .product-detail__card {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .section-product-detail .product-detail__features .product-detail__card-image {
    order: 2;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__features {
    flex-wrap: wrap;
  }
  .section-product-detail .product-detail__features .product-detail__card-image {
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-product-detail .product-detail__features .product-detail__card-image {
    height: 448px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  .section-product-detail .product-detail__features .product-detail__card-image {
    height: 411.0814814815px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .section-product-detail .product-detail__features .product-detail__card-image {
    height: 318.5777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-product-detail .product-detail__features .product-detail__card-image {
    height: 238.9333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .section-product-detail .product-detail__features .product-detail__card-image {
    height: 199.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  .section-product-detail .product-detail__features .product-detail__card-image {
    height: 149.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail__features .product-detail__card-title {
    text-align: left;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  .section-product-detail .product-detail__features .product-detail__card-desc {
    padding-bottom: 1rem;
    line-height: 1.3;
  }
}
.section-product-detail .product-detail .relate-product .car {
  border-bottom: 1px solid #7d7d7d;
}
.section-product-detail .product-detail .relate-product .car .cate {
  margin-top: +50px;
}
@media only screen and (max-width: 1680px) {
  .section-product-detail .product-detail .relate-product .car .cate {
    margin-top: +calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-product-detail .product-detail .relate-product .car .cate {
    margin-top: +calculatorPixel(50, 1368)px;
  }
}
.section-product-detail .product-detail .relate-product .car .related-slide {
  margin-bottom: 3%;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-button-next, .section-product-detail .product-detail .relate-product .car .related-slide .swiper-button-prev {
    display: none;
  }
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide {
  margin-top: 5%;
  position: relative;
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #7d7d7d;
  right: 10%;
  opacity: 0.5;
  top: 0;
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
  height: 160px;
}
@media only screen and (max-width: 1680px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: calculatorPixel(160, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: calculatorPixel(160, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 165px;
  }
}
@media (max-width: 991px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 151.4027777778px;
  }
}
@media (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 117.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 88px;
  }
}
@media (max-width: 480px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 73.3333333333px;
  }
}
@media (max-width: 360px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 55px;
  }
}
@media (max-width: 575px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img {
    height: 120px;
  }
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .car-img img:hover {
  transform: scale(1.1);
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info {
  display: flex;
  flex-wrap: wrap;
  max-width: 88%;
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .flexible {
  flex-grow: 1;
  min-height: 5rem;
}
@media (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .flexible {
    min-height: 4rem;
  }
}
@media (max-width: 480px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .flexible {
    min-height: 4rem;
  }
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info h3,
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info p,
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info a {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info p {
  margin-bottom: 0;
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info a {
  align-self: flex-end;
  margin-top: 1.5rem;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info a {
    margin-top: +35px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info a {
    margin-top: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info a {
    margin-top: +18.6666666667px;
  }
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
  height: calc(100% - 160px);
}
@media only screen and (max-width: 1680px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - calculatorPixel(160, 1680)px);
  }
}
@media only screen and (max-width: 1368px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - calculatorPixel(160, 1368)px);
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - 165px);
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - 117.3333333333px);
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - 88px);
  }
}
@media (max-width: 375px) {
  .section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .car-content {
    height: calc(100% - 65px);
  }
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .car-name {
  color: #01498b;
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .car-decs {
  opacity: 50%;
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-slide .info .readmore {
  color: #01498b;
  margin-top: 0;
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-button-next::after,
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-button-prev::after {
  color: #7d7d7d;
}
.section-product-detail .product-detail .relate-product .car .related-slide .swiper-button-disabled {
  opacity: 0;
}
.section-product-detail .product-detail .relate-product .car .item {
  width: 100%;
  display: flex;
  margin-bottom: 3%;
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (max-width: 1680px) {
  .section-product-detail .product-detail .relate-product .car .item {
    margin-right: -calculatorPixel(30, 1680)px;
    margin-left: -calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-product-detail .product-detail .relate-product .car .item {
    margin-right: -calculatorPixel(30, 1368)px;
    margin-left: -calculatorPixel(30, 1368)px;
  }
}
@media (max-width: 1600px) {
  .section-product-detail .product-detail .relate-product .car .item {
    margin-bottom: 5%;
  }
}
@media (max-width: 1100px) {
  .section-product-detail .product-detail .relate-product .car .item {
    margin-bottom: 5%;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .item {
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .item {
    margin-bottom: -49.7777777778px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car .item {
    margin-bottom: -37.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .item {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .item {
    padding-bottom: 49.7777777778px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car .item {
    padding-bottom: 37.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .item {
    flex-wrap: wrap;
  }
}
.section-product-detail .product-detail .relate-product .car .item .car-frame {
  margin-top: 11%;
  max-width: 22%;
  flex: 1 22%;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame {
    padding-bottom: 49.7777777778px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame {
    padding-bottom: 37.3333333333px;
  }
}
@media (max-width: 1100px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame {
    max-width: 20%;
    flex: 1 20%;
  }
}
@media (max-width: 1700px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame {
    max-width: 25%;
    flex: 1 25%;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame {
    max-width: 25%;
    flex: 1 25%;
  }
}
@media (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
  height: 160px;
}
@media only screen and (max-width: 1680px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
    height: calculatorPixel(160, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
    height: calculatorPixel(160, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
    height: 165px;
  }
}
@media (max-width: 991px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
    height: 151.4027777778px;
  }
}
@media (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
    height: 117.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
    height: 88px;
  }
}
@media (max-width: 480px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
    height: 73.3333333333px;
  }
}
@media (max-width: 360px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
    height: 55px;
  }
}
@media (max-width: 375px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-img {
    height: 65px;
  }
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .car-img img {
  width: 100%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .car-img img:hover {
  transform: scale(1.1);
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .info {
  display: flex;
  flex-wrap: wrap;
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .info h3,
.section-product-detail .product-detail .relate-product .car .item .car-frame .info p,
.section-product-detail .product-detail .relate-product .car .item .car-frame .info a {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .info p {
  margin-bottom: 0;
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .info a {
  align-self: flex-end;
  margin-top: 1.5rem;
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .info a {
    margin-top: +35px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .info a {
    margin-top: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .info a {
    margin-top: +18.6666666667px;
  }
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .car-content {
  height: calc(100% - 160px);
}
@media only screen and (max-width: 1680px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - calculatorPixel(160, 1680)px);
  }
}
@media only screen and (max-width: 1368px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - calculatorPixel(160, 1368)px);
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - 165px);
  }
}
@media only screen and (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - 117.3333333333px);
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - 88px);
  }
}
@media (max-width: 375px) {
  .section-product-detail .product-detail .relate-product .car .item .car-frame .car-content {
    height: calc(100% - 65px);
  }
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .car-name {
  color: #01498b;
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .car-decs {
  opacity: 50%;
}
.section-product-detail .product-detail .relate-product .car .item .car-frame .readmore {
  color: #01498b;
  margin-top: 3%;
}
.section-product-detail .product-detail .relate-product .car:last-child {
  border-bottom: none;
  margin-bottom: 5%;
}
.section-product-detail .product-detail .relate-product .car4 {
  border-bottom: none;
}
.section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
  width: 200px;
}
@media only screen and (max-width: 1680px) {
  .section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
    width: calculatorPixel(200, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
    width: calculatorPixel(200, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
    width: 165px;
  }
}
@media (max-width: 991px) {
  .section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
    width: 151.4027777778px;
  }
}
@media (max-width: 768px) {
  .section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
    width: 117.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
    width: 88px;
  }
}
@media (max-width: 480px) {
  .section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
    width: 73.3333333333px;
  }
}
@media (max-width: 360px) {
  .section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
    width: 55px;
  }
}
@media (max-width: 375px) {
  .section-product-detail .product-detail .relate-product .car4 .item .car-frame .car-img {
    height: 65px;
  }
}

.relate-product-tenant-title {
  margin-top: 1rem;
}
.relate-product-tenant-product {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
}
.relate-product-tenant-product .item-product {
  width: calc(25% - 15px);
  margin-top: 15px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem;
  transition: all linear 0.3s;
}
@media (max-width: 480px) {
  .relate-product-tenant-product .item-product {
    width: calc(50% - 15px);
  }
}
.relate-product-tenant-product .item-product .image-product {
  position: relative;
  padding-bottom: 57%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.relate-product-tenant-product .item-product .image-product img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.relate-product-tenant-product .item-product .image-product img:hover {
  transform: scale(1.06);
}
.relate-product-tenant-product .item-product .item-detail {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.relate-product-tenant-product .item-product .item-detail a {
  display: block;
}
.relate-product-tenant-product .item-product .item-detail .name {
  color: #01498b;
  width: 100%;
}
.relate-product-tenant-product .item-product .item-detail .description {
  color: #b4b4b4;
  width: 100%;
}
.relate-product-tenant-product .item-product .item-detail .see-details {
  color: #000000;
  position: relative;
  color: #000;
}
.relate-product-tenant-product .item-product .item-detail .see-details i {
  color: #595656;
  font-size: 13px;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .relate-product-tenant-product .item-product .item-detail .see-details i {
    margin-left: 3px;
  }
}
.relate-product-tenant-product .item-product .item-detail .see-details::after {
  content: "";
  position: absolute;
  background-color: #01498b;
  width: 0;
  height: 1px;
  top: 103%;
  left: 50%;
  transform: translateX(-50%);
  transition: all linear 0.3s;
}
.relate-product-tenant-product .item-product .item-detail .see-details:hover {
  color: #01498b;
}
.relate-product-tenant-product .item-product .item-detail .see-details:hover i {
  color: #01498b;
}
.relate-product-tenant-product .item-product .item-detail .see-details:hover:after {
  width: 100%;
}
.relate-product-tenant-product .item-product .item-price {
  color: #01498b;
}
.relate-product-tenant-product .item-product:hover {
  background: #01498b;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.relate-product-tenant-product .item-product:hover .item-detail .name {
  color: #fff;
}
.relate-product-tenant-product .item-product:hover .item-price {
  color: #fff;
}
.relate-product-tenant ul {
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.relate-product-tenant-time {
  margin-top: 1rem;
  line-height: 1.5;
}
.relate-product-tenant-time .car-body-time {
  display: flex;
}
.relate-product-tenant-time .car-body-time-item {
  width: 50%;
}

.list-menu-brands-wrap {
  box-shadow: 0 4px 2px -2px #ccc;
}

.new-business-list-brands {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}
.new-business-list-brands .brand-item-nav {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  flex: 1 auto;
  text-align: center;
  color: #2e3a41;
  text-transform: uppercase;
}
.new-business-list-brands .brand-item-nav.active-brand {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.padding-top-menu-brands {
  padding-top: 100px;
}

.section-product-intro {
  padding-top: 50px;
}
.section-product-intro .product-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.5%;
}
.section-product-intro .product-intro:nth-child(even) {
  flex-direction: row-reverse;
}
.section-product-intro .product-intro--left {
  max-width: 39%;
  flex: 1 39%;
}
.section-product-intro .product-intro--left__title {
  margin-bottom: 2.2%;
}
.section-product-intro .product-intro--left__content {
  margin-bottom: 8.8%;
  text-align: justify;
}
.section-product-intro .product-intro--left__button {
  padding: 1.8% 2.3% 1.5%;
  color: white;
  background-color: #01498b;
}
.section-product-intro .product-intro--right {
  max-width: 53.82%;
  flex: 1 53.82%;
}
.section-product-intro .product-intro--right .product-intro__swiper {
  width: 100%;
}
.section-product-intro .product-intro--right .product-intro__swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 47%;
  position: relative;
}
.section-product-intro .product-intro--right .product-intro__swiper .swiper-wrapper .swiper-slide .image-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section-product-intro .product-intro--right .product-intro__swiper .swiper-wrapper .swiper-slide .image-frame img {
  width: 100%;
  height: 100%;
}
.section-product-intro .product-intro--right .product-intro__swiper .swiper-wrapper .swiper-slide .image-frame img:hover .image-frame__overlay {
  opacity: 0.5;
  height: 100%;
}
.section-product-intro .product-intro--right .product-intro__swiper .swiper-wrapper .swiper-slide .image-frame__overlay {
  position: absolute;
  width: 100%;
  height: 33%;
  z-index: 20;
  opacity: 0;
  inset: 0;
  background-color: rgba(1, 73, 139, 0.5);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-product-intro .product-intro--right .product-intro__swiper .swiper-wrapper .swiper-slide .image-frame__overlay .image-frame__title {
  border: 2px solid #ccc;
  padding: 2% 3%;
  color: white;
}
.section-product-intro .product-intro--right .product-intro__swiper .swiper-wrapper .swiper-slide .image-frame:hover .image-frame__overlay {
  opacity: 1;
  height: 100%;
}
.section-product-intro .product-intro--right .product-intro__swiper .swiper-wrapper .swiper-slide .image-frame:hover .image-frame__overlay .image-frame__title {
  opacity: 1 !important;
}
.section-product-intro .product-intro--right .product-intro__swiper--next, .section-product-intro .product-intro--right .product-intro__swiper--prev {
  height: 0;
  width: 6%;
  padding-bottom: 11%;
  top: 46%;
  display: none;
}
.section-product-intro .product-intro--right .product-intro__swiper--next::after {
  content: "";
}
.section-product-intro .product-intro--right .product-intro__swiper--next img {
  width: 65%;
  height: 65%;
  content: "";
  position: absolute;
  inset: 0;
}
.section-product-intro .product-intro--right .product-intro__swiper--prev {
  left: 2%;
}
.section-product-intro .product-intro--right .product-intro__swiper--prev::after {
  content: "";
}
.section-product-intro .product-intro--right .product-intro__swiper--prev img {
  width: 65%;
  height: 65%;
  content: "";
  position: absolute;
  inset: 0;
}
.section-product-intro .product-intro--right .product-intro__swiper--pagination .swiper-pagination-bullet-active {
  background: white !important;
  width: 2vw !important;
  border-radius: 0.3vw;
  height: 0.5vw;
  transform: 0.2s;
}
.section-product-intro .product-intro--right .product-intro__swiper--pagination .swiper-pagination-bullet {
  background: #dbe1df;
  opacity: 1;
  width: 0.5vw;
  height: 0.5vw;
  margin: 0 0.8vw;
}
.section-product-intro .product-intro--right .product-intro__image {
  width: 100%;
  height: 0;
  padding-bottom: 47%;
  position: relative;
}
.section-product-intro .product-intro--right .product-intro__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .section-product-intro .product-intro {
    flex-wrap: wrap;
  }
  .section-product-intro .product-intro:nth-child(even) {
    flex-direction: row;
  }
  .section-product-intro .product-intro--left {
    margin-bottom: 3%;
    order: 2;
  }
  .section-product-intro .product-intro--right {
    order: 1;
    margin-bottom: 3%;
  }
  .section-product-intro .product-intro--right, .section-product-intro .product-intro--left {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section-product-intro .product-intro--right__content, .section-product-intro .product-intro--left__content {
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 1080px) {
  .section-brand {
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .section-brand {
    padding-bottom: 8%;
    padding-top: -5%;
  }
}
.section-brand .brand-block {
  box-sizing: border-box;
  padding-top: 50px;
  line-height: 1.5;
  margin: 0 auto;
  display: flex;
  margin-bottom: 3%;
}
@media only screen and (max-width: 1080px) {
  .section-brand .brand-block {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .section-brand .brand-block {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 1080px) {
  .section-brand .brand-block .tabs {
    margin: 0;
  }
}
.section-brand .brand-block .tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section-brand .brand-block .tabs .brand-name {
  position: relative;
  line-height: initial;
  padding-right: 50px;
}
@media only screen and (max-width: 1680px) {
  .section-brand .brand-block .tabs .brand-name {
    padding-right: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-brand .brand-block .tabs .brand-name {
    padding-right: calculatorPixel(50, 1368)px;
  }
}
.section-brand .brand-block .tabs .brand-name {
  margin-right: +50px;
}
@media only screen and (max-width: 1680px) {
  .section-brand .brand-block .tabs .brand-name {
    margin-right: +calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-brand .brand-block .tabs .brand-name {
    margin-right: +calculatorPixel(50, 1368)px;
  }
}
.section-brand .brand-block .tabs .brand-name::after {
  position: absolute;
  content: "";
  right: 0;
  top: 15%;
  bottom: 30%;
  height: 70%;
  width: 5px;
}
@media only screen and (max-width: 1680px) {
  .section-brand .brand-block .tabs .brand-name::after {
    width: calculatorPixel(5, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-brand .brand-block .tabs .brand-name::after {
    width: calculatorPixel(5, 1368)px;
  }
}
.section-brand .brand-block .tabs .brand-name::after {
  background-color: #01498b;
}
@media (max-width: 1080px) {
  .section-brand .brand-block .tabs .brand-name::after {
    top: 2%;
    height: 80%;
  }
}
.section-brand .brand-block .tabs label {
  line-height: initial;
  order: 1;
  margin: auto 0 !important;
  margin-right: +56px;
}
@media only screen and (max-width: 1680px) {
  .section-brand .brand-block .tabs label {
    margin-right: +calculatorPixel(56, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-brand .brand-block .tabs label {
    margin-right: +calculatorPixel(56, 1368)px;
  }
}
.section-brand .brand-block .tabs label {
  margin-top: 1.5%;
  display: flex;
  cursor: pointer;
  color: #01498b;
  transition: background ease 0.3s;
}
@media (max-width: 1280px) {
  .section-brand .brand-block .tabs label {
    margin-top: 1%;
  }
}
@media (max-width: 1080px) {
  .section-brand .brand-block .tabs label {
    margin-top: 2%;
  }
}
@media (max-width: 576px) {
  .section-brand .brand-block .tabs label {
    margin-top: 1.9%;
  }
}
.section-brand .brand-block .tabs .tab {
  order: 9;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: #fff;
}
@media (max-width: 1080px) {
  .section-brand .brand-block .tabs .tab {
    margin-top: +15px;
  }
}
@media only screen and (max-width: 768px) {
  .section-brand .brand-block .tabs .tab {
    margin-top: +10.6666666667px;
  }
}
@media (max-width: 576px) {
  .section-brand .brand-block .tabs .tab {
    margin-top: +8px;
  }
}
.section-brand .brand-block .tabs .tab h1 {
  text-transform: uppercase;
}
.section-brand .brand-block .tabs .tab .brand-logo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .section-brand .brand-block .tabs .tab .brand-logo {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-brand .brand-block .tabs .tab .brand-logo {
  row-gap: 3vw;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
.section-brand .brand-block .tabs .tab .brand-logo img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: 7vw;
  margin-top: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
@media (max-width: 768px) {
  .section-brand .brand-block .tabs .tab .brand-logo img {
    height: 15vw;
  }
}
.section-brand .brand-block .tabs .tab .brand-logo a {
  position: relative;
}
.section-brand .brand-block .tabs .tab .brand-logo a::before {
  position: absolute;
  top: 0;
  left: -20%;
  z-index: 2;
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
.section-brand .brand-block .tabs .tab .brand-logo a:hover::before {
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  left: 100%;
}
.section-brand .brand-block .tabs input[type=radio] {
  display: none;
}
.section-brand .brand-block .tabs input[type=radio]:checked + label {
  background: #fff;
}
.section-brand .brand-block .tabs input[type=radio]:checked + label + .tab {
  display: block;
}
@media (max-width: 465px) {
  .section-brand .brand-block .tabs .tabs .tab,
  .section-brand .brand-block .tabs .tabs label {
    order: initial;
  }
  .section-brand .brand-block .tabs .tabs label {
    width: 100%;
    margin-left: 50px;
  }
}

.section-brand-list .brand-list__banner {
  margin-top: -4.2vw;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .section-brand-list .brand-list__banner {
    height: 80vh;
    margin-top: 0;
  }
}
.section-brand-list .brand-list__banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 2;
}
.section-brand-list .brand-list__banner__content {
  display: block;
  position: absolute;
  z-index: 3;
  top: 25%;
  left: 13%;
  color: #fff;
}
.section-brand-list .brand-list__banner__content h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1080px) {
  .section-brand-list .brand-list__banner__content {
    display: block;
    position: absolute;
    z-index: 3;
    top: 15%;
    left: 13%;
    color: #fff;
  }
}
.section-brand-list .brand-list__banner .brand-list__logo {
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 4;
  bottom: 0%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, 0%);
}
.section-brand-list .brand-list__banner .brand-list__logo .brand-list__item {
  max-width: 20%;
  flex: 1 20%;
  padding-bottom: 11%;
  height: 0;
  position: relative;
  background-color: transparent;
  transition: 0.2s;
}
.section-brand-list .brand-list__banner .brand-list__logo .brand-list__item a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.section-brand-list .brand-list__banner .brand-list__logo .brand-list__item a img {
  display: block;
  width: 70%;
  margin: 7% auto;
}
.section-brand-list .brand-list__banner .brand-list__logo .brand-list__item:hover {
  background-color: white;
}
.section-brand-list .brand-list__banner .brand-list__logo .active {
  background-color: white;
}

.section-car-filter {
  padding-top: 60px;
}
@media (max-width: 1680px) {
  .section-car-filter {
    padding-top: 55px;
  }
}
@media (max-width: 1520px) {
  .section-car-filter {
    padding-top: 50px;
  }
}
@media (max-width: 1366px) {
  .section-car-filter {
    padding-top: 45px;
  }
}
@media (max-width: 1199px) {
  .section-car-filter {
    padding-top: 40px;
  }
}
@media (max-width: 995px) {
  .section-car-filter {
    padding-top: 30px;
  }
}
.section-car-filter .car-filter__title {
  margin-bottom: 2.5%;
}
.section-car-filter .car-filter__title-mobile {
  display: none;
  margin-bottom: 2.5%;
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter__title-mobile {
    display: block;
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-filter .car-filter__title-mobile {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-filter .car-filter__title-mobile {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .section-car-filter .car-filter__title-mobile {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--top {
    display: none;
  }
}
.section-car-filter .car-filter--top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5%;
}
.section-car-filter .car-filter--top .car-model {
  display: flex;
  flex-wrap: wrap;
}
.section-car-filter .car-filter--top .car-model__item {
  width: 10.9vw;
  cursor: pointer;
  height: 2.7vw;
  margin-right: 0.15vw;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-car-filter .car-filter--top .car-model__item a {
  color: #2E3A41;
  position: relative;
}
.section-car-filter .car-filter--top .car-model__item a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #01498b;
  transition: width 400ms;
}
.section-car-filter .car-filter--top .car-model__item.active a:after, .section-car-filter .car-filter--top .car-model__item:hover a:after {
  width: 80%;
}
.section-car-filter .car-filter--top .car-model__item span {
  transition: 0.2s;
  position: relative;
}
.section-car-filter .car-filter--top .car-model__item span::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -5%;
  left: 0;
  background-color: #01498b;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--top .car-model__item span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-filter .car-filter--top .car-model__item span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-filter .car-filter--top .car-model__item span {
    font-size: 12px;
  }
}
.section-car-filter .car-filter--top .car-model__item:hover span::after {
  width: 100%;
}
@media (max-width: 1080px) {
  .section-car-filter .car-filter--top .car-model__item {
    height: 57px;
  }
}
@media (max-width: 991px) {
  .section-car-filter .car-filter--top .car-model__item {
    height: 52.3027777778px;
  }
}
@media (max-width: 768px) {
  .section-car-filter .car-filter--top .car-model__item {
    height: 40.5333333333px;
  }
}
@media (max-width: 576px) {
  .section-car-filter .car-filter--top .car-model__item {
    height: 30.4px;
  }
}
@media (max-width: 480px) {
  .section-car-filter .car-filter--top .car-model__item {
    height: 25.3333333333px;
  }
}
@media (max-width: 360px) {
  .section-car-filter .car-filter--top .car-model__item {
    height: 19px;
  }
}
@media (max-width: 1080px) {
  .section-car-filter .car-filter--top .car-model__item {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-car-filter .car-filter--top .car-model__item {
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-car-filter .car-filter--top .car-model__item {
    padding-right: 39.1111111111px;
    padding-left: 39.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-car-filter .car-filter--top .car-model__item {
    padding-right: 29.3333333333px;
    padding-left: 29.3333333333px;
  }
}
.section-car-filter .car-filter--top .car-model .active span::after {
  width: 100%;
}
@media (max-width: 1080px) {
  .section-car-filter .car-filter--top {
    margin-bottom: +40px;
  }
}
@media only screen and (max-width: 768px) {
  .section-car-filter .car-filter--top {
    margin-bottom: +28.4444444444px;
  }
}
@media (max-width: 576px) {
  .section-car-filter .car-filter--top {
    margin-bottom: +21.3333333333px;
  }
}
.section-car-filter .car-filter--top-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile {
    display: block;
    margin-bottom: 2.5%;
  }
  .section-car-filter .car-filter--top-mobile__title {
    margin-bottom: 2.5%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 992px) {
  .section-car-filter .car-filter--top-mobile__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .section-car-filter .car-filter--top-mobile__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  .section-car-filter .car-filter--top-mobile__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model {
    display: flex;
    background-color: #f6f6f6;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model {
    margin-right: -55px;
    margin-left: -55px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-car-filter .car-filter--top-mobile .car-model {
    margin-right: -39.1111111111px;
    margin-left: -39.1111111111px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-car-filter .car-filter--top-mobile .car-model {
    margin-right: -29.3333333333px;
    margin-left: -29.3333333333px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    margin-left: 4.5%;
    margin-right: -5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model__item a {
    width: 60px;
    transition: 0.2s;
    position: relative;
    color: black;
  }
  .section-car-filter .car-filter--top-mobile .car-model__item a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #01498b;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model__item a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 992px) {
  .section-car-filter .car-filter--top-mobile .car-model__item a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .section-car-filter .car-filter--top-mobile .car-model__item a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  .section-car-filter .car-filter--top-mobile .car-model__item a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  .section-car-filter .car-filter--top-mobile .car-model__item a {
    width: 30px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model__item:hover a::after {
    width: 60%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    height: 57px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 991px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    height: 52.3027777778px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    height: 40.5333333333px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    height: 30.4px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 480px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    height: 25.3333333333px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 360px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    height: 19px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    padding-right: 39.1111111111px;
    padding-left: 39.1111111111px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    padding-right: 29.3333333333px;
    padding-left: 29.3333333333px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model__item {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile .car-model .active a::after, .section-car-filter .car-filter--top-mobile .car-model:hover a::after {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-filter .car-filter--top-mobile {
    margin-bottom: +40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-car-filter .car-filter--top-mobile {
    margin-bottom: +28.4444444444px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-car-filter .car-filter--top-mobile {
    margin-bottom: +21.3333333333px;
  }
}
.section-car-filter .car-filter--center {
  margin-bottom: 2.5%;
  display: flex;
  justify-content: start;
}
@media (max-width: 1080px) {
  .section-car-filter .car-filter--center {
    margin-bottom: +35px;
  }
}
@media only screen and (max-width: 768px) {
  .section-car-filter .car-filter--center {
    margin-bottom: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  .section-car-filter .car-filter--center {
    margin-bottom: +18.6666666667px;
  }
}
.section-car-filter .car-filter--center .provinces-select2 {
  width: 10.9vw;
  height: 2.7vw;
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--center .provinces-select2 {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .section-car-filter .car-filter--center .provinces-select2 {
    width: 28%;
  }
}
.section-car-filter .car-filter--center .select2-container {
  font-size: 18px;
  font-family: "MyriadPro-Regular";
  line-height: 20px;
}
@media (max-width: 1680px) {
  .section-car-filter .car-filter--center .select2-container {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .section-car-filter .car-filter--center .select2-container {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .section-car-filter .car-filter--center .select2-container {
    font-size: 14px;
  }
}
@media (max-width: 1270px) {
  .section-car-filter .car-filter--center .select2-container {
    font-size: 13px;
  }
}
@media (max-width: 1080px) {
  .section-car-filter .car-filter--center .select2-container {
    height: 57px;
  }
}
@media (max-width: 991px) {
  .section-car-filter .car-filter--center .select2-container {
    height: 52.3027777778px;
  }
}
@media (max-width: 768px) {
  .section-car-filter .car-filter--center .select2-container {
    height: 40.5333333333px;
  }
}
@media (max-width: 576px) {
  .section-car-filter .car-filter--center .select2-container {
    height: 30.4px;
  }
}
@media (max-width: 480px) {
  .section-car-filter .car-filter--center .select2-container {
    height: 25.3333333333px;
  }
}
@media (max-width: 360px) {
  .section-car-filter .car-filter--center .select2-container {
    height: 19px;
  }
}
.section-car-filter .car-filter--center .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: unset;
  right: 2%;
}
.section-car-filter .car-filter--center .select2-container--default .select2-selection--single {
  background-color: #f6f6f6;
  width: 100%;
  height: 2.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--center .select2-container--default .select2-selection--single {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .section-car-filter .car-filter--center .select2-container--default .select2-selection--single {
    height: 57px;
  }
}
@media (max-width: 991px) {
  .section-car-filter .car-filter--center .select2-container--default .select2-selection--single {
    height: 52.3027777778px;
  }
}
@media (max-width: 768px) {
  .section-car-filter .car-filter--center .select2-container--default .select2-selection--single {
    height: 40.5333333333px;
  }
}
@media (max-width: 576px) {
  .section-car-filter .car-filter--center .select2-container--default .select2-selection--single {
    height: 30.4px;
  }
}
@media (max-width: 480px) {
  .section-car-filter .car-filter--center .select2-container--default .select2-selection--single {
    height: 25.3333333333px;
  }
}
@media (max-width: 360px) {
  .section-car-filter .car-filter--center .select2-container--default .select2-selection--single {
    height: 19px;
  }
}
.section-car-filter .car-filter--center .select2-container--default .select2-results__option {
  width: 10.9vw;
  height: 2.7vw;
}
.section-car-filter .car-filter--center .slider-range {
  padding: 0.5% 0;
  height: 2.7vw;
  width: 41.1vw;
  margin-left: 3vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .section-car-filter .car-filter--center .slider-range {
    width: 70%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section-car-filter .car-filter--center .slider-range {
    width: 72%;
  }
}
.section-car-filter .car-filter--center .slider-range__value {
  margin-bottom: 1%;
}
.section-car-filter .car-filter--center .slider-range__frame {
  max-width: 100%;
  flex: 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.section-car-filter .car-filter--center .slider-range__frame .slider-range__line {
  background: black;
  height: 5px;
  position: absolute;
  left: 0;
  z-index: 1;
  border-radius: 2px;
}
.section-car-filter .car-filter--center .slider-range__frame .slider-range__button {
  background: #01498b;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 3;
}
.section-car-filter .car-filter--center .slider-range__frame input[type=range] {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 4.5px;
  background: #ddd;
  border-radius: 2px;
  outline: none;
  transition: opacity 0.2s;
}
.section-car-filter .car-filter--center .slider-range__frame input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #01498b;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
}
.section-car-filter .car-filter--center .slider-range__frame input[type=range]::-webkit-slider-thumb::after {
  content: "";
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.section-car-filter .car-filter--center .slider-range__frame input[type=range]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1080px) {
  .section-car-filter .car-filter--center #formPrice {
    width: 100%;
  }
  .section-car-filter .car-filter--center .slider-range {
    flex-grow: 1;
  }
}
@media (max-width: 1080px) {
  .section-car-filter .car-filter--bottom {
    margin-top: +40px;
  }
}
@media only screen and (max-width: 768px) {
  .section-car-filter .car-filter--bottom {
    margin-top: +28.4444444444px;
  }
}
@media (max-width: 576px) {
  .section-car-filter .car-filter--bottom {
    margin-top: +21.3333333333px;
  }
}
.section-car-filter .car-filter--bottom .modal-button {
  width: 100%;
  margin-right: 0.15vw;
  background-color: #f6f6f6;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}
@media only screen and (max-width: 1680px) {
  .section-car-filter .car-filter--bottom .modal-button {
    height: calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-car-filter .car-filter--bottom .modal-button {
    height: calculatorPixel(55, 1368)px;
  }
}
.section-car-filter .car-filter--bottom .modal-button:focus {
  outline: none;
  border: 0;
}
.section-car-filter .car-filter--bottom .modal-button .frame {
  display: flex;
  align-items: center;
}
.section-car-filter .car-filter--bottom .modal-button .frame img {
  padding-right: 0.3rem;
}
.section-car-filter .car-filter--bottom .modal-button .frame p {
  color: black;
  line-height: 1;
}
.section-car-filter .car-filter--bottom .modal-button .frame {
  transition: 0.2s;
  position: relative;
}
.section-car-filter .car-filter--bottom .modal-button .frame::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -30%;
  left: 0;
  background-color: #01498b;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-car-filter .car-filter--bottom .modal-button:hover .frame::after {
  width: 100%;
}

.overlay-filter {
  display: none;
  background: #f8f8f8;
  max-height: 80%;
  z-index: 5;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter {
    padding-right: calculatorPixel(50, 1680)px;
    padding-left: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter {
    padding-right: calculatorPixel(50, 1368)px;
    padding-left: calculatorPixel(50, 1368)px;
  }
}
.overlay-filter {
  padding-bottom: 35px;
  padding-top: 35px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter {
    padding-bottom: calculatorPixel(35, 1680)px;
    padding-top: calculatorPixel(35, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter {
    padding-bottom: calculatorPixel(35, 1368)px;
    padding-top: calculatorPixel(35, 1368)px;
  }
}
.overlay-filter .row-filter {
  display: grid;
  grid-template-columns: 20% 80%;
  margin-top: +60px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter .row-filter {
    margin-top: +calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter .row-filter {
    margin-top: +calculatorPixel(60, 1368)px;
  }
}
@media (max-width: 480px) {
  .overlay-filter .row-filter {
    display: flex;
    flex-wrap: wrap;
  }
}
.overlay-filter .row-filter:first-child {
  margin-top: 0;
}
.overlay-filter .row-filter__title {
  font-family: "MyriadPro-Regular";
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 480px) {
  .overlay-filter .row-filter__title {
    max-width: 100%;
    flex: 1 100%;
  }
}
.overlay-filter .row-filter__content {
  margin-top: -30px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter .row-filter__content {
    margin-top: -calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter .row-filter__content {
    margin-top: -calculatorPixel(30, 1368)px;
  }
}
.overlay-filter .row-filter__content {
  margin-bottom: -30px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter .row-filter__content {
    margin-bottom: -calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter .row-filter__content {
    margin-bottom: -calculatorPixel(30, 1368)px;
  }
}
.overlay-filter .row-filter__content .item {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter .row-filter__content .item {
    padding-bottom: calculatorPixel(30, 1680)px;
    padding-top: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter .row-filter__content .item {
    padding-bottom: calculatorPixel(30, 1368)px;
    padding-top: calculatorPixel(30, 1368)px;
  }
}
.overlay-filter .row-filter__content .item .col-filter {
  display: flex;
  align-items: center;
}
.overlay-filter .row-filter__content .item .col-filter .symbol {
  border: 1px solid #333333;
  border-radius: 50%;
  position: relative;
  width: 20px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter .row-filter__content .item .col-filter .symbol {
    width: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter .row-filter__content .item .col-filter .symbol {
    width: calculatorPixel(20, 1368)px;
  }
}
.overlay-filter .row-filter__content .item .col-filter .symbol {
  height: 20px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter .row-filter__content .item .col-filter .symbol {
    height: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter .row-filter__content .item .col-filter .symbol {
    height: calculatorPixel(20, 1368)px;
  }
}
.overlay-filter .row-filter__content .item .col-filter .symbol {
  line-height: 68px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter .row-filter__content .item .col-filter .symbol {
    line-height: calculatorPixel(68, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter .row-filter__content .item .col-filter .symbol {
    line-height: calculatorPixel(68, 1368)px;
  }
}
.overlay-filter .row-filter__content .item .col-filter .symbol {
  vertical-align: middle;
  text-align: center;
  margin-right: 1rem;
}
.overlay-filter .row-filter__content .item .col-filter .symbol img {
  vertical-align: middle;
  max-width: 60%;
  display: none;
}
.overlay-filter .row-filter__content .item .col-filter .name {
  color: #333333;
  font-family: "MyriadPro-Regular";
  text-align: center;
}
.overlay-filter .row-filter__content .item .col-filter .name2 {
  color: #333333;
  font-family: "MyriadPro-Regular";
  text-align: center;
  width: 100px;
  margin-left: -30px;
}
.overlay-filter .row-filter__content .item .col-filter.active .symbol::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter .row-filter__content .item .col-filter.active .symbol::before {
    width: calculatorPixel(14, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter .row-filter__content .item .col-filter.active .symbol::before {
    width: calculatorPixel(14, 1368)px;
  }
}
.overlay-filter .row-filter__content .item .col-filter.active .symbol::before {
  height: 14px;
}
@media only screen and (max-width: 1680px) {
  .overlay-filter .row-filter__content .item .col-filter.active .symbol::before {
    height: calculatorPixel(14, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .overlay-filter .row-filter__content .item .col-filter.active .symbol::before {
    height: calculatorPixel(14, 1368)px;
  }
}
.overlay-filter .row-filter__content .item .col-filter.active .symbol::before {
  border-radius: 50%;
  background-color: #01498b;
}

.btn-join:focus {
  outline: none;
}

.row_pre-order.mobile {
  display: none;
  text-align: right;
  margin-bottom: +40px;
}
@media only screen and (max-width: 1680px) {
  .row_pre-order.mobile {
    margin-bottom: +calculatorPixel(40, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .row_pre-order.mobile {
    margin-bottom: +calculatorPixel(40, 1368)px;
  }
}
@media (max-width: 1080px) {
  .row_pre-order.mobile {
    display: block;
  }
}

.pre-order {
  height: 49.5px;
}
@media only screen and (max-width: 1680px) {
  .pre-order {
    height: calculatorPixel(49.5, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .pre-order {
    height: calculatorPixel(49.5, 1368)px;
  }
}
.pre-order {
  line-height: 49.5px;
}
@media only screen and (max-width: 1680px) {
  .pre-order {
    line-height: calculatorPixel(49.5, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .pre-order {
    line-height: calculatorPixel(49.5, 1368)px;
  }
}
.pre-order {
  padding-right: 49.5px;
  padding-left: 49.5px;
}
@media only screen and (max-width: 1680px) {
  .pre-order {
    padding-right: calculatorPixel(49.5, 1680)px;
    padding-left: calculatorPixel(49.5, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .pre-order {
    padding-right: calculatorPixel(49.5, 1368)px;
    padding-left: calculatorPixel(49.5, 1368)px;
  }
}
.pre-order {
  margin-right: 0.15vw;
  border: 2px solid #01498b;
  background-color: #01498b;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  color: white;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.pre-order:hover {
  color: #01498b;
  background-color: #f6f6f6;
}
@media (max-width: 1080px) {
  .pre-order.desktop {
    display: none;
  }
}

@media only screen and (max-width: 1080px) {
  .section-car-filter-content .list-car {
    display: none;
  }
}
.section-car-filter-content .list-car {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 5.5% 0;
}
.section-car-filter-content .list-car__item {
  max-width: 24%;
  flex: 1 24%;
  position: relative;
  height: 0;
  padding-bottom: 14%;
}
.section-car-filter-content .list-car__item .list-car__link {
  width: 65%;
  position: absolute;
  padding-bottom: 5%;
}
.section-car-filter-content .list-car__item .list-car__link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0%;
  left: 0;
  background-color: #01498b;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-car-filter-content .list-car__item .list-car__link .list-car__img {
  width: 100%;
  height: auto;
}
.section-car-filter-content .list-car__item .list-car__link .list-car__title {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  color: black;
}
.section-car-filter-content .list-car__item:hover .list-car__link::after {
  width: 100%;
}
.section-car-filter-content .list-car .active .list-car__link::after {
  width: 100%;
}
.section-car-filter-content .list-car-mobile {
  display: none;
  margin-top: 8%;
}
@media only screen and (max-width: 1080px) {
  .section-car-filter-content .list-car-mobile {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 6%;
  }
  .section-car-filter-content .list-car-mobile img {
    max-width: 100%;
  }
  .section-car-filter-content .list-car-mobile > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-car-filter-content .list-car-mobile .swiper-container {
  padding-bottom: 20px;
  margin-left: -20px;
  margin-right: 30px;
  width: 120%;
}
@media only screen and (max-width: 992px) {
  .section-car-filter-content .list-car-mobile .swiper-container {
    margin-right: 10px;
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-filter-content .list-car-mobile .swiper-container {
    margin-right: 10px;
    width: 120%;
  }
}
.section-car-filter-content .list-car-mobile .swiper-container .swiper-slide {
  width: 200px !important;
}
.section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__img {
  width: 80%;
  display: table;
  margin: 0 auto;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 992px) {
  .section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__img {
    width: 70%;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__img {
    width: 60%;
  }
}
.section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__title {
  color: #000;
  margin-left: 0%;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__title {
    font-size: 12px;
  }
}
.section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__title span {
  transition: 0.3s;
  position: relative;
}
.section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__title span::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -55%;
  left: 0;
  background-color: #01498b;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 1080px) {
  .section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__title span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__title span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .list-car__title span {
    font-size: 12px;
  }
}
.section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link:hover span::after {
  width: 100%;
}
.section-car-filter-content .list-car-mobile .swiper-container .swiper-slide .list-car__link .active span::after {
  width: 100%;
}

.car-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.5%;
}
@media only screen and (max-width: 1080px) {
  .car-detail {
    margin: 8% 0;
  }
}
.car-detail__image {
  max-width: 65%;
  flex: 1 65%;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 1680px) {
  .car-detail__image {
    padding-bottom: calculatorPixel(100, 1680)px;
    padding-top: calculatorPixel(100, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .car-detail__image {
    padding-bottom: calculatorPixel(100, 1368)px;
    padding-top: calculatorPixel(100, 1368)px;
  }
}
@media (max-width: 1080px) {
  .car-detail__image {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .car-detail__image {
    padding-bottom: 42.6666666667px;
    padding-top: 42.6666666667px;
  }
}
@media (max-width: 576px) {
  .car-detail__image {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.car-detail__image {
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .car-detail__image {
    max-width: 100%;
    flex: 1 100%;
  }
}
.car-detail__image .swiper-slide {
  margin: auto 0;
}
.car-detail__image .car-detail__background {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  background-color: #f6f6f6;
}
.car-detail__image .car-detail__frame {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.car-detail__image .car-detail__frame img {
  width: 80%;
  height: auto;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.car-detail__image .car-detail__frame img:hover {
  transform: scale(1.1);
}
.car-detail__info {
  max-width: 33%;
  flex: 1 33%;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info {
    max-width: 100%;
    flex: 1 100%;
    margin-top: 10%;
  }
}
.car-detail__info .info-title {
  margin-bottom: 3.5%;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info .info-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .car-detail__info .info-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .car-detail__info .info-title {
    font-size: 20px;
  }
}
.car-detail__info .info-equip {
  display: flex;
  justify-content: start;
  margin-bottom: 3.5%;
}
.car-detail__info .info-equip__item {
  margin-right: 2%;
  display: flex;
  align-items: center;
}
.car-detail__info .info-equip__item img {
  margin-right: 3%;
  width: 19%;
  height: auto;
  margin-top: -2%;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info .info-equip__item span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .car-detail__info .info-equip__item span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .car-detail__info .info-equip__item span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .car-detail__info .info-equip__item span {
    font-size: 12px;
  }
}
.car-detail__info .info-color {
  display: flex;
  margin-bottom: 3.5%;
}
.car-detail__info .info-color__item {
  text-decoration: none;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 50%;
  margin-right: 5%;
  border: 0.2vw solid #e1e1e1;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info .info-color__item {
    width: 2.5vw;
    height: 2.5vw;
    border: 0.1vw solid #bdbdbd;
  }
}
@media only screen and (max-width: 480px) {
  .car-detail__info .info-color__item {
    width: 4vw !important;
    height: 4vw !important;
  }
}
.car-detail__info .info-color__item:hover {
  border: 0.2vw solid #bdbdbd;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info .info-color__item:hover {
    border: 0.3vw solid #bdbdbd;
  }
}
.car-detail__info .info-color .active {
  border: 0.3vw solid #bdbdbd;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info .info-color .active {
    border: 0.5vw solid #bdbdbd;
  }
}
@media only screen and (max-width: 480px) {
  .car-detail__info .info-color .active {
    border: 0.7vw solid #bdbdbd;
  }
}
.car-detail__info .info-color .swiper-slide {
  width: auto;
}
.car-detail__info .info-option {
  margin-bottom: 8.5%;
}
.car-detail__info .info-option__item {
  margin-bottom: 3.5%;
}
.car-detail__info .info-option__item .info-option-title a {
  font-weight: lighter;
  color: black;
}
.car-detail__info .info-option__item .info-option-title a:hover {
  color: #01498b;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info .info-option__item .info-option-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .car-detail__info .info-option__item .info-option-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .car-detail__info .info-option__item .info-option-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .car-detail__info .info-option__item .info-option-title {
    font-size: 15px;
  }
}
.car-detail__info .info-option__item .info-option-price {
  color: red;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info .info-option__item .info-option-price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .car-detail__info .info-option__item .info-option-price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .car-detail__info .info-option__item .info-option-price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .car-detail__info .info-option__item .info-option-price {
    font-size: 12px;
  }
}
.car-detail__info .info-option__item:last-child {
  margin-bottom: 0;
}
.car-detail__info .info-other {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2%;
}
.car-detail__info .info-other__item a {
  text-decoration: underline;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info .info-other__item a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .car-detail__info .info-other__item a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .car-detail__info .info-other__item a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .car-detail__info .info-other__item a {
    font-size: 12px;
  }
}
.car-detail__info .info-button {
  width: 100%;
  border: 2px solid #01498b;
  background-color: #01498b;
  color: white;
  padding: 2.5% 0;
  margin-bottom: 2%;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  box-sizing: border-box;
}
.car-detail__info .info-button a {
  color: white;
}
@media only screen and (max-width: 1080px) {
  .car-detail__info .info-button a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .car-detail__info .info-button a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .car-detail__info .info-button a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .car-detail__info .info-button a {
    font-size: 12px;
  }
}
.car-detail__info .info-button:hover {
  color: #01498b;
  background-color: #f6f6f6;
}
.car-detail__info .info-button:hover a {
  color: #01498b;
}
.car-detail__info .info-hotline {
  text-align: center;
  color: #b2b2b2;
}

.related-cars {
  flex-wrap: wrap;
}
.related-cars__image {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1080px) {
  .related-cars__image {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 768px) {
  .related-cars__image {
    margin-bottom: +21.3333333333px;
  }
}
@media (max-width: 576px) {
  .related-cars__image {
    margin-bottom: +16px;
  }
}
.related-cars__info {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1080px) {
  .related-cars {
    margin-top: +70px;
  }
}
@media only screen and (max-width: 768px) {
  .related-cars {
    margin-top: +49.7777777778px;
  }
}
@media (max-width: 576px) {
  .related-cars {
    margin-top: +37.3333333333px;
  }
}
@media only screen and (max-width: 1080px) {
  .related-cars__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .related-cars__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .related-cars__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .related-cars .list-related-cars {
    display: none;
  }
}
.related-cars .list-related-cars {
  display: flex;
  justify-content: space-between;
}
.related-cars .list-related-cars__item {
  flex: 1;
}
.related-cars .list-related-cars__item .list-related-cars__link .list-related-cars__img {
  width: 60%;
  height: auto;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.related-cars .list-related-cars__item .list-related-cars__link .list-related-cars__img:hover {
  transform: scale(1.1);
}
.related-cars .list-related-cars__item .list-related-cars__link .list-related-cars__title {
  color: #808080;
  margin-bottom: 3.5%;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.related-cars .list-related-cars__item .list-related-cars__link .list-related-cars__title:hover {
  color: #01498b;
}
.related-cars .list-related-cars__item .list-related-cars__link .list-related-cars__viewmore {
  color: #01498b;
}
.related-cars .list-car-relate-mobile {
  display: none;
  margin-top: 8%;
}
@media only screen and (max-width: 1080px) {
  .related-cars .list-car-relate-mobile {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .related-cars .list-car-relate-mobile img {
    max-width: 100%;
  }
  .related-cars .list-car-relate-mobile > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .related-cars .list-car-relate-mobile .swiper-container {
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .related-cars .list-car-relate-mobile .swiper-container {
    margin-right: 10px;
    width: 80%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 992px) {
  .related-cars .list-car-relate-mobile .swiper-container {
    margin-right: 10px;
    width: 150%;
  }
}
@media only screen and (max-width: 1080px) {
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide {
    width: 200px !important;
  }
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .list-car__title {
    color: #000;
    margin-left: 10%;
    font-size: 20px;
  }
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .bottom-line {
    border: 1px solid #01498b;
    width: 70%;
    margin-left: 5%;
    display: none;
  }
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .bottom-line:hover {
    display: block;
    transition: 0.2s;
  }
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .bottom-line.active {
    display: block;
  }
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .list-related-cars__img {
    width: 80%;
    height: auto;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .list-related-cars__img:hover {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .list-related-cars__img {
    width: 60%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 992px) {
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .list-related-cars__img {
    width: 70%;
  }
}
@media only screen and (max-width: 1080px) {
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .list-related-cars__title {
    color: #666666;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .list-related-cars__title:hover {
    color: #01498b;
  }
  .related-cars .list-car-relate-mobile .swiper-container .swiper-slide .list-car__link .list-related-cars__viewmore {
    margin-top: -15px !important;
    color: #01498b;
  }
}

@media only screen and (max-width: 1080px) {
  #page-wrap {
    padding: 0;
  }
}
.section-step-menu-car-selection {
  padding-top: 50px;
}
@media only screen and (max-width: 1680px) {
  .section-step-menu-car-selection {
    padding-top: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-step-menu-car-selection {
    padding-top: calculatorPixel(50, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-car-selection {
    background-color: #f6f6f6;
    padding-top: 0;
  }
}
.section-step-menu-car-selection {
  margin: 0% 0 2%;
}
.section-step-menu-car-selection .step-menu {
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-car-selection .step-menu {
    background-color: transparent;
    margin-bottom: 0;
  }
  .section-step-menu-car-selection .step-menu .step-menu__item {
    display: none;
  }
  .section-step-menu-car-selection .step-menu .active {
    display: block;
  }
}
.section-step-menu-car-selection .step-menu__item {
  max-width: 33.33%;
  flex: 1 33.33%;
  text-align: center;
  padding: 0.8% 0;
  cursor: pointer;
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-car-selection .step-menu__item {
    padding: 3% 0;
    margin-left: 0%;
    font-size: 28px;
    max-width: 100%;
    text-align: left;
    flex: 1 100%;
  }
}
@media only screen and (max-width: 992px) {
  .section-step-menu-car-selection .step-menu__item {
    margin-left: -1%;
    padding: 4% 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-step-menu-car-selection .step-menu__item {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 600px) {
  .section-step-menu-car-selection .step-menu__item {
    margin-left: 5.5%;
  }
}
.section-step-menu-car-selection .step-menu__item a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
}
.section-step-menu-car-selection .step-menu__item a::after {
  content: "";
  height: 2px;
  width: 0%;
  bottom: -70%;
  left: 0;
  background-color: #01498b;
  position: absolute;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-car-selection .step-menu__item a::after {
    display: none;
  }
}
.section-step-menu-car-selection .step-menu .active a::after,
.section-step-menu-car-selection .step-menu .step-menu__item:hover a::after {
  width: 100%;
}

.section-car-selection-content .car-selection-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content {
    margin-bottom: +90px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-car-selection-content .car-selection-content {
    margin-bottom: +64px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-car-selection-content .car-selection-content {
    margin-bottom: +48px;
  }
}
@media (max-width: 758px) {
  .section-car-selection-content .car-selection-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-car-selection-content .car-selection-content__left {
  max-width: 63%;
  flex: 1 63%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__left {
    max-width: 100%;
    flex: 1 100%;
  }
}
.section-car-selection-content .car-selection-content__left .frames {
  position: relative;
  justify-content: start;
  margin: 5.5% 0;
}
.section-car-selection-content .car-selection-content__left .frames .list-cars .list-items .list-img {
  width: 65%;
  height: auto;
  display: table;
  margin: 0 auto;
}
.section-car-selection-content .car-selection-content__left .frames .list-cars .list-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-car-selection-content .car-selection-content__left .frames .list-cars:hover .list-car__link::after {
  width: 100%;
}
.section-car-selection-content .car-selection-content__left .frames .active .list-items::after {
  width: 100%;
}
.section-car-selection-content .car-selection-content__left .info-equip {
  margin: 0 auto 2%;
  display: flex;
  justify-content: center;
  margin-bottom: 3.5%;
  width: 50%;
}
.section-car-selection-content .car-selection-content__left .info-equip__item {
  margin-right: 2%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.section-car-selection-content .car-selection-content__left .info-equip__item img {
  margin-right: 3%;
  width: 15%;
  height: auto;
  margin-top: -2%;
}
.section-car-selection-content .car-selection-content__left .info-equip__item span {
  white-space: pre;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__left .info-equip__item span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-selection-content .car-selection-content__left .info-equip__item span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-selection-content .car-selection-content__left .info-equip__item span {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .section-car-selection-content .car-selection-content__left .info-equip {
    width: 65%;
  }
  .section-car-selection-content .car-selection-content__left .info-equip__item {
    margin-right: 4%;
  }
}
@media (max-width: 576px) and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__left .info-equip__item img {
    width: 25px;
  }
}
@media (max-width: 576px) and (max-width: 991px) {
  .section-car-selection-content .car-selection-content__left .info-equip__item img {
    width: 22.9398148148px;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .section-car-selection-content .car-selection-content__left .info-equip__item img {
    width: 17.7777777778px;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .section-car-selection-content .car-selection-content__left .info-equip__item img {
    width: 13.3333333333px;
  }
}
@media (max-width: 576px) and (max-width: 480px) {
  .section-car-selection-content .car-selection-content__left .info-equip__item img {
    width: 11.1111111111px;
  }
}
@media (max-width: 576px) and (max-width: 360px) {
  .section-car-selection-content .car-selection-content__left .info-equip__item img {
    width: 8.3333333333px;
  }
}
.section-car-selection-content .car-selection-content__left .button {
  margin: 0 auto;
  width: 7%;
  padding-bottom: 3.5%;
  height: 0;
  position: relative;
  cursor: pointer;
}
.section-car-selection-content .car-selection-content__left .button img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-car-selection-content .car-selection-content__left .button img:hover {
  transform: scale(1.1);
}
.section-car-selection-content .car-selection-content__right {
  max-width: 36.5%;
  flex: 1 36.5%;
  background-color: #f6f6f6;
  padding: 1.3% 2%;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right {
    max-width: 100%;
    flex: 1 100%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-car-selection-content .car-selection-content__right {
    padding-bottom: 28.4444444444px;
    padding-top: 28.4444444444px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-car-selection-content .car-selection-content__right {
    padding-bottom: 21.3333333333px;
    padding-top: 21.3333333333px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-car-selection-content .car-selection-content__right {
    padding-right: 42.6666666667px;
    padding-left: 42.6666666667px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-car-selection-content .car-selection-content__right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-car-selection-content .car-selection-content__right {
    margin-bottom: +21.3333333333px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-car-selection-content .car-selection-content__right {
    margin-bottom: +16px;
  }
}
.section-car-selection-content .car-selection-content__right .title__row {
  font-weight: 500;
  color: #292929;
}
.section-car-selection-content .car-selection-content__right .car-version {
  margin-bottom: 2.5%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-car-selection-content .car-selection-content__right .car-version__select {
  display: flex;
  align-items: center;
  max-width: 50%;
  flex: 1 50%;
}
.section-car-selection-content .car-selection-content__right .car-version__select i {
  margin-left: 8%;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .car-version__select {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-selection-content .car-selection-content__right .car-version__select {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-selection-content .car-selection-content__right .car-version__select {
    font-size: 18px;
  }
}
.section-car-selection-content .car-selection-content__right .car-version__viewdetail {
  text-decoration: underline;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .car-version__viewdetail {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-selection-content .car-selection-content__right .car-version__viewdetail {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-selection-content .car-selection-content__right .car-version__viewdetail {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .section-car-selection-content .car-selection-content__right .car-version {
    display: inline-block;
  }
  .section-car-selection-content .car-selection-content__right .car-version__select {
    flex: 1 100%;
    max-width: 100%;
  }
}
.section-car-selection-content .car-selection-content__right .car-version__list {
  height: 0;
  overflow: hidden;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-car-selection-content .car-selection-content__right .car-version__list .car-version__item {
  padding: 2% 4%;
  background-color: white;
  margin-bottom: 2%;
}
.section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a {
  display: flex;
  justify-content: space-between;
  transition: width 600ms ease-out, height 600ms ease-out;
}
.section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a .car-version__title {
  color: black;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a .car-version__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a .car-version__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a .car-version__title {
    font-size: 15px;
  }
}
.section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a .car-version__price {
  color: black;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a .car-version__price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a .car-version__price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a .car-version__price {
    font-size: 15px;
  }
}
.section-car-selection-content .car-selection-content__right .car-version__list .car-version__item a:hover .car-version__title {
  color: #01498b;
}
.section-car-selection-content .car-selection-content__right .gray-line {
  margin-top: 2.5%;
}
.section-car-selection-content .car-selection-content__right .select-color__title {
  margin: 3.5% 0 4.5%;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .select-color__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-selection-content .car-selection-content__right .select-color__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-selection-content .car-selection-content__right .select-color__title {
    font-size: 20px;
  }
}
.section-car-selection-content .car-selection-content__right .select-color .info-color {
  display: flex;
  margin-bottom: 4.5%;
}
.section-car-selection-content .car-selection-content__right .select-color .info-color__item {
  width: 1.2vw !important;
  height: 1.2vw !important;
  border-radius: 50%;
  margin-right: 5%;
  border: 0.2vw solid #e1e1e1;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .select-color .info-color__item {
    width: 3vw !important;
    height: 3vw !important;
    border: 0.1vw solid #bdbdbd;
  }
}
@media only screen and (max-width: 480px) {
  .section-car-selection-content .car-selection-content__right .select-color .info-color__item {
    width: 4vw !important;
    height: 4vw !important;
  }
}
.section-car-selection-content .car-selection-content__right .select-color .info-color__item:hover {
  border: 0.2vw solid #bdbdbd;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .select-color .info-color__item:hover {
    border: 0.3vw solid #bdbdbd;
  }
}
.section-car-selection-content .car-selection-content__right .select-color .info-color .active {
  border: 0.2vw solid #bdbdbd;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .select-color .info-color .active {
    border: 0.5vw solid #bdbdbd;
  }
}
@media only screen and (max-width: 480px) {
  .section-car-selection-content .car-selection-content__right .select-color .info-color .active {
    border: 0.7vw solid #bdbdbd;
  }
}
.section-car-selection-content .car-selection-content__right .select-color .info-color .swiper-slide {
  width: auto;
}
.section-car-selection-content .car-selection-content__right .select-equip {
  margin-bottom: 5.5%;
}
.section-car-selection-content .car-selection-content__right .select-equip__title {
  margin-bottom: 3.5%;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .select-equip__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-selection-content .car-selection-content__right .select-equip__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-selection-content .car-selection-content__right .select-equip__title {
    font-size: 20px;
  }
}
.section-car-selection-content .car-selection-content__right .select-equip__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item {
  max-width: 25%;
  flex: 1 25%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item {
    flex: 1 33.333336%;
    max-width: 33.333336%;
  }
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .frame {
  width: 100%;
  height: 0;
  padding-bottom: 73%;
  position: relative;
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .frame img:hover {
  transform: scale(1.1);
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame {
  margin-top: +10px;
}
@media only screen and (max-width: 1680px) {
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame {
    margin-top: +calculatorPixel(10, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame {
    margin-top: +calculatorPixel(10, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame {
    margin-top: +10px;
  }
}
@media only screen and (max-width: 768px) {
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame {
    margin-top: +7.1111111111px;
  }
}
@media (max-width: 576px) {
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame {
    margin-top: +5.3333333333px;
  }
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame .cframe {
  position: relative;
  width: 20px;
  margin-right: 7px;
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame .cframe input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 45%;
  width: 70%;
  z-index: 2;
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame .cframe input:hover ~ .checkmark {
  background-color: #ccc;
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame .cframe input:checked ~ .checkmark:after {
  top: 2%;
  left: 0;
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame .cframe .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  max-width: 15px;
  max-height: 15px;
  border: 0.5px solid #ccc;
  background-color: #eee;
  overflow: hidden;
}
.section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame .cframe .checkmark::after {
  content: "";
  background-image: url("../images/business/brand-detail/check-mark.png");
  background-repeat: no-repeat;
  position: absolute;
  transition: 0.2s;
  background-size: 100%;
  left: -130%;
  top: -20%;
  height: 12px;
  width: 12px;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame label {
    font-size: 20px;
  }
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame label > span {
    font-weight: bold;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-selection-content .car-selection-content__right .select-equip__list .select-equip__item .checkbox-frame label {
    font-size: 12px;
  }
}
.section-car-selection-content .car-selection-content__right .select-button {
  appearance: none;
  -webkit-appearance: none;
  opacity: 1;
  -moz-appearance: none;
  width: 100%;
  border: 2px solid #01498b;
  background-color: #01498b;
  color: white;
  padding: 2.5% 0;
  margin-bottom: 3.5%;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .section-car-selection-content .car-selection-content__right .select-button {
    font-size: 20px;
    margin-bottom: 0;
    padding: 2% 0;
  }
}
@media only screen and (max-width: 992px) {
  .section-car-selection-content .car-selection-content__right .select-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-car-selection-content .car-selection-content__right .select-button {
    font-size: 15px;
  }
}
.section-car-selection-content .car-selection-content__right .select-button a {
  color: white;
}
.section-car-selection-content .car-selection-content__right .select-button:hover {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid #01498b;
  color: #01498b;
  background-color: #f6f6f6;
}
.section-car-selection-content .car-selection-content__right .select-button:hover a {
  color: #01498b;
}

@media only screen and (max-width: 1080px) {
  #page-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-pre-order .container-remake {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .section-step-menu-pre-order {
    padding-top: 0;
  }
}
.section-step-menu-pre-order {
  margin: 1.8% 0 2%;
}
.section-step-menu-pre-order .step-menu {
  display: flex;
  background-color: #f6f6f6;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-pre-order .step-menu {
    margin-top: -2%;
  }
  .section-step-menu-pre-order .step-menu .item-1, .section-step-menu-pre-order .step-menu .item-3 {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .section-step-menu-pre-order .step-menu {
    margin-top: -2%;
  }
}
.section-step-menu-pre-order .step-menu__item {
  max-width: 33.33%;
  flex: 1 33.33%;
  text-align: center;
  padding: 0.8% 0;
  cursor: pointer;
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-pre-order .step-menu__item {
    padding: 3% 0;
    margin-left: 4.8%;
    font-size: 28px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .section-step-menu-pre-order .step-menu__item {
    margin-left: 6%;
    font-size: 25px;
    padding: 4% 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-step-menu-pre-order .step-menu__item {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .section-step-menu-pre-order .step-menu__item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 400px) {
  .section-step-menu-pre-order .step-menu__item {
    margin-left: 7.5%;
    font-size: 15px;
  }
}
.section-step-menu-pre-order .step-menu__item span {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.section-step-menu-pre-order .step-menu__item span::after {
  content: "";
  height: 2px;
  width: 0%;
  bottom: -70%;
  left: 0;
  background-color: #01498b;
  position: absolute;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-pre-order .step-menu__item span::after {
    display: none;
  }
}
.section-step-menu-pre-order .step-menu .active span::after, .section-step-menu-pre-order .step-menu .step-menu__item:hover span::after {
  width: 100%;
}

.section-pre-order-content .pre-order-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
}
.section-pre-order-content .pre-order-content__left {
  max-width: 60%;
  flex: 1 60%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left {
    max-width: 100%;
    flex: 1 100%;
  }
}
.section-pre-order-content .pre-order-content__left .select-provinces__title {
  margin-bottom: 3%;
}
.section-pre-order-content .pre-order-content__left .select-provinces .provinces-select2 {
  width: 48%;
  height: 2.2vw;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-provinces .provinces-select2 {
    width: 100%;
  }
}
.section-pre-order-content .pre-order-content__left .select-provinces .select2-container {
  font-family: "MyriadPro-Regular";
  font-size: 15px;
}
@media (max-width: 1680px) {
  .section-pre-order-content .pre-order-content__left .select-provinces .select2-container {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .section-pre-order-content .pre-order-content__left .select-provinces .select2-container {
    font-size: 13px;
  }
}
@media (max-width: 1264px) {
  .section-pre-order-content .pre-order-content__left .select-provinces .select2-container {
    font-size: 12px;
  }
}
.section-pre-order-content .pre-order-content__left .select-provinces .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: unset;
  right: 2%;
}
.section-pre-order-content .pre-order-content__left .select-provinces .select2-container--default .select2-selection--single {
  background-color: #f6f6f6;
  height: 2.2vw;
  padding-left: 4%;
  display: flex;
  justify-content: start;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-provinces .select2-container--default .select2-selection--single {
    width: 100%;
    height: 6vw;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pre-order-content .pre-order-content__left .select-provinces .select2-container--default .select2-selection--single {
    height: 8vw;
    font-size: 15px;
  }
}
.section-pre-order-content .pre-order-content__left .select-provinces .select2-container--default .select2-results__option {
  width: 10.9vw;
  height: 2.7vw;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-provinces .select2-container--default .select2-results__option {
    height: 6vw;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pre-order-content .pre-order-content__left .select-provinces .select2-container--default .select2-results__option {
    height: 8vw;
    font-size: 12px;
  }
}
.section-pre-order-content .pre-order-content__left .select-promotions {
  margin: 3% 0;
}
.section-pre-order-content .pre-order-content__left .select-promotions__title {
  margin-bottom: 3%;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list {
    display: none;
  }
}
.section-pre-order-content .pre-order-content__left .select-promotions__list {
  display: flex;
  justify-content: start;
  align-items: center;
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item {
  max-width: 18%;
  flex: 1 18%;
  margin-right: 1%;
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .frame {
  width: 100%;
  height: 0;
  padding-bottom: 73%;
  position: relative;
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .frame img:hover {
  transform: scale(1.1);
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .custom-control .custom-control-label {
  margin-left: 0.2rem;
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .custom-control .custom-control-label::before {
  width: 14px;
  height: 14px;
  border: #a6a6a6 solid 1px;
  border-radius: unset !important;
  top: 13%;
  left: -1.5rem;
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .custom-control .custom-control-label::after {
  top: 13%;
  left: -1.5rem;
  background: no-repeat 70%/70% 75%;
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .custom-control .custom-control-label a {
  color: #1c76c3;
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .custom-control-input:focus {
  outline: none;
  box-shadow: unset !important;
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/checked.png");
}
.section-pre-order-content .pre-order-content__left .select-promotions__list .select-promotions__item .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.section-pre-order-content .pre-order-content__left .select-promotions__list-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile {
    display: block;
  }
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .frame {
    width: 100%;
  }
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .frame img {
    width: 100%;
  }
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content {
    display: flex;
    padding-left: 3.3%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content {
    padding-left: 8%;
  }
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left {
    max-width: 2%;
    flex: 1 2%;
  }
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label::before {
    width: 24px;
    height: 24px;
    border: #a6a6a6 solid 1px;
    border-radius: unset !important;
    top: 13%;
    left: -2rem;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 992px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label::before {
    width: 24px;
    height: 24px;
    left: -1.6rem;
    top: 11%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label::before {
    width: 27px;
    height: 27px;
    left: -2rem;
    top: 8%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label::before {
    width: 24px;
    height: 24px;
    left: -1.4rem;
  }
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label::after {
    top: 16%;
    left: -1.55rem;
    background: no-repeat 110%/110% 115%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 992px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label::after {
    left: -1.2rem;
    top: 14.5%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label::after {
    left: -1.2rem;
    top: 16%;
    background: no-repeat 100%/100% 105%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 400px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label::after {
    left: -2rem;
    top: 16%;
    background: no-repeat 100%/100% 105%;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label::after {
    left: -1.5rem;
    top: 15.5%;
  }
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .left .custom-control-label a {
    color: #1c76c3;
  }
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .custom-control-input:focus {
    outline: none;
    box-shadow: unset !important;
  }
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../images/checked.png");
  }
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .content .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
  }
  .section-pre-order-content .pre-order-content__left .select-promotions__list-mobile .select-promotions__item-mobile .right {
    max-width: 98%;
    flex: 1 98%;
    margin-left: 10px;
  }
}
.section-pre-order-content .pre-order-content__left .select-deposit {
  margin: 3% 0;
}
.section-pre-order-content .pre-order-content__left .select-deposit__title {
  margin-bottom: 3%;
}
.section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item {
  margin-top: 3%;
}
.section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label {
  margin-left: 0.2rem;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label {
    font-weight: bold;
    font-family: "MyriadPro-Cond";
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 992px) {
  .section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label {
    line-height: 2;
  }
}
.section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label::before {
  width: 14px;
  height: 14px;
  border: #a6a6a6 solid 1px;
  border-radius: unset !important;
  top: 4%;
  left: -1.5rem;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label::before {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label::before {
    margin-left: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label::before {
    margin-left: -4px;
  }
}
.section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label::after {
  top: 4%;
  left: -1.5rem;
  background: no-repeat 70%/70% 75%;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label::after {
    top: 16%;
    left: -1.1rem;
    background: no-repeat 110%/110% 115%;
  }
}
@media only screen and (max-width: 992px) {
  .section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label::after {
    margin-left: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label::after {
    margin-left: -4px;
  }
}
.section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control .custom-control-label a {
  color: #1c76c3;
}
.section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control-input:focus {
  outline: none;
  box-shadow: unset !important;
}
.section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/checked.png");
}
.section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.section-pre-order-content .pre-order-content__left .select-deposit__list .select-deposit__item .select-deposit_desc {
  background-color: #f6f6f6;
  padding: 2% 3.5%;
}
.section-pre-order-content .pre-order-content__right {
  max-width: 36.5%;
  flex: 1 36.5%;
  background-color: #f6f6f6;
  padding: 1.3% 2%;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__right {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__right {
    max-width: 100%;
    flex: 1 100%;
  }
}
.section-pre-order-content .pre-order-content__right .car-selected__image {
  margin: 5% auto 2%;
  width: 80%;
  padding-bottom: 40%;
  position: relative;
}
.section-pre-order-content .pre-order-content__right .car-selected__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-pre-order-content .pre-order-content__right .car-selected__image img:hover {
  transform: scale(1.1);
}
.section-pre-order-content .pre-order-content__right .car-selected__title {
  margin: 3.5% 0;
  color: #2d2d2d;
  font-weight: lighter;
}
.section-pre-order-content .pre-order-content__right .car-selected .specifications__list {
  margin-top: 0.5%;
}
.section-pre-order-content .pre-order-content__right .car-selected .specifications__list .specifications__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.3%;
}
.section-pre-order-content .pre-order-content__right .deposit-price {
  margin: 3.5% 0 4.5%;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__right .deposit-price__title {
    font-family: "MyriadPro-Cond";
    font-weight: bold;
  }
}
.section-pre-order-content .pre-order-content__right .deposit-price__price {
  color: #fe2121;
}
.section-pre-order-content .pre-order-content__right .select-button {
  appearance: none;
  -webkit-appearance: none;
  opacity: 1;
  -moz-appearance: none;
  width: 100%;
  border: 2px solid #01498b;
  background-color: #01498b;
  color: white;
  padding: 2.5% 0;
  margin-bottom: 3.5%;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .section-pre-order-content .pre-order-content__right .select-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section-pre-order-content .pre-order-content__right .select-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pre-order-content .pre-order-content__right .select-button {
    font-size: 15px;
  }
}
.section-pre-order-content .pre-order-content__right .select-button a {
  color: white;
}
.section-pre-order-content .pre-order-content__right .select-button:hover {
  border: 2px solid #01498b;
  color: #01498b;
  background-color: #f6f6f6;
}
.section-pre-order-content .pre-order-content__right .select-button:hover a {
  color: #01498b;
}

.new-business-intro {
  margin-top: 50px;
}
@media (max-width: 1080px) {
  .new-business-intro {
    margin-top: 0;
  }
}
.new-business-intro .new-business-swiper-thumbnail .swiper-wrapper {
  display: flex;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 1080px) {
  .new-business-intro .new-business-swiper-thumbnail .swiper-wrapper {
    overflow-x: scroll;
  }
}
@media (max-width: 480px) {
  .new-business-intro .new-business-swiper-thumbnail .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.new-business-intro .new-business-swiper-thumbnail .swiper-wrapper::after {
  content: "";
  background-color: #01498b;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.new-business-intro .new-business-swiper-thumbnail .swiper-wrapper .swiper-slide {
  flex: 1;
  width: auto !important;
  display: flex;
  justify-content: center;
}
.new-business-intro .new-business-swiper-thumbnail .nav-link {
  height: 113px;
  position: relative;
  border: 0;
  color: #495057;
  width: 100%;
  border: 1px solid transparent;
}
@media (max-width: 1440px) {
  .new-business-intro .new-business-swiper-thumbnail .nav-link {
    height: 80px;
  }
}
@media (max-width: 450px) {
  .new-business-intro .new-business-swiper-thumbnail .nav-link {
    height: 60px;
  }
}
.new-business-intro .new-business-swiper-thumbnail .nav-link:hover {
  border: 1px solid #dee2e6;
  color: #01498b;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .new-business-intro .new-business-swiper-thumbnail .nav-link:hover {
    border: 0;
    margin-bottom: 0;
  }
}
.new-business-intro .new-business-swiper-thumbnail .nav-link img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 60%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .new-business-intro .new-business-swiper-thumbnail .nav-link img {
    height: 60px;
    width: 85%;
  }
}
@media (max-width: 450px) {
  .new-business-intro .new-business-swiper-thumbnail .nav-link img {
    height: 40px;
    max-width: 95%;
  }
}
.new-business-intro .new-business-swiper-thumbnail .nav-link--text {
  height: unset !important;
}
.new-business-intro .new-business-swiper-thumbnail .swiper-slide-thumb-active .nav-link {
  color: #01498b;
  background-color: #fff;
  border-bottom: 3px solid #01498b;
}
@media (max-width: 1080px) {
  .new-business-intro .new-business-swiper-thumbnail .swiper-slide-thumb-active .nav-link {
    margin-bottom: 0;
  }
}
.new-business-intro .product-intro__swiper--pagination .swiper-pagination-bullet-active {
  background: white !important;
  width: 2vw !important;
  border-radius: 0.3vw;
  height: 0.5vw;
  transform: 0.2s;
  transition: 0.2s;
}
.new-business-intro .product-intro__swiper--pagination .swiper-pagination-bullet {
  background: #dbe1df;
  opacity: 1;
  width: 0.5vw;
  height: 0.5vw;
  margin: 0 0.8vw;
  transition: 0.2s;
}
@media (max-width: 991px) {
  .new-business-intro .product-intro__swiper--pagination .swiper-pagination-bullet-active {
    width: 3vw !important;
    height: 1vw;
  }
  .new-business-intro .product-intro__swiper--pagination .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    margin: 0 1.2vw;
  }
}
@media (max-width: 480px) {
  .new-business-intro .product-intro__swiper--pagination .swiper-pagination-bullet-active {
    width: 5vw !important;
    height: 2vw;
  }
  .new-business-intro .product-intro__swiper--pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}
.new-business-intro .new-business-intro-block {
  width: 100%;
  padding-bottom: 28.125%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .new-business-intro .new-business-intro-block {
    height: 460px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  .new-business-intro .new-business-intro-block {
    height: 422.0925925926px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .new-business-intro .new-business-intro-block {
    height: 327.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .new-business-intro .new-business-intro-block {
    height: 245.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .new-business-intro .new-business-intro-block {
    height: 204.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  .new-business-intro .new-business-intro-block {
    height: 153.3333333333px;
  }
}
.new-business-intro .new-business-intro-block:hover .new-business-intro-block__image {
  transform: scale(1.1);
}
.new-business-intro .new-business-intro-block__image {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
}
@media only screen and (min-width: 767px) {
  .new-business-intro .new-business-intro-block__image {
    width: 50%;
  }
}
.new-business-intro .new-business-intro-block__content {
  width: 35.5%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  .new-business-intro .new-business-intro-block__content {
    width: 55%;
    background: rgba(0, 0, 0, 0.568627451);
    padding: 15px 15px 25px 15px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .new-business-intro .new-business-intro-block__content {
    width: 70%;
  }
}
@media (max-width: 580px) {
  .new-business-intro .new-business-intro-block__content {
    width: 90%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.new-business-intro .new-business-intro-block__content .new-business-intro-block__title h2 {
  padding-bottom: 3%;
}
@media only screen and (max-width: 1080px) {
  .new-business-intro .new-business-intro-block__content .new-business-intro-block__title h2 {
    color: white;
  }
}
.new-business-intro .new-business-intro-block__content .new-business-intro-block__desc {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  margin-bottom: 22%;
  color: #fffefe;
  line-height: 1.2;
  padding: 0 !important;
}
@media (max-width: 1680px) {
  .new-business-intro .new-business-intro-block__content .new-business-intro-block__desc {
    margin-bottom: 16%;
  }
}
@media (max-width: 768px) {
  .new-business-intro .new-business-intro-block__content .new-business-intro-block__desc {
    margin-bottom: 3%;
  }
}
.new-business-intro .new-business-intro-block__content .new-business-intro-block__desc * {
  color: white !important;
}
@media only screen and (min-width: 767px) {
  .new-business-intro .new-business-intro-block__content .new-business-intro-block__desc * {
    color: black !important;
  }
}
.new-business-intro .new-business-intro-block__content .new-business-intro-block__desc * {
  background-color: transparent !important;
}
.new-business-intro .new-business-intro-block__content .new-business-intro-block__button {
  padding: 1rem 3rem;
  line-height: 0;
  color: white;
  background-color: #01498b;
  transition: 0.2s;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1024px) {
  .new-business-intro .new-business-intro-block__content .new-business-intro-block__button {
    padding: 0.75rem 2rem;
  }
}
.new-business-intro .new-business-intro-block__content .new-business-intro-block__button:hover {
  color: #01498b;
  background-color: white;
  border: 1px solid #01498b;
}

.new-business-overview {
  margin-top: 2rem;
}
@media (max-width: 1080px) {
  .new-business-overview {
    margin-top: 0;
  }
}
.new-business-overview-title {
  text-transform: uppercase;
}
.new-business-overview-desc {
  line-height: 1.5;
}

.new-business-list-car .nav-item.active {
  border: none;
  background-color: unset;
  color: #01498b;
}
.new-business-list-car .nav-item.active::after {
  background-color: #01498b;
}

.direction-business i {
  color: #fff;
  padding: 4px 0;
}
.direction-business span {
  margin-left: 10px;
  color: #fff;
}

.affiliated__branch .branch__list--showroom {
  padding-right: 0 !important;
}

.new-distribution-system h2 {
  color: #01498b;
  margin: 0;
}

body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--showroom {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  overflow: unset;
}
@media only screen and (max-width: 991px) {
  body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--showroom {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 480px) {
  body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--showroom {
    margin-left: 0;
  }
}
body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top {
  flex-direction: column;
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  grid-gap: unset;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top {
    width: 100%;
    margin-left: 0;
  }
}
body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top .branch__list-item {
  display: flex;
  flex-direction: column;
  grid-gap: 2rem;
}
body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top-left {
  width: 100%;
}
body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top-left-image {
  width: 100%;
}
body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top-left-image .image {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top-left-image .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top-left-image .image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top-right {
  width: 100%;
}
body.tenant .affiliated__branch--wapper-right .branch__list .branch__list--top-right .btn-call-to-action {
  margin-top: auto;
}

.recruit__banner {
  position: relative;
}
.recruit__banner > img {
  min-height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .recruit__banner > img {
    min-height: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__banner > img {
    min-height: 40rem;
  }
}
.recruit__banner::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5803921569);
  width: 100%;
  height: 100%;
  inset: 0;
}
.recruit__filter {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 1150px) {
  .recruit__filter {
    min-width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__filter {
    min-width: 80%;
    top: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .recruit__filter {
    width: calc(100% - 30px);
  }
}
.recruit__filter-wrapper {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .recruit__filter-wrapper {
    flex-direction: column;
  }
}
.recruit__filter-detail {
  margin-top: 1rem;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .recruit__filter-detail {
    flex-wrap: wrap;
  }
}
.recruit__filter-detail-title {
  padding: 0 0.8rem;
}
.recruit__filter-detail-selected {
  padding: 0 0.8rem;
}
.recruit__filter-detail-item {
  position: relative;
  cursor: pointer;
  background-color: white;
  padding-top: 0.6rem;
  min-height: 6rem;
  border-right: 0.5px solid #ccc;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .recruit__filter-detail-item:nth-child(1), .recruit__filter-detail-item:nth-child(2), .recruit__filter-detail-item:nth-child(3) {
    width: 33.3333333333%;
    flex: 33.3333333333%;
  }
}
@media only screen and (max-width: 420px) {
  .recruit__filter-detail-item:nth-child(1), .recruit__filter-detail-item:nth-child(2) {
    width: 33.3333333333%;
    flex: 33.3333333333%;
  }
  .recruit__filter-detail-item:nth-child(3) {
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
    width: 100%;
    flex: 100%;
  }
}
.recruit__filter-detail-item:hover {
  background-color: #f1f1f1;
}
.recruit__filter-detail-item .dropdown.selection {
  top: 0;
  position: absolute;
  min-width: unset;
  width: 100%;
  height: 3.5rem;
  background: transparent;
  border: none;
  color: black;
  border-radius: 0;
  padding: 2.4rem 0.8rem 0.7rem;
  height: 100%;
}
.recruit__filter-detail-item .dropdown.selection .icon {
  padding-top: 0.6rem;
}
.recruit__filter-detail-item .dropdown.selection .icon::before {
  width: 0.8rem;
  display: block;
  content: url('data:image/svg+xml;utf8,<svg style="fill: rgb(51, 51, 51);" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"/></svg>');
}
.recruit__filter-detail-item .dropdown.selection .text {
  color: black;
}
.recruit__filter-detail-item .dropdown.selection .item {
  font-size: unset;
  font-family: "MyriadPro-Cond";
}
.recruit__filter-detail-item .open-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.recruit__filter-detail-item .business-filter-multi-select {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(100%);
  background: white;
  border: 0.5px solid #ccc;
  border-top: unset;
  z-index: 2;
}
.recruit__filter-detail-item .business-filter-multi-select__body {
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  max-height: 11rem;
}
.recruit__filter-detail-item .business-filter-multi-select__body .loading-multi-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(199, 199, 199, 0.55);
}
.recruit__filter-detail-item .business-filter-multi-select__body .loading-multi-filter svg {
  width: 4rem;
  height: 4rem;
}
.recruit__filter-detail-item .business-filter-multi-select__body-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.recruit__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.recruit__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.recruit__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-thumb {
  background: #939393;
  border: 0px none #ffffff;
  border-radius: 25px;
}
.recruit__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.recruit__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.recruit__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 36px;
}
.recruit__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
.recruit__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-track:active {
  background: #ffffff;
}
.recruit__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-corner {
  background: transparent;
}
.recruit__filter-detail-item .business-filter-multi-select__no-brand {
  padding: 0.7rem;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
}
.recruit__filter-detail-item .business-filter-multi-select__item {
  margin-bottom: 0;
  cursor: pointer;
}
.recruit__filter-detail-item .business-filter-multi-select__item .all-brand {
  min-height: 2rem;
  color: #000;
  padding: 0.5rem 0.8rem 0.3rem;
  display: flex;
  transition: 0.2s;
}
.recruit__filter-detail-item .business-filter-multi-select__item .all-brand.active {
  background-color: #01498b;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .recruit__filter-detail-item .business-filter-multi-select__item .all-brand:hover {
    color: #fff;
    background-color: #01498b;
  }
}
.recruit__filter-detail-item .business-filter-multi-select__item-wrapper {
  min-height: 2rem;
  color: #000;
  padding: 0.5rem 0.8rem 0.3rem;
  display: flex;
  transition: 0.2s;
}
.recruit__filter-detail-item .business-filter-multi-select__item-wrapper .cars-count {
  margin-left: auto;
}
.recruit__filter-detail-item .business-filter-multi-select__item > input {
  pointer-events: none;
  display: none;
}
.recruit__filter-detail-item .business-filter-multi-select__item > input:checked + span {
  background-color: #01498b;
  color: white;
}
@media only screen and (min-width: 991px) {
  .recruit__filter-detail-item .business-filter-multi-select__item:hover input + span {
    color: #fff;
    background-color: #01498b;
  }
}
.recruit__filter-detail-item .business-filter-multi-select__action {
  display: flex;
  padding: 0.8rem;
}
.recruit__filter-detail-item .business-filter-multi-select__action > .submit-button {
  margin-left: auto;
  min-width: 2.5rem;
  color: white;
  border: 1.5px solid #01498b;
  background-color: #01498b;
  transition: 0.2s;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.recruit__filter-detail-item .business-filter-multi-select__action > .submit-button:hover {
  background-color: white;
  color: #01498b;
}
.recruit__filter-detail-item .business-filter-multi-select.active {
  display: block;
}

.recruit__content .recruit-item {
  display: flex;
  padding: 2rem;
  margin-bottom: 2rem;
}
.recruit__content .recruit-item .recruit-pb5 {
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .recruit__content .recruit-item {
    padding: 1rem;
  }
}
.recruit__content .recruit-item .recruit-item-logo a img {
  width: 110px;
  height: auto;
  background: #ffffff;
  border: 1px solid #D8D8D8;
}
@media (max-width: 768px) {
  .recruit__content .recruit-item .recruit-item-logo a img {
    width: 65px;
  }
}
.recruit__content .recruit-item .recruit-item-description {
  flex: 1;
  margin: 0 2rem;
}
@media (max-width: 768px) {
  .recruit__content .recruit-item .recruit-item-description {
    margin: 0 0 0 1rem;
  }
}
.recruit__content .recruit-item .recruit-item-description a {
  color: #01498b;
}
.recruit__content .recruit-item .recruit-item-description .icon {
  margin-right: 0.5rem;
  color: #01498b;
  width: 1.3rem;
  padding-bottom: 0.2rem;
}
.recruit__content .recruit-item .recruit-item-description .icon svg {
  height: 1.3rem;
  width: auto;
}
.recruit__content .recruit-item .recruit-item-description .icon-date svg {
  fill: #01498b;
}
.recruit__content .recruit-item .recruit-item-description .recruit-item__city {
  display: flex;
  align-items: flex-end;
}
.recruit__content .recruit-item .recruit-item__date {
  display: flex;
  align-items: flex-end;
}
.recruit__content .recruit-item .recruit-item__count span:first-child {
  margin-right: 15px;
}
.recruit__content .recruit-item .recruit-item__count .count-title {
  color: #767575;
  margin-right: 5px;
}
.recruit__content .recruit-item .recruit-save-work {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.recruit__content .recruit-item .recruit-save-work a {
  padding: 10px 30px;
  border: 1px solid #01498b;
  color: #01498b;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff;
}
.recruit__content .recruit-item .recruit-save-work a:hover {
  color: #fff;
  background: #01498b;
}
@media (max-width: 1023px) {
  .recruit__content .recruit-item .recruit-save-work {
    display: none;
  }
}
.recruit__content .recruit-item {
  border: 1px solid #f3f3f3;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.recruit__content .recruit-item:last-child {
  margin-bottom: 0;
}
.recruit__content .recruit-item:hover {
  background-color: #f3f3f3;
}
.recruit__content .nav-pagination {
  padding-top: 2rem;
}
.recruit__content .nav-pagination .pagination {
  justify-content: center;
}
.recruit__content .nav-pagination .pagination .page-item {
  margin-right: 1rem;
  list-style: none;
  cursor: pointer;
}
.recruit__content .nav-pagination .pagination .page-item a, .recruit__content .nav-pagination .pagination .page-item span {
  border: unset;
  color: #acacac;
  position: relative;
  transition: all 0.2s linear;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
}
.recruit__content .nav-pagination .pagination .page-item a:hover, .recruit__content .nav-pagination .pagination .page-item span:hover {
  text-decoration: none;
  background-color: #e9ecef;
  z-index: 2;
  color: #01498b;
  border-radius: 0.25rem;
}
.recruit__content .nav-pagination .pagination .page-item.active a, .recruit__content .nav-pagination .pagination .page-item.active span {
  background: transparent;
  color: #01498b;
  transition: all 0.2s linear;
  text-decoration: none;
  z-index: 2;
  color: #01498b;
  border-radius: 0.25rem;
}

.recruit__filter-detail-item {
  cursor: pointer;
}
.recruit__filter-detail-item .search {
  bottom: 0 !important;
}
.recruit__filter-detail-item .text {
  font-family: "MyriadPro-BoldCond";
  font-size: calc(var(--c-text-lg) - 2px);
}
.recruit__filter-detail-item .menu .item {
  font-family: "MyriadPro-Regular" !important;
}

@keyframes placeHolderShimmer {
  0% {
    transform: translateZ(0);
    background-position: -468px 0;
  }
  to {
    transform: translateZ(0);
    background-position: 468px 0;
  }
}
.recruit-item-load {
  margin: 5px;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  background: #fff;
  padding: 15px;
  opacity: 1;
}
.recruit-item-load.hidden {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  height: 0;
  padding: 0;
}
.recruit-item-load .recruit-item-logo {
  width: 110px;
  height: 110px;
  background: #e6e6e6;
  display: block;
  will-change: transform;
  animation: placeHolderShimmer 1s linear infinite forwards;
  -webkit-backface-visibility: hidden;
  background: #e6e6e6;
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  position: relative;
}
.recruit-item-load .recruit-item-description {
  will-change: transform;
  animation: placeHolderShimmer 1s linear infinite forwards;
  -webkit-backface-visibility: hidden;
  background: #e6e6e6;
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  height: 110px;
  position: relative;
  width: 100%;
}

.contact-content {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 1680px) {
  .contact-content {
    gap: 80px;
  }
}
@media (max-width: 1440px) {
  .contact-content {
    gap: 50px;
  }
}
.contact-content .contact-map {
  width: 66%;
}
.contact-content .contact-info {
  max-width: 480px;
  width: 34%;
  max-height: 830px;
  overflow-y: scroll;
  overflow-x: hidden;
  direction: rtl;
  margin-left: -30px;
}
.contact-content .contact-info::-webkit-scrollbar {
  width: 2px;
}
.contact-content .contact-info::-webkit-scrollbar-thumb {
  background: #01498B;
}

.contact-map-mobile {
  display: none;
}
@media (max-width: 1080px) {
  .contact-map-mobile {
    display: block;
  }
}

@media only screen and (max-width: 1080px) {
  .section-info-contact {
    display: none;
  }
}
.section-info-contact {
  padding-top: 50px;
}
@media (max-width: 1280px) {
  .section-info-contact {
    padding-top: 35px;
  }
}
.section-info-contact .info-contact {
  background-color: #f3f3f3;
  margin-bottom: 2.5%;
}
.section-info-contact .info-contact .contact__title {
  padding-bottom: 30px;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us {
  padding: 35px;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .form-group {
  margin-bottom: 27px;
}
@media (max-width: 1440px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 1240px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 1150px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group {
    margin-bottom: 5px;
  }
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .form-group .text-label {
  font-family: "MyriadPro-Regular";
  font-size: 20px;
  padding-right: 0;
  line-height: 15px;
}
@media (max-width: 1150px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group .text-label {
    font-size: 15px;
  }
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .form-group .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  background: unset;
  border-bottom: 0.5px solid #a9a9a9;
  border-radius: unset;
  padding-left: 0;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .form-group .form-control input[type=text]:focus {
  outline: none;
  border: none;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .form-group input {
  width: 100%;
}
@media (max-width: 1150px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group input {
    font-size: 12px;
    margin-top: 2px;
  }
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .form-group textarea.form-control {
  background: #fff;
  padding-left: 10px;
  padding-top: 10px;
  border: unset;
  outline: none;
}
@media (max-width: 1440px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group textarea.form-control {
    padding-top: 5px;
  }
}
@media (max-width: 1150px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group textarea {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media (max-width: 1240px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group textarea {
    font-size: 12px;
    height: 100px;
  }
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .form-group select {
  border-top: none;
  border-right: none;
  border-left: none;
  background: unset;
  border-bottom: 0.5px solid #a9a9a9;
  background: unset;
  height: 35px;
  width: 70%;
  outline: none;
}
@media (max-width: 1229px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group select {
    font-size: 12px;
    width: 69%;
  }
}
@media (max-width: 600px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .form-group select {
    width: 100%;
  }
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy {
  padding: 0;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy {
  margin-top: -20px;
  display: flex;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy input {
  margin-right: 17px;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy label {
  font-size: 13px;
  font-family: "MyriadPro-Regular";
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (max-width: 1150px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy label {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy label {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media (max-width: 1440px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy label {
    font-size: 12px;
    margin-top: 12px;
  }
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy input {
  color: #0054a0;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .radio {
  margin-left: 5.5px;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single {
  position: relative;
  padding: 10px 0 6px 30px;
  text-align: left;
  margin-left: 10px;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single label {
  cursor: pointer;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single label:before, .section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single label:after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single label:before {
  left: -5px;
  width: 20px;
  height: 20px;
  margin: -15px 0 0;
  background: #fff;
  border-radius: 0;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single label:after {
  left: 0;
  width: 10px;
  height: 10px;
  margin: -10px 0 0;
  opacity: 0;
  background: #01498b;
  transform: translate3d(-40px, 0, 0) scale(0.5);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single input[type=radio],
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single input[type=radio]:checked + label:after,
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input-single input[type=checkbox]:checked + label:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input--rounded label:before {
  border-radius: 10px;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .check-policy .styled-input--rounded label:after {
  border-radius: 6px;
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy button {
  margin-left: 7px;
  padding: 5px 36px;
  border: none;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #01498b;
  border-radius: unset;
}
@media (max-width: 1150px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .policy button {
    padding: 5px 30px;
    margin-top: -10px;
  }
}
@media (max-width: 1440px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .policy button {
    font-size: 12px;
    margin-top: -12px;
  }
}
.section-info-contact .info-contact .info-contact-form .form-contact-us .policy .btn-control {
  padding-bottom: 25px;
}
@media (max-width: 1440px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .policy .btn-control {
    padding-top: 20px;
  }
}
@media (max-width: 790px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us .policy {
    padding-bottom: 20px;
  }
}
@media (max-width: 660px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us {
    padding-bottom: 80px;
  }
}
@media (max-width: 770px) {
  .section-info-contact .info-contact .info-contact-form .form-contact-us {
    padding-bottom: 80px;
  }
}
.section-info-contact .info-contact .info-contact-form .img-form {
  width: 100%;
  height: 100%;
}
.section-info-contact .info-contact .info-contact-form .img-form img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .section-info-contact .info-contact .info-contact-form .img-form img {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .section-info-contact .info-contact .info-contact-form .img-form img {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .section-info-contact .info-contact .info-contact-form .img-form img {
    width: 100%;
  }
}
@media (max-width: 1010px) {
  .section-info-contact .info-contact .info-contact-form .img-form img {
    width: 100%;
  }
}
@media (max-width: 790px) {
  .section-info-contact .info-contact .info-contact-form .img-form img {
    width: 97%;
    transform: translateX(16px);
  }
}
@media (max-width: 760px) {
  .section-info-contact .info-contact .info-contact-form .img-form img {
    height: 100%;
  }
}
@media (max-width: 600px) {
  .section-info-contact .info-contact .info-contact-form .img-form img {
    width: 95.85%;
    height: 100%;
    transform: translateX(17px);
  }
}
@media (max-width: 500px) {
  .section-info-contact .info-contact .info-contact-form .img-form img {
    width: 96.5%;
    height: 100%;
  }
}

.section-info-contact-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .section-info-contact-mobile {
    display: block;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-info-contact-mobile .contact__title {
    margin-top: +50px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-info-contact-mobile .contact__title {
    margin-top: +35.5555555556px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-info-contact-mobile .contact__title {
    margin-top: +26.6666666667px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-info-contact-mobile .info-contact {
    padding-bottom: 5%;
  }
  .section-info-contact-mobile .info-contact .contact-input label {
    margin-top: 3%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 600px) {
  .section-info-contact-mobile .info-contact .contact-input label {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-info-contact-mobile .info-contact .contact-input label > span {
    color: red;
  }
  .section-info-contact-mobile .info-contact .contact-input input,
  .section-info-contact-mobile .info-contact .contact-input textarea,
  .section-info-contact-mobile .info-contact .contact-input select {
    border: 0;
    width: 100%;
    background-color: #f1f1f1;
    color: rgb(148, 148, 148);
    height: 60px;
  }
  .section-info-contact-mobile .info-contact .contact-input textarea {
    height: 150px;
  }
  .section-info-contact-mobile .info-contact .contact-input input:focus,
  .section-info-contact-mobile .info-contact .contact-input textarea:focus {
    outline: 0;
  }
  .section-info-contact-mobile .info-contact .contact-noti .text-noti > a {
    color: #000;
  }
  .section-info-contact-mobile .info-contact .contact-noti .text-noti > a:hover {
    color: #01498b;
    text-decoration: underline;
  }
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single {
    position: relative;
    padding: 10px 0 10px 30px;
    text-align: left;
    margin-left: 5px;
  }
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single label {
    margin-bottom: 5px;
    cursor: pointer;
  }
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single label:before, .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single label:after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
  }
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single label:before {
    left: -5px;
    width: 20px;
    height: 20px;
    margin: -15px 0 0;
    background: #f1f1f1;
    border-radius: 0;
  }
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single label:after {
    left: 0;
    width: 10px;
    height: 10px;
    margin: -10px 0 0;
    opacity: 0;
    background: #01498b;
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  }
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single input[type=radio],
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single input[type=checkbox] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
  }
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single input[type=radio]:checked + label:after,
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input-single input[type=checkbox]:checked + label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input--rounded label:before {
    border-radius: 10px;
  }
  .section-info-contact-mobile .info-contact .contact-noti .checkpolicy .styled-input--rounded label:after {
    border-radius: 6px;
  }
  .section-info-contact-mobile .info-contact .submit-btn {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    background-color: #01498b;
    color: #fff;
    font-family: "MyriadPro-Regular";
    cursor: pointer;
    text-align: center;
  }
  .section-info-contact-mobile .info-contact .submit-btn:hover {
    background-color: #f1f1f1;
    border: 1px solid #01498b;
    color: #01498b;
  }
}

.contact-info-bottom {
  direction: rtl;
  padding-left: 30px;
}
@media only screen and (max-width: 1080px) {
  .contact-info-bottom {
    display: none;
  }
}
.contact-info-bottom {
  padding-bottom: 3%;
}
.contact-info-bottom .detail-contact {
  opacity: 0.3;
  cursor: pointer;
}
.contact-info-bottom .detail-contact.active {
  opacity: 1;
}
.contact-info-bottom .detail-contact:last-child .detail-content-wrap {
  margin-bottom: 0 !important;
}
.contact-info-bottom .detail-contact {
  color: #01498B;
}
.contact-info-bottom .detail-contact .content-contact .img-detail {
  width: 100%;
}
.contact-info-bottom .detail-contact .content-contact .img-detail img {
  width: 100%;
}
@media (max-width: 1500px) {
  .contact-info-bottom .detail-contact .content-contact .img-detail img {
    height: 200px;
  }
}
@media (max-width: 790px) {
  .contact-info-bottom .detail-contact .content-contact .img-detail img {
    height: 210px;
  }
}
.contact-info-bottom .detail-contact .content-contact .detail-content-wrap {
  padding: 25px 25px -5px 25px;
  line-height: 27px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .contact-info-bottom .detail-contact .content-contact .detail-content-wrap {
    margin-bottom: 30px;
  }
}
.contact-info-bottom .detail-contact .content-contact .detail-content-wrap .item {
  margin-top: 12px;
  color: #000000;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
@media (max-width: 1720px) {
  .contact-info-bottom .detail-contact .content-contact .detail-content-wrap .item {
    margin-top: 10px;
  }
}
@media (max-width: 1680px) {
  .contact-info-bottom .detail-contact .content-contact .detail-content-wrap .item {
    margin-top: 8px;
  }
}
.contact-info-bottom .detail-contact .content-contact .detail-content-wrap .item ion-icon {
  color: #0054a0;
}
.contact-info-bottom .detail-contact .content-contact .detail-content-wrap .item ion-icon.ion-icon-desktop {
  width: 30px;
  position: relative;
  top: 2px;
}
.contact-info-bottom .detail-contact .content-contact .detail-content-wrap p {
  line-height: 1.5;
}
.contact-info-bottom-mobile {
  display: none;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1080px) {
  .contact-info-bottom-mobile {
    display: block;
    background-color: #f3f3f3;
    margin-top: 1.5rem;
    padding: 1rem;
  }
}
.contact-info-bottom-mobile .content-contact {
  display: none;
}
.contact-info-bottom-mobile .content-contact.active {
  display: block;
}
.contact-info-bottom-mobile .detail-content-wrap {
  width: 100%;
}
.contact-info-bottom-mobile .detail-content-wrap > .d-flex {
  margin-bottom: 0.5rem;
}
.contact-info-bottom-mobile .detail-content-wrap > .d-flex:last-child {
  margin-bottom: unset;
}
.contact-info-bottom-mobile .detail-content-wrap .item {
  display: flex;
}
.contact-info-bottom-mobile .detail-content-wrap .item__w {
  width: 25px;
  flex-shrink: 0;
}
.contact-info-bottom-mobile .detail-content-wrap .item p {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.contact-info-bottom-mobile .detail-content-wrap .item p > span {
  flex-shrink: 0;
  width: 22%;
}
.contact-info-bottom-mobile .detail-content-wrap .item p span:last-child {
  flex: 1;
}
.contact-info-bottom-mobile .detail-content-wrap .item ion-icon {
  color: #0054a0;
  margin-top: 2px;
}
@media (max-width: 1024px) {
  .section-info-contact-mobile .info-contact .contact-input input,
  .section-info-contact-mobile .info-contact .contact-input textarea,
  .section-info-contact-mobile .info-contact .contact-input select {
    padding: 10px;
  }
}
@media (max-width: 1080px) {
  .general-manufacturing .production .production__title {
    margin-bottom: 1%;
  }
}
.general-manufacturing .production__content .read-more {
  margin: 5px 0;
  display: flex;
  justify-content: end;
}
.general-manufacturing .production__content .read-more__link {
  text-transform: capitalize;
  color: #01498B;
}
.general-manufacturing .production__content .read-more__link i {
  font-size: 0.8vw;
}
@media (max-width: 1080px) {
  .general-manufacturing .production__content .read-more__link i {
    font-size: 13px;
  }
}
.general-manufacturing .production__image {
  padding-top: 1%;
}
.general-manufacturing .production__image img {
  max-width: 100%;
  height: auto;
}
.general-manufacturing .production:last-child {
  margin-bottom: 100px;
}
@media (max-width: 1680px) {
  .general-manufacturing .production:last-child {
    margin-bottom: calculatorPixel(100, 1680)px;
  }
}
@media (max-width: 1360px) {
  .general-manufacturing .production:last-child {
    margin-bottom: calculatorPixel(100, 1360)px;
  }
}
@media (max-width: 992px) {
  .general-manufacturing .production:last-child {
    margin-bottom: calculatorPixel(100, 992)px;
  }
}

.search-page {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .search-page .form-search {
    margin-left: 0;
    margin-right: 0;
  }
}
.search-page .form-search .search {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0.5px solid #A9A9A9;
  outline: none;
  justify-content: space-around;
}
.search-page .form-search .form-control {
  border: none;
  background: transparent;
  outline: none;
  border-radius: unset;
  padding-left: 0;
}
.search-page .form-search .form-control:focus {
  background-color: transparent;
}
.search-page .form-search .search-bar p {
  font-style: italic;
  margin-left: -15px;
}
.search-page .form-search .search-bar input:focus {
  outline: none;
}
.search-page .form-search .search-bar .input-group-append button {
  background-color: #0054a0;
  margin-bottom: 5px;
}
.search-page .form-search .search-bar .input-group-append .btn {
  width: 30px;
  height: 30px;
  border-radius: unset;
  position: absolute;
  right: 0;
}
.search-page .form-search .search-bar .input-group-append .btn ion-icon {
  transform: translateY(-1.5px);
  margin-left: -4.7px;
  color: #fff;
}
@media (max-width: 1400px) {
  .search-page .form-search .search-bar .input-group-append .btn ion-icon {
    transform: translateY(-0.5px);
    margin-left: -2.7px;
  }
}
.search-page .search-range .search-cate .box {
  width: 33.33%;
  display: flex;
  align-items: center;
  margin-left: 3%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 2.1% 0;
}
.search-page .search-range .search-cate .box label {
  color: #4D4D4D;
  z-index: 10;
  padding-left: 0.7rem;
  cursor: pointer;
  margin-bottom: 0;
}
.search-page .search-range .search-cate .box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.search-page .search-range .search-cate .box input:checked ~ .check {
  border-color: 0.5px solid #000;
  box-shadow: 0px 0px 0px 5px #fff inset;
}
.search-page .search-range .search-cate .box input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
  background-color: #0054a0;
  border-radius: 100px;
  width: 9px;
  height: 9px;
}
.search-page .search-range .search-cate .box .check {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  background-color: #f1f1f1;
  border: 0.5px solid #4D4D4D;
  box-shadow: 0px 0px 0px 0px #0054a0 inset;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
@media (max-width: 1080px) {
  .search-page .search-range .search-cate .box .check {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 576px) {
  .search-page .search-range .search-cate .box .check {
    width: 7px;
    height: 7px;
  }
}
.search-page .search-range .search-cate .box .check::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.search-page .search-range .search-cate .item {
  transform: translateX(-30px);
  width: 45%;
}
@media (max-width: 1400px) {
  .search-page .search-range .search-cate .item {
    width: 50%;
    transform: translateX(-15px);
  }
}
@media (max-width: 1300px) {
  .search-page .search-range .search-cate .item {
    width: 55%;
    transform: translateX(-10px);
  }
}
@media (max-width: 1100px) {
  .search-page .search-range .search-cate .item {
    transform: translateX(-10px);
  }
}
.search-page .search-range .search-cate {
  background-color: #f1f1f1;
  display: flex;
}
@media (max-width: 1080px) {
  .search-page .search-range .search-cate {
    flex-wrap: wrap;
    background-color: transparent;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .search-page .search-range .search-cate .box {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    background-color: #f1f1f1;
    margin-right: 1rem;
    transform: none;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .search-page .search-range .search-cate .box {
    height: 50px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  .search-page .search-range .search-cate .box {
    height: 45.8796296296px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .search-page .search-range .search-cate .box {
    height: 35.5555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .search-page .search-range .search-cate .box {
    height: 26.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .search-page .search-range .search-cate .box {
    height: 22.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  .search-page .search-range .search-cate .box {
    height: 16.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .search-page .search-range .search-cate .box {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .search-page .search-range .search-cate .box {
    padding-right: 10.6666666667px;
    padding-left: 10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .search-page .search-range .search-cate .box {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .search-page .search-range .search-cate .box {
    margin-top: +7px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .search-page .search-range .search-cate .box {
    margin-top: +4.9777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .search-page .search-range .search-cate .box {
    margin-top: +3.7333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .search-page .search-range .search-cate .box {
    margin-bottom: +7px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .search-page .search-range .search-cate .box {
    margin-bottom: +4.9777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .search-page .search-range .search-cate .box {
    margin-bottom: +3.7333333333px;
  }
}
@media (max-width: 1080px) {
  .search-page .search-range .search-cate .box label {
    position: relative;
  }
}
@media (max-width: 1080px) {
  .search-page .search-range .search-time {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .search-page .search-range .search-time {
    height: 45.8796296296px;
  }
}
@media (max-width: 768px) {
  .search-page .search-range .search-time {
    height: 35.5555555556px;
  }
}
@media (max-width: 576px) {
  .search-page .search-range .search-time {
    height: 26.6666666667px;
  }
}
@media (max-width: 480px) {
  .search-page .search-range .search-time {
    height: 22.2222222222px;
  }
}
@media (max-width: 360px) {
  .search-page .search-range .search-time {
    height: 16.6666666667px;
  }
}
@media (max-width: 1080px) {
  .search-page .search-range .search-time {
    max-width: 200px;
    flex: 0 0 200px;
  }
}
@media (max-width: 768px) {
  .search-page .search-range .search-time {
    max-width: 160px;
    flex: 0 0 160px;
  }
}
@media (max-width: 768px) and (max-width: 1080px) {
  .search-page .search-range .search-time {
    height: 60px;
  }
}
@media (max-width: 768px) and (max-width: 991px) {
  .search-page .search-range .search-time {
    height: 55.0555555556px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .search-page .search-range .search-time {
    height: 42.6666666667px;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .search-page .search-range .search-time {
    height: 32px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .search-page .search-range .search-time {
    height: 26.6666666667px;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .search-page .search-range .search-time {
    height: 20px;
  }
}
@media (max-width: 1080px) {
  .search-page .search-range .search-time {
    margin-top: +7px;
  }
}
@media only screen and (max-width: 768px) {
  .search-page .search-range .search-time {
    margin-top: +4.9777777778px;
  }
}
@media (max-width: 576px) {
  .search-page .search-range .search-time {
    margin-top: +3.7333333333px;
  }
}
.search-page .search-range .search-time .time-picker {
  background-color: #f1f1f1;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.search-page .search-range .search-time .time-picker .arrow {
  min-width: 15px;
  margin-right: 4%;
}
.search-page .search-range .search-time .time-picker .calendar {
  min-width: 15px;
}
@media (max-width: 1080px) {
  .search-page .search-range .search-time .time-picker .calendar {
    min-width: 11px;
  }
}
@media (max-width: 576px) {
  .search-page .search-range .search-time .time-picker .calendar {
    min-width: 8px;
  }
}
.search-page .search-range .search-time .time-picker .date-frame {
  max-width: 50%;
  flex: 1 50%;
}
.search-page .search-range .search-time .time-picker input[type=date]::-webkit-calendar-picker-indicator {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.search-page .search-range .search-time input {
  border: none;
  background-color: unset;
  outline: none;
  color: #4D4D4D;
}
@media (max-width: 1610px) {
  .search-page .search-range .search-time input {
    font-size: 13px;
  }
}
@media (max-width: 1410px) {
  .search-page .search-range .search-time input {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  .search-page .search-range .search-time input {
    font-size: 11px;
  }
}
.search-page .search-result .result-content {
  top: 0;
}
.search-page .search-result .result-content .content {
  display: flex;
  flex-wrap: wrap;
}
.search-page .search-result .result-content .content a,
.search-page .search-result .result-content .content p {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: justify;
}
.search-page .search-result .result-content .content h3:hover {
  color: #01498b;
}
.search-page .search-result .result-content .content .date {
  opacity: 75%;
  align-self: flex-end;
}
.search-page .search-result .result-content .content .desc {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}
.search-page .search-result .result-content .date {
  opacity: 75%;
  align-self: flex-end;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .search-page .search-result .result-content .content {
    background-color: #f1f1f1;
    padding: 15px;
  }
}
.search-page .container {
  margin-top: 10px;
}
.search-page .container .pagination {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  border-radius: unset;
}
.search-page .container .pagination .page-link {
  color: black;
}
.search-page .container .pagination .page-link a {
  background: unset;
}
.search-page .container .pagination .page-item {
  text-align: center;
  width: 40px;
  border-radius: unset;
  margin: 0 0.15rem;
  margin-bottom: 0.15rem;
}
.search-page .container .pagination .page-item.active .page-link,
.search-page .container .pagination a {
  color: #fff;
  background: #0054a0;
  border-color: #A9A9A9;
}
.search-page .container .pagination .page-item.active .page-link:hover,
.search-page .container .pagination a:hover {
  background: #0054a0;
  color: #fff;
}
.search-page .pagination-success .page-item .page-link,
.search-page a {
  background: unset;
}

.popover-search {
  width: 100%;
  left: 0;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
  z-index: 1001;
}
.popover-search .item-popover {
  display: block;
  padding: 10px;
  color: #2e3a41;
}
.popover-search .item-popover:hover {
  background-color: #f3f3f3;
}
.popover-search .item-popover .name {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 13rem;
}
@media (max-width: 768px) {
  .object-fit-cover {
    max-height: 17rem;
  }
}
@media (max-width: 768px) {
  .object-fit-cover {
    max-height: 12rem;
  }
}

#search-box {
  visibility: hidden;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 1680px) {
  #search-box {
    padding-bottom: calculatorPixel(20, 1680)px;
    padding-top: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #search-box {
    padding-bottom: calculatorPixel(20, 1368)px;
    padding-top: calculatorPixel(20, 1368)px;
  }
}
#search-box {
  position: relative;
  right: 0;
  z-index: 999999999;
}
#search-box .popover-search {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#search-box .container {
  display: table;
  width: 100%;
  height: 100%;
}
#search-box .container .close {
  position: absolute;
  right: 32px;
  top: 40%;
  transform: translateY(-50%);
  width: 40px;
}
@media only screen and (max-width: 1680px) {
  #search-box .container .close {
    width: calculatorPixel(40, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #search-box .container .close {
    width: calculatorPixel(40, 1368)px;
  }
}
#search-box .container .close {
  height: 40px;
}
@media only screen and (max-width: 1680px) {
  #search-box .container .close {
    height: calculatorPixel(40, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #search-box .container .close {
    height: calculatorPixel(40, 1368)px;
  }
}
#search-box .container .close {
  opacity: 0.3;
}
#search-box .container .close:hover {
  opacity: 1;
}
#search-box .container .close:before,
#search-box .container .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: white;
}
#search-box .container .close:before {
  transform: rotate(45deg);
}
#search-box .container .close:after {
  transform: rotate(-45deg);
}
#search-box .container .search-main {
  display: table-cell;
  vertical-align: middle;
}
#search-box .container .search-main .search-inner {
  width: 80%;
  margin: 0 auto;
}
#search-box .container .search-main form {
  position: relative;
}
#search-box .container .search-main input {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid white;
  display: block;
  color: white;
  margin-bottom: 0;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 3s;
}
#search-box .container .search-main input:focus {
  outline: none;
}
#search-box .container .search-main button {
  border: 0;
  left: auto;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0.3em;
  bottom: 0.3em;
  background: transparent;
  font-size: 43px;
}
#search-box .container .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}
#search-box.-open {
  background: rgba(1, 42, 80, 0.8);
  visibility: visible;
  animation: fadein 0.8s;
}
#search-box.-open .container .search-main input {
  transform: scale3d(1, 1, 1);
  transition-duration: 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#thacoauto-province-page .section-intro-wrapper .section-intro {
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro {
    margin-right: -calculatorPixel(30, 1680)px;
    margin-left: -calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro {
    margin-right: -calculatorPixel(30, 1368)px;
    margin-left: -calculatorPixel(30, 1368)px;
  }
}
#thacoauto-province-page .section-intro-wrapper .section-intro .list-contact {
  margin-top: +35px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro .list-contact {
    margin-top: +calculatorPixel(35, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro .list-contact {
    margin-top: +calculatorPixel(35, 1368)px;
  }
}
#thacoauto-province-page .section-intro-wrapper .section-intro .list-contact .item {
  display: grid;
  grid-template-columns: 40px auto;
}
#thacoauto-province-page .section-intro-wrapper .section-intro .list-contact .item i {
  font-size: 20px;
}
#thacoauto-province-page .section-intro-wrapper .section-intro .list-contact .item.gmail i {
  transform: translateX(-3px);
}
#thacoauto-province-page .section-intro-wrapper .section-intro__title {
  margin-top: +84px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__title {
    margin-top: +calculatorPixel(84, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__title {
    margin-top: +calculatorPixel(84, 1368)px;
  }
}
#thacoauto-province-page .section-intro-wrapper .section-intro__title {
  margin-bottom: +90px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__title {
    margin-bottom: +calculatorPixel(90, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__title {
    margin-bottom: +calculatorPixel(90, 1368)px;
  }
}
#thacoauto-province-page .section-intro-wrapper .section-intro__left {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__left {
    padding-right: calculatorPixel(30, 1680)px;
    padding-left: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__left {
    padding-right: calculatorPixel(30, 1368)px;
    padding-left: calculatorPixel(30, 1368)px;
  }
}
#thacoauto-province-page .section-intro-wrapper .section-intro__left__title {
  margin-bottom: +26px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__left__title {
    margin-bottom: +calculatorPixel(26, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__left__title {
    margin-bottom: +calculatorPixel(26, 1368)px;
  }
}
#thacoauto-province-page .section-intro-wrapper .section-intro__right {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__right {
    padding-right: calculatorPixel(30, 1680)px;
    padding-left: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-intro-wrapper .section-intro__right {
    padding-right: calculatorPixel(30, 1368)px;
    padding-left: calculatorPixel(30, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__title {
  margin-bottom: +38px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__title {
    margin-bottom: +calculatorPixel(38, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__title {
    margin-bottom: +calculatorPixel(38, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__top {
  margin-bottom: +60px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__top {
    margin-bottom: +calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__top {
    margin-bottom: +calculatorPixel(60, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__row {
  padding-bottom: 24px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row {
    padding-bottom: calculatorPixel(24, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row {
    padding-bottom: calculatorPixel(24, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__row {
  margin-top: +40px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row {
    margin-top: +calculatorPixel(40, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row {
    margin-top: +calculatorPixel(40, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__row {
  border-bottom: 1px solid #9a9a9a;
}
#thacoauto-province-page .section-business-wrapper .section-business__row .title {
  margin-bottom: +22px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row .title {
    margin-bottom: +calculatorPixel(22, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row .title {
    margin-bottom: +calculatorPixel(22, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol {
  display: flex;
}
#thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  padding-top: 22px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item {
    padding-bottom: calculatorPixel(22, 1680)px;
    padding-top: calculatorPixel(22, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item {
    padding-bottom: calculatorPixel(22, 1368)px;
    padding-top: calculatorPixel(22, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item {
  padding-right: 18px;
  padding-left: 18px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item {
    padding-right: calculatorPixel(18, 1680)px;
    padding-left: calculatorPixel(18, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item {
    padding-right: calculatorPixel(18, 1368)px;
    padding-left: calculatorPixel(18, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item {
  border: 1px solid transparent;
  margin-right: +18px;
  margin-left: +18px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item {
    margin-right: +calculatorPixel(18, 1680)px;
    margin-left: +calculatorPixel(18, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item {
    margin-right: +calculatorPixel(18, 1368)px;
    margin-left: +calculatorPixel(18, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__row .list-symbol .item:hover {
  cursor: pointer;
  border: 1px solid #01498b;
}
#thacoauto-province-page .section-business-wrapper .section-business__row:first-child {
  margin-top: 0;
}
#thacoauto-province-page .section-business-wrapper .section-business__row:last-child {
  border-bottom: none;
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost {
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost {
    padding-right: calculatorPixel(24, 1680)px;
    padding-left: calculatorPixel(24, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost {
    padding-right: calculatorPixel(24, 1368)px;
    padding-left: calculatorPixel(24, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost {
  padding-bottom: 24px;
  padding-top: 24px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost {
    padding-bottom: calculatorPixel(24, 1680)px;
    padding-top: calculatorPixel(24, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost {
    padding-bottom: calculatorPixel(24, 1368)px;
    padding-top: calculatorPixel(24, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost {
  border: 1px solid #c6d6f1;
  margin-bottom: +33px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost {
    margin-bottom: +calculatorPixel(33, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost {
    margin-bottom: +calculatorPixel(33, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost:first-child {
  margin-top: 60px;
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--picture img {
  width: 530px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--picture img {
    width: calculatorPixel(530, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--picture img {
    width: calculatorPixel(530, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--picture img {
  height: 353px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--picture img {
    height: calculatorPixel(353, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--picture img {
    height: calculatorPixel(353, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content {
  padding-left: 43px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content {
    padding-left: calculatorPixel(43, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content {
    padding-left: calculatorPixel(43, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content {
  padding-top: 30px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content {
    padding-top: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content {
    padding-top: calculatorPixel(30, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .title {
  margin-bottom: +50px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .title {
    margin-bottom: +calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .title {
    margin-bottom: +calculatorPixel(50, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  flex: 0 0 100%;
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .list-contact {
  flex-grow: 1;
  list-style: initial;
  padding-left: 1rem;
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .list-contact .item {
  margin-bottom: +18px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .list-contact .item {
    margin-bottom: +calculatorPixel(18, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .list-contact .item {
    margin-bottom: +calculatorPixel(18, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .list-contact .item strong {
  font-weight: bold;
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .avatar {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-right: 50px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .avatar {
    padding-right: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .avatar {
    padding-right: calculatorPixel(50, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .avatar img {
  width: 106px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .avatar img {
    width: calculatorPixel(106, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .avatar img {
    width: calculatorPixel(106, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .avatar img {
  height: 98px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .avatar img {
    height: calculatorPixel(98, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--top .avatar img {
    height: calculatorPixel(98, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom .btn-appointment {
  background-color: #01498b;
  color: white;
  text-transform: uppercase;
  padding-bottom: 13px;
  padding-top: 13px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom .btn-appointment {
    padding-bottom: calculatorPixel(13, 1680)px;
    padding-top: calculatorPixel(13, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom .btn-appointment {
    padding-bottom: calculatorPixel(13, 1368)px;
    padding-top: calculatorPixel(13, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom .btn-appointment {
  padding-right: 60px;
  padding-left: 60px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom .btn-appointment {
    padding-right: calculatorPixel(60, 1680)px;
    padding-left: calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom .btn-appointment {
    padding-right: calculatorPixel(60, 1368)px;
    padding-left: calculatorPixel(60, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom .btn-appointment {
  border-radius: 30px;
  display: inline-block;
  height: -moz-max-content;
  height: max-content;
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul {
  margin-left: auto;
  margin-right: +20px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul {
    margin-right: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul {
    margin-right: +calculatorPixel(20, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li {
  margin-left: +50px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li {
    margin-left: +calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li {
    margin-left: +calculatorPixel(50, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol {
  margin-bottom: +15px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol {
    margin-bottom: +calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol {
    margin-bottom: +calculatorPixel(15, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol {
  text-align: center;
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol img {
  width: 45px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol img {
    width: calculatorPixel(45, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol img {
    width: calculatorPixel(45, 1368)px;
  }
}
#thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol img {
  height: 45px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol img {
    height: calculatorPixel(45, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-business-wrapper .section-business__rowpost .__rowpost--content .box--bottom ul li .symbol img {
    height: calculatorPixel(45, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper {
  margin-bottom: +150px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper {
    margin-bottom: +calculatorPixel(150, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper {
    margin-bottom: +calculatorPixel(150, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__title {
  margin-bottom: +55px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__title {
    margin-bottom: +calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__title {
    margin-bottom: +calculatorPixel(55, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__title {
  margin-top: +55px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__title {
    margin-top: +calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__title {
    margin-top: +calculatorPixel(55, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts {
  background-color: #f3f3f3;
  padding-top: 65px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts {
    padding-top: calculatorPixel(65, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts {
    padding-top: calculatorPixel(65, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts {
  padding-bottom: 65px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts {
    padding-bottom: calculatorPixel(65, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts {
    padding-bottom: calculatorPixel(65, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav {
  justify-content: center;
  margin-bottom: +50px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav {
    margin-bottom: +calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav {
    margin-bottom: +calculatorPixel(50, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav {
  border-bottom: 1px solid #b7b7b7;
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav .nav-item .nav-link {
  background-color: transparent;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav .nav-item .nav-link {
    padding-right: calculatorPixel(80, 1680)px;
    padding-left: calculatorPixel(80, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav .nav-item .nav-link {
    padding-right: calculatorPixel(80, 1368)px;
    padding-left: calculatorPixel(80, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav .nav-item .nav-link {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav .nav-item .nav-link {
    padding-bottom: calculatorPixel(10, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav .nav-item .nav-link {
    padding-bottom: calculatorPixel(10, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .nav .nav-item .nav-link.active {
  color: #01498b;
  border-bottom: 4px solid #01498b;
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row {
  margin-right: -44px;
  margin-left: -44px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row {
    margin-right: -calculatorPixel(44, 1680)px;
    margin-left: -calculatorPixel(44, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row {
    margin-right: -calculatorPixel(44, 1368)px;
    margin-left: -calculatorPixel(44, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post {
  padding-left: 44px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post {
    padding-left: calculatorPixel(44, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post {
    padding-left: calculatorPixel(44, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post {
  padding-right: 44px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post {
    padding-right: calculatorPixel(44, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post {
    padding-right: calculatorPixel(44, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post {
  margin-bottom: +30px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post {
    margin-bottom: +calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post {
    margin-bottom: +calculatorPixel(30, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post > .row {
  flex-wrap: nowrap;
  margin-right: -26px;
  margin-left: -26px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post > .row {
    margin-right: -calculatorPixel(26, 1680)px;
    margin-left: -calculatorPixel(26, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post > .row {
    margin-right: -calculatorPixel(26, 1368)px;
    margin-left: -calculatorPixel(26, 1368)px;
  }
}
@media (max-width: 576px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post > .row {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post img {
  height: 100%;
  width: 100%;
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__left {
  padding-right: 26px;
  padding-left: 26px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__left {
    padding-right: calculatorPixel(26, 1680)px;
    padding-left: calculatorPixel(26, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__left {
    padding-right: calculatorPixel(26, 1368)px;
    padding-left: calculatorPixel(26, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__left {
  max-width: 374px;
  flex: 0 0 374px;
  height: 243px;
}
@media (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__left {
    max-width: calculatorPixel(374, 1680)px;
    flex: 0 0 calculatorPixel(374, 1680)px;
    height: calculatorPixel(243, 1680)px;
  }
}
@media (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__left {
    max-width: calculatorPixel(374, 1368)px;
    flex: 0 0 calculatorPixel(374, 1368)px;
    height: calculatorPixel(243, 1368)px;
  }
}
@media (max-width: 992px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__left {
    max-width: 50%;
    flex: 0 0 50%;
    height: -moz-max-content;
    height: max-content;
  }
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__left img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 576px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__left {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right {
  flex-grow: 1;
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .title {
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .title {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .title {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .title {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .date {
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .date {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .date {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .date {
  color: #BBBBBB;
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .description {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  margin-bottom: +15px;
}
@media only screen and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .description {
    margin-bottom: +calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .description {
    margin-bottom: +calculatorPixel(15, 1368)px;
  }
}
#thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .btn-read-more {
  font-size: 15px;
}
@media (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .btn-read-more {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .btn-read-more {
    font-size: 13px;
  }
}
@media (max-width: 1264px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right .btn-read-more {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right {
    padding-right: 26px;
    padding-left: 26px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 576px) and (max-width: 1680px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right {
    padding-right: calculatorPixel(26, 1680)px;
    padding-left: calculatorPixel(26, 1680)px;
  }
}
@media only screen and (max-width: 576px) and (max-width: 1368px) {
  #thacoauto-province-page .section-posts-wrapper .section-posts__box-tabs .tab-pane__row .col-post__right {
    padding-right: calculatorPixel(26, 1368)px;
    padding-left: calculatorPixel(26, 1368)px;
  }
}
#thacoauto-province-page .box-node-right {
  position: fixed;
  top: 45%;
  right: 0;
}
#thacoauto-province-page .box-node-right .pagination-customize {
  border-right: 1px solid #01498b;
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item {
  font-family: "MyriadPro-Regular";
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item .icon img {
  filter: invert(42%) sepia(56%) saturate(491%) hue-rotate(174deg) brightness(89%) contrast(84%);
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item .icon,
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item .text {
  text-align: center;
  line-height: 3.6vw;
  height: 3.4vw;
  max-height: 70px;
}
@media (max-width: 1440px) {
  #thacoauto-province-page .box-node-right .pagination-customize .pagi-item .icon,
  #thacoauto-province-page .box-node-right .pagination-customize .pagi-item .text {
    height: 3.1vw;
    line-height: 3.3vw;
  }
}
@media (max-width: 1199px) {
  #thacoauto-province-page .box-node-right .pagination-customize .pagi-item .icon,
  #thacoauto-province-page .box-node-right .pagination-customize .pagi-item .text {
    height: 2.8vw;
    line-height: 3.1vw;
  }
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item .text {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  border: 1px solid #01498b;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms;
  transform: translateX(100%);
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item .icon {
  border-bottom: 1px solid #01498b;
  border-left: 1px solid #01498b;
  font-size: 25px;
  width: 3.4vw;
  max-width: 70px;
}
@media (max-width: 1440px) {
  #thacoauto-province-page .box-node-right .pagination-customize .pagi-item .icon {
    width: 3.1vw;
  }
}
@media (max-width: 1199px) {
  #thacoauto-province-page .box-node-right .pagination-customize .pagi-item .icon {
    width: 2.8vw;
  }
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item:hover .text {
  background-color: #01498b;
  color: white;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item:hover .icon {
  background-color: #01498b;
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item:hover .icon img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(204deg) brightness(101%) contrast(101%);
}
#thacoauto-province-page .box-node-right .pagination-customize > li:first-child .icon {
  border-top: 1px solid #01498b;
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item.active .text {
  background-color: #01498b;
  color: white;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item.active .icon {
  background-color: #01498b;
}
#thacoauto-province-page .box-node-right .pagination-customize .pagi-item.active .icon img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(204deg) brightness(101%) contrast(101%);
}

#introduce-page {
  overflow-x: hidden !important;
}
#introduce-page .navbar-menu .nav {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .navbar-menu .nav {
    padding-bottom: calculatorPixel(15, 1680)px;
    padding-top: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .navbar-menu .nav {
    padding-bottom: calculatorPixel(15, 1368)px;
    padding-top: calculatorPixel(15, 1368)px;
  }
}
#introduce-page .navbar-menu .nav {
  justify-content: center;
}
#introduce-page .navbar-menu .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
#introduce-page .navbar-menu .nav-item a {
  color: #2e3a41;
}
#introduce-page .navbar-menu .nav-item a:hover {
  color: #01498b;
}
#introduce-page .navbar-menu .nav .active a {
  color: #01498b;
}
@media (max-width: 1080px) {
  #introduce-page .navbar-menu {
    display: none;
  }
}
#introduce-page .introduce-menu-fixed {
  position: fixed;
  top: var(--menu-space);
  background-color: white;
  width: 100%;
  z-index: 1;
}
#introduce-page .section-aboutus-wrapper .section-aboutus {
  padding-top: 46px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus {
    padding-top: calculatorPixel(46, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus {
    padding-top: calculatorPixel(46, 1368)px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus {
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus {
    padding-top: 16px;
  }
}
#introduce-page .section-aboutus-wrapper .section-aboutus {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus {
    padding-bottom: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus {
    padding-bottom: calculatorPixel(50, 1368)px;
  }
}
#introduce-page .section-aboutus-wrapper .section-aboutus__picture {
  height: auto;
}
#introduce-page .section-aboutus-wrapper .section-aboutus__content__title {
  margin-bottom: +37px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus__content__title {
    margin-bottom: +calculatorPixel(37, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus__content__title {
    margin-bottom: +calculatorPixel(37, 1368)px;
  }
}
#introduce-page .section-aboutus-wrapper .section-aboutus__content__title {
  text-transform: uppercase;
}
#introduce-page .section-aboutus-wrapper .section-aboutus__content p {
  margin-bottom: +10px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus__content p {
    margin-bottom: +calculatorPixel(10, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-aboutus-wrapper .section-aboutus__content p {
    margin-bottom: +calculatorPixel(10, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper {
  padding-top: 70px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper {
    padding-top: calculatorPixel(70, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper {
    padding-top: calculatorPixel(70, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper {
  padding-bottom: 98px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper {
    padding-bottom: calculatorPixel(98, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper {
    padding-bottom: calculatorPixel(98, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper {
  background-color: #E6EEF5;
}
#introduce-page .section-production-business-wrapper .section-production-business__title {
  margin-bottom: +60px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__title {
    margin-bottom: +calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__title {
    margin-bottom: +calculatorPixel(60, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row {
  display: flex;
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row {
    flex-wrap: wrap;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
  width: 480px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
    width: calculatorPixel(480, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
    width: calculatorPixel(480, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
  flex: 0 0 480px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
    flex: 0 0 calculatorPixel(480, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
    flex: 0 0 calculatorPixel(480, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
  height: 472px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
    height: calculatorPixel(472, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
    height: calculatorPixel(472, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left {
    width: 100%;
    flex: 0 0 100%;
    height: auto;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main {
  text-align: center;
  padding-right: 100px;
  padding-left: 100px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main {
    padding-right: calculatorPixel(100, 1680)px;
    padding-left: calculatorPixel(100, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main {
    padding-right: calculatorPixel(100, 1368)px;
    padding-left: calculatorPixel(100, 1368)px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main {
    padding-bottom: 37px;
    padding-top: 37px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main {
    padding-bottom: 26.3111111111px;
    padding-top: 26.3111111111px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main {
    padding-bottom: 19.7333333333px;
    padding-top: 19.7333333333px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol {
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
  width: 70px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    width: calculatorPixel(70, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    width: calculatorPixel(70, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
  height: 76px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    height: calculatorPixel(76, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    height: calculatorPixel(76, 1368)px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    height: auto;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    width: 70px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    width: 64.2314814815px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    width: 49.7777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    width: 37.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    width: 31.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .symbol img {
    width: 23.3333333333px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .name {
  text-transform: uppercase;
  line-height: initial;
  color: black;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .name:hover {
  color: #01498b;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .company-name {
  margin-bottom: +18px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .company-name {
    margin-bottom: +calculatorPixel(18, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .company-name {
    margin-bottom: +calculatorPixel(18, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .company-name {
  color: #01498b;
  text-transform: uppercase;
  line-height: initial;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .description {
  margin-top: +40px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .description {
    margin-top: +calculatorPixel(40, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .description {
    margin-top: +calculatorPixel(40, 1368)px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .description {
    margin-top: +10px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .description {
    margin-top: +7.1111111111px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .description {
    margin-top: +5.3333333333px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-left .box-main .description {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  background-color: white;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e6eef5;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item:hover .name {
  color: #01498b;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center {
  width: 70%;
}
@media (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center {
    width: 90%;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center .symbol {
  text-align: center;
  margin-bottom: +30px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center .symbol {
    margin-bottom: +calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center .symbol {
    margin-bottom: +calculatorPixel(30, 1368)px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center .symbol {
    margin-bottom: +15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center .symbol {
    margin-bottom: +10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center .symbol {
    margin-bottom: +8px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center .name {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  display: block;
  color: black;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row .col-right__item .box-center .name:hover {
  color: #01498b;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-left {
  border-bottom: 2px solid #e6eef5;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item {
    padding-bottom: 28.4444444444px;
    padding-top: 28.4444444444px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item {
    padding-bottom: 21.3333333333px;
    padding-top: 21.3333333333px;
  }
}
@media (min-width: 1081) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item:nth-child(odd) {
    border-left: none;
  }
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item:nth-child(even) {
    border-right: none;
  }
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item:nth-child(1), #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item:nth-child(2) {
    border-top: none;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
  width: 88px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
    width: calculatorPixel(88, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
    width: calculatorPixel(88, 1368)px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
  height: 86px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
    height: calculatorPixel(86, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
    height: calculatorPixel(86, 1368)px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item {
    border: 2px solid #e6eef5;
  }
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol {
    margin-bottom: +20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol {
    margin-bottom: +14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol {
    margin-bottom: +10.6666666667px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
    max-width: 80%;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
    max-width: 70%;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-top .col-top .col-right__item .symbol img {
    max-width: 40%;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-left {
  border-top: 2px solid #e6eef5;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item {
    padding-bottom: 28.4444444444px;
    padding-top: 28.4444444444px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item {
    padding-bottom: 21.3333333333px;
    padding-top: 21.3333333333px;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(1), #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(2), #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(3) {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(1) .box-center .symbol, #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(2) .box-center .symbol, #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(3) .box-center .symbol {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(1), #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(4) {
  border-left: none;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(3), #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(5) {
  border-right: none;
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(4), #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(5) {
  border-bottom: none;
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(1n+4) .box-center {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(1n+4) .box-center {
    padding-right: 28.4444444444px;
    padding-left: 28.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(1n+4) .box-center {
    padding-right: 21.3333333333px;
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item:nth-child(1n+4) .box-center .symbol {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
#introduce-page .section-production-business-wrapper .section-production-business__content__row.__row-bottom .col-bottom .col-right__item .symbol img {
  max-width: 100%;
}
@media (max-width: 1080px) {
  #introduce-page .section-system-value-wrapper {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-system-value-wrapper {
    padding-top: 14.2222222222px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-system-value-wrapper {
    padding-top: 10.6666666667px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value {
  margin-bottom: +37px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value {
    margin-bottom: +calculatorPixel(37, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value {
    margin-bottom: +calculatorPixel(37, 1368)px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value__title {
  margin-bottom: +37px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value__title {
    margin-bottom: +calculatorPixel(37, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value__title {
    margin-bottom: +calculatorPixel(37, 1368)px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value__content {
  margin-top: +25px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content {
    margin-top: +calculatorPixel(25, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content {
    margin-top: +calculatorPixel(25, 1368)px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value__content {
  display: flex;
  margin-right: -55px;
  margin-left: -55px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content {
    margin-right: -calculatorPixel(55, 1680)px;
    margin-left: -calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content {
    margin-right: -calculatorPixel(55, 1368)px;
    margin-left: -calculatorPixel(55, 1368)px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value__content__left {
  padding-right: 55px;
  padding-left: 55px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left {
    padding-right: calculatorPixel(55, 1680)px;
    padding-left: calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left {
    padding-right: calculatorPixel(55, 1368)px;
    padding-left: calculatorPixel(55, 1368)px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row {
  margin-bottom: +40px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row {
    margin-bottom: +calculatorPixel(40, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row {
    margin-bottom: +calculatorPixel(40, 1368)px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row .title {
  text-transform: uppercase;
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row .title {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row .title {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value__content__right {
  padding-right: 55px;
  padding-left: 55px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__right {
    padding-right: calculatorPixel(55, 1680)px;
    padding-left: calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__right {
    padding-right: calculatorPixel(55, 1368)px;
    padding-left: calculatorPixel(55, 1368)px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value__content__right img {
  width: 861px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__right img {
    width: calculatorPixel(861, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__right img {
    width: calculatorPixel(861, 1368)px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value__content__right img {
  height: 502px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__right img {
    height: calculatorPixel(502, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__right img {
    height: calculatorPixel(502, 1368)px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content {
    flex-wrap: wrap;
  }
  #introduce-page .section-system-value-wrapper .section-system-value__content__left {
    order: 2;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left {
    padding-top: 28.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left {
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row {
    margin-bottom: +40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row {
    margin-bottom: +28.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row {
    margin-bottom: +21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row .title {
    margin-bottom: +10px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row .title {
    margin-bottom: +7.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__left .__left__row .title {
    margin-bottom: +5.3333333333px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-system-value-wrapper .section-system-value__content__right {
    order: 1;
  }
  #introduce-page .section-system-value-wrapper .section-system-value__content__right img {
    width: 100%;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value .services-mobile {
  display: none;
}
@media (max-width: 1080px) {
  #introduce-page .section-system-value-wrapper .section-system-value .services-mobile {
    display: none;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value .services-mobile .row {
  margin-left: -9px;
  margin-right: -9px;
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-system-value-wrapper .section-system-value .services-mobile .row {
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value .services-mobile .row > div {
  padding-left: 9px;
  padding-right: 9px;
}
#introduce-page .section-system-value-wrapper .section-system-value .services-mobile .row > div > div {
  background-color: #F3F3F3;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1080px) {
  #introduce-page .section-system-value-wrapper .section-system-value .services-mobile .row > div {
    height: 213px;
  }
}
@media only screen and (max-width: 992px) {
  #introduce-page .section-system-value-wrapper .section-system-value .services-mobile .row > div {
    height: 195.6444444444px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-system-value-wrapper .section-system-value .services-mobile .row > div {
    max-width: 50%;
    flex: 0 0 50%;
    height: 151.4666666667px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #introduce-page .section-system-value-wrapper .section-system-value .services-mobile .row > div > div {
    padding: 0;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value .services-mobile .box {
  width: 100%;
  text-align: center;
}
#introduce-page .section-system-value-wrapper .section-system-value .services-mobile .box .symbol {
  padding-bottom: 10px;
  width: 80%;
}
@media (max-width: 768px) {
  #introduce-page .section-system-value-wrapper .section-system-value .services-mobile .box .symbol {
    width: 50%;
  }
}
#introduce-page .section-system-value-wrapper .section-system-value .services-mobile .box .symbol {
  margin-left: auto;
  margin-right: auto;
}
#introduce-page .section-system-value-wrapper .section-system-value .services-mobile .box .symbol img {
  max-width: 75%;
}
#introduce-page .section-system-value-wrapper .section-system-value .services-mobile .box .name {
  padding-top: 7px;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.2;
}
#introduce-page .section-leader-room {
  margin-top: +80px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room {
    margin-top: +calculatorPixel(80, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room {
    margin-top: +calculatorPixel(80, 1368)px;
  }
}
#introduce-page .section-leader-room__title {
  margin-bottom: +32px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__title {
    margin-bottom: +calculatorPixel(32, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__title {
    margin-bottom: +calculatorPixel(32, 1368)px;
  }
}
#introduce-page .section-leader-room__title {
  text-transform: uppercase;
}
#introduce-page .section-leader-room__row__header {
  border-bottom: 1px solid #b5b5b5;
  display: flex;
}
#introduce-page .section-leader-room__row__header .box {
  background-color: #212121;
  text-transform: uppercase;
  color: white;
  height: 63px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__header .box {
    height: calculatorPixel(63, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__header .box {
    height: calculatorPixel(63, 1368)px;
  }
}
#introduce-page .section-leader-room__row__header .box {
  line-height: 63px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__header .box {
    line-height: calculatorPixel(63, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__header .box {
    line-height: calculatorPixel(63, 1368)px;
  }
}
#introduce-page .section-leader-room__row__header .box {
  padding-right: 47px;
  padding-left: 47px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__header .box {
    padding-right: calculatorPixel(47, 1680)px;
    padding-left: calculatorPixel(47, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__header .box {
    padding-right: calculatorPixel(47, 1368)px;
    padding-left: calculatorPixel(47, 1368)px;
  }
}
#introduce-page .section-leader-room__row__header .box {
  font-family: "MyriadPro-Regular";
}
@media (max-width: 1080px) {
  #introduce-page .section-leader-room__row__header .box {
    height: 63px;
  }
}
@media (max-width: 991px) {
  #introduce-page .section-leader-room__row__header .box {
    height: 57.8083333333px;
  }
}
@media (max-width: 768px) {
  #introduce-page .section-leader-room__row__header .box {
    height: 44.8px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-leader-room__row__header .box {
    height: 33.6px;
  }
}
@media (max-width: 480px) {
  #introduce-page .section-leader-room__row__header .box {
    height: 28px;
  }
}
@media (max-width: 360px) {
  #introduce-page .section-leader-room__row__header .box {
    height: 21px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-leader-room__row__header .box {
    line-height: 63px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-leader-room__row__header .box {
    line-height: 44.8px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-leader-room__row__header .box {
    line-height: 33.6px;
  }
}
@media (max-width: 480px) {
  #introduce-page .section-leader-room__row__header .box {
    line-height: 28px;
  }
}
@media (max-width: 360px) {
  #introduce-page .section-leader-room__row__header .box {
    line-height: 21px;
  }
}
#introduce-page .section-leader-room__row__content {
  padding-top: 50px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content {
    padding-top: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content {
    padding-top: calculatorPixel(50, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content {
    padding-bottom: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content {
    padding-bottom: calculatorPixel(20, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content {
  margin-right: -70px;
  margin-left: -70px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content {
    margin-right: -calculatorPixel(70, 1680)px;
    margin-left: -calculatorPixel(70, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content {
    margin-right: -calculatorPixel(70, 1368)px;
    margin-left: -calculatorPixel(70, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content {
  margin-top: -20px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content {
    margin-top: -calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content {
    margin-top: -calculatorPixel(20, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content {
  margin-bottom: -20px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content {
    margin-bottom: -calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content {
    margin-bottom: -calculatorPixel(20, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content .__content__col {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content .__content__col {
    padding-right: calculatorPixel(70, 1680)px;
    padding-left: calculatorPixel(70, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content .__content__col {
    padding-right: calculatorPixel(70, 1368)px;
    padding-left: calculatorPixel(70, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content .__content__col {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content .__content__col {
    padding-bottom: calculatorPixel(30, 1680)px;
    padding-top: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content .__content__col {
    padding-bottom: calculatorPixel(30, 1368)px;
    padding-top: calculatorPixel(30, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content .__content__col .avatar {
  width: 200px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content .__content__col .avatar {
    width: calculatorPixel(200, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content .__content__col .avatar {
    width: calculatorPixel(200, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content .__content__col .avatar {
  height: 200px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content .__content__col .avatar {
    height: calculatorPixel(200, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content .__content__col .avatar {
    height: calculatorPixel(200, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content .__content__col .avatar {
  margin-bottom: +35px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content .__content__col .avatar {
    margin-bottom: +calculatorPixel(35, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content .__content__col .avatar {
    margin-bottom: +calculatorPixel(35, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content .__content__col .avatar {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#introduce-page .section-leader-room__row__content .__content__col .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.22);
}
#introduce-page .section-leader-room__row__content .__content__col .header-profile {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content .__content__col .header-profile {
    padding-bottom: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content .__content__col .header-profile {
    padding-bottom: calculatorPixel(30, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content .__content__col .header-profile {
  margin-bottom: +30px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content .__content__col .header-profile {
    margin-bottom: +calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content .__content__col .header-profile {
    margin-bottom: +calculatorPixel(30, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content .__content__col .header-profile {
  border-bottom: 1px solid #BDBDBD;
}
#introduce-page .section-leader-room__row__content .__content__col .header-profile .rote {
  color: #2C2B2B;
}
#introduce-page .section-leader-room__row__content .__content__col .header-profile .name {
  text-transform: uppercase;
  display: inline-block;
  font-family: "MyriadPro-Bold";
  margin-bottom: +10px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content .__content__col .header-profile .name {
    margin-bottom: +calculatorPixel(10, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content .__content__col .header-profile .name {
    margin-bottom: +calculatorPixel(10, 1368)px;
  }
}
#introduce-page .section-leader-room__row__content .__content__col .more-info {
  color: #595959;
}
#introduce-page .section-leader-room__row__content .__content__col .more-info p {
  display: grid;
  grid-template-columns: 40% 10% 50%;
  margin-bottom: +10px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-leader-room__row__content .__content__col .more-info p {
    margin-bottom: +calculatorPixel(10, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-leader-room__row__content .__content__col .more-info p {
    margin-bottom: +calculatorPixel(10, 1368)px;
  }
}
#introduce-page .section-behave-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#introduce-page .section-behave-wrapper .section-behave {
  display: flex;
  margin-right: -55px;
  margin-left: -55px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-behave-wrapper .section-behave {
    margin-right: -calculatorPixel(55, 1680)px;
    margin-left: -calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-behave-wrapper .section-behave {
    margin-right: -calculatorPixel(55, 1368)px;
    margin-left: -calculatorPixel(55, 1368)px;
  }
}
#introduce-page .section-behave-wrapper .section-behave__title {
  text-transform: uppercase;
  margin-bottom: +30px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-behave-wrapper .section-behave__title {
    margin-bottom: +calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-behave-wrapper .section-behave__title {
    margin-bottom: +calculatorPixel(30, 1368)px;
  }
}
#introduce-page .section-behave-wrapper .section-behave__des {
  text-align: justify;
}
#introduce-page .section-behave-wrapper .section-behave__des p {
  margin-bottom: +30px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-behave-wrapper .section-behave__des p {
    margin-bottom: +calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-behave-wrapper .section-behave__des p {
    margin-bottom: +calculatorPixel(30, 1368)px;
  }
}
#introduce-page .section-behave-wrapper .section-behave__des * {
  line-height: 1.5 !important;
}
#introduce-page .section-behave-wrapper .section-behave__left {
  padding-right: 55px;
  padding-left: 55px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-behave-wrapper .section-behave__left {
    padding-right: calculatorPixel(55, 1680)px;
    padding-left: calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-behave-wrapper .section-behave__left {
    padding-right: calculatorPixel(55, 1368)px;
    padding-left: calculatorPixel(55, 1368)px;
  }
}
#introduce-page .section-behave-wrapper .section-behave__left {
  margin-top: -9px;
  width: 55%;
}
#introduce-page .section-behave-wrapper .section-behave__right {
  width: 45%;
  padding-right: 55px;
  padding-left: 55px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-behave-wrapper .section-behave__right {
    padding-right: calculatorPixel(55, 1680)px;
    padding-left: calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-behave-wrapper .section-behave__right {
    padding-right: calculatorPixel(55, 1368)px;
    padding-left: calculatorPixel(55, 1368)px;
  }
}
#introduce-page .section-behave-wrapper .section-behave__right img {
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  #introduce-page .section-behave-wrapper .section-behave__right img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#introduce-page .section-behave-wrapper .section-behave__right .right-title {
  display: none;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  #introduce-page .section-behave-wrapper .section-behave__right .right-title {
    display: block;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-behave-wrapper .section-behave {
    flex-wrap: wrap;
  }
  #introduce-page .section-behave-wrapper .section-behave__left {
    order: 1;
  }
  #introduce-page .section-behave-wrapper .section-behave__right {
    order: 2;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #introduce-page .section-behave-wrapper .section-behave__right {
    margin-top: +20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #introduce-page .section-behave-wrapper .section-behave__right {
    margin-top: +14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #introduce-page .section-behave-wrapper .section-behave__right {
    margin-top: +10.6666666667px;
  }
}
#introduce-page .section-criteria-wrapper {
  background-color: #f3f3f3;
  padding-top: 70px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-criteria-wrapper {
    padding-top: calculatorPixel(70, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-criteria-wrapper {
    padding-top: calculatorPixel(70, 1368)px;
  }
}
#introduce-page .section-criteria-wrapper {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-criteria-wrapper {
    padding-bottom: calculatorPixel(70, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-criteria-wrapper {
    padding-bottom: calculatorPixel(70, 1368)px;
  }
}
#introduce-page .section-criteria-wrapper .section-criteria-swiper {
  position: relative;
}
#introduce-page .section-criteria-wrapper .section-criteria-swiper .swiper-button-next {
  display: none;
}
#introduce-page .section-criteria-wrapper .section-criteria-swiper .swiper-button-prev {
  left: 0;
  transform: translateX(-100%);
}
@media (max-width: 576px) {
  #introduce-page .section-criteria-wrapper .section-criteria-swiper .swiper-button-prev {
    transform: translateX(0);
  }
}
#introduce-page .section-criteria-wrapper .section-criteria__header {
  margin-bottom: +90px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-criteria-wrapper .section-criteria__header {
    margin-bottom: +calculatorPixel(90, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-criteria-wrapper .section-criteria__header {
    margin-bottom: +calculatorPixel(90, 1368)px;
  }
}
#introduce-page .section-criteria-wrapper .section-criteria__header__title {
  text-transform: uppercase;
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-criteria-wrapper .section-criteria__header__title {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-criteria-wrapper .section-criteria__header__title {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
#introduce-page .section-criteria-wrapper .section-criteria__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 1100px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 768px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content {
    margin-left: 0;
    margin-right: 0;
  }
}
#introduce-page .section-criteria-wrapper .section-criteria__content__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: +53px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box {
    margin-bottom: +calculatorPixel(53, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box {
    margin-bottom: +calculatorPixel(53, 1368)px;
  }
}
#introduce-page .section-criteria-wrapper .section-criteria__content__box {
  flex: 0 0 calc(25% - 35px);
  max-width: calc(25% - 35px);
  text-align: right;
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1100px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark {
  display: flex;
  align-items: center;
  position: relative;
}
#introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark img {
  max-width: 100%;
}
#introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape {
  position: absolute;
  text-align: left;
  width: 63%;
  right: 0;
  max-height: 87%;
  overflow-y: hidden;
}
#introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape img {
  max-width: 35%;
}
#introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .name {
  font-family: "MyriadPro-Regular";
  color: white;
  line-height: 26px;
  margin-top: +15px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .name {
    margin-top: +calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .name {
    margin-top: +calculatorPixel(15, 1368)px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .name {
    margin-top: +15px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .name {
    margin-top: +10.6666666667px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .name {
    margin-top: +8px;
  }
}
@media (max-width: 1080px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .name {
    margin-bottom: +20px;
  }
}
@media only screen and (max-width: 768px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .name {
    margin-bottom: +14.2222222222px;
  }
}
@media (max-width: 576px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .name {
    margin-bottom: +10.6666666667px;
  }
}
#introduce-page .section-criteria-wrapper .section-criteria__content__box .box-center-bark .defect-shape .des {
  color: white;
  width: 75%;
  line-height: 1;
}
#introduce-page .section-criteria-wrapper .section-criteria__content.row-first > div:first-child .word-art span {
  transform: translate(20px, 25px);
}
@media (min-width: 1369px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content.row-first > div:first-child .word-art span {
    transform: translate(25px, 35px);
  }
}
@media (min-width: 1681px) {
  #introduce-page .section-criteria-wrapper .section-criteria__content.row-first > div:first-child .word-art span {
    transform: translate(30px, 35px);
  }
}
#introduce-page .section-criteria-wrapper.mobile {
  display: none;
}
@media (max-width: 1080px) {
  #introduce-page .section-criteria-wrapper {
    margin-top: 0;
  }
  #introduce-page .section-criteria-wrapper.desktop {
    display: none;
  }
  #introduce-page .section-criteria-wrapper.mobile {
    display: block;
  }
  #introduce-page .section-criteria-wrapper.mobile .container-remake-fullRight {
    width: 95%;
    margin-left: auto;
    margin-right: 0;
  }
}
#introduce-page .splide_video {
  margin-top: +70px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .splide_video {
    margin-top: +calculatorPixel(70, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .splide_video {
    margin-top: +calculatorPixel(70, 1368)px;
  }
}
#introduce-page .splide_video .splide__arrows {
  display: none;
}
#introduce-page .splide_video .splide__pagination {
  bottom: -35px;
}
#introduce-page .splide_video .splide__pagination__page {
  width: 20px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .splide_video .splide__pagination__page {
    width: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .splide_video .splide__pagination__page {
    width: calculatorPixel(20, 1368)px;
  }
}
#introduce-page .splide_video .splide__pagination__page {
  height: 20px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .splide_video .splide__pagination__page {
    height: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .splide_video .splide__pagination__page {
    height: calculatorPixel(20, 1368)px;
  }
}
#introduce-page .splide_video .splide__pagination__page {
  margin: 0;
  background-color: #555555;
}
#introduce-page .splide_video .splide__pagination__page.is-active {
  background-color: #0053A0;
  transform: scale(1);
}
#introduce-page .splide_video .splide__pagination li {
  padding-right: 8px;
  padding-left: 8px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .splide_video .splide__pagination li {
    padding-right: calculatorPixel(8, 1680)px;
    padding-left: calculatorPixel(8, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .splide_video .splide__pagination li {
    padding-right: calculatorPixel(8, 1368)px;
    padding-left: calculatorPixel(8, 1368)px;
  }
}
#introduce-page .splide_video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#introduce-page .splide_video .btn-play img {
  width: 140px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .splide_video .btn-play img {
    width: calculatorPixel(140, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .splide_video .btn-play img {
    width: calculatorPixel(140, 1368)px;
  }
}
#introduce-page .splide_video .btn-play img {
  height: 140px;
}
@media only screen and (max-width: 1680px) {
  #introduce-page .splide_video .btn-play img {
    height: calculatorPixel(140, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #introduce-page .splide_video .btn-play img {
    height: calculatorPixel(140, 1368)px;
  }
}
#introduce-page .splide_video .header_video {
  position: absolute;
  left: 10%;
  bottom: 10%;
  color: white;
  text-transform: uppercase;
  line-height: initial;
}
#introduce-page .splide_video .header_video .conposed {
  opacity: 0.7;
  font-style: italic;
}

@media only screen and (max-width: 1080px) {
  .section-mechanical-overview {
    display: none;
  }
}
.section-mechanical-overview .mechandical-overview__boxfield {
  display: flex;
  flex-wrap: wrap;
}
.section-mechanical-overview .mechandical-overview__boxfield .item {
  height: 190px;
  position: relative;
}
.section-mechanical-overview .mechandical-overview__boxfield .item .text {
  height: 40%;
  position: absolute;
  bottom: 0;
}
.section-mechanical-overview .mechandical-overview__boxfield .item .text p {
  position: relative;
  top: 30%;
}
@media (max-width: 1720px) {
  .section-mechanical-overview .mechandical-overview__boxfield .item {
    height: 180px;
  }
}
@media (max-width: 1600px) {
  .section-mechanical-overview .mechandical-overview__boxfield .item {
    height: 160px;
  }
}
@media (max-width: 1400px) {
  .section-mechanical-overview .mechandical-overview__boxfield .item {
    height: 150px;
  }
}
@media (max-width: 1300px) {
  .section-mechanical-overview .mechandical-overview__boxfield .item {
    height: 135px;
  }
}
@media (max-width: 1100px) {
  .section-mechanical-overview .mechandical-overview__boxfield .item {
    height: 120px;
  }
}
.section-mechanical-overview .mechandical-overview__boxfield .boxfield-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15%;
  margin-bottom: 2%;
  text-align: center;
  margin-right: 2%;
  padding: 1%;
  max-width: 215px;
  background-color: #f1f1f1;
}
.section-mechanical-overview .mechandical-overview__boxfield .boxfield-item img {
  margin-bottom: 5%;
  width: 50%;
}
.section-mechanical-overview .mechandical-overview__boxfield .boxfield-item .name {
  margin-top: 6%;
  line-height: 1.2;
}
.section-mechanical-overview .mechandical-overview__boxfield .boxfield-item:last-child {
  margin-right: 0;
}

.section-mechanical-overview-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .section-mechanical-overview-mobile {
    display: block;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .item {
    height: 190px;
    position: relative;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .item .text {
    height: 40%;
    position: absolute;
    bottom: 0;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .item .text p {
    position: relative;
    top: 30%;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .boxfield-item {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0;
    height: auto;
    margin-bottom: 5%;
    background-color: #f1f1f1;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .boxfield-item .content .center img {
    width: 80%;
  }
  .section-mechanical-overview-mobile .mechandical-overview__boxfield .boxfield-item .name {
    margin-top: 6%;
    line-height: 1.2;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 1080px) {
  .section-mechanical-tab {
    display: none;
  }
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content {
  display: flex;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field {
  flex: 0 0 24%;
  margin-left: 10.5%;
  margin-right: 2%;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
  text-align: center;
  padding: 9% 0;
  display: block;
  text-transform: uppercase;
  font-family: "MyriadPro-Regular";
  color: #787878;
  margin-bottom: 9%;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 3px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1720px) {
  .section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    margin-bottom: 9.2%;
  }
}
@media (max-width: 1600px) {
  .section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    margin-bottom: 8.8%;
  }
}
@media (max-width: 1400px) {
  .section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    margin-bottom: 9.5%;
  }
}
@media (max-width: 1300px) {
  .section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    margin-bottom: 9.6%;
  }
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item:hover {
  background-color: #01498b;
  color: #fff;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item:last-child {
  margin-bottom: 0;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item.active {
  background-color: #01498b;
  color: white;
  border-radius: unset;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content {
  flex: 0 0 53%;
  margin-right: 10.5%;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__top img {
  max-width: 100%;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom {
  padding: 3% 5%;
  background-color: #01498b;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom .title {
  color: white;
  font-family: "MyriadPro-Regular";
  margin-top: -2%;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom .desc {
  color: white;
  margin: 1% 0;
  margin-top: -2%;
}
.section-mechanical-tab .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom .read-more {
  padding: 0.4% 1.3%;
  color: #01498b;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: "MyriadPro-Regular";
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
}

.section-mechanical-tab-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .section-mechanical-tab-mobile {
    display: block;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field {
    margin-top: 3%;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item {
    padding: 3% 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: "MyriadPro-Regular";
    color: #000;
    margin-bottom: 2.4%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 3px;
    transition: 0.3s ease-in-out;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item:hover {
    background-color: #01498b;
    color: #fff;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item:last-child {
    margin-bottom: 0;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-field .list-group-item.active {
    background-color: #01498b;
    color: white;
    border-radius: unset;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__top {
    width: 100%;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__top img {
    width: 100%;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom {
    padding: 3% 5%;
    background-color: #01498b;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom .title {
    color: white;
    font-family: "MyriadPro-Regular";
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom .desc {
    color: white;
    margin: 3% 0;
  }
  .section-mechanical-tab-mobile .mechanical-tab-wrapper .mechanical-tab__content .tab-content .content-right__bottom .read-more {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .section-list-news-wrapper.mechandical {
    display: none;
  }
}
.section-list-news-wrapper.mechandical {
  margin-bottom: +60px;
}
@media only screen and (max-width: 1680px) {
  .section-list-news-wrapper.mechandical {
    margin-bottom: +calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-list-news-wrapper.mechandical {
    margin-bottom: +calculatorPixel(60, 1368)px;
  }
}
.section-list-news-wrapper.mechandical .section-list-news {
  padding-top: 60px;
}
@media only screen and (max-width: 1680px) {
  .section-list-news-wrapper.mechandical .section-list-news {
    padding-top: calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-list-news-wrapper.mechandical .section-list-news {
    padding-top: calculatorPixel(60, 1368)px;
  }
}
.section-list-news-wrapper.mechandical .section-list-news .content {
  display: flex;
  flex-wrap: wrap;
}
.section-list-news-wrapper.mechandical .section-list-news .content img {
  max-width: 100%;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 1680px) {
  .section-list-news-wrapper.mechandical .section-list-news .content .item {
    padding-bottom: calculatorPixel(50, 1680)px;
    padding-top: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-list-news-wrapper.mechandical .section-list-news .content .item {
    padding-bottom: calculatorPixel(50, 1368)px;
    padding-top: calculatorPixel(50, 1368)px;
  }
}
.section-list-news-wrapper.mechandical .section-list-news .content .item {
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  width: 48%;
  min-height: 18rem;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__left {
  display: flex;
  width: 48%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .section-list-news-wrapper.mechandical .section-list-news .content .item__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--left {
  background-color: #01498b;
  text-align: center;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 30%;
  min-width: 65px;
  height: 100%;
  line-height: initial;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--left > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--left .day,
.section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--left .month {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--left .day,
  .section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--left .month {
    font-size: 18px;
  }
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--left .year {
  font-size: 20px;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--right {
  padding-left: 0;
  height: 100%;
  width: 70%;
  position: relative;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--right a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--right a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .section-list-news-wrapper.mechandical .section-list-news .content .item__left .sub--right {
    padding: 0;
    flex-grow: 1;
  }
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__right {
  display: flex;
  flex-direction: column;
  width: 52%;
}
@media (max-width: 768px) {
  .section-list-news-wrapper.mechandical .section-list-news .content .item__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__right__top {
  flex-shrink: 0;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__right__top .title a {
  color: black;
  margin-bottom: +12px;
}
@media only screen and (max-width: 1680px) {
  .section-list-news-wrapper.mechandical .section-list-news .content .item__right__top .title a {
    margin-bottom: +calculatorPixel(12, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-list-news-wrapper.mechandical .section-list-news .content .item__right__top .title a {
    margin-bottom: +calculatorPixel(12, 1368)px;
  }
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__right__top .title a:hover {
  color: #01498b;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__right__bottom {
  flex: 1;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item__right__bottom .description {
  color: #01498b;
  font-family: "MyriadPro-Regular";
  text-align: justify;
}
.section-list-news-wrapper.mechandical .section-list-news .content .item:nth-child(2n+1) {
  margin-right: 4%;
}

.read-moree {
  position: absolute;
  right: 0;
  left: 85%;
  text-transform: uppercase;
}
.read-moree img {
  width: 4.3%;
  margin-top: -8.5px;
  margin-left: 5px;
}
@media (max-width: 1440px) {
  .read-moree img {
    margin-top: -6.5px;
  }
}
@media (max-width: 1440px) {
  .read-moree img {
    margin-top: -5.5px;
    width: 4.5%;
  }
}
.read-moree:hover img {
  margin-left: 20px;
  transition: 0.5s ease-in-out;
}

.section-list-news-wrapper-mobile.mechandical {
  display: none;
}
@media only screen and (max-width: 820px) {
  .section-list-news-wrapper-mobile.mechandical {
    display: block;
    margin-bottom: +80px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 1680px) {
  .section-list-news-wrapper-mobile.mechandical {
    margin-bottom: +calculatorPixel(80, 1680)px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 1368px) {
  .section-list-news-wrapper-mobile.mechandical {
    margin-bottom: +calculatorPixel(80, 1368)px;
  }
}
@media only screen and (max-width: 820px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .section-list-news-header {
    justify-content: space-between;
  }
  .section-list-news-wrapper-mobile.mechandical .section-list-news {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 1680px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news {
    padding-top: calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 1368px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news {
    padding-top: calculatorPixel(60, 1368)px;
  }
}
@media only screen and (max-width: 820px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content {
    margin-top: 3%;
  }
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content h3 {
    display: block;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
  }
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content img {
    max-width: 100%;
  }
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile {
    padding-bottom: 8%;
  }
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    background-color: #01498b;
    text-align: center;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 820px) and (max-width: 1080px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    width: 100px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 991px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    width: 91.7592592593px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 768px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    width: 71.1111111111px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 576px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    width: 53.3333333333px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 480px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    width: 44.4444444444px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 360px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    width: 33.3333333333px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 1080px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    height: 100px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 991px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    height: 91.7592592593px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 768px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    height: 71.1111111111px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 576px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    height: 53.3333333333px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 480px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    height: 44.4444444444px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 360px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left {
    height: 33.3333333333px;
  }
}
@media only screen and (max-width: 820px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .day,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .month,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .year {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 35px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 700px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .day,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .month,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .year {
    font-size: 25px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 992px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .day,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .month,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .year {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 768px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .day,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .month,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .year {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 600px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .day,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .month,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .year {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 400px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .day,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .month,
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-left .year {
    font-size: 13px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-right {
    width: 100%;
    padding-right: 0;
    height: 50vw;
  }
  .section-list-news-wrapper-mobile.mechandical .section-list-news .content .item .item-mobile .img .sub-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-pagination ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .page-pagination ul {
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .page-pagination ul {
    margin-bottom: -28.4444444444px;
  }
}
@media (max-width: 576px) {
  .page-pagination ul {
    margin-bottom: -21.3333333333px;
  }
}
.page-pagination ul {
  margin-right: -35px;
}
@media only screen and (max-width: 1680px) {
  .page-pagination ul {
    margin-right: -calculatorPixel(35, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .page-pagination ul {
    margin-right: -calculatorPixel(35, 1368)px;
  }
}
@media (max-width: 1080px) {
  .page-pagination ul {
    margin-right: -55px;
  }
}
@media only screen and (max-width: 768px) {
  .page-pagination ul {
    margin-right: -39.1111111111px;
  }
}
@media (max-width: 576px) {
  .page-pagination ul {
    margin-right: -29.3333333333px;
  }
}
.page-pagination ul {
  align-items: center;
  justify-content: center;
}

.form-contact-only-mobile {
  display: none;
}
@media (max-width: 1080px) {
  .form-contact-only-mobile {
    display: block;
  }
}

.section-mechanical-contact-again .mechanical-contact .contact-button {
  background-color: white;
  border: none;
  outline: none;
  padding: 8px 0;
  color: #868686;
  font-family: "MyriadPro-Regular";
  width: auto;
}
.section-mechanical-contact-again .mechanical-contact__content {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 1680px) {
  .section-mechanical-contact-again .mechanical-contact__content {
    padding-bottom: calculatorPixel(50, 1680)px;
    padding-top: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-mechanical-contact-again .mechanical-contact__content {
    padding-bottom: calculatorPixel(50, 1368)px;
    padding-top: calculatorPixel(50, 1368)px;
  }
}
.section-mechanical-contact-again .mechanical-contact__content {
  padding-right: 180px;
  padding-left: 180px;
}
@media only screen and (max-width: 1680px) {
  .section-mechanical-contact-again .mechanical-contact__content {
    padding-right: calculatorPixel(180, 1680)px;
    padding-left: calculatorPixel(180, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-mechanical-contact-again .mechanical-contact__content {
    padding-right: calculatorPixel(180, 1368)px;
    padding-left: calculatorPixel(180, 1368)px;
  }
}
.section-mechanical-contact-again .mechanical-contact__content {
  background: #f7f7f7;
}
.section-mechanical-contact-again .mechanical-contact__content__top .left {
  margin: auto;
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left {
    padding-top: 5%;
  }
}
.section-mechanical-contact-again .mechanical-contact__content__top .left .address a,
.section-mechanical-contact-again .mechanical-contact__content__top .left .phone a,
.section-mechanical-contact-again .mechanical-contact__content__top .left .email a {
  color: black;
}
.section-mechanical-contact-again .mechanical-contact__content__top .left .address::before,
.section-mechanical-contact-again .mechanical-contact__content__top .left .phone::before,
.section-mechanical-contact-again .mechanical-contact__content__top .left .email::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.section-mechanical-contact-again .mechanical-contact__content__top .left .address {
  padding-left: 3rem;
  position: relative;
  font-family: "MyriadPro-Regular";
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left .address {
    padding-left: 50px;
  }
}
.section-mechanical-contact-again .mechanical-contact__content__top .left .address::before {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.section-mechanical-contact-again .mechanical-contact__content__top .left .phone {
  padding-left: 3rem;
  font-family: "MyriadPro-Regular";
  position: relative;
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left .phone {
    padding-left: 50px;
  }
}
.section-mechanical-contact-again .mechanical-contact__content__top .left .phone::before {
  position: absolute;
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.section-mechanical-contact-again .mechanical-contact__content__top .left .email {
  padding-left: 3rem;
  font-family: "MyriadPro-Regular";
  position: relative;
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left .email {
    padding-left: 50px;
  }
}
.section-mechanical-contact-again .mechanical-contact__content__top .left .email::before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.section-mechanical-contact-again .mechanical-contact__content__top .left > div {
  margin-bottom: +30px;
}
@media only screen and (max-width: 1680px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left > div {
    margin-bottom: +calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left > div {
    margin-bottom: +calculatorPixel(30, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left > div {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left > div {
    margin-bottom: +21.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left > div {
    margin-bottom: +16px;
  }
}
.section-mechanical-contact-again .mechanical-contact__content__top .left > div:last-child {
  margin-bottom: 0;
}
.section-mechanical-contact-again .mechanical-contact__content__top .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again .mechanical-contact__content__top .left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .section-mechanical-contact-again .mechanical-contact__content__top .right {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .section-mechanical-contact-again .mechanical-contact__content__top .right img {
    margin-left: 0;
  }
}
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info {
  margin-top: +50px;
}
@media only screen and (max-width: 1680px) {
  .section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info {
    margin-top: +calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info {
    margin-top: +calculatorPixel(50, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info {
    margin-top: 0;
  }
}
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info input:focus ~ label,
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info textarea:focus ~ label,
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info input:valid ~ label,
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info textarea:valid ~ label {
  font-size: 0;
  top: 4px;
  transition: all 0.225s ease;
}
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info .styled-input {
  width: 100%;
  margin: 0.5rem 0;
  position: relative;
}
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info .styled-input label {
  padding: 0 10px 1rem 10px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.25s ease;
  pointer-events: none;
  font-family: "MyriadPro-Regular";
  color: rgb(134, 134, 134);
  text-transform: uppercase;
}
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info input,
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info textarea {
  padding: 12px;
  border: 0;
  width: 100%;
  background-color: #fff;
  color: rgb(148, 148, 148);
}
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info input:focus,
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info textarea:focus {
  outline: 0;
}
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info input:focus ~ span,
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info textarea:focus ~ span {
  transition: all 0.075s ease;
}
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info textarea {
  min-height: 4em;
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info .input-container {
    padding-right: 0;
  }
  .section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info .input-container > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info .submit-btn {
  padding: 5px 36px;
  display: inline-block;
  background-color: #01498b;
  color: #FFF;
  font-family: "MyriadPro-Regular";
  cursor: pointer;
  display: table;
  margin: 0 auto;
  font-size: 12px;
  line-height: inherit;
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again .mechanical-contact__content .mechanical-contact__info .submit-btn {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1080px) {
  .section-mechanical-contact-again__content {
    background: #f7f7f7;
  }
  .section-mechanical-contact-again__content .mechanical-contact__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-support-industry-overview .mechandical-overview__boxfield {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.7vw;
}
@media (max-width: 1080px) {
  .section-support-industry-overview .mechandical-overview__boxfield {
    margin-left: -15px;
    margin-right: -15px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .section-support-industry-overview .mechandical-overview__boxfield {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-support-industry-overview .mechandical-overview__boxfield .boxfield-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F3F3F3;
  text-align: center;
  padding: 10% 7%;
}
.section-support-industry-overview .mechandical-overview__boxfield .boxfield-item img {
  margin-bottom: 5%;
  flex: 1;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 4vw;
  max-width: 70%;
}
@media (max-width: 1080px) {
  .section-support-industry-overview .mechandical-overview__boxfield .boxfield-item img {
    max-height: 15vw;
  }
}
.section-support-industry-overview .mechandical-overview__boxfield .boxfield-item .name {
  margin-top: 6%;
  line-height: 1.2;
  /* flex: 1; */
  flex-shrink: 0;
}

.section-support-industry-tab .mechanical-tab-wrapper {
  background-size: cover;
}
@media (min-width: 1081px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .row {
    padding: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top {
    margin-bottom: +21.3333333333px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top {
    margin-bottom: +16px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-left {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-left {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-left {
    padding-right: 11.3777777778px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-left {
    padding-right: 8.5333333333px;
  }
}
@media only screen and (max-width: 1080px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-right {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-right:not(.col-3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 1680px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom {
    padding-right: calculatorPixel(20, 1680)px;
    padding-left: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom {
    padding-right: calculatorPixel(20, 1368)px;
    padding-left: calculatorPixel(20, 1368)px;
  }
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (max-width: 1680px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom {
    padding-bottom: calculatorPixel(15, 1680)px;
    padding-top: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom {
    padding-bottom: calculatorPixel(15, 1368)px;
    padding-top: calculatorPixel(15, 1368)px;
  }
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .top {
  height: 170px;
}
@media only screen and (max-width: 1680px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .top {
    height: calculatorPixel(170, 1680)px;
  }
}
@media only screen and (max-width: 1440px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .top {
    height: calculatorPixel(170, 1440)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .top {
    height: calculatorPixel(170, 1368)px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .top {
    height: calculatorPixel(170, 1199)px;
  }
}
@media (max-width: 1080px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .top {
    height: auto;
  }
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .read-more {
  margin: 0;
  padding: 0;
  height: -moz-max-content;
  height: max-content;
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .read-more a {
  padding: 0.4rem 0.7rem;
  display: inline-block;
  border: 1px solid;
  color: #fff;
  font-family: "MyriadPro-Regular";
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom h4 {
  font-family: "MyriadPro-Regular";
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .description {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
  margin-bottom: 5%;
}
@media (max-width: 1440px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .item-top > div .content-bottom .description {
    display: block;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
  }
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab {
  float: left;
  width: 100%;
  height: auto;
  padding-bottom: 2%;
}
@media (min-width: 1080px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab .tablink {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-family: "MyriadPro-Regular";
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 1680px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab .tablink {
    padding-right: calculatorPixel(15, 1680)px;
    padding-left: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab .tablink {
    padding-right: calculatorPixel(15, 1368)px;
    padding-left: calculatorPixel(15, 1368)px;
  }
}
@media (max-width: 1080px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab .tablink {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab .tablink {
    padding-right: 10.6666666667px;
    padding-left: 10.6666666667px;
  }
}
@media (max-width: 576px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab .tablink {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab button {
  display: block;
  margin-bottom: 6.4%;
  background-color: inherit;
  color: #787878;
  background-color: #fff;
  padding: 7.7% 0;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 3px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab button {
    padding: 9.7% 0;
    margin-bottom: 5.2%;
  }
}
@media (max-width: 1080px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab button {
    padding-bottom: 27px;
    padding-top: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab button {
    padding-bottom: 19.2px;
    padding-top: 19.2px;
  }
}
@media (max-width: 576px) {
  .section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab button {
    padding-bottom: 14.4px;
    padding-top: 14.4px;
  }
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab button:hover {
  background-color: #01498b;
  color: #fff;
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tab button.active {
  background-color: #01498b;
  color: #fff;
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tabcontents {
  width: 100%;
  color: #fff;
  background-color: #01498b;
  border-left: none;
  height: auto;
}
.section-support-industry-tab .mechanical-tab-wrapper .mechanical-tab__content .tabcontents img {
  width: 100%;
}

@media only screen and (max-width: 1080px) {
  #test-drive-page .container-remake {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
#test-drive-page .section-main {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main {
    padding-bottom: calculatorPixel(190, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main {
    padding-bottom: calculatorPixel(190, 1368)px;
  }
}
#test-drive-page .section-main .row__main {
  margin-top: +75px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .row__main {
    margin-top: +calculatorPixel(75, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .row__main {
    margin-top: +calculatorPixel(75, 1368)px;
  }
}
#test-drive-page .section-main .row__main {
  margin-bottom: +55px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .row__main {
    margin-bottom: +calculatorPixel(55, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .row__main {
    margin-bottom: +calculatorPixel(55, 1368)px;
  }
}
#test-drive-page .section-main .row__main {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1080px) {
  #test-drive-page .section-main .row__main {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1080px) {
  #test-drive-page .section-main .form-register {
    flex: 0 0 560px;
    width: 560px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1680px) {
  #test-drive-page .section-main .form-register {
    flex: 0 0 calculatorPixel(560, 1680)px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1368px) {
  #test-drive-page .section-main .form-register {
    flex: 0 0 calculatorPixel(560, 1368)px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1680px) {
  #test-drive-page .section-main .form-register {
    width: calculatorPixel(560, 1680)px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1368px) {
  #test-drive-page .section-main .form-register {
    width: calculatorPixel(560, 1368)px;
  }
}
#test-drive-page .section-main .form-register {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-register {
    padding-bottom: calculatorPixel(25, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-register {
    padding-bottom: calculatorPixel(25, 1368)px;
  }
}
#test-drive-page .section-main .form-register {
  background-color: #f6f6f6;
}
#test-drive-page .section-main .form-register .nav {
  border: none;
  margin-bottom: 15px;
}
#test-drive-page .section-main .form-register .nav-item {
  width: 50%;
}
#test-drive-page .section-main .form-register .nav-link {
  width: 100%;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-register .nav-link {
    padding-bottom: calculatorPixel(24, 1680)px;
    padding-top: calculatorPixel(24, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-register .nav-link {
    padding-bottom: calculatorPixel(24, 1368)px;
    padding-top: calculatorPixel(24, 1368)px;
  }
}
#test-drive-page .section-main .form-register .nav-link {
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: "MyriadPro-Regular";
  background-color: white;
  color: #292929;
  height: 100%;
}
#test-drive-page .section-main .form-register .nav-link.active {
  background-color: #f6f6f6;
}
@media only screen and (max-width: 1080px) {
  #test-drive-page .section-main .form-register .nav-link.active {
    background-color: #f6f6f6;
  }
}
#test-drive-page .section-main .form-register .nav-link.active .bottom-line {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #test-drive-page .section-main .form-register .nav-link.active .bottom-line {
    display: block;
    border-bottom: 2px solid #01498b;
    width: 70%;
    display: table;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  #test-drive-page .section-main .form-register .nav-link.active .bottom-line {
    width: 60%;
  }
}
#test-drive-page .section-main .form-register .tab-content {
  margin-right: 0;
  background-color: transparent;
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-register .tab-content {
    padding-right: calculatorPixel(50, 1680)px;
    padding-left: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-register .tab-content {
    padding-right: calculatorPixel(50, 1368)px;
    padding-left: calculatorPixel(50, 1368)px;
  }
}
#test-drive-page .section-main .form-register .tab-content .select2-container--default .select2-selection--single {
  border: unset;
  padding: 7px 15px;
  height: 40px;
}
#test-drive-page .section-main .form-register .tab-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px;
}
#test-drive-page .section-main .form-register .tab-content .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: unset;
}
#test-drive-page .section-main .form-register .tab-content .form__text, #test-drive-page .section-main .form-register .tab-content .form__select {
  background-color: transparent;
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  margin-bottom: 10px;
}
#test-drive-page .section-main .form-register .tab-content .form__text .title, #test-drive-page .section-main .form-register .tab-content .form__select .title {
  font-size: 15px;
  padding-right: 58px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-register .tab-content .form__text .title, #test-drive-page .section-main .form-register .tab-content .form__select .title {
    padding-right: calculatorPixel(58, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-register .tab-content .form__text .title, #test-drive-page .section-main .form-register .tab-content .form__select .title {
    padding-right: calculatorPixel(58, 1368)px;
  }
}
#test-drive-page .section-main .form-register .tab-content .form__text input[type=text]::-moz-placeholder, #test-drive-page .section-main .form-register .tab-content .form__select input[type=text]::-moz-placeholder {
  color: #292929;
  opacity: 0.5019607843;
}
#test-drive-page .section-main .form-register .tab-content .form__text input[type=text]::placeholder, #test-drive-page .section-main .form-register .tab-content .form__select input[type=text]::placeholder {
  color: #292929;
  opacity: 0.5019607843;
}
#test-drive-page .section-main .form-register .tab-content .form__text .dropdown span,
#test-drive-page .section-main .form-register .tab-content .form__text .dropdown i,
#test-drive-page .section-main .form-register .tab-content .form__text .dropdown ul li,
#test-drive-page .section-main .form-register .tab-content .form__text input[type=text], #test-drive-page .section-main .form-register .tab-content .form__select .dropdown span,
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown i,
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown ul li,
#test-drive-page .section-main .form-register .tab-content .form__select input[type=text] {
  font-size: 13px !important;
}
#test-drive-page .section-main .form-register .tab-content .form__text input {
  border: none;
  outline: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-register .tab-content .form__text input {
    padding-bottom: calculatorPixel(15, 1680)px;
    padding-top: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-register .tab-content .form__text input {
    padding-bottom: calculatorPixel(15, 1368)px;
    padding-top: calculatorPixel(15, 1368)px;
  }
}
#test-drive-page .section-main .form-register .tab-content .form__text input {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-register .tab-content .form__text input {
    padding-right: calculatorPixel(20, 1680)px;
    padding-left: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-register .tab-content .form__text input {
    padding-right: calculatorPixel(20, 1368)px;
    padding-left: calculatorPixel(20, 1368)px;
  }
}
@media only screen and (max-width: 600px) {
  #test-drive-page .section-main .form-register .tab-content .form__text input {
    padding-bottom: 12px;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1680px) {
  #test-drive-page .section-main .form-register .tab-content .form__text input {
    padding-bottom: calculatorPixel(12, 1680)px;
    padding-top: calculatorPixel(12, 1680)px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1368px) {
  #test-drive-page .section-main .form-register .tab-content .form__text input {
    padding-bottom: calculatorPixel(12, 1368)px;
    padding-top: calculatorPixel(12, 1368)px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1680px) {
  #test-drive-page .section-main .form-register .tab-content .form__text input {
    padding-right: calculatorPixel(20, 1680)px;
    padding-left: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1368px) {
  #test-drive-page .section-main .form-register .tab-content .form__text input {
    padding-right: calculatorPixel(20, 1368)px;
    padding-left: calculatorPixel(20, 1368)px;
  }
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown {
  display: inline-block;
  background-color: #fff;
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #test-drive-page .section-main .form-register .tab-content .form__select .dropdown {
    font-size: 8px;
  }
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown:focus {
  border: none;
  outline: none;
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown .select {
  cursor: pointer;
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-register .tab-content .form__select .dropdown .select {
    padding-bottom: calculatorPixel(15, 1680)px;
    padding-top: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-register .tab-content .form__select .dropdown .select {
    padding-bottom: calculatorPixel(15, 1368)px;
    padding-top: calculatorPixel(15, 1368)px;
  }
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown .select {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-register .tab-content .form__select .dropdown .select {
    padding-right: calculatorPixel(20, 1680)px;
    padding-left: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-register .tab-content .form__select .dropdown .select {
    padding-right: calculatorPixel(20, 1368)px;
    padding-left: calculatorPixel(20, 1368)px;
  }
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown:active {
  background-color: #f8f8f8;
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown.active:hover,
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown.active .select > i {
  transform: rotate(-180deg);
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown .dropdown-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
}
#test-drive-page .section-main .form-register .tab-content .form__select .dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}
#test-drive-page .section-main .box-picture {
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
#test-drive-page .section-main .box-picture:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1080px) {
  #test-drive-page .section-main .box-picture {
    display: none;
  }
}
@media (min-width: 992px) {
  #test-drive-page .section-main .box-picture {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1680px) {
  #test-drive-page .section-main .box-picture {
    padding-left: calculatorPixel(120, 1680)px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1368px) {
  #test-drive-page .section-main .box-picture {
    padding-left: calculatorPixel(120, 1368)px;
  }
}
#test-drive-page .section-main .box-picture {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #test-drive-page .section-main .box-picture {
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  #test-drive-page .section-main .box-picture {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 25px;
  }
}
#test-drive-page .section-main .box-picture img {
  max-width: 100%;
}
#test-drive-page .section-main .top-menu-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #test-drive-page .section-main .top-menu-mobile {
    display: block;
  }
  #test-drive-page .section-main .top-menu-mobile .box-picture-mobile {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 992px) {
  #test-drive-page .section-main .top-menu-mobile .box-picture-mobile {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 992px) and (max-width: 1680px) {
  #test-drive-page .section-main .top-menu-mobile .box-picture-mobile {
    padding-left: calculatorPixel(120, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 992px) and (max-width: 1368px) {
  #test-drive-page .section-main .top-menu-mobile .box-picture-mobile {
    padding-left: calculatorPixel(120, 1368)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 991px) {
  #test-drive-page .section-main .top-menu-mobile .box-picture-mobile {
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 576px) {
  #test-drive-page .section-main .top-menu-mobile .box-picture-mobile {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1080px) {
  #test-drive-page .section-main .top-menu-mobile .box-picture-mobile img {
    max-width: 100%;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  #test-drive-page .section-main .top-menu-mobile .box-picture-mobile img:hover {
    transform: scale(1.1);
  }
  #test-drive-page .section-main .top-menu-mobile p {
    opacity: 80%;
    text-align: center;
    justify-content: center;
  }
}
#test-drive-page .section-main .new {
  padding: 50px;
}
@media only screen and (max-width: 1080px) {
  #test-drive-page .section-main .form-check {
    padding: 0 7%;
  }
}
@media only screen and (max-width: 600px) {
  #test-drive-page .section-main .form-check {
    padding: 0 10%;
  }
}
#test-drive-page .section-main .form-check {
  display: block;
  margin-bottom: +33px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-check {
    margin-bottom: +calculatorPixel(33, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-check {
    margin-bottom: +calculatorPixel(33, 1368)px;
  }
}
#test-drive-page .section-main .form-check {
  padding-left: 0;
}
#test-drive-page .section-main .form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#test-drive-page .section-main .form-check input:checked + label:after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  top: 0;
  background: no-repeat 80%/70% 90%;
  background-image: url(../images/checked.png);
}
#test-drive-page .section-main .form-check label {
  position: relative;
  cursor: pointer;
  padding-left: 37px;
}
@media only screen and (max-width: 1080px) {
  #test-drive-page .section-main .form-check label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #test-drive-page .section-main .form-check label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #test-drive-page .section-main .form-check label {
    font-size: 12px;
  }
}
#test-drive-page .section-main .form-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #cccccc;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
#test-drive-page .section-main .form-submit .btn-submit {
  width: 453px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-submit .btn-submit {
    width: calculatorPixel(453, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-submit .btn-submit {
    width: calculatorPixel(453, 1368)px;
  }
}
#test-drive-page .section-main .form-submit .btn-submit {
  height: 43px;
}
@media only screen and (max-width: 1680px) {
  #test-drive-page .section-main .form-submit .btn-submit {
    height: calculatorPixel(43, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #test-drive-page .section-main .form-submit .btn-submit {
    height: calculatorPixel(43, 1368)px;
  }
}
#test-drive-page .section-main .form-submit .btn-submit {
  background-color: #01498b;
  color: white;
  border: none;
  outline: none;
}
@media only screen and (max-width: 1080px) {
  #test-drive-page .section-main .form-submit .btn-submit {
    display: table;
    margin: 0 auto;
    width: 70%;
    height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #test-drive-page .section-main .form-submit .btn-submit {
    width: 300px;
  }
}
#test-drive-page .section-main .form-submit .btn-back {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #test-drive-page .section-main .form-submit .btn-back {
    display: block;
    display: table;
    margin: 0 auto;
    margin-top: 5%;
    width: 50%;
    height: 40px;
    background-color: #01498b;
    color: white;
    border: none;
    outline: none;
  }
}
@media only screen and (max-width: 600px) {
  #test-drive-page .section-main .form-submit .btn-back {
    width: 200px;
  }
}

@media only screen and (max-width: 1080px) {
  #page-wrap {
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .deposit-left, .deposit-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 1080px) {
  .section-step-menu-deposit {
    display: b;
  }
  .section-step-menu-deposit .container-remake {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .section-step-menu-deposit {
    padding-top: 0;
  }
}
.section-step-menu-deposit {
  margin: 1.8% 0 2%;
}
.section-step-menu-deposit .step-menu {
  display: flex;
  background-color: #f6f6f6;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-deposit .step-menu {
    margin-top: -2%;
  }
  .section-step-menu-deposit .step-menu .item-1, .section-step-menu-deposit .step-menu .item-3 {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .section-step-menu-deposit .step-menu {
    margin-top: -2%;
  }
}
.section-step-menu-deposit .step-menu__item {
  max-width: 33.33%;
  flex: 1 33.33%;
  text-align: center;
  padding: 0.8% 0;
  cursor: pointer;
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-deposit .step-menu__item {
    padding: 3% 0;
    margin-left: 4.8%;
    font-size: 28px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .section-step-menu-deposit .step-menu__item {
    margin-left: 6%;
    font-size: 25px;
    padding: 4% 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-step-menu-deposit .step-menu__item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .section-step-menu-deposit .step-menu__item {
    margin-left: 9%;
  }
}
.section-step-menu-deposit .step-menu__item span {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.section-step-menu-deposit .step-menu__item span::after {
  content: "";
  height: 2px;
  width: 0%;
  bottom: -70%;
  left: 0;
  background-color: #01498b;
  position: absolute;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 1080px) {
  .section-step-menu-deposit .step-menu__item span::after {
    display: none;
  }
}
.section-step-menu-deposit .step-menu .active span::after, .section-step-menu-deposit .step-menu .step-menu__item:hover span::after {
  width: 100%;
}

.deposit__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
}
@media (max-width: 768px) {
  .deposit__form {
    display: unset;
  }
}
.deposit__form.no-grid {
  display: block;
}
.deposit__form .max-w-4 {
  max-width: 400px;
  width: 100%;
}
.deposit__form .promotion__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 1rem;
}
.deposit__form .promotion__item {
  display: flex;
  flex-direction: column;
}
.deposit__form .promotion__item img {
  margin-bottom: 0.2rem;
}
.deposit__form .form-group .money-input {
  display: flex;
}
.deposit__form .form-group .money-input .money {
  max-width: 70%;
  flex: 1 70%;
}
.deposit__form .form-group .money-input .money input {
  border: none;
  width: 100%;
  box-shadow: none;
  padding-left: 4%;
}
.deposit__form .form-group .money-input .money input:disabled {
  background-color: white;
  opacity: 0.45;
}
.deposit__form .form-group .money-input .money {
  /* Chrome, Safari, Edge, Opera */
}
.deposit__form .form-group .money-input .money input::-webkit-outer-spin-button,
.deposit__form .form-group .money-input .money input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.deposit__form .form-group .money-input .money {
  /* Firefox */
}
.deposit__form .form-group .money-input .money input[type=number] {
  -moz-appearance: textfield;
}
.deposit__form .form-group .money-input .unit {
  max-width: 30%;
  flex: 1 30%;
}
.deposit__form .form-group input {
  height: 41px;
  outline: none;
}
@media (max-width: 1080px) {
  .deposit__form .form-group input {
    height: 55px;
  }
}
@media (max-width: 576px) {
  .deposit__form .form-group input {
    height: 45px;
  }
}
.deposit__form .form-group .dropdown {
  height: 41px;
  outline: none;
  background-color: #f6f6f6;
  border: unset;
  border-radius: unset;
  resize: none;
}
.deposit__form .form-group .dropdown .text {
  line-height: 1.5;
}
.deposit__form .form-group .dropdown div.default.text {
  color: #a6a6a6;
}
@media only screen and (max-width: 1080px) {
  .deposit__form .form-group .dropdown div.default.text {
    color: #000;
  }
}
.deposit__form .form-group .dropdown i.dropdown.icon {
  height: 100%;
  position: relative;
  top: 1px;
  left: 18px;
  color: #a6a6a6;
}
.deposit__form .span-2 {
  grid-column: span 2;
}
.deposit__form .custom-control {
  margin-left: 2%;
}
@media only screen and (max-width: 1080px) {
  .deposit__form .span-3 {
    grid-column: span 2;
  }
}
.deposit__form .form-control {
  background-color: #f6f6f6;
  border: unset;
  border-radius: unset;
  resize: none;
}
.deposit__form .form-control::-moz-placeholder {
  color: #a6a6a6;
}
.deposit__form .form-control::placeholder {
  color: #a6a6a6;
}
.deposit__form .custom-control .custom-control-label {
  margin-left: 0.5rem;
  line-height: 1.5;
}
.deposit__form .custom-control .custom-control-label::before {
  width: 18px;
  height: 18px;
  border: #a6a6a6 solid 1px;
  border-radius: unset !important;
  top: 0;
  left: -2.1rem;
}
.deposit__form .custom-control .custom-control-label::after {
  top: 0.15rem;
  left: -2rem;
  background: no-repeat 80%/70% 90%;
}
.deposit__form .custom-control .custom-control-label a {
  color: #1c76c3;
}
.deposit__form .custom-control-input:focus {
  outline: none;
  box-shadow: unset !important;
}
.deposit__form .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/checked.png");
}
.deposit__form .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.deposit__info {
  background-color: #f6f6f6;
  border-radius: 0.25rem;
}
.deposit__info-imagereview {
  padding: 2rem;
}
.deposit__info-imagereview img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.deposit__info-imagereview img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1080px) {
  .deposit__info-imagereview img {
    display: table;
    margin: 0 auto;
    width: 70%;
  }
}
.deposit__info-total {
  padding: 2rem;
}
.deposit__info .text-danger {
  color: #ff0000 !important;
}
.deposit__info-button {
  background-color: #01498b;
  border-color: #01498b;
  border-radius: unset;
  padding: 0.6rem;
  transition: all 0.2s ease-in-out;
}
.deposit__info-button:focus {
  outline: none;
  box-shadow: unset !important;
}
.deposit__info-button a {
  color: white;
}
.deposit__info-button:hover {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid #01498b;
  color: #01498b;
  background-color: #f6f6f6;
}
.deposit__info-button:hover a {
  color: #01498b;
}
.deposit__detail {
  padding: 0 5px;
}
.deposit__detail .card {
  border-radius: unset;
  border: unset;
}
.deposit__detail .card:first-child .card-header > div {
  border-top: unset;
}
@media only screen and (max-width: 1080px) {
  .deposit__detail .card:first-child .card-header h5 {
    font-weight: lighter;
  }
}
@media only screen and (max-width: 1080px) {
  .deposit__detail .card-header .text {
    font-weight: lighter;
  }
}
.deposit__detail .card-header .plus::after {
  content: "-";
  margin-left: 0.25rem;
  position: relative;
  top: -1px;
}
.deposit__detail .card-header .collapsed .plus::after {
  content: "+";
}
.deposit__detail .card-header {
  border: unset;
  padding: 0 1.6rem;
}
.deposit__detail .card-header > div {
  cursor: pointer;
  padding: 0.85rem 0.2rem 0.75rem;
  border-top: 1px solid #a6a6a6;
}
.deposit__detail .card-body {
  padding: 1rem 1.8rem;
  display: grid;
  grid-gap: 0.5rem;
  grid-row-gap: 0.75rem;
  grid-template-columns: repeat(2, 1fr);
}
.deposit__detail .card-body p:nth-child(even) {
  text-align: end;
}
.deposit__detail .collapse {
  border-radius: 0.25rem;
}

.btn-back-mobile {
  display: none;
}
@media (max-width: 1080px) {
  .btn-back-mobile {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-back-mobile {
    margin-bottom: +21.3333333333px;
  }
}
@media (max-width: 576px) {
  .btn-back-mobile {
    margin-bottom: +16px;
  }
}
@media (max-width: 1080px) {
  .btn-back-mobile {
    margin-top: +20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-back-mobile {
    margin-top: +14.2222222222px;
  }
}
@media (max-width: 576px) {
  .btn-back-mobile {
    margin-top: +10.6666666667px;
  }
}
@media only screen and (max-width: 1080px) {
  .btn-back-mobile {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    display: block;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #01498B;
    color: white;
    border: none;
    outline: none !important;
  }
  .btn-back-mobile a {
    color: white;
  }
}
@media only screen and (max-width: 600px) {
  .btn-back-mobile {
    width: 200px;
  }
}

#installment-modal {
  /* Custom styling */
  max-width: 100%;
  width: 1025px;
}
@media (max-width: 768px) {
  #installment-modal {
    max-width: 95%;
  }
}
#installment-modal {
  /* Custom transition - fade from top*/
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s;
  background-color: #f6f6f6;
  position: relative;
}
#installment-modal .loading {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 99;
}
#installment-modal .loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 10%;
  height: auto;
}
#installment-modal .required::after {
  content: "*";
  color: #f52538;
}
#installment-modal .deposit__form-gray {
  background-color: #f6f6f6;
}
#installment-modal .deposit__form-gray .form-group .dropdown {
  background-color: white;
}
#installment-modal .deposit__form-gray .installment-estimate {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  background-color: white;
  padding: 1.3rem 0.2rem;
}
@media (max-width: 768px) {
  #installment-modal .deposit__form-gray .installment-estimate {
    display: unset;
  }
}
#installment-modal .deposit__form-gray .installment-estimate__item {
  border-right: 1px solid #a6a6a6;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  #installment-modal .deposit__form-gray .installment-estimate__item {
    border-bottom: 1px solid #a6a6a6;
    border-right: unset;
    padding: 2rem 0 1.2rem;
  }
}
#installment-modal .deposit__form-gray .installment-estimate__item:last-child {
  border: unset;
}

.fancybox-slide--complete #installment-modal {
  opacity: 1;
  transform: translateY(0);
}

.distribution {
  margin-top: 50px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .distribution {
    margin-top: 2%;
  }
}
.distribution [data-aos^=zoom][data-aos^=zoom].aos-animate {
  transform: unset;
}
.distribution h1.title {
  text-transform: uppercase;
}
.distribution .img-container {
  overflow: hidden;
  width: 100%;
}
.distribution .img-container .skewed {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 58%;
  overflow: hidden;
}
.distribution .img-container .skewed img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.distribution .img-container .skewed img:hover {
  transform: scale(1.1);
}
.distribution .img-container .skewed-gallery {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 78%;
  overflow: hidden;
}
.distribution .img-container .skewed-gallery img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.distribution .img-container .skewed-gallery img:hover {
  transform: scale(1.1);
}
.distribution .provincial-company {
  background-color: white;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1680px) {
  .distribution .provincial-company {
    padding-bottom: calculatorPixel(50, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .distribution .provincial-company {
    padding-bottom: calculatorPixel(50, 1368)px;
  }
}
.distribution .provincial-company .description {
  font-family: "MyriadPro-Regular";
  text-align: justify;
}
.distribution .provincial-company .description.mobile {
  display: none;
}
@media (max-width: 1080px) {
  .distribution .provincial-company .description.desktop {
    display: none;
  }
  .distribution .provincial-company .description.mobile {
    display: block;
    text-align: justify;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .distribution .provincial-company .description.mobile {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .distribution .provincial-company .description.mobile {
    padding-bottom: 28.4444444444px;
    padding-top: 28.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .distribution .provincial-company .description.mobile {
    padding-bottom: 21.3333333333px;
    padding-top: 21.3333333333px;
  }
}
.distribution .provincial-company .select-list {
  width: 37.5%;
  position: relative;
}
@media (max-width: 640px) {
  .distribution .provincial-company .select-list {
    width: 100%;
  }
}
.distribution .provincial-company .select-list form {
  display: flex;
}
.distribution .provincial-company .select-list form .ui.selection.dropdown {
  background-color: #e6e6e6;
  border: unset;
  border-radius: unset;
}
@media (max-width: 576px) {
  .distribution .provincial-company .select-list form .ui.selection.dropdown {
    min-width: 10rem;
  }
}
.distribution .provincial-company .select-list button {
  font-family: "MyriadPro-Cond";
  text-transform: uppercase;
  background-color: #e6e6e6;
  margin-left: 28px;
  border: unset;
  white-space: nowrap;
  padding: 0px 32px;
}
.distribution .provincial-company .select-list button:focus {
  outline: unset;
}
.distribution .provincial-company .branch-wrap {
  width: 100%;
  height: 660px;
  position: relative;
}
@media (max-width: 768px) {
  .distribution .provincial-company .branch-wrap {
    display: flex;
    flex-direction: column;
    height: 600px;
  }
}
.distribution .provincial-company .branch-wrap .branch-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.distribution .provincial-company .branch-wrap .branch-background-blur {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.distribution .provincial-company .branch-wrap .left {
  width: 56.25%;
  height: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media only screen and (max-width: 1680px) {
  .distribution .provincial-company .branch-wrap .left {
    padding-bottom: calculatorPixel(80, 1680)px;
    padding-top: calculatorPixel(80, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .distribution .provincial-company .branch-wrap .left {
    padding-bottom: calculatorPixel(80, 1368)px;
    padding-top: calculatorPixel(80, 1368)px;
  }
}
.distribution .provincial-company .branch-wrap .left {
  padding-left: 80px;
}
@media only screen and (max-width: 1680px) {
  .distribution .provincial-company .branch-wrap .left {
    padding-left: calculatorPixel(80, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .distribution .provincial-company .branch-wrap .left {
    padding-left: calculatorPixel(80, 1368)px;
  }
}
.distribution .provincial-company .branch-wrap .left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .distribution .provincial-company .branch-wrap .left {
    padding: 25px;
    padding-right: unset;
  }
}
@media (max-width: 768px) {
  .distribution .provincial-company .branch-wrap .left {
    position: unset;
    width: 100%;
    height: 50%;
    padding: 15px;
    padding-right: 5px;
  }
}
.distribution .provincial-company .branch-wrap .left .branch-overflow {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-right: 15px;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #707070;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow::-webkit-scrollbar {
  width: 5px;
  background-color: #F3F3F3;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item {
  border-bottom: 1px solid #a8a8a8;
  color: white;
  position: relative;
  z-index: 2;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item:hover::after {
  opacity: 0.2;
  visibility: visible;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .branch-name {
  font-family: "MyriadPro-Bold";
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .branch-address {
  font-family: "MyriadPro-Regular";
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap {
    flex-direction: column;
  }
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (max-width: 640px) {
  .distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap__left {
    flex-wrap: wrap;
  }
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap__left .logo-item {
  width: 20%;
  margin: 1% 0;
  height: 0;
  position: relative;
  padding-bottom: 20%;
  margin-right: 0.2rem;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap__left .logo-item .frame {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 0.3rem;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap__left .logo-item .frame img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap__right {
  text-align: end;
  align-self: flex-end;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap__right a {
  color: white;
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap__right a i {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item .logo-wrap__right {
    width: 100%;
    padding-top: 10px;
  }
}
.distribution .provincial-company .branch-wrap .left .branch-overflow .branch-item:last-child {
  border-bottom: unset;
}
.distribution .provincial-company .branch-wrap .right {
  height: 100%;
  width: 43.75%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-left: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .distribution .provincial-company .branch-wrap .right {
    position: unset;
    width: 100%;
    height: 50%;
  }
}
.distribution .provincial-company .branch-wrap .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.distribution .activity-news-desktop {
  background-color: #f0f0f0;
  padding-top: 50px;
}
@media (max-width: 1080px) {
  .distribution .activity-news-desktop {
    display: none;
  }
}
.distribution .activity-news-desktop__wrap {
  display: flex;
  justify-content: space-between;
}
.distribution .activity-news-desktop__item {
  height: 650px;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex: 1 32%;
  max-width: 32%;
}
.distribution .activity-news-desktop__item .news-body {
  padding: 30px 30px 88px 30px;
  height: 65%;
  position: relative;
}
.distribution .activity-news-desktop__item .news-body .news-title {
  font-family: "MyriadPro-Regular";
  color: #444444;
  margin-bottom: 25px;
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.distribution .activity-news-desktop__item .news-body .news-title:hover {
  color: #01498b;
}
.distribution .activity-news-desktop__item .news-body .news-description {
  font-family: "MyriadPro-Regular";
  color: #444444;
}
.distribution .activity-news-desktop__item .news-body .news-info {
  display: flex;
  position: absolute;
  left: 30px;
  bottom: 30px;
  margin-top: 1rem;
}
.distribution .activity-news-desktop__item .news-body .news-info__item p {
  font-family: "MyriadPro-Regular";
}
.distribution .activity-news-desktop__item .news-body .news-info__item:first-child {
  padding: 0px 10px 0px 0px;
  border-right: 1px solid #b7b7b7;
}
.distribution .activity-news-desktop__item .news-body .news-info__item:last-child {
  padding: 0px 10px;
}
.distribution .activity-news-desktop__item:nth-child(1), .distribution .activity-news-desktop__item:nth-child(2) {
  margin-right: 2%;
}
.distribution .activity-news-mobile {
  display: none;
  background-color: #f0f0f0;
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .distribution .activity-news-mobile {
    padding-top: 17.7777777778px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile {
    padding-top: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile {
    display: block;
  }
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .news-item {
    margin-bottom: +40px;
  }
}
@media only screen and (max-width: 768px) {
  .distribution .activity-news-mobile .news-item {
    margin-bottom: +28.4444444444px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .news-item {
    margin-bottom: +21.3333333333px;
  }
}
.distribution .activity-news-mobile .news-item:last-child {
  margin-bottom: 0;
}
.distribution .activity-news-mobile .news-item img {
  vertical-align: middle;
}
.distribution .activity-news-mobile .news-item .news-body {
  background-color: white;
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .news-item .news-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .distribution .activity-news-mobile .news-item .news-body {
    padding-right: 21.3333333333px;
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .news-item .news-body {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .news-item .news-body {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .distribution .activity-news-mobile .news-item .news-body {
    padding-bottom: 21.3333333333px;
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .news-item .news-body {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .news-item .news-description {
    margin-bottom: +23px;
  }
}
@media only screen and (max-width: 768px) {
  .distribution .activity-news-mobile .news-item .news-description {
    margin-bottom: +16.3555555556px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .news-item .news-description {
    margin-bottom: +12.2666666667px;
  }
}
.distribution .activity-news-mobile .news-item .news-description {
  text-align: justify;
}
.distribution .activity-news-mobile .news-item .news-title {
  display: inline-block;
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .news-item .news-title {
    margin-bottom: +20px;
  }
}
@media only screen and (max-width: 768px) {
  .distribution .activity-news-mobile .news-item .news-title {
    margin-bottom: +14.2222222222px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .news-item .news-title {
    margin-bottom: +10.6666666667px;
  }
}
.distribution .activity-news-mobile .news-item .news-title {
  color: #444444;
  line-height: 1.2;
}
.distribution .activity-news-mobile .news-item .news-info {
  display: flex;
  color: #8B8B8B;
}
.distribution .activity-news-mobile .news-item .news-info__item p {
  font-family: "MyriadPro-Regular";
}
.distribution .activity-news-mobile .news-item .news-info__item:first-child {
  padding: 0px 10px 0px 0px;
  border-right: 1px solid #b7b7b7;
}
.distribution .activity-news-mobile .news-item .news-info__item:last-child {
  padding: 0px 10px;
}
.distribution .activity-news-mobile .nav-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    width: 36.7037037037px;
  }
}
@media (max-width: 768px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    width: 28.4444444444px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    width: 21.3333333333px;
  }
}
@media (max-width: 480px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    width: 17.7777777778px;
  }
}
@media (max-width: 360px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    width: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    height: 36.7037037037px;
  }
}
@media (max-width: 768px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    height: 28.4444444444px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    height: 21.3333333333px;
  }
}
@media (max-width: 480px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    height: 17.7777777778px;
  }
}
@media (max-width: 360px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    height: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    line-height: 28.4444444444px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    line-height: 21.3333333333px;
  }
}
@media (max-width: 480px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    line-height: 17.7777777778px;
  }
}
@media (max-width: 360px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    line-height: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    margin-right: +4px;
  }
}
@media only screen and (max-width: 768px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    margin-right: +2.8444444444px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .nav-pagination .page-item {
    margin-right: +2.1333333333px;
  }
}
.distribution .activity-news-mobile .nav-pagination .page-item {
  text-align: center;
}
.distribution .activity-news-mobile .nav-pagination .page-item .page-link {
  display: inline-block;
  background-color: white;
  width: 100%;
  padding: 0;
  height: 100%;
  border-radius: 0.25rem;
  border: none;
}
@media (max-width: 1080px) {
  .distribution .activity-news-mobile .nav-pagination .page-item .page-link {
    line-height: 43px;
  }
}
@media only screen and (max-width: 768px) {
  .distribution .activity-news-mobile .nav-pagination .page-item .page-link {
    line-height: 30.5777777778px;
  }
}
@media (max-width: 576px) {
  .distribution .activity-news-mobile .nav-pagination .page-item .page-link {
    line-height: 22.9333333333px;
  }
}
@media (max-width: 480px) {
  .distribution .activity-news-mobile .nav-pagination .page-item .page-link {
    line-height: 19.1111111111px;
  }
}
@media (max-width: 360px) {
  .distribution .activity-news-mobile .nav-pagination .page-item .page-link {
    line-height: 14.3333333333px;
  }
}
.distribution .activity-news-mobile .nav-pagination .page-item .page-link {
  color: #343434;
}
@media (max-width: 500px) {
  .distribution .activity-news-mobile .nav-pagination .page-item .page-link {
    font-size: 11px;
  }
}
.distribution .activity-news-mobile .nav-pagination .page-item.active .page-link {
  background-color: #0B5CA8;
  color: white;
}
@media (max-width: 500px) {
  .distribution .activity-news-mobile .nav-pagination .page-item.active .page-link {
    font-size: 11px;
  }
}
.distribution .library {
  background-color: #f0f0f0;
  padding-top: 45px;
  overflow: hidden;
}
.distribution .library-header {
  position: relative;
}
.distribution .library-header .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #9d9d9d;
}
.distribution .library-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 35%;
}
.distribution .library-button img {
  width: 40%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .distribution .library-button {
    right: 54px;
  }
}
.distribution .library-item {
  display: flex;
  justify-content: space-between;
}
.distribution .library-item .img-container {
  width: 37%;
}
.distribution .library-item__content {
  width: 58%;
  line-height: 1.2;
}
.distribution .library-item__content .library-title {
  font-family: "MyriadPro-Regular";
  color: #454343;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.distribution .library-item__content .library-description {
  font-family: "MyriadPro-Regular";
  color: #454343;
  margin-top: 15px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.distribution .library-item .img-container {
  height: 8vw;
}
@media (max-width: 1080px) {
  .distribution .library-item .img-container {
    width: 40%;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .distribution .library-item .img-container {
    height: 222px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  .distribution .library-item .img-container {
    height: 203.7055555556px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .distribution .library-item .img-container {
    height: 157.8666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .distribution .library-item .img-container {
    height: 118.4px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .distribution .library-item .img-container {
    height: 98.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  .distribution .library-item .img-container {
    height: 74px;
  }
}
@media (max-width: 1080px) {
  .distribution .library-item__content {
    width: 55%;
  }
}
.distribution .library .container-library {
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .distribution .library .container-library {
    width: 95%;
  }
}
@media (max-width: 640px) {
  .distribution .library .container-library {
    width: 98%;
  }
}
@media (max-width: 640px) {
  .distribution .library .container-library {
    padding: 20px 0px;
  }
}
.distribution .library .container-library .library-item__content span.time {
  display: block;
  margin-top: 15px;
}

.leaflet-popup-content-wrapper {
  border-radius: unset;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: unset;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .branch-popup {
  width: 275px;
  padding: 15px 10px 15px 20px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .branch-popup .branch-name {
  font-family: "MyriadPro-Regular";
  text-transform: uppercase;
  color: #393939;
  border-bottom: 1px solid #cececf;
  text-align: center;
  padding: 5px 0px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .branch-popup .branch-body {
  display: flex;
  justify-content: space-between;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .branch-popup .branch-body-item {
  width: 33%;
  text-align: center;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .branch-popup .branch-body-item p {
  font-family: "MyriadPro-Regular";
  margin: unset;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .branch-popup .branch-body-item p.info-number {
  color: #01498b;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .branch-popup .branch-body-item p.info-text {
  color: #9a9a9a;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .branch-popup .branch-footer {
  margin-top: 20px;
  text-align: center;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .branch-popup .branch-footer button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #01498b;
  font-family: "MyriadPro-Regular";
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  border: unset;
  outline: unset;
}

.leaflet-popup-close-button {
  display: none;
}

.distribution-detail {
  margin-top: 55px;
}
@media (max-width: 1440px) {
  .distribution-detail {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .distribution-detail {
    margin-top: 40px;
  }
}
@media (max-width: 1080px) {
  .distribution-detail {
    margin-top: 4%;
  }
}
.distribution-detail h1.title {
  margin-bottom: 75px;
}
@media (max-width: 1440px) {
  .distribution-detail h1.title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .distribution-detail h1.title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1080px) {
  .distribution-detail h1.title {
    margin-bottom: 4%;
  }
}
.distribution-detail h2.showroom-name {
  font-family: "MyriadPro-BoldCond";
  text-transform: uppercase;
  color: #01498b;
}
.distribution-detail h3.title {
  font-family: "MyriadPro-BoldCond";
  color: #01498b;
}
.distribution-detail .img-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.distribution-detail .img-container .skewed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.distribution-detail .img-container .skewed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.distribution-detail .img-container .skewed img:hover {
  transform: scale(1.1);
}
.distribution-detail .thacoauto-provincial__wrap {
  display: flex;
  justify-content: space-between;
}
.distribution-detail .thacoauto-provincial__wrap .left {
  max-width: 50%;
  flex: 1 50%;
}
.distribution-detail .thacoauto-provincial__wrap .left h3.title {
  text-transform: capitalize;
}
.distribution-detail .thacoauto-provincial__wrap .left .description {
  font-family: "MyriadPro-Regular";
  color: #2f2f2f;
}
.distribution-detail .thacoauto-provincial__wrap .left ul {
  margin-top: 20px;
}
.distribution-detail .thacoauto-provincial__wrap .left ul li {
  display: flex;
  align-items: center;
}
.distribution-detail .thacoauto-provincial__wrap .left ul li img {
  width: 22px;
  margin-right: 30px;
}
.distribution-detail .thacoauto-provincial__wrap .left ul li p {
  font-family: "MyriadPro-Regular";
  color: #2f2f2f;
}
.distribution-detail .thacoauto-provincial__wrap .right {
  max-width: 46%;
  flex: 1 46%;
}
.distribution-detail .thacoauto-provincial__wrap .right img {
  margin-top: 2%;
  width: 100%;
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .distribution-detail .thacoauto-provincial__wrap {
    flex-wrap: wrap;
  }
  .distribution-detail .thacoauto-provincial__wrap .left {
    max-width: 100%;
    flex: 1 100%;
  }
  .distribution-detail .thacoauto-provincial__wrap .right {
    max-width: 100%;
    flex: 1 100%;
  }
}
.distribution-detail .business-activities h1.title {
  margin-bottom: unset;
}
.distribution-detail .business-activities .vehicle-category__item {
  margin-top: 30px;
  border-bottom: 1px solid #9a9a9a;
}
@media (max-width: 1080px) {
  .distribution-detail .business-activities .vehicle-category__item {
    margin-top: 3%;
  }
}
.distribution-detail .business-activities .vehicle-category__item:last-child {
  border-bottom: unset;
  margin-bottom: 5%;
}
.distribution-detail .business-activities .vehicle-category__item ul {
  display: flex;
  padding: 25px 0px;
  overflow-x: auto;
}
@media (max-width: 1080px) {
  .distribution-detail .business-activities .vehicle-category__item ul {
    padding: 2% 0px;
  }
}
.distribution-detail .business-activities .vehicle-category__item ul::-webkit-scrollbar {
  display: none;
}
.distribution-detail .business-activities .vehicle-category__item ul .logo-square, .distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle {
  max-width: 10%;
  flex: 1 10%;
  margin-right: 5%;
  position: relative;
}
.distribution-detail .business-activities .vehicle-category__item ul .logo-square a, .distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.distribution-detail .business-activities .vehicle-category__item ul .logo-square a img, .distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
@media (max-width: 1080px) {
  .distribution-detail .business-activities .vehicle-category__item ul .logo-square, .distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle {
    max-width: 20%;
    flex: 1 20%;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .distribution-detail .business-activities .vehicle-category__item ul .logo-square, .distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle {
    max-width: 25%;
    flex: 1 25%;
  }
}
.distribution-detail .business-activities .vehicle-category__item ul .logo-square:last-child, .distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle:last-child {
  margin-right: unset;
}
.distribution-detail .business-activities .vehicle-category__item ul .logo-square::before, .distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle::before {
  position: absolute;
  top: 0;
  left: -65%;
  z-index: 2;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
}
.distribution-detail .business-activities .vehicle-category__item ul .logo-square:hover::before, .distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle:hover::before {
  width: 50%;
  animation: shine 1s;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle {
  max-width: 20%;
  flex: 1 20%;
}
.distribution-detail .business-activities .vehicle-category__item ul .logo-rectangle a {
  padding-bottom: 50%;
}
.distribution-detail .business-activities .vehicle-category__item ul li {
  display: flex;
  align-items: center;
  min-width: 160px;
  position: relative;
}
.distribution-detail .business-activities .vehicle-category__item ul li img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .distribution-detail .business-activities .vehicle-category__item ul li {
    min-width: 20%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .distribution-detail .business-activities .vehicle-category__item ul li {
    min-width: 20%;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .distribution-detail .business-activities .vehicle-category__item ul li {
    min-width: 25%;
  }
}
.distribution-detail .business-activities .vehicle-category__item ul li:last-child {
  margin-right: unset;
}
.distribution-detail .business-activities .vehicle-category__item ul li::before {
  position: absolute;
  top: 0;
  left: -65%;
  z-index: 2;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
}
.distribution-detail .business-activities .vehicle-category__item ul li:hover::before {
  width: 50%;
  animation: shine 2s;
}
@keyframes shine {
  100% {
    left: 50%;
  }
}
.distribution-detail .business-activities .showroom-item {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid #c6d6f1;
  margin-bottom: 25px;
}
.distribution-detail .business-activities .showroom-item:last-child {
  margin-bottom: unset;
}
.distribution-detail .business-activities .showroom-item .left {
  width: 42%;
}
.distribution-detail .business-activities .showroom-item .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.distribution-detail .business-activities .showroom-item .right {
  width: 55%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.distribution-detail .business-activities .showroom-item .right .showroom-name {
  margin: 20px 0px 30px 0px;
}
.distribution-detail .business-activities .showroom-item .right ul.showroom-info {
  margin-left: 1em;
  width: 70%;
}
.distribution-detail .business-activities .showroom-item .right ul.showroom-info li {
  margin-bottom: 10px;
}
.distribution-detail .business-activities .showroom-item .right ul.showroom-info li p, .distribution-detail .business-activities .showroom-item .right ul.showroom-info li a {
  font-family: "MyriadPro-Regular";
  color: #1e5499;
  position: relative;
}
.distribution-detail .business-activities .showroom-item .right ul.showroom-info li p::before, .distribution-detail .business-activities .showroom-item .right ul.showroom-info li a::before {
  content: "•";
  color: #1e5499;
  display: inline-block;
  position: absolute;
  left: -1rem;
}
@media (max-width: 1080px) {
  .distribution-detail .business-activities .showroom-item .right ul.showroom-info li p::before, .distribution-detail .business-activities .showroom-item .right ul.showroom-info li a::before {
    width: auto;
    margin-right: 2%;
  }
}
.distribution-detail .business-activities .showroom-item .right ul.showroom-info li p span, .distribution-detail .business-activities .showroom-item .right ul.showroom-info li a span {
  font-family: "MyriadPro-Bold";
}
.distribution-detail .business-activities .showroom-item .right .online-service-booking {
  display: block;
  background-color: #1e5499;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "MyriadPro-BoldCond";
  border: unset;
  height: 45px;
  line-height: 45px;
  width: 290px;
}
@media only screen and (max-width: 1680px) {
  .distribution-detail .business-activities .showroom-item .right .online-service-booking {
    width: calculatorPixel(290, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .distribution-detail .business-activities .showroom-item .right .online-service-booking {
    width: calculatorPixel(290, 1368)px;
  }
}
.distribution-detail .business-activities .showroom-item .right .online-service-booking {
  text-align: center;
  outline: none;
  border-radius: 23px;
  margin-right: 15px;
}
@media (max-width: 1080px) {
  .distribution-detail .business-activities .showroom-item .right .online-service-booking {
    width: 290px;
    min-width: 150px;
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    bottom: 7%;
  }
}
@media (max-width: 480px) {
  .distribution-detail .business-activities .showroom-item .right .online-service-booking {
    position: unset;
  }
}
.distribution-detail .business-activities .showroom-item .right .logo-container {
  position: absolute;
  top: 2%;
  right: 5%;
}
.distribution-detail .business-activities .showroom-item .right .logo-container::before {
  position: absolute;
  top: 0;
  left: -65%;
  z-index: 2;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
}
.distribution-detail .business-activities .showroom-item .right .logo-container:hover::before {
  width: 50%;
  animation: shinelogo 2s;
}
@keyframes shinelogo {
  100% {
    left: 100%;
  }
}
.distribution-detail .business-activities .showroom-item .right .logo-container img {
  max-width: 150px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.distribution-detail .business-activities .showroom-item .right .showroom-contact {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .distribution-detail .business-activities .showroom-item .right .showroom-contact {
    justify-content: space-around;
  }
  .distribution-detail .business-activities .showroom-item .right .showroom-contact .category-container {
    margin: auto;
    margin-top: 10px;
  }
  .distribution-detail .business-activities .showroom-item .right .showroom-contact .online-service-booking {
    width: 100%;
    max-width: 100%;
  }
}
.distribution-detail .business-activities .showroom-item .right .category-container {
  margin-top: 15px;
  margin-left: auto;
}
.distribution-detail .business-activities .showroom-item .right .category-container ul {
  display: flex;
  align-items: flex-end;
}
.distribution-detail .business-activities .showroom-item .right .category-container ul li {
  margin-right: 50px;
}
.distribution-detail .business-activities .showroom-item .right .category-container ul li:last-child {
  margin-right: unset;
}
.distribution-detail .business-activities .showroom-item .right .category-container ul li img {
  max-width: 60px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.distribution-detail .business-activities .showroom-item .right .category-container ul li p {
  margin-top: 5px;
  font-family: "MyriadPro-BoldCond";
  color: #3c3c3c;
}
@media (max-width: 1080px) {
  .distribution-detail .business-activities .showroom-item {
    flex-wrap: wrap;
    height: auto;
  }
  .distribution-detail .business-activities .showroom-item .left {
    width: auto;
    max-width: 100%;
    flex: 1 100%;
  }
  .distribution-detail .business-activities .showroom-item .right {
    width: auto;
    max-width: 100%;
    flex: 1 100%;
    min-height: 16rem;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .distribution-detail .business-activities .showroom-item .right {
    min-height: 16.5rem;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .distribution-detail .business-activities .showroom-item .right {
    min-height: 17rem;
  }
}
@media (max-width: 1080px) {
  .distribution-detail .business-activities .showroom-item .right .showroom-name {
    margin: 3% 0px 3%;
  }
  .distribution-detail .business-activities .showroom-item .right .logo-container {
    max-width: 16%;
    margin-top: 3%;
    text-align: center;
  }
  .distribution-detail .business-activities .showroom-item .right .logo-container img {
    width: 90%;
    height: auto;
  }
  .distribution-detail .business-activities .showroom-item .right ul.showroom-info {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .distribution-detail .business-activities .showroom-item .right ul.showroom-info {
    width: 60%;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .distribution-detail .business-activities .showroom-item .right ul.showroom-info {
    width: 70%;
  }
}
@media (max-width: 1080px) {
  .distribution-detail .business-activities .showroom-item .right ul.showroom-info li {
    max-width: 100%;
    flex: 1 100%;
    margin-bottom: 1%;
  }
  .distribution-detail .business-activities .showroom-item .right ul.showroom-info li::before {
    margin-top: 0;
  }
  .distribution-detail .business-activities .showroom-item .right .category-container ul li {
    margin-right: 1.5rem;
    text-align: center;
  }
  .distribution-detail .business-activities .showroom-item .right .category-container ul li img {
    width: 70%;
    height: auto;
  }
  .distribution-detail .business-activities .showroom-item .right .category-container ul li p {
    margin-top: 0.3rem;
    font-family: "MyriadPro-BoldCond";
    color: #3c3c3c;
  }
}
@media (max-width: 991px) {
  .distribution-detail .business-activities .showroom-item {
    padding: 15px;
  }
}
.distribution-detail .event-news {
  margin-bottom: 155px;
}
@media (max-width: 1680px) {
  .distribution-detail .event-news {
    margin-bottom: calculatorPixel(155, 1680)px;
  }
}
@media (max-width: 1360px) {
  .distribution-detail .event-news {
    margin-bottom: calculatorPixel(155, 1360)px;
  }
}
@media (max-width: 992px) {
  .distribution-detail .event-news {
    margin-bottom: calculatorPixel(155, 992)px;
  }
}
@media (max-width: 768px) {
  .distribution-detail .event-news {
    margin-bottom: 10%;
  }
}
.distribution-detail .event-news__wrap {
  background-color: #f3f3f3;
  padding: 70px 0px 30px;
}
.distribution-detail .event-news__wrap ul.nav-tabs {
  justify-content: center;
  border-bottom: 1px solid #b7b7b7;
}
.distribution-detail .event-news__wrap ul.nav-tabs li a.nav-link {
  text-transform: uppercase;
  color: #3e3e3e;
  background-color: unset;
  border-color: unset;
  border: unset;
  font-family: "MyriadPro-BoldCond";
  min-width: 342px;
  text-align: center;
  padding: 15px;
}
.distribution-detail .event-news__wrap ul.nav-tabs li a.active {
  color: #1e5499;
  border-bottom: 4px solid #1e5499;
}
.distribution-detail .event-news__wrap .tab-content {
  padding: 50px 0px;
}
.distribution-detail .event-news__wrap .tab-content .event-news__content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 1080px) {
  .distribution-detail .event-news__wrap {
    padding: 4% 0px 0;
  }
  .distribution-detail .event-news__wrap ul.nav-tabs li a.nav-link {
    min-width: unset;
  }
  .distribution-detail .event-news__wrap ul.nav-tabs li a.active {
    border-bottom: 3px solid #1e5499;
  }
  .distribution-detail .event-news__wrap .tab-content {
    padding: 5.5% 0px;
  }
  .distribution-detail .event-news__wrap .tab-content .event-news__content {
    gap: unset;
  }
  .distribution-detail .event-news__wrap .tab-content .event-news__content .event-news__item {
    max-width: 100%;
    flex: 1 100%;
    margin-bottom: 5.5%;
  }
  .distribution-detail .event-news__wrap .tab-content .event-news__content .event-news__item:last-child {
    margin-bottom: 0;
  }
  .distribution-detail .event-news__wrap .tab-content .event-news__content .event-news__item .left {
    width: 65%;
  }
  .distribution-detail .event-news__wrap .tab-content .event-news__content .event-news__item .right {
    width: 40%;
  }
  .distribution-detail .event-news__wrap .tab-content .event-news__content .event-news__item .right a .event-news__item--more {
    padding: 3% 7%;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .distribution-detail .event-news__wrap .tab-content .event-news__content .event-news__item {
    max-height: 13rem;
  }
}
.distribution-detail .event-news__item {
  width: 100%;
  display: flex;
  width: calc(50% - 16px);
  gap: 25px;
}
.distribution-detail .event-news__item .left {
  width: 50%;
  height: 100%;
}
.distribution-detail .event-news__item .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.distribution-detail .event-news__item--name {
  font-family: "MyriadPro-BoldCond";
}
.distribution-detail .event-news__item--name a {
  color: #2a2a2a;
}
.distribution-detail .event-news__item--name a:hover {
  color: #01498b;
}
.distribution-detail .event-news__item--date {
  font-family: "MyriadPro-Regular";
  color: #bbbbbb;
  margin-top: 15px;
}
.distribution-detail .event-news__item--description {
  font-family: "MyriadPro-Regular";
  color: #6f6f6f;
  margin-top: 5px;
}
.distribution-detail .event-news__item .readmore {
  margin-top: auto;
}
.distribution-detail .event-news__item--more {
  background-color: #1e5499;
  color: #ffffff;
  font-family: "MyriadPro-BoldCond";
  border: unset;
  padding: 10px 35px;
}

.section-new-distribution-system {
  margin: -3px 0 0 0;
}
.section-new-distribution-system .new-distribution-system__slide .product-intro__swiper--pagination .swiper-pagination-bullet-active {
  background-color: #01498b !important;
  transition: 0.2s;
}
.section-new-distribution-system .new-distribution-system__slide .product-intro__swiper--pagination .swiper-pagination-bullet {
  background: #dbe1df;
  opacity: 1;
  width: 0.8vw;
  height: 0.8vw;
  margin: 0 0.3vw;
  transition: 0.2s;
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block {
  width: 100%;
  padding-bottom: 32.5%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block {
    height: 460px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block {
    height: 422.0925925926px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block {
    height: 327.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block {
    height: 245.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block {
    height: 204.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block {
    height: 153.3333333333px;
  }
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block:hover .new-business-intro-block__image {
  transform: scale(1.1);
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block:hover .new-business-intro-block__content {
  left: 14%;
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__image {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-object-fit: cover;
     object-fit: cover;
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__content {
  width: 35.5%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 12%;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__content {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__content {
    width: 70%;
  }
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__content .new-business-intro-block__title h2 {
  padding-bottom: 3%;
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__content .new-business-intro-block__desc {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
  margin-bottom: 3.2%;
  color: #fffefe;
  line-height: 1.2;
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__content .new-business-intro-block__button {
  background-color: white;
  width: 87px;
  height: 27px;
  padding: 6px 10px;
  line-height: 0;
  color: #01498b;
  font-size: 13px;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__content .new-business-intro-block__button {
    padding: 4px 7px;
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__content .new-business-intro-block__button {
    padding: 2px 4px;
  }
}
.section-new-distribution-system .new-distribution-system__slide .new-business-intro-block__content .new-business-intro-block__button:hover {
  color: white;
  background-color: #01498b;
}
.section-new-distribution-system .section-news {
  position: relative;
}
.section-new-distribution-system .loading {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.section-new-distribution-system .loading img {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 15%;
  height: auto;
}
.section-new-distribution-system .loading-scroll {
  display: flex;
  position: relative;
  height: 5vw;
}
.section-new-distribution-system .loading-scroll img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 15%;
  height: auto;
}
.section-new-distribution-system .infomation-list {
  min-height: 15vw;
}
@media (max-width: 995px) {
  .section-new-distribution-system .infomation-list .page-pagination {
    padding-top: 20px;
  }
}
.section-new-distribution-system .opacity-0 {
  opacity: 0;
  visibility: hidden;
}
.section-new-distribution-system .activity-news-desktop {
  background-color: #f0f0f0;
  padding-top: 40px;
}
@media (max-width: 1080px) {
  .section-new-distribution-system .activity-news-desktop {
    display: none;
  }
}
.section-new-distribution-system .activity-news-desktop__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.section-new-distribution-system .activity-news-desktop__item {
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  flex: 1 calc(32% - 30px);
  max-width: calc(32% - 30px);
}
.section-new-distribution-system .activity-news-desktop__item .news-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.section-new-distribution-system .activity-news-desktop__item .news-body .news-title {
  font-family: "MyriadPro-Regular";
  color: #444444;
  margin-bottom: 25px;
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.section-new-distribution-system .activity-news-desktop__item .news-body .news-title:hover {
  color: #01498b;
}
.section-new-distribution-system .activity-news-desktop__item .news-body .news-description {
  font-family: "MyriadPro-Regular";
  color: #444444;
}
.section-new-distribution-system .activity-news-desktop__item .news-info {
  display: flex;
  margin-top: auto;
  padding: 20px;
}
.section-new-distribution-system .activity-news-desktop__item .news-info__item p {
  font-family: "MyriadPro-Regular";
}
.section-new-distribution-system .activity-news-desktop__item .news-info__item:first-child {
  padding: 0px 10px 0px 0px;
  border-right: 1px solid #b7b7b7;
}
.section-new-distribution-system .activity-news-desktop__item .news-info__item:last-child {
  padding: 0px 10px;
}
.section-new-distribution-system .activity-news-mobile {
  display: none;
  background-color: #f0f0f0;
}
@media (max-width: 1080px) {
  .section-new-distribution-system .activity-news-mobile {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new-distribution-system .activity-news-mobile {
    padding-top: 17.7777777778px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .activity-news-mobile {
    padding-top: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-new-distribution-system .activity-news-mobile {
    display: block;
  }
}
@media (max-width: 1080px) {
  .section-new-distribution-system .activity-news-mobile .news-item {
    margin-bottom: +40px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new-distribution-system .activity-news-mobile .news-item {
    margin-bottom: +28.4444444444px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .activity-news-mobile .news-item {
    margin-bottom: +21.3333333333px;
  }
}
.section-new-distribution-system .activity-news-mobile .news-item:last-child {
  margin-bottom: 0;
}
.section-new-distribution-system .activity-news-mobile .news-item img {
  vertical-align: middle;
}
.section-new-distribution-system .activity-news-mobile .news-item .news-body {
  background-color: white;
}
@media (max-width: 1080px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-body {
    padding-right: 21.3333333333px;
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-body {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 1080px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-body {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-body {
    padding-bottom: 21.3333333333px;
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-body {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 1080px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-description {
    margin-bottom: +23px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-description {
    margin-bottom: +16.3555555556px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-description {
    margin-bottom: +12.2666666667px;
  }
}
.section-new-distribution-system .activity-news-mobile .news-item .news-description {
  text-align: justify;
}
.section-new-distribution-system .activity-news-mobile .news-item .news-title {
  display: inline-block;
}
@media (max-width: 1080px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-title {
    margin-bottom: +20px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-title {
    margin-bottom: +14.2222222222px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .activity-news-mobile .news-item .news-title {
    margin-bottom: +10.6666666667px;
  }
}
.section-new-distribution-system .activity-news-mobile .news-item .news-title {
  color: #444444;
  line-height: 1.2;
}
.section-new-distribution-system .activity-news-mobile .news-item .news-info {
  display: flex;
  color: #8B8B8B;
}
.section-new-distribution-system .activity-news-mobile .news-item .news-info__item p {
  font-family: "MyriadPro-Regular";
}
.section-new-distribution-system .activity-news-mobile .news-item .news-info__item:first-child {
  padding: 0px 10px 0px 0px;
  border-right: 1px solid #b7b7b7;
}
.section-new-distribution-system .activity-news-mobile .news-item .news-info__item:last-child {
  padding: 0px 10px;
}
.section-new-distribution-system .page-pagination {
  padding-bottom: 0;
}
.section-new-distribution-system .page-pagination ul {
  margin-bottom: 0;
}
.section-new-distribution-system .nav-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1080px) {
  .section-new-distribution-system .nav-pagination .page-item {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .section-new-distribution-system .nav-pagination .page-item {
    width: 36.7037037037px;
  }
}
@media (max-width: 768px) {
  .section-new-distribution-system .nav-pagination .page-item {
    width: 28.4444444444px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .nav-pagination .page-item {
    width: 21.3333333333px;
  }
}
@media (max-width: 480px) {
  .section-new-distribution-system .nav-pagination .page-item {
    width: 17.7777777778px;
  }
}
@media (max-width: 360px) {
  .section-new-distribution-system .nav-pagination .page-item {
    width: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-new-distribution-system .nav-pagination .page-item {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .section-new-distribution-system .nav-pagination .page-item {
    height: 36.7037037037px;
  }
}
@media (max-width: 768px) {
  .section-new-distribution-system .nav-pagination .page-item {
    height: 28.4444444444px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .nav-pagination .page-item {
    height: 21.3333333333px;
  }
}
@media (max-width: 480px) {
  .section-new-distribution-system .nav-pagination .page-item {
    height: 17.7777777778px;
  }
}
@media (max-width: 360px) {
  .section-new-distribution-system .nav-pagination .page-item {
    height: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-new-distribution-system .nav-pagination .page-item {
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new-distribution-system .nav-pagination .page-item {
    line-height: 28.4444444444px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .nav-pagination .page-item {
    line-height: 21.3333333333px;
  }
}
@media (max-width: 480px) {
  .section-new-distribution-system .nav-pagination .page-item {
    line-height: 17.7777777778px;
  }
}
@media (max-width: 360px) {
  .section-new-distribution-system .nav-pagination .page-item {
    line-height: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .section-new-distribution-system .nav-pagination .page-item {
    margin-right: +4px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new-distribution-system .nav-pagination .page-item {
    margin-right: +2.8444444444px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .nav-pagination .page-item {
    margin-right: +2.1333333333px;
  }
}
.section-new-distribution-system .nav-pagination .page-item {
  text-align: center;
}
.section-new-distribution-system .nav-pagination .page-item .page-link {
  display: inline-block;
  background-color: white;
  width: 100%;
  padding: 0;
  height: 100%;
  border-radius: 0.25rem;
  border: none;
}
@media (max-width: 1080px) {
  .section-new-distribution-system .nav-pagination .page-item .page-link {
    line-height: 43px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new-distribution-system .nav-pagination .page-item .page-link {
    line-height: 30.5777777778px;
  }
}
@media (max-width: 576px) {
  .section-new-distribution-system .nav-pagination .page-item .page-link {
    line-height: 22.9333333333px;
  }
}
@media (max-width: 480px) {
  .section-new-distribution-system .nav-pagination .page-item .page-link {
    line-height: 19.1111111111px;
  }
}
@media (max-width: 360px) {
  .section-new-distribution-system .nav-pagination .page-item .page-link {
    line-height: 14.3333333333px;
  }
}
.section-new-distribution-system .nav-pagination .page-item .page-link {
  color: #343434;
}
@media (max-width: 500px) {
  .section-new-distribution-system .nav-pagination .page-item .page-link {
    font-size: 11px;
  }
}
.section-new-distribution-system .nav-pagination .page-item.active .page-link {
  background-color: #0B5CA8;
  color: white;
}
@media (max-width: 500px) {
  .section-new-distribution-system .nav-pagination .page-item.active .page-link {
    font-size: 11px;
  }
}
.section-new-distribution-system .img-container {
  overflow: hidden;
  width: 100%;
}
.section-new-distribution-system .img-container .skewed {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 58%;
  overflow: hidden;
}
.section-new-distribution-system .img-container .skewed img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.section-new-distribution-system .img-container .skewed img:hover {
  transform: scale(1.1);
}
.section-new-distribution-system .img-container .skewed-gallery {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 78%;
  overflow: hidden;
}
.section-new-distribution-system .img-container .skewed-gallery img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.section-new-distribution-system .img-container .skewed-gallery img:hover {
  transform: scale(1.1);
}
.section-new-distribution-system .library {
  background-color: #f0f0f0;
  padding-top: 45px;
  overflow: hidden;
}
.section-new-distribution-system .library-header {
  position: relative;
}
.section-new-distribution-system .library-header .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #9d9d9d;
}
.section-new-distribution-system .library-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 35%;
}
.section-new-distribution-system .library-button img {
  width: 40%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section-new-distribution-system .library-button {
    top: 8%;
  }
  .section-new-distribution-system .library-button img {
    width: 30%;
  }
}
.section-new-distribution-system .library-item {
  display: flex;
  justify-content: space-between;
}
.section-new-distribution-system .library-item .img-container {
  width: 37%;
}
.section-new-distribution-system .library-item__content {
  width: 58%;
  line-height: 1.2;
}
.section-new-distribution-system .library-item__content .library-title {
  font-family: "MyriadPro-Regular";
  color: #454343;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-new-distribution-system .library-item__content .library-description {
  font-family: "MyriadPro-Regular";
  color: #454343;
  margin-top: 15px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section-new-distribution-system .library-item .img-container {
  height: 8vw;
}
@media (max-width: 1080px) {
  .section-new-distribution-system .library-item .img-container {
    width: 40%;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .section-new-distribution-system .library-item .img-container {
    height: 222px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  .section-new-distribution-system .library-item .img-container {
    height: 203.7055555556px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .section-new-distribution-system .library-item .img-container {
    height: 157.8666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .section-new-distribution-system .library-item .img-container {
    height: 118.4px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .section-new-distribution-system .library-item .img-container {
    height: 98.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  .section-new-distribution-system .library-item .img-container {
    height: 74px;
  }
}
@media (max-width: 1080px) {
  .section-new-distribution-system .library-item__content {
    width: 55%;
  }
}
.section-new-distribution-system .library .container-library {
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .section-new-distribution-system .library .container-library {
    width: 95%;
  }
}
@media (max-width: 640px) {
  .section-new-distribution-system .library .container-library {
    width: 98%;
  }
}
@media (max-width: 640px) {
  .section-new-distribution-system .library .container-library {
    padding: 20px 0px;
  }
}
.section-new-distribution-system .library .container-library .library-item__content span.time {
  display: block;
  margin-top: 15px;
}

.new-distribution-system {
  margin-top: 50px;
}
.new-distribution-system__select-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
  gap: 15px;
}
@media (max-width: 640px) {
  .new-distribution-system__select-list {
    width: 100%;
  }
}
.new-distribution-system__select-list form {
  display: flex;
}
.new-distribution-system__select-list form .ui.selection.dropdown {
  background-color: #e6e6e6;
  border: unset;
  border-radius: unset;
}
@media (max-width: 576px) {
  .new-distribution-system__select-list form .ui.selection.dropdown {
    min-width: 10rem;
  }
}
.new-distribution-system__select-list button {
  font-family: "MyriadPro-Cond";
  text-transform: uppercase;
  background-color: #e6e6e6;
  margin-left: 28px;
  border: unset;
  white-space: nowrap;
  padding: 0px 32px;
}
.new-distribution-system__select-list button:focus {
  outline: unset;
}
.new-distribution-system__banner {
  margin-top: 2rem;
  display: block;
  position: relative;
}
.new-distribution-system__banner img {
  width: 100%;
  height: auto;
}
.new-distribution-system__counter {
  color: white;
  position: absolute;
  left: 63%;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  display: flex;
  align-items: center;
  padding: 0.5%;
  border-radius: 20px;
  background: #e3e4e6;
}
@media (max-width: 1080px) {
  .new-distribution-system__counter {
    left: unset;
    right: 2%;
  }
}
@media (max-width: 768px) {
  .new-distribution-system__counter {
    position: unset;
    width: -moz-fit-content;
    width: fit-content;
    transform: unset;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 360px) {
  .new-distribution-system__counter {
    width: 95px;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
.new-distribution-system__counter .left {
  border-radius: 50%;
  position: relative;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgb(8, 126, 191) 23%, rgb(0, 76, 148) 80%);
}
.new-distribution-system__counter .left span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .new-distribution-system__counter .left span {
    font-size: 30px !important;
  }
}
@media (max-width: 480px) {
  .new-distribution-system__counter .left {
    width: 95px;
    height: 95px;
  }
}
.new-distribution-system__counter .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5%;
  white-space: nowrap;
  gap: 10px;
}
.new-distribution-system__counter .right .right-item {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 2px;
  border: 0.5px solid rgb(175, 175, 175);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.new-distribution-system__counter .right .right-item .counter-showroom {
  color: black;
  padding: 0 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.new-distribution-system__counter .right .right-item .counter {
  color: white;
  padding: 7px 7px;
  background-color: #01498b;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 8px;
  width: 50px;
  display: block;
  text-align: end;
}
@media (max-width: 360px) {
  .new-distribution-system__counter .right .right-item .counter {
    width: 40px;
  }
}
.new-distribution-system__counter .right .right-item.active, .new-distribution-system__counter .right .right-item:hover {
  border: 0.5px solid #01498b;
  background-color: #01498b;
}
.new-distribution-system__counter .right .right-item.active .counter-showroom, .new-distribution-system__counter .right .right-item:hover .counter-showroom {
  color: #fff;
}
.new-distribution-system__counter .right .right-item.active .counter, .new-distribution-system__counter .right .right-item:hover .counter {
  background: #fff;
  color: #01498b;
}
.new-distribution-system__companies {
  position: relative;
}
.new-distribution-system__companies-header {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-distribution-system__companies-header .tag-city {
  color: #fff;
  background: #01498b;
  display: inline-flex;
  align-items: baseline;
  padding: 3px 8px 2px;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
  border: 1.5px solid #01498b;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 480px) {
  .new-distribution-system__companies-header .tag-city {
    font-size: 12px;
    padding: 2px 6px 1px;
  }
}
.new-distribution-system__companies-header .tag-city button {
  font-size: 15px;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .new-distribution-system__companies-header .tag-city button {
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 5px;
  }
}
.new-distribution-system__companies-header .tag-city:hover {
  color: #01498b;
  background: #fff;
}
.new-distribution-system__companies-header .tag-city:hover button {
  color: #01498b;
}
.new-distribution-system__companies-header .header-item {
  border-bottom: 3px solid rgb(56, 56, 56);
  position: relative;
}
.new-distribution-system__companies-header .header-item label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.new-distribution-system__companies-header .header-item .city_load_tenant {
  border: none;
  box-shadow: none;
}
.new-distribution-system__companies-header .header-item .city_load_tenant:hover {
  border: none;
  box-shadow: none;
}
.new-distribution-system__companies-header .header-item .city_load_tenant .menu {
  margin-top: 3px;
}
.new-distribution-system__companies-header .header-item .brand_load_tenant {
  border: none;
  box-shadow: none;
}
.new-distribution-system__companies-header .header-item .brand_load_tenant:hover {
  border: none;
  box-shadow: none;
}
.new-distribution-system__companies-header .header-item .brand_load_tenant .menu {
  margin-top: 3px;
}
.new-distribution-system__companies-header .header-item .search-icon {
  color: #828282;
  margin-left: 2px;
  margin-right: 0.6rem;
}
.new-distribution-system__companies-header .header-item input.search-tenant {
  height: 42px;
  border: none;
  outline: none;
}
.new-distribution-system__companies-header .header-item-search {
  display: flex;
  align-items: center;
}
.new-distribution-system__companies-header .header-item-search input {
  flex: 1;
}
.new-distribution-system__companies-header .infomation {
  max-width: 46%;
  flex: 0 46%;
}
@media (max-width: 1080px) {
  .new-distribution-system__companies-header .infomation {
    max-width: 100%;
    flex: 0 100%;
  }
}
.new-distribution-system__companies-header .province {
  max-width: 16%;
  flex: 0 16%;
}
@media (max-width: 1080px) {
  .new-distribution-system__companies-header .province {
    max-width: 100%;
    flex: 0 100%;
  }
}
.new-distribution-system__companies-header .activities {
  max-width: 32%;
  flex: 0 32%;
}
@media (max-width: 1080px) {
  .new-distribution-system__companies-header .activities {
    max-width: 100%;
    flex: 0 100%;
  }
}
.new-distribution-system__companies-header-show {
  margin-top: 1rem;
}
.new-distribution-system__companies-header-show .header-item {
  border-bottom: none;
  position: relative;
}
.new-distribution-system__companies-header-show .header-item label {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.new-distribution-system__companies-header-show .infomation {
  max-width: 46%;
  flex: 0 46%;
}
@media (max-width: 1080px) {
  .new-distribution-system__companies-header-show .infomation {
    max-width: 100%;
    flex: 0 100%;
  }
}
.new-distribution-system__companies-header-show .province {
  max-width: 16%;
  flex: 0 16%;
}
@media (max-width: 1080px) {
  .new-distribution-system__companies-header-show .province {
    max-width: 100%;
    flex: 0 100%;
  }
}
.new-distribution-system__companies-header-show .activities {
  max-width: 32%;
  flex: 0 32%;
}
@media (max-width: 1080px) {
  .new-distribution-system__companies-header-show .activities {
    max-width: 100%;
    flex: 0 100%;
  }
}
.new-distribution-system__companies-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.3rem 0;
  border-bottom: 2px solid #ccc;
}
.new-distribution-system__companies-item:last-child {
  border: none;
}
.new-distribution-system__companies-item .infomation {
  max-width: 46%;
  flex: 0 46%;
}
@media (max-width: 1080px) {
  .new-distribution-system__companies-item .infomation {
    max-width: 100%;
    flex: 0 100%;
  }
}
@media (max-width: 768px) {
  .new-distribution-system__companies-item .infomation {
    flex-direction: column;
  }
}
.new-distribution-system__companies-item .infomation {
  display: flex;
}
.new-distribution-system__companies-item .infomation__left {
  display: block;
  width: 27%;
  height: 0;
  padding-bottom: 27%;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .new-distribution-system__companies-item .infomation__left {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
  }
}
.new-distribution-system__companies-item .infomation__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.new-distribution-system__companies-item .infomation__right {
  flex: 1;
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-left: 1.3rem;
}
@media (max-width: 768px) {
  .new-distribution-system__companies-item .infomation__right {
    width: 100%;
    padding: 1rem 0 0;
  }
}
.new-distribution-system__companies-item .infomation__right .title {
  margin-bottom: 0.5rem;
}
.new-distribution-system__companies-item .infomation__right .title a {
  color: black;
}
.new-distribution-system__companies-item .infomation__right .desc p {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  margin-bottom: 0;
}
.new-distribution-system__companies-item .infomation__right .view-detail {
  color: #01498b;
  margin-top: auto;
}
.new-distribution-system__companies-item .province {
  max-width: 16%;
  flex: 0 16%;
}
@media (max-width: 1080px) {
  .new-distribution-system__companies-item .province {
    max-width: 100%;
    flex: 0 100%;
    display: none;
  }
}
.new-distribution-system__companies-item .province__list-item {
  margin-bottom: 0.5rem;
}
.new-distribution-system__companies-item .activities {
  max-width: 32%;
  flex: 0 32%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .new-distribution-system__companies-item .activities {
    max-width: 100%;
    flex: 0 100%;
  }
}
.new-distribution-system__companies-item .activities__brand {
  margin-bottom: 0.4rem;
}
.new-distribution-system__companies-item .activities__brand-car {
  display: none;
}
.new-distribution-system__companies-item .activities__brand-car:first-child {
  display: block;
}
.new-distribution-system__companies-item .activities__brand-list {
  display: flex;
  align-items: center;
}
.new-distribution-system__companies-item .activities__brand-item {
  max-width: 20%;
  flex: 0 20%;
}
.new-distribution-system__companies-item .activities__brand-item img {
  max-width: 90%;
  height: 4vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-distribution-system__companies-item .activities span {
  display: contents;
  width: -moz-fit-content;
  width: fit-content;
}

.tag-brand-close[data-type=undefined] {
  display: none;
}

.ui.multiple.dropdown > .label {
  display: none !important;
}

.headerr-sematic {
  padding: 14px;
}

.new-distribution-system__companies .headerr-sematic {
  padding: 14px;
  cursor: pointer;
}

.web--link {
  color: #01498b !important;
  text-decoration: underline;
  cursor: pointer;
}

.header-item .ui.dropdown .active.filtered.item {
  display: block !important;
  background: #01498b !important;
  color: #fff !important;
  font-weight: unset !important;
}

.count-tenant-wrap {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}

.gallery-detail {
  background: rgba(0, 0, 0, 0);
  border: 2vw;
  padding: 1.5vw;
}
@media (max-width: 1080px) {
  .gallery-detail {
    padding: 4.5rem;
  }
}
.gallery-detail .fancybox-button {
  color: white;
}
.gallery-detail .gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gallery-detail .gallery .gallery-pic {
  position: relative;
}
.gallery-detail .gallery .gallery-pic a.button-play {
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.4;
  z-index: 1;
  width: 94%;
  height: 90%;
  top: 5%;
  right: 3%;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .gallery-detail .gallery .gallery-pic a.button-play {
    height: 91%;
    top: 4.3%;
  }
}
.gallery-detail .gallery .gallery-pic a.button-play i {
  position: absolute;
  top: 41%;
  left: 41%;
  font-size: 45px;
  color: #cfcfcf;
}
@media (max-width: 414px) {
  .gallery-detail .gallery .gallery-pic a.button-play i {
    top: 31%;
    left: 34%;
  }
}
@media (max-width: 375px) {
  .gallery-detail .gallery .gallery-pic a.button-play i {
    top: 27%;
    left: 29%;
  }
}
.gallery-detail .gallery .gallery-pic a.button-play:hover i {
  color: #fff;
  transition: all 0.5;
}
.gallery-detail .gallery .gallery-pic img {
  padding: 3%;
  width: 25vw;
  height: 14vw;
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 1080px) {
  .gallery-detail .gallery .gallery-pic img {
    width: 40vw;
    height: 25vw;
  }
}
.gallery-detail .gallery .gallery-pic:hover {
  background-color: #01498b;
}

.booking-online__list-warpper {
  min-height: 30vh;
}
.booking-online .ui.dropdown .text {
  position: relative;
  top: 2px;
}
.booking-online .ui.dropdown {
  border-radius: unset;
  border-color: #01498b;
}
.booking-online li {
  list-style: disc;
}
.booking-online__header-wrapper {
  background-color: #eeeeed;
}
.booking-online__header {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
@media only screen and (max-width: 767px) {
  .booking-online__header {
    padding: 1rem 0;
  }
}
.booking-online__header {
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .booking-online__header-iconfiler {
    display: none;
  }
}
.booking-online__header-iconfiler .iconfiler {
  width: 25px;
}
.booking-online__header-filter {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .booking-online__header-filter {
    display: none;
  }
}
.booking-online__header-filter span {
  display: block;
  padding-top: 0.5rem;
}
.booking-online__header-button {
  margin-left: 3rem;
}
@media only screen and (max-width: 1080px) {
  .booking-online__header-button {
    margin-left: 1rem;
  }
}
.booking-online__header-button .form-group {
  margin-bottom: 12px;
}
.booking-online__header-button .form-group:nth-last-child(1) {
  margin-bottom: 0px;
}
.booking-online__header-button .form-group .default.text {
  width: 100%;
  text-align: center;
  color: #000 !important;
}
.booking-online__header-button .form-group .ui.dropdown {
  border: 1px solid;
  background-color: unset;
  text-align: center;
  border-radius: unset;
  padding: 0;
  min-width: 13rem;
  min-height: unset;
  font-size: 18px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.booking-online__header-button .form-group input {
  padding: 0 !important;
}
.booking-online__car {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .booking-online__car {
    margin-top: 0rem;
    padding: 2rem 0;
  }
}
.booking-online__car-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  .booking-online__car-list {
    gap: 40px;
    justify-content: space-between;
  }
}
.booking-online__car-list .item {
  margin-right: 65px;
}
@media only screen and (max-width: 1080px) {
  .booking-online__car-list .item {
    margin-right: 0px;
  }
}
.booking-online__car-list .item.active, .booking-online__car-list .item:hover {
  color: #01498b;
}
.booking-online__car-brand {
  margin-top: 2rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .booking-online__car-brand {
    margin-top: 1rem;
  }
}
.booking-online__car-brand {
  gap: 65px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  .booking-online__car-brand {
    gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .booking-online__car-brand {
    display: block;
  }
}
.booking-online__car-brand ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .booking-online__car-brand ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 565px) {
  .booking-online__car-brand ul {
    gap: 5%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  .booking-online__car-brand ul {
    gap: 5%;
    grid-template-columns: 1fr 1fr;
  }
}
.booking-online__car-brand li {
  display: inline-block;
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .booking-online__car-brand li {
    margin-right: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .booking-online__car-brand li .text-center {
    margin-top: 1rem;
  }
}
.booking-online__car-brand input[type=checkbox][id^=myCheckbox] {
  display: none;
}
.booking-online__car-brand input[type=checkbox][class^=checkbox-brand] {
  display: none;
}
.booking-online__car-brand label {
  border: 1px solid #ddd;
  padding: 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .booking-online__car-brand label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.booking-online__car-brand label:hover {
  border: 1px solid #01498b;
}
.booking-online__car-brand label:hover img {
  opacity: 1;
}
.booking-online__car-brand .vesion {
  padding: 1px 30px !important;
}
@media only screen and (max-width: 767px) {
  .booking-online__car-brand .vesion {
    padding: 0 !important;
  }
}
.booking-online__car-brand label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.booking-online__car-brand label img {
  height: 80px;
  width: 80px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
.booking-online__car-brand :checked + label {
  border-color: #01498b;
}
.booking-online__car-brand :checked + label:before {
  content: "✓";
  background-color: #01498b;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-online__car-brand .active img {
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
  opacity: 1;
}
.booking-online__car-brand :checked + label img {
  /* box-shadow: 0 0 5px #333; */
  opacity: 1;
}
.booking-online__car-brand .brand-item {
  width: 90px;
  height: 90px;
  position: relative;
  border: 1px solid grey;
  opacity: 0.4;
  cursor: pointer;
}
.booking-online__car-brand .brand-item .brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
}
.booking-online__car-brand .brand-item .check {
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: none;
}
.booking-online__car-brand .brand-item.active, .booking-online__car-brand .brand-item:hover {
  opacity: 1;
  border: 1px solid #01498b;
}
.booking-online__car-brand .brand-item:hover > .check {
  display: block;
}
.booking-online__car-brand .brand-item.active > .check {
  display: block;
}
.booking-online__type-title {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .booking-online__type-title {
    margin-top: 1rem;
  }
}
.booking-online__type-list {
  margin-top: 2rem;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  .booking-online__type-list {
    gap: 20px;
    justify-content: space-between;
  }
}
.booking-online__type-list .type-wrapper .type-item {
  width: 124px;
  height: 68px;
  position: relative;
  border: 1px solid #000;
  opacity: 0.4;
  cursor: pointer;
}
.booking-online__type-list .type-wrapper .type-item .type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
}
.booking-online__type-list .type-wrapper .type-item .check {
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: none;
}
.booking-online__type-list .type-wrapper .name {
  color: #000;
}
.booking-online__type-list .type-wrapper:hover > .name {
  color: #01498b;
}
.booking-online__type-list .type-wrapper.active > .name {
  color: #01498b;
}
.booking-online__type-list .type-wrapper:hover > .type-item {
  opacity: 1;
  border: 1px solid #01498b;
}
.booking-online__type-list .type-wrapper.active > .type-item {
  opacity: 1;
  border: 1px solid #01498b;
}
.booking-online__type-list .type-wrapper:hover > .type-item > .check {
  display: block;
}
.booking-online__type-list .type-wrapper.active > .type-item > .check {
  display: block;
}
.booking-online__filter {
  padding: 2rem 0;
}
.booking-online__filter-gap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 1280px) {
  .booking-online__filter-gap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .booking-online__filter-gap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (max-width: 1080px) {
  .booking-online__filter-gap-tiem {
    margin-top: 1rem;
  }
  .booking-online__filter-gap-tiem:nth-child(1) {
    margin-top: 0;
  }
}
.booking-online__filter-gap input[type=range] {
  width: 100%;
}
.booking-online__filter-gap input[type=range] {
  color: #01498b;
  --thumb-height: 1.125em;
  --track-height: 0.125em;
  --track-color: rgba(0, 0, 0, 0.2);
  --brightness-hover: 180%;
  --brightness-down: 80%;
  --clip-edges: 0.125em;
}
.booking-online__filter-gap {
  /* === range commons === */
}
.booking-online__filter-gap input[type=range] {
  position: relative;
  overflow: hidden;
}
.booking-online__filter-gap input[type=range]:active {
  cursor: grabbing;
}
.booking-online__filter-gap input[type=range]:disabled {
  filter: grayscale(1);
  opacity: 0.3;
  cursor: not-allowed;
}
.booking-online__filter-gap {
  /* === WebKit specific styles === */
}
.booking-online__filter-gap input[type=range],
.booking-online__filter-gap input[type=range]::-webkit-slider-runnable-track,
.booking-online__filter-gap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
  height: var(--thumb-height);
  background-color: unset;
}
.booking-online__filter-gap input[type=range]::-webkit-slider-runnable-track,
.booking-online__filter-gap input[type=range]::-webkit-slider-thumb {
  position: relative;
}
.booking-online__filter-gap input[type=range]::-webkit-slider-thumb {
  --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
  --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
  --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
  --clip-further: calc(100% + 1px);
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;
  width: var(--thumb-width, var(--thumb-height));
  background: linear-gradient(currentColor 0 0) scroll no-repeat left center/50% calc(var(--track-height) + 1px);
  background-color: currentColor;
  box-shadow: var(--box-fill);
  border-radius: var(--thumb-width, var(--thumb-height));
  filter: brightness(100%);
  clip-path: polygon(100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
}
.booking-online__filter-gap input[type=range]:active::-webkit-slider-thumb {
  filter: brightness(var(--brightness-down));
  cursor: grabbing;
}
.booking-online__filter-gap input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center/100% calc(var(--track-height) + 1px);
}
.booking-online__filter-gap input[type=range]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
.booking-online__filter-gap {
  /* === Firefox specific styles === */
}
.booking-online__filter-gap input[type=range],
.booking-online__filter-gap input[type=range]::-moz-range-track,
.booking-online__filter-gap input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  -moz-transition: all ease 100ms;
  transition: all ease 100ms;
  height: var(--thumb-height);
}
.booking-online__filter-gap input[type=range]::-moz-range-track,
.booking-online__filter-gap input[type=range]::-moz-range-thumb,
.booking-online__filter-gap input[type=range]::-moz-range-progress {
  background: rgba(255, 255, 255, 0);
}
.booking-online__filter-gap input[type=range]::-moz-range-thumb {
  background: currentColor;
  border: 0;
  width: var(--thumb-width, var(--thumb-height));
  border-radius: var(--thumb-width, var(--thumb-height));
  cursor: grab;
}
.booking-online__filter-gap input[type=range]:active::-moz-range-thumb {
  cursor: grabbing;
}
.booking-online__filter-gap input[type=range]::-moz-range-track {
  width: 100%;
  background: var(--track-color);
}
.booking-online__filter-gap input[type=range]::-moz-range-progress {
  -moz-appearance: none;
       appearance: none;
  background: currentColor;
  transition-delay: 30ms;
}
.booking-online__filter-gap input[type=range]::-moz-range-track,
.booking-online__filter-gap input[type=range]::-moz-range-progress {
  height: calc(var(--track-height) + 1px);
  border-radius: var(--track-height);
}
.booking-online__filter-gap input[type=range]::-moz-range-thumb,
.booking-online__filter-gap input[type=range]::-moz-range-progress {
  filter: brightness(100%);
}
.booking-online__filter-gap input[type=range]:hover::-moz-range-thumb,
.booking-online__filter-gap input[type=range]:hover::-moz-range-progress {
  filter: brightness(var(--brightness-hover));
}
.booking-online__filter-gap input[type=range]:active::-moz-range-thumb,
.booking-online__filter-gap input[type=range]:active::-moz-range-progress {
  filter: brightness(var(--brightness-down));
}
.booking-online__filter-gap input[type=range]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}
.booking-online__filter .city .ui.search.dropdown {
  border-color: #01498b;
  border-radius: 0px !important;
}
.booking-online__filter .city .ui.search.dropdown .dropdown.icon {
  color: #01498b;
}
.booking-online__filter .showroom .ui.search.dropdown {
  border-color: #01498b;
  border-radius: 0px !important;
}
.booking-online__filter .showroom .ui.search.dropdown .dropdown.icon {
  color: #01498b;
}
.booking-online__list-tilte {
  margin-bottom: 0;
}
.booking-online__list-car {
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  margin-bottom: 4rem;
}
.booking-online__list-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
}
.booking-online__list-box-card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}
.booking-online__list-box-card .booking-online__card {
  display: flex;
  flex-direction: column;
  border-radius: 0px !important;
  padding: 1rem;
  height: 100%;
  line-height: 1.5;
}
.booking-online__list-box-card .booking-online__card p {
  margin: 0;
}
.booking-online__list-box-card .booking-online__card ul {
  padding: 0 2rem;
}
.booking-online__list-box-card .booking-online__card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.booking-online__list-box-card .booking-online__card-info-title {
  color: #000;
  text-transform: uppercase;
}
.booking-online__list-box-card .booking-online__card-info-image {
  margin: -15px 0;
  display: block;
  margin: -15px 0;
  display: block;
  padding-bottom: 22%;
  height: 0%;
  width: 26%;
  position: relative;
}
.booking-online__list-box-card .booking-online__card-info-image img {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.booking-online__list-box-card .booking-online__card-image-frame {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 60%;
}
.booking-online__list-box-card .booking-online__card-image-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.booking-online__list-box-card .booking-online__card-image-frame img:hover {
  transform: scale(1.09);
}
.booking-online__list-box-card .booking-online__card-money {
  color: #01498b;
}
.booking-online__list-box-card .booking-online__card-endow {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.booking-online__list-box-card .booking-online__card-endow .list-group {
  padding-left: 0.75rem;
}
.booking-online__list-box-card .booking-online__card-endow .list-group-items {
  line-height: 1.5;
  border: 0 !important;
  padding: 0 unset !important;
}
.booking-online__list-box-card .booking-online__card-endow .list-group-items::before {
  content: "•";
  padding-right: 8px;
  color: #01498b;
}
.booking-online__list-box-card .booking-online__card-address {
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
}
.booking-online__list-box-card .booking-online__card-address i {
  margin-top: 5px;
  color: #01498b;
}
.booking-online__list-box-card .booking-online__card-address-item {
  padding-left: 1rem;
}
.booking-online__list-box-card .booking-online__card-address-item__company {
  color: #01498b;
  line-height: 1.5;
}
.booking-online__list-box-card .booking-online__card-address-item__city {
  color: #a6a6a6;
  font-style: italic;
}
.booking-online__list-box-card .booking-online__card-see-btn {
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0rem auto;
  margin-top: auto;
  padding: 9px 30px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking-online__list-box-card .booking-online__card-see-btn {
    padding: 0.7rem 2rem;
  }
}
.booking-online__seemore {
  position: relative;
}
.booking-online__seemore .btnsee-more {
  padding: 1.6rem 5.5rem;
}
@media only screen and (max-width: 1080px) {
  .booking-online__seemore .btnsee-more {
    padding: 7px 30px;
  }
}
.booking-online__seemore .btnsee-more {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.booking-online__seemore .btnsee-more a:hover {
  color: white;
}
.booking-online__seemore .icon-dropdown {
  position: absolute;
  left: 50%;
  animation: dropdown infinite ease;
  animation-duration: 1.25s;
}
@keyframes dropdown {
  0% {
    bottom: -40px;
  }
  100% {
    bottom: -60px;
  }
}

.fancybox-slide--html {
  padding: 0px !important;
}

@media only screen and (max-width: 767px) {
  .booking-online__list-warpper-desktop {
    display: none;
  }
}

.button-effect {
  background-color: #01498b;
  color: #fff;
  border: 1px solid #01498b;
  transition: all 0.2s linear;
}
.button-effect:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.button-effect-opposite {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.2s linear;
}
.button-effect-opposite:hover {
  background-color: #01498b;
  color: #fff;
  border: 1px solid #01498b;
}

.ui.search.selection.dropdown.w-100.MyriadPro-Regular.font15.fontmb-small.logo_list {
  border-radius: 0px;
}

.booking-online__list-poup {
  padding: 0;
  padding-bottom: 40px;
}
.booking-online__list-poup .car-dropdown {
  border-radius: 0 !important;
}
.booking-online__list-poup .poup-header {
  background-color: white;
  padding: 20px 0;
}
.booking-online__list-poup .filtercar-mobile {
  border-radius: 0;
}
.booking-online__list-poup #showroom_mobile {
  border-radius: 0;
}
@media only screen and (min-width: 767px) {
  .booking-online__list-poup {
    display: none !important;
  }
}
.booking-online__list-poup {
  width: 100%;
  height: 100%;
}
.booking-online__list-poup .poup-header__close {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking-online__list-poup .poup-header__close-btn {
  color: #01498b;
}
.booking-online__list-poup .poup-header__close-btn .icon-same {
  width: 6px;
}
.booking-online__list-poup .poup-header__close-title {
  color: #2e3a41;
  text-align: center;
  margin: 0px;
}
.booking-online__list-poup .poup-header__close-visty {
  visibility: hidden;
}
.booking-online__list-poup .poup-header__close .ui.search.selection.dropdown.w-100.MyriadPro-Regular.font15.fontmb-small.logo_list {
  border-radius: 0px;
}
.booking-online__list-poup .poup-btn {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1080px) {
  .booking-online__list-poup .poup-btn {
    margin: 1rem 0;
  }
}
.booking-online__list-poup .poup-btn__apdung {
  width: -moz-max-content;
  width: max-content;
  margin-right: 10px;
}
.booking-online__list-poup .poup-btn__apdung a {
  padding: 10px 25px;
}
.booking-online__list-poup .poup-btn__xoa {
  width: -moz-max-content;
  width: max-content;
  margin-left: 10px;
}
.booking-online__list-poup .poup-btn__xoa a {
  background-color: #787878;
  border-color: #787878;
  padding: 10px 25px;
}
.booking-online__list-poup .poup-btn__xoa a:hover {
  background-color: #01498b;
  color: white;
}

@media only screen and (max-width: 768px) {
  .booking-online-second .form-group {
    margin-bottom: 5px;
  }
}
.booking-online-second h3 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .booking-online-second h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.booking-online-second-info-car {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 30.5%);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
}
@media only screen and (max-width: 1080px) {
  .booking-online-second-info-car {
    grid-template-columns: repeat(1, 100%);
  }
}
@media only screen and (max-width: 768px) {
  .booking-online-second-info-car {
    row-gap: 15px;
  }
}
.booking-online-second-info-car .form-group {
  display: flex;
  flex-direction: column;
}
.booking-online-second-info-car .form-group .ui.input.focus {
  height: 42px;
  border: 0.5px solid #000000;
}
.booking-online-second-info-car .form-group label {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .booking-online-second-info-car .form-group label {
    margin-bottom: 1rem;
  }
}
.booking-online-second-info-car .form-group .ui.search.dropdown {
  width: 100%;
  border-radius: unset;
  display: flex;
  align-items: center;
  border: 0.5px solid #000000;
  position: relative;
  height: 42px;
}
.booking-online-second-info-car .form-group .ui.search.dropdown .default.text {
  color: #000;
}
.booking-online-second-info-car .form-group .ui.search.dropdown input {
  height: 100%;
}
.booking-online-second-info-car .form-group .ui.search.dropdown img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.booking-online-second-info-car .form-group .ui.search.dropdown .dropdown.icon {
  height: 100%;
  display: flex;
  align-items: center;
  color: #01498b;
  font-size: 18px;
}
.booking-online-second-info-car .ui.input.focus {
  border-radius: unset;
  border: 1px solid #000;
}
.booking-online-second-info-car .ui.input.focus input {
  border: unset;
  font-family: "MyriadPro-Light";
}
@media only screen and (max-width: 768px) {
  .booking-online-second-info-car .ui.input.focus {
    height: 40px;
  }
}
.booking-online-second-info-customer {
  max-width: unset;
  grid-template-columns: repeat(3, 30.5%);
}
@media only screen and (max-width: 1080px) {
  .booking-online-second-info-customer {
    grid-template-columns: repeat(1, 100%);
  }
}
.booking-online-second-info-customer .ui.input.focus {
  border-radius: unset;
  border: 1px solid #000;
}
.booking-online-second-info-customer .ui.input.focus input {
  border: unset;
  font-family: "MyriadPro-Light";
}
@media only screen and (max-width: 768px) {
  .booking-online-second-info-customer .ui.input.focus {
    height: 40px;
  }
}
.booking-online-second-info-support .form-group {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .booking-online-second-info-support .form-group {
    margin-top: 1.2rem;
  }
}
.booking-online-second-info-support .form-group .check-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .booking-online-second-info-support .form-group .check-group {
    margin-top: 1rem;
  }
}
.booking-online-second-info-support .form-group .check-group input[type=checkbox] {
  width: 30px;
  height: 30px;
  accent-color: #01498b;
  accent-color-foreground: #01498b;
}
.booking-online-second-info-support .form-group .check-group input[type=checkbox]::after {
  background-color: #01498b;
  color: #fff;
}
.booking-online-second-info-support .form-group .check-group label {
  flex: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .booking-online-second-info-support .form-group .check-group label {
    display: block;
  }
}
.booking-online-second-info-support .form-group .check-group label a {
  color: #000;
}
.booking-online-second-info-support .form-group .check-group label a:hover {
  color: #01498b;
}
.booking-online-second-info-support .form-group .check-group.top {
  margin-top: 0;
}
.booking-online-second-info-support .form-group .radio-group {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.booking-online-second-info-support .form-group.policy {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .booking-online-second-info-support .form-group.policy {
    margin-top: 2rem;
  }
}
.booking-online-second-info-support .form-group textarea {
  border-radius: 0;
  border: 0.5px solid #000000;
}
.booking-online-second-info-support label {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.booking-online-second-info-support label.radio-custom-not-radius:hover {
  color: #01498b;
}
@media only screen and (max-width: 768px) {
  .booking-online-second-info-support label {
    margin-bottom: 1rem;
  }
}
.booking-online-second-info-support .button {
  width: 100%;
  outline: unset;
  padding: 1rem 0px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .booking-online-second-info-support .button {
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 15px 0px;
  }
}

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 0.5px solid #000000;
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 1080px) {
  .checkbox-custom + .checkbox-custom-label:before,
  .radio-custom + .radio-custom-label:before {
    width: 2rem;
    height: 2rem;
  }
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .checkbox-custom + .checkbox-5-before:before {
    width: 2rem;
    height: 2rem;
    margin-bottom: 5px;
  }
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  background: #01498b;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom-not-radius + .radio-custom-not-radius:before {
  border-radius: 0 !important;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #01498b;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
  outline: 0px solid #ddd;
  /* focus style */
}

.booking-online-second-info-car .ui.input.focus input {
  font-family: "MyriadPro-Regular";
}

.booking-online-second input::-webkit-outer-spin-button,
.booking-online-second input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.booking-online-second input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.dropdown.state-name-tenant.selection.disabled {
  opacity: 1;
  border: 1px solid black;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 42px;
}
.dropdown.state-name-tenant.selection.disabled .dropdown.icon {
  display: none !important;
}
.dropdown.state-name-tenant.selection.disabled .default {
  color: black;
}

.booking-online-second .select-customer-dropdown .selection.ui.dropdown {
  border: 0.5px solid #000000;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 42px;
}
.booking-online-second .ui.selection.active.dropdown:hover .menu {
  border-color: #000;
}
.booking-online-second .ui.selection.active.dropdown:hover {
  border-color: #000;
}
.booking-online-second .ui.selection.active.dropdown .menu {
  border-color: #000;
}
.booking-online-second .booking-online-second-info-car .selection.ui.dropdown .dropdown.icon {
  height: 100%;
  display: flex;
  align-items: center;
  color: #01498b;
  font-size: 18px;
}

.background-color-wrap {
  align-items: baseline;
}

.background-color {
  display: inline-flex;
  width: 25px;
  height: 15px;
  margin-right: 4px;
}

.booking-step1-wrapper {
  background-color: #eeeeed;
  padding: 1rem 0px;
}
.booking-step1-wrapper .row {
  align-items: center;
}
.booking-step1__header {
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .booking-step1__header {
    flex-wrap: wrap;
  }
}
.booking-step1__header-button .form-group .city {
  display: none;
}
.booking-step1__header-button .form-group .city i.dropdown .icon {
  display: none;
}
.booking-step1__header-title {
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .booking-step1__header-title {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .booking-step1__header-goback {
    margin-top: 0;
    line-height: 1.5;
  }
}
.booking-step1__header-goback a {
  color: #01498b;
  display: block;
  text-align: center;
}
.booking-step1__header-goback a img {
  width: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
.booking-step1__header-goback a span {
  position: relative;
}
.booking-step1__header-goback a span::after {
  content: "";
  width: -moz-max-content;
  width: max-content;
  bottom: -2px;
  position: absolute;
  width: 0;
  display: block;
  height: 2px;
  margin-top: 5px;
  background: #01498b;
  transition: width 0.3s;
}
.booking-step1__header-goback a span:hover::after {
  color: #01498b;
  width: 100%;
}
.booking-step1__header-right {
  padding-left: 3rem;
}
@media only screen and (max-width: 1080px) {
  .booking-step1__header-right {
    padding-right: 15px;
    padding-left: 15px;
    text-align: end;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .booking-step1__header-right {
    text-align: start;
  }
}
.booking-step1__header-choose {
  text-align: end;
}
@media (max-width: 1080px) {
  .booking-step1__header-choose {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .booking-step1__header-choose {
    text-align: start;
    margin-top: 0.3rem;
  }
}
.booking-step1__header .booking-step2__header-choose {
  flex: 1;
  padding-left: 10px;
}
.booking-step1__header .booking-step2__header-choose .img-car-interior-show {
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  .booking-step1__header .booking-step2__header-choose {
    flex: unset;
    padding-left: 0;
    text-align: start;
  }
}
@media (max-width: 768px) {
  .booking-step1__header .booking-step2__header-choose {
    flex: unset;
    padding-left: 0;
  }
}
.booking-step1__right {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .booking-step1__right {
    flex-wrap: wrap;
  }
}
.booking-step1__car {
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .booking-step1__car {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .booking-step1__car {
    width: 50%;
  }
}
@media (max-width: 430px) {
  .booking-step1__car {
    width: 100%;
  }
}
.booking-step1__mony {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .booking-step1__mony {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .booking-step1__mony {
    width: 50%;
    text-align: end;
  }
}
@media (max-width: 430px) {
  .booking-step1__mony {
    width: 100%;
    text-align: start;
  }
}
.booking-step1-banner {
  padding: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  .booking-step1-banner {
    padding: 2rem 0;
  }
}
.booking-step1-banner .tab-content {
  height: auto;
}
.booking-step1-banner .nav-tabs {
  border: 0px !important;
}
.booking-step1-banner .nav-tabs .nav-link {
  border: 0px;
}
.booking-step1-banner .banner-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.booking-step1-banner .box__tab-car-choose img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 1080px) {
  .booking-step1-banner .car-banner {
    padding-left: 4.4rem;
  }
}
.booking-step1-banner .car-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .booking-step1-banner .car-box {
    margin-top: 20px;
  }
}
.booking-step1-banner .car-box .car-title {
  line-height: 1;
  font-weight: bold;
  color: rgb(1, 73, 139);
  margin-right: 5px;
}
@media only screen and (max-width: 1080px) {
  .booking-step1-banner .car-box {
    flex-direction: column-reverse;
  }
}
.booking-step1-banner .car-box .car-mony {
  color: #01498b;
  font-family: "MyriadPro-BoldCond";
}
@media only screen and (max-width: 1080px) {
  .booking-step1-banner .car-box .car-mony {
    margin-top: 0px;
  }
}
.booking-step1-banner .car-box > img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
  margin: -15px 0;
}
@media only screen and (max-width: 1080px) {
  .booking-step1-banner .car-box > img {
    margin: 0;
    padding: 1rem 0;
  }
}
.booking-step1-banner .car-box .car-blode {
  line-height: 1.5;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  width: calc(100% - 15px);
}
@media only screen and (max-width: 1080px) {
  .booking-step1-banner .car-box .car-blode {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
}
.booking-step1-banner .car-box .car-image {
  width: 34%;
  height: 0%;
  padding-right: 0px;
  padding-bottom: 16%;
  position: relative;
  padding-right: 0px;
  margin: 0;
  margin-left: -0.65rem;
  padding-left: 0px;
  display: block;
}
@media only screen and (max-width: 1080px) {
  .booking-step1-banner .car-box .car-image {
    padding-bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: -15px 0;
  }
}
.booking-step1-banner .car-box .car-image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
  min-height: 110px;
}
@media only screen and (max-width: 1080px) {
  .booking-step1-banner .car-box .car-image > img {
    height: auto;
    position: unset;
    max-height: 100px;
    min-height: unset;
  }
}
.booking-step1-banner .car-version {
  margin: 1.5rem 0;
}
@media only screen and (max-width: 1080px) {
  .booking-step1-banner .car-version {
    margin: 0 0 1rem;
    line-height: 1.5;
  }
}
.booking-step1-banner .car-version p.versions {
  margin-bottom: 0.5rem;
}
.booking-step1-banner .car-version .form-group {
  display: flex;
  flex-direction: column;
}
.booking-step1-banner .car-version .form-group label {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1080px) {
  .booking-step1-banner .car-version .form-group label {
    margin-bottom: 1rem;
  }
}
.booking-step1-banner .car-version .form-group .ui.dropdown {
  border-radius: unset;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid black;
  position: relative;
}
.booking-step1-banner .car-version .form-group .ui.dropdown .icon {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .booking-step1-banner .car-version .form-group .ui.dropdown {
    height: 40px;
  }
}
.booking-step1-banner .car-version .form-group .ui.dropdown .default.text {
  color: #000;
}
.booking-step1-banner .car-version .form-group .ui.dropdown input {
  height: 100%;
}
.booking-step1-banner .car-version .form-group .ui.dropdown img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.booking-step1-banner .car-color {
  margin: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .booking-step1-banner .car-color {
    margin: 1rem 0;
  }
}
.booking-step1-banner .car-color__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.booking-step1-banner .car-color__title h3 {
  margin-bottom: 0;
}
.booking-step1-banner .car-color__title .car-color__title-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .booking-step1-banner .car-color__title {
    justify-content: flex-start;
    align-items: baseline;
  }
  .booking-step1-banner .car-color__title-text {
    margin-left: 1rem;
  }
}
.booking-step1-banner .car-color__title .color-en, .booking-step1-banner .car-color__title .booking-step1__car-info {
  margin-left: 5px;
  padding-left: 8px;
  position: relative;
}
.booking-step1-banner .car-color__title .color-en::before, .booking-step1-banner .car-color__title .booking-step1__car-info::before {
  position: absolute;
  content: "";
  height: 85%;
  width: 2px;
  background: black;
  left: 0%;
  transform: translateY(-50%);
  top: 50%;
}
.booking-step1-banner .car-color__list {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .booking-step1-banner .car-color__list {
    justify-content: flex-start;
  }
  .booking-step1-banner .car-color__list ul,
  .booking-step1-banner .car-color__list li {
    width: unset;
    margin-top: 0px;
  }
}
.booking-step1-banner .car-color__list img {
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.booking-step1-banner .car-color__list img:hover {
  transform: scale(1.2);
  transition: transform 0.1s ease;
}
.booking-step1-banner .car-description {
  color: rgb(255, 0, 0);
  text-align: justify;
  background: rgb(255, 242, 219);
  padding: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.booking-step1-banner .car-description ul {
  list-style: inside;
  margin: 0;
}
.booking-step1-banner .car-description ul li {
  list-style: inside;
  font-family: "MyriadPro-Regular" !important;
}
.booking-step1-banner .car-description ul li:last-child {
  margin-bottom: 0;
}
.booking-step1-banner .car-description p, .booking-step1-banner .car-description span, .booking-step1-banner .car-description h1, .booking-step1-banner .car-description h2, .booking-step1-banner .car-description h3, .booking-step1-banner .car-description h4, .booking-step1-banner .car-description h5, .booking-step1-banner .car-description h6 {
  font-family: "MyriadPro-Regular" !important;
  margin-bottom: 0.5rem !important;
}
.booking-step1-banner .button-wrap-car {
  display: flex;
  margin-top: 2rem;
}
.booking-step1-banner .button-wrap-car .register-drive {
  margin-right: 2rem;
  cursor: pointer;
}
.booking-step1-banner .button-wrap-car .register-drive a {
  color: #01498b;
  display: flex;
  align-items: center;
}
.booking-step1-banner .button-wrap-car .register-drive a img {
  margin-left: 5px;
}
.booking-step1-banner .button-wrap-car .buy-car {
  color: #fff;
  background: #01498b;
  padding: 10px 50px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #01498b;
  cursor: pointer;
}
.booking-step1-banner .button-wrap-car .buy-car:hover {
  color: #01498b;
  background: transparent;
  border: 1px solid #01498b;
}
.booking-step1-banner .car-choose-color__list {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
.booking-step1-banner .car-choose-color__list li {
  display: inline-flex;
  margin: 5px;
  cursor: pointer;
}
.booking-step1-banner .car-choose-color__list li span {
  width: 38px;
  height: 38px;
  border: 0.5px solid black;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .booking-step1-banner .car-choose-color__list li span {
    width: 34px;
    height: 34px;
  }
}
.booking-step1-banner .car-choose-color__list li.active {
  padding: 2px;
  border: 0.5px solid black;
  border-radius: 50%;
}
.booking-step1-banner .car-endow {
  line-height: 1.5;
}
.booking-step1-banner .car-endow p {
  margin: 0px;
}
.booking-step1-banner .car-endow ul,
.booking-step1-banner .car-endow li {
  margin-left: 1rem;
  list-style: disc;
}
.booking-step1-banner .car-endow .list-group {
  padding-left: 2rem;
  line-height: 1.5;
}
.booking-step1-banner .car-endow .list-group-items {
  border: 0 !important;
  padding: 0 unset !important;
}
.booking-step1-banner .btn-booking {
  color: white;
}
.booking-step1-banner .btn-booking .car-booking {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .booking-step1-banner .btn-booking .car-booking {
    margin-top: 1rem;
    padding: 0.7rem;
  }
}
.booking-step1-banner .btn-booking .car-booking {
  text-align: center;
  padding: 1.6rem;
}
.booking-step1__carslide {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .booking-step1__carslide {
    margin-bottom: 0rem;
  }
}
.booking-step1__carslide-slide .cars__slide {
  border: 0px;
}
.booking-step1__carslide-slide .cars__slide a.color-unset {
  color: #000;
}
.booking-step1__carslide-slide .cars__slide a.color-unset img {
  width: 100%;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.booking-step1__carslide-slide .cars__slide--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0px;
}
.booking-step1__carslide-slide .cars__slide--item-img {
  position: relative;
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-bottom: 60%;
}
.booking-step1__carslide-slide .cars__slide--item-img img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.booking-step1__carslide-slide .cars__slide--item-title {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.booking-step1__carslide-slide .cars__slide .cad-info {
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .booking-step1__carslide-slide .cars__slide .cad-info {
    margin: -15px 0;
  }
}
.booking-step1__carslide-slide .cars__slide .cad-info > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 5rem;
}
.booking-step1__carslide-slide .cars__slide .cad-info .card-title {
  color: #2e3a41;
}
.booking-step1__carslide-slide .cars__slide .cad-info .card-title:hover {
  color: #01498b;
}
.booking-step1__carslide-slide .cars__slide .cad-info .card-image {
  position: relative;
  width: 27%;
  height: 0%;
  padding-bottom: 8%;
}
@media only screen and (max-width: 1080px) {
  .booking-step1__carslide-slide .cars__slide .cad-info .card-image {
    position: unset;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 0;
  }
}
.booking-step1__carslide-slide .cars__slide .cad-info .card-image > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: 80px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media only screen and (max-width: 1080px) {
  .booking-step1__carslide-slide .cars__slide .cad-info .card-image > img {
    position: unset;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 3;
  }
}
.booking-step1__carslide-slide .cars__slide .banner-img {
  transition: transform 0.5s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.booking-step1__carslide-slide .cars__slide .banner-img:hover {
  transform: scale(1.1);
}
.booking-step1__carslide-slide .cars__slide .card-text {
  color: #01498b;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .booking-step1__carslide-slide .cars__slide .card-text {
    margin-top: 1.5rem;
  }
}
.booking-step1__carslide-slide .cars__slide-compare {
  color: #01498b !important;
}
.booking-step1__carslide-slide .cars__slide-compare img {
  -o-object-fit: contain;
     object-fit: contain;
}
.booking-step1__carslide-slide .cars__slide-compare .icon-same {
  width: 6px;
}
.booking-step1__carslide-slide .cars__slide-compare span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  margin-top: 5px;
  background: #01498b;
  transition: width 0.3s;
}
.booking-step1__carslide-slide .cars__slide-compare span:hover:after {
  color: #01498b;
  width: 53%;
}
@media only screen and (max-width: 1080px) {
  .booking-step1 .car-compare-item:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .booking-step1 .car-compare-item:nth-child(4) {
    display: none;
  }
}
.booking-step1 .car-compare {
  display: flex;
  margin-top: 0.5rem;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  gap: 20px;
}
.booking-step1 .car-compare table {
  table-layout: fixed;
  height: 100%;
}
@media only screen and (max-width: 1080px) {
  .booking-step1 .car-compare {
    justify-content: center;
  }
  .booking-step1 .car-compare-item {
    max-width: 100%;
  }
}
.booking-step1 .car-compare .tr-tile-car th {
  width: 33%;
}
.booking-step1 .car-compare .tr-tile-car .car-compare--name {
  line-height: 1.2;
  width: 85%;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .booking-step1 .car-compare .tr-tile-car .car-compare--name {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .booking-step1 .car-compare .tr-tile-car .car-compare--name {
    min-height: 30px;
    display: inline-block;
  }
}
.booking-step1 .car-compare .tr-tile-car .car-compare--name-another {
  color: rgb(171, 171, 171);
}
.booking-step1 .car-compare .tr-tile-car .car-compare--name-another:hover {
  color: #01498B;
}
.booking-step1 .car-compare .tr-tile-car .link-switch-car-compare:hover .car-compare--name-another {
  color: #01498B;
}
.booking-step1 .car-compare .car-compare-info-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booking-step1 .car-compare .show-car-compare {
  position: relative;
}
.booking-step1 .car-compare .show-car-compare .btn-close-car {
  position: absolute;
  top: 0;
  right: 5px;
}
@media (max-width: 1024px) {
  .booking-step1 .car-compare .show-car-compare .btn-close-car {
    top: -26px;
    width: 24px;
    height: 24px;
  }
}
.booking-step1 .car-compare .compare-box-td {
  position: relative;
}
.booking-step1 .car-compare-item {
  color: #01498b;
  max-width: 18%;
  flex: 1 20%;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .booking-step1 .car-compare-item {
    max-width: 100%;
  }
}
.booking-step1 .car-compare-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .booking-step1 .car-compare-item-wrapper {
    min-height: 170px;
  }
}
.booking-step1 .car-compare-item-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.2s;
  position: absolute;
  background-color: white;
  opacity: 0;
}
.booking-step1 .car-compare-item-wrapper:hover::after {
  opacity: 0.3;
}
.booking-step1 .car-compare-item .btn-close-car {
  position: absolute;
  top: 0;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .booking-step1 .car-compare-item .btn-close-car {
    right: 5%;
  }
}
.booking-step1 .car-compare-item-header {
  display: flex;
  align-items: flex-start;
}
.booking-step1 .car-compare-item .unselect {
  color: rgb(66, 66, 66);
  font-size: 20px;
  display: block;
  margin-left: 15px;
  flex-shrink: 0;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .booking-step1 .car-compare-item .unselect {
    position: absolute;
    top: -30px;
    right: 0;
  }
}
.booking-step1 .car-compare-item-title {
  flex: 1;
  position: absolute;
  top: 0;
  left: 0px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .booking-step1 .car-compare-item-title {
    bottom: -1rem;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}
.booking-step1 .car-compare-item-body {
  text-align: center;
  margin-top: 0.5rem;
  position: relative;
  width: 75%;
  height: 0%;
  padding-bottom: 36%;
  overflow: hidden;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
@media (max-width: 480px) {
  .booking-step1 .car-compare-item-body {
    margin-top: 0;
  }
}
.booking-step1 .car-compare-item-body img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  max-width: 100%;
  object-fit: contain;
  left: 0;
}
.booking-step1 .car-compare-item-choose {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.booking-step1 .car-compare-item-choose span {
  color: #000;
}
.booking-step1 .car-compare-item-choose img {
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  margin-right: 7px;
}
.booking-step1 .car-compare-item-choose:hover span {
  color: #01498b;
}
.booking-step1 .car-compare-item-choose:hover img {
  transform: scale(1.1);
}
.booking-step1 .car-compare .car-compare-item-body-checked {
  position: relative;
}
.booking-step1 .car-compare .car-compare-item-body-checked .car-compare--name-pri {
  color: #01498B;
}
.booking-step1 .car-compare .car-compare-item-body-checked::before {
  color: white;
  content: "✓";
  background-color: #01498b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  right: 5%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  z-index: 2;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .booking-step1 .car-compare .car-compare-item-body-checked::before {
    top: -26px;
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .booking-step1 .car-compare .car-compare-item-body-checked::before {
    display: none;
  }
}
.booking-step1 .car-compare .td-padding {
  padding-bottom: 0;
}
@media (max-width: 1080px) {
  .booking-step1 .car-compare .car-compare-call-to-action {
    display: flex;
    flex-wrap: wrap;
  }
}
.booking-step1 .car-compare .car-compare-call-to-action a {
  position: relative;
  color: #000;
}
.booking-step1 .car-compare .car-compare-call-to-action a i {
  color: #595656;
  font-size: 13px;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .booking-step1 .car-compare .car-compare-call-to-action a i {
    margin-left: 3px;
  }
}
.booking-step1 .car-compare .car-compare-call-to-action a:nth-child(2) {
  margin: 0 15px;
}
@media (max-width: 1200px) {
  .booking-step1 .car-compare .car-compare-call-to-action a:nth-child(2) {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .booking-step1 .car-compare .car-compare-call-to-action a:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 1080px) {
  .booking-step1 .car-compare .car-compare-call-to-action a:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .booking-step1 .car-compare .car-compare-call-to-action a:nth-child(3) {
    width: auto;
  }
}
@media (max-width: 480px) {
  .booking-step1 .car-compare .car-compare-call-to-action a {
    width: 100%;
  }
}
.booking-step1 .car-compare .car-compare-call-to-action a::after {
  content: "";
  position: absolute;
  background-color: #01498b;
  width: 0;
  height: 1px;
  top: 103%;
  left: 50%;
  transform: translateX(-50%);
  transition: all linear 0.3s;
}
.booking-step1 .car-compare .car-compare-call-to-action a:hover {
  color: #01498b;
}
.booking-step1 .car-compare .car-compare-call-to-action a:hover i {
  color: #01498b;
}
.booking-step1 .car-compare .car-compare-call-to-action a:hover:after {
  width: 100%;
}
.booking-step1 .car-compare .car-compare-item-add {
  max-width: 100%;
  color: #000;
}
.booking-step1 .car-compare .car-compare-item-add .car-compare-item-choose {
  justify-content: flex-start;
}
.booking-step1 .car-compare .compare-box-td {
  padding-bottom: 0;
}
.booking-step1 .car-compare .compare-box-car-another a {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .booking-step1__compare {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.booking-step1__compare #hidingScrollBar {
  overflow: hidden;
  margin-top: 1rem;
}
.booking-step1__compare-list {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
@media only screen and (max-width: 1080px) {
  .booking-step1__compare-list {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    backface-visibility: hidden;
    margin-bottom: 0;
  }
  .booking-step1__compare-list::-webkit-scrollbar {
    display: none;
  }
}
.booking-step1__compare-list .menu-list {
  margin: 0 1rem;
}
.booking-step1__compare-list .menu-list:nth-child(1) {
  margin-left: 0;
}
.booking-step1__compare-list .menu-list {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.booking-step1__compare-list .menu-list::after {
  content: "";
  width: -moz-max-content;
  width: max-content;
  bottom: -2px;
  position: absolute;
  width: 0;
  display: block;
  margin-top: 5px;
  background: #01498b;
  transition: width 0.3s;
}
.booking-step1__compare-list .menu-list:hover::after {
  color: #01498b;
  width: 100%;
}
.booking-step1__compare-list li:hover {
  color: #01498b;
}
.booking-step1__compare-list a {
  color: #000;
}
.booking-step1__compare-list a:hover {
  color: #01498b;
}
.booking-step1__compare table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.booking-step1__compare table tbody {
  display: table-row-group;
}
.booking-step1__compare table tbody tr {
  display: table-row;
}
@media (max-width: 767px) {
  .booking-step1__compare table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.booking-step1__compare table tbody tr th {
  display: table-cell;
  width: 20%;
  min-width: 150px;
  text-align: left;
  padding: 20px 20px 5px;
}
@media only screen and (max-width: 767px) {
  .booking-step1__compare table tbody tr th {
    width: 100%;
    min-width: 100%;
    padding: 5px 0;
  }
}
.booking-step1__compare table tbody tr th .__select_item a.__choose_car_to_compare img {
  max-width: 15%;
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease;
  margin: 0 20px;
}
.booking-step1__compare table tbody tr th .__select_item a.__choose_car_to_compare img:hover {
  transform: scale(1.5);
}
.booking-step1__compare table tbody tr th .__select_item a.__choose_car_to_compare {
  color: #2e3a41;
}
.booking-step1__compare table tbody tr th .__select_item a.__choose_car_to_compare:hover {
  color: #01498b;
}
.booking-step1__compare table tbody tr th .__select_item .car_selected_image {
  cursor: pointer;
  position: relative;
  display: block;
  text-align: left;
}
.booking-step1__compare table tbody tr th .__select_item .car_selected_image img {
  vertical-align: middle;
}
.booking-step1__compare table tbody tr th .__select_item .car_selected_image .car_infor {
  color: #01498b;
  max-width: 9rem;
}
.booking-step1__compare table tbody tr th .__select_item .car_selected_image button.btn-close-car {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 1;
  border: 0px;
  background-color: transparent;
  outline: none;
}
.booking-step1__compare table tbody tr th .__select_item .car_selected_image button.btn-close-car img:hover {
  opacity: 0.3;
}
.booking-step1__compare table tbody tr th .__select_item .car_selected_image button.btn-close-car i {
  font-size: 30px;
  color: #a6a6a6;
}
.booking-step1__table--price {
  border-bottom: 1px solid #a6a6a6;
}
.booking-step1__table--parameter-title {
  border-bottom: 1px dashed;
  padding: 1rem 0;
  border-bottom-color: #dddddd;
  cursor: pointer;
  color: #000;
  line-height: 1.3;
}
.booking-step1__table--parameter-title .icon i {
  font-size: 0.7em;
}
.booking-step1__table--parameter-table tbody .text-base.border-bottom-1 {
  border-bottom: 1px dashed #dddddd;
}
.booking-step1__table--parameter-table tbody .title {
  width: 24%;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .booking-step1__table--parameter-table tbody .title {
    padding-bottom: 0 !important;
  }
}
.booking-step1__table--parameter-table tbody tr {
  transition: background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .booking-step1__table--parameter-table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.booking-step1__table--parameter-table tbody tr:hover {
  background-color: #F3F3F3;
}
.booking-step1__table--parameter-table tbody th {
  align-items: center;
  padding: 2px 2px 0 !important;
  min-height: 50%;
}
@media only screen and (max-width: 767px) {
  .booking-step1__table--parameter-table tbody th {
    flex: 1 100%;
  }
}
.booking-step1__table--parameter-table tbody td {
  padding: 0px !important;
  width: 18%;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .booking-step1__table--parameter-table tbody td {
    flex: 1 50%;
  }
}
@media only screen and (max-width: 1080px) {
  .booking-step1__table--parameter-table tbody td:nth-child(5) {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .booking-step1__table--parameter-table tbody td:nth-child(4) {
    display: none;
  }
}
.booking-step1__table--parameter-table {
  transition: all 0.25s;
}
.booking-step1__table--parameter-table.hidden {
  height: 0px;
  visibility: collapse;
  opacity: 0;
  display: none;
}
.booking-step1__table--item .price,
.booking-step1__table--item ul {
  padding: 2rem 0 !important;
  margin: 0;
}
.booking-step1__table .booking-step1__table--action {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  align-items: center;
}
.booking-step1__table .booking-step1__table--action .brochure {
  margin-right: 2rem;
}
.booking-step1__table .booking-step1__table--action .brochure a {
  color: #01498B;
}
.booking-step1__table .booking-step1__table--action .brochure-compare {
  margin-right: 0;
}
.booking-step1__table .booking-step1__table--action .action-booking {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}
@media (max-width: 1080px) {
  .booking-step1__table .booking-step1__table--action .action-booking {
    flex-direction: column;
  }
}
.booking-step1__table .booking-step1__table--action .action-booking .brochure a {
  color: #01498b;
}
.booking-step1__table .booking-step1__table--action .action-booking .buy-car {
  margin-left: 2rem;
}
@media (max-width: 1080px) {
  .booking-step1__table .booking-step1__table--action .action-booking .buy-car {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.booking-step1__table .booking-step1__table--action .action-booking .buy-car a {
  color: #fff;
  padding: 10px 50px;
  background-color: #01498b;
  border: 1px solid #01498b;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1080px) {
  .booking-step1__table .booking-step1__table--action .action-booking .buy-car a {
    padding: 5px 20px;
  }
}
.booking-step1__table .booking-step1__table--action .action-booking .buy-car a:hover {
  background: #fff;
  color: #01498b;
}
.booking-step1__table .booking-step1__table--action tbody tr:hover {
  background: transparent !important;
}

.booking-step1__table--price-freeze table tbody tr:hover {
  background-color: transparent;
}
.booking-step1__table--price-freeze table tbody tr th {
  width: 33%;
}
.booking-step1__table--price-freeze table tbody tr td {
  width: 33%;
}

.car-choose__list {
  padding: unset;
  margin: unset;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.2rem;
}
.car-choose__item {
  margin: 0 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 45px;
}
.car-choose__item .box-zoom {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 0.8px solid black;
  border-radius: 100%;
  cursor: pointer;
  transition: transform 0.3s linear;
}
.car-choose__item .box-zoom:hover {
  transform: scale(1.3);
}
.car-choose__item p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.car-choose__item.active .box-zoom {
  transform: scale(1.3);
}
.car-choose__item.active p {
  opacity: 1;
  visibility: visible;
}

.booking-step1 .booking-step1__header {
  align-items: center;
}
.booking-step1 .booking-step1__header-right .request-name-color {
  padding-left: 7px;
  margin-left: 7px;
  position: relative;
}
.booking-step1 .booking-step1__header-right .request-name-color::before {
  position: absolute;
  content: "";
  width: 1.3px;
  height: 100%;
  background: #000;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.booking-step1-car__wapper {
  display: flex;
  flex-direction: row;
}
.booking-step1-car__wapper .category-images {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.booking-step1-car__wapper .category-images .category-images-item {
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.booking-step1-car__wapper .category-images .category-images-item.active {
  font-family: "MyriadPro-BoldCond";
  font-size: calc(var(--c-text-base) + 2px);
  margin-top: -1px;
  border-bottom: 2px solid #01498b;
}
.booking-step1-car__wapper .category-images .category-images-furniture {
  margin-right: 2rem;
}
@media only screen and (max-width: 1080px) {
  .booking-step1-car__wapper {
    flex-direction: column;
  }
}
.booking-step1-car__wapper .box__tab-right {
  position: relative;
}
.booking-step1-car__wapper .load-image-change {
  position: relative;
}
.booking-step1-car__wapper .load-image-change .desc-img-absolute {
  font-size: 10px;
  position: absolute;
  bottom: -20px;
}
@media (max-width: 365px) {
  .booking-step1-car__wapper .load-image-change .desc-img-absolute {
    bottom: -35px;
  }
}
.booking-step1-car__wapper .tab-content-wrap {
  width: 57%;
}
@media (max-width: 1080px) {
  .booking-step1-car__wapper .tab-content-wrap {
    width: 100%;
  }
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .cloudimage-360 {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .img-absolute {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .panorama-wrap {
  padding-bottom: 56%;
  position: relative;
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .panorama-wrap .panorama {
  height: unset;
  width: unset;
  position: absolute;
  inset: 0;
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .icon360 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .icon360 img {
  max-width: 115px;
}
@media (max-width: 1080px) {
  .booking-step1-car__wapper .tab-content-wrap .slider-section3 .icon360 {
    display: none;
    bottom: 0;
  }
  .booking-step1-car__wapper .tab-content-wrap .slider-section3 .icon360 img {
    max-width: 90px;
  }
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-wrapper {
  padding-bottom: 20px;
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-slide {
  position: relative;
  padding-bottom: calc(56% - 20px);
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-pagination {
  bottom: -5px;
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  background: #01498b;
  border-radius: 0;
  opacity: 1;
  margin: 0 8px;
}
@media (max-width: 1080px) {
  .booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    margin: 0 3px;
  }
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
  height: 10px;
  background: #01498b;
  border-radius: 0;
}
@media (max-width: 1080px) {
  .booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .booking-step1-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
  }
}
.booking-step1-car__wapper .tab-content-wrap .slider-section3-nt {
  padding-bottom: 0 !important;
}
.booking-step1-car__wapper .car-banner {
  width: 43%;
}
@media (max-width: 1080px) {
  .booking-step1-car__wapper .car-banner {
    width: 100%;
    margin-top: 0rem;
  }
}

.booking-step1-banner-booking-step2 {
  padding-bottom: 0 !important;
}

.booking-step2-car__wapper .tab-content-wrap .slider-section3 {
  padding-bottom: 53%;
  margin-bottom: 10px;
}
.booking-step2-car__wapper .tab-content-wrap .slider-section3 .images-exterior-slide .swiper-slide {
  padding-bottom: calc(53% - 20px);
}
.booking-step2-car__wapper .tab-content-wrap .slider-section3 .cloudimage-inner-box {
  position: relative;
}
.booking-step2-car__wapper .tab-content-wrap .slider-section3 .panorama-wrap {
  padding-bottom: 53%;
}
.booking-step2-car__wapper .tab-content-wrap .desc-img-absolute {
  font-size: 11px;
}
.booking-step2-car__wapper .tab-content-wrap .control-tab-booking {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.booking-step2-car__wapper .tab-content-wrap .control-tab-booking li a {
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  color: #000;
  padding: 0;
  padding-bottom: 2px;
}
.booking-step2-car__wapper .tab-content-wrap .control-tab-booking li a.active {
  font-family: "MyriadPro-BoldCond";
  font-size: calc(var(--c-text-base) + 2px);
  margin-top: -1px;
  border-bottom: 2px solid #01498b;
}
.booking-step2-car__wapper .tab-content-wrap .control-tab-booking li:first-child {
  margin-right: 2rem;
}
.booking-step2-car__wapper .car-banner .car-color {
  margin: 2rem 0;
}
.booking-step2-car__wapper .car-color__list .car-choose-color__list li {
  opacity: 0.7;
  cursor: no-drop;
}
.booking-step2-car__wapper .car-color__list .car-choose-color__list li.active {
  opacity: 1;
  cursor: pointer;
}

.booking-step1__car-info {
  margin-left: 5px;
  padding-left: 8px;
  position: relative;
}
.booking-step1__car-info::before {
  position: absolute;
  content: "";
  height: 85%;
  width: 1px;
  background: black;
  left: 0%;
  transform: translateY(-50%);
  top: 50%;
}

.modal-compare .modal-content {
  padding: 1rem;
}
.modal-compare .modal-content .modal-header {
  padding: 1rem 0;
}

.button-slide-add-car {
  height: revert;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px dotted #01498b !important;
  border-radius: 10px;
  background: rgb(243, 243, 243);
}

@media (max-width: 768px) {
  .tr-tile-car {
    display: flex;
    flex-wrap: wrap;
  }
  .tr-tile-car th {
    width: 100% !important;
    padding: 0;
  }
  .tr-tile-car td {
    width: 50% !important;
    padding-bottom: 0 !important;
  }
}

.visibility {
  visibility: hidden;
}

.flex-center-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.booking-step1__content-product ul {
  list-style: inside;
  margin: 0;
}
.booking-step1__content-product ul li {
  list-style: inside;
  font-family: "MyriadPro-Regular" !important;
}
.booking-step1__content-product ul li:last-child {
  margin-bottom: 0;
}
.booking-step1__content-product p, .booking-step1__content-product span, .booking-step1__content-product h1, .booking-step1__content-product h2, .booking-step1__content-product h3, .booking-step1__content-product h4, .booking-step1__content-product h5, .booking-step1__content-product h6 {
  font-family: "MyriadPro-Regular" !important;
  margin-bottom: 0.5rem !important;
}

.no-request-id {
  display: none;
}

.next-step-booking {
  display: flex;
  justify-content: flex-end;
}
.next-step-booking a {
  padding: 12px 50px 10px;
  background: #01498B;
  border: 1px solid #01498B;
  outline: none;
  text-transform: uppercase;
  border: 1px solid #01498b;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: white;
  cursor: pointer;
}
.next-step-booking a:hover {
  background: #fff;
  color: #01498B;
}

.justify-content-space-between {
  display: flex !important;
  justify-content: space-between;
}

.compare-select-search-wrap {
  width: 100%;
  height: 42px;
  position: relative;
}
.compare-select-search-wrap input {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.87);
  outline: none;
  box-shadow: unset;
  background: transparent;
  padding-left: 3rem;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 5px;
}
.compare-select-search-wrap input::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
}
.compare-select-search-wrap input::placeholder {
  color: rgba(191, 191, 191, 0.87);
}
.compare-select-search-wrap input:hover {
  border-color: rgba(0, 0, 0, 0.87);
}
.compare-select-search-wrap input:focus {
  border-color: rgba(0, 0, 0, 0.87);
}
.compare-select-search-wrap i {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 1rem;
  color: rgba(0, 0, 0, 0.87);
}
.compare-select-search-wrap .compare-select-search-list {
  position: absolute;
  top: 100%;
  z-index: 222;
  background: white;
  width: 100%;
  padding: 1rem 1.5rem;
  box-shadow: 0px 1px 4px 0px #ccc;
  cursor: pointer;
}
.compare-select-search-wrap .compare-select-search-list li {
  margin-bottom: 0.5rem;
}
.compare-select-search-wrap .compare-select-search-list li:hover {
  color: #01498b;
}
.compare-select-search-wrap .compare-select-search-list li:last-child {
  margin-bottom: 0;
}

.modal-compare .car-compare-parent, .modal-compare .car-compare-version, .modal-compare .car-compare-brand {
  opacity: 1 !important;
  border-color: rgb(59, 58, 58) !important;
}
.modal-compare .car-compare-parent .default.text, .modal-compare .car-compare-version .default.text, .modal-compare .car-compare-brand .default.text {
  color: rgb(59, 58, 58) !important;
  padding-top: 3px !important;
}

.modal-body-estimates-popup .form-group-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-body-estimates-popup .form-group-wrap .form-group {
  width: 49%;
}
@media (max-width: 768px) {
  .modal-body-estimates-popup .form-group-wrap .form-group {
    width: 100%;
  }
}

.modal-car-estimates {
  position: relative;
}
.modal-car-estimates .modal-content {
  padding: 1rem;
  position: relative;
}
@media (max-width: 995px) {
  .modal-car-estimates .modal-content {
    overflow-x: scroll;
    padding: 0;
    padding-bottom: 1.5rem;
  }
}
.modal-car-estimates .modal-content .fixed-modal-car-estimates {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.13);
  z-index: 2;
  display: none;
}
.modal-car-estimates .modal-content .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-car-estimates .modal-content .modal-header::before {
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  background: #888;
  left: 1rem;
  right: 1rem;
}
.modal-car-estimates .estimates-dropdown {
  border-color: #888 !important;
}
.modal-car-estimates .ui.disabled.dropdown, .modal-car-estimates .ui.dropdown .menu > .disabled.item {
  opacity: 1;
}
.modal-car-estimates .ui.default.dropdown:not(.button) > .text, .modal-car-estimates .ui.dropdown:not(.button) > .default.text {
  color: #666;
}
.modal-car-estimates {
  margin: 0 auto;
  max-width: 43%;
}
@media (max-width: 1500px) {
  .modal-car-estimates {
    max-width: 50%;
  }
}
@media (max-width: 1330px) {
  .modal-car-estimates {
    max-width: 55%;
  }
}
@media (max-width: 1200px) {
  .modal-car-estimates {
    max-width: 65%;
  }
}
@media (max-width: 995px) {
  .modal-car-estimates {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  .modal-car-estimates {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .modal-car-estimates {
    max-width: 90%;
  }
}
.modal-car-estimates {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-car-estimates .installment__estimate--form-totalmoney {
  padding: 0 1rem;
  position: relative;
}
.modal-car-estimates .installment__estimate--form-totalmoney::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 1px;
  background: #888;
  left: 1rem;
  right: 1rem;
}
.modal-car-estimates .installment__estimate--form-button {
  padding: 0 1rem 2rem;
}

.modal-esimate-opening {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.modal-esimate-opening .modal-content {
  max-height: 75%;
  overflow-y: scroll;
  margin-top: var(--menu-space);
}
@media (max-width: 768px) {
  .modal-esimate-opening .modal-content {
    margin-top: 0;
  }
}
.modal-esimate-opening .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.modal-esimate-opening .modal-content::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.modal-esimate-opening .modal-content::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.modal-esimate-opening-budget .modal-content {
  min-height: 76%;
}
.modal-esimate-opening-budget .table td, .modal-esimate-opening-budget .table th {
  white-space: nowrap;
}
@media (max-width: 480px) {
  .modal-esimate-opening-budget h5.modal-title {
    font-size: 16px;
  }
}

.cloudimage-360 .cloudimage-360-left, .cloudimage-360 .cloudimage-360-right {
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 4px;
  z-index: 222 !important;
}

.cloudimage-360 .cloudimage-360-left:focus, .cloudimage-360 .cloudimage-360-right:focus {
  outline: none;
}

.cloudimage-360 .cloudimage-360-left {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 15px);
  left: 0 !important;
}

.cloudimage-360 .cloudimage-360-right {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 15px);
  right: 0 !important;
}

.cloudimage-360 .cloudimage-360-left:before, .cloudimage-360 .cloudimage-360-right:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: 50% 50%/cover no-repeat;
}
@media (max-width: 480px) {
  .cloudimage-360 .cloudimage-360-left:before, .cloudimage-360 .cloudimage-360-right:before {
    width: 22px !important;
    height: 22px !important;
  }
}

.cloudimage-360 .cloudimage-360-left:before {
  background-image: url("//cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-left.svg");
}

.cloudimage-360 .cloudimage-360-right:before {
  background-image: url("//cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-right.svg");
}

.cloudimage-360 .cloudimage-360-left.not-active, .cloudimage-360 .cloudimage-360-right.not-active {
  opacity: 0.4;
  cursor: default;
}

.cloudimage-360-inner-box {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloudimage-360-inner-box .cloudimage-360-view-360-circle {
  bottom: 11% !important;
}
@media (max-width: 480px) {
  .cloudimage-360-inner-box .cloudimage-360-view-360-circle {
    bottom: 10% !important;
  }
}

.button-auto-play360 {
  border: 1px solid #01498b;
  position: relative;
  z-index: 222;
}

.description-no-colors {
  font-style: italic !important;
}

.title-fees-car {
  cursor: pointer;
}

.fees-car-wrap {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.fees-car-wrap span {
  display: block;
}

.cloudimage-360 .cloudimage-360-left, .cloudimage-360 .cloudimage-360-right {
  z-index: 103 !important;
}

.menu-car-version {
  width: 100%;
  max-height: 150px;
  overflow-y: scroll;
  padding-right: 5px;
  margin-bottom: 10px;
}
.menu-car-version a {
  font-size: 16px;
  padding-bottom: 5px;
}
.menu-car-version a span {
  display: block;
  margin-left: 4px;
}
@media only screen and (max-width: 480px) {
  .menu-car-version a {
    font-size: 15px;
  }
}

.installment__estimate--form-item {
  text-transform: unset !important;
}
.installment__estimate--form-item:first-child {
  margin-top: 0 !important;
}
.installment__estimate--form-item:last-child {
  border-top: 1px solid rgb(1, 73, 139);
  padding-top: 10px;
  color: rgb(1, 73, 139);
  text-transform: none;
}

.modal-car-estimates-content.custom {
  background: rgba(192, 192, 192, 0.18);
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

#car-compare-call-to-action {
  display: flex;
  flex-wrap: wrap;
}
#car-compare-call-to-action a {
  padding: 12px 10px;
  width: 30%;
  margin-right: 5%;
  background: #01498B;
  border: 1px solid #01498B;
  outline: none;
  text-transform: uppercase;
  border: 1px solid #01498b;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: white;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  #car-compare-call-to-action a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 8px 10px;
  }
}
#car-compare-call-to-action a:last-child {
  margin-right: 0;
}
#car-compare-call-to-action a:hover {
  background: #fff;
  color: #01498B;
}

@media (max-width: 1080px) {
  .general-manufacturing .production .production__title {
    margin-bottom: 1%;
  }
  .general-manufacturing .production .production__content .readmore i {
    font-size: 2vw;
  }
}
.general-manufacturing .production__image {
  padding-top: 1%;
}

.tenant-booking__online-wrapper {
  background-color: #eeeeed;
  padding: 25px 0px;
}
@media only screen and (max-width: 1080px) {
  .tenant-booking__online-wrapper {
    padding: 1rem 0;
  }
}

.installment__estimate .title-brand-margin {
  margin: 1rem 0;
}
.installment__estimate--wapper {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .installment__estimate--wapper {
    flex-direction: column;
  }
}
.installment__estimate--wapper-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: sticky;
  top: 6rem;
  height: -moz-max-content;
  height: max-content;
}
.installment__estimate--wapper-left h3 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1080px) {
  .installment__estimate--wapper-left {
    width: 100%;
    position: unset;
  }
  .installment__estimate--wapper-left-image {
    text-align: center;
  }
  .installment__estimate--wapper-left-image > img {
    width: 100%;
  }
}
.installment__estimate--wapper-right .title-registrationfee {
  margin: 1rem 0 0.7rem 0;
}
.installment__estimate--wapper-right {
  width: 60%;
}
@media only screen and (max-width: 1080px) {
  .installment__estimate--wapper-right {
    width: 100%;
  }
}
.installment__estimate--trademark-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.installment__estimate--trademark-list li a.active {
  color: #01498b;
  position: relative;
}
.installment__estimate--trademark-list li a.active::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 1.5px;
  background-color: #01498b;
  transform: translateX(-50%);
  left: 50%;
  bottom: -5px;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.installment__estimate--trademark-list li a {
  color: #b5b5b5;
  opacity: 0.8;
}
.installment__estimate--trademark-list li:hover a {
  color: #01498b;
  position: relative;
}
.installment__estimate--trademark-list li:hover a::after {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  height: 1.5px;
  background-color: #01498b;
  transform: translateX(-50%);
  left: 50%;
  bottom: -5px;
  transition: width 0.4s;
}
.installment__estimate--trademark-list li:hover a:hover::after {
  width: 100%;
}
.installment__estimate--trademark-list li:hover a:hover {
  color: #01498b;
}
.installment__estimate--trademark-logo {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.installment__estimate--trademark-logo .active {
  border: 1px solid #cccccc;
}
.installment__estimate--trademark-logo li {
  display: flex;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.5rem 1.5rem;
  align-items: center;
  width: 20%;
  border: 1px solid transparent;
}
@media only screen and (max-width: 566px) {
  .installment__estimate--trademark-logo li {
    width: 33.3333333333%;
  }
}
.installment__estimate--trademark-logo li {
  position: relative;
}
.installment__estimate--trademark-logo li img {
  cursor: pointer;
  width: 80%;
  height: auto;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.installment__estimate--trademark-logo li img:hover {
  transform: scale(1.1);
}
.installment__estimate--trademark-logo li img:focus {
  border: 1px solid #CCCCCC;
}
.installment__estimate--trademark-logo li:focus .item-brand img {
  border: 1px solid #CCCCCC;
}
.installment__estimate--form .form-group {
  display: flex;
  flex-direction: column;
}
.installment__estimate--form .form-group label {
  margin: 1rem 0;
}
.installment__estimate--form .form-group .ui.selection.dropdown {
  border-radius: 0;
}
.installment__estimate--form .form-group .ui.selection.dropdown .default {
  color: black;
}
.installment__estimate--form .form-group .ui.search.dropdown.disabled {
  border: 1px solid rgba(34, 36, 38, 0.15);
  opacity: 1;
}
.installment__estimate--form-totalmoney .installment__estimate--form-item {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.installment__estimate--form-button .installment__estimate--form-installment {
  width: 100%;
  height: 50px;
  background-color: #01498b;
  padding: 1rem 0;
  margin-top: 1rem;
  border: 1.5px solid #01498b;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.installment__estimate--form-button .installment__estimate--form-installment > a {
  color: white;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.installment__estimate--form-button .installment__estimate--form-installment:hover {
  background-color: white;
  border: 1.5px solid #01498b;
}
.installment__estimate--form-button .installment__estimate--form-installment:hover a {
  color: #01498b;
}
.installment__estimate--form-button .installment__estimate--form-contact {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  grid-gap: 1rem;
}
@media only screen and (max-width: 560px) {
  .installment__estimate--form-button .installment__estimate--form-contact {
    flex-direction: column;
  }
}
.installment__estimate--form-button .installment__estimate--form-contact-item {
  text-align: center;
  padding: 1rem 0;
  height: 50px;
  width: 50%;
  background-color: #C1C1C1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 560px) {
  .installment__estimate--form-button .installment__estimate--form-contact-item {
    width: 100%;
  }
}
.installment__estimate--form-button .installment__estimate--form-contact-item > a {
  display: flex;
  align-items: flex-start;
  color: white;
}
.installment__estimate--form-button .installment__estimate--form-contact-item > a .icon {
  margin-right: 0.5rem;
  color: #01498b;
  width: 1.3rem;
}
.installment__estimate--form-button .installment__estimate--form-contact-item > a .icon svg {
  height: 1.3rem;
  width: auto;
  vertical-align: sub;
  color: white;
}
.installment__estimate--form-button .installment__estimate--form-contact-item > a span {
  margin-top: 2px;
}
.installment__estimate--form-button .installment__estimate--form-contact-item:hover {
  background-color: #01498b;
}
.installment__estimate--form-button .installment__estimate--form-contact-item:hover > a {
  color: white;
}
.installment__estimate--form .monthly_installment_cost .modal-header {
  border-bottom: 0px;
}
.installment__estimate--form .monthly_installment_cost .modal-body {
  padding-top: 0px;
}
.installment__estimate--form .monthly_installment_cost-table {
  max-height: 75vh;
}
@media only screen and (max-width: 1080px) {
  .installment__estimate--form .monthly_installment_cost-table {
    overflow: scroll;
  }
}
.installment__estimate--form .monthly_installment_cost-thead {
  background-color: #01498b;
  color: white;
}
.installment__estimate--form .monthly_installment_cost-thead th {
  border: 0px;
}

.line-height15 {
  line-height: 1.5;
}

@media (max-width: 480px) {
  .text-margin-top {
    margin-top: 1rem !important;
  }
}

.installment__estimate-logo img {
  width: 70px;
  height: auto;
}

.dropdown-flex-center {
  display: flex !important;
  align-items: center !important;
}

.tenant-booking__online__header-goback a {
  align-items: center;
}

.select2-container .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown .select2-search__field {
  height: 37px;
  font-size: 15px;
  font-family: "MyriadPro-Regular";
}
.select2-container .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown .select2-search__field:focus {
  outline: unset;
  box-shadow: unset;
}

.___popup_select_car {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.___popup_select_car .___list__compare_car_to_selected {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  width: 80%;
  height: 80%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow-y: auto;
  padding: 30px;
}
.___popup_select_car .___list__compare_car_to_selected .group-by-category .title-product h1 {
  padding: 15px 0;
}
.___popup_select_car .___list__compare_car_to_selected .___list_car {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media only screen and (max-width: 991px) {
  .___popup_select_car .___list__compare_car_to_selected .___list_car {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .___popup_select_car .___list__compare_car_to_selected .___list_car {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.___popup_select_car .___list__compare_car_to_selected .___item .image img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .big-checkbox p [type=checkbox]:not(:checked) + label:before,
.___popup_select_car .___list__compare_car_to_selected .___item .___info .big-checkbox p [type=checkbox]:checked + label:before {
  border: solid 1px #01498b;
  box-shadow: unset;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .big-checkbox p [type=checkbox]:not(:checked) + label:after,
.___popup_select_car .___list__compare_car_to_selected .___item .___info .big-checkbox p [type=checkbox]:checked + label:after {
  top: 4px;
  left: 3px;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .big-checkbox p label.name-and-price span.name {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .___list_model_car ul.model li.model-item p [type=checkbox]:not(:checked) + label:before,
.___popup_select_car .___list__compare_car_to_selected .___item .___info .___list_model_car ul.model li.model-item p [type=checkbox]:checked + label:before {
  border: solid 1px #01498b;
  box-shadow: unset;
  top: 3px;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .___list_model_car ul.model li.model-item p [type=checkbox]:not(:checked) + label:after,
.___popup_select_car .___list__compare_car_to_selected .___item .___info .___list_model_car ul.model li.model-item p [type=checkbox]:checked + label:after {
  top: 6px;
  left: 3px;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info input [type=checkbox]:not(:checked),
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:not(:checked) + label,
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info {
  /* checkbox aspect */
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:not(:checked) + label:before,
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #cccccc;
  background: #fff;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info {
  /* checked mark aspect */
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:not(:checked) + label:after,
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.5em;
  line-height: 0.8;
  color: red;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info {
  /* checked mark aspect changes */
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info {
  /* disabled checkbox */
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:disabled:not(:checked) + label:before,
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=checkbox]:disabled + label {
  color: #aaa;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info {
  /* accessibility */
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:checked,
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:checked + label,
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:checked + label:before,
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 0;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:checked + label:after,
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:not(:checked) + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.15em;
  left: 3.5px;
  font-size: 1.5em;
  line-height: 0.8;
  color: #01498b;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
  transition: all 0.2s ease;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info {
  /*
  <p>
  <input autocomplete="off" type="checkbox" name="accept" id="accept" checked="checked"/>
  <label for="accept">Tôi xác nhận cung cấp thông tin cá nhân để liên hệ với KIA Việt Nam</label>
  </p>*/
  /*
  <p>
  <input type="radio" value="{{$i}}" id="car{{$i}}" name="model">
  <label class="name-and-price" for="car{{$i}}">
  <span class="name">Sorento</span>
  </label>
  </p>*/
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:checked,
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:not(:checked) {
  position: absolute;
  left: -9999px;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:checked + label,
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:checked + label,
  .___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:not(:checked) + label {
    font-size: 14px;
  }
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:checked + label:before,
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 100%;
  background: #fff;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:checked + label:after,
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: red;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.___popup_select_car .___list__compare_car_to_selected .___item .___info .rounded-radio:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.___popup_select_car a.__close_popup {
  display: block;
  font-size: 30px;
  color: black;
  font-weight: bold;
  position: absolute;
  top: 100px;
  right: 150px;
}
.___popup_select_car a.__close_popup:hover {
  color: red;
}
.___popup_select_car .submit-compare-car {
  display: block;
  padding: 5px 25px;
  border-radius: 10px;
  background-color: #01498b;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: 11%;
  right: 11%;
  z-index: 13;
}

body.___has_popup .___popup_select_car {
  opacity: 1;
  visibility: visible;
  z-index: 12;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
}
body.___has_popup .___popup_select_car a {
  z-index: 1;
}

ol.breadcrumb {
  background-color: unset;
  color: #2e3a41;
  padding: 20px 0;
  margin: 0;
  margin-top: 3vw;
}
@media (max-width: 1080px) {
  ol.breadcrumb {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  ol.breadcrumb {
    padding: 20px 0 20px 0;
  }
}
ol.breadcrumb .breadcrumb-item a {
  color: #2e3a41;
  opacity: 70%;
  font-family: "MyriadPro-Regular";
}
ol.breadcrumb .breadcrumb-item.active {
  color: #2e3a41;
  font-family: "MyriadPro-Regular";
}

.bb-dialog-wrapper form.bb-dialog-container {
  width: calc(100% - 2rem);
  max-width: 500px;
}
@media only screen and (max-width: 640px) {
  .bb-dialog-wrapper form.bb-dialog-container {
    padding: 3rem 2rem;
  }
}

#bb-comment.bb-comment-wrapper {
  padding: unset;
  font-family: "MyriadPro-Regular";
}
#bb-comment.bb-comment-wrapper .bb-comment {
  max-width: 100%;
}
#bb-comment.bb-comment-wrapper p,
#bb-comment.bb-comment-wrapper a,
#bb-comment.bb-comment-wrapper strong,
#bb-comment.bb-comment-wrapper span,
#bb-comment.bb-comment-wrapper li {
  font-family: "MyriadPro-Regular";
}
#bb-comment.bb-comment-wrapper .bb-avatar {
  border-radius: 100%;
  overflow: hidden;
  border: unset;
  flex-shrink: 0;
}
#bb-comment.bb-comment-wrapper .bb-comment-header .bb-comment-header-top {
  justify-content: flex-end;
  margin-bottom: 1.5rem;
  border-width: 1px;
}
#bb-comment.bb-comment-wrapper .bb-comment-content .bb-content-custom {
  background-color: #ebedf2;
  padding: 1rem 1.3rem;
}
#bb-comment.bb-comment-wrapper .bb-comment-content .bb-content-custom .bb-comment-content-actions {
  height: 25px;
}
#bb-comment.bb-comment-wrapper .bb-comment-content .bb-content-custom .bb-comment-content-actions + .mt-3.mb-4 {
  margin-bottom: unset !important;
}
#bb-comment.bb-comment-wrapper .bb-comment-content .bb-content-custom .bb-comment-content-actions + .mt-3.mb-4 .bb-comment-box {
  margin-bottom: unset;
}
#bb-comment.bb-comment-wrapper .bb-comment-content .bb-content-custom .bb-comment-content-actions .bb-like {
  height: 45px;
  width: 45px;
  position: relative;
  top: 1px;
  left: -6px;
}
#bb-comment.bb-comment-wrapper .bb-comment-content .bb-content-custom .bb-comment-item-user_name > a > strong {
  color: #01498b;
  font-family: "MyriadPro-Bold";
}
#bb-comment.bb-comment-wrapper .bb-comment-content .bb-content-custom .bb-comment-item-user_name-info {
  display: none;
}
#bb-comment.bb-comment-wrapper .bb-comment-item-actions .fa-edit {
  color: #01498b;
}
#bb-comment.bb-comment-wrapper .bb-comment-item-actions .fa-trash-alt {
  color: #dc3545;
}
#bb-comment.bb-comment-wrapper .bb-comment-box .bb-textarea .bb-textarea-footer,
#bb-comment.bb-comment-wrapper .bb-comment-box .bb-textarea textarea {
  border-radius: unset;
  background-color: #ebedf2;
  border: unset;
  resize: none;
}
#bb-comment.bb-comment-wrapper .bb-comment-box .bb-textarea textarea:focus,
#bb-comment.bb-comment-wrapper .bb-comment-box .bb-textarea textarea.focused,
#bb-comment.bb-comment-wrapper .bb-comment-box .bb-textarea textarea {
  min-height: 100px;
}
#bb-comment.bb-comment-wrapper .bb-comment-box .bb-textarea .post-btn {
  border-radius: unset;
  background-color: #01498b;
}
#bb-comment.bb-comment-wrapper .bb-comment-box .bb-textarea .post-btn.cancel-btn {
  background-color: transparent;
}

:root {
  --height-header: 4.5rem;
}

.border-bottom-table {
  border-bottom: 2px solid #01498b;
}

.car-compare__fixed {
  position: sticky;
  top: var(--height-header);
  background: white;
  width: 100%;
  z-index: 10;
  padding-top: 1px;
}
@media only screen and (max-width: 1080px) {
  .car-compare__fixed {
    top: 0;
    padding-top: 3px;
  }
}
.car-compare > table td {
  width: 33%;
  font-weight: unset;
}
.car-compare > .table-bordered, .car-compare > .table-bordered td, .car-compare > .table-bordered th {
  border: unset;
  font-weight: unset;
}
.car-compare > .table-bordered td {
  padding: 1.2rem 0;
}
.car-compare > .table-bordered td .line-height-base {
  top: 2px;
}
.car-compare > .table-bordered td .car-compare-item-choose img {
  width: 22px;
  height: auto;
}
.car-compare .btn-close-car {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid black;
  color: black;
  display: flex;
  align-items: center;
}
.car-compare .btn-close-car > i {
  font-size: 13px;
  margin-top: 1px;
}

.booking-step1__table .table.booking-step1__table--parameter-table td,
.booking-step1__table .table.booking-step1__table--parameter-table th {
  width: 33%;
  font-weight: unset;
}

@keyframes scrollFilter {
  from {
    top: -100px;
  }
  to {
    top: calc(var(--menu-space) + 0px);
  }
}
@keyframes scrollFilterMb {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.tenant-business__banner {
  position: relative;
}
.tenant-business__banner > img {
  min-height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .tenant-business__banner > img {
    min-height: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .tenant-business__banner > img {
    min-height: 40rem;
  }
}
.tenant-business__banner::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5803921569);
  width: 100%;
  height: 100%;
  inset: 0;
}
.tenant-business__filter {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 1150px) {
  .tenant-business__filter {
    min-width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .tenant-business__filter {
    min-width: 80%;
    top: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .tenant-business__filter {
    width: calc(100% - 30px);
  }
}
.tenant-business__filter-wrapper {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .tenant-business__filter-wrapper {
    flex-direction: column;
  }
}
.tenant-business__filter.fixed {
  position: fixed;
  left: 0;
  top: calc(var(--menu-space) + 0px);
  z-index: 2;
  transform: unset;
  width: 100%;
  background-color: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  animation: scrollFilter 0.8s ease-out;
}
@media only screen and (max-width: 865px) {
  .tenant-business__filter.fixed {
    top: 0;
    animation: scrollFilterMb 0.8s ease-out;
  }
}
.tenant-business__filter.fixed .tenant-business__title {
  display: none;
}
.tenant-business__filter.fixed .tenant-business__filter-wrapper {
  display: none;
}
.tenant-business__filter.fixed .tenant-business__filter-detail {
  margin: 1rem auto;
  width: 80%;
}
@media only screen and (max-width: 1280px) {
  .tenant-business__filter.fixed .tenant-business__filter-detail {
    width: 90%;
  }
}
@media only screen and (max-width: 758px) {
  .tenant-business__filter.fixed .tenant-business__filter-detail {
    width: calc(100% - 24px);
  }
}
.tenant-business__filter.fixed .tenant-business__filter-detail-title {
  line-height: 1.2;
}
.tenant-business__filter.fixed .tenant-business__filter-detail-item {
  padding: 0.8rem 0;
  min-height: unset;
}
.tenant-business__filter.fixed .tenant-business__filter-detail-item:hover {
  background: #01498b;
  color: #fff;
}
.tenant-business__filter.fixed .tenant-business__filter-detail-item:last-child {
  border-right: 0;
}
.tenant-business__filter.fixed .tenant-business__filter-detail-item .business-filter-multi-select.active {
  left: 0;
}
.tenant-business__vehicle-filter {
  margin-right: 1rem;
}
@media only screen and (max-width: 991px) {
  .tenant-business__vehicle-filter {
    margin-right: unset;
    margin-bottom: 1rem;
  }
}
.tenant-business__vehicle-filter .dropdown.selection {
  min-width: 12rem;
  height: 3.5rem;
  background: transparent;
  border: 1.5px solid white;
  display: flex;
  align-items: center;
  color: white;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .tenant-business__vehicle-filter .dropdown.selection {
    min-width: unset;
  }
}
.tenant-business__vehicle-filter .dropdown.selection .text {
  color: white;
}
.tenant-business__vehicle-filter .dropdown.selection .text:not(.default) {
  color: white;
}
.tenant-business__vehicle-filter .dropdown.selection .icon::before {
  width: 0.8rem;
  display: block;
  content: url('data:image/svg+xml;utf8,<svg style="fill: white;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"/></svg>');
}
.tenant-business__vehicle-filter .dropdown.selection .item {
  font-size: unset;
}
.tenant-business__search {
  position: relative;
  height: 3.5rem;
}
.tenant-business__search .search-icon {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 1rem;
}
.tenant-business__search input {
  width: 47rem;
  height: 100%;
  padding-left: 3rem;
  background-color: transparent;
  border: 1.5px solid white;
  outline: none;
  box-shadow: unset;
  font-size: var(--c-text-base);
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
  background: transparent;
  color: white;
}
@media only screen and (max-width: 991px) {
  .tenant-business__search input {
    min-width: unset;
    width: 100%;
  }
}
.tenant-business__search input::-moz-placeholder {
  font-size: var(--c-text-base);
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
  background: transparent;
  color: white;
}
.tenant-business__search input::placeholder {
  font-size: var(--c-text-base);
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
  background: transparent;
  color: white;
}
.tenant-business__search ul.drop {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}
.tenant-business__search ul.drop li {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.tenant-business__search ul.drop li:hover {
  color: #fff;
  background-color: #01498b;
}
.tenant-business__order {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .tenant-business__order {
    flex-direction: column;
  }
}
.tenant-business__order-price {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .tenant-business__order-price {
    margin-top: 1rem;
    margin-bottom: unset;
  }
}
.tenant-business__order-price .multiselect__tags {
  min-width: 19rem;
  background: rgba(0, 0, 0, 0);
  border: 1.5px solid #ccc;
  display: flex;
  align-items: center;
  color: black;
  border-radius: 0;
  padding-left: 0.8rem;
  cursor: pointer;
}
.tenant-business__order-price .multiselect__tags .multiselect__single {
  background-color: transparent;
}
.tenant-business__order-price .multiselect__select {
  height: 100%;
}
.tenant-business__order-price .multiselect__select::before {
  border-color: black transparent transparent;
  top: 60%;
  transform: translateY(-50%);
}
.tenant-business__order-price .multiselect__option--selected.multiselect__option--highlight {
  background-color: #00386c;
  color: white;
}
.tenant-business__order-price .multiselect__option--selected.multiselect__option--highlight::after {
  content: "";
  background-color: #00386c;
}
.tenant-business__order-price .multiselect__option.multiselect__option--highlight {
  background-color: #01498b;
  color: white;
}
.tenant-business__order-price .multiselect__option.multiselect__option--highlight::after {
  content: "";
  background-color: #01498b;
}
.tenant-business__order-price .multiselect__option--selected {
  background: #01498b;
  color: white;
}
.tenant-business__order-price .multiselect__option--selected::after {
  content: "";
  background-color: #01498b;
}
.tenant-business__order-price .multiselect__input {
  font-size: var(--c-text-base);
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
  background: transparent;
  color: black;
}
.tenant-business__order-price .multiselect__input::-moz-placeholder {
  color: black;
}
.tenant-business__order-price .multiselect__input::placeholder {
  color: black;
}
.tenant-business__order-price .multiselect__placeholder {
  font-size: var(--c-text-base);
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
}
.tenant-business__order-price .multiselect--active .multiselect__select {
  transform: unset;
}
.tenant-business__filter-detail {
  margin-top: 1rem;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .tenant-business__filter-detail {
    flex-wrap: wrap;
  }
}
.tenant-business__filter-detail-title {
  padding: 0 0.8rem;
}
.tenant-business__filter-detail-selected {
  padding: 0 0.8rem;
}
.tenant-business__filter-detail-item {
  position: relative;
  cursor: pointer;
  width: 25%;
  background-color: white;
  padding-top: 0.6rem;
  min-height: 6rem;
  border-right: 0.5px solid #ccc;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .tenant-business__filter-detail-item:nth-child(1), .tenant-business__filter-detail-item:nth-child(2), .tenant-business__filter-detail-item:nth-child(3) {
    width: 33.3333333333%;
    flex: 33.3333333333%;
  }
}
@media only screen and (max-width: 420px) {
  .tenant-business__filter-detail-item:nth-child(1), .tenant-business__filter-detail-item:nth-child(2) {
    width: 33.3333333333%;
    flex: 33.3333333333%;
  }
  .tenant-business__filter-detail-item:nth-child(3) {
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
    width: 100%;
    flex: 100%;
  }
}
.tenant-business__filter-detail-item:hover {
  background-color: #f1f1f1;
}
.tenant-business__filter-detail-item .dropdown.selection {
  top: 0;
  position: absolute;
  min-width: unset;
  width: 100%;
  height: 3.5rem;
  background: transparent;
  border: none;
  color: black;
  border-radius: 0;
  padding: 2.4rem 0.8rem 0.7rem;
  height: 100%;
}
.tenant-business__filter-detail-item .dropdown.selection .icon {
  padding-top: 0.6rem;
}
.tenant-business__filter-detail-item .dropdown.selection .icon::before {
  width: 0.8rem;
  display: block;
  content: url('data:image/svg+xml;utf8,<svg style="fill: rgb(51, 51, 51);" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"/></svg>');
}
.tenant-business__filter-detail-item .dropdown.selection .text {
  color: black;
}
.tenant-business__filter-detail-item .dropdown.selection .item {
  font-size: unset;
  font-family: "MyriadPro-Cond";
}
.tenant-business__filter-detail-item .open-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tenant-business__filter-detail-item .business-filter-multi-select {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(100%);
  background: white;
  border: 0.5px solid #ccc;
  border-top: unset;
  z-index: 2;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body {
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  max-height: 11rem;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body .loading-multi-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(199, 199, 199, 0.55);
}
.tenant-business__filter-detail-item .business-filter-multi-select__body .loading-multi-filter svg {
  width: 4rem;
  height: 4rem;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-thumb {
  background: #939393;
  border: 0px none #ffffff;
  border-radius: 25px;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 36px;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-track:active {
  background: #ffffff;
}
.tenant-business__filter-detail-item .business-filter-multi-select__body::-webkit-scrollbar-corner {
  background: transparent;
}
.tenant-business__filter-detail-item .business-filter-multi-select__no-brand {
  padding: 0.7rem;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
}
.tenant-business__filter-detail-item .business-filter-multi-select__item {
  margin-bottom: 0;
  cursor: pointer;
}
.tenant-business__filter-detail-item .business-filter-multi-select__item .all-brand {
  min-height: 2rem;
  color: #000;
  padding: 0.5rem 0.8rem 0.3rem;
  display: flex;
  transition: 0.2s;
}
.tenant-business__filter-detail-item .business-filter-multi-select__item .all-brand.active {
  background-color: #01498b;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .tenant-business__filter-detail-item .business-filter-multi-select__item .all-brand:hover {
    color: #fff;
    background-color: #01498b;
  }
}
.tenant-business__filter-detail-item .business-filter-multi-select__item-wrapper {
  min-height: 2rem;
  color: #000;
  padding: 0.5rem 0.8rem 0.3rem;
  display: flex;
  transition: 0.2s;
}
.tenant-business__filter-detail-item .business-filter-multi-select__item-wrapper .cars-count {
  margin-left: auto;
}
.tenant-business__filter-detail-item .business-filter-multi-select__item > input {
  pointer-events: none;
  display: none;
}
.tenant-business__filter-detail-item .business-filter-multi-select__item > input:checked + span {
  background-color: #01498b;
  color: white;
}
@media only screen and (min-width: 991px) {
  .tenant-business__filter-detail-item .business-filter-multi-select__item:hover input + span {
    color: #fff;
    background-color: #01498b;
  }
}
.tenant-business__filter-detail-item .business-filter-multi-select__action {
  display: flex;
  padding: 0.8rem;
}
.tenant-business__filter-detail-item .business-filter-multi-select__action > .submit-button {
  margin-left: auto;
  min-width: 2.5rem;
  color: white;
  border: 1.5px solid #01498b;
  background-color: #01498b;
  transition: 0.2s;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.tenant-business__filter-detail-item .business-filter-multi-select__action > .submit-button:hover {
  background-color: white;
  color: #01498b;
}
.tenant-business__filter-detail-item .business-filter-multi-select.active {
  display: block;
}
.tenant-business .modal-title {
  color: #696969;
}
.tenant-business .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tenant-business__modal-option {
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .tenant-business__modal-option {
    flex-direction: column;
  }
}
.tenant-business__findout {
  color: #696969;
  margin-right: 5rem;
}
.tenant-business__option-tabs {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .tenant-business__option-tabs {
    flex-direction: row;
    margin-bottom: 1.5rem;
  }
}
.tenant-business__option-tabs > li {
  background: #F7F7F7;
  border: 1px solid #D9D9D9;
}
@media only screen and (min-width: 769px) {
  .tenant-business__option-tabs > li {
    border-bottom: none;
  }
}
.tenant-business__option-tabs > li:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.tenant-business__option-tabs > li a {
  border-radius: unset;
  color: black;
  padding: 0.5rem 2rem 0.4rem 1.2rem;
  border-radius: unset !important;
}
.tenant-business__option-tabs > li:hover, .tenant-business__option-tabs > li .active {
  background-color: #979797 !important;
}
.tenant-business__option-tabs > li:hover a, .tenant-business__option-tabs > li .active a {
  color: white;
}
.tenant-business__option-content {
  flex: 1;
  min-height: 15rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .tenant-business__option-content {
    min-width: unset;
    padding: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .tenant-business__option-content {
    min-height: 10rem;
  }
}
.tenant-business__option-content .option-color {
  display: flex;
  flex-wrap: wrap;
}
.tenant-business__option-content .option-color__item {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.tenant-business__option-content .option-color__item:hover {
  opacity: 0.8;
}
.tenant-business__option-content .option-color__item:hover label {
  border-color: #01498b;
}
.tenant-business__option-content .option-color__item input[type=checkbox] {
  display: none;
}
.tenant-business__option-content .option-color__item .icon-checked {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #01498b;
  color: 11px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  pointer-events: none;
}
.tenant-business__option-content .option-color__item input[type=checkbox]:checked + .icon-checked {
  width: 1.5rem;
  height: 1.5rem;
}
.tenant-business__option-content .option-color__item label {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 2px solid rgb(111, 111, 111);
  position: relative;
  margin-bottom: 0;
}
.tenant-business__option-content .option-fuel {
  display: flex;
  flex-wrap: wrap;
}
.tenant-business__option-content .option-fuel__item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .tenant-business__option-content .option-fuel__item {
    margin-bottom: 0.5rem;
  }
}
.tenant-business__option-content .option-fuel__item .icon-checked {
  margin-bottom: 0;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tenant-business__option-content .option-fuel__item .icon-checked__block {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
  margin-right: 1rem;
}
.tenant-business__option-content .option-fuel__item .icon-checked > span {
  flex: 1;
}
.tenant-business__option-content .option-fuel__item .icon-checked i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  color: #01498b;
}
.tenant-business__option-content .option-fuel__item .icon-checked:hover {
  color: #01498b;
}
.tenant-business__option-content .option-fuel__item .icon-checked:hover__block {
  border-color: #01498b;
}
.tenant-business__option-content .option-fuel__item input[type=checkbox] {
  display: none;
}
.tenant-business__option-content .option-fuel__item input[type=checkbox]:checked + .icon-checked i {
  visibility: visible;
}
.tenant-business .price-range-slider {
  width: 100%;
  float: left;
  padding: 10px 2.5rem;
  margin-bottom: 3rem;
}
.tenant-business .price-range-slider .range-value {
  margin: 0;
  display: flex;
}
.tenant-business .price-range-slider .range-value__item:first-child {
  margin-right: 2rem;
}
.tenant-business .price-range-slider .range-value__item label {
  margin-right: 0.5rem;
}
.tenant-business .price-range-slider .range-value input {
  background: none;
  color: #000;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 0.3rem 0.6rem;
  margin: 0 0 20px;
}
.tenant-business .price-range-slider .range-bar {
  border: none;
  background: rgb(121, 121, 121);
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.tenant-business .price-range-slider .range-bar .ui-slider-range {
  background: #01498b;
  height: 5px;
  top: 0;
  bottom: unset;
  transform: translateY(-20%);
}
.tenant-business .price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #01498b;
  border: 2px solid #01498b;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
  outline: none;
  color: #8e8e8e;
}
.tenant-business .price-range-slider .range-bar .ui-slider-handle span {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.tenant-business .price-range-slider .range-bar .ui-slider-handle + span {
  background: #01498b;
}
.tenant-business .modal-dialog {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.tenant-business__list-tilte {
  margin-bottom: 0;
}
.tenant-business__list-car {
  display: grid;
  grid-gap: 4.5rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-bottom: 4rem;
}
.tenant-business__list-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
}
.tenant-business__list-box-card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}
.tenant-business__list-box-card .tenant-business__card {
  display: flex;
  flex-direction: column;
  border-radius: 0px !important;
  padding: 1rem;
  height: 100%;
  line-height: 1.5;
}
.tenant-business__list-box-card .tenant-business__card p {
  margin: 0;
}
.tenant-business__list-box-card .tenant-business__card ul {
  padding: 0 2rem;
}
.tenant-business__list-box-card .tenant-business__card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.tenant-business__list-box-card .tenant-business__card-info-title {
  color: #000;
  text-transform: uppercase;
}
.tenant-business__list-box-card .tenant-business__card-info-image {
  display: block;
  height: 3.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.tenant-business__list-box-card .tenant-business__card-info-image img {
  width: 100%;
  max-width: 8rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
}
.tenant-business__list-box-card .tenant-business__card-image-frame {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.tenant-business__list-box-card .tenant-business__card-image-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tenant-business__list-box-card .tenant-business__card-image-frame img:hover {
  transform: scale(1.09);
}
.tenant-business__list-box-card .tenant-business__card-money {
  color: #01498b;
}
.tenant-business__list-box-card .tenant-business__card-desc ul, .tenant-business__list-box-card .tenant-business__card-desc li {
  list-style: unset;
}
.tenant-business__list-box-card .tenant-business__card-desc ul {
  margin-bottom: 0.5rem;
}
.tenant-business__list-box-card .tenant-business__card-location {
  display: flex;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.tenant-business__list-box-card .tenant-business__card-location i {
  position: relative;
  top: 4px;
  color: #01498b;
}
.tenant-business__list-box-card .tenant-business__card-location .location {
  margin-left: 0.5rem;
}
.tenant-business__list-box-card .tenant-business__card-location .location .name, .tenant-business__list-box-card .tenant-business__card-location .location .address {
  color: #01498b;
}
.tenant-business__list-box-card .tenant-business__card-endow {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.tenant-business__list-box-card .tenant-business__card-endow .list-group {
  padding-left: 0.75rem;
}
.tenant-business__list-box-card .tenant-business__card-endow .list-group-items {
  line-height: 1.5;
  border: 0 !important;
  padding: 0 unset !important;
}
.tenant-business__list-box-card .tenant-business__card-endow .list-group-items::before {
  content: "•";
  padding-right: 8px;
  color: #01498b;
}
.tenant-business__list-box-card .tenant-business__card-address {
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
}
.tenant-business__list-box-card .tenant-business__card-address i {
  margin-top: 3px;
  color: #01498b;
}
.tenant-business__list-box-card .tenant-business__card-address-item {
  padding-left: 1rem;
}
.tenant-business__list-box-card .tenant-business__card-address-item__company {
  color: #01498b;
  line-height: 1.5;
}
.tenant-business__list-box-card .tenant-business__card-address-item__city {
  color: #a6a6a6;
  font-style: italic;
}
.tenant-business__list-box-card .tenant-business__card-see-btn {
  text-align: center;
  margin: 0rem auto;
  margin-top: auto;
  padding: 9px 30px;
  width: 100%;
  color: #01498b;
  display: block;
  border: 1.5px solid #01498b;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tenant-business__list-box-card .tenant-business__card-see-btn:hover {
  background-color: #01498b;
  color: white;
}
@media only screen and (max-width: 767px) {
  .tenant-business__list-box-card .tenant-business__card-see-btn {
    padding: 0.7rem 2rem;
  }
}
.tenant-business__list-box-card .tenant-business__card-btn-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #01498b;
  margin-top: auto;
}
.tenant-business__list-box-card .tenant-business__card-btn-action a {
  display: flex;
  align-items: center;
  color: #01498b;
  transition: all 0.2s ease-in-out;
}
.tenant-business__list-box-card .tenant-business__card-btn-action a:hover {
  opacity: 0.8;
}
.tenant-business__list-box-card .tenant-business__card-btn-action a i {
  font-size: 1rem;
  margin-left: 0.5rem;
  line-height: 1;
}

.modal-button-primary {
  font-family: "MyriadPro-BoldCond";
  font-size: var(--c-text-base);
  text-transform: uppercase;
  background-color: #01498b;
  color: white;
  outline: none;
  box-shadow: none;
  border: 1.5px solid #01498b;
  padding: 0.55rem 1rem 0.45rem;
  transition: 0.2s;
}
.modal-button-primary:hover {
  background: white;
  color: #01498b;
}

.affiliated__branch--wapper-right .h5-title-business {
  display: none;
}
.affiliated__branch--wapper-right .affiliated__branch--search-bussiness {
  display: none;
}

.tags-selected {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.tags-selected > a {
  display: flex;
  align-items: center;
  min-height: 2rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: white;
  background: #01498b;
  border: 1.5px solid #01498b;
  min-width: 5rem;
  padding: 0.3rem 0.7rem 0.2rem 0.7rem;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
}
.tags-selected > a:last-child {
  margin-right: 0;
}
.tags-selected > a:hover {
  background-color: white;
  color: #01498b;
}
.tags-selected > a:hover > span:last-child svg {
  fill: #01498b;
}
.tags-selected > a > span:first-child {
  flex: 1;
  margin-top: 0.1rem;
}
.tags-selected > a > span:last-child {
  flex-shrink: 0;
  padding-left: 0.7rem;
}
.tags-selected > a > span:last-child svg {
  height: 1.3rem;
  width: 1.3rem;
  margin-bottom: 0.2rem;
  fill: white;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3490196078);
}

.tenant-business__vehicle-filter .multiselect__tags {
  min-width: 17rem;
  height: 3.5rem;
  background: rgba(0, 0, 0, 0);
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 0;
  padding-left: 0.8rem;
  cursor: pointer;
}
.tenant-business__vehicle-filter .multiselect__tags .multiselect__single {
  background-color: transparent;
}
.tenant-business__vehicle-filter .multiselect__select {
  height: 100%;
}
.tenant-business__vehicle-filter .multiselect__select::before {
  border-color: white transparent transparent;
  top: 50%;
  transform: translateY(-50%);
}
.tenant-business__vehicle-filter .multiselect__option--selected.multiselect__option--highlight {
  background-color: #00386c;
  color: white;
}
.tenant-business__vehicle-filter .multiselect__option--selected.multiselect__option--highlight::after {
  content: "";
  background-color: #00386c;
}
.tenant-business__vehicle-filter .multiselect__option.multiselect__option--highlight {
  background-color: #01498b;
  color: white;
}
.tenant-business__vehicle-filter .multiselect__option.multiselect__option--highlight::after {
  content: "";
  background-color: #01498b;
}
.tenant-business__vehicle-filter .multiselect__option--selected {
  background: #01498b;
  color: white;
}
.tenant-business__vehicle-filter .multiselect__option--selected::after {
  content: "";
  background-color: #01498b;
}
.tenant-business__vehicle-filter .multiselect__input {
  font-size: var(--c-text-base);
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
  background: transparent;
  color: white;
}
.tenant-business__vehicle-filter .multiselect__input::-moz-placeholder {
  color: white;
}
.tenant-business__vehicle-filter .multiselect__input::placeholder {
  color: white;
}
.tenant-business__vehicle-filter .multiselect__placeholder {
  font-size: var(--c-text-base);
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
}
.tenant-business__vehicle-filter .multiselect--active .multiselect__select {
  transform: unset;
}
.new-business-tab {
  border: none;
}
.new-business-tab__item {
  flex: 1 auto;
  height: 60px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e3a41;
  transition: background 0.2s, color 0.2s;
  border: 1px solid #dee2e6;
  border-right: none;
}
@media only screen and (max-width: 1024px) {
  .new-business-tab__item {
    height: 40px;
  }
}
.new-business-tab__item:last-child {
  border-right: 1px solid #dee2e6;
}
.new-business-tab__item:hover {
  background: rgba(1, 73, 139, 0.8392156863);
  color: white;
}
.new-business-tab__item.active {
  background: #01498b;
  color: white;
}

.new-business-content__list {
  width: 20%;
  flex-shrink: 0;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .new-business-content__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
  }
}
.new-business-content__item {
  transition: background 0.2s, color 0.2s;
  min-height: 60px;
  display: flex;
  align-items: center;
  border-top: 1px solid #dee2e6;
  border-bottom: none;
  padding: 10px 20px 10px 20px;
  color: #2e3a41;
}
.new-business-content__item:last-child {
  border-bottom: 1px solid #dee2e6;
}
.new-business-content__item:hover {
  background: rgba(1, 73, 139, 0.8392156863);
  color: white;
}
.new-business-content__item.active {
  background: #01498b;
  color: white;
  transition: background 0.2s, color 0.2s;
}
@media only screen and (max-width: 1024px) {
  .new-business-content__item {
    min-height: 30px;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 5px 20px 5px 20px;
  }
}
.new-business-content__item--brand {
  border: 1px solid #dee2e6;
  border-left: none;
  border-right: none;
  padding: 5px 20px 5px 20px;
}
.new-business-content__item--brand > img {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .new-business-content__item--brand > img {
    height: 60px;
    max-width: 70%;
  }
}
.new-business-content__item--brand:last-child {
  border-bottom: 2px solid #dee2e6;
}
.new-business-content__item--brand:first-child {
  border-top: 2px solid #dee2e6;
}
.new-business-content__item--brand:hover {
  background: white;
  color: white;
  border-color: #01498b;
}
.new-business-content__item--brand.active {
  background: white;
  color: white;
  transition: border 0.2s, border-color 0.2s;
  border-left: 2px solid #01498b;
  border-right: 2px solid #01498b;
  border-color: #01498b;
}
.new-business-content__banner {
  flex: 1;
}
.new-business-content__pane {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .new-business-content__pane {
    flex-direction: column;
  }
}
.new-business-content__pane.active {
  display: flex;
}
.new-business-content__link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.new-business-content__link > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.tenant__endow--wapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1080px) {
  .tenant__endow--wapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .tenant__endow--wapper {
    grid-template-columns: 1fr;
  }
}
.tenant__endow--wapper {
  grid-gap: 2rem;
}
.tenant__endow--wapper-item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.tenant__endow--wapper-item-image > img {
  transition: transform 0.3s, visibility 0.3s ease-in;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.tenant__endow--wapper-item-image > img:hover {
  transform: scale(1.1);
}
.tenant__endow--wapper-item-box {
  display: flex;
  color: #000000;
  margin-top: 1rem;
}
.tenant__endow--wapper-item-box-date {
  line-height: 1.2;
  color: #01498b;
  margin-right: 1rem;
}
.tenant__endow--wapper-item-box-content-title {
  line-height: 1.2;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 995px) {
  .tenant__endow--wapper-item-box-content-title {
    height: auto;
  }
}
.tenant__endow--wapper-item-box-content-title:hover {
  color: #01498b;
}
.tenant__endow--wapper-item-box-content-desc {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tenant-booking__online-wrapper {
  background-color: #eeeeed;
  padding: 25px 0px;
}
@media only screen and (max-width: 1080px) {
  .tenant-booking__online-wrapper {
    padding: 1rem 0;
  }
}
.tenant-booking__online__header {
  line-height: 1.5;
}
.tenant-booking__online__header-button .form-group .city {
  display: none;
}
.tenant-booking__online__header-button .form-group .city i.dropdown .icon {
  display: none;
}
.tenant-booking__online__header-title {
  line-height: 1.5;
}
@media only screen and (max-width: 1080px) {
  .tenant-booking__online__header-goback {
    margin-top: 0;
    line-height: 1.5;
  }
}
.tenant-booking__online__header-goback a {
  color: #01498b;
  display: block;
  text-align: center;
}
.tenant-booking__online__header-goback a img {
  width: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tenant-booking__online__header-goback a span {
  position: relative;
}
.tenant-booking__online__header-goback a span::after {
  content: "";
  width: -moz-max-content;
  width: max-content;
  bottom: -2px;
  position: absolute;
  width: 0;
  display: block;
  height: 2px;
  margin-top: 5px;
  background: #01498b;
  transition: width 0.3s;
}
.tenant-booking__online__header-goback a span:hover::after {
  color: #01498b;
  width: 100%;
}
.tenant-booking__online__header-right {
  padding-left: 3rem;
}
@media only screen and (max-width: 1080px) {
  .tenant-booking__online__header-right {
    padding-left: 0rem;
  }
}
.tenant-booking__online__header-choose {
  text-align: end;
}

.tenat-accessories__choose {
  margin: 1rem 0;
}
.tenat-accessories__filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 3rem;
}
@media only screen and (max-width: 1080px) {
  .tenat-accessories__filter {
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .tenat-accessories__filter {
    grid-gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.tenat-accessories__filter-item {
  width: 100%;
}
.tenat-accessories__filter-item .ui.selection.dropdown {
  width: 100%;
  background: #EEEEED;
  border-radius: 0px;
  display: flex;
  align-items: flex-end;
}
.tenat-accessories__filter-item input.search-product {
  width: 100%;
  background: #EEEEED;
  border-radius: 0px;
  min-height: 3rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  font-size: 14px;
  color: #000000;
  outline: none;
}
.tenat-accessories__filter-item .btn-filter {
  background: #01498b;
  border: 1.5px solid #01498b;
  color: white;
  padding: 0 30px;
  font-size: calc(var(--c-text-base) - 1px);
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  height: 100%;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .tenat-accessories__filter-item .btn-filter {
    width: 100%;
    padding: 12px 0px;
  }
}

.accessories-filter--wapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (max-width: 991px) {
  .accessories-filter--wapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .accessories-filter--wapper {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
}
.accessories-filter--wapper .accessories-filter--card {
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .accessories-filter--wapper .accessories-filter--card {
    border-top: 1px solid #ebebeb;
  }
  .accessories-filter--wapper .accessories-filter--card:first-child {
    border-top: none;
  }
}
.accessories-filter--wapper .accessories-filter--card-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #212529;
  margin: 0.5rem 0;
}
.accessories-filter--wapper .accessories-filter--card-box-image {
  display: block;
  padding-bottom: 20%;
  height: 0%;
  width: 26%;
  position: relative;
}
.accessories-filter--wapper .accessories-filter--card-box-image > img {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.accessories-filter--wapper .accessories-filter--card-box-title-mony {
  color: #01498b;
}
.accessories-filter--wapper .accessories-filter--card-desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .accessories-filter--wapper .accessories-filter--card-desc {
    line-height: 1.2;
  }
}
.accessories-filter--wapper .accessories-filter--card-image {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.accessories-filter--wapper .accessories-filter--card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accessories-filter .page-pagination ul li {
  margin-right: 15px;
}
.accessories-filter .page-pagination ul li a {
  color: #acacac;
}
.accessories-filter .page-pagination ul li.active span {
  color: #01498b;
}
.accessories-filter .page-pagination ul li.color {
  color: #01498b;
}

.accessary__wapper {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .accessary__wapper {
    flex-direction: column;
  }
}
.accessary__wapper--left {
  width: 55%;
  margin-right: 5%;
}
@media only screen and (max-width: 1080px) {
  .accessary__wapper--left {
    width: 100%;
    margin-right: 0;
  }
}
.accessary__wapper--left .swiper-pagination {
  position: relative;
}
.accessary__wapper--left .swiper-pagination-fraction, .accessary__wapper--left .swiper-pagination-custom, .accessary__wapper--left .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  border-radius: 0;
}
.accessary__wapper--left .swiper-pagination-bullet.swiper-pagination-bullet {
  width: 2.3rem;
  height: 3px;
  border-radius: 0;
  background-color: #01498b;
}
.accessary__wapper--left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 8px;
}
.accessary__wapper--left-image-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.accessary__wapper--left-image-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accessary__wapper--right {
  width: 40%;
}
@media only screen and (max-width: 1080px) {
  .accessary__wapper--right {
    width: 100%;
  }
}
.accessary__wapper--right-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accessary__wapper--right-box-title {
  width: 75%;
}
.accessary__wapper--right-box-title .price {
  color: #01498b;
}
.accessary__wapper--right-box-logo {
  width: 25%;
}
.accessary__wapper--right-desc {
  margin-top: 1rem;
  line-height: 1.5;
  color: #000;
}
.accessary__wapper--right-desc .list-group {
  margin-left: 2rem;
}
.accessary__wapper--right-desc .list-group li {
  list-style: disc;
}
.accessary__wapper--right .accessary-choose {
  margin-top: 1rem;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .accessary__wapper--right .accessary-choose {
    flex-direction: column;
  }
}
.accessary__wapper--right .accessary-choose__list {
  display: flex;
}
@media only screen and (max-width: 576px) {
  .accessary__wapper--right .accessary-choose__list {
    margin-top: 1rem;
  }
}
.accessary__wapper--right .accessary-choose__item {
  margin: 0 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 45px;
}
.accessary__wapper--right .accessary-choose__item .box-zoom {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 0.8px solid black;
  border-radius: 100%;
  cursor: pointer;
  transition: transform 0.3s linear;
}
.accessary__wapper--right .accessary-choose__item .box-zoom:hover {
  transform: scale(1.3);
}
.accessary__wapper--right .accessary-choose__item p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.accessary__wapper--right .accessary-choose__item.active .box-zoom {
  transform: scale(1.3);
}
.accessary__wapper--right .accessary-choose__item.active p {
  opacity: 1;
  visibility: visible;
}

.accessary-button {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
@media only screen and (max-width: 576px) {
  .accessary-button {
    display: flex;
    flex-direction: column;
  }
}
.accessary-button .btn-see {
  background-color: transparent;
  padding: 1rem;
  width: 100%;
  color: #01498b;
  text-align: center;
}
.accessary-button .btn-book {
  text-align: center;
  color: white;
  background-color: #01498b;
  padding: 1rem;
  width: 100%;
}
.accessary-button .btn-book:hover {
  background-color: transparent;
  border: 1px solid #01498b;
  color: #01498b;
}

.accessary__similar--wapper-item-desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accessary__similar--wapper-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 0.8rem 0;
}
.accessary__similar--wapper-item-info-title {
  color: #000;
  width: 75%;
}
.accessary__similar--wapper-item-info-logo {
  margin: -1.6rem 0;
  display: block;
  padding-bottom: 20%;
  height: 0%;
  width: 25%;
  position: relative;
}
.accessary__similar--wapper-item-info-logo img {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.accessary__similar--wapper-item-image {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.accessary__similar--wapper-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accessary__similar--wapper-item-mony {
  color: #01498b;
}

#modal-buy-now {
  z-index: 99999;
}
#modal-buy-now .modal-body .form-group {
  display: flex;
  flex-direction: column;
}
#modal-buy-now .modal-body .form-group .ui.input.focus {
  height: 42px;
  border: 0.5px solid #000000;
}
#modal-buy-now .modal-body .form-group .ui.input.focus input {
  border: unset;
}
#modal-buy-now .modal-body .form-group label {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #modal-buy-now .modal-body .form-group label {
    margin-bottom: 1rem;
  }
}
#modal-buy-now .modal-body .form-group .ui.selection.dropdown {
  width: 100%;
  border-radius: 0px;
  border: 0.5px solid #000000;
  display: flex;
  align-items: flex-end;
}
#modal-buy-now .modal-body .btn-ordered {
  text-align: center;
  color: white;
  background-color: #01498b;
  padding: 0.5rem;
  width: 100%;
}
#modal-buy-now .modal-body .btn-ordered:hover {
  background-color: transparent;
  border: 1px solid #01498b;
  color: #01498b;
}

.login_page {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  position: relative;
}
.login_page div.login_right {
  width: 30%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 30%;
}
.login_page div.login_right .login-information-system {
  top: -9rem;
  background-color: white;
  border-radius: 8px;
  border-bottom: 1px solid white;
  position: relative;
}
.login_page div.login_right .login-information-system .form-title {
  color: white;
  background-color: #01498b;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.login_page div.login_right .login-information-system .form-title h2 {
  padding: 10px;
}
.login_page div.login_right .login-information-system .login_form input {
  border-radius: 6px;
  padding: 20px;
}
.login_page div.login_right .login-information-system .login_form .field-icon {
  position: absolute;
  top: 15px;
  right: 8px;
  cursor: pointer;
}
.login_page div.login_right .login-information-system .login_form .btn-forgot-password {
  border-radius: 6px;
  color: #01498b;
  background-color: white;
  border: 1px solid #ced4da;
  padding: 10px;
}
.login_page div.login_right .login-information-system .login_form .btn-forgot-password:hover {
  color: white;
  background-color: #01498b;
}
.login_page div.login_right .login-information-system .login_form .btn:focus {
  outline: none;
  box-shadow: none;
}
.login_page div.login_right .login-information-system .login_form .btn-login-email {
  border-radius: 6px;
  background-color: #01498b;
  padding: 10px;
}
.login_page div.login_right .login-information-system .login_form .btn-login-email:hover {
  color: #01498b;
  background-color: white;
  border: 1px solid #ced4da;
}
.login_page div.login_right .login-information-system .login_form .invalid-feedback {
  position: unset;
}
.login_page .alert {
  display: none;
  z-index: 99999;
  position: fixed;
  bottom: 0px;
  right: 0px;
}
.login_page .alert .fa {
  margin-right: 0.3em;
}
.login_page .alert-forgot-password {
  border: 1px solid gainsboro;
  background-color: white;
  max-width: 440px;
}
.login_page .alert-forgot-password .alert-title {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.login_page .alert-forgot-password .close-alert {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .login_page {
    padding-bottom: 90%;
  }
  .login_page div.login_right {
    width: 70%;
    top: 40%;
  }
  .login_page div.login_right .login-information-system .form-title h2 {
    font-size: 18px;
  }
  .login_page div.login_right .login-information-system .login_form .form-group.d-flex {
    flex-direction: column;
    gap: 10px;
  }
  .login_page div.login_right .login-information-system .login_form .form-group input {
    padding: 8px;
  }
  .login_page div.login_right .login-information-system .login_form .form-group .btn-forgot-password, .login_page div.login_right .login-information-system .login_form .form-group .btn-login-email {
    padding: 6px;
  }
}
@media only screen and (max-width: 419px) {
  .login_page {
    padding-bottom: 120%;
  }
  .login_page div.login_right {
    width: 80%;
  }
}

.logout-email {
  top: 20px;
  right: 20px;
}

.form-search-media .tenat-accessories {
  gap: 8px;
}
.form-search-media .tenat-accessories__filter-item {
  width: 22%;
}
.form-search-media .tenat-accessories__filter-item.filter-keyword {
  position: relative;
}
.form-search-media .tenat-accessories__filter-item.filter-keyword .filter-icon-search {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .form-search-media .tenat-accessories__filter-item.filter-keyword .filter-icon-search {
    font-size: 12px;
  }
}
.form-search-media .tenat-accessories__filter-item .datepicker-group {
  position: relative;
}
.form-search-media .tenat-accessories__filter-item .datepicker-group .datepicker {
  border-radius: 20px;
}
.form-search-media .tenat-accessories__filter-item .datepicker-group .input-group-append {
  position: absolute;
  background: none;
  height: 100%;
  right: 12px;
}
.form-search-media .tenat-accessories__filter-item .datepicker-group .input-group-append .input-group-text {
  background: none;
  border: none;
  cursor: pointer;
}
.form-search-media .tenat-accessories__filter-item .search-product {
  background: none;
  border-radius: 20px;
  padding-right: 30px;
}
.form-search-media .tenat-accessories__filter-item .btn-filter {
  border-radius: 20px;
}
.form-search-media .type-news .ui.selection.dropdown {
  background: none;
  border-radius: 30px;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.form-search-media .type-news .ui.selection.dropdown .text {
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .form-search-media .type-news .ui.selection.dropdown {
    min-width: 6rem;
  }
}
.form-search-media .type-news .ui.selection.dropdown .menu {
  top: 27px;
}
.form-search-media .datepicker .date-news {
  border-radius: 20px;
}

.list-posts-no-data {
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.post-container-private {
  position: relative;
  padding-top: 50px;
}
.post-container-private .icon-back-post {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.post-container-private .icon-back-post i {
  rotate: 50deg;
  font-size: 24px;
}
.post-container-private .icon-back-post .text-back-post {
  font-size: 20px;
}

.wp-list-post-private .list-posts-pinned .all-post-item {
  border: none;
}
.wp-list-post-private .list-posts-pinned .post-item-pinned {
  position: relative;
  cursor: pointer;
}
.wp-list-post-private .list-posts-pinned .post-item-pinned-icon {
  position: absolute;
  top: -4px;
  right: 0;
  color: blue;
}

.custom-input-form {
  border: none !important;
}

input.start-date::-moz-placeholder {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}

input.start-date::placeholder {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-register-wrap .ui.disabled.dropdown, .form-register-wrap .form-register-wrap .ui.dropdown .menu > .disabled.item {
  opacity: 1;
}
.form-register-wrap .dropdown.icon {
  display: none;
}

.book-service__showroom--wapper {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .book-service__showroom--wapper {
    flex-direction: column;
  }
}
.book-service__showroom--wapper-left {
  width: 48%;
  margin-right: 2%;
}
@media only screen and (max-width: 1080px) {
  .book-service__showroom--wapper-left {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
  }
}
.book-service__showroom--wapper-left .ui.selection.dropdown .text {
  line-height: unset;
  color: black;
}
.book-service__showroom--wapper-left .form-custom--input {
  height: 3rem;
}
.book-service__showroom--wapper-left .form-custom--input input {
  margin-bottom: 4px !important;
}
.book-service__showroom--wapper-left .ui.selection.dropdown {
  width: 100%;
  border-radius: unset;
  display: flex;
  align-items: center;
}
.book-service__showroom--wapper-left .book-service-form-group-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-service__showroom--wapper-left .book-service-form-group-button button {
  padding: 12px 100px;
  color: #01498b;
  background: #fff;
  border: 1px solid #01498b;
  outline: none;
  text-transform: uppercase;
}
.book-service__showroom--wapper-left .book-service-form-group-button button:hover {
  color: #fff;
  background: #01498b;
}
.book-service__showroom--wapper-left .time-span {
  display: flex;
}
.book-service__showroom--wapper-left .time-span input {
  height: 3rem;
}
.book-service__showroom--wapper-left .time-span .timepicker {
  border-radius: 0px;
}
@media only screen and (max-width: 1080px) {
  .book-service__showroom--wapper-left .time-span {
    flex-direction: column;
  }
  .book-service__showroom--wapper-left .time-span .calendar {
    margin-bottom: 1rem;
  }
}
.book-service__showroom--wapper-left .time-span-dp {
  width: 50%;
}
@media only screen and (max-width: 1080px) {
  .book-service__showroom--wapper-left .time-span-dp {
    width: 100%;
  }
}
.book-service__showroom--wapper-left .time-span .br-unset {
  border-radius: unset !important;
}
.book-service__showroom--wapper-left .time-span #start-date,
.book-service__showroom--wapper-left .time-span #intended-time {
  width: 50%;
}
@media only screen and (max-width: 1080px) {
  .book-service__showroom--wapper-left .time-span #start-date,
  .book-service__showroom--wapper-left .time-span #intended-time {
    width: 100%;
  }
}
.book-service__showroom--wapper-left input::-moz-placeholder {
  font-family: "MyriadPro-Light";
  opacity: 0.5;
}
.book-service__showroom--wapper-left input::placeholder {
  font-family: "MyriadPro-Light";
  opacity: 0.5;
}
.book-service__showroom--wapper-left .button-primary {
  display: flex;
  justify-content: center;
}
.book-service__showroom--wapper-left .button-primary-wrapper {
  height: 40.8px;
  width: 180px;
  color: white;
  background: #01498b;
  border: 1.5px solid #01498b;
  outline: none;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.book-service__showroom--wapper-left .button-primary-wrapper:hover {
  color: #01498b;
  background: white;
}
.book-service__showroom--wapper-left .ui.input.focus.input--custom__border {
  border: 1px solid #ced4da !important;
}
.book-service__showroom--wapper-right {
  width: 48%;
  margin-left: 2%;
  margin-top: 2rem;
}
@media only screen and (max-width: 1080px) {
  .book-service__showroom--wapper-right {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.book-service__showroom--wapper-right #search-map2,
.book-service__showroom--wapper-right #search-map1 {
  border: unset;
}
.book-service__showroom--wapper-right .control-stick {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 1rem;
}
@media (max-width: 1140px) {
  .book-service__showroom--wapper-right .control-stick {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin: 0 auto;
    margin-top: 12px;
    flex-wrap: wrap;
  }
}
.book-service__showroom--wapper-right .control-stick .showroom {
  max-height: 3rem;
  width: 100%;
}
.book-service__showroom--wapper-right .control-stick .showroom .ui.selection.dropdown {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  background: #EEEEED;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.book-service__showroom--wapper-right .control-stick .showroom .ui.selection.dropdown .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.book-service__showroom--wapper-right .control-stick .location {
  max-height: 3rem;
  width: 100%;
}
.book-service__showroom--wapper-right .control-stick .location .ui.selection.dropdown {
  background: #EEEEED;
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.book-service__showroom--wapper-right .control-stick .location .ui.selection.dropdown .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 1157px) {
  .book-service__showroom--wapper-right .control-stick .location {
    margin-bottom: 1rem;
  }
}
.book-service__showroom--wapper-right .control-stick .search-location {
  width: 100%;
  background: #01498b;
  border: 1.5px solid #01498b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.book-service__showroom--wapper-right .control-stick .search-location:hover {
  background-color: white;
}
.book-service__showroom--wapper-right .control-stick .search-location:hover a {
  color: #01498b;
}
@media (max-width: 1157px) {
  .book-service__showroom--wapper-right .control-stick .search-location {
    display: none;
    margin: 0 auto;
    height: 40.8px;
    width: auto;
    width: 180px;
  }
  .book-service__showroom--wapper-right .control-stick .search-location .search-location-link {
    display: none;
  }
}
.book-service__showroom--wapper-right .control-stick .search-location a {
  color: white;
}
.book-service__showroom--wapper-right .control-stick .search-location a i {
  font-size: 20px;
}
@media (max-width: 1140px) {
  .book-service__showroom--wapper-right .control-stick .search-location a {
    align-items: center;
    justify-content: center;
    display: inline-block;
    padding: 9px;
  }
  .book-service__showroom--wapper-right .control-stick .search-location a i {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .book-service__showroom--wapper-right .book-service-showroom-map {
    padding-right: 0;
  }
}
.book-service__showroom--wapper-right .book-service-showroom-map .map-change {
  width: 100%;
  height: 350px;
}
@media (max-width: 480px) {
  .book-service__showroom--wapper-right .book-service-showroom-map .map-change {
    height: 250px;
  }
}
.book-service__showroom--wapper-right .book-service-showroom-map .map-change .holds-the-iframe {
  width: 100%;
  height: 100%;
}
.book-service__showroom--wapper-right .book-service-showroom-map .map-change .holds-the-iframe iframe {
  width: 100%;
  height: 100%;
}
.book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info .list-book-service {
  padding: 0;
}
.book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info .icon img {
  height: auto;
  width: 1.2rem;
  max-height: 1.3rem;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 15px 0;
}
.book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info li .icon {
  margin-right: 0.5rem;
  color: #01498b;
  width: 1.3rem;
  padding-bottom: 0.2rem;
}
.book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info li .icon svg {
  height: 1.3rem;
  width: auto;
}

.home-page .endow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff9e6;
  padding: 53px 75px 40px 75px;
}
@media (max-width: 1240px) {
  .home-page .endow {
    padding: 26px 37px 20px 37px;
  }
}
@media (max-width: 992px) {
  .home-page .endow {
    padding: 13px 18px 15px 18px;
  }
}
@media (max-width: 500px) {
  .home-page .endow {
    padding: 15px 15px;
  }
}
.home-page .endow .title-page {
  text-align: center;
  color: #00539f;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .home-page .endow .title-page {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .home-page .endow .title-page {
    margin-bottom: 15px;
  }
}
.home-page .endow .list-car-outstanding {
  width: 100%;
}
.home-page .endow .list-car-outstanding .item-outstanding {
  border-radius: 14px;
  background: white;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
  height: 100%; /* đảm bảo bằng nhau */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "MyriadPro-Bold";
}
.home-page .endow .list-car-outstanding .item-outstanding .text-outstanding {
  margin-top: 15px;
  margin-left: 15px;
  z-index: 2;
  position: absolute;
}
.home-page .endow .list-car-outstanding .item-outstanding .text-outstanding .button {
  background: #00539f;
  color: white;
  padding: 4px 0;
  width: 63px;
  border-radius: 4px;
  margin-bottom: 6px;
  text-align: center;
  font-family: "MyriadPro-Regular";
}
.home-page .endow .list-car-outstanding .item-outstanding .text-outstanding .dismount {
  background: #ff6b00;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  text-align: center;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .img-car {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .img-car img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info {
  padding: 0 30px 30px;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .swiper-slide.swiper-slide-active .item-childrent {
  font-family: "MyriadPro-Semibold" !important;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .item-childrent {
  height: 100%;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .item-childrent .name {
  color: #494949;
  padding: 5px 0;
  font-weight: 600;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .price-car {
  margin-top: 8px;
  display: flex;
  align-items: center;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .home-page .endow .list-car-outstanding .item-outstanding .content .info .price-car {
    margin-top: 0px;
  }
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .price-car .price {
  color: #000000;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .price-car .price-sale {
  margin-left: 6px;
  text-decoration: line-through;
  color: #999;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .interior {
  display: flex;
  margin-bottom: 8px;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .interior .gasoline,
.home-page .endow .list-car-outstanding .item-outstanding .content .info .interior .number-of-seats {
  margin-right: 16px;
  align-items: center;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .interior .gasoline svg,
.home-page .endow .list-car-outstanding .item-outstanding .content .info .interior .number-of-seats svg {
  margin-right: 5px;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .info-sale {
  color: #1c69d4;
  margin-bottom: 14px;
  font-family: "MyriadPro-Regular";
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .info-sale svg {
  margin-right: 5px;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .button-car {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .button-car .estimate {
  background: #02498b;
  color: white;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .button-car .estimate:hover {
  background: #1e8fdd;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .button-car .compare {
  background: white;
  color: #494949;
  padding: 8px;
  border: 1px solid #cecece;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home-page .endow .list-car-outstanding .item-outstanding .content .info .button-car .compare:hover {
  background: #02498b;
  color: white;
}
.home-page .endow .list-car-outstanding .item-outstanding:hover {
  border-color: #02498b;
}
.home-page .endow .list-car-outstanding .item-outstanding:hover .img-car img {
  transform: scale(1.05);
}
.home-page .endow .control-slide {
  cursor: pointer;
  width: 100%;
  height: 0;
  z-index: 99;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .home-page .endow .control-slide {
    padding: 0 10px;
  }
}
.home-page .endow .control-slide .swiper-button-news-prev,
.home-page .endow .control-slide .swiper-button-news-next {
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 992px) {
  .home-page .endow .control-slide .swiper-button-news-prev svg,
  .home-page .endow .control-slide .swiper-button-news-next svg {
    width: 25px;
    height: 25px;
  }
}
.home-page .endow {
  /* căn giữa pagination */
}
.home-page .endow .swiper-pagination {
  margin-top: 20px;
  text-align: center;
}
.home-page .buy-car-container {
  margin: 0 auto;
  padding: 38px 75px 0 75px;
  background: #f6f7f9;
}
@media (max-width: 1240px) {
  .home-page .buy-car-container {
    padding: 18px 37px 0 37px;
  }
}
@media (max-width: 992px) {
  .home-page .buy-car-container {
    padding: 10px 18px 0 18px;
  }
}
@media (max-width: 500px) {
  .home-page .buy-car-container {
    padding: 0 15px;
  }
}
.home-page .buy-car-container .buy-car .item-buy-car {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
}
.home-page .buy-car-container .buy-car .item-buy-car .swiper-slide {
  margin-bottom: 10px;
}
.home-page .buy-car-container .buy-car .item-buy-car .img-item {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home-page .buy-car-container .buy-car .item-buy-car .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page .buy-car-container .buy-car .item-buy-car .img-item .content {
  position: absolute;
  top: 5%;
  left: 24px;
  max-width: 50%;
  color: #fff;
}
@media (max-width: 1360px) {
  .home-page .buy-car-container .buy-car .item-buy-car .img-item .content {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .home-page .buy-car-container .buy-car .item-buy-car .img-item .content {
    max-width: 80%;
  }
}
.home-page .buy-car-container .buy-car .item-buy-car .img-item .content .name-car {
  line-height: 1.4;
  margin-bottom: 16px;
}
.home-page .buy-car-container .buy-car .item-buy-car .img-item .content .dec {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .home-page .buy-car-container .buy-car .item-buy-car .img-item .content .dec {
    display: none;
  }
}
.home-page .buy-car-container .buy-car .item-buy-car .img-item .content .button-buy {
  font-weight: 600;
  padding: 10px 20px;
  background: #3563e9;
  color: #ffffff;
  border-radius: 4px;
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "MyriadPro-Semibold";
  cursor: pointer;
}
@media (max-width: 600px) {
  .home-page .buy-car-container .buy-car .item-buy-car .img-item .content .button-buy {
    width: 100px;
    height: 35px;
    padding: 5px 10px;
  }
}
.home-page .buy-car-container .buy-car .item-buy-car .img-item .content .button-buy:hover {
  background: #274bbf;
}
@media (max-width: 500px) {
  .home-page .buy-car-container .redireact {
    padding-bottom: 5px;
  }
}
.home-page .buy-car-container .redireact {
  padding-bottom: 15px;
}
.home-page .buy-car-container .redireact .swiper-pagination {
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.home-page .list-category .categoty-car {
  padding: 70px;
  background: #ffffff;
}
@media (max-width: 1240px) {
  .home-page .list-category .categoty-car {
    padding: 0 37px 37px 37px;
  }
}
@media (max-width: 992px) {
  .home-page .list-category .categoty-car {
    padding: 0 18px 18px 18px;
  }
}
@media (max-width: 500px) {
  .home-page .list-category .categoty-car {
    padding: 15px;
  }
}
.home-page .list-category .categoty-car .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-family: "MyriadPro-Bold";
}
@media (max-width: 992px) {
  .home-page .list-category .categoty-car .name {
    flex-direction: column;
  }
  .home-page .list-category .categoty-car .name .left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-page .list-category .categoty-car .name {
    flex-direction: column;
  }
  .home-page .list-category .categoty-car .name .left {
    width: 100%;
  }
}
.home-page .list-category .categoty-car .name .right {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-page .list-category .categoty-car .name .right {
    justify-content: space-between;
    width: 100%;
  }
}
.home-page .list-category .categoty-car .name .right .next {
  display: flex;
}
.home-page .list-category .categoty-car .name .right .next .prev-next-left {
  margin-right: 8px;
  cursor: pointer;
}
.home-page .list-category .categoty-car .name .right .next .prev-next-left {
  margin-right: 8px;
  cursor: pointer;
}
.home-page .list-category .categoty-car .name .right .view-all {
  display: flex;
  margin-left: 14px;
  align-items: center;
  padding: 11px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  cursor: pointer;
}
.home-page .list-category .categoty-car .name .right .view-all:hover {
  border: 2px solid #02498b;
}
.home-page .list-category .categoty-car .name .right .view-all:hover .text {
  color: #000000;
}
.home-page .list-category .categoty-car .name .right .view-all .text {
  margin-right: 8px;
  color: #333;
}
.home-page .list-category .categoty-car .list-name-category {
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: "MyriadPro-Regular";
  color: #000000;
}
.home-page .list-category .categoty-car .list-logo-brands {
  display: flex;
  margin-top: 16px;
  margin-top: 13px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  row-gap: 8px;
}
@media (max-width: 992px) {
  .home-page .list-category .categoty-car .list-logo-brands {
    display: none;
  }
}
.home-page .list-category .categoty-car .list-logo-brands .item {
  width: 157px;
  border-radius: 8px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .home-page .list-category .categoty-car .list-logo-brands .item {
    width: 100px;
  }
}
.home-page .list-category .categoty-car .list-logo-brands .item .all {
  color: #494949;
  padding: 13px 0;
  background-color: white;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home-page .list-category .categoty-car .list-logo-brands .item .all {
    padding: 8px 0;
    height: 40px;
  }
}
.home-page .list-category .categoty-car .list-logo-brands .item.active .all {
  color: white;
  background-color: #02498b;
  border-color: #02498b;
}
.home-page .list-category .categoty-car .list-logo-brands .item:hover .all {
  border: 2px solid #02498b;
  color: #02498b;
}
.home-page .list-category .categoty-car .list-logo-brands .item.active:hover .all {
  color: white;
  background-color: #02498b;
  border-color: #02498b;
}
.home-page .list-category .categoty-car .list-logo-brands .item-logo {
  align-items: center;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 8px;
  padding: 5px 10px;
  background: white;
}
@media (max-width: 768px) {
  .home-page .list-category .categoty-car .list-logo-brands .item-logo {
    height: 40px;
    justify-content: unset;
    width: 130px;
  }
}
.home-page .list-category .categoty-car .list-logo-brands .item-logo img {
  width: 52px;
  height: 40px;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .home-page .list-category .categoty-car .list-logo-brands .item-logo img {
    width: 35px;
    height: 35px;
  }
}
.home-page .list-category .categoty-car .list-logo-brands .item-logo .name-brand {
  color: #494949;
  padding: 5px 0;
  text-align: center;
  background-color: white;
  display: block; /* Để padding có tác dụng */
}
.home-page .list-category .categoty-car .list-logo-brands .item-logo.active {
  border: 2px solid #02498b;
  color: #02498b;
}
.home-page .list-category .categoty-car .list-logo-brands .item-logo:hover {
  border: 2px solid #02498b;
  color: #02498b;
}
.home-page .list-category .list-parents {
  display: flex;
  margin: 13px 0;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  row-gap: 8px;
}
@media (max-width: 992px) {
  .home-page .list-category .list-parents {
    display: none;
  }
}
.home-page .list-category .list-parents .all {
  padding: 8px 12px;
  border-radius: 6px;
  background: white;
  color: #374151;
  border: 2px solid #d1d5db;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.home-page .list-category .list-parents .all.active {
  background: #02498b;
  color: #ffffff;
  border-color: #02498b;
}
.home-page .list-category .list-parents .all:hover {
  border: 2px solid #02498b;
  color: #02498b;
}
.home-page .list-category .list-parents .all.active:hover {
  background: #02498b;
  color: #ffffff;
  border-color: #02498b;
}
.home-page .list-category .list-parents .item {
  padding: 8px 12px;
  border-radius: 6px;
  border: 2px solid #d1d5db;
  color: #374151;
  margin-right: 8px;
  background: white;
  transition: all 0.3s ease;
}
.home-page .list-category .list-parents .item:hover {
  border: 2px solid #02498b;
  color: #02498b;
}
.home-page .list-category .list-parents .item.active {
  border: 2px solid #02498b;
  color: #02498b;
}
.home-page .list-category .list-cars {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.home-page .list-category .list-cars .item-car {
  width: calc((100% - 75px) / 4);
  box-sizing: border-box;
  margin-right: 25px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}
.home-page .list-category .list-cars .item-car .item-img {
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
}
.home-page .list-category .list-cars .item-car .item-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
}
.home-page .list-category .list-cars .item-car .info {
  margin: 0 30px 15px 30px;
}
.home-page .list-category .list-cars .item-car .info .price {
  display: flex;
  align-items: center;
}
.home-page .list-category .list-cars .item-car .info .price .pricr-car {
  margin-right: 5px;
}
.home-page .list-category .list-cars .item-car:nth-child(4n) {
  margin-right: 0; /* item thứ 4, 8, 12... không bị dư khoảng trống bên phải */
}

.service {
  padding: 0 75px 60px;
  background: #ffffff;
}
@media (max-width: 1240px) {
  .service {
    padding: 0 37px;
  }
}
@media (max-width: 992px) {
  .service {
    padding: 0 18px;
  }
}
@media (max-width: 500px) {
  .service {
    padding: 0 15px;
  }
}
.service .title-service {
  margin-bottom: 24px;
  text-align: center;
  padding-top: 48px;
  color: #000000;
}
@media (max-width: 1240px) {
  .service .title-service {
    margin-bottom: 18px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .service .title-service {
    margin-bottom: 15px;
    padding-top: 20px;
  }
}
.service .dec {
  margin-bottom: 24px;
  text-align: center;
  color: #686868;
}
.service .dec p {
  font-size: 15px;
}
@media (max-width: 768px) {
  .service .dec br {
    display: none;
  }
}
.service .list-service {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.service .list-service .item-service {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service .list-service .item-service .img-item {
  height: 300px;
  overflow: hidden;
  width: 100%;
  max-height: 300px;
  position: relative;
  overflow: hidden;
  height: auto;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.service .list-service .item-service .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  transition: transform 0.3s ease;
}
.service .list-service .item-service .info {
  padding: 25px;
}
.service .list-service .item-service .info .icon {
  text-align: center;
}
.service .list-service .item-service .info .name-service {
  text-align: center;
  margin: 8px 0;
  color: #000000;
}
.service .list-service .item-service .info .text {
  text-align: center;
  margin-bottom: 18px;
  font-size: 15px;
  color: #4b5563;
}
@media (max-width: 768px) {
  .service .list-service .item-service .info .text {
    margin-bottom: 0;
  }
}
.service .list-service .item-service .info .value {
  display: flex;
  align-items: center;
  font-family: "MyriadPro-Regular";
}
.service .list-service .item-service .info .value .item-value {
  margin-left: 10px;
}
.service .list-service .item-service .link-service {
  padding: 10px;
  text-align: center;
  color: white;
  background: #02498b;
  border: 2px solid #02498b;
  display: block;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 32px 30px 32px;
  font-family: "MyriadPro-Bold";
}
.service .list-service .item-service .link-service:hover {
  background: white;
  border: 2px solid #02498b;
  color: #02498b;
}
@media (max-width: 992px) {
  .service .list-service {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}
@media (max-width: 678px) {
  .service .list-service {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}

.section-service-home {
  background-color: #ffffff;
}

.section-service-home,
.section-service-center-home,
.section-news-home-dth {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background: #f6f7f9;
  padding-top: 40px;
}
@media (max-width: 500px) {
  .section-service-home,
  .section-service-center-home,
  .section-news-home-dth {
    padding-top: 30px;
  }
}
.section-service-home .section-title,
.section-service-center-home .section-title,
.section-news-home-dth .section-title {
  line-height: 1.1;
  text-align: center;
  width: 100%;
  color: #000000;
  padding-top: 10px;
}
.section-service-home .section-subtitle,
.section-service-center-home .section-subtitle,
.section-news-home-dth .section-subtitle {
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  color: #686868;
  margin-bottom: 37px;
}
@media (max-width: 1240px) {
  .section-service-home .section-subtitle,
  .section-service-center-home .section-subtitle,
  .section-news-home-dth .section-subtitle {
    margin-bottom: 28px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .section-service-home .section-subtitle,
  .section-service-center-home .section-subtitle,
  .section-news-home-dth .section-subtitle {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.section-service-home .review-all,
.section-service-center-home .review-all,
.section-news-home-dth .review-all {
  display: flex;
  padding: 8px 30px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  align-items: center;
  background: white;
  margin-bottom: 30px;
}
.section-service-home .review-all .text,
.section-service-center-home .review-all .text,
.section-news-home-dth .review-all .text {
  margin-right: 8px;
  color: #333;
}
.section-service-home .review-all .icon,
.section-service-center-home .review-all .icon,
.section-news-home-dth .review-all .icon {
  display: flex;
  align-items: center;
}
.section-service-home .review-all:hover,
.section-service-center-home .review-all:hover,
.section-news-home-dth .review-all:hover {
  border: 2px solid #02498b;
}
.section-service-home .review-all:hover .text,
.section-service-center-home .review-all:hover .text,
.section-news-home-dth .review-all:hover .text {
  color: #02498b;
}

@media (max-width: 480px) {
  .section-subtitle {
    font-size: 14px;
  }
}
.section-service-center-home {
  padding: 40px 75px;
  background: #f6f7f9;
}
@media (max-width: 1240px) {
  .section-service-center-home {
    padding: 37px;
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .section-service-center-home {
    padding: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .section-service-center-home {
    padding: 15px;
    margin-top: 30px;
  }
}
.section-service-center-home .service-center-wrapper {
  position: relative;
  width: 100%;
}
.section-service-center-home .service-center-wrapper .img-service-center {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-service-center-home .service-center-wrapper .img-service-center img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 820px) {
  .section-service-center-home .service-center-wrapper .img-service-center img {
    display: none;
  }
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop {
  position: absolute;
  top: 9%;
  right: 4%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 770px;
  width: 35%;
  min-width: 280px;
  height: 100%;
  max-height: 300px;
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #02498b 0%, #005f9e 100%);
  color: #ffffff;
  overflow: hidden;
  align-items: center;
  text-align: center;
}
@media (max-width: 1760px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop {
    max-height: 290px;
    top: 6%;
  }
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop .title .service-center-subtitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 1632px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop {
    max-height: 260px;
  }
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop .title .service-center-title {
    margin-bottom: 0;
  }
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop .title .service-center-subtitle {
    margin-bottom: 0px;
  }
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop .title ul {
    margin-bottom: 10px;
  }
}
@media (max-width: 1490px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop {
    max-height: 220px;
  }
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop .number {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop ul {
    margin-bottom: 10px !important;
  }
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop ul .info {
    margin-bottom: 0;
  }
}
@media (max-width: 1320px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop {
    top: 3%;
  }
}
@media (max-width: 1170px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop {
    padding: 8px;
    max-height: 180px;
    top: 10%;
  }
}
@media (max-width: 1040px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop {
    padding: 8px;
    max-height: 180px;
    top: 4%;
  }
}
@media (max-width: 950px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop {
    top: 15%;
    max-height: 130px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop ul {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop {
    display: none !important;
  }
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop .service-center-title {
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop .service-center-subtitle {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  align-items: flex-start;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop ul li .service-center-quantity {
  font-family: "MyriadPro-Semibold";
  font-size: 30px;
  line-height: 1;
  margin-bottom: 6px;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop ul li .service-center-type {
  font-family: "MyriadPro-Semibold";
  font-size: 15px;
  line-height: 1.2;
  color: #bfdbfe;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop a {
  background: #ffffff;
  border: 1px solid #f8fafc;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #02498b;
  box-shadow: none;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-desktop a:hover {
  color: white;
  background-color: #02498b;
  border-color: #02498b;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie {
  display: none;
  margin: 0 auto;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 770px;
  width: 100%;
  min-width: 280px;
  height: 100%;
  max-height: 300px;
  padding: 26px 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #02498b 0%, #005f9e 100%);
  color: #ffffff;
  overflow: hidden;
  align-items: center;
  text-align: center;
}
@media (max-width: 820px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie {
    display: flex;
  }
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie .service-center-title {
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie .service-center-subtitle {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie ul {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  align-items: flex-start;
}
@media screen and (max-width: 400px) {
  .section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie ul {
    gap: 16px;
  }
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie ul li .service-center-quantity {
  font-family: "MyriadPro-Semibold";
  font-size: 30px;
  line-height: 1;
  margin-bottom: 6px;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie ul li .service-center-type {
  font-family: "MyriadPro-Semibold";
  font-size: 15px;
  line-height: 1.2;
  color: #bfdbfe;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie ul li .service-center-type p {
  margin-bottom: 16px;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie a {
  background: #ffffff;
  border: 1px solid #f8fafc;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #02498b;
  box-shadow: none;
}
.section-service-center-home .service-center-wrapper .service-center-content-wrapper-moblie a:hover {
  color: white;
  background-color: #02498b;
  border-color: #02498b;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left;
  padding: 20px 75px 33px 75px;
}
@media (max-width: 1240px) {
  .news-list {
    padding: 10px 37px;
  }
}
@media (max-width: 992px) {
  .news-list {
    padding: 10px 18px;
  }
}
@media (max-width: 500px) {
  .news-list {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.news-item-dth {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.news-item-dth:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.news-thumbnail-wrap {
  width: 100%;
  overflow: hidden;
}
.news-thumbnail-wrap .news-thumbnail {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.news-thumbnail-wrap .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}

.news-thumbnail img:hover {
  transform: scale(1.05);
}

.news-content {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.news-content .read-more {
  color: #01498b;
  margin-right: 5px;
}
.news-content .news-title {
  font-family: "MyriadPro-Semibold";
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 8px;
}
.news-content .news-title a {
  text-decoration: none;
  color: #000000;
  transition: color 0.2s;
}
.news-content .news-title a:hover {
  color: #007bff;
}
.news-content .news-desc {
  font-size: 13px;
  font-family: "MyriadPro-Regular";
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 678px) {
  .news-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news-thumbnail-wrap {
    width: 100%;
  }
  .news-content {
    padding: 10px 12px;
  }
  .news-content .news-title {
    font-size: 18px;
  }
  .news-content .news-desc {
    font-size: 12px;
  }
}
.swiper-pagination-bullet {
  margin-right: 6px;
}

.header-dth {
  font-family: "MyriadPro-Semibold";
  width: 100%;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1040px) {
  .header-dth {
    display: none;
  }
}
.header-dth-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  background-color: #02498b;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.header-dth-top-right {
  display: flex;
  align-items: center;
}
.header-dth-top-right a {
  color: #fff;
}
.header-dth-main {
  background-color: #004b9b;
  padding: 10px 5%;
}
.header-dth-main-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.header-dth-main-row1 .logo-and-search {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-dth-main-row1 .logo-and-search .logo-main {
  margin-right: 20px;
}
.header-dth-main-row1 .logo-and-search .logo-main img {
  height: 19px;
}
.header-dth-main-row1 .logo-and-search .logo-main .short-name {
  font-family: "MyriadPro-Semibold";
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.header-dth-main-row1 .logo-and-search .search-bar {
  display: flex;
  width: 100%;
}
.header-dth-main-row1 .logo-and-search .search-bar input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  width: 100%;
  max-width: 450px;
}
.header-dth-main-row1 .logo-and-search .search-bar button {
  padding: 8px 15px;
  border: none;
  background-color: #003a7a;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.header-dth-main-row1 .logo-and-search .search-bar button img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.header-dth-main-row1 .logo-and-search .search-bar button:hover {
  opacity: 0.9;
}
.header-dth-main-row1 .main-links {
  white-space: nowrap;
}
.header-dth-main-row1 .main-links a {
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}
.header-dth-main-row1 .main-links a:hover {
  color: #02274c;
}
.header-dth-main .primary-menu {
  padding: 22px 72px;
  background-color: #1e8fdd;
  border-radius: 5px;
  font-size: 16px;
  font-family: "MyriadPro-Bold";
}
.header-dth-main .primary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.header-dth-main .primary-menu ul .menu-item {
  position: relative;
}
.header-dth-main .primary-menu ul .menu-item a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.header-dth-main .primary-menu ul .menu-item a svg {
  width: 20px;
  height: 20px;
  margin: 0 5px 5px 0;
}
.header-dth-main .primary-menu ul .menu-item a svg path {
  fill: #fff;
  transition: fill 0.3s;
}
.header-dth-main .primary-menu ul .menu-item a:hover {
  color: #02274c;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu {
  overflow: visible;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
  z-index: 999;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 5px;
  padding: 8px 0;
  list-style: none;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 150px;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu .submenu .submenu-item {
  display: block;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu .submenu .submenu-item:last-child {
  border-bottom: none;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu .submenu .submenu-item a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0;
  font-weight: normal;
  justify-content: flex-start;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu .submenu .submenu-item a:hover {
  background-color: #f5f5f5;
  color: #02274c;
  text-decoration: underline;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu .submenu .submenu-item a svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu .submenu .submenu-item a svg path {
  fill: #333;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu .submenu .submenu-item.active-submenu-item a {
  background-color: #f0f0f0;
  font-weight: 500;
  color: #02274c;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu:hover .submenu, .header-dth-main .primary-menu ul .menu-item.has-submenu:hover::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-dth-main .primary-menu ul .menu-item.has-submenu:hover .submenu {
  transform: translateY(0);
}
.header-dth-main .primary-menu ul li:not(.menu-item) a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
}
.header-dth-main .primary-menu ul li:not(.menu-item) a svg {
  width: 20px;
  height: 20px;
  margin: 0 5px 5px 0;
}
.header-dth-main .primary-menu ul li:not(.menu-item) a svg path {
  fill: #fff;
  transition: fill 0.3s;
}
.header-dth-main .primary-menu ul li:not(.menu-item) a:hover {
  color: #02274c;
}

.banner-section {
  position: relative;
  width: 100%;
  height: 30vw;
  min-height: 150px;
  max-height: 575px;
}
.banner-section .bannerSwiper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.banner-section .bannerSwiper .swiper-slide {
  position: relative;
  background-color: #f0f0f0;
}
.banner-section .bannerSwiper .swiper-slide__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 30vw;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .bannerSwiper .promo-content {
  position: absolute;
  top: 45%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  text-align: left;
  padding-right: 5%;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .banner-section .bannerSwiper .promo-content {
    display: none;
  }
}
.banner-section .bannerSwiper .promo-content .name-car {
  font-size: 48px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .banner-section .bannerSwiper .promo-content .name-car {
    font-size: 30px;
  }
}
.banner-section .bannerSwiper .promo-content .text {
  font-size: 36px;
  color: #ffc400;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .banner-section .bannerSwiper .promo-content .text {
    font-size: 32px;
  }
}
.banner-section .bannerSwiper .promo-content h1 {
  font-size: 38px;
  color: #ffc400;
  font-weight: bold;
}
.banner-section .bannerSwiper .promo-content h1 p {
  font-size: 46px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .banner-section .bannerSwiper .promo-content h1 p {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .banner-section .bannerSwiper .promo-content h1 {
    font-size: 30px;
  }
}
.banner-section .bannerSwiper .promo-content p {
  font-size: 16px;
  color: white;
  line-height: 1.5;
  margin-top: 10px;
}
.banner-section .bannerSwiper .promo-content .cta-button {
  padding: 15px 30px;
  background-color: #1e8fdd;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .banner-section .bannerSwiper .promo-content .cta-button {
    padding: 10px 25px;
  }
}
.banner-section .bannerSwiper .promo-content .cta-button:hover {
  background-color: rgb(0, 98.4, 204);
}
.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.banner-section .swiper-button-next::after,
.banner-section .swiper-button-prev::after {
  font-size: 20px;
  line-height: 40px;
}
.banner-section .swiper-button-next {
  right: 20px;
}
@media (max-width: 768px) {
  .banner-section .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.banner-section .swiper-button-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .banner-section .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.banner-section .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 20;
  position: absolute;
}
.banner-section .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0.7;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .banner-section .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.8);
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
    margin: 0 3px;
  }
}
.banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
}
.banner-section .quick-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 20;
}
@media (max-width: 992px) {
  .banner-section .quick-nav {
    display: none;
  }
}
.banner-section .quick-nav .primary-menu {
  padding: 30px 2% 0 0;
  width: 100%;
  max-width: 1300px;
}
.banner-section .quick-nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  width: 100%;
  padding: 0px;
}
.banner-section .quick-nav li {
  width: 25%;
  flex-grow: 1;
  text-align: center;
}
.banner-section .quick-nav a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 5px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
  font-family: "MyriadPro-Bold";
}
.banner-section .quick-nav a .icon-wrapper {
  width: 35px;
  height: 35px;
  background-color: #f1f7ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.banner-section .quick-nav a .icon-wrapper svg path {
  fill: #02498B;
}
.banner-section .quick-nav a:hover {
  color: #02498B;
}
.banner-section .quick-nav .active {
  background-color: #f1f7ff;
  color: #02498B;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.banner-section .quick-nav .active .icon-wrapper {
  background-color: #02498B;
}
.banner-section .quick-nav .active .icon-wrapper svg path {
  fill: #f1f7ff;
}

@media (max-width: 768px) {
  .header-top,
  .header-main-row1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .search-bar {
    display: none !important;
    width: 100%;
  }
  .search-bar input {
    width: calc(100% - 70px);
  }
  .primary-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quick-nav ul {
    flex-wrap: wrap;
  }
  .bannerSwiper .promo-content {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }
  .bannerSwiper .promo-content h1 {
    font-size: 2em;
  }
  .bannerSwiper .promo-content .interest-rate {
    font-size: 3em;
  }
  .quick-nav {
    bottom: 15px;
  }
  .quick-nav .primary-menu {
    padding: 15px 8%;
  }
}
@media (max-width: 1680px) {
  .banner-section .quick-nav {
    bottom: 18px;
  }
  .banner-section .quick-nav .primary-menu {
    padding: 0px 3%;
  }
}
@media (max-width: 1580px) {
  .banner-section .quick-nav {
    bottom: 18px;
  }
  .banner-section .quick-nav .primary-menu {
    padding: 0px 8%;
  }
}
@media (max-width: 1440px) {
  .banner-section .quick-nav {
    bottom: 16px;
  }
  .banner-section .quick-nav .primary-menu {
    padding: 0px 7%;
  }
}
@media (max-width: 1380px) {
  .banner-section .quick-nav {
    bottom: 16px;
  }
  .banner-section .quick-nav .primary-menu {
    padding: 0px 10%;
  }
}
@media (max-width: 1280px) {
  .banner-section .quick-nav {
    bottom: 14px;
  }
  .banner-section .quick-nav .primary-menu {
    padding: 0px 12%;
  }
}
@media (max-width: 1180px) {
  .banner-section .quick-nav {
    bottom: 12px;
  }
  .banner-section .quick-nav .primary-menu {
    padding: 0px 12%;
  }
}
body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (max-width: 1040px) {
  .header-mobide {
    display: block !important;
  }
  .header-mobide .logo-and-search-mobile {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 25px;
    background: #004b9b;
  }
  .header-mobide .logo-and-search-mobile .short-name {
    margin-top: 10px;
    color: #333;
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb {
    margin-left: 20px;
    cursor: pointer;
    padding: 8px;
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb .hamburger {
    width: 25px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb .hamburger:hover span {
    background-color: #ffc400;
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb.active .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .header-mobide .content-mobile {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    padding: 22px 30px 30px;
    transition: all 0.3s ease;
    display: none;
  }
  .header-mobide .content-mobile .main-links-mobile {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .header-mobide .content-mobile .main-links-mobile a {
    margin-right: 30px;
    color: #333;
    font-size: 18px;
    text-decoration: none;
  }
  .header-mobide .content-mobile .main-links-mobile a:hover {
    color: #004b9b;
  }
  .header-mobide .content-mobile .primary-menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item a span {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item a:hover {
    color: #004b9b;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile {
    position: relative;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile .submenu-toggle-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile .submenu-toggle-mobile a {
    flex: 1;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile .submenu-toggle-mobile .submenu-arrow-mobile {
    margin-left: 10px;
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #333;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile.active .submenu-arrow-mobile {
    transform: rotate(180deg);
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 20px;
    list-style: none;
    margin: 0;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile.show {
    max-height: 500px;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile .submenu-item-mobile {
    margin: 0;
    padding: 5px 0;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile .submenu-item-mobile a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #666;
    font-size: 16px;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile .submenu-item-mobile a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .header-mobide .content-mobile .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile .submenu-item-mobile a:hover {
    color: #004b9b;
  }
}
.category-car {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 0 0;
}
.category-car .category-container {
  width: 100%;
  padding: 0 16%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .category-car .category-container {
    padding: 0 10%;
  }
}
@media (max-width: 1440px) {
  .category-car .category-container {
    padding: 0 10%;
  }
}
@media (max-width: 1280px) {
  .category-car .category-container {
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  .category-car .category-container {
    padding: 0 6%;
  }
}
@media (max-width: 768px) {
  .category-car .category-container {
    padding: 0 4%;
  }
}
@media (max-width: 576px) {
  .category-car .category-container {
    padding: 0 3%;
  }
}
@media (max-width: 480px) {
  .category-car .category-container {
    padding: 0 15px;
  }
}
.category-car .section-title {
  color: #1e65c0;
  font-size: 32px;
  text-align: left;
  font-size: 36px;
  margin-bottom: 1px;
}
.category-car .category-cards {
  padding: 15px 0 0;
}
.category-car .category-cards .category-card {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  background: white;
  opacity: 1;
  max-height: 100px;
}
.category-car .category-cards .category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.category-car .category-cards .category-card .card-content {
  text-align: center;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 3px;
}
.category-car .category-cards .category-card .card-content .card-icon {
  margin-bottom: 0;
  display: block;
  color: #1e65c0;
  margin-top: 14px;
}
.category-car .category-cards .category-card .card-content .card-icon svg path {
  fill: #1e65c0;
}
.category-car .category-cards .category-card .card-content .card-title {
  font-family: "MyriadPro-Semibold";
  font-size: 18px;
  text-align: center;
  color: #1e65c0;
  margin-bottom: 0;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}
.category-car .category-cards .category-card .card-content .card-description {
  font-family: "MyriadPro-Semibold";
  text-align: center;
  color: #777e90;
  margin-bottom: 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 33.6px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
}
.category-car .category-cards .category-card .card-content .card-button {
  width: 50%;
  margin: 0 auto;
  height: 40px;
  border-radius: 6px;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  background-color: #1e65c0;
  border-color: #1e65c0;
  color: #ffffff;
}
.category-car .category-cards .category-card .card-content .card-button:hover {
  background-color: #1e8fdd;
  border-color: #1e8fdd;
}
.category-car .category-cards-mobile {
  display: none;
}

@media (max-width: 911px) {
  .category-car {
    padding: 18px 0 0;
  }
  .category-car .category-container {
    padding: 0 20px;
  }
  .category-car .section-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
  .category-car .category-cards,
  .category-car .category-cards-mobile {
    padding: 15px 0;
  }
  .category-car .category-cards .category-card,
  .category-car .category-cards-mobile .category-card {
    max-height: none;
  }
  .category-car .category-cards .category-card .card-content,
  .category-car .category-cards-mobile .category-card .card-content {
    padding: 16px;
  }
  .category-car .category-cards .category-card .card-content .card-icon,
  .category-car .category-cards-mobile .category-card .card-content .card-icon {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .category-car .category-cards .category-card .card-content .card-title,
  .category-car .category-cards-mobile .category-card .card-content .card-title {
    font-size: 18px;
  }
  .category-car .category-cards .category-card .card-content .card-description,
  .category-car .category-cards-mobile .category-card .card-content .card-description {
    font-size: 13px;
    min-height: 39px;
  }
}
@media (max-width: 911px) and (max-width: 480px) {
  .category-car .category-cards {
    display: none;
  }
  .category-car .category-cards-mobile {
    display: block;
  }
}
.filter-section {
  width: 100%;
  min-width: 300px;
  max-width: 300px;
  background: #f4f5f6;
  border-radius: 8px;
  border-right: 1px solid #e5e7eb;
  padding: 20px 10px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 20px;
}
.filter-section .filter-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.filter-section .filter-header h3 {
  font-family: "MyriadPro-Regular";
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  line-height: 100%;
}
.filter-section .filter-group {
  margin-bottom: 24px;
}
.filter-section .filter-group:last-child {
  margin-bottom: 0;
}
.filter-section .filter-group .filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  cursor: pointer;
}
.filter-section .filter-group .filter-title span {
  font-family: "MyriadPro-Bold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #374151;
}
.filter-section .filter-group .filter-title svg {
  transition: transform 0.3s ease;
}
.filter-section .filter-group .filter-title svg.rotated {
  transform: rotate(180deg);
}
.filter-section .filter-group .filter-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.filter-section .filter-group .filter-options .filter-option {
  padding: 6px;
  border-radius: 8px;
  font-size: 13px;
  text-align: center;
  color: #23262F;
  background: white;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "MyriadPro-Regular";
}
.filter-section .filter-group .filter-options .filter-option:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}
.filter-section .filter-group .filter-options .filter-option.active {
  background: rgba(59, 130, 246, 0.1019607843);
  color: #3b82f6;
  border: 1px solid #3b82f6;
}
.filter-section .filter-group .filter-options.brand-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.filter-section .filter-group .filter-options.brand-options .brand-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 8px;
  font-family: "MyriadPro-Bold";
  font-size: 14px;
  color: #23262F;
  background: white;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
.filter-section .filter-group .filter-options.brand-options .brand-option .brand-logo {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.filter-section .filter-group .filter-options.brand-options .brand-option:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}
.filter-section .filter-group .filter-options.brand-options .brand-option.active {
  background: rgba(59, 130, 246, 0.1019607843);
  color: #3b82f6;
  border: 1px solid #3b82f6;
}
.filter-section .filter-group .filter-options.brand-options .brand-option.active .brand-logo {
  filter: none;
}
.filter-section .filter-group .filter-options.color-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 8px 0;
}
.filter-section .filter-group .filter-options.color-options .color-option {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.filter-section .filter-group .filter-options.color-options .color-option .color-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.filter-section .filter-group .filter-options.color-options .color-option.active .color-circle {
  border-color: #3b82f6;
  border-width: 1px;
  transform: scale(1.1);
}
.filter-section .filter-group .filter-options .more-option {
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: "MyriadPro-Semibold";
  font-size: 13px;
  text-align: center;
  color: #23262f;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-section .filter-group .filter-options .more-option:hover {
  border: 1px solid #1f2937;
  color: #1f2937;
}
.filter-section .filter-group .more-color-option {
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  text-align: center;
  color: #23262f;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-section .filter-group .more-color-option:hover {
  border: 1px solid #1f2937;
  color: #1f2937;
}

@media (max-width: 911px) {
  .filter-section {
    max-width: 100%;
    position: static;
    margin: 0 20px 20px;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }
  .filter-section .filter-header h3 {
    font-size: 18px;
  }
  .filter-section .filter-group .filter-title span {
    font-size: 14px;
  }
  .filter-section .filter-group .filter-options .filter-option,
  .filter-section .filter-group .filter-options .brand-option {
    font-size: 13px;
    padding: 6px 12px;
  }
  .filter-section .filter-group .filter-options.brand-options .brand-option .brand-logo {
    width: 40px;
    height: 40px;
  }
  .filter-section .filter-group .filter-options.color-options {
    grid-template-columns: repeat(6, 1fr);
  }
  .filter-section .filter-group .filter-options.color-options .color-option .color-circle {
    width: 28px;
    height: 28px;
  }
  .filter-section.modal-filter {
    margin: 0;
    border: none;
    padding: 20px;
    background: white;
  }
}
.car-listing {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 0;
}
.car-listing .car-listing-container {
  width: 100%;
  padding: 0 16%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .car-listing .car-listing-container {
    padding: 0 10%;
  }
}
@media (max-width: 1440px) {
  .car-listing .car-listing-container {
    padding: 0 10%;
  }
}
@media (max-width: 1280px) {
  .car-listing .car-listing-container {
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  .car-listing .car-listing-container {
    padding: 0 6%;
  }
}
@media (max-width: 768px) {
  .car-listing .car-listing-container {
    padding: 0 4%;
  }
}
@media (max-width: 576px) {
  .car-listing .car-listing-container {
    padding: 0 3%;
  }
}
@media (max-width: 480px) {
  .car-listing .car-listing-container {
    padding: 0 15px;
  }
}
.car-listing .car-listing-layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.car-listing .filter-sidebar {
  flex-shrink: 0;
}
.car-listing .mobile-filter-modal {
  display: none;
}
.car-listing .car-grid-container {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.car-listing .mobile-filter-sort-bar {
  display: none;
}
.car-listing .sort-section {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.car-listing .sort-section .sort-label {
  font-family: "MyriadPro-Semibold";
  font-size: 16px;
  color: #1e65c0;
  white-space: nowrap;
  line-height: 22px;
  vertical-align: middle;
}
.car-listing .sort-section .sort-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.car-listing .sort-section .sort-options .sort-option {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  color: #6b7280;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 6px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  line-height: 24px;
  text-align: center;
}
.car-listing .sort-section .sort-options .sort-option:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}
.car-listing .sort-section .sort-options .sort-option.active {
  background: rgba(59, 130, 246, 0.1019607843);
  color: #3b82f6;
  border: 1px solid #3b82f6;
}
.car-listing .sort-section .sort-options .sort-option:focus {
  outline: none;
  box-shadow: none;
}
.car-listing .pagination-section {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-top: 20px;
}
.car-listing .pagination-section .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.car-listing .pagination-section .pagination .pagination-btn {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  color: #6b7280;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.car-listing .pagination-section .pagination .pagination-btn:hover:not(:disabled) {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #374151;
}
.car-listing .pagination-section .pagination .pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.car-listing .pagination-section .pagination .pagination-btn svg {
  width: 16px;
  height: 16px;
}
.car-listing .pagination-section .pagination .page-numbers {
  display: flex;
  gap: 4px;
  align-items: center;
}
.car-listing .pagination-section .pagination .page-numbers .page-number {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  color: #6b7280;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 40px;
  text-align: center;
}
.car-listing .pagination-section .pagination .page-numbers .page-number:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #374151;
}
.car-listing .pagination-section .pagination .page-numbers .page-number.active {
  background: rgba(59, 130, 246, 0.1019607843);
  color: #3b82f6;
  border: 1px solid #3b82f6;
}
.car-listing .pagination-section .pagination .page-numbers .page-ellipsis {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  color: #6b7280;
  padding: 8px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.car-listing .car-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(253px, 1fr));
  gap: 20px;
  margin: 0;
}
.car-listing .car-grid .car-item {
  width: 100%;
  text-align: left;
}
@media (max-width: 911px) {
  .car-listing .car-grid .car-item {
    height: 100%;
  }
}
.car-listing .car-grid .car-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e6e8ec;
}
.car-listing .car-grid .car-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: #3b82f6;
}
.car-listing .car-grid .car-card .car-image-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
}
.car-listing .car-grid .car-card .car-image-container .car-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.car-listing .car-grid .car-card .car-image-container .car-image:hover {
  transform: scale(1.05);
}
.car-listing .car-grid .car-card .car-image-container .badges-container {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.car-listing .car-grid .car-card .car-image-container .featured-badge {
  background: linear-gradient(135deg, #4a90e2, #357abd);
  border-radius: 4px;
  padding: 0 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-listing .car-grid .car-card .car-image-container .featured-badge .badge-text {
  color: white;
  font-family: "MyriadPro-Semibold";
  font-size: 16px;
  margin: 0;
}
.car-listing .car-grid .car-card .car-image-container .discount-badge {
  background: #ff6b00;
  border-radius: 4px;
  padding: 8px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-listing .car-grid .car-card .car-image-container .discount-badge .discount-text {
  color: white;
  font-size: 16px;
  font-family: "MyriadPro-Semibold";
  margin: 0;
}
.car-listing .car-grid .car-card .car-info {
  padding: 15px;
}
.car-listing .car-grid .car-card .car-info .car-name {
  font-family: "MyriadPro-Semibold";
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.car-listing .car-grid .car-card .car-info .car-name:hover {
  color: #3b82f6;
}
.car-listing .car-grid .car-card .car-info .car-variants .car-variants-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.car-listing .car-grid .car-card .car-info .car-variants .swiper {
  width: 100%;
  overflow: hidden;
}
.car-listing .car-grid .car-card .car-info .car-variants .swiper-slide {
  width: auto;
}
.car-listing .car-grid .car-card .car-info .car-variants .variant-tag-primary {
  display: inline-block;
  background: white;
  color: #353945;
  font-size: 14px;
  font-family: "MyriadPro-Semibold";
  padding: 4px 8px;
  border: 1px solid #3b82f6;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.car-listing .car-grid .car-card .car-info .car-variants .variant-tag-primary .triangle-corner {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, white 50%, #3b82f6 50%);
}
.car-listing .car-grid .car-card .car-info .car-variants .variant-tag-secondary {
  display: inline-block;
  background: white;
  color: #777e90;
  font-size: 12px;
  font-family: "MyriadPro-Regular";
  padding: 4px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  margin-right: 0;
  margin-bottom: 6px;
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.car-listing .car-grid .car-card .car-info .car-variants .variant-tag-secondary:hover {
  background-color: #f8f9fa;
  border-color: #d1d5db;
}
.car-listing .car-grid .car-card .car-info .car-variants .single-variant .variant-tag-primary,
.car-listing .car-grid .car-card .car-info .car-variants .default-variant .variant-tag-primary {
  display: inline-block;
}
.car-listing .car-grid .car-card .car-info .car-pricing {
  margin-bottom: 7px;
  display: flex;
  gap: 8px;
  white-space: nowrap;
}
.car-listing .car-grid .car-card .car-info .car-pricing .current-price {
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  color: #23262f;
  line-height: 100%;
}
.car-listing .car-grid .car-card .car-info .car-pricing .promotion-price {
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  color: #23262f;
  line-height: 100%;
}
@media (max-width: 1450px) {
  .car-listing .car-grid .car-card .car-info .car-pricing .promotion-price {
    font-size: 20px;
  }
}
.car-listing .car-grid .car-card .car-info .car-pricing .original-price {
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #777e90;
  text-decoration: line-through;
  line-height: 27px;
}
.car-listing .car-grid .car-card .car-info .car-specs {
  margin-bottom: 10px;
}
.car-listing .car-grid .car-card .car-info .car-specs .spec-item {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  color: #353945;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.car-listing .car-grid .car-card .car-info .car-specs .spec-item svg {
  flex-shrink: 0;
}
.car-listing .car-grid .car-card .car-info .promotion-banner {
  background: rgba(30, 101, 192, 0.15);
  border-radius: 6px;
  padding: 4px 8px;
  margin-bottom: 16px;
  text-align: center;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-listing .car-grid .car-card .car-info .promotion-banner .promotion-text {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  color: rgb(30, 101, 192);
  margin: 0;
}
.car-listing .car-grid .car-card .car-info .car-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
  padding: 0;
}
.car-listing .car-grid .car-card .car-info .car-actions .btn {
  flex: 1;
  height: 40px;
  border-radius: 6px;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.car-listing .car-grid .car-card .car-info .car-actions .btn.btn-estimate {
  background-color: #1e65c0;
  color: white;
}
.car-listing .car-grid .car-card .car-info .car-actions .btn.btn-estimate:hover {
  background-color: #1e8fdd;
}
.car-listing .car-grid .car-card .car-info .car-actions .btn.btn-contact {
  background-color: white;
  color: #23262f;
  border: 1px solid #cecece;
}
.car-listing .car-grid .car-card .car-info .car-actions .btn.btn-contact:hover {
  background-color: #ffffff;
  color: #004b9b;
}

@media (max-width: 911px) {
  .car-listing {
    padding: 15px 0;
  }
  .car-listing .car-listing-container {
    padding: 0 20px;
  }
  .car-listing .car-listing-layout {
    flex-direction: column;
    gap: 20px;
  }
  .car-listing .filter-sidebar {
    display: none;
  }
  .car-listing .mobile-filter-modal {
    display: block;
  }
  .car-listing .car-grid-container {
    width: 100%;
    overflow: hidden;
  }
  .car-listing .mobile-filter-sort-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
    border-radius: 5px;
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
  }
  .car-listing .mobile-filter-sort-bar .filter-label {
    font-family: "MyriadPro-Semibold";
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid #004b9b;
    border-radius: 8px;
    padding: 8px 12px;
  }
  .car-listing .mobile-filter-sort-bar .filter-label:hover {
    color: #004b9b;
    background: #f8f9fa;
    border-color: #003d82;
  }
  .car-listing .mobile-filter-sort-bar .filter-label svg {
    transition: transform 0.3s ease;
  }
  .car-listing .mobile-filter-sort-bar .sort-select-container {
    flex: 1;
    max-width: 200px;
    margin-left: 16px;
  }
  .car-listing .mobile-filter-sort-bar .sort-select-container .sort-select {
    width: 100%;
  }
  .car-listing .mobile-filter-sort-bar .sort-select-container .sort-select .ant-select-selector {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-family: "MyriadPro-Semibold";
    font-size: 14px;
  }
  .car-listing .desktop-sort {
    display: none;
  }
  .car-listing .pagination-section {
    margin-top: 30px;
    padding-top: 15px;
  }
  .car-listing .pagination-section .pagination {
    gap: 6px;
  }
  .car-listing .pagination-section .pagination .pagination-btn {
    font-size: 13px;
    padding: 6px 12px;
  }
  .car-listing .pagination-section .pagination .pagination-btn svg {
    width: 14px;
    height: 14px;
  }
  .car-listing .pagination-section .pagination .page-numbers {
    gap: 3px;
  }
  .car-listing .pagination-section .pagination .page-numbers .page-number {
    font-size: 13px;
    padding: 6px 10px;
    min-width: 36px;
  }
  .car-listing .pagination-section .pagination .page-numbers .page-ellipsis {
    font-size: 13px;
    padding: 6px 4px;
    min-width: 36px;
  }
  .car-listing .car-grid {
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .car-listing .car-grid .car-card .car-image-container {
    height: auto;
  }
  .car-listing .car-grid .car-card .car-image-container .featured-badge .badge-text,
  .car-listing .car-grid .car-card .car-image-container .discount-badge .discount-text {
    font-size: 10px;
  }
  .car-listing .car-grid .car-card .car-info {
    padding: 12px;
  }
  .car-listing .car-grid .car-card .car-info .car-name {
    font-size: 20px;
  }
  .car-listing .car-grid .car-card .car-info .variant-tag-primary,
  .car-listing .car-grid .car-card .car-info .variant-tag-secondary {
    font-size: 14px;
  }
  .car-listing .car-grid .car-card .car-info .swiper .swiper-slide {
    width: auto;
  }
  .car-listing .car-grid .car-card .car-info .promotion-banner {
    min-height: 22px;
    padding: 4px 8px;
  }
  .car-listing .car-grid .car-card .car-info .promotion-banner .promotion-text {
    font-size: 12px;
  }
  .car-listing .car-grid .car-card .car-info .current-price {
    font-size: 24px;
  }
  .car-listing .car-grid .car-card .car-info .original-price {
    font-size: 14px;
  }
  .car-listing .car-grid .car-card .car-info .spec-item {
    font-size: 13px;
  }
  .car-listing .car-grid .car-card .car-info .offer-item-red,
  .car-listing .car-grid .car-card .car-info .offer-item-blue {
    font-size: 13px;
  }
  .car-listing .car-grid .car-card .car-info .car-actions .btn {
    font-size: 13px;
    height: 36px;
  }
}
@media (max-width: 568px) {
  .car-listing .car-grid-container {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .car-listing .mobile-filter-sort-bar .filter-label {
    font-size: 14px;
  }
  .car-listing .mobile-filter-sort-bar .sort-select-container {
    max-width: 160px;
    margin-left: 12px;
  }
  .car-listing .mobile-filter-sort-bar .sort-select-container .sort-select .ant-select-selector {
    font-size: 13px;
  }
  .car-listing .pagination-section .pagination {
    gap: 4px;
  }
  .car-listing .pagination-section .pagination .pagination-btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .car-listing .pagination-section .pagination .pagination-btn svg {
    width: 12px;
    height: 12px;
  }
  .car-listing .pagination-section .pagination .page-numbers {
    gap: 2px;
  }
  .car-listing .pagination-section .pagination .page-numbers .page-number {
    font-size: 12px;
    padding: 5px 8px;
    min-width: 32px;
  }
  .car-listing .pagination-section .pagination .page-numbers .page-ellipsis {
    font-size: 12px;
    padding: 5px 2px;
    min-width: 32px;
  }
  .car-listing .car-grid {
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .car-listing .car-grid .car-card .car-image-container {
    height: 180px;
  }
  .car-listing .car-grid .car-card .car-image-container .featured-badge .badge-text,
  .car-listing .car-grid .car-card .car-image-container .discount-badge .discount-text {
    font-size: 9px;
  }
  .car-listing .car-grid .car-card .car-info {
    padding: 10px;
  }
  .car-listing .car-grid .car-card .car-info .car-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .car-listing .car-grid .car-card .car-info .car-variants {
    margin-bottom: 12px;
  }
  .car-listing .car-grid .car-card .car-info .car-variants .variant-tag-primary,
  .car-listing .car-grid .car-card .car-info .car-variants .variant-tag-secondary {
    font-size: 12px;
    padding: 3px 6px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .car-listing .car-grid .car-card .car-info .car-variants .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .car-listing .car-grid .car-card .car-info .car-variants .swiper .swiper-slide {
    width: auto;
  }
  .car-listing .car-grid .car-card .car-info .car-pricing {
    margin-bottom: 12px;
  }
  .car-listing .car-grid .car-card .car-info .car-pricing .current-price,
  .car-listing .car-grid .car-card .car-info .car-pricing .promotion-price {
    font-size: 20px;
  }
  .car-listing .car-grid .car-card .car-info .car-pricing .original-price {
    font-size: 13px;
  }
  .car-listing .car-grid .car-card .car-info .car-specs {
    margin-bottom: 12px;
  }
  .car-listing .car-grid .car-card .car-info .car-specs .spec-item {
    font-size: 12px;
    gap: 6px;
  }
  .car-listing .car-grid .car-card .car-info .car-specs .spec-item svg {
    width: 14px;
    height: 14px;
  }
  .car-listing .car-grid .car-card .car-info .promotion-banner {
    margin-bottom: 12px;
    padding: 3px 6px;
  }
  .car-listing .car-grid .car-card .car-info .promotion-banner .promotion-text {
    font-size: 11px;
  }
  .car-listing .car-grid .car-card .car-info .car-actions {
    gap: 8px;
  }
  .car-listing .car-grid .car-card .car-info .car-actions .btn {
    font-size: 12px;
    height: 32px;
  }
}
.promotion-banner-no-data {
  padding: 4px 8px;
  margin-bottom: 16px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 911px) {
  .promotion-banner-no-data {
    margin-bottom: 12px;
    padding: 3px 6px;
  }
}
@media (max-width: 568px) {
  .promotion-banner-no-data {
    margin-bottom: 12px;
    padding: 3px 6px;
  }
}

.no-data-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 40px 20px;
}
.no-data-container .no-data-message {
  text-align: center;
  max-width: 400px;
}
.no-data-container .no-data-message p {
  font-family: "MyriadPro-Semibold";
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 20px;
  line-height: 1.5;
}
.no-data-container .no-data-message .btn {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.no-data-container .no-data-message .btn.btn-primary {
  background-color: #004b9b;
  color: white;
}
.no-data-container .no-data-message .btn.btn-primary:hover {
  background-color: #1e8fdd;
}
@media (max-width: 911px) {
  .no-data-container {
    min-height: 250px;
    padding: 30px 20px;
  }
  .no-data-container .no-data-message p {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .no-data-container .no-data-message .btn {
    font-size: 13px;
    padding: 8px 16px;
  }
}
@media (max-width: 568px) {
  .no-data-container {
    min-height: 200px;
    padding: 20px 15px;
  }
  .no-data-container .no-data-message p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .no-data-container .no-data-message .btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-bottom: 40px;
}
.loading-container .loading-spinner {
  text-align: center;
}
.loading-container .loading-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 16px;
}
.loading-container .loading-spinner p {
  font-family: "MyriadPro-Semibold";
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.showroom-section {
  width: 100%;
  background-color: #ffffff;
}
.showroom-section .showroom-container {
  width: 100%;
  padding: 0 16%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .showroom-section .showroom-container {
    padding: 0 10%;
  }
}
@media (max-width: 1440px) {
  .showroom-section .showroom-container {
    padding: 0 10%;
  }
}
@media (max-width: 1280px) {
  .showroom-section .showroom-container {
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  .showroom-section .showroom-container {
    padding: 0 6%;
  }
}
@media (max-width: 768px) {
  .showroom-section .showroom-container {
    padding: 0 4%;
  }
}
@media (max-width: 576px) {
  .showroom-section .showroom-container {
    padding: 0 3%;
  }
}
@media (max-width: 480px) {
  .showroom-section .showroom-container {
    padding: 0 15px;
  }
}
.showroom-section .section-title {
  color: #23262f;
  font-family: "MyriadPro-Semibold";
  font-size: 36px;
  margin-bottom: 16px;
  text-align: center;
}
.showroom-section .section-description {
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #686868;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.showroom-section .showroom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
.showroom-section .showroom-grid .showroom-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.showroom-section .showroom-grid .showroom-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.showroom-section .showroom-grid .showroom-card .showroom-image-container {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.showroom-section .showroom-grid .showroom-card .showroom-image-container .showroom-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.showroom-section .showroom-grid .showroom-card .showroom-image-container .showroom-image:hover {
  transform: scale(1.05);
}
.showroom-section .showroom-grid .showroom-card .showroom-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-name {
  font-family: "MyriadPro-Semibold";
  color: #23262f;
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: 18px;
  line-height: 24px;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-tabs .tab-button {
  font-family: "MyriadPro-Semibold";
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
  border: none;
  border-radius: 20px;
  padding: 6px 16px;
  transition: all 0.3s ease;
  font-size: 13px;
  line-height: 24px;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-details {
  margin-bottom: 20px;
  flex: 1;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-details .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  color: #353945;
  line-height: 1.4;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-details .detail-item:last-child {
  margin-bottom: 0;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-details .detail-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-details .detail-item span {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  font-size: 14px;
  line-height: 18px;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions .btn {
  flex: 1;
  height: 40px;
  border-radius: 6px;
  font-family: "MyriadPro-Semibold";
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions .btn.btn-primary {
  background-color: #1e65c0;
  color: white;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions .btn.btn-primary:hover {
  background-color: #1e8fdd;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions .btn.btn-secondary {
  background-color: white;
  color: #000000;
  border: 1px solid #cecece;
}
.showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions .btn.btn-secondary:hover {
  background-color: #ffffff;
  color: #004b9b;
}
.showroom-section .view-all-container {
  display: flex;
  justify-content: center;
}
.showroom-section .view-all-container .btn-view-all {
  font-family: "MyriadPro-Semibold";
  font-size: 16px;
  color: #3b82f6;
  background: #f4f5f6;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 24px;
}
.showroom-section .view-all-container .btn-view-all:hover {
  transform: scale(1.05);
}
.showroom-section .view-all-container .btn-view-all svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 911px) {
  .showroom-section .showroom-container {
    padding: 0 20px;
  }
  .showroom-section .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .showroom-section .section-description {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .showroom-section .showroom-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-image-container {
    height: 180px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-info {
    padding: 16px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-info .showroom-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-info .showroom-tabs {
    margin-bottom: 16px;
    gap: 6px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-info .showroom-tabs .tab-button {
    font-size: 13px;
    padding: 5px 12px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-info .showroom-details {
    margin-bottom: 16px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-info .showroom-details .detail-item {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions {
    gap: 10px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions .btn {
    font-size: 13px;
    height: 36px;
  }
  .showroom-section .view-all-container .btn-view-all {
    font-size: 14px;
    padding: 10px 20px;
  }
  .showroom-section .view-all-container .btn-view-all svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 568px) {
  .showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions {
    flex-direction: column;
    gap: 8px;
  }
  .showroom-section .showroom-grid .showroom-card .showroom-info .showroom-actions .btn {
    width: 100%;
  }
}
.news-section {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0;
}
.news-section .news-container {
  width: 100%;
  padding: 0 16%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .news-section .news-container {
    padding: 0 10%;
  }
}
@media (max-width: 1440px) {
  .news-section .news-container {
    padding: 0 10%;
  }
}
@media (max-width: 1280px) {
  .news-section .news-container {
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  .news-section .news-container {
    padding: 0 6%;
  }
}
@media (max-width: 768px) {
  .news-section .news-container {
    padding: 0 4%;
  }
}
@media (max-width: 576px) {
  .news-section .news-container {
    padding: 0 3%;
  }
}
@media (max-width: 480px) {
  .news-section .news-container {
    padding: 0 15px;
  }
}
.news-section .section-title {
  color: #23262f;
  font-family: "MyriadPro-Semibold";
  margin-bottom: 16px;
  text-align: center;
  font-size: 36px;
}
.news-section .section-description {
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #686868;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
.news-section .news-grid .news-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.news-section .news-grid .news-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.news-section .news-grid .news-card .news-image-container {
  width: 100%;
  height: 210px;
  overflow: hidden;
  cursor: pointer;
}
.news-section .news-grid .news-card .news-image-container .news-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.news-section .news-grid .news-card .news-image-container .news-image:hover {
  transform: scale(1.05);
}
.news-section .news-grid .news-card .news-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.news-section .news-grid .news-card .news-info .news-title {
  font-family: "MyriadPro-Semibold";
  color: #23262f;
  margin-bottom: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.9em;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 18px;
  line-height: 24px;
}
.news-section .news-grid .news-card .news-info .news-title:hover {
  color: #3b82f6;
}
.news-section .news-grid .news-card .news-info .news-description {
  margin-bottom: 20px;
  height: 4.8em;
}
.news-section .news-grid .news-card .news-info .news-description p {
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  color: #353945;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section .news-grid .news-card .news-info .news-actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.news-section .news-grid .news-card .news-info .news-actions .btn {
  flex: 1;
  height: 40px;
  border-radius: 6px;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.news-section .news-grid .news-card .news-info .news-actions .btn.btn-primary {
  background-color: #1e65c0;
  color: white;
}
.news-section .news-grid .news-card .news-info .news-actions .btn.btn-primary:hover {
  background-color: #1e8fdd;
}
.news-section .view-all-container {
  display: flex;
  justify-content: center;
}
.news-section .view-all-container .btn-view-all {
  font-family: "MyriadPro-Semibold";
  font-size: 16px;
  color: #3b82f6;
  background: #f4f5f6;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-section .view-all-container .btn-view-all:hover {
  transform: scale(1.05);
}
.news-section .view-all-container .btn-view-all svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 911px) {
  .news-section {
    padding: 40px 0;
  }
  .news-section .news-container {
    padding: 0 20px;
  }
  .news-section .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .news-section .section-description {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .news-section .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .news-section .news-grid .news-card .news-image-container {
    height: 180px;
  }
  .news-section .news-grid .news-card .news-info {
    padding: 16px;
  }
  .news-section .news-grid .news-card .news-info .news-title {
    font-size: 18px;
    margin-bottom: 12px;
    -webkit-line-clamp: 3;
    height: 3.9em;
  }
  .news-section .news-grid .news-card .news-info .news-description {
    margin-bottom: 16px;
    height: 4.8em;
  }
  .news-section .news-grid .news-card .news-info .news-description p {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
  .news-section .news-grid .news-card .news-info .news-actions {
    gap: 10px;
  }
  .news-section .news-grid .news-card .news-info .news-actions .btn {
    font-size: 13px;
    height: 36px;
  }
  .news-section .view-all-container .btn-view-all {
    font-size: 14px;
    padding: 10px 20px;
  }
  .news-section .view-all-container .btn-view-all svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 568px) {
  .news-section .news-grid .news-card .news-info .news-actions {
    flex-direction: column;
    gap: 8px;
  }
  .news-section .news-grid .news-card .news-info .news-actions .btn {
    width: 100%;
  }
}
.brand-info-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.brand-info-section .brand-info-container {
  width: 100%;
  padding: 0 16%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .brand-info-section .brand-info-container {
    padding: 0 10%;
  }
}
@media (max-width: 1440px) {
  .brand-info-section .brand-info-container {
    padding: 0 10%;
  }
}
@media (max-width: 1280px) {
  .brand-info-section .brand-info-container {
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  .brand-info-section .brand-info-container {
    padding: 0 6%;
  }
}
@media (max-width: 768px) {
  .brand-info-section .brand-info-container {
    padding: 0 4%;
  }
}
@media (max-width: 576px) {
  .brand-info-section .brand-info-container {
    padding: 0 3%;
  }
}
@media (max-width: 480px) {
  .brand-info-section .brand-info-container {
    padding: 0 15px;
  }
}
.brand-info-section .content-section {
  margin-bottom: 60px;
}
.brand-info-section .content-section .content-wrapper {
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
}
.brand-info-section .content-section .content-wrapper img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.brand-info-section .navigation-arrows {
  display: flex;
  gap: 8px;
}
.brand-info-section .navigation-arrows .nav-arrow {
  width: 41px;
  height: 41px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
.brand-info-section .navigation-arrows .nav-arrow:hover {
  border: 1px solid #e5e7eb;
  background: #f4f5f6;
  border-radius: 50%;
}
.brand-info-section .navigation-arrows .nav-arrow svg {
  width: 41px;
  height: 41px;
}
.brand-info-section .video-gallery-section {
  margin-bottom: 60px;
}
.brand-info-section .video-gallery-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.brand-info-section .video-gallery-section .section-header .section-title {
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  font-weight: bold;
  color: #23262f;
  margin: 0;
}
.brand-info-section .video-gallery-section .video-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transition: transform 0.3s ease;
}
.brand-info-section .video-gallery-section .video-item {
  cursor: pointer;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  background: white;
  transition: all 0.3s ease;
  overflow: hidden;
}
.brand-info-section .video-gallery-section .video-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.brand-info-section .video-gallery-section .video-item .video-thumbnail {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.brand-info-section .video-gallery-section .video-item .video-thumbnail .thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.brand-info-section .video-gallery-section .video-item .video-thumbnail .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.brand-info-section .video-gallery-section .video-item .video-thumbnail .play-button {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.brand-info-section .video-gallery-section .video-item .video-thumbnail .play-button svg {
  width: 24px;
  height: 24px;
  color: #3b82f6;
}
.brand-info-section .video-gallery-section .video-item:hover .video-thumbnail .thumbnail-image {
  transform: scale(1.05);
}
.brand-info-section .video-gallery-section .video-item:hover .video-thumbnail .video-overlay {
  opacity: 1;
}
.brand-info-section .video-gallery-section .video-item:hover .video-thumbnail .play-button {
  transform: scale(1);
}
.brand-info-section .video-gallery-section .video-item .video-info {
  padding: 12px;
}
.brand-info-section .video-gallery-section .video-item .video-info .video-title {
  font-family: "MyriadPro-Semibold";
  font-size: 16px;
  font-weight: 600;
  color: #23262f;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.8em;
}
.brand-info-section .image-gallery-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.brand-info-section .image-gallery-section .section-header .section-title {
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  font-weight: bold;
  color: #23262f;
  margin: 0;
}
.brand-info-section .image-gallery-section .image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transition: transform 0.3s ease;
  padding-bottom: 0;
}
.brand-info-section .image-gallery-section .image-item {
  height: 300px;
  cursor: pointer;
}
.brand-info-section .image-gallery-section .image-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.brand-info-section .image-gallery-section .image-item a .gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.brand-info-section .image-gallery-section .image-item:hover .gallery-image {
  transform: scale(1.05);
}
@media (max-width: 568px) {
  .brand-info-section {
    padding: 30px 0;
  }
  .brand-info-section .brand-info-container {
    padding: 0 20px;
  }
  .brand-info-section .content-section {
    margin-bottom: 30px;
  }
  .brand-info-section .video-gallery-section,
  .brand-info-section .image-gallery-section {
    margin-bottom: 30px;
  }
  .brand-info-section .video-gallery-section .section-header .section-title,
  .brand-info-section .image-gallery-section .section-header .section-title {
    font-size: 18px;
  }
  .brand-info-section .video-gallery-section .video-gallery,
  .brand-info-section .video-gallery-section .image-gallery,
  .brand-info-section .image-gallery-section .video-gallery,
  .brand-info-section .image-gallery-section .image-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .brand-info-section .video-gallery-section .video-thumbnail,
  .brand-info-section .image-gallery-section .video-thumbnail {
    height: 120px;
  }
  .brand-info-section .video-gallery-section .gallery-image,
  .brand-info-section .image-gallery-section .gallery-image {
    min-width: 200px;
    min-height: 200px;
    aspect-ratio: 1/1;
  }
  .brand-info-section .video-gallery-section .video-info .video-title,
  .brand-info-section .image-gallery-section .video-info .video-title {
    font-size: 14px;
  }
  .brand-info-section .video-gallery-section .video-info .video-description,
  .brand-info-section .image-gallery-section .video-info .video-description {
    font-size: 12px;
  }
}
.brand-info-section .video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.brand-info-section .video-popup-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}
.brand-info-section .video-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
}
.brand-info-section .video-popup-content {
  padding: 0;
}
.brand-info-section .video-popup-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ytplayer {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ytcontainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  width: 500%;
  left: -200%;
  overflow: hidden;
}

.ytwrapper {
  overflow: hidden;
  max-width: 100%;
}

@media (max-width: 1025px) {
  .ytplayer {
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.dth-footer {
  background-color: #003a7a;
  color: #f0f0f0;
  font-family: "MyriadPro-Regular";
}
.dth-footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 48px 75px;
}
.dth-footer .footer-wrap .footer-left {
  flex-basis: 40%;
}
.dth-footer .footer-wrap .footer-left .logo-bottom img {
  height: 34px;
  margin-bottom: 20px;
}
.dth-footer .footer-wrap .footer-left .thaco-contact p {
  font-size: 14px;
  color: #f0f0f0;
  line-height: 1.5;
}
.dth-footer .footer-wrap .footer-left .thaco-contact .contact-list {
  list-style: none;
  padding: 0;
}
.dth-footer .footer-wrap .footer-left .thaco-contact .contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #c0c0c0;
  white-space: nowrap;
}
.dth-footer .footer-wrap .footer-left .thaco-contact .contact-list li img {
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.dth-footer .footer-wrap .footer-left .thaco-contact .contact-list li a {
  color: #c0c0c0;
  text-decoration: none;
}
.dth-footer .footer-wrap .footer-left .thaco-contact .contact-list li a, .dth-footer .footer-wrap .footer-left .thaco-contact .contact-list li span {
  white-space: normal;
  text-align: start;
}
.dth-footer .footer-wrap .footer-right {
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  gap: 1rem;
}
.dth-footer .footer-wrap .footer-right .list-item {
  gap: 1rem;
  display: flex;
}
.dth-footer .footer-wrap .footer-right .list-item .item:nth-child(1), .dth-footer .footer-wrap .footer-right .list-item .item:nth-child(2) {
  flex-basis: 50%;
}
.dth-footer .footer-wrap .footer-right .list-item .item h2 {
  font-family: "MyriadPro-Bold";
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.dth-footer .footer-wrap .footer-right .list-item .item .list-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dth-footer .footer-wrap .footer-right .list-item .item .list-link li {
  margin-bottom: 8px;
}
.dth-footer .footer-wrap .footer-right .list-item .item .list-link li a {
  font-family: "MyriadPro-Regular";
  color: #c0c0c0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.dth-footer .footer-wrap .footer-right .item h2 {
  font-family: "MyriadPro-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.dth-footer .footer-bottom {
  background-color: #003a7a;
  padding: 20px 73px 120px 73px;
}
.dth-footer .footer-bottom .footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #c0c0c0;
}
.dth-footer .footer-bottom .footer-bottom-wrap .copy-right {
  margin: 0;
}
.dth-footer .footer-bottom .footer-bottom-wrap .bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
.dth-footer .footer-bottom .footer-bottom-wrap .bottom-links li a {
  color: #c0c0c0;
  text-decoration: none;
}

.email-subscribe-form {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .email-subscribe-form {
    display: block;
    margin: 0 auto;
  }
}
.email-subscribe-form .subscribe-input {
  padding: 10px 15px;
  border: none;
  color: black;
  border-radius: 5px 0 0 5px;
  outline: none;
  width: 70%;
  font-size: 14px;
}
.email-subscribe-form .subscribe-button {
  background-color: #1e8fdd;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
.email-subscribe-form .subscribe-button:hover {
  opacity: 0.9;
}

.list-media {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.list-media li a img {
  width: 30px;
  height: 30px;
}

/* -------------------------------------------------------------------------- */
/* RESPONSIVE DESIGN - MOBILE & TABLET                                        */
/* -------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .footer {
    text-align: center;
    padding-top: 40px;
  }
  .footer .footer-wrap {
    padding: 24px 37px;
    gap: 40px;
    flex-direction: column;
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  .footer .footer-wrap {
    padding: 10px;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .footer .footer-wrap .footer-left {
    flex-basis: auto;
  }
  .footer .footer-wrap .footer-left .thaco-contact {
    font-family: "MyriadPro-Semibold";
    text-align: start;
  }
  .footer .footer-wrap .footer-right {
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    white-space: nowrap !important;
  }
  .footer .footer-wrap .footer-right .list-item {
    display: flex;
    gap: 20px !important;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: start;
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  .footer .footer-wrap .footer-right .list-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
  }
}
@media (max-width: 992px) {
  .footer .footer-wrap .footer-right .list-item .item {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .footer-wrap .footer-right .list-item .email-subscribe-form {
    justify-content: center;
  }
  .footer .footer-wrap .footer-right .item {
    margin-top: 20px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .footer .footer-wrap .footer-right .list-media {
    display: flex;
    justify-content: center;
  }
  .footer .footer-wrap .footer-right .list-media li {
    margin-right: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .footer .footer-bottom .footer-bottom-wrap {
    flex-direction: column;
  }
  .footer .footer-bottom .footer-bottom-wrap .bottom-links {
    flex-direction: column;
  }
  .footer .footer-bottom .container-remake {
    flex-direction: column;
    gap: 10px;
  }
}
.header-dth_new {
  font-family: "MyriadPro-Semibold";
  width: 100%;
  position: relative;
  font-family: "Myriad Pro", Arial, sans-serif;
}
.header-dth_new-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16%;
  background-color: #02498B;
  font-size: 14px;
  color: #fff;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .header-dth_new-top {
    padding: 10px 10%;
  }
}
@media (max-width: 1440px) {
  .header-dth_new-top {
    padding: 10px 10%;
  }
}
@media (max-width: 1280px) {
  .header-dth_new-top {
    padding: 10px 6%;
  }
}
@media (max-width: 1024px) {
  .header-dth_new-top {
    padding: 10px 6%;
  }
}
@media (max-width: 768px) {
  .header-dth_new-top {
    padding: 10px 4%;
  }
}
@media (max-width: 576px) {
  .header-dth_new-top {
    padding: 10px 3%;
  }
}
@media (max-width: 480px) {
  .header-dth_new-top {
    padding: 10px 15px;
  }
}
.header-dth_new-top-right {
  display: flex;
  align-items: center;
}
.header-dth_new-top-right a {
  color: #fff;
}
.header-dth_new-main {
  background-color: #004B9B;
  padding: 12px 16%;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .header-dth_new-main {
    padding: 10px 10%;
  }
}
@media (max-width: 1440px) {
  .header-dth_new-main {
    padding: 10px 10%;
  }
}
@media (max-width: 1280px) {
  .header-dth_new-main {
    padding: 10px 6%;
  }
}
@media (max-width: 1024px) {
  .header-dth_new-main {
    padding: 10px 6%;
  }
}
@media (max-width: 768px) {
  .header-dth_new-main {
    padding: 10px 4%;
  }
}
@media (max-width: 576px) {
  .header-dth_new-main {
    padding: 10px 3%;
  }
}
@media (max-width: 480px) {
  .header-dth_new-main {
    padding: 10px 15px;
  }
}
.header-dth_new-main-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-dth_new-main-row1 .logo-and-search {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-dth_new-main-row1 .logo-and-search .logo-main {
  margin-right: 20px;
}
.header-dth_new-main-row1 .logo-and-search .logo-main img {
  height: 19px;
}
.header-dth_new-main-row1 .logo-and-search .logo-main .short-name {
  font-family: "MyriadPro-Semibold";
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.header-dth_new-main-row1 .logo-and-search .search-bar {
  display: flex;
  width: 100%;
}
.header-dth_new-main-row1 .logo-and-search .search-bar input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1440px) {
  .header-dth_new-main-row1 .logo-and-search .search-bar input {
    max-width: 350px;
  }
}
@media (max-width: 1280px) {
  .header-dth_new-main-row1 .logo-and-search .search-bar input {
    max-width: 300px;
  }
}
.header-dth_new-main-row1 .logo-and-search .search-bar button {
  padding: 8px 15px;
  border: none;
  background-color: #003A7A;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.header-dth_new-main-row1 .logo-and-search .search-bar button img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.header-dth_new-main-row1 .logo-and-search .search-bar button:hover {
  opacity: 0.9;
}
.header-dth_new-main-row1 .main-links__showroom {
  padding: 14px;
  border-radius: 10px;
  background-color: #3B82F6;
}
.header-dth_new-main-row1 .main-links {
  white-space: nowrap;
  flex-shrink: 0;
}
.header-dth_new-main-row1 .main-links a {
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}
.header-dth_new-main-row1 .main-links a:hover {
  color: #02274c;
}
@media (max-width: 1440px) {
  .header-dth_new-main-row1 .main-links a {
    margin-left: 15px;
  }
}
@media (max-width: 1280px) {
  .header-dth_new-main-row1 .main-links a {
    margin-left: 10px;
  }
}

.header__nav-menu {
  width: 100%;
  position: relative;
  padding: 15px 16%;
  margin: 0 auto;
  font-family: "MyriadPro-Semibold";
  overflow: visible;
}
@media (max-width: 1680px) {
  .header__nav-menu {
    padding: 10px 10%;
  }
}
@media (max-width: 1440px) {
  .header__nav-menu {
    padding: 10px 10%;
  }
}
@media (max-width: 1280px) {
  .header__nav-menu {
    padding: 10px 6%;
  }
}
@media (max-width: 1024px) {
  .header__nav-menu {
    padding: 10px 6%;
  }
}
@media (max-width: 768px) {
  .header__nav-menu {
    padding: 10px 4%;
  }
}
@media (max-width: 576px) {
  .header__nav-menu {
    padding: 10px 3%;
  }
}
@media (max-width: 480px) {
  .header__nav-menu {
    padding: 10px 15px;
  }
}
.header__nav-menu .primary-menu {
  border-radius: 5px;
  font-size: 16px;
}
.header__nav-menu .primary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__nav-menu .primary-menu ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .header__nav-menu .primary-menu ul {
    gap: 5px;
    padding: 0;
    justify-content: center;
  }
}
.header__nav-menu .primary-menu ul .menu-item {
  position: relative;
  flex: 0 0 auto;
}
.header__nav-menu .primary-menu ul .menu-item.active-menu-item a {
  background-color: #e6e7e8;
}
.header__nav-menu .primary-menu ul .menu-item.active-menu-item .menu-icon svg path {
  fill: rgb(2, 73, 139);
}
.header__nav-menu .primary-menu ul .menu-item:hover a {
  background-color: #e6e7e8;
}
.header__nav-menu .primary-menu ul .menu-item:hover .menu-icon svg path {
  fill: rgb(2, 73, 139);
}
@media (max-width: 1024px) {
  .header__nav-menu .primary-menu ul .menu-item {
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .header__nav-menu .primary-menu ul .menu-item {
    margin: 2px;
  }
}
.header__nav-menu .primary-menu ul .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #23262F;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 5px;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .header__nav-menu .primary-menu ul .menu-item a {
    padding: 10px 28px;
  }
}
.header__nav-menu .primary-menu ul .menu-item a svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.header__nav-menu .primary-menu ul .menu-item a svg path {
  transition: fill 0.3s;
}
.header__nav-menu .primary-menu ul .menu-item a:hover {
  color: #02274c;
}
@media (max-width: 1280px) {
  .header__nav-menu .primary-menu ul .menu-item a {
    padding: 8px 30px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header__nav-menu .primary-menu ul .menu-item a {
    padding: 8px 20px;
    font-size: 13px;
  }
  .header__nav-menu .primary-menu ul .menu-item a svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .header__nav-menu .primary-menu ul .menu-item a {
    padding: 6px 15px;
    font-size: 12px;
  }
  .header__nav-menu .primary-menu ul .menu-item a svg {
    width: 16px;
    height: 16px;
    margin-right: 3px;
  }
}
.header__nav-menu .primary-menu ul .menu-item .menu-icon svg path {
  fill: #777E90;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu {
  overflow: visible;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
  z-index: 999;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 5px;
  padding: 8px 0;
  list-style: none;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 150px;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu .submenu .submenu-item {
  display: block;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu .submenu .submenu-item:last-child {
  border-bottom: none;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu .submenu .submenu-item a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0;
  font-weight: normal;
  justify-content: flex-start;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu .submenu .submenu-item a:hover {
  background-color: #f5f5f5;
  color: #02274c;
  text-decoration: underline;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu .submenu .submenu-item a .menu-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu .submenu .submenu-item a .menu-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 0;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu .submenu .submenu-item.active-submenu-item a {
  background-color: #f0f0f0;
  font-weight: 500;
  color: #02274c;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu:hover .submenu, .header__nav-menu .primary-menu ul .menu-item.has-submenu:hover::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__nav-menu .primary-menu ul .menu-item.has-submenu:hover .submenu {
  transform: translateY(0);
}

.main-dth_new {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.main-dth_new .banner-section_new {
  position: relative;
  border-radius: 15px;
  width: 100%;
  padding: 10px 16%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .main-dth_new .banner-section_new {
    padding: 10px 10%;
  }
}
@media (max-width: 1440px) {
  .main-dth_new .banner-section_new {
    padding: 10px 10%;
  }
}
@media (max-width: 1280px) {
  .main-dth_new .banner-section_new {
    padding: 10px 6%;
  }
}
@media (max-width: 1024px) {
  .main-dth_new .banner-section_new {
    padding: 10px 6%;
  }
}
@media (max-width: 768px) {
  .main-dth_new .banner-section_new {
    padding: 0;
  }
}
.main-dth_new .banner-section_new .bannerSwiper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.main-dth_new .banner-section_new .bannerSwiper .swiper-slide {
  position: relative;
  background-color: #f0f0f0;
}
.main-dth_new .banner-section_new .bannerSwiper .swiper-slide__img {
  border-radius: 15px;
  width: 100%;
  height: 400px;
  display: block;
}
@media (max-width: 768px) {
  .main-dth_new .banner-section_new .bannerSwiper .swiper-slide__img {
    height: 30vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-dth_new .banner-section_new .bannerSwiper .promo-content {
  position: absolute;
  top: 45%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  text-align: left;
  padding-right: 5%;
  padding: 20px;
  border-radius: 10px;
}
.main-dth_new .banner-section_new .bannerSwiper .promo-content h1:first-of-type {
  font-size: 48px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}
.main-dth_new .banner-section_new .bannerSwiper .promo-content h1:last-of-type {
  font-size: 48px;
  color: #ffc400;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  text-transform: uppercase;
}
.main-dth_new .banner-section_new .bannerSwiper .promo-content p {
  font-size: 16px;
  color: white;
  line-height: 1.5;
  margin-top: 10px;
}
.main-dth_new .banner-section_new .bannerSwiper .promo-content .cta-button {
  padding: 15px 30px;
  background-color: #1E8FDD;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.main-dth_new .banner-section_new .bannerSwiper .promo-content .cta-button:hover {
  background-color: rgb(0, 98.4, 204);
}
.main-dth_new .banner-section_new .swiper-button-next,
.main-dth_new .banner-section_new .swiper-button-prev {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: unset;
  bottom: 20px;
}
.main-dth_new .banner-section_new .swiper-button-next::after,
.main-dth_new .banner-section_new .swiper-button-prev::after {
  font-size: 20px;
  line-height: 40px;
}
.main-dth_new .banner-section_new .swiper-button-next {
  right: 20px;
  left: unset;
}
@media (max-width: 768px) {
  .main-dth_new .banner-section_new .swiper-button-next {
    left: unset;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
  }
}
.main-dth_new .banner-section_new .swiper-button-prev {
  left: unset;
  right: 70px;
}
@media (max-width: 768px) {
  .main-dth_new .banner-section_new .swiper-button-prev {
    left: 10px;
    right: unset;
    top: 60%;
    transform: translateY(-50%);
  }
}
.main-dth_new .banner-section_new .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.7;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}
.main-dth_new .banner-section_new .swiper-pagination-bullet-active {
  background-color: #02274c;
  opacity: 1;
  width: 30px;
  border-radius: 5px;
}
.main-dth_new .banner-section_new .quick-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 20;
}
.main-dth_new .banner-section_new .quick-nav .primary-menu {
  padding: 30px 15%;
  font-size: 16px;
  width: 100%;
  font-family: "MyriadPro-Bold";
}
.main-dth_new .banner-section_new .quick-nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  width: 100%;
  margin: 0;
}
.main-dth_new .banner-section_new .quick-nav li {
  width: 25%;
  flex-grow: 1;
  text-align: center;
}
.main-dth_new .banner-section_new .quick-nav a {
  font-family: "MyriadPro-Bold";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 5px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  font-family: "MyriadPro-Bold";
}
.main-dth_new .banner-section_new .quick-nav a .icon-wrapper {
  width: 35px;
  height: 35px;
  background-color: #02498B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.main-dth_new .banner-section_new .quick-nav a .icon-wrapper img {
  width: 15px;
  height: 15px;
  margin-right: 0;
}
.main-dth_new .banner-section_new .quick-nav .active {
  background-color: #f1f7ff;
  color: #02274c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-dth_new .banner-section_new .quick-nav .active .icon-wrapper {
  background-color: #02498B;
}

body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (max-width: 1040px) {
  .header-dth_new {
    display: none !important;
  }
  .header-mobide {
    display: block !important;
    font-family: "Myriad Pro", Arial, sans-serif;
  }
  .header-mobide .logo-and-search-mobile {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 25px;
    background: #004b9b;
  }
  .header-mobide .logo-and-search-mobile .short-name {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb {
    margin-left: 20px;
    cursor: pointer;
    padding: 8px;
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb .hamburger {
    width: 25px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-mobide .logo-and-search-mobile .header__logo__hamb .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .header-mobide .content-mobile-new {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    padding: 80px 30px 30px 30px;
    transition: all 0.3s ease;
    display: none;
  }
  .header-mobide .content-mobile-new .main-links-mobile {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .header-mobide .content-mobile-new .main-links-mobile a {
    margin-right: 30px;
    color: #333;
    font-size: 18px;
    text-decoration: none;
  }
  .header-mobide .content-mobile-new .main-links-mobile a:hover {
    color: #004b9b;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item a span {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item a:hover {
    color: #004b9b;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile {
    position: relative;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-toggle-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-toggle-mobile a {
    flex: 1;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-toggle-mobile .submenu-arrow-mobile {
    margin-left: 10px;
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #333;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile.active .submenu-arrow-mobile {
    transform: rotate(180deg);
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 20px;
    list-style: none;
    margin: 0;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile.show {
    max-height: 500px;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile .submenu-item-mobile {
    margin: 0;
    padding: 5px 0;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile .submenu-item-mobile a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #666;
    font-size: 16px;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile .submenu-item-mobile a .menu-icon {
    margin-right: 10px;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile .submenu-item-mobile a .menu-icon svg {
    width: 18px;
    height: 18px;
  }
  .header-mobide .content-mobile-new .primary-menu-mobile .item.has-submenu-mobile .submenu-mobile .submenu-item-mobile a:hover {
    color: #004b9b;
  }
  .main-dth_new {
    padding: 0px !important;
  }
  .swiper-slide__img {
    border-radius: 0px !important;
  }
  .promo-content {
    display: none !important;
  }
}
.dth-footer-new {
  min-height: 300px;
  background-color: #FFFFFF;
  color: #4B5563;
  font-family: "MyriadPro-Regular";
  border-top: 1px solid #E6E8EC;
}
.dth-footer-new .footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 48px 75px;
}
.dth-footer-new .footer-wrap .footer-left {
  flex-basis: 40%;
}
.dth-footer-new .footer-wrap .footer-left .logo-bottom img {
  filter: invert(80%) sepia(88%) saturate(5000%) hue-rotate(200deg);
  height: 34px;
  margin-bottom: 20px;
}
.dth-footer-new .footer-wrap .footer-left .thaco-contact p {
  font-size: 14px;
  color: #4B5563;
  line-height: 1.5;
}
.dth-footer-new .footer-wrap .footer-left .thaco-contact .contact-list {
  list-style: none;
  padding: 0;
}
.dth-footer-new .footer-wrap .footer-left .thaco-contact .contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #777E90;
}
.dth-footer-new .footer-wrap .footer-left .thaco-contact .contact-list li img {
  margin-right: 10px;
  filter: invert(37%) sepia(88%) saturate(5000%) hue-rotate(200deg);
}
.dth-footer-new .footer-wrap .footer-left .thaco-contact .contact-list li a {
  color: #3B82F6;
  text-decoration: none;
}
.dth-footer-new .footer-wrap .footer-left .thaco-contact .contact-list li a, .dth-footer-new .footer-wrap .footer-left .thaco-contact .contact-list li span {
  white-space: normal;
  text-align: start;
}
.dth-footer-new .footer-wrap .footer-right {
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  gap: 1rem;
}
.dth-footer-new .footer-wrap .footer-right .list-item {
  gap: 1rem;
  display: flex;
}
.dth-footer-new .footer-wrap .footer-right .list-item .item:nth-child(1), .dth-footer-new .footer-wrap .footer-right .list-item .item:nth-child(2) {
  flex-basis: 50%;
}
.dth-footer-new .footer-wrap .footer-right .list-item .item h2 {
  font-family: "MyriadPro-Bold";
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.dth-footer-new .footer-wrap .footer-right .list-item .item .list-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dth-footer-new .footer-wrap .footer-right .list-item .item .list-link li {
  margin-bottom: 8px;
}
.dth-footer-new .footer-wrap .footer-right .list-item .item .list-link li a {
  font-family: "MyriadPro-Regular";
  color: #353945;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.dth-footer-new .footer-wrap .footer-right .item h2 {
  font-family: "MyriadPro-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.dth-footer-new .footer-wrap .footer-right .footer-social-wrapper {
  display: block;
}
.dth-footer-new .footer-bottom {
  background-color: #FFFFFF;
  padding: 20px 73px 120px 73px;
}
.dth-footer-new .footer-bottom .footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #353945;
}
.dth-footer-new .footer-bottom .footer-bottom-wrap .copy-right {
  margin: 0;
}
.dth-footer-new .footer-bottom .footer-bottom-wrap .bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
.dth-footer-new .footer-bottom .footer-bottom-wrap .bottom-links li a {
  color: #353945;
  text-decoration: none;
}

.email-subscribe-form {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .email-subscribe-form {
    display: block;
    margin: 0 auto;
  }
}
.email-subscribe-form .subscribe-input {
  padding: 10px 15px;
  border: none;
  color: black;
  border-radius: 5px 0 0 5px;
  outline: none;
  width: 70%;
  font-size: 14px;
  background-color: #F4F5F6;
}
.email-subscribe-form .subscribe-button {
  background-color: #1e8fdd;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
.email-subscribe-form .subscribe-button:hover {
  opacity: 0.9;
}

.list-media {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.list-media li a img {
  width: 30px;
  height: 30px;
}

/* -------------------------------------------------------------------------- */
/* RESPONSIVE DESIGN - MOBILE & TABLET                                        */
/* -------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .footer {
    text-align: center;
  }
  .footer .footer-wrap {
    padding: 24px 37px;
    gap: 40px;
    flex-direction: column;
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  .footer .footer-wrap {
    padding: 10px 20px;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .footer .footer-wrap .footer-left {
    flex-basis: auto;
  }
  .footer .footer-wrap .footer-left .thaco-contact {
    font-family: "MyriadPro-Semibold";
    text-align: start;
  }
  .footer .footer-wrap .footer-right {
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    white-space: nowrap !important;
  }
  .footer .footer-wrap .footer-right .list-item {
    display: flex;
    gap: 20px !important;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: start;
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  .footer .footer-wrap .footer-right .list-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
  }
}
@media (max-width: 992px) {
  .footer .footer-wrap .footer-right .list-item .item {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .footer .footer-wrap .footer-right .list-item .email-subscribe-form {
    justify-content: center;
  }
  .footer .footer-wrap .footer-right .item {
    margin-top: 0;
  }
  .footer .footer-wrap .footer-right .footer-social {
    width: 100%;
    text-align: left;
  }
  .footer .footer-wrap .footer-right .footer-social .title {
    margin: 20px 0 0 0;
  }
  .footer .footer-wrap .footer-right .footer-social .footer-social-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .footer .footer-wrap .footer-right .footer-social .list-media {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
  }
  .footer .footer-wrap .footer-right .footer-social .logo-bct {
    flex: 1 1 auto; /* giãn hết phần trống */
    display: flex;
    justify-content: flex-end; /* đẩy logo qua bên phải */
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .footer .footer-wrap .footer-right .list-media {
    display: flex;
    justify-content: center;
  }
  .footer .footer-wrap .footer-right .list-media li {
    margin-right: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .footer .footer-bottom {
    padding: 10px 20px;
  }
  .footer .footer-bottom .footer-bottom-wrap {
    flex-direction: column;
    align-items: start;
  }
  .footer .footer-bottom .footer-bottom-wrap .bottom-links {
    margin-top: 5px;
    flex-direction: row;
  }
  .footer .footer-bottom .container-remake {
    flex-direction: column;
    gap: 10px;
  }
}
.so-sanh-xe .car-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
}
.so-sanh-xe .car-compare-grid .car-card:first-child {
  grid-column: 2/span 1;
}
.so-sanh-xe .car-compare-grid .car-card:nth-child(2) {
  grid-column: 3/span 1;
}
.so-sanh-xe .car-item {
  width: 100%;
  min-width: 0;
  margin: auto;
  position: relative;
  text-align: center;
  height: 100%;
}
.so-sanh-xe .car-item .add-car-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.so-sanh-xe .car-item .btn-close.change-car {
  position: absolute;
  top: 8px;
  right: 8px;
  background: white;
  border-radius: 50%;
  border: none;
  color: #404040;
  font-size: 14px;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 1;
}
.so-sanh-xe .car-item .btn-close.change-car:hover {
  opacity: 1;
}
.so-sanh-xe .car-item .car-item-wrapper {
  text-align: left;
  height: 100%;
}
.so-sanh-xe .car-item .car-item-wrapper .car-actions {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-top: 16px;
}
.so-sanh-xe .car-item .car-item-wrapper .car-actions .btn {
  flex: 1;
  min-height: 40px;
  border-radius: 6px;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.so-sanh-xe .car-item .car-item-wrapper .car-actions .btn.btn-contact {
  background-color: #004b9b;
  color: white;
  width: 100%;
}
.so-sanh-xe .car-item .car-item-wrapper .car-actions .btn.btn-contact:hover {
  background-color: #1e8fdd;
}
.so-sanh-xe .car-item .car-item-wrapper .car-actions .btn.btn-estimate, .so-sanh-xe .car-item .car-item-wrapper .car-actions .btn.btn-brochure {
  background-color: white;
  color: #23262F;
  border: 1px solid #E6E8EC;
}
.so-sanh-xe .car-item .car-item-wrapper .car-actions .btn.btn-estimate:hover, .so-sanh-xe .car-item .car-item-wrapper .car-actions .btn.btn-brochure:hover {
  background-color: #ffffff;
}
.so-sanh-xe .car-item .car-item-wrapper .car-actions .btn-sub-group {
  display: flex;
  gap: 8px;
}
.so-sanh-xe .car-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e6e8ec;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  /* ==== Image + Badges ==== */
}
.so-sanh-xe .car-card .car-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.so-sanh-xe .car-card .car-image-container .car-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.so-sanh-xe .car-card .car-image-container .car-image:hover {
  transform: scale(1.05);
}
.so-sanh-xe .car-card .car-image-container .badges-container {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.so-sanh-xe .car-card .car-image-container .featured-badge {
  background: linear-gradient(135deg, #4a90e2, #357abd);
  border-radius: 4px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so-sanh-xe .car-card .car-image-container .featured-badge .badge-text {
  color: white;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  margin: 0;
}
.so-sanh-xe .car-card .car-image-container .discount-badge {
  width: 44.89px;
  height: 23px;
  background: #ff6b00;
  border-radius: 4px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so-sanh-xe .car-card .car-image-container .discount-badge .discount-text {
  color: white;
  font-size: 10px;
  font-family: "MyriadPro-Semibold";
  margin: 0;
}
.so-sanh-xe .car-card {
  /* ==== Info Section ==== */
}
.so-sanh-xe .car-card .car-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "MyriadPro-Semibold";
}
.so-sanh-xe .car-card .car-info .car-name {
  color: #000000;
  margin-bottom: 0;
}
.so-sanh-xe .car-card .car-info .car-variants .swiper-slide {
  width: auto;
}
.so-sanh-xe .car-card .car-info .car-variants .variant-tag-primary {
  display: inline-block;
  background: white;
  color: #353945;
  font-family: "MyriadPro-Semibold";
  padding: 8px 10px;
  border: 1px solid #1E65C0;
  border-radius: 6px;
  margin-right: 6px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.so-sanh-xe .car-card .car-info .car-variants .variant-tag-primary .triangle-corner {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, white 50%, #1E65C0 50%);
}
.so-sanh-xe .car-card .car-info .car-variants .variant-tag-secondary {
  display: inline-block;
  background: white;
  color: #777e90;
  font-family: "MyriadPro-Semibold";
  padding: 8px 10px;
  border: 1px solid #E6E8EC;
  border-radius: 4px;
  margin-right: px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.so-sanh-xe .car-card .car-info .car-pricing {
  white-space: nowrap;
}
.so-sanh-xe .car-card .car-info .car-pricing .current-price {
  font-size: var(--c-text-xl);
  color: #23262F;
  margin-right: 8px;
  line-height: 1;
}
.so-sanh-xe .car-card .car-info .car-pricing .original-price {
  font-family: "MyriadPro-Regular";
  font-size: var(--c-text-base);
  text-decoration: line-through;
}
.so-sanh-xe .car-card .car-info .car-actions .add-car {
  width: 100%;
  border-radius: 8px;
}
.so-sanh-xe .car-card .car-info .car-specs .spec-items {
  font-family: "Roboto";
  font-size: var(--c-text-base);
  font-weight: 600;
  color: #353945;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 1400px) {
  .so-sanh-xe .car-card .car-info .car-specs .spec-items {
    flex-direction: column;
  }
}
.so-sanh-xe .car-card .car-info .car-specs .spec-items svg {
  flex-shrink: 0;
}
.so-sanh-xe .car-card .car-info .promotion-banner {
  background: rgba(239, 82, 15, 0.1490196078);
  border-radius: 6px;
  padding: 4px 8px;
  text-align: center;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so-sanh-xe .car-card .car-info .promotion-banner .promotion-text {
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  color: #EF520F;
  margin: 0;
}
.so-sanh-xe .add-car {
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 121px;
  min-height: 44px;
  padding: 6px 20px;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  font-family: "MyriadPro-Semibold";
  font-weight: 600;
  color: #3B82F6;
  background-color: #F4F5F6;
  cursor: pointer;
  transition: all 0.2s ease;
}
.so-sanh-xe .add-car:hover {
  background-color: #e6f0ff;
}
.so-sanh-xe .add-car:active {
  background-color: #cce0ff;
}
@media (max-width: 748px) {
  .so-sanh-xe .car-compare-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .so-sanh-xe .car-compare-grid #empty-item {
    display: none;
  }
  .so-sanh-xe .car-compare-grid .car-card {
    width: 100%;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-image-container {
    height: auto;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-image-container .featured-badge .badge-text,
  .so-sanh-xe .car-compare-grid .car-card .car-image-container .discount-badge .discount-text {
    font-size: 10px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info {
    padding: 12px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info .car-name {
    font-size: 20px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info .variant-tag-primary,
  .so-sanh-xe .car-compare-grid .car-card .car-info .variant-tag-secondary {
    font-size: 11px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info .promotion-banner {
    min-height: 22px;
    padding: 4px 8px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info .promotion-banner .promotion-text {
    font-size: 12px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info .current-price {
    font-size: 24px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info .original-price {
    font-size: 14px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info .spec-item {
    font-size: 13px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info .offer-item-red,
  .so-sanh-xe .car-compare-grid .car-card .car-info .offer-item-blue {
    font-size: 13px;
  }
  .so-sanh-xe .car-compare-grid .car-card .car-info .car-actions .btn {
    font-size: 13px;
    height: 36px;
  }
}

.so-sanh-xe .specifications-table {
  display: flex;
  gap: 16px;
  flex-direction: column;
  display: 100%;
}
.so-sanh-xe .specifications-table .expand-header {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  background: #f4f5f6;
}
.so-sanh-xe .specifications-table .expand-header .tech-title {
  font-family: "MyriadPro-Semibold";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #23262F;
}
.so-sanh-xe .specifications-table .expand-header .tech-title .dot {
  margin-right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1677ff;
  display: inline-block;
}
.so-sanh-xe .specifications-table .expand-header .expand-icon {
  font-size: 20px;
  font-weight: bold;
  color: #1d1f22;
  line-height: 1;
}
.so-sanh-xe .specifications-table .expand-content {
  padding-top: 16px;
  line-height: 2;
}
.so-sanh-xe .specifications-table .expand-content .card__detail-item {
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  min-height: 2rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0.5rem 0;
  margin: 0;
}
.so-sanh-xe .specifications-table .expand-content .card__detail-item:last-child {
  border-bottom: none;
}
.so-sanh-xe .specifications-table .expand-content .card__detail-item-title {
  position: relative;
  /* để chứa pseudo element */
}
.so-sanh-xe .specifications-table .expand-content .card__detail-item-title {
  position: relative;
}
.so-sanh-xe .specifications-table .expand-content .card__detail-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .so-sanh-xe .specifications-table .expand-content .card__detail-item-title::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .so-sanh-xe .specifications-table .expand-content .card__detail-item-title::before {
    display: none;
  }
}
.so-sanh-xe .specifications-table .expand-content .card__detail-item-title:first-child::before {
  display: none;
}

@media (max-width: 1040px) {
  .so-sanh-xe {
    margin-top: 0;
  }
}
.so-sanh-xe .breadcrumb {
  width: 100%;
  padding: 0 16%;
  margin: 0 auto;
  padding-bottom: 32px;
}
@media (max-width: 1680px) {
  .so-sanh-xe .breadcrumb {
    padding: 0 10%;
  }
}
@media (max-width: 1440px) {
  .so-sanh-xe .breadcrumb {
    padding: 0 10%;
  }
}
@media (max-width: 1280px) {
  .so-sanh-xe .breadcrumb {
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  .so-sanh-xe .breadcrumb {
    padding: 0 6%;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .so-sanh-xe .breadcrumb {
    padding: 0 4%;
    padding-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .so-sanh-xe .breadcrumb {
    padding: 0 3%;
  }
}
@media (max-width: 480px) {
  .so-sanh-xe .breadcrumb {
    padding: 0 15px;
    padding-bottom: 12px;
  }
}
.so-sanh-xe .dth-compare-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 0 16%;
  margin: 0 auto;
  padding-bottom: 32px;
}
@media (max-width: 1680px) {
  .so-sanh-xe .dth-compare-container {
    padding: 0 10%;
  }
}
@media (max-width: 1440px) {
  .so-sanh-xe .dth-compare-container {
    padding: 0 10%;
  }
}
@media (max-width: 1280px) {
  .so-sanh-xe .dth-compare-container {
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  .so-sanh-xe .dth-compare-container {
    padding: 0 6%;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .so-sanh-xe .dth-compare-container {
    padding: 0 4%;
    padding-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .so-sanh-xe .dth-compare-container {
    padding: 0 3%;
  }
}
@media (max-width: 480px) {
  .so-sanh-xe .dth-compare-container {
    padding: 0 15px;
    padding-bottom: 12px;
  }
}
.so-sanh-xe .title {
  font-family: "MyriadPro-Semibold";
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  text-align: left;
  color: #02498B;
}
@media (max-width: 1400px) {
  .so-sanh-xe .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .so-sanh-xe .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .so-sanh-xe .title {
    font-size: 18px;
  }
}
.so-sanh-xe .related-products .related-product-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.so-sanh-xe .related-products .related-product-header .navigation-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.so-sanh-xe .related-products .related-product-header .navigation-buttons .custom-prev button,
.so-sanh-xe .related-products .related-product-header .navigation-buttons .custom-next button {
  background: #F4F5F6;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.so-sanh-xe .related-products .related-product-header .navigation-buttons .custom-prev button:disabled,
.so-sanh-xe .related-products .related-product-header .navigation-buttons .custom-next button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #ffffff;
}
.so-sanh-xe .related-products .related-product-header .navigation-buttons .custom-prev button:hover:not(:disabled),
.so-sanh-xe .related-products .related-product-header .navigation-buttons .custom-next button:hover:not(:disabled) {
  background-color: #E5E7EB;
}
.so-sanh-xe .related-products .related-product-header .navigation-buttons .custom-prev button svg,
.so-sanh-xe .related-products .related-product-header .navigation-buttons .custom-next button svg {
  width: 20px;
  height: 20px;
}
.so-sanh-xe .related-products .related-product-list {
  padding: 36px 0;
}
.so-sanh-xe .related-products .related-product-list .car-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: auto;
}
@media (max-width: 900px) {
  .so-sanh-xe .related-products .related-product-list .car-related-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 500px) {
  .so-sanh-xe .related-products .related-product-list .car-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.so-sanh-xe .related-products .related-product-list .car-related-grid .related-product-item {
  min-width: 0;
}
.so-sanh-xe .related-products .related-product-list .car-related-grid .car-pricing {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #353945;
  white-space: break-spaces;
}
.so-sanh-xe .related-products .related-product-list .car-related-grid .car-actions {
  width: 100%;
  padding: 0%;
  margin: 0;
  gap: 8px;
}
.so-sanh-xe .car-actions {
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 33%;
  margin: auto;
}
@media (max-width: 1400px) {
  .so-sanh-xe .car-actions {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .so-sanh-xe .car-actions {
    width: 100%;
  }
}
.so-sanh-xe .car-actions .btn {
  flex: 1;
  min-height: 40px;
  border-radius: 6px;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.so-sanh-xe .car-actions .btn.btn-contact {
  background-color: #004b9b;
  color: white;
  width: 100%;
}
.so-sanh-xe .car-actions .btn.btn-contact:hover {
  background-color: #1e8fdd;
}
.so-sanh-xe .car-actions .btn.btn-estimate, .so-sanh-xe .car-actions .btn.btn-brochure {
  background-color: white;
  color: #23262F;
  border: 1px solid #E6E8EC;
}
.so-sanh-xe .car-actions .btn.btn-estimate:hover, .so-sanh-xe .car-actions .btn.btn-brochure:hover {
  background-color: #ffffff;
}
.so-sanh-xe .car-actions .btn-sub-group {
  display: flex;
  gap: 8px;
}
.so-sanh-xe .car-actions .btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.so-sanh-xe .modal-dialog-addCarCompare {
  max-width: 420px;
  width: 90%;
  margin: auto;
}
.so-sanh-xe .modal-content-addCarCompare {
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-family: "MyriadPro-Semibold" !important;
}
.so-sanh-xe .modal-content-addCarCompare .modal-header {
  border-bottom: 1px solid #E6E8EC;
  padding: 16px 20px;
}
.so-sanh-xe .modal-content-addCarCompare .modal-header .modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.so-sanh-xe .modal-content-addCarCompare .modal-header .close-modal {
  background-color: #F4F5F6;
  border: none;
  font-size: 20px;
  opacity: 1;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.so-sanh-xe .modal-content-addCarCompare .modal-header .close-modal:hover {
  color: #111827;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body {
  padding: 0 20px 20px 20px;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body label,
.so-sanh-xe .modal-content-addCarCompare .modal-body span {
  font-weight: 600;
  color: #494949;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body input[type=text] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #B1B5C3;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  max-height: 40px;
  padding-left: 2.5rem;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body input[type=text]:focus {
  border-color: #2563eb;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body input[type=text]::-moz-placeholder {
  color: #9ca3af;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body input[type=text]::placeholder {
  color: #9ca3af;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
  font-size: 28px;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body .search-results {
  background-color: white;
  border: 1px solid #d1d5db;
  border-top: none;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body .search-results .search-item {
  padding: 5px 10px;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body select.form-select {
  width: 100%;
  max-height: 40px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 12px;
  color: #9CA3AF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: border-color 0.2s;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body select.form-select:hover {
  border-color: #9ca3af;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body select.form-select.disabled {
  background: #f9fafb;
  color: #9ca3af;
  cursor: not-allowed;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body select.form-select .dropdown.icon {
  margin-left: 12px;
  color: #B1B5C3;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body select.form-select .menu {
  border-radius: 8px;
  margin-top: 4px;
  padding: 6px 0;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.so-sanh-xe .modal-content-addCarCompare .modal-body select.form-select .menu .item {
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
}
.so-sanh-xe .modal-content-addCarCompare .modal-body select.form-select .menu .item:hover {
  background: #f3f4f6;
}
.so-sanh-xe .modal-content-addCarCompare .modal-footer {
  border-top: none;
  padding: 0 20px 20px 20px;
}
.so-sanh-xe .modal-content-addCarCompare .modal-footer .btn.compare-submit {
  width: 100%;
  max-height: 44px;
  background-color: #1E65C0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.so-sanh-xe .modal-content-addCarCompare .modal-footer .btn.compare-submit:hover {
  background-color: #1e40af;
}
.breadcrumb {
  padding: 16px 10%;
  margin: 0;
  background-color: white !important;
  margin-bottom: 24px;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.breadcrumb ul li {
  font-size: 14px;
  color: #777e90;
}
.breadcrumb ul li a {
  text-decoration: none;
  color: #004b9b;
}
.breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: #777e90;
}

.car-detail-page {
  padding: 0 16% 32px 16%;
}
.car-detail-page .breadcrumb {
  font-family: "MyriadPro-Regular";
}
.car-detail-page .car-title-price-row {
  margin-bottom: 36px;
  align-items: center;
}
.car-detail-page .car-title {
  margin-bottom: 0;
}
.car-detail-page .car-title .car-title-name {
  font-size: 28px;
  font-weight: 600;
  color: #02498b;
  margin-bottom: 8px;
}
.car-detail-page .car-title .car-des {
  font-size: 20px;
  color: #23262f;
  font-weight: 400;
}
.car-detail-page .car-image-main {
  position: relative;
  background: #f4f5f6;
  border-radius: 8px;
  /* Fix viewport to avoid layout jump when switching images */
}
.car-detail-page .car-image-main .car-image-viewport {
  width: 100%;
  height: 600px;
  /* fixed viewport height to avoid jump */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.car-detail-page .car-image-main .car-image-viewport .main-car-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.2s ease;
}
.car-detail-page .car-image-main .car-image-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  background: transparent;
  border-radius: 8px;
  padding: 0;
}
.car-detail-page .car-image-main .car-image-tabs .car-tabs-btn {
  padding: 4px;
  border: 1px solid #e5e7eb;
  border-radius: 11px;
}
.car-detail-page .car-image-main .car-image-tabs .car-tabs-btn button {
  border: none;
  outline: none;
  min-width: 120px;
  height: 40px;
  font-size: 1rem;
  font-weight: 500;
  background: #f4f5f6;
  color: #6c757d;
  border-radius: 11px;
  margin: 0;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
}
.car-detail-page .car-image-main .car-image-tabs .car-tabs-btn button:last-child {
  border-radius: 11px;
  margin-left: -4px;
}
.car-detail-page .car-image-main .car-image-tabs .car-tabs-btn button.btn-active, .car-detail-page .car-image-main .car-image-tabs .car-tabs-btn button:focus {
  background: #1e65c0;
  color: #fff;
  z-index: 1;
}
.car-detail-page .car-image-main .car-image-actions {
  position: absolute;
  left: 10px;
  bottom: 10px;
  gap: 12px;
}
.car-detail-page .car-image-main .car-image-actions .btn {
  border: 1px solid #1e65c0;
  border-radius: 8px;
  font-size: 1rem;
  padding: 8px 16px;
}
.car-detail-page .car-image-main .car-image-actions .btn .text_360 {
  color: #1e65c0;
  font-weight: 600;
}
.car-detail-page .car-image-main .car-image-actions .btn:hover {
  background: none;
}
.car-detail-page .car-image-main .car-image-actions .download-brochure {
  background: #1e65c0;
  color: #fff;
  border: none;
  font-weight: 600;
}
.car-detail-page .car-image-main .car-image-actions .download-brochure:hover {
  background: #02498b;
}
.car-detail-page .car-image-main .car-image-arrows {
  position: absolute;
  right: 10px;
  bottom: 10px;
  gap: 8px;
}
.car-detail-page .car-image-main .car-image-arrows .btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  border: none;
  background-color: white;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding: 0;
}
.car-detail-page .car-image-thumbnails {
  gap: 8px;
  margin-top: 24px;
}
.car-detail-page .car-image-thumbnails img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: border-color 0.2s;
}
.car-detail-page .car-image-thumbnails img:hover {
  border-color: #3b82f6;
}
.car-detail-page .car-image-thumbnails img.active {
  border: 2px solid #3b82f6;
}
.car-detail-page .car-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.car-detail-page .car-tabs button {
  min-width: 120px;
}
.car-detail-page .car-info {
  margin-top: 24px;
  border-top: 1px solid #e6e8ec;
}
.car-detail-page .car-info .expand-header {
  cursor: pointer;
  margin-bottom: 16px;
  background-color: white !important;
}
.car-detail-page .car-info .car-fee-summary-box {
  padding: 24px 0;
  padding-bottom: 0;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-header .fee-summary-title {
  font-size: 18px;
  font-weight: 600;
  color: #23262f;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-header .fee-summary-total {
  font-size: 2rem;
  font-weight: 600 !important;
  color: #02498b;
  white-space: nowrap;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-header .fee-summary-total .currency {
  display: inline-block;
  font-size: 1.7rem;
  color: #02498b;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
  font-weight: 600;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-header .fee-summary-total .arrow_up img,
.car-detail-page .car-info .car-fee-summary-box .fee-summary-header .fee-summary-total .arrow_up-mobile img {
  margin-left: 5px;
  margin-top: -5px;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-header .arrow_up img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-header.expanded .arrow_up img {
  transform: rotate(0deg);
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-header .arrow_up-mobile img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-header.expanded .arrow_up-mobile img {
  transform: rotate(0deg);
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-form {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: #f4f5f6;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-form.expanded {
  max-height: none;
  /* Full height based on content */
  padding-top: 16px;
  padding-bottom: 16px;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-form .fee-summary-row.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f4f5f6;
  border-radius: 8px;
  padding: 8px 16px;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-form .fee-summary-row.flex-column .fee-summary-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #020817;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-form .fee-summary-row.flex-column .select-dropdown {
  width: 100%;
  border: none;
  background: #fff;
  font-size: 15px;
  color: #020817;
  outline: none;
  border-radius: 6px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  flex: 1;
  /* Thêm dòng này vào */
  position: relative;
}
@media (max-width: 640px) {
  .car-detail-page .car-info .car-fee-summary-box .fee-summary-form .fee-summary-row.flex-column .select-dropdown {
    width: 100%;
  }
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-form .fee-summary-row.flex-column .select-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 0px 13px;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-form .fee-summary-row.flex-column .select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  margin: 16px;
  margin-top: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-detail-header {
  margin-bottom: 12px;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-detail-header .fee-summary-detail-title {
  font-size: 18px;
  font-weight: 600;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #eaf4ff;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table tr {
  border-bottom: 1px solid #eaf4ff;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table tr.hidden-row {
  display: none;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table tr.expanded {
  display: table-row;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table tr td {
  padding: 8px 0;
  font-size: 14px;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table tr td .icon_down img {
  margin-top: -5px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table tr td .currency {
  display: inline-block;
  font-size: 1rem;
  color: #02498b;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
  font-weight: 700;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table .expand-title {
  cursor: pointer;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table .expand-title.expanded .icon_up img {
  transform: rotate(180deg);
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table .text-right {
  font-size: 16px;
  text-align: right;
  font-weight: 600;
  color: #02498b;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table .title {
  color: black;
  font-weight: 600;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table .text-discount {
  color: #02498b;
  font-weight: 600;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .fee-summary-table .text-plus {
  color: #02498b;
  font-weight: 600;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summary-detail .fee-summry_header .btn-primary {
  background: #02498b;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 0;
  border: none;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summry_footer {
  padding: 16px;
  font-size: 0.9rem;
  text-align: center;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summry_footer button {
  background-color: #1e65c0;
  padding: 10px;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summry_footer .fee-summary-final {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summry_footer .fee-summary-final .fee-summary-final-title {
  font-size: 1.14em;
  font-weight: 600;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summry_footer .fee-summary-final .fee-summary-final-value {
  color: #ef520f;
  font-size: 2rem;
  font-weight: 700;
}
.car-detail-page .car-info .car-fee-summary-box .fee-summry_footer .fee-summary-final .fee-summary-final-value .currency {
  display: inline-block;
  font-size: 2rem;
  color: #ef520f;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
  font-weight: 700;
}
.car-detail-page .car-info .car-installment-box {
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e8ec;
}
.car-detail-page .car-info .car-installment-box .car-installment-header {
  margin-bottom: 16px;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #23262f;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .sub-title {
  color: #777e90;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .installment-content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .installment-content .installment-title-text {
  font-size: 18px;
  font-weight: 600;
  color: #23262f;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .installment-content .installment-sub-title {
  font-size: 1rem;
  color: #777e90;
  margin-top: 2px;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .installment-content .car-installment-total-mobile {
  display: none;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .arrow_up-mobile {
  display: none;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total,
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total-mobile {
  font-size: 2rem;
  font-weight: 600 !important;
  color: #02498b;
  white-space: nowrap;
}
@media (max-width: 470px) {
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total,
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total-mobile {
    font-size: 1.4rem;
  }
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total .currency, .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total .thang,
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total-mobile .currency,
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total-mobile .thang {
    font-size: 1.3rem !important;
  }
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total .currency,
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total-mobile .currency {
  display: inline-block;
  font-size: 1.7rem;
  color: #02498b;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
  font-weight: 600;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total .thang,
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total-mobile .thang {
  font-size: 20px;
  color: #02498b;
  font-weight: 600;
  margin-left: 2px;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total .arrow_up img,
.car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total-mobile .arrow_up img {
  margin-left: 5px;
  margin-top: -5px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.car-detail-page .car-info .car-installment-box .car-installment-header .arrow_up-mobile img {
  margin-left: 5px;
  margin-top: -5px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.car-detail-page .car-info .car-installment-box .car-installment-header.expanded .arrow_up img {
  transform: rotate(0deg);
}
.car-detail-page .car-info .car-installment-box .car-installment-header.expanded .arrow_up-mobile img {
  transform: rotate(0deg);
}
.car-detail-page .car-info .car-installment-box .car-installment-form {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: #f4f5f6;
}
.car-detail-page .car-info .car-installment-box .car-installment-form.expanded {
  max-height: none;
  /* Full height based on content */
  padding: 16px;
  margin-bottom: 24px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form {
  /* New design layout */
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-group {
  background: #f4f5f6;
  border-radius: 12px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-group .group-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #020817;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-group .group-input {
  width: 100%;
  border: 1px solid #e6e8ec;
  background: #fff;
  font-size: 1rem;
  color: #020817;
  outline: none;
  border-radius: 8px;
  padding: 10px 12px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form {
  /* Fix Safari gloss effect for all select elements */
}
.car-detail-page .car-info .car-installment-box .car-installment-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add custom dropdown arrow */
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+") no-repeat 95% 50%;
  background-size: 12px;
  padding-right: 35px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .chip {
  min-width: 64px;
  height: 31px;
  padding: 0px 25px;
  border-radius: 6px;
  background: #fff;
  color: #23262f;
  border: 1px solid #e5e7eb;
  font-weight: 600;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .chip.active {
  color: #1e8fdd;
  border-color: #1e8fdd;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .rate-controls {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
  width: 260px;
  height: 30px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .rate-btn {
  height: 30px;
  width: 30px;
  border-radius: 8px;
  border: none;
  background: #e9edf2;
  color: #111827;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .rate-value {
  text-align: center;
  font-weight: 800;
  color: #1e65c0;
  font-size: 14px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  border: 1px solid #e6e8ec;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-card .summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e8ec;
  padding: 12px 0;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-card .summary-row:last-child {
  border-bottom: none;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-card .label {
  color: #353945;
  font-size: 14px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-card .value {
  color: #02498b;
  font-weight: 700;
  font-size: 16px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-card .value .currency {
  display: inline-block;
  font-size: 16px;
  color: #02498b;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
  font-weight: 600;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-footer .download-btn {
  width: 100%;
  background: white;
  color: black;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  border: 1px solid #e5e7eb;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-footer .download-btn .download-icon {
  font-size: 18px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-footer .download-text {
  font-size: 16px;
  color: #1e65c0;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row {
  margin-bottom: 18px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider-label .installment-slider-value {
  font-size: 16px;
  font-weight: 700;
  color: #02498b;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider-label .installment-slider-value .currency {
  display: inline-block;
  font-size: 16px;
  color: #02498b;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
  font-weight: 600;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider {
  width: 100%;
  height: 32px;
  background: transparent;
  margin-bottom: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #1769aa var(--progress, 0%), #e0e0e0 var(--progress, 0%));
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #1769aa var(--progress, 0%), #e0e0e0 var(--progress, 0%));
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider::-ms-fill-lower {
  background: #1769aa;
  border-radius: 2px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider::-ms-fill-upper {
  background: #e0e0e0;
  border-radius: 2px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: url("/themes/main/images/icon/white_circle.png") no-repeat center center;
  background-size: contain;
  border: none;
  margin-top: -14px;
  cursor: pointer;
  box-shadow: none;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  background: url("/themes/main/images/icon/white_circle.png") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider::-ms-thumb {
  width: 32px;
  height: 32px;
  background: url("/themes/main/images/icon/white_circle.png") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider:focus {
  outline: none;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-slider-group .installment-slider-row .installment-slider-range {
  font-size: 0.95rem;
  color: #353945;
  margin-top: -4px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-calc-btn {
  background: #02498b;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 0;
  border: none;
  margin-top: 12px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-table {
  border-radius: 12px;
  margin-top: 16px;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-table table {
  width: 100%;
  border-collapse: collapse;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-table table tr {
  border-bottom: 1px solid #e6e8ec;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-table table td {
  padding: 8px 0;
  font-size: 1rem;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-table table .text-right {
  text-align: right;
  color: #02498b;
  font-size: 16px;
  font-weight: 600;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-table table .text-right .currency {
  display: inline-block;
  font-size: 16px;
  color: #02498b;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
  font-weight: 600;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-table table .font-weight-bold {
  font-weight: 700;
  background-color: #fff;
}
.car-detail-page .car-info .car-installment-box .car-installment-form .installment-summary-table .installment-summary-note {
  font-size: 14px;
  color: #777e90;
  margin-top: 12px;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}
.car-detail-page .payment-method-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
  cursor: pointer;
  padding: 8px 0;
  color: #23262f;
}
@media (max-width: 767px) {
  .car-detail-page .payment-method-header {
    font-size: 14px;
  }
}
.car-detail-page .payment-method-header .arrow-icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.car-detail-page .payment-method-header .arrow-icon svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.car-detail-page .v-show-transition {
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.car-detail-page .payment-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  margin-bottom: 12px;
}
.car-detail-page .payment-table thead tr {
  background-color: #f5f5f5;
}
.car-detail-page .payment-table thead th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #23262f;
}
.car-detail-page .payment-table thead th:last-child {
  text-align: right;
}
.car-detail-page .payment-table tbody tr:hover {
  background-color: #fafafa;
}
.car-detail-page .payment-table tbody td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 14px;
  color: #23262f;
}
.car-detail-page .payment-table tbody td:last-child {
  text-align: right;
  font-weight: 700;
  color: #23262f;
}
.car-detail-page .payment-installment-details {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}
.car-detail-page .payment-installment-details strong {
  font-weight: 600;
}
.car-detail-page .payment-installment-details ul {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 20px;
}
.car-detail-page .payment-installment-details ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.car-detail-page .payment-installment-details ul li span {
  color: #23262f;
}
.car-detail-page .payment-estimation-title {
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #23262f;
}
.car-detail-page .section-title {
  font-weight: 700;
  margin-top: 16px;
  font-size: 16px;
  color: #23262f;
}
@media (max-width: 767px) {
  .car-detail-page .section-title {
    font-size: 14px;
  }
}
.car-detail-page .section-content-indent {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .car-detail-page .section-content-indent {
    padding-left: 12px;
    padding-top: 10px;
  }
  .car-detail-page .section-content-indent .w__201 {
    width: 20% !important;
  }
  .car-detail-page .section-content-indent .w__202 {
    width: 20% !important;
    text-align: right;
  }
  .car-detail-page .section-content-indent .w__60 {
    width: 60% !important;
  }
}
@media (max-width: 480px) {
  .car-detail-page .section-content-indent {
    padding-left: 8px;
    padding-top: 8px;
  }
}
.car-detail-page .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 15px;
  color: #23262f;
  gap: 8px;
}
@media (max-width: 767px) {
  .car-detail-page .price-row {
    font-size: 12px;
  }
}
.car-detail-page .price-row .price-label {
  color: #23262f;
}
.car-detail-page .price-row .price-value {
  color: #23262f;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 1024px) {
  .car-detail-page .price-row .price-value {
    min-width: 10%;
  }
}
.car-detail-page .price-row .price-value .currency {
  display: inline-block;
  font-size: 1rem;
  color: #23262f;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .car-detail-page .price-row .price-value .currency {
    font-size: 12px;
  }
}
.car-detail-page .price-row.price-row-total {
  font-weight: 700;
  margin-top: 8px;
}
.car-detail-page .price-row.price-row-total .price-label {
  font-weight: 700;
}
.car-detail-page .price-row.price-row-total .price-value {
  font-weight: 700;
  color: #23262f;
  white-space: nowrap;
}
.car-detail-page .price-row.price-row-total .price-value .currency {
  color: #23262f;
}
.car-detail-page .tragopconlai {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #f8fbff;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}
.car-detail-page .tragopconlai div:first-child {
  color: #23262f;
  width: 70%;
}
.car-detail-page .tragopconlai div:first-child b {
  color: #02498b;
}
.car-detail-page .tragopconlai div:last-child {
  white-space: nowrap;
}
.car-detail-page .tragopconlai div:last-child span {
  font-weight: 700;
  font-size: 18px;
  color: #02498b;
}
.car-detail-page .tragopconlai div:last-child .currency {
  display: inline-block;
  font-size: 1rem;
  color: #23262f;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
  font-weight: 700;
}
.car-detail-page .final-total-note {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 16px 0;
  text-align: center;
  font-style: italic;
}
.car-detail-page .car-features {
  background: #f4f5f6;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.car-detail-page .car-features h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.car-detail-page .car-features ul {
  padding-left: 18px;
}
.car-detail-page .car-features ul li {
  margin-bottom: 4px;
}
.car-detail-page .car-fee-summary {
  background: #eaf4ff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.car-detail-page .car-fee-summary h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.car-detail-page .car-fee-summary .fee-value {
  font-size: 1.4rem;
  color: #0052cc;
}
.car-detail-page .car-installment {
  background: #f4f5f6;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.car-detail-page .car-installment h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.car-detail-page .car-tabs-detail {
  margin-top: 24px;
}
.car-detail-page .car-tabs-detail .tabs-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f4f5f6;
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}
.car-detail-page .car-tabs-detail .tab-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  text-align: center;
  white-space: nowrap;
}
.car-detail-page .car-tabs-detail .tab-btn.active {
  background: #ffffff;
  color: #111827;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.car-detail-page .car-tabs-detail .tabs-panel {
  margin-top: 24px;
}
.car-detail-page .car-tabs-detail .tab-panel {
  display: block;
}
.car-detail-page .car-tabs-detail .tab-content-card {
  border-radius: 12px;
}
@media (max-width: 1244px) {
  .car-detail-page .car-tabs-detail .tab-content-card .raw-html-embed iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.car-detail-page .car-tabs-detail .tab-content-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.car-detail-page .car-tabs-detail {
  /* Collapsible wrapper with initial 500px height */
}
.car-detail-page .car-tabs-detail [data-collapsible] {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.car-detail-page .car-tabs-detail [data-collapsible].expanded {
  max-height: none;
  /* Full height based on content */
}
.car-detail-page .car-tabs-detail [data-collapsible].collapsed {
  max-height: 500px;
  /* Back to initial 500px when collapsed */
}
.car-detail-page .car-tabs-detail .tab-section-title {
  font-weight: 700;
  color: #23262f;
  font-size: 18px;
}
.car-detail-page .car-tabs-detail .tab-section-sub {
  color: #6b7280;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 24px;
}
.car-detail-page .car-tabs-detail .tab-media {
  margin-top: 12px;
}
.car-detail-page .car-tabs-detail .tab-media img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.car-detail-page .car-tabs-detail .see-more {
  text-align: center;
  margin-top: 8px;
}
.car-detail-page .car-tabs-detail .see-more-link {
  color: #02498b;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.car-detail-page .car-tabs-detail .see-more-link .see-more-icon {
  width: 12px !important;
  height: 8px !important;
}
.car-detail-page {
  /* FAQ styles */
}
.car-detail-page .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.car-detail-page .faq-group {
  display: block;
}
.car-detail-page .faq-group-title {
  font-weight: 800;
  font-size: 16px;
  color: #23262f;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.car-detail-page .faq-item {
  background: transparent;
  border-radius: 10px;
  padding: 0;
  overflow: visible;
}
.car-detail-page .faq-header {
  width: 100%;
  background: #f4f5f6;
  border: none;
  outline: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 20px 1fr 24px;
  align-items: center;
  gap: 8px;
  padding: 16px;
  text-align: left;
  border-radius: 10px;
}
.car-detail-page .faq-dot {
  width: 8px;
  height: 8px;
  background: #1e65c0;
  border-radius: 50%;
  display: inline-block;
}
.car-detail-page .faq-question {
  font-weight: 700;
  color: #23262f;
  font-size: 15px;
}
.car-detail-page .faq-toggle {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  position: relative;
}
.car-detail-page .faq-toggle::before,
.car-detail-page .faq-toggle::after {
  content: "";
  position: absolute;
  background: #111827;
}
.car-detail-page .faq-toggle::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.car-detail-page .faq-toggle::after {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.car-detail-page .faq-item.active .faq-toggle::after {
  display: none;
}
.car-detail-page .faq-answer {
  padding: 12px 16px 16px 44px;
  color: #353945;
  font-size: 14px;
  line-height: 1.6;
  display: none;
  background: transparent;
}
.car-detail-page .faq-item.active .faq-answer {
  display: block;
}
.car-detail-page .faq-item + .faq-item {
  margin-top: 10px;
}

.car-tabs-detail {
  /* Specs accordion styles */
}
.car-tabs-detail .specs-note {
  color: #23262f;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.car-tabs-detail .specs-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.car-tabs-detail .specs-item {
  background: transparent;
  border-radius: 10px;
}
.car-tabs-detail .specs-header {
  width: 100%;
  background: #f4f5f6;
  border: none;
  outline: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 20px 1fr 24px;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  text-align: left;
  border-radius: 10px;
}
.car-tabs-detail .specs-dot {
  width: 8px;
  height: 8px;
  background: #1e65c0;
  border-radius: 50%;
  display: inline-block;
}
.car-tabs-detail .specs-title {
  font-weight: 700;
  color: #23262f;
  font-size: 15px;
}
.car-tabs-detail .specs-toggle {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  position: relative;
}
.car-tabs-detail .specs-toggle::before,
.car-tabs-detail .specs-toggle::after {
  content: "";
  position: absolute;
  background: #111827;
}
.car-tabs-detail .specs-toggle::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.car-tabs-detail .specs-toggle::after {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.car-tabs-detail .specs-item.active .specs-toggle::after {
  display: none;
}
.car-tabs-detail .specs-body {
  display: none;
  padding: 0 16px;
}
.car-tabs-detail .specs-item.active .specs-body {
  display: block;
  padding: 0 16px;
}
.car-tabs-detail .specs-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e6e8ec;
}
.car-tabs-detail .specs-row:last-child {
  border-bottom: 0;
}
.car-tabs-detail .specs-label {
  color: #23262f;
  font-size: 16px;
}
.car-tabs-detail .specs-value {
  color: #111827;
  font-size: 16px;
}

.car-price-box {
  border-radius: 8px;
}
.car-price-box .car-price-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.car-price-box .car-price-value {
  font-size: 28px;
  color: #23262f;
  white-space: nowrap;
}
.car-price-box .car-price-value span {
  font-size: 18px;
  margin-left: 8px;
  color: #777e90;
}

.car-versions {
  margin-bottom: 16px;
}
.car-versions .car-version-title {
  font-size: 18px;
  font-weight: 600;
  color: #23262f;
  margin-bottom: 16px;
}
.car-versions .version-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.car-versions .version-option {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.car-versions .version-option:hover {
  border-color: #cbd5e1;
}
.car-versions .version-option.active {
  border-color: #1e65c0;
  background: #f8fbff;
}
.car-versions .version-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #9ca3af;
  display: inline-block;
  position: relative;
}
.car-versions .version-option.active .version-radio {
  border-color: #1e65c0;
}
.car-versions .version-option.active .version-radio::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e65c0;
  transform: translate(-50%, -50%);
}
.car-versions .version-name {
  font-size: 16px;
  color: #111827;
}
.car-versions .version-price {
  font-size: 18px;
  font-weight: 600;
  color: #02498b;
}

.car-colors {
  margin-bottom: 24px;
}
.car-colors .car-color-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #23262f;
}
.car-colors .car-color-exterior,
.car-colors .car-color-interior {
  margin-bottom: 16px;
}
.car-colors .car-color-exterior .color-label,
.car-colors .car-color-interior .color-label {
  font-size: 16px;
  color: #23262f;
  display: block;
}
.car-colors .car-color-exterior .color-dots,
.car-colors .car-color-interior .color-dots {
  margin-bottom: 16px;
}
.car-colors .car-color-exterior .color-dot,
.car-colors .car-color-interior .color-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  display: inline-block;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.car-colors .car-color-exterior .color-dot.selected,
.car-colors .car-color-interior .color-dot.selected {
  border-color: #1e65c0;
  box-shadow: 0 0 0 3px rgba(30, 101, 192, 0.12);
}
.car-colors .car-color-exterior .color-dot[data-color=white],
.car-colors .car-color-interior .color-dot[data-color=white] {
  border-color: #cbd5e1;
}

.car-promotions-and-warranties {
  border: 1px solid #c0bcbc;
  border-radius: 10px;
  padding: 0 16px;
  background-color: #eef2f4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.car-promotions-and-warranties .car-promotion-programs {
  margin-bottom: 24px;
}
.car-promotions-and-warranties .car-promotion-programs h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #23262f;
}
.car-promotions-and-warranties .car-promotion-programs .promotion-program-list {
  display: flex;
  margin-left: 10px;
  flex-direction: column;
  gap: 8px;
}
.car-promotions-and-warranties .car-promotion-programs .promotion-program-item {
  display: block;
  color: #23262f;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}
.car-promotions-and-warranties .car-promotion-programs .promotion-program-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #02498b;
  font-weight: bold;
}
.car-promotions-and-warranties .car-promotion {
  margin-bottom: 24px;
}
.car-promotions-and-warranties .car-promotion h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #23262f;
}
.car-promotions-and-warranties .car-promotion .promotion-list {
  display: flex;
  margin-left: 10px;
  flex-direction: column;
  gap: 8px;
}
.car-promotions-and-warranties .car-promotion .promotion-item {
  display: block;
  color: #23262f;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}
.car-promotions-and-warranties .car-promotion .promotion-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #02498b;
  font-weight: bold;
}
.car-promotions-and-warranties .car-warranty h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #23262f;
}
.car-promotions-and-warranties .warranty-list {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.car-promotions-and-warranties .warranty-item {
  display: block;
  color: #23262f;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}
.car-promotions-and-warranties .warranty-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1e65c0;
  font-weight: bold;
}

.car-actions {
  margin-bottom: 16px;
}
.car-actions .btn-deposit {
  background: #1e65c0;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 24px;
  border-radius: 8px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.2s;
}
.car-actions .btn-deposit:hover {
  background: #1a5ba0;
  color: white;
}
.car-actions .secondary-actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.car-actions .btn-secondary {
  flex: 1;
  background: white;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  gap: 8px;
}
.car-actions .btn-secondary:hover {
  border-color: #02498b;
  color: #02498b;
  background: white;
}
.car-actions .btn-secondary .btn-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.car-actions {
  font-size: 1rem;
  padding: 10px 0;
}

.car-showroom {
  margin-bottom: 24px;
}
.car-showroom h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #23262f;
}
.car-showroom .showroom-filter {
  margin-bottom: 16px;
}
.car-showroom .showroom-filter label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}
.car-showroom .showroom-filter .form-control {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  color: #374151;
}
.car-showroom .showroom-filter .form-control:focus {
  border-color: #02498b;
  box-shadow: 0 0 0 3px rgba(2, 73, 139, 0.1);
  outline: none;
}
.car-showroom .showroom-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.car-showroom .showroom-item {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 40px 1fr;
  /* icon | content */
  grid-auto-rows: auto;
  align-items: center;
  row-gap: 10px;
  /* uniform vertical spacing between the 3 rows */
}
.car-showroom .showroom-item .showroom-icon {
  grid-column: 1;
  grid-row: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-showroom .showroom-item .showroom-icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.car-showroom .showroom-item .showroom-content {
  /* flatten children into parent grid so columns align with left icon */
  display: contents;
}
.car-showroom .showroom-item .showroom-content .showroom-name {
  grid-column: 2;
  grid-row: 1;
  /* same row as showroom icon */
  font-size: 18px;
  font-weight: 600;
  color: #02498b;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.car-showroom .showroom-item .showroom-content .showroom-address {
  display: contents;
}
.car-showroom .showroom-item .showroom-content .showroom-address .location-icon {
  grid-column: 1;
  grid-row: 2;
  /* second row */
  width: 16px;
  height: 16px;
  justify-self: center;
  align-self: center;
}
.car-showroom .showroom-item .showroom-content .showroom-address span {
  grid-column: 2;
  grid-row: 2;
  /* second row */
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}
.car-showroom .showroom-item .showroom-content .showroom-address span strong {
  color: #353945;
}
.car-showroom .showroom-item .showroom-actions {
  grid-column: 1/-1;
  /* start at icon column, span full width */
  grid-row: 3;
  /* third row */
  display: flex;
  gap: 12px;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  align-self: stretch;
}
.car-showroom .showroom-item .showroom-actions .btn-action {
  flex: 1 1 0;
  /* two equal buttons fill the row */
  min-width: 0;
  background: #fff;
  border: 1px solid #d1d5db;
  color: #374151;
  font-size: 14px;
  padding: 10px 12px;
  min-height: 44px;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}
.car-showroom .showroom-item .showroom-actions .btn-action:hover {
  border-color: #02498b;
  color: #02498b;
  background: #fff;
}
.car-showroom .showroom-item .showroom-actions .btn-action .phone-icon {
  width: 16px;
  height: 16px;
}
.car-showroom .showroom-more {
  text-align: center;
}
.car-showroom .showroom-more .showroom-more-link {
  color: #02498b;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.car-showroom .showroom-more .showroom-more-link:hover {
  color: #1a5ba0;
}
.car-showroom .showroom-more .showroom-more-link .arrow-icon {
  width: 16px;
  height: 16px;
}
.car-showroom {
  border-radius: 8px;
}
.car-showroom .form-control {
  margin-bottom: 8px;
}
.car-showroom .showroom-list .showroom-item {
  background: #f4f5f6;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
}
.car-showroom .showroom-list .showroom-item strong {
  color: #0052cc;
}

.similar-products {
  margin-top: 32px;
}
.similar-products .similar-title {
  font-size: 36px;
  font-weight: 800;
  color: #02498b;
  margin-bottom: 16px;
}
.similar-products {
  /* Header with title and navigation arrows (top-right) */
}
.similar-products .sp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.similar-products .sp-nav {
  display: flex;
  gap: 8px;
}
.similar-products .sp-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #e6e8ec;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.similar-products .sp-nav-btn:hover {
  border-color: #1e65c0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.similar-products .sp-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.similar-products {
  /* Grid with 3 cards */
}
.similar-products .sp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.similar-products .sp-card {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.similar-products .sp-card:hover {
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
  transform: translateY(-2px);
}
.similar-products {
  /* badges */
}
.similar-products .sp-card-badges {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  gap: 6px;
}
.similar-products .badge-discount {
  background: #ff6b00;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}
.similar-products .badge-hot {
  background: #1e65c0;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}
.similar-products {
  /* image */
}
.similar-products .sp-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  overflow: hidden;
}
.similar-products .sp-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.similar-products .sp-body {
  padding-top: 16px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.similar-products .sp-name {
  margin-bottom: 16px;
}
.similar-products .sp-name a {
  font-size: 24px;
  font-weight: 700;
  color: #23262f;
}
.similar-products {
  /* tags */
}
.similar-products .sp-tags {
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
  /* ẩn phần tràn để không kéo card */
  position: relative;
}
.similar-products .sp-tags .tags-scroll-container {
  display: block;
  width: 100%;
  white-space: nowrap;
  /* bắt buộc 1 dòng */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}
.similar-products {
  /* Khi dùng Swiper cho tags */
}
.similar-products .sp-tags .swiper-wrapper {
  align-items: center;
}
.similar-products .sp-tags .swiper-slide {
  width: auto;
}
.similar-products .sp-tags .tags-scroll-container::-webkit-scrollbar {
  height: 6px;
}
.similar-products .sp-tags .tags-scroll-container::-webkit-scrollbar-thumb {
  background: #e6e8ec;
  border-radius: 6px;
}
.similar-products .sp-tag {
  display: inline-block;
  border: 1px solid #e6e8ec;
  background: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #777e90;
  white-space: nowrap;
  cursor: pointer;
  line-height: 20px;
  vertical-align: middle;
}
.similar-products .sp-tag.active {
  border-color: #1e65c0;
  border-width: 1px;
  color: #353945;
  background: #f8fbff;
  position: relative;
  overflow: hidden;
  /* ensure corner ribbon respects rounded corners */
  /* Top-right blue corner ribbon */
}
.similar-products .sp-tag.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: #1e65c0;
  /* create a triangle in the top-right corner */
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.similar-products {
  /* price */
}
.similar-products .sp-price {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.similar-products .sp-price-now {
  font-size: 24px;
  font-weight: 800;
  color: #23262f;
}
.similar-products .sp-price-old {
  color: #777e90;
  text-decoration: line-through;
  font-size: 16px;
}
.similar-products {
  /* meta */
}
.similar-products .sp-meta {
  display: flex;
  gap: 12px;
  color: #23262f;
  font-size: 13px;
  margin-bottom: 16px;
  align-items: center;
}
.similar-products .sp-meta-item {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.similar-products {
  /* promo bar */
}
.similar-products .sp-promo {
  text-align: center;
  background: rgba(30, 101, 192, 0.1490196078);
  color: #1e65c0;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  margin-bottom: 16px;
  font-weight: 600;
}
.similar-products {
  /* actions */
}
.similar-products .sp-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.similar-products .sp-btn {
  flex: 1;
  height: 40px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e8ec;
  background: #fff;
  color: #23262f;
  transition: all 0.2s;
}
.similar-products .sp-btn:hover {
  border-color: #1e65c0;
  color: #1e65c0;
}
.similar-products .sp-btn.primary {
  background: #1e65c0;
  color: #fff;
  border-color: #1e65c0;
}
.similar-products .sp-btn.primary:hover {
  background: #1e65c0;
  border-color: #1e65c0;
  color: #fff;
}
.similar-products {
  /* footer more */
}
.similar-products .sp-more {
  margin-top: 16px;
  text-align: center;
}
.similar-products .sp-more .more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
  color: #02498b;
  font-weight: 700;
  background: #fff;
  text-decoration: none;
}
.similar-products .sp-more .more-btn:hover {
  border-color: #1e65c0;
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE & TABLET
   ============================================ */
/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
  .car-detail-page {
    padding: 24px 5%;
  }
  .car-detail-page .car-title-price-row {
    margin-bottom: 20px;
    align-items: start;
  }
  .car-detail-page .car-title {
    margin-bottom: 0;
  }
  .car-detail-page .car-title .car-title-name {
    font-size: 24px;
  }
  .car-detail-page .car-title .car-des {
    font-size: 18px;
  }
  .car-detail-page .car-image-main {
    padding: 20px;
  }
  .car-detail-page .car-image-main .car-image-viewport {
    height: 400px;
    margin-top: 50px;
  }
  .car-detail-page .car-image-main .car-image-tabs .car-tabs-btn button {
    min-width: 100px;
    height: 36px;
    font-size: 0.9rem;
  }
  .car-detail-page .car-image-main .car-image-actions {
    left: 20px;
    bottom: 20px;
    gap: 8px;
  }
  .car-detail-page .car-image-main .car-image-actions .btn {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
  .car-detail-page .car-image-main .car-image-arrows {
    right: 20px;
    bottom: 20px;
    gap: 6px;
  }
  .car-detail-page .car-image-main .car-image-arrows .btn {
    width: 36px;
    height: 36px;
  }
  .car-detail-page .car-image-thumbnails img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  .car-detail-page .car-info .car-fee-summary-box .fee-summary-header .fee-summary-total {
    font-size: 1.5rem;
  }
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total {
    font-size: 1.5rem;
  }
  .car-detail-page .car-tabs-detail .tabs-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }
  .car-detail-page .car-tabs-detail .tab-btn {
    font-size: 13px;
    padding: 8px 10px;
  }
  .car-detail-page .car-price-box .car-price-value {
    font-size: 24px;
  }
  .car-detail-page .car-versions .version-option {
    grid-template-columns: 24px 1fr auto;
    gap: 8px;
    padding: 8px 10px;
  }
  .car-detail-page .car-versions .version-name {
    font-size: 14px;
  }
  .car-detail-page .car-versions .version-price {
    font-size: 16px;
  }
  .car-detail-page .car-colors .color-dot {
    width: 32px;
    height: 32px;
  }
  .car-detail-page .car-actions .btn-deposit {
    font-size: 14px;
    padding: 14px 20px;
  }
  .car-detail-page .car-actions .secondary-actions {
    gap: 8px;
  }
  .car-detail-page .car-actions .btn-secondary {
    font-size: 14px;
    padding: 10px 12px;
  }
  .car-detail-page .car-showroom .showroom-item {
    grid-template-columns: 36px 1fr;
    padding: 12px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-icon {
    width: 36px;
    height: 36px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-icon img {
    width: 24px;
    height: 24px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-content .showroom-name {
    font-size: 16px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-content .showroom-address span {
    font-size: 13px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-actions .btn-action {
    font-size: 13px;
    padding: 8px 10px;
    min-height: 40px;
  }
  .car-detail-page .similar-products .similar-title {
    font-size: 28px;
  }
  .car-detail-page .similar-products .sp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .car-detail-page .similar-products .sp-card {
    padding: 12px;
  }
  .car-detail-page .similar-products .sp-card .sp-name {
    font-size: 20px;
  }
  .car-detail-page .similar-products .sp-card .sp-price-now {
    font-size: 20px;
  }
}
/* Mobile (320px - 767px) */
@media (max-width: 767px) {
  .car-detail-page {
    padding: 16px 4%;
  }
  .car-detail-page .car-title-price-row {
    margin-bottom: 16px;
  }
  .car-detail-page .car-title {
    margin-bottom: 0;
  }
  .car-detail-page .car-title .car-title-name {
    font-size: 20px;
    line-height: 1.3;
  }
  .car-detail-page .car-title .car-des {
    font-size: 16px;
    margin-top: 8px;
  }
  .car-detail-page .payment-table {
    font-size: 13px;
  }
  .car-detail-page .payment-table thead th {
    font-size: 13px;
    padding: 6px;
  }
  .car-detail-page .payment-table tbody td {
    font-size: 13px;
    padding: 6px;
  }
  .car-detail-page .payment-installment-details {
    font-size: 13px;
  }
  .car-detail-page .payment-installment-details ul li {
    margin-bottom: 6px;
  }
  .car-detail-page .payment-estimation-title {
    font-size: 14px;
  }
  .car-detail-page .car-image-main {
    padding: 16px;
    margin-bottom: 20px;
  }
  .car-detail-page .car-image-main .car-image-viewport {
    height: 280px;
    margin-top: 40px;
  }
  .car-detail-page .car-image-main .car-image-tabs .car-tabs-btn button {
    min-width: 80px;
    height: 32px;
    font-size: 0.8rem;
  }
  .car-detail-page .car-image-main .car-image-actions {
    position: static;
    justify-content: center;
    margin-top: 16px;
    gap: 8px;
  }
  .car-detail-page .car-image-main .car-image-actions .btn {
    font-size: 0.8rem;
    padding: 6px 10px;
    flex: 1;
    max-width: 140px;
  }
  .car-detail-page .car-image-main .car-image-arrows {
    position: static;
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
  }
  .car-detail-page .car-image-main .car-image-arrows .btn {
    width: 32px;
    height: 32px;
  }
  .car-detail-page .car-image-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .car-detail-page .car-image-thumbnails img {
    width: 45px;
    height: 45px;
    margin-bottom: 0;
  }
  .car-detail-page .car-info .car-fee-summary-box .fee-summary-header {
    gap: 8px;
  }
  .car-detail-page .car-info .car-fee-summary-box .fee-summary-header .fee-summary-title {
    font-size: 1rem;
  }
  .car-detail-page .car-info .car-fee-summary-box .fee-summary-header .fee-summary-total {
    font-size: 1.5rem;
    align-self: flex-end;
  }
  .car-detail-page .car-info .car-fee-summary-box .fee-summary-header .fee-summary-total .currency {
    font-size: 1.5rem;
  }
  .car-detail-page .car-info .car-fee-summary-box .fee-summary-form .fee-summary-row {
    margin-bottom: 12px;
  }
  .car-detail-page .car-info .car-installment-box .car-installment-header {
    gap: 8px;
  }
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .installment-content .installment-title-text {
    font-size: 1rem;
  }
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .installment-content .installment-sub-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .installment-content {
    flex: 1;
    display: flex;
    flex-direction: unset;
  }
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .installment-content .car-installment-total-mobile {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title {
    width: 100%;
    align-items: flex-start;
  }
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-title .arrow_up-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total {
    font-size: 1.5rem;
    align-self: flex-end;
  }
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total .currency {
    font-size: 1.5rem;
  }
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total .thang {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .car-detail-page .car-info .car-installment-box .car-installment-header .car-installment-total {
    display: none;
  }
}
@media (max-width: 767px) {
  .car-detail-page .car-tabs-detail .tabs-nav {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .car-detail-page .car-tabs-detail .tab-btn {
    font-size: 14px;
    padding: 12px 16px;
  }
  .car-detail-page .car-tabs-detail .tabs-panel {
    margin-top: 16px;
  }
  .car-detail-page .car-price-box {
    text-align: end;
  }
  .car-detail-page .car-price-box .car-price-title {
    font-size: 0.9rem;
  }
  .car-detail-page .car-price-box .car-price-value {
    font-size: 20px;
    display: flex;
    flex-direction: column;
  }
  .car-detail-page .car-price-box .car-des {
    font-size: 11px;
    font-style: italic;
  }
  .car-detail-page .car-versions .car-version-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
  }
  .car-detail-page .car-versions .version-list {
    gap: 6px;
  }
  .car-detail-page .car-versions .version-option {
    grid-template-columns: 20px 1fr auto;
    gap: 6px;
    padding: 8px;
  }
  .car-detail-page .car-versions .version-option .version-radio {
    width: 16px;
    height: 16px;
  }
  .car-detail-page .car-versions .version-option .version-name {
    font-size: 14px;
  }
  .car-detail-page .car-versions .version-option .version-price {
    font-size: 14px;
  }
  .car-detail-page .car-colors .car-color-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
  }
  .car-detail-page .car-colors .car-color-exterior,
  .car-detail-page .car-colors .car-color-interior {
    margin-bottom: 12px;
  }
  .car-detail-page .car-colors .car-color-exterior .color-label,
  .car-detail-page .car-colors .car-color-interior .color-label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .car-detail-page .car-colors .car-color-exterior .color-dots,
  .car-detail-page .car-colors .car-color-interior .color-dots {
    gap: 8px;
  }
  .car-detail-page .car-colors .car-color-exterior .color-dot,
  .car-detail-page .car-colors .car-color-interior .color-dot {
    width: 28px;
    height: 28px;
    margin: 2px;
  }
  .car-detail-page .car-promotion-programs h4,
  .car-detail-page .car-promotion h4,
  .car-detail-page .car-warranty h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .car-detail-page .car-promotion-programs .promotion-list,
  .car-detail-page .car-promotion-programs .warranty-list,
  .car-detail-page .car-promotion .promotion-list,
  .car-detail-page .car-promotion .warranty-list,
  .car-detail-page .car-warranty .promotion-list,
  .car-detail-page .car-warranty .warranty-list {
    margin-left: 0;
    text-align: center;
  }
  .car-detail-page .car-promotion-programs .promotion-program-item,
  .car-detail-page .car-promotion-programs .promotion-item,
  .car-detail-page .car-promotion-programs .warranty-item,
  .car-detail-page .car-promotion .promotion-program-item,
  .car-detail-page .car-promotion .promotion-item,
  .car-detail-page .car-promotion .warranty-item,
  .car-detail-page .car-warranty .promotion-program-item,
  .car-detail-page .car-warranty .promotion-item,
  .car-detail-page .car-warranty .warranty-item {
    font-size: 16px;
    text-align: left;
    margin-bottom: 6px;
  }
  .car-detail-page .car-actions .btn-deposit {
    font-size: 14px;
    padding: 12px 16px;
    margin-bottom: 12px;
  }
  .car-detail-page .car-actions .secondary-actions {
    gap: 8px;
  }
  .car-detail-page .car-actions .secondary-actions .btn-icon {
    display: none;
  }
  .car-detail-page .car-actions .btn-secondary {
    font-size: 14px;
    padding: 10px 16px;
    justify-content: center;
  }
  .car-detail-page .car-showroom h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
  }
  .car-detail-page .car-showroom .showroom-filter {
    margin-bottom: 12px;
  }
  .car-detail-page .car-showroom .showroom-filter label {
    font-size: 13px;
  }
  .car-detail-page .car-showroom .showroom-filter .form-control {
    font-size: 13px;
    padding: 6px 10px;
  }
  .car-detail-page .car-showroom .showroom-list {
    gap: 8px;
  }
  .car-detail-page .car-showroom .showroom-item {
    grid-template-columns: 32px 1fr;
    padding: 10px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-icon {
    width: 32px;
    height: 32px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-icon img {
    width: 20px;
    height: 20px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-content .showroom-name {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-content .showroom-address span {
    font-size: 12px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-actions {
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-actions .btn-action {
    font-size: 12px;
    padding: 6px 8px;
    min-height: 36px;
  }
  .car-detail-page .car-showroom .showroom-more {
    margin-top: 12px;
  }
  .car-detail-page .car-showroom .showroom-more .showroom-more-link {
    font-size: 14px;
  }
  .car-detail-page .similar-products {
    margin-top: 24px;
  }
  .car-detail-page .similar-products .sp-header {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  .car-detail-page .similar-products .similar-title {
    font-size: 24px;
    text-align: center;
  }
  .car-detail-page .similar-products .sp-nav {
    gap: 6px;
  }
  .car-detail-page .similar-products .sp-nav-btn {
    width: 28px;
    height: 28px;
  }
  .car-detail-page .similar-products .sp-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .car-detail-page .similar-products .sp-card {
    padding: 12px;
  }
  .car-detail-page .similar-products .sp-card .sp-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .car-detail-page .similar-products .sp-card .sp-tags {
    gap: 6px;
    margin-bottom: 12px;
  }
  .car-detail-page .similar-products .sp-card .sp-tag {
    font-size: 12px;
    padding: 6px 8px;
  }
  .car-detail-page .similar-products .sp-card .sp-price {
    margin-bottom: 12px;
  }
  .car-detail-page .similar-products .sp-card .sp-price-now {
    font-size: 18px;
  }
  .car-detail-page .similar-products .sp-card .sp-price-old {
    font-size: 14px;
  }
  .car-detail-page .similar-products .sp-card .sp-meta {
    gap: 8px;
    margin-bottom: 12px;
  }
  .car-detail-page .similar-products .sp-card .sp-meta-item {
    font-size: 12px;
  }
  .car-detail-page .similar-products .sp-card .sp-promo {
    font-size: 11px;
    padding: 4px 6px;
    margin-bottom: 12px;
  }
  .car-detail-page .similar-products .sp-card .sp-actions {
    gap: 6px;
  }
  .car-detail-page .similar-products .sp-card .sp-btn {
    font-size: 12px;
    height: 36px;
  }
  .car-detail-page .similar-products .sp-more {
    margin-top: 12px;
  }
  .car-detail-page .similar-products .sp-more .more-btn {
    font-size: 14px;
    padding: 8px 12px;
  }
}
/* Small Mobile (320px - 480px) */
@media (max-width: 480px) {
  .car-detail-page {
    padding: 12px 3%;
  }
  .car-detail-page .car-title-price-row {
    margin-bottom: 12px;
  }
  .car-detail-page .car-title .car-title-name {
    font-size: 20px;
  }
  .car-detail-page .car-title .car-des {
    font-size: 15px;
  }
  .car-detail-page .payment-table {
    font-size: 12px;
  }
  .car-detail-page .payment-table thead th {
    font-size: 12px;
    padding: 5px;
  }
  .car-detail-page .payment-table tbody td {
    font-size: 12px;
    padding: 5px;
  }
  .car-detail-page .payment-installment-details {
    font-size: 12px;
  }
  .car-detail-page .payment-installment-details ul {
    padding-left: 16px;
  }
  .car-detail-page .payment-installment-details ul li {
    margin-bottom: 5px;
  }
  .car-detail-page .payment-estimation-title {
    font-size: 13px;
  }
  .car-detail-page .payment-method-header {
    font-size: 14px;
    padding: 6px 0;
  }
  .car-detail-page .payment-method-header .arrow-icon svg {
    width: 14px;
    height: 14px;
  }
  .car-detail-page .car-image-main {
    padding: 12px;
  }
  .car-detail-page .car-image-main .car-image-viewport {
    height: 240px;
    margin-top: 35px;
  }
  .car-detail-page .car-image-main .car-image-tabs .car-tabs-btn button {
    min-width: 70px;
    height: auto;
    font-size: 13px;
  }
  .car-detail-page .car-image-main .car-image-actions .btn {
    font-size: 11px !important;
    padding: 5px 8px;
    max-width: 120px;
  }
  .car-detail-page .car-image-main .car-image-arrows .btn {
    width: 28px;
    height: 28px;
  }
  .car-detail-page .car-image-thumbnails img {
    width: 40px;
    height: 40px;
  }
  .car-detail-page .car-price-box {
    margin-bottom: 0px;
  }
  .car-detail-page .car-price-box .car-price-value {
    font-size: 18px;
  }
  .car-detail-page .car-versions .version-option {
    padding: 6px;
  }
  .car-detail-page .car-versions .version-option .version-name {
    font-size: 14px;
  }
  .car-detail-page .car-versions .version-option .version-price {
    font-size: 14px;
  }
  .car-detail-page .car-colors .color-dot {
    width: 24px;
    height: 24px;
  }
  .car-detail-page .car-actions .btn-deposit {
    font-size: 13px;
    padding: 10px 14px;
  }
  .car-detail-page .car-actions .btn-secondary {
    font-size: 13px;
    padding: 8px 12px;
  }
  .car-detail-page .car-showroom .showroom-item {
    padding: 8px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-content .showroom-name {
    font-size: 13px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-content .showroom-address span {
    font-size: 11px;
  }
  .car-detail-page .car-showroom .showroom-item .showroom-actions .btn-action {
    font-size: 11px;
    padding: 5px 6px;
    min-height: 32px;
  }
  .car-detail-page .similar-products .similar-title {
    font-size: 20px;
  }
  .car-detail-page .similar-products .sp-card {
    padding: 10px;
  }
  .car-detail-page .similar-products .sp-card .sp-name {
    font-size: 16px;
  }
  .car-detail-page .similar-products .sp-card .sp-price-now {
    font-size: 16px;
  }
}
/* 360° View Styles */
.cloudimage-360-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.cloudimage-360-container .cloudimage-360 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-left,
.cloudimage-360-container .cloudimage-360 .cloudimage-360-right {
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 4px;
  z-index: 222 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-left:hover,
.cloudimage-360-container .cloudimage-360 .cloudimage-360-right:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-left:focus,
.cloudimage-360-container .cloudimage-360 .cloudimage-360-right:focus {
  outline: none;
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-left:before,
.cloudimage-360-container .cloudimage-360 .cloudimage-360-right:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: 50% 50%/cover no-repeat;
}
@media (max-width: 480px) {
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-left:before,
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-right:before {
    width: 22px !important;
    height: 22px !important;
  }
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-left {
  left: 10px;
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-left:before {
  background-image: url("//cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-left.svg");
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-right {
  right: 10px;
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-right:before {
  background-image: url("//cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-right.svg");
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-left.not-active,
.cloudimage-360-container .cloudimage-360 .cloudimage-360-right.not-active {
  opacity: 0.4;
  cursor: default;
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-inner-box {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-inner-box canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cloudimage-360-container .cloudimage-360 .cloudimage-360-inner-box .cloudimage-360-view-360-circle {
  bottom: 11% !important;
}
@media (max-width: 480px) {
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-inner-box .cloudimage-360-view-360-circle {
    bottom: 10% !important;
  }
}

/* 360° Button Styles */
.text_360 {
  display: block !important;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

/* Disabled 360° Button */
.btn-outline-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-outline-primary:disabled .text_360 {
  opacity: 0.7;
}

/* Specifications Unit */
.specs-unit {
  font-size: 0.9em;
  margin-left: 4px;
}

/* Specifications Empty State */
.specs-empty {
  text-align: center;
  padding: 40px 20px;
}
.specs-empty p {
  margin: 0;
  font-style: italic;
}

/* Payment Summary Card Styles */
.payment-summary-card {
  background: #fff;
  border-radius: 12px;
  margin: 16px;
  overflow: hidden;
}
.payment-summary-card .payment-summary-header {
  padding: 20px 16px;
}
.payment-summary-card .payment-summary-header .payment-summary-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 16px 0;
}
.payment-summary-card .payment-summary-header .payment-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-summary-card .payment-summary-header .payment-summary-total .total-cost__expand-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment-summary-card .payment-summary-header .payment-summary-total .total-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
}
.payment-summary-card .payment-summary-header .payment-summary-total .total-amount {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}
.payment-summary-card .payment-summary-header .payment-summary-total .total-amount .currency {
  font-size: 16px;
  color: #111827;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
}
.payment-summary-card .payment-summary-header .payment-summary-total .collapse-btn {
  background: #fff;
  border: 1px solid #1e8fdd;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.payment-summary-card .payment-summary-header .payment-summary-total .collapse-btn .collapse-text {
  color: #1e8fdd;
  font-weight: 400;
  font-size: 12px;
}
.payment-summary-card .payment-summary-header .payment-summary-total .collapse-btn .collapse-icon {
  width: 20px;
  height: 20px;
  background: #1976d2;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}
.payment-summary-card .payment-summary-header .payment-summary-total .collapse-btn:hover {
  background: #bbdefb;
}
.payment-summary-card .payment-summary-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.payment-summary-card .payment-summary-details.expanded {
  max-height: 2000px;
}
.payment-summary-card .payment-summary-details .details-container {
  padding: 0 24px;
  border: 1px solid #f0f0f0;
  margin: 0 16px 16px 16px;
  border-radius: 8px;
  background: #fafafa;
}
.payment-summary-card .payment-summary-details .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}
.payment-summary-card .payment-summary-details .detail-row:last-child {
  border-bottom: none;
}
.payment-summary-card .payment-summary-details .detail-row.highlight {
  font-weight: 700;
}
.payment-summary-card .payment-summary-details .detail-row .detail-label {
  font-size: 16px;
  color: #111827;
  font-weight: 600;
}
.payment-summary-card .payment-summary-details .detail-row .detail-value {
  font-size: 16px;
  color: #111827;
  font-weight: 600;
}
.payment-summary-card .payment-summary-details .detail-row .detail-value .currency {
  font-size: 16px;
  color: #111827;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
}
.payment-summary-card .payment-summary-details .detail-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
}
.payment-summary-card .payment-summary-details .detail-section .section-header .section-label-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment-summary-card .payment-summary-details .detail-section .section-header .section-label {
  font-size: 16px;
  color: #111827;
  font-weight: 600;
  flex: 1;
}
.payment-summary-card .payment-summary-details .detail-section .section-header .section-value {
  font-size: 16px;
  color: #111827;
  font-weight: 600;
  margin-right: 12px;
}
.payment-summary-card .payment-summary-details .detail-section .section-header .section-value .currency {
  font-size: 16px;
  color: #111827;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
}
.payment-summary-card .payment-summary-details .detail-section .section-header .section-arrow {
  transition: transform 0.3s ease;
}
.payment-summary-card .payment-summary-details .detail-section .section-header .section-arrow.expanded {
  transform: rotate(180deg);
}
.payment-summary-card .payment-summary-details .detail-section .section-content {
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  background: white;
  margin-bottom: 15px;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-row:last-child {
  border-bottom: none;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-row .sub-detail-label {
  font-size: 14px;
  color: #374151;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-row .sub-detail-value {
  font-size: 14px;
  color: #374151;
  font-weight: 600;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-row .sub-detail-value .currency {
  font-size: 14px;
  color: #374151;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .promotion-items {
  padding: 0 10px;
  background: rgba(30, 143, 221, 0.0509803922);
  border-radius: 7px;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .promotion-items .promotion-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .promotion-items .promotion-item .radio-btn {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  margin-right: 12px;
  position: relative;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .promotion-items .promotion-item .radio-btn.selected {
  border-color: #1976d2;
  background: #1976d2;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .promotion-items .promotion-item .radio-btn.selected::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.payment-summary-card .payment-summary-details .detail-section .section-content .promotion-items .promotion-item .promotion-text {
  flex: 1;
  font-size: 14px;
  color: #374151;
  margin-left: 5px;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .promotion-items .promotion-item .promotion-value {
  font-size: 14px;
  color: #374151;
  font-weight: 600;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .promotion-items .promotion-item .promotion-value .currency {
  font-size: 14px;
  color: #374151;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section {
  margin-top: 12px;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-weight: 600;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-header .sub-section-label {
  font-size: 14px;
  color: #111827;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-header .sub-section-value {
  font-size: 14px;
  color: #111827;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-header .sub-section-value .currency {
  font-size: 14px;
  color: #111827;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-items {
  padding: 10px;
  background: rgba(30, 143, 221, 0.0509803922);
  border-radius: 7px;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-items .sub-section-item {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-items .sub-section-item .bullet-point {
  color: #1976d2;
  font-weight: bold;
  margin-right: 8px;
  font-size: 16px;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-items .sub-section-item .item-text {
  flex: 1;
  font-size: 14px;
  color: #374151;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-items .sub-section-item .item-value {
  font-size: 14px;
  color: #374151;
  font-weight: 600;
}
.payment-summary-card .payment-summary-details .detail-section .section-content .sub-detail-section .sub-section-items .sub-section-item .item-value .currency {
  font-size: 14px;
  color: #374151;
  text-decoration: underline;
  position: relative;
  top: -0.2em;
  margin-left: 2px;
}
.payment-summary-card .payment-summary-details .final-total {
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  margin-bottom: 16px;
}
.payment-summary-card .payment-summary-details .final-total .final-total-note {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.payment-summary-footer {
  padding: 0px 16px;
}
.payment-summary-footer .download-btn {
  width: 100%;
  background: white;
  color: black;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  border: 1px solid #e5e7eb;
}
.payment-summary-footer .download-btn .download-icon {
  font-size: 18px;
}
.payment-summary-footer .download-text {
  font-size: 16px;
  color: #1e65c0;
}

/* Responsive Payment Summary */
@media (max-width: 768px) {
  .payment-summary-card {
    margin: 12px 0;
  }
  .payment-summary-card .payment-summary-header {
    padding: 16px 20px;
  }
  .payment-summary-card .payment-summary-header .payment-summary-title {
    font-size: 1.25rem;
  }
  .payment-summary-card .payment-summary-header .payment-summary-total {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .payment-summary-card .payment-summary-header .payment-summary-total .total-amount {
    font-size: 16px;
  }
  .payment-summary-card .payment-summary-header .payment-summary-total .total-amount .currency {
    font-size: 16px;
  }
  .payment-summary-card .payment-summary-header .payment-summary-total .collapse-btn {
    align-self: flex-end;
  }
  .payment-summary-card .payment-summary-details .details-container {
    margin: 0 12px 12px 12px;
    padding: 0 16px;
  }
  .payment-summary-card .payment-summary-details .detail-row {
    padding: 12px 0;
  }
  .payment-summary-card .payment-summary-details .detail-row .detail-label,
  .payment-summary-card .payment-summary-details .detail-row .detail-value {
    font-size: 14px;
  }
  .payment-summary-card .payment-summary-details .detail-section .section-header {
    padding: 12px 0;
  }
  .payment-summary-card .payment-summary-details .detail-section .section-header .section-label {
    font-size: 14px;
  }
  .payment-summary-card .payment-summary-details .detail-section .section-header .section-value {
    font-size: 14px;
  }
  .payment-summary-card .payment-summary-details .final-total .final-total-label {
    font-size: 1rem;
  }
  .payment-summary-card .payment-summary-details .final-total .final-total-value {
    font-size: 1.75rem;
  }
  .payment-summary-card .payment-summary-details .final-total .final-total-value .currency {
    font-size: 1.75rem;
  }
}
.payment-summary-footer {
  padding: 0px 20px;
}
.payment-summary-footer .download-btn {
  font-size: 14px;
  padding: 10px 12px;
}

/* 360° View Toggle */
.car-image-viewport {
  position: relative;
}
.car-image-viewport .cloudimage-360-container {
  display: none;
}
.car-image-viewport .cloudimage-360-container.active {
  display: block;
}
.car-image-viewport .main-car-image {
  display: block;
}
.car-image-viewport .main-car-image.hidden {
  display: none;
}

/* Responsive 360° View */
@media (max-width: 768px) {
  .cloudimage-360-container {
    min-height: 300px;
  }
  .cloudimage-360-container .cloudimage-360 {
    min-height: 300px;
  }
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-left,
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-right {
    padding: 6px;
  }
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-left:before,
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-right:before {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .cloudimage-360-container {
    min-height: 250px;
  }
  .cloudimage-360-container .cloudimage-360 {
    min-height: 250px;
  }
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-left,
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-right {
    padding: 4px;
  }
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-left:before,
  .cloudimage-360-container .cloudimage-360 .cloudimage-360-right:before {
    width: 20px;
    height: 20px;
  }
}
.car-detail-page {
  width: 100%;
  padding: 0 16%;
  margin: 0 auto;
  padding-bottom: 32px;
}
@media (max-width: 1680px) {
  .car-detail-page {
    padding: 0 10%;
  }
}
@media (max-width: 1440px) {
  .car-detail-page {
    padding: 0 10%;
  }
}
@media (max-width: 1280px) {
  .car-detail-page {
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  .car-detail-page {
    padding: 0 6%;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .car-detail-page {
    padding: 0 4%;
    padding-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .car-detail-page {
    padding: 0 3%;
  }
}
@media (max-width: 480px) {
  .car-detail-page {
    padding: 0 15px;
    padding-bottom: 12px;
  }
}

.booking-car {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
  font-family: "MyriadPro-Semibold";
  color: #23262F;
}
.booking-car_container .header-booing {
  justify-content: space-between;
  display: flex;
  margin-top: 50px;
  color: black;
}
.booking-car_container .header-booing .name-book-car {
  padding-right: 10px;
}
@media (min-width: 576px) {
  .booking-car_container .header-booing .name-book-car {
    padding-right: 0;
  }
}
.booking-car_container .header-booing .tiep {
  padding: 6px 16px;
  border-radius: 8px;
  border: 1px solid #e1e6ef;
  background: #eff8ff;
  align-items: center;
  display: flex;
  color: #686868;
}
.booking-car_container .line {
  border: 1px solid #e1e6ef;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .booking-car_container .line {
    margin: 24px 0;
  }
}
.booking-car_container .title-page {
  text-align: center;
  margin-bottom: 36px;
  color: #02498b;
}
.booking-car_container .container-step {
  margin-top: 50px;
}
.booking-car_container .container-step .ant-steps-item-icon {
  font-family: "MyriadPro-Semibold";
  color: white;
}
.booking-car_container .container-step .ant-steps-item-description {
  font-family: "MyriadPro-Regular";
  white-space: nowrap !important;
}
.booking-car_container .container-step .ant-steps-item-active .ant-steps-item-icon {
  background-color: #3b82f6;
}
.booking-car_container .container-step .ant-steps-item-active .ant-steps-item-title {
  color: #3b82f6 !important;
}
.booking-car_container .container-step .ant-steps-item-active .ant-steps-item-description {
  font-family: "MyriadPro-Regular";
  white-space: nowrap !important;
}
.booking-car_container .container-step .ant-steps-item-finish .ant-steps-item-icon {
  background-color: #32a85b;
  color: white;
}
.booking-car_container .container-step .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon,
.booking-car_container .container-step .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #fff !important;
}
.booking-car_container .container-step .ant-steps-item-finish .ant-steps-item-title {
  color: #32a85b !important;
}
.booking-car_container .container-step .ant-steps-item-finish .ant-steps-item-title::after {
  background: #32a85b !important;
}
@media (max-width: 728px) {
  .booking-car_container .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }
}
.booking-car_container .next-step {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 36px;
  position: relative;
}
.booking-car_container .next-step::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e5e7eb;
  z-index: 1;
}
.booking-car_container .next-step::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  height: 2px;
  background: #3b82f6;
  z-index: 2;
  width: 0;
  transition: width 0.3s ease;
}
.booking-car_container .next-step .item {
  flex: 1;
  position: relative;
  z-index: 3;
  padding-bottom: 40px;
}
.booking-car_container .next-step .item .number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: bold;
}
.booking-car_container .next-step .item .step {
  margin-top: 12px;
  font-size: 16px;
  color: #111;
}
.booking-car_container .next-step .item.active .number {
  background: #3b82f6;
  color: #fff;
}
.booking-car_container .next-step .item.active .step {
  color: #3b82f6;
}
.booking-car_container .next-step.step-1::after {
  width: 0%;
}
.booking-car_container .next-step.step-2::after {
  width: 50%;
}
.booking-car_container .next-step.step-3::after {
  width: 100%;
}
.booking-car_container .steps-content {
  color: #23262f;
}
.booking-car_container .steps-content .content-book-car {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 0px 30px;
}
@media (max-width: 768px) {
  .booking-car_container .steps-content .content-book-car {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 16px;
  }
}
.booking-car_container .steps-content .content-book-car .left-content .select-province-showroom {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
}
.booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .title-left {
  margin-bottom: 25px;
  color: #23262f;
}
.booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .provinces,
.booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .showrooms {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .provinces .option-province,
.booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .provinces .option-showroom,
.booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .showrooms .option-province,
.booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .showrooms .option-showroom {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
}
.booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .note {
  padding: 15px 12px;
  background: #f8fafc;
  border-radius: 7px;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .title-info {
  margin-bottom: 25px;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .title-type,
.booking-car_container .steps-content .content-book-car .left-content .info-client .title-purpose,
.booking-car_container .steps-content .content-book-car .left-content .info-client .title-method {
  margin-bottom: 8px;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-client,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-purpose,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-method {
  display: flex;
  margin-bottom: 20px;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-client .type-1,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-client .type-2,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-purpose .type-1,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-purpose .type-2,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-method .type-1,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-method .type-2 {
  align-items: center;
  display: flex;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-client .type-1 label,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-client .type-2 label,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-purpose .type-1 label,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-purpose .type-2 label,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-method .type-1 label,
.booking-car_container .steps-content .content-book-car .left-content .info-client .type-method .type-2 label {
  margin-bottom: 0;
  margin-left: 5px;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .name,
.booking-car_container .steps-content .content-book-car .left-content .info-client .cccd,
.booking-car_container .steps-content .content-book-car .left-content .info-client .phone-number,
.booking-car_container .steps-content .content-book-car .left-content .info-client .email {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .name label,
.booking-car_container .steps-content .content-book-car .left-content .info-client .cccd label,
.booking-car_container .steps-content .content-book-car .left-content .info-client .phone-number label,
.booking-car_container .steps-content .content-book-car .left-content .info-client .email label {
  margin-bottom: 5px;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .name input,
.booking-car_container .steps-content .content-book-car .left-content .info-client .cccd input,
.booking-car_container .steps-content .content-book-car .left-content .info-client .phone-number input,
.booking-car_container .steps-content .content-book-car .left-content .info-client .email input {
  padding: 10px 12px;
  border-radius: 7px;
  border: 1px solid #e5e7eb;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .steps-actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .steps-actions .btn-prev {
  width: 30%;
  margin-right: 12px;
  background: #ffffff;
  color: #02498b;
  padding: 14px 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: center;
}
.booking-car_container .steps-content .content-book-car .left-content .info-client .steps-actions .btn-next {
  width: 70%;
  background: #1e65c0;
  color: #ffffff;
  padding: 14px 0;
  border: 1px solid #1e65c0;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .booking-car_container .steps-content .content-book-car .left-content .select-province-showroom {
    margin-bottom: 16px;
    padding: 16px;
  }
  .booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .title-left,
  .booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .provinces,
  .booking-car_container .steps-content .content-book-car .left-content .select-province-showroom .showrooms {
    margin-bottom: 16px;
  }
  .booking-car_container .steps-content .content-book-car .left-content .info-client {
    padding: 16px;
  }
  .booking-car_container .steps-content .content-book-car .left-content .info-client .title-info,
  .booking-car_container .steps-content .content-book-car .left-content .info-client .title-purpose,
  .booking-car_container .steps-content .content-book-car .left-content .info-client .title-method,
  .booking-car_container .steps-content .content-book-car .left-content .info-client .type-client,
  .booking-car_container .steps-content .content-book-car .left-content .info-client .type-purpose,
  .booking-car_container .steps-content .content-book-car .left-content .info-client .type-method,
  .booking-car_container .steps-content .content-book-car .left-content .info-client .name,
  .booking-car_container .steps-content .content-book-car .left-content .info-client .cccd,
  .booking-car_container .steps-content .content-book-car .left-content .info-client .phone-number {
    margin-bottom: 16px;
  }
  .booking-car_container .steps-content .content-book-car .left-content .info-client input[type=text] {
    padding: 8px 10px;
  }
}
.booking-car_container .steps-content .content-book-car .info-client1 {
  grid-column: 1/-1;
  grid-row: 3;
  width: 100%;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
  padding-bottom: 0px;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .img-car {
  margin-top: 20px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .img-car img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
  max-height: 220px;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .version {
  margin-top: 30px;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .version .title {
  margin-bottom: 15px;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .version .list-version {
  border-radius: 7px;
  border: 1px solid #e5e7eb;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .version .list-version .name-version {
  display: flex;
  flex-direction: column;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .version .list-version .price {
  color: #02498b;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .colors .title {
  margin-bottom: 20px;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .colors .interior,
.booking-car_container .steps-content .content-book-car .right-content .info-car .colors .exterior {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.booking-car_container .steps-content .content-book-car .right-content .info-car .colors .exterior {
  margin-bottom: 0px !important;
}
.booking-car_container .steps-content .content-book-car .right-content .banking {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .title-banking {
  margin-bottom: 25px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .rolling-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .rolling-price .price {
  display: flex;
  align-items: center;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .rolling-price .price span {
  color: #1e8fdd;
  border-radius: 8px;
  padding: 5px 10px #1e8fdd;
  border: 1px solid;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .rolling-price .price span svg {
  margin-right: 5px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .rolling-price .price .cost {
  margin-left: 8px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price {
  margin-bottom: 25px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail {
  padding: 10px 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #e5e7eb;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible {
  flex-direction: column;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-header .text-with-arrow {
  display: flex;
  align-items: center;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-header .text-with-arrow svg {
  transition: transform 0.3s ease;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-header .text-with-arrow svg.rotate-180 {
  transform: rotate(180deg);
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-header:hover {
  opacity: 0.8;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content {
  padding-top: 15px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content .sub-item-detail {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 8px 15px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content .sub-item-detail .text {
  color: #666;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content .sub-section-detail {
  margin-top: 10px;
  padding: 12px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content .sub-section-detail .sub-section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content .sub-section-detail .sub-section-header .text {
  color: #333;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content .sub-section-detail .sub-section-items .sub-section-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6px 0;
  gap: 8px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content .sub-section-detail .sub-section-items .sub-section-item .bullet {
  color: #1e8fdd;
  font-weight: bold;
  flex-shrink: 0;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content .sub-section-detail .sub-section-items .sub-section-item .text {
  flex: 1;
  color: #666;
  font-size: 12px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .item-detail.section-collapsible .section-content .sub-section-detail .sub-section-items .sub-section-item .price {
  flex-shrink: 0;
  color: #333;
  text-align: right;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .total {
  border: none;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .total .text,
.booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price .detail .total .price {
  color: #1e8fdd;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .deposit {
  margin-bottom: 25px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .deposit .price,
.booking-car_container .steps-content .content-book-car .right-content .banking .deposit .method-deposit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .deposit .method-deposit {
  padding: 15px 12px;
  border-radius: 7px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  margin-bottom: 0px !important;
}
.booking-car_container .steps-content .content-book-car .right-content .banking .remaining-amount {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .booking-car_container .steps-content .content-book-car .right-content .banking,
  .booking-car_container .steps-content .content-book-car .right-content .info-car {
    margin-bottom: 20px;
    padding: 16px;
  }
  .booking-car_container .steps-content .content-book-car .right-content .banking .img-car,
  .booking-car_container .steps-content .content-book-car .right-content .banking .version,
  .booking-car_container .steps-content .content-book-car .right-content .banking .colors,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .img-car,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .version,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .colors {
    margin-top: 16px;
  }
  .booking-car_container .steps-content .content-book-car .right-content .banking .img-car .list-version,
  .booking-car_container .steps-content .content-book-car .right-content .banking .version .list-version,
  .booking-car_container .steps-content .content-book-car .right-content .banking .colors .list-version,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .img-car .list-version,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .version .list-version,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .colors .list-version {
    margin-bottom: 16px;
  }
  .booking-car_container .steps-content .content-book-car .right-content .banking .title-banking,
  .booking-car_container .steps-content .content-book-car .right-content .banking .rolling-price,
  .booking-car_container .steps-content .content-book-car .right-content .banking .detail-rolling-price,
  .booking-car_container .steps-content .content-book-car .right-content .banking .deposit,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .title-banking,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .rolling-price,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .detail-rolling-price,
  .booking-car_container .steps-content .content-book-car .right-content .info-car .deposit {
    margin-bottom: 16px;
  }
}
.booking-car_container .steps-content .section-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .booking-car_container .steps-content .section-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.booking-car_container .steps-content .section-2 .select-deposit {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
}
.booking-car_container .steps-content .section-2 .select-deposit .title-select {
  margin-bottom: 25px;
}
.booking-car_container .steps-content .section-2 .select-deposit .option {
  margin-bottom: 15px;
}
.booking-car_container .steps-content .section-2 .select-deposit .option label {
  margin-right: 5px;
}
.booking-car_container .steps-content .section-2 .select-deposit .enter-deposit {
  display: flex;
  flex-direction: column;
}
.booking-car_container .steps-content .section-2 .select-deposit .enter-deposit input {
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  padding: 10px 12px;
}
.booking-car_container .steps-content .section-2 .select-method {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
}
.booking-car_container .steps-content .section-2 .select-method .title-method {
  margin-bottom: 25px;
}
.booking-car_container .steps-content .section-2 .select-method .option {
  display: flex;
  align-items: start;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 20px 25px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .booking-car_container .steps-content .section-2 .select-method .option {
    padding: 16px;
  }
}
.booking-car_container .steps-content .section-2 .select-method .option label {
  margin-left: 12px;
  display: flex;
  align-items: start;
  gap: 10px;
}
.booking-car_container .steps-content .section-2 .select-method .option label .name-option .btns {
  padding: 10px 15px;
  border-radius: 7px;
  border: 1px solid #e5e7eb;
}
.booking-car_container .steps-content .section-2 .select-method .option:last-child {
  margin-bottom: 0 !important;
}
.booking-car_container .steps-content .section-2 .select-method .active {
  background: #f8fafc;
  border: 1px solid #1e8fdd;
}
.booking-car_container .steps-content .section-2 .select-car-viewing {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.booking-car_container .steps-content .section-2 .select-car-viewing .title {
  margin-bottom: 25px;
}
.booking-car_container .steps-content .section-2 .select-car-viewing .appointment-date,
.booking-car_container .steps-content .section-2 .select-car-viewing .note {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.booking-car_container .steps-content .section-2 .select-car-viewing .appointment-date input,
.booking-car_container .steps-content .section-2 .select-car-viewing .note input {
  border-radius: 7px;
  border: 1px solid #e5e7eb;
  padding: 8px 16px;
}
.booking-car_container .steps-content .section-2 .select-car-viewing .note {
  margin-bottom: 0px !important;
}
.booking-car_container .steps-content .section-2 .select-car-viewing .note .dec {
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #e5e7eb;
}
.booking-car_container .steps-content .section-2 .select-car-viewing .steps-actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.booking-car_container .steps-content .section-2 .select-car-viewing .steps-actions .btn-prev {
  width: 30%;
  margin-right: 12px;
  background: #ffffff;
  color: #02498b;
  padding: 14px 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: center;
}
.booking-car_container .steps-content .section-2 .select-car-viewing .steps-actions .btn-next {
  width: 70%;
  background: #1e65c0;
  color: #ffffff;
  padding: 14px 0;
  border: 1px solid #1e65c0;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .booking-car_container .steps-content .section-2 .select-deposit,
  .booking-car_container .steps-content .section-2 .select-method,
  .booking-car_container .steps-content .section-2 .select-car-viewing {
    margin-bottom: 20px;
    padding: 16px;
  }
  .booking-car_container .steps-content .section-2 .select-deposit .title-select,
  .booking-car_container .steps-content .section-2 .select-deposit .title-method,
  .booking-car_container .steps-content .section-2 .select-deposit .title,
  .booking-car_container .steps-content .section-2 .select-deposit .appointment-date,
  .booking-car_container .steps-content .section-2 .select-method .title-select,
  .booking-car_container .steps-content .section-2 .select-method .title-method,
  .booking-car_container .steps-content .section-2 .select-method .title,
  .booking-car_container .steps-content .section-2 .select-method .appointment-date,
  .booking-car_container .steps-content .section-2 .select-car-viewing .title-select,
  .booking-car_container .steps-content .section-2 .select-car-viewing .title-method,
  .booking-car_container .steps-content .section-2 .select-car-viewing .title,
  .booking-car_container .steps-content .section-2 .select-car-viewing .appointment-date {
    margin-bottom: 16px;
  }
}
.booking-car_container .steps-content .container-section-3 .confirm {
  display: flex;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #32a85b;
  margin-bottom: 30px;
  background: rgba(50, 168, 91, 0.0509803922);
}
.booking-car_container .steps-content .container-section-3 .confirm .icon {
  margin-right: 20px;
}
.booking-car_container .steps-content .container-section-3 .confirm .content .text,
.booking-car_container .steps-content .container-section-3 .confirm .content .dec {
  color: #1d7c3e;
}
.booking-car_container .steps-content .container-section-3 .Order-summary {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
}
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info {
  margin-top: 25px;
}
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info .name-car,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info .version-car,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info .color-car,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info .type-client,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info .name-client,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info .phone-client,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info .email-client,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info .name-car,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info .version-car,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info .color-car,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info .type-client,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info .name-client,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info .phone-client,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info .email-client {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info .color-car,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-car .info .email-client,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info .color-car,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client .info-client .info .email-client {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .booking-car_container .steps-content .container-section-3 .Order-summary .info-car-client {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.booking-car_container .steps-content .container-section-3 .Order-summary .info-banking {
  padding: 20px;
  background: #f8fafc;
  border-radius: 7px;
  margin: 30px 0;
}
.booking-car_container .steps-content .container-section-3 .Order-summary .info-banking .info {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.booking-car_container .steps-content .container-section-3 .Order-summary .info-banking .info .deposits-money,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-banking .info .method-banking,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-banking .info .total-cost,
.booking-car_container .steps-content .container-section-3 .Order-summary .info-banking .info .remaining-cost {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .booking-car_container .steps-content .container-section-3 .Order-summary .info-banking .info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.booking-car_container .steps-content .container-section-3 .Order-summary .next-steps .title {
  margin-bottom: 25px;
}
.booking-car_container .steps-content .container-section-3 .Order-summary .next-steps .step {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.booking-car_container .steps-content .container-section-3 .Order-summary .next-steps .step .icon-number {
  margin-right: 15px;
}
.booking-car_container .steps-content .container-section-3 .Order-summary .next-steps .step .text .title-text {
  margin-bottom: 7px;
}
.booking-car_container .steps-content .container-section-3 .support-contact-information {
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .title {
  margin-bottom: 15px;
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-hotline,
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-email,
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-showroom {
  display: flex;
  padding: 20px;
  border-radius: 6px;
  align-items: center;
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-hotline .icon,
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-email .icon,
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-showroom .icon {
  margin-right: 15px;
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-hotline .info .text,
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-email .info .text,
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-showroom .info .text {
  margin-bottom: 6px;
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-hotline {
  border: 1px solid #1e8fdd;
  background: rgba(30, 143, 221, 0.05);
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-hotline .phone {
  color: #1e8fdd;
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-email {
  border: 1px solid #32a85b;
  background: rgba(50, 168, 91, 0.05);
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-email .email {
  color: #32a85b;
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-showroom {
  border: 1px solid #ff861c;
  background: rgba(255, 134, 28, 0.05);
}
.booking-car_container .steps-content .container-section-3 .support-contact-information .info-support .info-showroom .showroom {
  color: #ff861c;
}
@media (max-width: 768px) {
  .booking-car_container .steps-content .container-section-3 .support-contact-information .info-support {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.booking-car_container .steps-content .container-section-3 .confirm-client {
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-top: 30px;
}
.booking-car_container .steps-content .container-section-3 .confirm-client .title {
  margin-bottom: 25px;
}
.booking-car_container .steps-content .container-section-3 .confirm-client .item-confirm {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.booking-car_container .steps-content .container-section-3 .confirm-client .item-confirm input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.booking-car_container .steps-content .container-section-3 .confirm-client .item-confirm .text {
  margin-left: 12px;
}
.booking-car_container .steps-content .container-section-3 .confirm-client .item-confirm:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .booking-car_container .steps-content .container-section-3 .confirm,
  .booking-car_container .steps-content .container-section-3 .Order-summary,
  .booking-car_container .steps-content .container-section-3 .support-contact-information,
  .booking-car_container .steps-content .container-section-3 .confirm-client {
    padding: 16px;
    margin-bottom: 16px;
  }
}
.booking-car_container .steps-content .container-section-3 .steps-actionss {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.booking-car_container .steps-content .container-section-3 .steps-actionss .btn-prev {
  width: 100%;
  background: #ffffff;
  color: #02498b;
  padding: 14px 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: center;
}
.booking-car_container .steps-content .container-section-3 .steps-actionss .btn-next {
  width: 70%;
  background: #1e65c0;
  color: #ffffff;
  padding: 14px 0;
  border: 1px solid #1e65c0;
  border-radius: 8px;
  text-align: center;
}
.booking-car_container .right-section-2 .info-car {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
}
.booking-car_container .right-section-2 .info-car .title,
.booking-car_container .right-section-2 .info-car .version,
.booking-car_container .right-section-2 .info-car .color {
  display: flex;
  justify-content: space-between;
}
.booking-car_container .right-section-2 .info-car .title {
  margin-bottom: 25px;
}
.booking-car_container .right-section-2 .info-car .title .name {
  background: #f8fafc;
  border-radius: 7px;
  border: 1px solid #e5e7eb;
  color: #686868;
  padding: 10px 15px;
}
.booking-car_container .right-section-2 .info-car .version {
  margin-bottom: 20px;
}
.booking-car_container .right-section-2 .info-client {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
}
.booking-car_container .right-section-2 .info-client .title {
  margin-bottom: 25px;
}
.booking-car_container .right-section-2 .info-client .type-client,
.booking-car_container .right-section-2 .info-client .names,
.booking-car_container .right-section-2 .info-client .phones,
.booking-car_container .right-section-2 .info-client .email {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.booking-car_container .right-section-2 .info-client .email {
  margin-bottom: 0px !important;
}
.booking-car_container .right-section-2 .payment-summary {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  position: relative;
}
.booking-car_container .right-section-2 .payment-summary .title {
  margin-bottom: 25px;
}
.booking-car_container .right-section-2 .payment-summary .price-total,
.booking-car_container .right-section-2 .payment-summary .deposit-money,
.booking-car_container .right-section-2 .payment-summary .method-deposit,
.booking-car_container .right-section-2 .payment-summary .total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.booking-car_container .right-section-2 .payment-summary .price-total {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}
.booking-car_container .right-section-2 .payment-summary .price-total .price-total__summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 8px 0;
}
.booking-car_container .right-section-2 .payment-summary .price-total .price-total__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid #1e8fdd;
  padding: 5px 10px;
  border-radius: 8px;
  cursor: pointer;
}
.booking-car_container .right-section-2 .payment-summary .price-total .price-total__icon {
  display: block;
}
.booking-car_container .right-section-2 .payment-summary .price-total .price-total__toggle-text {
  color: #1e8fdd;
}
.booking-car_container .right-section-2 .payment-summary .price-total .price {
  display: flex;
  align-items: center;
}
.booking-car_container .right-section-2 .payment-summary .price-total .price span {
  margin-right: 10px;
  color: #1e8fdd;
  border-radius: 8px;
  padding: 5px 10px;
  border: 1px solid;
  display: flex;
  align-items: center;
}
.booking-car_container .right-section-2 .payment-summary .price-total .price span svg {
  margin-right: 5px;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box {
  background: #f8fafc;
  border: 1px solid #e1e6ef;
  border-radius: 7px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(30, 47, 64, 0.08);
  margin-bottom: 25px;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .car-cost-box__row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #2c2f36;
  border-bottom: 1px solid transparent;
  margin-bottom: 15px;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .car-cost-box__row + .car-cost-box__row {
  margin-top: 2px;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .line {
  border: 1px solid #e1e6ef;
  margin: 15px 0;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .car-cost-box__price {
  font-weight: 600;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .car-cost-box__discount {
  font-weight: 600;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .car-cost-box__sub {
  background: #ffffff;
  border: 1px solid #e6eef6;
  border-radius: 7px;
  padding: 15px 10px;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .car-cost-box__list {
  list-style: none;
  margin: 8px 0 0;
  border-radius: 7px;
  padding: 10px;
  background: rgba(30, 143, 221, 0.0509803922);
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .car-cost-box__list li {
  position: relative;
  padding-left: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin: 6px 0;
  color: #333;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .car-cost-box__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d6efd;
}
.booking-car_container .right-section-2 .payment-summary .car-cost-box .car-cost-box__total {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: 700;
  color: #1e8fdd;
}
.booking-car_container .right-section-2 .payment-summary .method-deposit {
  padding: 15px 12px;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.booking-car_container .right-section-2 .payment-summary .total {
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .booking-car_container .right-section-2 .info-client,
  .booking-car_container .right-section-2 .info-car,
  .booking-car_container .right-section-2 .payment-summary {
    margin-bottom: 20px;
    padding: 16px;
  }
  .booking-car_container .right-section-2 .info-client .title,
  .booking-car_container .right-section-2 .info-client .version,
  .booking-car_container .right-section-2 .info-client .type-client,
  .booking-car_container .right-section-2 .info-client .names,
  .booking-car_container .right-section-2 .info-client .phones,
  .booking-car_container .right-section-2 .info-client .price-total,
  .booking-car_container .right-section-2 .info-client .deposit-money,
  .booking-car_container .right-section-2 .info-client .method-deposit,
  .booking-car_container .right-section-2 .info-car .title,
  .booking-car_container .right-section-2 .info-car .version,
  .booking-car_container .right-section-2 .info-car .type-client,
  .booking-car_container .right-section-2 .info-car .names,
  .booking-car_container .right-section-2 .info-car .phones,
  .booking-car_container .right-section-2 .info-car .price-total,
  .booking-car_container .right-section-2 .info-car .deposit-money,
  .booking-car_container .right-section-2 .info-car .method-deposit,
  .booking-car_container .right-section-2 .payment-summary .title,
  .booking-car_container .right-section-2 .payment-summary .version,
  .booking-car_container .right-section-2 .payment-summary .type-client,
  .booking-car_container .right-section-2 .payment-summary .names,
  .booking-car_container .right-section-2 .payment-summary .phones,
  .booking-car_container .right-section-2 .payment-summary .price-total,
  .booking-car_container .right-section-2 .payment-summary .deposit-money,
  .booking-car_container .right-section-2 .payment-summary .method-deposit {
    margin-bottom: 16px;
  }
}
.booking-car_container .btn-redirect {
  display: flex;
  margin-top: 36px;
  justify-content: space-between;
}
.booking-car_container .btn-redirect .btn-next {
  padding: 22px 0;
  border-radius: 8px;
  border: 1px solid #e6e8ec;
  width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.booking-car_container .btn-redirect .btn-prev {
  padding: 22px 0;
  background: #1e65c0;
  border-radius: 8px;
  width: 130px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.booking-car .modal-content {
  padding: 20px;
  border-radius: 27px 24px 16px 24px;
}
.booking-car .modal-content .line-modal {
  border: 1px solid #e6e8ec;
  margin: 8px 0;
}
.booking-car .modal-content .deail-endow .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.booking-car .modal-content .present .item {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .options .option {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .state-fees .item {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .tax-amount {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .present .price {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .btn-down {
  border: 1px solid #e6e8ec;
  background: white;
  padding: 17px 0;
  color: #3b82f6;
  border-radius: 6px;
}
.booking-car .modal-content .nim-iy {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .btn-redirect {
  display: flex;
  margin-top: 36px;
  justify-content: space-between;
}
.booking-car .modal-content .btn-redirect .btn-next {
  padding: 22px 0;
  border-radius: 8px;
  border: 1px solid #e6e8ec;
  width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.booking-car .modal-content .btn-redirect .btn-prev {
  padding: 22px 0;
  background: #1e65c0;
  border-radius: 8px;
  width: 130px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.booking-car .modal-content {
  padding: 20px;
  border-radius: 27px 24px 16px 24px;
}
.booking-car .modal-content .line-modal {
  border: 1px solid #e6e8ec;
  margin: 8px 0;
}
.booking-car .modal-content .deail-endow .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.booking-car .modal-content .present .item {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .options .option {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .state-fees .item {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .tax-amount {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .present .price {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking-car .modal-content .btn-down {
  border: 1px solid #e6e8ec;
  background: white;
  padding: 17px 0;
  color: #3b82f6;
  border-radius: 6px;
}
.booking-car .modal-content .nim-iy {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}

.confirm-client {
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-top: 30px;
}
.confirm-client .title {
  margin-bottom: 25px;
}
.confirm-client .item-confirm {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.confirm-client .item-confirm input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.confirm-client .item-confirm .text {
  margin-left: 12px;
}
.confirm-client .item-confirm:last-child {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .confirm,
  .Order-summary,
  .support-contact-information,
  .confirm-client {
    padding: 16px;
    margin-bottom: 16px;
  }
}
.steps-actionss {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.steps-actionss .btn-prev {
  width: 30%;
  margin-right: 12px;
  background: #ffffff;
  color: #02498b;
  padding: 14px 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: center;
}
.steps-actionss .btn-next {
  width: 70%;
  background: #1e65c0;
  color: #ffffff;
  padding: 14px 0;
  border: 1px solid #1e65c0;
  border-radius: 8px;
  text-align: center;
}

.info-client1 .steps-actions.btn-redirect {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.info-client1 .steps-actions.btn-redirect .btn-prev {
  width: 30%;
  margin-right: 12px;
  background: #ffffff;
  color: #02498b;
  padding: 14px 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: center;
}
.info-client1 .steps-actions.btn-redirect .btn-next {
  width: 70%;
  background: #1e65c0;
  color: #ffffff;
  padding: 14px 0;
  border: 1px solid #1e65c0;
  border-radius: 8px;
  text-align: center;
}

:root {
  --primary-color: #1e65c0;
  --text-dark: #23262f;
  --text-light: #777e90;
  --text-body: #353945;
  --bg-light: #f4f5f6;
  --bg-white: #ffffff;
  --border-color: #e6e8ec;
  --primary-color: #1e65c0;
  --text-dark: #23262f;
  --text-light: #777e90;
  --text-body: #353945;
  --bg-light: #f4f5f6;
  --bg-white: #ffffff;
  --border-color: #e6e8ec;
}

body {
  margin: 0;
  font-family: "MyriadPro-Regular";
  background-color: var(--bg-white);
  color: var(--text-dark);
  overflow-x: hidden !important;
}

section#showroom-page {
  max-width: 1440px;
}

.container {
  width: 100%;
  max-width: 1387px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1115px;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 7px 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 7px 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  transition: all 0.3s ease;
}

.btn {
  font-size: 16px !important;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--bg-white);
  background-color: var(--primary-color);
  color: var(--bg-white);
}

.btn-primary:hover {
  opacity: 0.9;
  opacity: 0.9;
}

.btn-secondary {
  background-color: var(--bg-white);
  color: #000000;
  border: 1px solid var(--border-color);
  background-color: var(--bg-white);
  color: #000000;
  border: 1px solid var(--border-color);
}

.btn-secondary:hover {
  background-color: var(--bg-light);
  color: #000000;
}

/* ===== HERO BANNER ===== */
.hero-banner {
  position: relative;
  width: 100%;
  max-width: 1355px;
  height: 336px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .hero-banner {
    max-width: 1349px;
  }
}
@media (max-width: 1440px) {
  .hero-banner {
    max-width: 1155px;
  }
}
@media (max-width: 1280px) {
  .hero-banner {
    max-width: 1077px;
  }
}

.hero-background-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.map-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-marker {
  position: absolute;
  position: absolute;
}

.map-marker-1 {
  top: 168.55px;
  left: 250.81px;
  top: 168.55px;
  left: 250.81px;
}

.map-marker-2 {
  top: 157.75px;
  left: 315.6px;
  top: 157.75px;
  left: 315.6px;
}

.map-marker-3 {
  top: 209.35px;
  left: 210px;
  top: 209.35px;
  left: 210px;
}

.map-marker-4 {
  top: 131.35px;
  left: 414px;
  top: 131.35px;
  left: 414px;
}

.marker-shadow {
  position: absolute;
  top: -8.78px;
  left: -10.16px;
  transform: rotate(45deg);
  position: absolute;
  top: -8.78px;
  left: -10.16px;
  transform: rotate(45deg);
}

.marker-shadow-small {
  top: -7.87px;
  left: -9.11px;
  top: -7.87px;
  left: -9.11px;
}

.marker-base {
  position: absolute;
  top: 4.43px;
  left: 4.43px;
  position: absolute;
  top: 4.43px;
  left: 4.43px;
}

.marker-base-small {
  top: 3.97px;
  left: 3.97px;
  top: 3.97px;
  left: 3.97px;
}

.marker-icon {
  position: absolute;
  position: absolute;
}

.marker-icon-large {
  top: 14.57px;
  left: 7.6px;
  width: 30.71px;
  height: 16.91px;
  top: 14.57px;
  left: 7.6px;
  width: 30.71px;
  height: 16.91px;
}

.marker-icon-small {
  top: 13.04px;
  left: 6.8px;
  width: 27.52px;
  height: 15.14px;
  top: 13.04px;
  left: 6.8px;
  width: 27.52px;
  height: 15.14px;
}

.hero-card {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  background-color: var(--bg-white);
  border-radius: 14px;
  padding: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  width: 100%;
  max-width: 450px;
  z-index: 10;
}
@media (max-width: 1440px) {
  .hero-card {
    max-width: 45%;
  }
}

.hero-card-header {
  text-align: center;
  text-align: center;
}

.hero-card-header h2 {
  font-size: 29px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0 0 8px 0;
  font-size: 29px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0 0 8px 0;
}

.hero-card-header p {
  font-size: 17px;
  color: var(--text-light);
  margin: 0;
  font-size: 17px;
  color: var(--text-light);
  margin: 0;
}

.hero-stats {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 43%;
}

.stat-item {
  background-color: var(--bg-light);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  flex: 1;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--bg-light);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  flex: 1;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-number {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text-dark);
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text-dark);
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.3;
  margin: 0;
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.3;
  margin: 0;
}

.hero-button {
  width: 250px;
  height: 50px;
  width: 250px;
  height: 50px;
}

/* ===== SHOWROOM PAGE ===== */
.showroom-page-section {
  padding-top: 53px;
  padding-bottom: 53px;
  padding-top: 53px;
  padding-bottom: 53px;
}

.showroom-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 43px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 43px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 29px;
}

.showroom-page-title h2 {
  font-size: 43px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0 0 10px 0;
  font-size: 43px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0 0 10px 0;
}

.showroom-page-title p {
  font-size: 22px;
  color: #000000;
  margin: 0;
  font-size: 22px;
  color: #000000;
  margin: 0;
}

.search-form {
  background-color: var(--bg-light);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 384px;
  background-color: var(--bg-light);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 384px;
}

.search-form input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 17px;
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 17px;
}

.search-form input::-moz-placeholder {
  color: var(--text-light);
  color: var(--text-light);
}

.search-form input::placeholder {
  color: var(--text-light);
  color: var(--text-light);
}

.showroom-page-body {
  display: flex;
  gap: 43px;
  align-items: flex-start;
  display: flex;
  gap: 43px;
  align-items: flex-start;
}

/* ===== FILTER SIDEBAR ===== */
.filter-sidebars {
  flex: 0 0 260px;
  width: 260px;
  background-color: var(--bg-light);
  border-radius: 14px;
  padding: 16px 12px;
}

.filter-sidebars h3 {
  font-size: 18px;
  color: #23262F !important;
  font-weight: 600;
  margin: 0 0 16px 0;
}

/* .filter-sidebars hr {
border: none;
border-top: 1px solid #e5e7eb;
margin: 19px 0;
} */
.filter-group {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 19px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 19px;
}

.filter-group:last-child {
  margin-bottom: 0;
  border: none;
  margin-bottom: 0;
  border: none;
}

.filter-group summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  padding: 12px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  padding: 12px 0;
  list-style: none;
}

.filter-group summary::-webkit-details-marker {
  display: none;
  display: none;
}

.filter-group details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.filter-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.filter-btn,
.filter-btn-logo {
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 5px 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  min-height: 32px;
}

.filter-btn:hover,
.filter-btn-logo:hover {
  border-color: var(--primary-color);
  border-color: var(--primary-color);
}

.filter-btn span {
  font-weight: 900;
  color: var(--text-light);
}

.filter-btn-logo {
  font-weight: 600;
  color: var(--text-dark);
  padding: 8px 6px;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  text-align: left;
  justify-content: flex-start;
}

.filter-btn-logo img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.filter-btn-logo .brand-text {
  flex: 1;
  line-height: 1.2;
  font-size: 13px;
  word-wrap: break-word;
  hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.4em; /* 2 lines * 1.2 line-height */
}

.filter-btn.active {
  background-color: var(--bg-white);
  color: var(--text-dark);
  border-color: var(--primary-color);
  border-width: 2px;
}

.filter-btn:hover:not(.active) {
  background-color: var(--bg-light);
  border-color: var(--primary-color);
}

.filter-btn:focus {
  outline: none;
  box-shadow: none;
}

.filter-btn:focus:not(.active) {
  border-color: var(--border-color);
}

.filter-btn-logo.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
  border-width: 2px;
}

.filter-btn-logo:hover:not(.active) {
  border-color: var(--primary-color);
  background-color: var(--bg-light);
}

.filter-btn-logo:focus {
  outline: none;
  box-shadow: none;
}

.filter-btn-logo:focus:not(.active) {
  border-color: var(--border-color);
}

.filter-options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.filter-options-list label {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
}

.filter-options-list input[type=radio] {
  accent-color: var(--primary-color);
  cursor: pointer;
  accent-color: var(--primary-color);
  cursor: pointer;
}

/* ===== SHOWROOM CARDS ===== */
.showroom-page-list-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 29px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.showroom-page-location-group h3 {
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--border-color);
  margin: 0 0 29px 0;
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--border-color);
  margin: 0 0 29px 0;
}

.showroom-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
}

.showroom-page-card {
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.showroom-page-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.showroom-page-image {
  width: 100%;
  height: 186px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 186px;
  object-fit: cover;
}

.showroom-page-card-body {
  padding: 29px 19px 19px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  flex-grow: 1;
  padding: 29px 19px 19px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  flex-grow: 1;
}

.showroom-page-card-body h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.43px;
  margin: 0;
}

.showroom-page-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  background-color: var(--bg-white);
  border-radius: 120px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #3b82f6;
  border: 1px solid #e0e0e0;
  white-space: nowrap;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 120px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #3b82f6;
  border: 1px solid #e0e0e0;
  white-space: nowrap;
}

.showroom-page-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.showroom-page-info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 17px;
  line-height: 22px;
  color: var(--text-body);
  min-height: 24px;
}

.showroom-page-info li img,
.showroom-page-info li svg {
  width: 19px !important;
  height: 19px !important;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 1px;
}

.showroom-page-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.showroom-page-actions .btn {
  flex: 1;
  flex: 1;
}

/* ===== RESPONSIVE DESIGN ===== */
/* Desktop Large - 1440px and below */
@media (max-width: 1440px) {
  .showroom-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Tablet Landscape - 1190px and below */
@media (max-width: 1190px) {
  .hero-banner {
    height: auto;
    min-height: 300px;
    padding: 24px 16px;
    border-radius: 0px;
  }
  .hero-banner {
    height: auto;
    min-height: 300px;
    padding: 24px 16px;
    border-radius: 0px;
  }
  .hero-card {
    position: static;
    transform: none;
    max-width: 30%;
    margin: auto 0 0 auto;
  }
  .showroom-page-header {
    flex-direction: column;
    align-items: stretch;
  }
  .showroom-page-header {
    flex-direction: column;
    align-items: stretch;
  }
  .search-form {
    min-width: auto;
    width: 100%;
  }
  .search-form {
    min-width: auto;
    width: 100%;
  }
  .showroom-page-body {
    flex-direction: column;
  }
  .showroom-page-body {
    flex-direction: column;
  }
  .filter-sidebars {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    min-width: auto;
  }
}
/* Tablet Portrait - 922px and below */
@media (max-width: 922px) {
  .hero-banner {
    height: 200px;
    min-height: 200px;
    padding: 0;
    margin-bottom: 285px;
  }
  .hero-banner {
    height: 200px;
    min-height: 200px;
    padding: 0;
    margin-bottom: 285px;
  }
  .hero-background-map {
    opacity: 0.8;
    border-radius: 0px;
  }
  .hero-background-map {
    opacity: 0.8;
    border-radius: 0px;
  }
  .map-markers {
    display: none;
  }
  .map-markers {
    display: none;
  }
  .hero-card {
    position: static;
    transform: none;
    margin: 0 auto 32px;
    border-radius: 0px;
    padding: 16px;
    gap: 16px;
    max-width: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-top: 480px;
  }
  .hero-card {
    position: static;
    transform: none;
    margin: 0 auto 32px;
    border-radius: 0px;
    padding: 16px;
    gap: 16px;
    max-width: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-top: 480px;
  }
  .hero-card-header h2 {
    font-size: 22px;
  }
  .hero-card-header h2 {
    font-size: 22px;
  }
  .hero-card-header p {
    font-size: 14px;
  }
  .hero-card-header p {
    font-size: 14px;
  }
  .stat-number {
    font-size: 26px;
  }
  .stat-number {
    font-size: 26px;
  }
  .stat-label {
    font-size: 12px;
  }
  .stat-label {
    font-size: 12px;
  }
  .stat-item {
    min-height: 60px;
    padding: 12px 8px;
  }
  .stat-item {
    min-height: 60px;
    padding: 12px 8px;
  }
  .hero-button {
    width: 100%;
    max-width: 215px;
    height: 40px;
  }
  .hero-button {
    width: 100%;
    max-width: 215px;
    height: 40px;
  }
  .showroom-page-section {
    padding-top: 0px;
    padding-bottom: 32px;
  }
  .showroom-page-section {
    padding-top: 0px;
    padding-bottom: 32px;
  }
  .showroom-page-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    gap: 16px;
  }
  .showroom-page-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    gap: 16px;
  }
  .showroom-page-title h2 {
    font-size: 26px;
  }
  .showroom-page-title h2 {
    font-size: 26px;
  }
  .showroom-page-title p {
    font-size: 16px;
  }
  .showroom-page-title p {
    font-size: 16px;
  }
  .search-form {
    padding: 8px 12px;
  }
  .search-form {
    padding: 8px 12px;
  }
  .search-form input {
    font-size: 14px;
  }
  .search-form input {
    font-size: 14px;
  }
  .showroom-page-body {
    gap: 24px;
  }
  .showroom-page-body {
    gap: 24px;
  }
  .filter-sidebars {
    padding: 16px 12px;
  }
  .filter-sidebars {
    padding: 16px 12px;
  }
  .filter-sidebars h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .filter-sidebars h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .filter-group summary {
    font-size: 17px;
    padding: 10px 0;
  }
  .filter-group summary {
    font-size: 17px;
    padding: 10px 0;
  }
  .filter-options-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filter-options-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filter-btn,
  .filter-btn-logo {
    font-size: 15px;
    padding: 6px 8px;
  }
  .filter-btn,
  .filter-btn-logo {
    font-size: 15px;
    padding: 6px 8px;
  }
  .filter-btn-logo img {
    height: 18px;
  }
  .filter-btn-logo .brand-text {
    font-size: 12px;
  }
  .filter-options-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filter-options-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filter-options-list label {
    font-size: 15px;
  }
  .filter-options-list label {
    font-size: 15px;
  }
  .showroom-page-list-container {
    gap: 24px;
  }
  .showroom-page-list-container {
    gap: 24px;
  }
  .showroom-page-location-group h3 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .showroom-page-location-group h3 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .showroom-page-grid {
    gap: 16px;
  }
  .showroom-page-grid {
    gap: 16px;
  }
  .showroom-page-card-body {
    padding: 16px 12px 12px;
    gap: 12px;
  }
  .showroom-page-card-body {
    padding: 16px 12px 12px;
    gap: 12px;
  }
  .showroom-page-card-body h4 {
    font-size: 18px;
    min-height: auto;
  }
  .showroom-page-card-body h4 {
    font-size: 18px;
    min-height: auto;
  }
  .showroom-page-image {
    height: 160px;
  }
  .showroom-page-image {
    height: 160px;
  }
  .tag {
    font-size: 12px;
    padding: 3px 10px;
  }
  .tag {
    font-size: 12px;
    padding: 3px 10px;
  }
  .showroom-page-info li {
    font-size: 15px;
    line-height: 20px;
  }
  .showroom-page-info li {
    font-size: 15px;
    line-height: 20px;
  }
  .showroom-page-info li img,
  .showroom-page-info li svg {
    width: 17px !important;
    height: 17px !important;
  }
  .btn {
    font-size: 16px;
    padding: 6px 12px;
  }
  .btn {
    font-size: 16px;
    padding: 6px 12px;
  }
}
/* Mobile - 768px and below */
@media (max-width: 768px) {
  .hero-banner {
    height: 200px;
    min-height: 200px;
    padding: 0;
    margin-bottom: 280px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/themes/main/images/showroom/banner-mobile.jpg") center/cover no-repeat;
  }
  .hero-background-map {
    display: none;
  }
  .map-markers {
    display: none;
  }
  .hero-card {
    position: static;
    transform: none;
    margin: 0 auto 32px;
    border-radius: 0px;
    padding: 16px;
    gap: 16px;
    max-width: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-top: 480px;
  }
  .hero-card-header h2 {
    font-size: 22px;
  }
  .hero-card-header p {
    font-size: 14px;
  }
  .stat-number {
    font-size: 26px;
  }
  .stat-label {
    font-size: 12px;
  }
  .stat-item {
    min-height: 60px;
    padding: 12px 8px;
  }
  .hero-button {
    width: 100%;
    max-width: 215px;
    height: 40px;
  }
  .showroom-page-section {
    padding-top: 0px;
    padding-bottom: 32px;
  }
  .showroom-page-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    gap: 16px;
  }
  .showroom-page-title h2 {
    font-size: 26px;
  }
  .showroom-page-title p {
    font-size: 16px;
  }
  .search-form {
    padding: 8px 12px;
  }
  .search-form input {
    font-size: 14px;
  }
  .showroom-page-body {
    gap: 24px;
  }
  .filter-sidebars {
    padding: 16px 12px;
  }
  .filter-sidebars h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .filter-group summary {
    font-size: 17px;
    padding: 10px 0;
  }
  .filter-options-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filter-btn,
  .filter-btn-logo {
    font-size: 15px;
    padding: 6px 8px;
  }
  .filter-btn-logo img {
    height: 18px;
  }
  .filter-btn-logo .brand-text {
    font-size: 12px;
  }
  .filter-options-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filter-options-list label {
    font-size: 15px;
  }
  .showroom-page-list-container {
    gap: 24px;
  }
  .showroom-page-location-group h3 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .showroom-page-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .showroom-page-card-body {
    padding: 16px 12px 12px;
    gap: 12px;
  }
  .showroom-page-card-body h4 {
    font-size: 18px;
    min-height: auto;
  }
  .showroom-page-image {
    height: 160px;
  }
  .tag {
    font-size: 12px;
    padding: 3px 10px;
  }
  .showroom-page-info li {
    font-size: 15px;
    line-height: 20px;
  }
  .showroom-page-info li img,
  .showroom-page-info li svg {
    width: 17px !important;
    height: 17px !important;
  }
  .btn {
    font-size: 16px;
    padding: 6px 12px;
  }
}
/* Mobile Small - 480px and below */
@media (max-width: 480px) {
  .hero-banner {
    height: 180px;
    min-height: 180px;
    margin-bottom: 270px;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero-card {
    padding: 12px;
    margin-bottom: 24px;
    margin-top: 450px;
  }
  .hero-card-header h2 {
    font-size: 20px;
  }
  .hero-card-header p {
    font-size: 13px;
  }
  .stat-number {
    font-size: 24px;
  }
  .stat-label {
    font-size: 11px;
  }
  .showroom-page-title h2 {
    font-size: 22px;
  }
  .showroom-page-title p {
    font-size: 14px;
  }
  .filter-options-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .showroom-page-grid {
    grid-template-columns: 1fr;
  }
  .showroom-page-actions {
    flex-direction: column;
  }
  .showroom-page-actions .btn {
    width: 100%;
  }
}
.reset-filters-btn {
  width: 100%;
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-body);
  cursor: pointer;
  transition: all 0.3s ease;
}
.reset-filters-btn:hover {
  background-color: var(--bg-light);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.reset-filters-btn:active {
  transform: translateY(1px);
}
.reset-filters-btn svg {
  width: 16px;
  height: 16px;
}
.reset-filters-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.reset-filters-btn.disabled:hover {
  background-color: inherit !important;
  color: inherit !important;
  transform: none;
}
.reset-filters-btn.disabled:active {
  transform: none;
}
.reset-filters-btn .btn-secondary.disabled {
  background-color: var(--bg-white) !important;
  color: #000000 !important;
  border: 1px solid var(--border-color) !important;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
@media (max-width: 500px) {
  .empty-state {
    padding: 40px 15px;
  }
}
.empty-state svg {
  margin-bottom: 20px;
  opacity: 0.5;
}
@media (max-width: 500px) {
  .empty-state svg {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
}
.empty-state h3 {
  font-size: 24px;
  color: #334155;
  margin: 0 0 12px 0;
}
@media (max-width: 500px) {
  .empty-state h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.empty-state p {
  font-size: 16px;
  color: #64748B;
  margin: 0;
  max-width: 400px;
  line-height: 1.5;
}
@media (max-width: 500px) {
  .empty-state p {
    font-size: 14px;
  }
}

.end-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 40px 20px;
  text-align: center;
}
@media (max-width: 500px) {
  .end-state {
    padding: 30px 15px;
  }
}
.end-state svg {
  flex-shrink: 0;
}
.end-state p {
  font-size: 15px;
  color: #10B981;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 500px) {
  .end-state p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .settingModal .modal-xl {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.test-drive-registration-modal .modal {
  z-index: 1050;
  overflow-y: auto !important;
}
.test-drive-registration-modal .modal-backdrop {
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}
.test-drive-registration-modal .modal-dialog {
  margin-top: 30px;
  margin-bottom: 30px;
}
.test-drive-registration-modal .modal-content {
  max-height: none;
  border-radius: 0px !important;
}
.test-drive-registration-modal .modal-body {
  overflow-y: auto;
}
.test-drive-registration-modal input {
  padding-left: 20px !important;
}
.test-drive-registration-modal select {
  padding-left: 20px !important;
}
.test-drive-registration-modal textarea {
  padding-left: 0 !important;
}
.test-drive-registration-modal .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}
.test-drive-registration-modal button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.test-drive-registration-modal .book-service__showroom--wapper {
  display: flex;
}
@media (max-width: 1080px) {
  .test-drive-registration-modal .book-service__showroom--wapper {
    flex-direction: column;
  }
}
.test-drive-registration-modal .book-service__showroom--wapper-left {
  width: 48%;
  margin-right: 2%;
}
@media (max-width: 1080px) {
  .test-drive-registration-modal .book-service__showroom--wapper-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.test-drive-registration-modal .book-service__showroom--wapper-left .ui.selection.dropdown {
  width: 100%;
  border-radius: unset;
  display: flex;
  align-items: center;
}
.test-drive-registration-modal .book-service__showroom--wapper-left .time-span {
  display: flex;
}
.test-drive-registration-modal .book-service__showroom--wapper-left .time-span input {
  height: 3rem;
}
.test-drive-registration-modal .book-service__showroom--wapper-left .time-span .timepicker {
  border-radius: 0px;
}
@media (max-width: 1080px) {
  .test-drive-registration-modal .book-service__showroom--wapper-left .time-span {
    flex-direction: column;
  }
  .test-drive-registration-modal .book-service__showroom--wapper-left .time-span .calendar {
    margin-bottom: 1rem;
  }
}
.test-drive-registration-modal .book-service__showroom--wapper-left .time-span .br-unset {
  border-radius: unset !important;
}
.test-drive-registration-modal .book-service__showroom--wapper-left input::-moz-placeholder {
  font-family: "MyriadPro-Light";
  opacity: 0.5;
}
.test-drive-registration-modal .book-service__showroom--wapper-left input::placeholder {
  font-family: "MyriadPro-Light";
  opacity: 0.5;
}
.test-drive-registration-modal .book-service__showroom--wapper-right {
  width: 48%;
  margin-left: 2%;
  margin-top: 2rem;
  display: flex;
}
@media (max-width: 1080px) {
  .test-drive-registration-modal .book-service__showroom--wapper-right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.test-drive-registration-modal .book-service__showroom--wapper-right .car-info-display {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .car-info-display .car-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .car-info-display .car-image-container .car-image {
  max-width: 100%;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .car-info-display .car-title-display {
  padding-top: 15px;
  font-size: 24px;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .car-info-display .car-title-display h3 {
  margin: 0;
}
@media (max-width: 991px) {
  .test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map {
    padding-right: 0;
  }
}
.test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map .map-change {
  width: 100%;
  height: 400px;
}
@media (max-width: 480px) {
  .test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map .map-change {
    height: 250px;
  }
}
.test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map .map-change .holds-the-iframe {
  width: 100%;
  height: 100%;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map .map-change .holds-the-iframe iframe {
  width: 100%;
  height: 100%;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info .list-book-service {
  padding: 0;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info .icon img {
  height: auto;
  width: 1.2rem;
  max-height: 1.3rem;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 15px 0;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info li .icon {
  margin-right: 0.5rem;
  color: #01498b;
  width: 1.3rem;
  padding-bottom: 0.2rem;
}
.test-drive-registration-modal .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info li .icon svg {
  height: 1.3rem;
  width: auto;
}
.test-drive-registration-modal .form-custom--input {
  height: 3rem;
}
.test-drive-registration-modal .form-custom--input input {
  margin-bottom: 4px !important;
}
.test-drive-registration-modal .start-date {
  padding-top: 4px !important;
}
.test-drive-registration-modal .start-date::-moz-placeholder {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}
.test-drive-registration-modal .start-date::placeholder {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}
.test-drive-registration-modal .custom-input-form {
  border: none !important;
}
.test-drive-registration-modal input[type=number]::-webkit-inner-spin-button,
.test-drive-registration-modal input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.test-drive-registration-modal .form-register-wrap .ui.disabled.dropdown,
.test-drive-registration-modal .form-register-wrap .ui.dropdown .menu > .disabled.item {
  opacity: 1;
}
.test-drive-registration-modal .form-register-wrap .dropdown.icon {
  display: none;
}
.test-drive-registration-modal .ui.selection.dropdown .text {
  line-height: unset;
  color: unset;
}
.test-drive-registration-modal .headerr-sematic {
  padding: 14px;
}
.test-drive-registration-modal .color-request-name-brand {
  color: black !important;
}
.test-drive-registration-modal .button-primary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-drive-registration-modal .control-stick {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .test-drive-registration-modal .control-stick {
    flex-direction: column;
  }
}
.test-drive-registration-modal .control-stick .showroom,
.test-drive-registration-modal .control-stick .location {
  flex: 1;
}
.test-drive-registration-modal .control-stick .search-location {
  height: 100% !important;
  align-items: center;
  background: #004b9b;
  border: 1.5px solid #004b9b;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
@media (max-width: 768px) {
  .test-drive-registration-modal .control-stick .search-location {
    width: 100%;
  }
}
.test-drive-registration-modal .showroom-select-drive .menu .item,
.test-drive-registration-modal .showroom-select-drive option,
.test-drive-registration-modal .location.desktop .ui.dropdown .menu .item,
.test-drive-registration-modal .location.desktop .ui.dropdown option,
.test-drive-registration-modal .location.mobile select .menu .item,
.test-drive-registration-modal .location.mobile select option {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  line-height: 1.4 !important;
  padding: 8px 12px !important;
  min-height: auto !important;
  height: auto !important;
  text-overflow: unset !important;
  overflow: visible !important;
}
.test-drive-registration-modal .showroom-select-drive .menu,
.test-drive-registration-modal .location.desktop .ui.dropdown .menu,
.test-drive-registration-modal .location.mobile select .menu {
  max-width: 100% !important;
  width: 100% !important;
  max-height: 300px !important;
  overflow-y: auto !important;
}
.test-drive-registration-modal .ui.dropdown .menu .item {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  line-height: 1.4 !important;
  padding: 8px 12px !important;
  min-height: auto !important;
  height: auto !important;
  text-overflow: unset !important;
  overflow: visible !important;
}
.test-drive-registration-modal .ui.dropdown.active .menu {
  max-height: 300px !important;
  overflow-y: auto !important;
}
.test-drive-registration-modal .location.mobile select {
  white-space: normal !important;
}
.test-drive-registration-modal .location.mobile select option {
  white-space: normal !important;
  word-wrap: break-word !important;
  padding: 8px !important;
  line-height: 1.4 !important;
}
.test-drive-registration-modal .mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .test-drive-registration-modal .mobile {
    display: block !important;
  }
}
.test-drive-registration-modal .desktop {
  display: block !important;
}
@media (max-width: 768px) {
  .test-drive-registration-modal .desktop {
    display: none !important;
  }
}

.kdpt-dth-wrapper {
  padding-left: 16%;
  padding-right: 16%;
}
@media only screen and (max-width: 1680px) {
  .kdpt-dth-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .kdpt-dth-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1280px) {
  .kdpt-dth-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media only screen and (max-width: 1024px) {
  .kdpt-dth-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .kdpt-dth-wrapper {
    padding: 0;
  }
}

.kdpt-dth-page-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.kdpt-dth-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.kdpt-dth-container img {
  max-width: 100%;
}

.kdpt-dth-site-header {
  width: 100%;
}
.kdpt-dth-site-header .kdpt-dth-breadcrumb-section {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffffff;
}
.kdpt-dth-site-header .kdpt-dth-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.kdpt-dth-site-header .kdpt-dth-breadcrumb-link {
  color: #004b9b;
  font-family: "MyriadPro-Regular";
}
.kdpt-dth-site-header .kdpt-dth-breadcrumb-separator,
.kdpt-dth-site-header .kdpt-dth-breadcrumb-current {
  color: #777e90;
}
.kdpt-dth-site-header .kdpt-dth-header-main-section {
  padding-top: 24px;
}
.kdpt-dth-site-header .kdpt-dth-brands-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .kdpt-dth-site-header .kdpt-dth-brands-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.kdpt-dth-site-header .kdpt-dth-brand-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #ffffff;
  width: 100%;
}
.kdpt-dth-site-header .kdpt-dth-brand-card img {
  width: 70px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.kdpt-dth-site-header .kdpt-dth-brand-card:hover {
  border: 2px solid #1E8FDD;
}
.kdpt-dth-site-header .active {
  border: 2px solid #1E8FDD;
}
.kdpt-dth-site-header .kdpt-dth-brand-name {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  font-family: "MyriadPro-Semibold";
}
.kdpt-dth-site-header .kdpt-dth-service-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  background-color: #f8fafc;
  border-radius: 12px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .kdpt-dth-site-header .kdpt-dth-service-tabs {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.kdpt-dth-site-header .kdpt-dth-service-tab-link {
  padding: 13px 10px;
  border-radius: 7px;
  font-size: 14px;
  font-family: "MyriadPro-Regular";
  color: #777e90;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.kdpt-dth-site-header .kdpt-dth-service-tab-link.kdpt-dth-active {
  background-color: #d4d4d5 !important;
  border: 1px solid #e5e7eb;
  color: #000000;
  font-weight: 600;
  font-family: "MyriadPro-Semibold";
}

.kdpt-dth-article-content {
  padding-top: 50px;
  font-family: "MyriadPro-Regular" !important;
}
@media (max-width: 768px) {
  .kdpt-dth-article-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.kdpt-dth-article-header {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kdpt-dth-article-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #23262f;
  margin: 0;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 768px) {
  .kdpt-dth-article-title {
    font-size: 28px;
  }
}

.kdpt-dth-article-date {
  font-size: 16px;
  color: #23262f;
  margin: 0;
  font-family: "MyriadPro-Regular";
}

.kdpt-dth-article-intro {
  font-size: 16px;
  line-height: 1.5;
  color: #23262f;
  margin: 0;
  font-family: "MyriadPro-Semibold";
}

.kdpt-dth-article-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kdpt-dth-article-body p {
  font-size: 16px;
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
  color: #23262f;
  margin: 0;
}

.kdpt-dth-article-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #23262f;
  margin: 12px 0 0 0;
}

.kdpt-dth-article-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kdpt-dth-article-image {
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kdpt-dth-article-figcaption {
  font-size: 16px;
  color: #686868;
  font-family: "MyriadPro-Regular";
}

.kdpt-dth-booking-section {
  display: flex;
  justify-content: center;
  padding: 50px 0px;
}
.kdpt-dth-booking-section .kdpt-dth-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.kdpt-dth-booking-section .kdpt-dth-booking-title {
  font-weight: 600;
  font-size: 36px;
  font-family: "MyriadPro-Semibold";
  line-height: 1.2;
  color: #02498b;
  text-align: center;
  margin: 0;
}
@media (max-width: 600px) {
  .kdpt-dth-booking-section .kdpt-dth-booking-title {
    font-size: 28px;
  }
}
.kdpt-dth-booking-section .kdpt-dth-booking-content {
  display: flex;
  flex-direction: row;
  gap: 36px;
}
@media (max-width: 992px) {
  .kdpt-dth-booking-section .kdpt-dth-booking-content {
    flex-direction: column;
  }
}

.kdpt-dth-booking-form,
.kdpt-dth-info-panel {
  flex: 1;
  min-width: 0;
}

.kdpt-dth-booking-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kdpt-dth-booking-form .kdpt-dth-form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kdpt-dth-booking-form .kdpt-dth-form-label {
  font-weight: 600;
  font-size: 14px;
  font-family: "MyriadPro-Semibold";
  line-height: 18px;
  color: #494949;
  letter-spacing: -0.28px;
}
.kdpt-dth-booking-form .kdpt-dth-custom-select,
.kdpt-dth-booking-form .kdpt-dth-form-input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  padding: 10px 12px;
  height: 40px;
  background-color: #ffffff;
}
.kdpt-dth-booking-form .kdpt-dth-custom-select {
  justify-content: space-between;
  cursor: pointer;
}
.kdpt-dth-booking-form .kdpt-dth-select-text {
  font-family: "MyriadPro-Semibold";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-booking-form .kdpt-dth-form-select {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  padding: 10px 12px;
  height: 40px;
  background-color: #ffffff;
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  outline: none;
  cursor: pointer;
}
.kdpt-dth-booking-form .kdpt-dth-form-select option {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 8px;
}
.kdpt-dth-booking-form .kdpt-dth-form-select.ui.dropdown {
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-booking-form .kdpt-dth-form-select.ui.dropdown .text {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-booking-form .kdpt-dth-form-select.ui.dropdown .menu {
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-booking-form .kdpt-dth-form-select.ui.dropdown .menu .item {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-booking-form .kdpt-dth-form-input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-booking-form .kdpt-dth-form-input::-moz-placeholder {
  color: #cccccc;
  font-family: "MyriadPro-Regular";
  font-weight: 400;
}
.kdpt-dth-booking-form .kdpt-dth-form-input::placeholder {
  color: #cccccc;
  font-family: "MyriadPro-Regular";
  font-weight: 400;
}

.kdpt-dth-info-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 22px;
}
@media (max-width: 992px) {
  .kdpt-dth-info-panel {
    padding-top: 0;
  }
}
.kdpt-dth-info-panel .kdpt-dth-info-location-selects {
  display: flex;
  gap: 10px;
}
@media (max-width: 600px) {
  .kdpt-dth-info-panel .kdpt-dth-info-location-selects {
    flex-direction: column;
  }
}
.kdpt-dth-info-panel .kdpt-dth-location-select {
  background-color: #f4f5f6;
  width: 100%;
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-info-panel .kdpt-dth-location-select option {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-info-panel .kdpt-dth-location-select.ui.dropdown {
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-info-panel .kdpt-dth-location-select.ui.dropdown .text {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-info-panel .kdpt-dth-location-select.ui.dropdown .menu {
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-info-panel .kdpt-dth-location-select.ui.dropdown .menu .item {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-info-panel .kdpt-dth-info-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.kdpt-dth-info-panel .kdpt-dth-info-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.kdpt-dth-info-panel .kdpt-dth-contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.kdpt-dth-info-panel .kdpt-dth-contact-text {
  margin: 0;
  font-family: "MyriadPro-Semibold";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-info-panel .kdpt-dth-contact-text strong {
  font-weight: 600;
}
.kdpt-dth-info-panel .kdpt-dth-contact-link {
  color: #1e8fe9;
  text-decoration: underline;
}
.kdpt-dth-info-panel .kdpt-dth-map-container {
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  position: relative;
}
.kdpt-dth-info-panel .kdpt-dth-map-iframe-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.kdpt-dth-info-panel .kdpt-dth-map-image {
  width: 100%;
  height: auto;
  display: block;
}

.kdpt-dth-submit-button {
  width: 100%;
  background-color: #1e65c0;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 6px 16px;
  height: 40px;
  font-family: "MyriadPro-Semibold";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.36px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.kdpt-dth-submit-button:hover {
  background-color: rgb(26.5540540541, 89.3986486486, 169.9459459459);
}
.kdpt-dth-submit-button:active {
  background-color: rgb(23.1081081081, 77.7972972973, 147.8918918919);
}

.kdpt-dth-wrapper {
  padding-left: 16%;
  padding-right: 16%;
}
@media only screen and (max-width: 1680px) {
  .kdpt-dth-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .kdpt-dth-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1280px) {
  .kdpt-dth-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media only screen and (max-width: 1024px) {
  .kdpt-dth-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .kdpt-dth-wrapper {
    padding: 10px;
  }
}

.kdpt-dth-page-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.kdpt-dth-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.kdpt-dth-container img {
  max-width: 100%;
  height: auto;
}

.kdpt-dth-site-header {
  width: 100%;
}
.kdpt-dth-site-header .kdpt-dth-breadcrumb-section {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffffff;
}
.kdpt-dth-site-header .kdpt-dth-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.kdpt-dth-site-header .kdpt-dth-breadcrumb-link {
  color: #004b9b;
  font-family: "MyriadPro-Regular";
}
.kdpt-dth-site-header .kdpt-dth-breadcrumb-separator,
.kdpt-dth-site-header .kdpt-dth-breadcrumb-current {
  color: #777e90;
}
.kdpt-dth-site-header .kdpt-dth-header-main-section {
  padding-top: 24px;
}
.kdpt-dth-site-header .kdpt-dth-brands-grid-bus {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .kdpt-dth-site-header .kdpt-dth-brands-grid-bus {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kdpt-dth-site-header .kdpt-dth-brand-card-bus {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.kdpt-dth-site-header .kdpt-dth-brand-card-bus img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}
.kdpt-dth-site-header .kdpt-dth-brand-card-bus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.kdpt-dth-site-header .kdpt-dth-brand-card-bus:hover {
  border-color: #1E8FDD;
}
.kdpt-dth-site-header .kdpt-dth-brand-card-bus.active::before {
  opacity: 0;
}
.kdpt-dth-site-header .kdpt-dth-brand-card-bus.active img {
  filter: none;
}
.kdpt-dth-site-header .kdpt-dth-brand-card-bus.active .kdpt-dth-brand-name {
  border-bottom: 3px solid #fff;
}
.kdpt-dth-site-header .kdpt-dth-brand-card-bus:not(.active) img {
  filter: brightness(0.5);
}
.kdpt-dth-site-header .kdpt-dth-brand-card-bus:not(.active)::before {
  opacity: 1;
}
.kdpt-dth-site-header .kdpt-dth-brand-name-bus {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  font-family: "MyriadPro-Semibold";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  white-space: nowrap;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .kdpt-dth-site-header .kdpt-dth-brand-name-bus {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .kdpt-dth-site-header .kdpt-dth-brand-name-bus {
    font-size: 18px;
  }
}
.kdpt-dth-site-header .kdpt-dth-service-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  background-color: #f8fafc;
  border-radius: 12px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .kdpt-dth-site-header .kdpt-dth-service-tabs {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.kdpt-dth-site-header .kdpt-dth-service-tab-link {
  padding: 13px 10px;
  border-radius: 7px;
  font-size: 14px;
  font-family: "MyriadPro-Regular";
  color: #777e90;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.kdpt-dth-site-header .kdpt-dth-service-tab-link.kdpt-dth-active {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  color: #000000;
  font-weight: 600;
  font-family: "MyriadPro-Semibold";
}

.kdpt-dth-article-content {
  padding-top: 50px;
  font-family: "MyriadPro-Regular" !important;
}
@media (max-width: 768px) {
  .kdpt-dth-article-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#kdpt-article-content-wrapper {
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
}
#kdpt-article-content-wrapper img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
#kdpt-article-content-wrapper div {
  max-width: 100%;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  #kdpt-article-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #kdpt-article-content-wrapper * {
    max-width: 100% !important;
    box-sizing: border-box;
  }
  #kdpt-article-content-wrapper img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

.kdpt-dth-article-header {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kdpt-dth-article-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #23262f;
  margin: 0;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 768px) {
  .kdpt-dth-article-title {
    font-size: 28px;
  }
}

.kdpt-dth-article-date {
  font-size: 16px;
  color: #23262f;
  margin: 0;
  font-family: "MyriadPro-Regular";
}

.kdpt-dth-article-intro {
  font-size: 16px;
  line-height: 1.5;
  color: #23262f;
  margin: 0;
  font-family: "MyriadPro-Semibold";
}

.kdpt-dth-article-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kdpt-dth-article-body p {
  font-size: 16px;
  font-family: "MyriadPro-Regular";
  line-height: 1.5;
  color: #23262f;
  margin: 0;
}

.kdpt-dth-article-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #23262f;
  margin: 12px 0 0 0;
}

.kdpt-dth-article-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kdpt-dth-article-image {
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kdpt-dth-article-figcaption {
  font-size: 16px;
  color: #686868;
  font-family: "MyriadPro-Regular";
}

.kdpt-dth-booking-section {
  display: flex;
  justify-content: center;
  padding: 50px 0px;
}
.kdpt-dth-booking-section .kdpt-dth-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.kdpt-dth-booking-section .kdpt-dth-booking-title {
  font-weight: 600;
  font-size: 36px;
  font-family: "MyriadPro-Semibold";
  line-height: 1.2;
  color: #02498b;
  text-align: center;
  margin: 0;
}
@media (max-width: 600px) {
  .kdpt-dth-booking-section .kdpt-dth-booking-title {
    font-size: 28px;
  }
}
.kdpt-dth-booking-section .kdpt-dth-booking-content {
  display: flex;
  flex-direction: row;
  gap: 36px;
}
@media (max-width: 992px) {
  .kdpt-dth-booking-section .kdpt-dth-booking-content {
    flex-direction: column;
  }
}

.kdpt-dth-booking-form,
.kdpt-dth-info-panel {
  flex: 1;
  min-width: 0;
}

.kdpt-dth-booking-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kdpt-dth-booking-form .kdpt-dth-form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kdpt-dth-booking-form .kdpt-dth-form-label {
  font-weight: 600;
  font-size: 14px;
  font-family: "MyriadPro-Semibold";
  line-height: 18px;
  color: #494949;
  letter-spacing: -0.28px;
}
.kdpt-dth-booking-form .kdpt-dth-custom-select,
.kdpt-dth-booking-form .kdpt-dth-form-input-wrapper {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 7px;
  padding: 0;
  height: 40px;
  background-color: #ffffff;
}
.kdpt-dth-booking-form .kdpt-dth-custom-select {
  justify-content: space-between;
  cursor: pointer;
}
.kdpt-dth-booking-form .kdpt-dth-select-text {
  font-family: "MyriadPro-Semibold";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-booking-form .kdpt-dth-form-select {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  padding: 10px 12px;
  height: 40px;
  background-color: #ffffff;
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  outline: none;
  cursor: pointer;
}
.kdpt-dth-booking-form .kdpt-dth-form-select option {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 8px;
}
.kdpt-dth-booking-form .kdpt-dth-form-select.ui.dropdown {
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-booking-form .kdpt-dth-form-select.ui.dropdown .text {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-booking-form .kdpt-dth-form-select.ui.dropdown .menu {
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-booking-form .kdpt-dth-form-select.ui.dropdown .menu .item {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-booking-form .kdpt-dth-form-input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-booking-form .kdpt-dth-form-input::-moz-placeholder {
  color: #cccccc;
  font-family: "MyriadPro-Regular";
  font-weight: 400;
}
.kdpt-dth-booking-form .kdpt-dth-form-input::placeholder {
  color: #cccccc;
  font-family: "MyriadPro-Regular";
  font-weight: 400;
}

.kdpt-dth-info-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .kdpt-dth-info-panel {
    padding-top: 0;
  }
}
.kdpt-dth-info-panel .kdpt-dth-info-location-selects {
  display: flex;
  gap: 10px;
}
@media (max-width: 600px) {
  .kdpt-dth-info-panel .kdpt-dth-info-location-selects {
    flex-direction: column;
  }
}
.kdpt-dth-info-panel .kdpt-dth-location-select {
  background-color: #f4f5f6;
  width: 100%;
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-info-panel .kdpt-dth-location-select option {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-info-panel .kdpt-dth-location-select.ui.dropdown {
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-info-panel .kdpt-dth-location-select.ui.dropdown .text {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-info-panel .kdpt-dth-location-select.ui.dropdown .menu {
  font-family: "MyriadPro-Regular" !important;
}
.kdpt-dth-info-panel .kdpt-dth-location-select.ui.dropdown .menu .item {
  font-family: "MyriadPro-Regular" !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-info-panel .kdpt-dth-info-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.kdpt-dth-info-panel .kdpt-dth-info-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.kdpt-dth-info-panel .kdpt-dth-contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.kdpt-dth-info-panel .kdpt-dth-contact-text {
  margin: 0;
  font-family: "MyriadPro-Semibold";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.kdpt-dth-info-panel .kdpt-dth-contact-text strong {
  font-weight: 600;
}
.kdpt-dth-info-panel .kdpt-dth-contact-link {
  color: #1e8fe9;
  text-decoration: underline;
}
.kdpt-dth-info-panel .kdpt-dth-map-container {
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  position: relative;
}
.kdpt-dth-info-panel .kdpt-dth-map-iframe-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.kdpt-dth-info-panel .kdpt-dth-map-image {
  width: 100%;
  height: auto;
  display: block;
}

.kdpt-dth-submit-button {
  width: 100%;
  background-color: #1e65c0;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 6px 16px;
  height: 40px;
  font-family: "MyriadPro-Semibold";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.36px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.kdpt-dth-submit-button:hover {
  background-color: rgb(26.5540540541, 89.3986486486, 169.9459459459);
}
.kdpt-dth-submit-button:active {
  background-color: rgb(23.1081081081, 77.7972972973, 147.8918918919);
}

.MyriadPro-Cond {
  font-family: "MyriadPro-Cond";
}

.MyriadPro-BoldCond {
  font-family: "MyriadPro-BoldCond";
}

.MyriadPro-Light {
  font-family: "MyriadPro-Light";
}

.MyriadPro-Regular {
  font-family: "MyriadPro-Regular";
}

.MyriadPro-Bold {
  font-family: "MyriadPro-Bold";
}

.MyriadPro-SemiboldCond {
  font-family: "MyriadPro-SemiboldCond";
}

.MyriadPro-Semibold {
  font-family: "MyriadPro-Semibold";
}

.MyriadPro-Regular-400 {
  font-family: "MyriadPro-Regular";
  font-weight: 400;
}

.MyriadPro-Regular-600 {
  font-family: "MyriadPro-Regular";
  font-weight: 600;
}

.MyriadPro-Semibold-600 {
  font-family: "MyriadPro-Semibold";
  font-weight: 600;
}

:root {
  --primary-blue: #01498b;
  --light-gray-bg: #f3f3f3;
  --border-gray: #cccccc;
  --text-gray: #808080;
  --white: #ffffff;
}

body {
  font-family: "Inter", "Myriad Pro", sans-serif;
  gap: 50px;
}

.home-page-kdpt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 0 60px;
}
.home-page-kdpt .home-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home-page-kdpt .home-search-filter-section {
  width: 100%;
  padding-top: 50px;
  box-sizing: border-box;
}
.home-page-kdpt .home-search-filter-section .home-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-page-kdpt .home-search-filter-section .home-category-filters {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.home-page-kdpt .home-search-filter-section .home-filter-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px 10px 25px;
  border: 1px solid var(--border-gray);
  border-radius: 7px;
  background-color: var(--light-gray-bg);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.home-page-kdpt .home-search-filter-section .home-filter-item:hover {
  opacity: 0.9;
}
.home-page-kdpt .home-search-filter-section .home-filter-item.active {
  background-color: var(--primary-blue);
  color: var(--white);
}
.home-page-kdpt .home-search-filter-section .home-filter-item.active .home-filter-text {
  color: var(--white);
}
.home-page-kdpt .home-search-filter-section .home-filter-item .home-icon-wrapper {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.home-page-kdpt .home-search-filter-section .home-filter-item .home-icon-wrapper img {
  max-width: 62px;
  height: auto;
}
.home-page-kdpt .home-search-filter-section .home-filter-item .home-filter-text {
  margin: 0;
  color: var(--text-gray);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  font-family: "MyriadPro-Bold";
}
.home-page-kdpt .home-search-filter-section .home-search-form {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.home-page-kdpt .home-search-filter-section .home-search-form .home-search-input-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--light-gray-bg);
  border: 1px solid var(--border-gray);
  border-radius: 7px;
  padding: 7px 25px;
  box-sizing: border-box;
}
.home-page-kdpt .home-search-filter-section .home-search-form .home-search-input-wrapper .home-search-input {
  flex-grow: 1;
  border: none;
  background: transparent;
  outline: none;
  color: var(--text-gray);
  font-family: "MyriadPro-Regular";
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
.home-page-kdpt .home-search-filter-section .home-search-form .home-search-input-wrapper .home-search-input::-moz-placeholder {
  color: var(--text-gray);
  opacity: 1;
}
.home-page-kdpt .home-search-filter-section .home-search-form .home-search-input-wrapper .home-search-input::placeholder {
  color: var(--text-gray);
  opacity: 1;
}
.home-page-kdpt .home-search-filter-section .home-search-form .home-search-input-wrapper .home-search-icon {
  width: 30px;
  height: 30px;
}
.home-page-kdpt .home-search-filter-section .home-search-form .home-search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  background-color: var(--primary-blue);
  color: var(--white);
  border: none;
  border-radius: 7px;
  font-family: "MyriadPro-Bold";
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s;
}
.home-page-kdpt .home-search-filter-section .home-search-form .home-search-button:hover {
  background-color: #013a6e;
}
.home-page-kdpt .home-hero-banner-section {
  width: 100%;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.home-page-kdpt .home-hero-banner-section .home-banner-container {
  position: relative;
  width: 100%;
  height: 556px;
  background-image: url("/themes/main/images/kdpt/homepage/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
.home-page-kdpt .home-hero-banner-section .home-banner-container .home-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  align-items: center;
}
.home-page-kdpt .home-hero-banner-section .home-banner-container .home-pagination .home-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.home-page-kdpt .home-hero-banner-section .home-banner-container .home-pagination .home-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
.home-page-kdpt .home-hero-banner-section .home-banner-container .home-pagination .home-dot.active {
  background-color: var(--primary-blue);
  width: 12px;
  height: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .home-page-kdpt .home-search-filter-section .home-category-filters {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-page-kdpt .home-search-filter-section .home-filter-item {
    flex-basis: calc(33.333% - 15px);
  }
  .home-page-kdpt .home-hero-banner-section .home-banner-container {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .home-page-kdpt .home-search-filter-section {
    padding-top: 30px;
  }
  .home-page-kdpt .home-search-filter-section .home-filter-item {
    flex-basis: calc(50% - 15px);
  }
  .home-page-kdpt .home-search-filter-section .home-search-form {
    flex-direction: column;
  }
  .home-page-kdpt .home-hero-banner-section {
    padding-bottom: 30px;
  }
  .home-page-kdpt .home-hero-banner-section .home-banner-container {
    height: 300px;
  }
  .home-page-kdpt .home-hero-banner-section .home-banner-container .home-pagination {
    bottom: 20px;
  }
}

body.tenant .carBusiness .read-more-text {
  background: #fff;
  border: 1.5px solid #01498b;
  color: #01498b;
  outline: none;
  padding: 12px 100px;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .carBusiness .read-more-text:hover {
  background: #01498b;
  color: #fff;
}
body.tenant .carBusiness__title {
  text-align: center;
  color: #004b9b;
}
body.tenant .carBusiness__wapper {
  display: flex;
  flex-wrap: wrap;
}
body.tenant .carBusiness__wapper--box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1080px) {
  body.tenant .carBusiness__wapper--box {
    display: flex;
  }
}
body.tenant .carBusiness__wapper--box-item {
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
body.tenant .carBusiness__wapper--box-item:nth-child(1)::before {
  display: none;
}
body.tenant .carBusiness__wapper--box-item:nth-child(1) {
  background-color: #CCCCCC;
}
@media only screen and (max-width: 1080px) {
  body.tenant .carBusiness__wapper--box-item:nth-child(1) {
    background-color: transparent;
    border-right: none;
  }
}
body.tenant .carBusiness__wapper--box-item:nth-child(1) h3 {
  display: flex;
  text-align: center;
  align-items: center;
  color: #000000;
}
body.tenant .carBusiness__wapper--box-item:last-child {
  border: 1px solid #CCCCCC;
}
body.tenant .carBusiness__wapper--box-item::before {
  position: absolute;
  top: 0;
  left: -40%;
  z-index: 2;
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
body.tenant .carBusiness__wapper--box-item:hover::before {
  animation: shine 0.75s;
}
@media only screen and (max-width: 1080px) {
  body.tenant .carBusiness__wapper--box-item {
    width: unset;
  }
}
body.tenant .carBusiness__wapper--box-item > img {
  max-width: 75%;
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
body.tenant .carBusiness__desc {
  overflow: hidden auto;
  max-height: 200vh;
}
body.tenant .carBusiness__desc img {
  max-width: 100%;
  height: auto;
}
body.tenant .carBusiness.mobile {
  overflow: hidden;
}
body.tenant .carBusiness.mobile .carBusiness__desc {
  max-height: 100vh;
}
@media only screen and (min-width: 1024px) {
  body.tenant .tenant__serviceBusiness .tenant__serviceBusiness-container {
    width: 100%;
    max-width: unset;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  body.tenant .tenant__serviceBusiness-info {
    width: 25%;
    padding: 5rem 1.3rem;
    background: #004b9b;
    color: white;
  }
}
body.tenant .tenant__serviceBusiness--wapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex: 1;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant__serviceBusiness--wapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant__serviceBusiness--wapper {
    grid-template-columns: 1fr;
  }
}
body.tenant .tenant__serviceBusiness--wapper .serviceBusiness__wapper--item {
  position: relative;
  transition: all 0.25s linear;
  height: 100%;
}
body.tenant .tenant__serviceBusiness--wapper .serviceBusiness__wapper--item::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4156862745);
  transition: all 0.25s linear;
}
body.tenant .tenant__serviceBusiness--wapper .serviceBusiness__wapper--item:hover::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.001);
  transition: all 0.25s linear;
}
body.tenant .tenant__serviceBusiness--wapper .serviceBusiness__wapper--item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  transition: all 0.25s linear;
}
@media only screen and (min-width: 1024px) {
  body.tenant .tenant__serviceBusiness--wapper .serviceBusiness__wapper--item-image {
    height: 100%;
  }
}
body.tenant .tenant__serviceBusiness--wapper .serviceBusiness__wapper--item-image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s linear;
}
body.tenant .tenant__serviceBusiness--wapper .serviceBusiness__wapper--item-image > img:hover {
  transform: scale(1.1);
}
body.tenant .tenant__serviceBusiness--wapper .serviceBusiness__wapper--item-title {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 1080px) {
  body.tenant .tenant__serviceBusiness .tenant__serviceBusiness--wapper-desktop {
    display: none;
  }
}
body.tenant .tenant__serviceBusiness__desc {
  text-align: justify;
}
body.tenant .banner-default-slider--tenant .swiper-wrapper {
  height: 70vh;
}
body.tenant .banner-default-slider--tenant .video-slide {
  height: 70vh;
}
body.tenant .banner-default-slider--tenant .swiper-slide {
  padding-bottom: 70vh;
}
body.tenant .banner-default-slider--tenant img.video-slider {
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
  width: 100vw;
  height: 70vh;
}
body.tenant .banner-default-slider--tenant video.video-slider {
  height: auto !important;
}
body.tenant .carBusiness__wapper--mobie .carBusiness__wapper--mobie-box .carBusinessSwiper {
  padding-bottom: 20px;
}
body.tenant .carBusiness__wapper--mobie .carBusiness__wapper--mobie-box .swiper-pagination {
  bottom: 0px;
}
@media (max-width: 1081px) {
  body.tenant .carBusiness__wapper--mobie .carBusiness__wapper--mobie-box .swiper-pagination-bullets {
    width: 100%;
  }
}
@media (max-width: 1081px) {
  body.tenant .carBusiness__wapper--mobie .carBusiness__wapper--mobie-box .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
  }
}
body.tenant .carBusiness__wapper--mobie .carBusiness__wapper--mobie-box .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #e9eceb;
  opacity: 1;
  margin: 0 0.3vw;
}
body.tenant .carBusiness__wapper--mobie .carBusiness__wapper--mobie-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.8vw;
  height: 0.8vw;
  background-color: #004b9b;
}
@media (max-width: 1081px) {
  body.tenant .carBusiness__wapper--mobie .carBusiness__wapper--mobie-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 1.5vw;
    height: 1.5vw;
  }
}
body.tenant .tenant__serviceBusiness--wapper-slider-mobie {
  display: none;
}
@media (max-width: 1080px) {
  body.tenant .tenant__serviceBusiness--wapper-slider-mobie {
    display: block;
  }
}
body.tenant .tenant__serviceBusiness--wapper-slider-mobie .swiper-pagination-bullets {
  bottom: 1vw;
}
@media (max-width: 1081px) {
  body.tenant .tenant__serviceBusiness--wapper-slider-mobie .swiper-pagination-bullets {
    width: 100%;
  }
}
body.tenant .tenant__serviceBusiness--wapper-slider-mobie .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.8vw;
  height: 0.8vw;
}
@media (max-width: 1081px) {
  body.tenant .tenant__serviceBusiness--wapper-slider-mobie .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
  }
}
body.tenant .tenant__serviceBusiness--wapper-slider-mobie .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #e9eceb;
  opacity: 1;
  margin: 0 0.3vw;
}
body.tenant .tenant__serviceBusiness--wapper-slider-mobie .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.8vw;
  height: 0.8vw;
  background-color: #004b9b;
}
@media (max-width: 1081px) {
  body.tenant .tenant__serviceBusiness--wapper-slider-mobie .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 1.5vw;
    height: 1.5vw;
  }
}
body.tenant .bg-image-first {
  width: 100%;
  height: 40vh;
  background-repeat: no-repeat;
  margin-top: -20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1080px) {
  body.tenant .bg-image-first {
    margin-top: 0;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
body.tenant .loading-handle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.631372549);
  z-index: 9999;
  cursor: not-allowed;
}
body.tenant .production-menu-fixed {
  position: fixed;
  top: var(--menu-space);
  background-color: white;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  body.tenant .production-menu-fixed {
    width: 100%;
  }
}
@media only screen and (max-width: 758px) {
  body.tenant .production-menu-fixed {
    width: calc(100% - 24px);
    max-width: 100%;
  }
}
body.tenant .production-menu-fixed {
  z-index: 2;
}
body.tenant .production-menu-fixed .nav {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
}
body.tenant .production-menu-fixed .nav-item {
  padding-top: 17px;
}
@media only screen and (max-width: 1680px) {
  body.tenant .production-menu-fixed .nav-item {
    padding-top: calculatorPixel(17, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  body.tenant .production-menu-fixed .nav-item {
    padding-top: calculatorPixel(17, 1368)px;
  }
}
body.tenant .production-menu-fixed .nav-item {
  padding-bottom: 15px;
}
@media only screen and (max-width: 1680px) {
  body.tenant .production-menu-fixed .nav-item {
    padding-bottom: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  body.tenant .production-menu-fixed .nav-item {
    padding-bottom: calculatorPixel(15, 1368)px;
  }
}
body.tenant .production-menu-fixed .nav-item {
  position: relative;
  flex: 1 auto;
  text-align: center;
  color: #2e3a41;
  text-transform: uppercase;
}
body.tenant .production-menu-fixed .nav-item:hover,
body.tenant .production-menu-fixed .nav-item .active {
  color: #004b9b;
}
body.tenant .production-menu-fixed .nav-item:hover::before,
body.tenant .production-menu-fixed .nav-item .active::before {
  width: 100%;
}
body.tenant .production-menu-fixed .nav-item::after, body.tenant .production-menu-fixed .nav-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .production-menu-fixed .nav-item::after {
  background-color: #ccc;
  width: 100%;
}
body.tenant .production-menu-fixed .nav-item::before {
  background-color: #004b9b;
  width: 0%;
  z-index: 2;
}
body.tenant .production-menu-fixed .nav .active {
  color: #004b9b;
}
body.tenant .production-menu-fixed .nav .active::before {
  width: 100%;
}
@media (max-width: 1080px) {
  body.tenant .production-menu-fixed {
    display: none;
  }
}
body.tenant .tenant-introduce--wapper {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-introduce--wapper {
    flex-direction: column;
  }
}
body.tenant .tenant-introduce--wapper-left {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-introduce--wapper-left {
    width: 100%;
    padding-right: 0rem;
  }
}
body.tenant .tenant-introduce--wapper-left-desc figure.image {
  margin: 1rem 0;
  text-align: center;
}
body.tenant .tenant-introduce--wapper-left-desc img {
  min-width: 350px;
  max-width: 100%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-introduce--wapper-left-desc img {
    min-width: unset;
    width: 100%;
  }
}
body.tenant .tenant-introduce--wapper-left-desc ul {
  list-style: unset !important;
  padding: revert !important;
}
body.tenant .tenant-introduce--wapper-left-info .list-contact {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.tenant .tenant-introduce--wapper-left-info .list-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
body.tenant .tenant-introduce--wapper-left-info .list-contact li .icon {
  margin-right: 0.5rem;
  color: #01498b;
  width: 1.3rem;
  padding-bottom: 0.2rem;
}
body.tenant .tenant-introduce--wapper-left-info .list-contact li .icon svg {
  height: 1.3rem;
  width: auto;
}
body.tenant .tenant-introduce--wapper-left-info .list-contact li a {
  color: #000000;
}
body.tenant .tenant-introduce--wapper-left-info .list-contact li p {
  margin-bottom: 0;
}
body.tenant .tenant-introduce--wapper-left-info .list-contact li img {
  height: auto;
  width: 1.2rem;
  max-height: 1.3rem;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-introduce--wapper-left-info .list-contact li img {
    width: 15px;
  }
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-introduce--wapper-left {
    padding-right: 0rem;
  }
}
body.tenant .tenant-introduce--wapper-right {
  width: 60%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-introduce--wapper-right {
    width: 100%;
  }
}
body.tenant .tenant-introduce--wapper-right > img {
  -o-object-fit: cover;
     object-fit: cover;
}
body.tenant .affiliated__branch--title {
  color: #004b9b;
}
body.tenant .affiliated__branch--wapper {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .affiliated__branch--wapper {
    flex-direction: column;
  }
}
body.tenant .affiliated__branch--wapper-left .affiliated__branch--title {
  max-width: 80%;
  background-color: #F3F3F3;
  padding: 1rem 0 0.7rem 1rem;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 991px) {
  body.tenant .affiliated__branch--wapper-left .affiliated__branch--title {
    max-width: 100%;
  }
}
body.tenant .affiliated__branch--wapper-left .affiliated__branch--list-showrooms {
  padding-left: 1rem;
}
body.tenant .affiliated__branch--wapper-left {
  width: 30%;
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 10%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .affiliated__branch--wapper-left {
    width: 100%;
    position: inherit;
  }
}
body.tenant .affiliated__branch--wapper-left .affiliated__branch-showroom {
  line-height: 1.2;
}
@media only screen and (max-width: 1080px) {
  body.tenant .affiliated__branch--wapper-left .affiliated__branch-showroom ul {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
body.tenant .affiliated__branch--wapper-left .affiliated__branch-showroom ul li {
  margin-bottom: 1.5rem;
}
body.tenant .affiliated__branch--wapper-left .affiliated__branch-showroom ul li a span:hover {
  color: #01498b;
}
body.tenant .affiliated__branch--wapper-right {
  width: 70%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .affiliated__branch--wapper-right {
    width: 100%;
  }
}
body.tenant .affiliated__branch--wapper-right .h5-title {
  margin: 0;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name {
  display: flex;
  grid-gap: 3rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media only screen and (max-width: 767px) {
  body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li {
    margin-right: 1rem;
  }
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li {
  margin-bottom: 1rem;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #004b9b;
  display: flex;
  align-items: center;
  border-radius: 7px;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li .nav-item__link.active {
  color: #01498b;
  position: relative;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li .nav-item__link.active::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 1.5px;
  background-color: #01498b;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li .nav-item__link {
  color: #2a2f33;
  position: relative;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li .nav-item__link.disable {
  cursor: not-allowed;
  color: #b5b5b5;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li .nav-item__link.disable:hover {
  color: #b5b5b5;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li .nav-item__link.disable:hover::after {
  display: none;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li .nav-item__link::after {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  height: 1.5px;
  background-color: #01498b;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li .nav-item__link:hover::after {
  width: 100%;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list--brach__name li .nav-item__link:hover {
  color: #01498b;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo {
  display: flex;
  flex-wrap: wrap;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo input[type=checkbox][class^=myCheckbox] {
  display: none;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo li.disable {
  border-color: rgba(204, 204, 204, 0.231372549);
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo li.disable label {
  opacity: 0.4;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo label img {
  height: 5rem;
  max-width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo :checked + label {
  border-color: #ddd;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo :checked + label:before {
  content: "✓";
  background-color: #01498b;
  transform: scale(1);
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo :checked + label img {
  z-index: -1;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo .listSearchByBanchSwipper {
  margin-left: 0;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo li {
  display: flex;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #CCCCCC;
  width: 20%;
  position: relative;
  overflow: hidden;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo li::before {
  position: absolute;
  top: 0;
  left: -40%;
  z-index: 2;
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo li:hover::before {
  animation: shine 0.75s;
}
@media only screen and (max-width: 479px) {
  body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo li {
    width: 25%;
  }
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo li a > img {
  height: 70px;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo li.no-business {
  border: none;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-box-Bybranch .list__banch--logo li.no-business img {
  opacity: 0.3;
  height: 70px;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-bussiness {
  display: flex;
}
@media only screen and (max-width: 767px) {
  body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-bussiness {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-bussiness-item {
  width: 33.3333333333%;
  display: block;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-bussiness-item {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-bussiness-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-bussiness-item label {
  position: relative;
  cursor: pointer;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-bussiness-item label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #dfe2e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  margin-bottom: 7px;
}
body.tenant .affiliated__branch--wapper-right .affiliated__branch--search-bussiness-item input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #01498b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body.tenant .affiliated__branch--wapper-right .branch__list--showroom {
  padding-right: 1rem;
  overflow-y: scroll;
}
body.tenant .affiliated__branch--wapper-right .branch__list--showroom {
  scrollbar-width: thin;
  scrollbar-color: #707070 #ffffff;
}
body.tenant .affiliated__branch--wapper-right .branch__list--showroom::-webkit-scrollbar {
  width: 7px;
}
body.tenant .affiliated__branch--wapper-right .branch__list--showroom::-webkit-scrollbar-track {
  background: #ffffff;
}
body.tenant .affiliated__branch--wapper-right .branch__list--showroom::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
body.tenant .affiliated__branch--wapper-right .branch__list--top {
  display: flex;
  width: 100%;
  grid-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  body.tenant .affiliated__branch--wapper-right .branch__list--top {
    flex-direction: column;
  }
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-left {
  width: 40%;
  flex-direction: column;
  display: flex;
}
@media only screen and (max-width: 767px) {
  body.tenant .affiliated__branch--wapper-right .branch__list--top-left {
    width: 100%;
  }
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-left-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-left-info {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-left-button {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 370px) {
  body.tenant .affiliated__branch--wapper-right .branch__list--top-left-button {
    flex-direction: column;
  }
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-left--button {
  width: 49%;
  margin-top: 1rem;
  margin-bottom: auto;
}
@media only screen and (max-width: 370px) {
  body.tenant .affiliated__branch--wapper-right .branch__list--top-left--button {
    width: 100%;
  }
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-left--button .btn-see {
  display: flex;
  color: #01498b;
  background-color: #ffffff;
  text-align: center;
  padding: 0.75rem 0;
  justify-content: center;
  border: 1px solid #01498b;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-left--button .btn-see:hover {
  color: #ffffff;
  background: #01498b;
  border: 1px solid #01498b;
}
@media only screen and (max-width: 1080px) {
  body.tenant .affiliated__branch--wapper-right .branch__list--top-left--button .btn-see {
    padding: 0.5rem 0;
  }
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-left--button .btn-book {
  display: flex;
  text-align: center;
  padding: 1rem 0;
  justify-content: center;
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-left--button .btn-book > img {
  width: 23px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  body.tenant .affiliated__branch--wapper-right .branch__list--top-right {
    width: 100%;
  }
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: auto;
  width: 60%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .affiliated__branch--wapper-right .branch__list--top-right {
    margin-bottom: unset;
  }
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-right-info ul {
  margin-bottom: 0;
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-right-info ul li a {
  color: #000000;
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-right .branch__list--top-left-button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body.tenant .affiliated__branch--wapper-right .branch__list--top-right .branch__list--top-left-button .branch__list--top-left--button {
  width: 49%;
}
@media (max-width: 480px) {
  body.tenant .affiliated__branch--wapper-right .branch__list--top-right .branch__list--top-left-button .branch__list--top-left--button {
    width: 100%;
  }
}
body.tenant .web--link {
  color: #01498b !important;
  text-decoration: underline;
  cursor: pointer;
}
body.tenant .map--link {
  color: #01498b !important;
  cursor: pointer;
  display: inline-flex;
}
body.tenant .text-upcare {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information .form-group {
    margin-bottom: 5px;
  }
}
body.tenant .fill-information h3 {
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
body.tenant .fill-information-info-car {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 30.5%);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .fill-information-info-car {
    grid-template-columns: repeat(1, 100%);
  }
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-car {
    row-gap: 15px;
  }
}
body.tenant .fill-information-info-car .form-group {
  display: flex;
  flex-direction: column;
}
body.tenant .fill-information-info-car .form-group label {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-car .form-group label {
    margin-bottom: 1rem;
  }
}
body.tenant .fill-information-info-car .form-group .ui.search.dropdown {
  border-radius: unset;
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-car .form-group .ui.search.dropdown {
    height: 40px;
  }
}
body.tenant .fill-information-info-car .form-group .ui.search.dropdown .default.text {
  color: #000;
}
body.tenant .fill-information-info-car .form-group .ui.search.dropdown input {
  height: 100%;
}
body.tenant .fill-information-info-car .form-group .ui.search.dropdown img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
body.tenant .fill-information-info-car .form-group .ui.search.dropdown .dropdown.icon {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
}
body.tenant .fill-information-info-car .ui.input.focus {
  border-radius: unset;
  border: 1px solid #000;
}
body.tenant .fill-information-info-car .ui.input.focus input {
  border: unset;
  font-family: "MyriadPro-Light";
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-car .ui.input.focus {
    height: 40px;
  }
}
body.tenant .fill-information-info-customer {
  max-width: unset;
  grid-template-columns: repeat(3, 30.5%);
}
@media only screen and (max-width: 1080px) {
  body.tenant .fill-information-info-customer {
    grid-template-columns: repeat(1, 100%);
  }
}
body.tenant .fill-information-info-customer .ui.input.focus {
  border-radius: unset;
  border: 1px solid #000;
}
body.tenant .fill-information-info-customer .ui.input.focus input {
  border: unset;
  font-family: "MyriadPro-Light";
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-customer .ui.input.focus {
    height: 40px;
  }
}
body.tenant .fill-information-info-support .form-group {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-support .form-group {
    margin-top: 1.2rem;
  }
}
body.tenant .fill-information-info-support .form-group .check-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-support .form-group .check-group {
    margin-top: 1rem;
  }
}
body.tenant .fill-information-info-support .form-group .check-group input[type=checkbox] {
  width: 30px;
  height: 30px;
  accent-color: #01498b;
  accent-color-foreground: #01498b;
}
body.tenant .fill-information-info-support .form-group .check-group input[type=checkbox]::after {
  background-color: #004b9b;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.tenant .fill-information-info-support .form-group .check-group label {
    display: flex;
    grid-template-columns: 30px auto;
    gap: 10px;
    align-items: center;
  }
}
body.tenant .fill-information-info-support .form-group .check-group label {
  flex: 1;
  margin-bottom: 0;
}
body.tenant .fill-information-info-support .form-group .check-group.top {
  margin-top: 0;
}
body.tenant .fill-information-info-support .form-group .radio-group {
  display: flex;
  gap: 2rem;
}
body.tenant .fill-information-info-support .form-group.policy {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-support .form-group.policy {
    margin-top: 2rem;
  }
}
body.tenant .fill-information-info-support .form-group textarea {
  font-family: "MyriadPro-Light";
  border-radius: 0;
  border: 1px solid #ced4da;
}
body.tenant .fill-information-info-support label {
  margin-bottom: 18px;
  display: flex;
  text-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-support label {
    margin-bottom: 1rem;
  }
}
body.tenant .fill-information-info-support .button {
  outline: unset;
  padding: 12px 50px 10px;
  margin: 3rem auto;
  display: flex;
}
body.tenant .fill-information-info-support .button:hover {
  border-color: #01498b;
  color: #01498b;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  body.tenant .fill-information-info-support .button {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
body.tenant .checkbox-custom, body.tenant .radio-custom {
  opacity: 0;
  position: absolute;
}
body.tenant .checkbox-custom, body.tenant .checkbox-custom-label, body.tenant .radio-custom, body.tenant .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
body.tenant .checkbox-custom-label, body.tenant .radio-custom-label {
  position: relative;
  display: flex;
  align-items: center;
}
body.tenant .checkbox-custom + .checkbox-custom-label:before, body.tenant .radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .checkbox-custom + .checkbox-custom-label:before, body.tenant .radio-custom + .radio-custom-label:before {
    width: 30px;
    height: 30px;
  }
}
body.tenant .checkbox-custom + .checkbox-custom-label:before, body.tenant .radio-custom + .radio-custom-label:before {
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
body.tenant .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #01498b;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
body.tenant .radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
body.tenant .radio-custom:checked + .radio-custom-label:before {
  background: #01498b;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
body.tenant .tenant .fill-information-info-car .ui.input.focus {
  border: 1px solid #ced4da !important;
}
body.tenant .tenant .fill-information-info-customer .ui.input.focus {
  border: 1px solid #ced4da !important;
}
body.tenant .input--custom__border {
  border: 1px solid #ced4da !important;
}
body.tenant .checkbox-custom:focus + .checkbox-custom-label, body.tenant .radio-custom:focus + .radio-custom-label {
  outline: 0px solid #ddd; /* focus style */
}
body.tenant .car-compare__filter--wapper {
  display: flex;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  body.tenant .car-compare__filter--wapper {
    flex-direction: column;
  }
}
body.tenant .car-compare__filter--wapper--filter {
  display: flex;
}
@media only screen and (max-width: 767px) {
  body.tenant .car-compare__filter--wapper--filter {
    margin-bottom: 1rem;
  }
}
body.tenant .car-compare__filter--wapper .car-compare-morecar {
  width: 50%;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  body.tenant .car-compare__filter--wapper .car-compare-morecar {
    width: 100%;
    justify-content: unset;
  }
}
body.tenant .car-compare__filter--wapper .car-compare-morecar .car-compare__filter--wapper--filter {
  display: none;
}
body.tenant .car-compare__filter--wapper-title {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}
body.tenant .car-compare__filter--wapper .car_type_compare {
  width: 180px;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 30px;
}
body.tenant .car-compare__filter--wapper #car_compare__filter {
  margin-right: 1rem;
  z-index: 88;
  border-radius: 0;
}
body.tenant .car-compare__filter--wapper #car1 {
  z-index: 88;
  border-radius: 0;
}
body.tenant .tenant-booking__online__carslide {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online__carslide {
    margin-bottom: 0rem;
  }
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide {
  border: 0px;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide a.color-unset {
  color: #000;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide a.color-unset img {
  width: 100%;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0px;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide--item-img {
  position: relative;
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-bottom: 60%;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide--item-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide--item-title {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide .cad-info {
  align-items: center;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide .cad-info > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 5rem;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide .cad-info .card-title {
  color: #2e3a41;
}
@media only screen and (min-width: 1200px) {
  body.tenant .tenant-booking__online__carslide-slide .cars__slide .cad-info .card-title {
    margin-right: 10px;
  }
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide .cad-info .card-title:hover {
  color: #01498b;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide .cad-info .card-image > img {
  height: 20px;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide .banner-img {
  transition: transform 0.5s ease;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide .banner-img:hover {
  transform: scale(1.1);
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide .card-text {
  color: #01498b;
  line-height: 1.5;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide-compare {
  color: #01498b !important;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide-compare img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide-compare .icon-same {
  width: 6px;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide-compare span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  margin-top: 5px;
  background: #01498b;
  transition: width 0.3s;
}
body.tenant .tenant-booking__online__carslide-slide .cars__slide-compare span:hover:after {
  color: #01498b;
  width: 53%;
}
body.tenant .tenant-booking__online-wrapper {
  background-color: #eeeeed;
  padding: 25px 0px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-wrapper {
    padding: 1rem 0;
  }
}
body.tenant .tenant-booking__online__header {
  line-height: 1.5;
}
body.tenant .tenant-booking__online__header-button .form-group .city {
  display: none;
}
body.tenant .tenant-booking__online__header-button .form-group .city i.dropdown .icon {
  display: none;
}
body.tenant .tenant-booking__online__header-title {
  line-height: 1.5;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online__header-goback {
    margin-top: 0;
    line-height: 1.5;
  }
}
body.tenant .tenant-booking__online__header-goback a {
  color: #01498b;
  display: block;
  text-align: center;
}
body.tenant .tenant-booking__online__header-goback a img {
  width: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.tenant .tenant-booking__online__header-goback a span {
  position: relative;
}
body.tenant .tenant-booking__online__header-goback a span::after {
  content: "";
  width: -moz-max-content;
  width: max-content;
  bottom: -2px;
  position: absolute;
  width: 0;
  display: block;
  height: 2px;
  margin-top: 5px;
  background: #01498b;
  transition: width 0.3s;
}
body.tenant .tenant-booking__online__header-goback a span:hover::after {
  color: #01498b;
  width: 100%;
}
body.tenant .tenant-booking__online__header-right {
  padding-left: 3rem;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online__header-right {
    padding-left: 0rem;
  }
}
body.tenant .tenant-booking__online__header-choose {
  text-align: end;
}
body.tenant .tenant-booking__online__right {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
body.tenant .tenant-booking__online__car {
  flex-direction: column;
  justify-content: space-between;
}
body.tenant .tenant-booking__online__car-name {
  margin-bottom: 20px;
}
body.tenant .tenant-booking__online-banner {
  padding: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-banner {
    padding: 2rem 0;
  }
}
body.tenant .tenant-booking__online-banner .tab-content {
  height: auto;
}
body.tenant .tenant-booking__online-banner .nav-tabs {
  border: 0px !important;
}
body.tenant .tenant-booking__online-banner .nav-tabs .nav-link {
  border: 0px;
}
body.tenant .tenant-booking__online-banner .banner-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
body.tenant .tenant-booking__online-banner .box__tab-car-choose img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 1080px) {
  body.tenant .tenant-booking__online-banner .car-banner {
    padding-left: 3rem;
  }
}
body.tenant .tenant-booking__online-banner .car-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-banner .car-box {
    flex-direction: column-reverse;
  }
}
body.tenant .tenant-booking__online-banner .car-box .car-mony {
  color: #01498b;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-banner .car-box .car-mony {
    margin-top: 0px;
    margin-left: 1rem;
  }
}
body.tenant .tenant-booking__online-banner .car-box > img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
  margin: -15px 0;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-banner .car-box > img {
    margin: 0;
    padding: 1rem 0;
  }
}
body.tenant .tenant-booking__online-banner .car-box .car-blode {
  line-height: 1.5;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-banner .car-box .car-blode {
    display: flex;
    align-items: center;
  }
}
body.tenant .tenant-booking__online-banner .car-box .car-image {
  width: 34%;
  height: 0%;
  padding-right: 0px;
  padding-bottom: 16%;
  position: relative;
  padding-right: 0px;
  margin: 0;
  margin-left: -0.65rem;
  padding-left: 0px;
  display: block;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-banner .car-box .car-image {
    width: 100px;
    padding-bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: 15px 0;
  }
}
body.tenant .tenant-booking__online-banner .car-box .car-image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-banner .car-box .car-image > img {
    height: auto;
    position: unset;
    max-height: 100px;
    min-height: unset;
  }
}
body.tenant .tenant-booking__online-banner .car-version {
  margin: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-banner .car-version {
    margin: 0 0 1rem;
    line-height: 1.5;
  }
}
body.tenant .tenant-booking__online-banner .car-version .form-group {
  display: flex;
  flex-direction: column;
}
body.tenant .tenant-booking__online-banner .car-version .form-group label {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-banner .car-version .form-group label {
    margin-bottom: 1rem;
  }
}
body.tenant .tenant-booking__online-banner .car-version .form-group .ui.dropdown {
  border-radius: unset;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid black;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.tenant .tenant-booking__online-banner .car-version .form-group .ui.dropdown {
    height: 40px;
  }
}
body.tenant .tenant-booking__online-banner .car-version .form-group .ui.dropdown .default.text {
  color: #000;
}
body.tenant .tenant-booking__online-banner .car-version .form-group .ui.dropdown input {
  height: 100%;
}
body.tenant .tenant-booking__online-banner .car-version .form-group .ui.dropdown img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
body.tenant .tenant-booking__online-banner .car-color {
  margin: 2rem 0;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online-banner .car-color {
    margin: 1rem 0;
  }
}
body.tenant .tenant-booking__online-banner .car-color__title {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online-banner .car-color__title {
    justify-content: flex-start;
  }
  body.tenant .tenant-booking__online-banner .car-color__title-text {
    margin-left: 1rem;
  }
}
body.tenant .tenant-booking__online-banner .car-color__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online-banner .car-color__list {
    justify-content: flex-start;
  }
  body.tenant .tenant-booking__online-banner .car-color__list ul,
  body.tenant .tenant-booking__online-banner .car-color__list li {
    width: unset;
    margin-top: 0px;
  }
}
body.tenant .tenant-booking__online-banner .car-color__list img {
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
body.tenant .tenant-booking__online-banner .car-color__list img:hover {
  transform: scale(1.2);
  transition: transform 0.1s ease;
}
body.tenant .tenant-booking__online-banner .car-endow {
  line-height: 1.5;
}
body.tenant .tenant-booking__online-banner .car-endow p {
  margin: 0px;
}
body.tenant .tenant-booking__online-banner .car-endow ul,
body.tenant .tenant-booking__online-banner .car-endow li {
  margin-left: 1rem;
  list-style: disc;
}
body.tenant .tenant-booking__online-banner .car-endow .list-group {
  line-height: 1.5;
}
body.tenant .tenant-booking__online-banner .car-endow .list-group-items {
  border: 0 !important;
  padding: 0 unset !important;
}
body.tenant .tenant-booking__online-banner .btn-booking {
  color: white;
}
body.tenant .tenant-booking__online-banner .btn-booking .car-booking {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online-banner .btn-booking .car-booking {
    margin-top: 1rem;
    padding: 0.7rem;
  }
}
body.tenant .tenant-booking__online-banner .btn-booking .car-booking {
  text-align: center;
  padding: 1.6rem;
}
body.tenant .tenant-booking__online .car-compare {
  display: flex;
  margin-top: 0.5rem;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online .car-compare {
    justify-content: center;
  }
  body.tenant .tenant-booking__online .car-compare-item {
    max-width: 100%;
  }
}
body.tenant .tenant-booking__online .car-compare-item {
  color: #01498b;
  max-width: 18%;
  flex: 1 20%;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online .car-compare-item {
    max-width: 100%;
  }
}
body.tenant .tenant-booking__online .car-compare-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online .car-compare-item-wrapper {
    min-height: 170px;
  }
}
body.tenant .tenant-booking__online .car-compare-item-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.2s;
  position: absolute;
  background-color: white;
  opacity: 0;
}
body.tenant .tenant-booking__online .car-compare-item-wrapper:hover::after {
  opacity: 0.3;
}
body.tenant .tenant-booking__online .car-compare-item .btn-close-car {
  position: absolute;
  top: 0;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online .car-compare-item .btn-close-car {
    left: 0;
    right: 0;
  }
}
body.tenant .tenant-booking__online .car-compare-item-header {
  display: flex;
  align-items: flex-start;
}
body.tenant .tenant-booking__online .car-compare-item .unselect {
  color: rgb(66, 66, 66);
  font-size: 20px;
  display: block;
  margin-left: 15px;
  flex-shrink: 0;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
body.tenant .tenant-booking__online .car-compare-item-title {
  flex: 1;
  position: absolute;
  top: 0;
  left: 0px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online .car-compare-item-title {
    bottom: -1rem;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}
body.tenant .tenant-booking__online .car-compare-item-body {
  text-align: center;
  margin-top: 2.5rem;
  position: relative;
  height: 0%;
  padding-bottom: 60%;
  overflow: hidden;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
body.tenant .tenant-booking__online .car-compare-item-body img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}
body.tenant .tenant-booking__online .car-compare-item-choose {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
body.tenant .tenant-booking__online .car-compare-item-choose span {
  color: #000;
}
body.tenant .tenant-booking__online .car-compare-item-choose img {
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
}
body.tenant .tenant-booking__online .car-compare-item-choose:hover {
  opacity: 0.7;
}
body.tenant .tenant-booking__online .car-compare-item-choose:hover span {
  color: #01498b;
}
body.tenant .tenant-booking__online .car-compare-item-choose:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online__compare {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
body.tenant .tenant-booking__online__compare #hidingScrollBar {
  overflow: hidden;
  margin-top: 1rem;
}
body.tenant .tenant-booking__online__compare-list {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online__compare-list {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    backface-visibility: hidden;
    margin-bottom: 0;
  }
  body.tenant .tenant-booking__online__compare-list::-webkit-scrollbar {
    display: none;
  }
}
body.tenant .tenant-booking__online__compare-list .menu-list {
  margin: 0 1rem;
}
body.tenant .tenant-booking__online__compare-list .menu-list:nth-child(1) {
  margin-left: 0;
}
body.tenant .tenant-booking__online__compare-list .menu-list {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
body.tenant .tenant-booking__online__compare-list .menu-list::after {
  content: "";
  width: -moz-max-content;
  width: max-content;
  bottom: -2px;
  position: absolute;
  width: 0;
  display: block;
  margin-top: 5px;
  background: #01498b;
  transition: width 0.3s;
}
body.tenant .tenant-booking__online__compare-list .menu-list:hover::after {
  color: #01498b;
  width: 100%;
}
body.tenant .tenant-booking__online__compare-list li:hover {
  color: #01498b;
}
body.tenant .tenant-booking__online__compare-list a {
  color: #000;
}
body.tenant .tenant-booking__online__compare-list a:hover {
  color: #01498b;
}
body.tenant .tenant-booking__online__compare table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online__compare table {
    width: auto;
  }
}
body.tenant .tenant-booking__online__compare table tbody {
  display: table-row-group;
}
body.tenant .tenant-booking__online__compare table tbody tr {
  display: table-row;
}
body.tenant .tenant-booking__online__compare table tbody tr th {
  display: table-cell;
  width: 20%;
  min-width: 150px;
  text-align: left;
  padding: 20px 20px 5px;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online__compare table tbody tr th {
    width: 150px;
    min-width: 150px;
    padding: 5px;
  }
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item a.__choose_car_to_compare img {
  max-width: 15%;
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease;
  margin: 0 20px;
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item a.__choose_car_to_compare img:hover {
  transform: scale(1.5);
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item a.__choose_car_to_compare {
  color: #2e3a41;
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item a.__choose_car_to_compare:hover {
  color: #01498b;
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item .car_selected_image {
  cursor: pointer;
  position: relative;
  display: block;
  text-align: left;
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item .car_selected_image img {
  vertical-align: middle;
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item .car_selected_image .car_infor {
  color: #01498b;
  max-width: 9rem;
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item .car_selected_image button.btn-close-car {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 1;
  border: 0px;
  background-color: transparent;
  outline: none;
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item .car_selected_image button.btn-close-car img:hover {
  opacity: 0.3;
}
body.tenant .tenant-booking__online__compare table tbody tr th .__select_item .car_selected_image button.btn-close-car i {
  font-size: 30px;
  color: #a6a6a6;
}
body.tenant .tenant-booking__online__table--price {
  border-bottom: 1px solid #a6a6a6;
}
body.tenant .tenant-booking__online__table--parameter-title {
  border-bottom: 1px solid;
  padding: 1rem 0;
  border-bottom-color: #d2d2d2;
  cursor: pointer;
  color: #000;
  line-height: 1.3;
}
body.tenant .tenant-booking__online__table--parameter-title .icon i {
  font-size: 0.7em;
}
body.tenant .tenant-booking__online__table--parameter-table tbody .text-base.border-bottom-1 {
  border-bottom: 1px solid #d2d2d2;
}
body.tenant .tenant-booking__online__table--parameter-table tbody .title {
  width: 24%;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online__table--parameter-table tbody .title {
    padding-bottom: 0 !important;
  }
}
body.tenant .tenant-booking__online__table--parameter-table tbody tr {
  transition: background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online__table--parameter-table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
body.tenant .tenant-booking__online__table--parameter-table tbody tr:hover {
  background-color: #F3F3F3;
}
body.tenant .tenant-booking__online__table--parameter-table tbody th {
  align-items: center;
  padding: 1rem 2px !important;
  min-height: 50%;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online__table--parameter-table tbody th {
    flex: 1 100%;
    padding-bottom: 1rem 0 !important;
  }
}
body.tenant .tenant-booking__online__table--parameter-table tbody td {
  padding: 1rem 0px !important;
  width: 18%;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body.tenant .tenant-booking__online__table--parameter-table tbody td {
    flex: 1 50%;
    padding: 0 0 1rem !important;
  }
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online__table--parameter-table tbody td:nth-child(5) {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online__table--parameter-table tbody td:nth-child(4) {
    display: none;
  }
}
body.tenant .tenant-booking__online__table--parameter-table {
  transition: all 0.25s;
}
body.tenant .tenant-booking__online__table--parameter-table.hidden {
  height: 0px;
  visibility: collapse;
  opacity: 0;
  display: none;
}
body.tenant .tenant-booking__online__table--item .price,
body.tenant .tenant-booking__online__table--item ul {
  padding: 2rem 0 !important;
  margin: 0;
}
body.tenant .car-choose__list {
  padding: unset;
  margin: unset;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.2rem;
}
body.tenant .car-choose__item {
  margin: 0 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 45px;
}
body.tenant .car-choose__item .box-zoom {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 0.8px solid black;
  border-radius: 100%;
  cursor: pointer;
  transition: transform 0.3s linear;
}
body.tenant .car-choose__item .box-zoom:hover {
  transform: scale(1.3);
}
body.tenant .car-choose__item p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
body.tenant .car-choose__item.active .box-zoom {
  transform: scale(1.3);
}
body.tenant .car-choose__item.active p {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  body.tenant .car-compare__fixed-name {
    display: none;
  }
}
body.tenant .car-compare__buton {
  border-bottom: 0px;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  body.tenant .car-compare__buton {
    margin-top: 1rem;
  }
}
body.tenant .car-compare__buton > table td {
  width: 4%;
}
@media only screen and (max-width: 767px) {
  body.tenant .car-compare__buton > table td {
    width: 0%;
  }
}
@media only screen and (max-width: 767px) {
  body.tenant .car-compare__buton .car-compare__fixed-button {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
  }
}
body.tenant .car-compare__buton .car-compare__fixed-button .btn-download {
  display: inline-block;
  padding: 0.7rem 2rem 0.5rem;
  color: #1c76c3;
  max-width: 200px;
  text-align: center;
}
body.tenant .car-compare__buton .car-compare__fixed-button .btn-booking {
  display: inline-block;
  color: #ffffff;
  background-color: #01498b;
  border: 1px solid #01498b;
  padding: 0.7rem 2rem 0.5rem;
  max-width: 200px;
  text-align: center;
}
body.tenant .car-compare__buton .car-compare__fixed-button .btn-booking:hover {
  display: inline-block;
  padding: 0.7rem 2rem 0.5rem;
  border: 1px solid #01498b;
  color: #01498b;
  background-color: transparent;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online .tenant-booking__online__header-choose {
    display: none;
  }
  body.tenant .tenant-booking__online .tenant-booking__online__header-right {
    display: none;
  }
}
body.tenant .tenant-booking__online-car__wapper {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenant-booking__online-car__wapper {
    flex-direction: column;
  }
}
body.tenant .tenant-booking__online-car__wapper .tab-content {
  flex: 60%;
}
body.tenant .tenant-booking__online-car__wapper .car-banner {
  flex: 43%;
}
body.tenant .ui.selection.active.dropdown .menu.menu-car-version {
  border-color: black;
  border-radius: 0;
}
body.tenant .booking-step1-color {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid;
}
body.tenant .spare_parts__service--wapper {
  display: flex;
  width: 100%;
  grid-gap: 1rem;
}
@media only screen and (max-width: 1080px) {
  body.tenant .spare_parts__service--wapper {
    flex-direction: column;
  }
}
body.tenant .spare_parts__service--wapper-left {
  width: 20%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .spare_parts__service--wapper-left {
    width: 100%;
  }
}
body.tenant .spare_parts__service--wapper-left-list ul {
  padding: 0;
}
body.tenant .spare_parts__service--wapper-left-list ul li {
  margin-bottom: 1rem;
}
body.tenant .spare_parts__service--wapper-left-list ul li a {
  color: #000000;
}
body.tenant .spare_parts__service--wapper-right {
  width: 80%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .spare_parts__service--wapper-right {
    width: 100%;
  }
}
body.tenant .spare_parts__service--wapper-right-filter {
  display: flex;
  width: 100%;
  grid-gap: 1rem;
  margin: 1rem 0;
}
@media only screen and (max-width: 767px) {
  body.tenant .spare_parts__service--wapper-right-filter {
    flex-direction: column;
  }
}
body.tenant .spare_parts__service--wapper-right-filter .form-group {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  body.tenant .spare_parts__service--wapper-right-filter .form-group {
    width: 100%;
    margin: 0;
  }
}
body.tenant .spare_parts__service--wapper-right-filter .form-group .ui.selection.dropdown {
  width: 100%;
  border-radius: 0px;
}
body.tenant .service_new-title {
  margin-bottom: 1rem;
  color: #01498b;
}
body.tenant .service_new--wapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (max-width: 991px) {
  body.tenant .service_new--wapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  body.tenant .service_new--wapper {
    grid-template-columns: 1fr;
  }
}
body.tenant .service_new--wapper .service_new--card-box {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
body.tenant .service_new--wapper .service_new--card-box-image > img {
  height: 50px;
}
body.tenant .service_new--wapper .service_new--card-desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.tenant .section__contact-bt .section__contact--wapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 995px) {
  body.tenant .section__contact-bt .section__contact--wapper {
    flex-direction: column-reverse;
  }
}
body.tenant .section__contact-bt .section__contact--wapper .list-contact {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.tenant .section__contact-bt .section__contact--wapper .list-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
body.tenant .section__contact-bt .section__contact--wapper .list-contact li .icon {
  margin-right: 0.5rem;
  color: #004b9b;
  width: 1.3rem;
  padding-bottom: 0.2rem;
}
body.tenant .section__contact-bt .section__contact--wapper .list-contact li .icon svg {
  height: 1.3rem;
  width: auto;
}
body.tenant .section__contact-bt .section__contact--wapper .infomation-company-tenant .infomation-company-tenant-title {
  color: #1B4986;
}
@media (max-width: 768px) {
  body.tenant .section__contact-bt .section__contact--wapper .infomation-company-tenant .infomation-company-tenant-title {
    margin-top: 3rem !important;
  }
}
body.tenant .section__contact-bt .section__contact--wapper .infomation-company-tenant .company {
  display: flex;
  align-items: baseline;
}
body.tenant .section__contact-bt .section__contact--wapper .infomation-company-tenant .company span {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 4px;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left {
  height: revert;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-right: 20px;
  border-right: 1.5px solid #CCCCCC;
}
@media (max-width: 991px) {
  body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 0px;
  }
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top {
  overflow-y: scroll;
  height: auto;
}
@media (max-width: 768px) {
  body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top {
    height: auto !important;
  }
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px transparent;
  background-color: transparent;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 2px solid #C4C4C4;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top h5 {
  color: #1B4986;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top .contact-tenant-item {
  padding: 1.5rem 2rem 0.5rem 0rem;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top .contact-tenant-item:hover {
  background: #004b9b;
  padding-left: 1rem;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top .contact-tenant-item:hover .name-showroom {
  color: white !important;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top .contact-tenant-item:hover .list-contact-item, body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top .contact-tenant-item:hover a, body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-left .list-contact-top .contact-tenant-item:hover .icon {
  color: white;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 991px) {
  body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right {
    width: 100%;
    padding-left: 0;
  }
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right h5 {
  color: #1B4986;
  margin-bottom: 10px;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-row {
  width: 48%;
  position: relative;
  margin-bottom: 2rem;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-row input {
  width: 100%;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.3);
  outline: none;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-row input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-row input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-row-content {
  width: 100%;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-row-content textarea {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.3);
  outline: none;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-row-content textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-row-content textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-group-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-group-button button {
  padding: 12px 100px;
  color: #01498B;
  background: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  border: 1.5px solid #01498b;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .form-group .contact-form-group-button button:hover {
  color: #fff;
  background: #01498B;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .list-contact-map {
  padding-top: 10px;
}
@media (max-width: 991px) {
  body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .list-contact-map {
    padding-right: 0;
    padding-top: 0px;
  }
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .list-contact-map .map-change {
  width: 100%;
  height: 400px;
}
@media (max-width: 480px) {
  body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .list-contact-map .map-change {
    height: 250px;
  }
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .list-contact-map .map-change .holds-the-iframe {
  width: 100%;
  height: 100%;
}
body.tenant .section__contact-bt .section__contact--wapper .section__contact--wapper-right .list-contact-map .map-change .holds-the-iframe iframe {
  width: 100%;
  height: 100%;
}
body.tenant .control-stick {
  display: grid;
  margin-bottom: 12px;
  grid-template-columns: 1fr 2fr 0.5fr;
  width: 100%;
  grid-gap: 1rem;
}
@media (max-width: 1140px) {
  body.tenant .control-stick {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin: 0 auto;
    margin-top: 12px;
    flex-wrap: wrap;
  }
}
body.tenant .control-stick .showroom {
  max-height: 3rem;
  width: 100%;
}
body.tenant .control-stick .showroom .ui.selection.dropdown {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  background: #EEEEED;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
body.tenant .control-stick .showroom .ui.selection.dropdown .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body.tenant .control-stick .location {
  max-height: 3rem;
  width: 100%;
}
body.tenant .control-stick .location .ui.selection.dropdown {
  background: #EEEEED;
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
body.tenant .control-stick .location .ui.selection.dropdown .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 1157px) {
  body.tenant .control-stick .location {
    margin-bottom: 1rem;
  }
}
body.tenant .control-stick .search-location {
  width: 100%;
  background: #004b9b;
  border: 1.5px solid #004b9b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.tenant .control-stick .search-location:hover {
  background-color: white;
}
body.tenant .control-stick .search-location:hover a {
  color: #004b9b;
}
@media (max-width: 1157px) {
  body.tenant .control-stick .search-location {
    display: none;
    margin: 0 auto;
    height: 40.8px;
    width: auto;
    width: 180px;
  }
  body.tenant .control-stick .search-location .search-location-link {
    display: none;
  }
}
body.tenant .control-stick .search-location a {
  color: white;
}
body.tenant .control-stick .search-location a i {
  font-size: 20px;
}
@media (max-width: 1140px) {
  body.tenant .control-stick .search-location a {
    align-items: center;
    justify-content: center;
    display: inline-block;
    padding: 9px;
  }
  body.tenant .control-stick .search-location a i {
    font-size: 15px;
  }
}
body.tenant .contact__showroom {
  padding-top: 70px;
}
@media (max-width: 1080px) {
  body.tenant .contact__showroom {
    padding-top: 0;
  }
  body.tenant .contact__showroom #google_map_contact_showroom {
    width: 100%;
    height: 400px;
  }
  body.tenant .contact__showroom .tenant__serviceBusiness__title {
    margin-bottom: 0 !important;
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 1080px) {
  body.tenant .contact__showroom--wapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1080px) {
  body.tenant .contact__showroom--wapper-left {
    width: 100%;
    display: flex;
    margin-right: 0;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1080px) {
  body.tenant .contact__showroom--wapper-left .contact__showroom--wapper-right {
    margin-top: 2rem;
    display: block;
  }
}
@media (max-width: 991px) {
  body.tenant .contact__showroom--wapper-left .contact-showroom-map {
    padding-right: 0;
  }
}
body.tenant .contact__showroom--wapper-left .contact-showroom-map .map-change {
  width: 100%;
  height: 400px;
}
@media (max-width: 480px) {
  body.tenant .contact__showroom--wapper-left .contact-showroom-map .map-change {
    height: 250px;
  }
}
body.tenant .contact__showroom--wapper-left .contact-showroom-map .map-change .holds-the-iframe {
  width: 100%;
  height: 100%;
}
body.tenant .contact__showroom--wapper-left .contact-showroom-map .map-change .holds-the-iframe iframe {
  width: 100%;
  height: 100%;
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form h5 {
  color: #1b4986;
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-item {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-item input {
  width: 100%;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-item input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-item input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-row-content {
  width: 100%;
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-row-content textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-row-content textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-row-content textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-group-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-group-button button {
  padding: 12px 100px;
  color: #01498b;
  background: #fff;
  border: 1px solid #01498b;
  outline: none;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .contact__showroom--wapper-left .contact-showroom-form .form-group .contact-form-group-button button:hover {
  color: #fff;
  background: #01498b;
}
@media only screen and (max-width: 1080px) {
  body.tenant .contact__showroom--wapper-right {
    width: 100%;
    padding-top: 1rem;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1080px) {
  body.tenant .contact__showroom--wapper-right {
    display: block;
  }
}
body.tenant .contact__showroom--wapper-right .name-showroom {
  color: #004b9b;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1080px) {
  body.tenant .contact__showroom--wapper-right .name-showroom {
    padding-bottom: 1rem;
  }
}
body.tenant .contact__showroom--wapper-right .showroom-description {
  padding-bottom: 2rem;
}
body.tenant .contact__showroom--wapper-right .showroom-description h1,
body.tenant .contact__showroom--wapper-right .showroom-description h2,
body.tenant .contact__showroom--wapper-right .showroom-description h3,
body.tenant .contact__showroom--wapper-right .showroom-description h4,
body.tenant .contact__showroom--wapper-right .showroom-description h5,
body.tenant .contact__showroom--wapper-right .showroom-description h6 {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
  margin: 0 0 1rem 0;
}
body.tenant .contact__showroom--wapper-right .showroom-description h1 span,
body.tenant .contact__showroom--wapper-right .showroom-description h2 span,
body.tenant .contact__showroom--wapper-right .showroom-description h3 span,
body.tenant .contact__showroom--wapper-right .showroom-description h4 span,
body.tenant .contact__showroom--wapper-right .showroom-description h5 span,
body.tenant .contact__showroom--wapper-right .showroom-description h6 span {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
}
body.tenant .contact__showroom--wapper-right .showroom-description h1 {
  font-size: var(--c-text-xl);
}
body.tenant .contact__showroom--wapper-right .showroom-description h2 {
  font-size: var(--c-text-lg);
}
body.tenant .contact__showroom--wapper-right .showroom-description h3 {
  font-size: var(--c-text-lg);
}
body.tenant .contact__showroom--wapper-right .showroom-description h4 {
  font-size: var(--c-text-base);
}
body.tenant .contact__showroom--wapper-right .showroom-description h5,
body.tenant .contact__showroom--wapper-right .showroom-description h6 {
  font-size: var(--c-text-base);
}
body.tenant .contact__showroom--wapper-right .showroom-description span {
  font-size: unset;
  font-family: unset;
}
body.tenant .contact__showroom--wapper-right .showroom-description p,
body.tenant .contact__showroom--wapper-right .showroom-description p span {
  font-family: "MyriadPro-Regular" !important;
  font-size: var(--c-text-base);
}
body.tenant .contact__showroom--wapper-right .showroom-description img {
  width: 100%;
  height: auto;
}
body.tenant .contact__showroom--wapper-right .img-showroom {
  padding: 2rem 0;
}
body.tenant .contact__showroom--wapper-right .img-showroom img {
  width: 100%;
  height: auto;
}
body.tenant .contact__showroom--wapper-right .list-contact-info li .icon {
  margin-right: 0.5rem;
  color: #01498b;
  width: 1.3rem;
  padding-bottom: 0.2rem;
}
body.tenant .contact__showroom--wapper-right .list-contact-info li .icon svg {
  height: 1.3rem;
  width: auto;
}
body.tenant .contact__showroom--wapper-right .list-contact-info .name-showroom {
  color: #1b4986;
}
body.tenant .contact__showroom--wapper-right .list-contact-info .name-city {
  color: #1b4986;
}
body.tenant .contact__showroom--wapper-right .list-contact-info .list-contact {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.tenant .contact__showroom--wapper-right .list-contact-info .list-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
body.tenant .contact__showroom--wapper-right .list-contact-info .list-contact li img {
  height: auto;
  width: 1.2rem;
  max-height: 1.3rem;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.tenant .contact__showroom--wapper-right .list-contact-info {
  padding-bottom: 15px;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-header {
  padding: 1rem 0 0.7rem 1rem;
  background-color: #f3f3f3;
  border: 1.5px solid #f3f3f3;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-header.collapsed::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 0;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-header:after {
  content: "";
  border: solid #000;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  float: right;
  margin-right: 1rem;
  margin-right: 15px;
  margin-top: 5px;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-header:hover {
  border-color: #004b9b;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-header:hover:after {
  border-color: #004b9b;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-title {
  color: #004b9b;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body {
  padding-left: 1rem;
  padding-top: 0.7rem;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-title {
  margin-top: 1rem;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product {
  width: calc(25% - 15px);
  margin-top: 1.5rem;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product {
    width: calc(50% - 15px);
  }
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .image-product {
  position: relative;
  padding-bottom: 57%;
  width: 100%;
  display: block;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .image-product img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail a {
  display: block;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .name {
  color: #004b9b;
  width: 100%;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .description {
  color: #b4b4b4;
  width: 100%;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .see-details {
  color: #000000;
  position: relative;
  color: #000;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .see-details i {
  color: #595656;
  font-size: 13px;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .see-details i {
    margin-left: 3px;
  }
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .see-details::after {
  content: "";
  position: absolute;
  background-color: #01498b;
  width: 0;
  height: 1px;
  top: 103%;
  left: 50%;
  transform: translateX(-50%);
  transition: all linear 0.3s;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .see-details:hover {
  color: #01498b;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .see-details:hover i {
  color: #01498b;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .see-details:hover:after {
  width: 100%;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .name, body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .description, body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-product .item-product .item-detail .see-details {
  text-transform: uppercase;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body ul {
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-time {
  margin-top: 1rem;
  line-height: 1.5;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-time .car-body-time {
  display: flex;
}
body.tenant .contact__showroom--wapper-right .list-contact-service-card-body-time .car-body-time-item {
  width: 50%;
}
body.tenant .contact__showroom--wapper-right .tenant_other__services {
  margin-top: 1rem;
}
body.tenant .showroom-similar .name-showroom, body.tenant .contact-showroom-map .name-showroom, body.tenant .showroom-news .name-showroom {
  color: #01498b;
}
body.tenant .showroom-similar-wrap-item {
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.tenant .showroom-similar-wrap-item:last-child {
  margin-bottom: 0;
}
body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-left {
  width: calc(40% - 1rem);
}
body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-left img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-right {
  width: calc(60% - 1rem);
}
@media (max-width: 768px) {
  body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-right {
    width: 100%;
  }
}
body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-right ul li a {
  color: #000;
}
body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-right .showroom-similar-wrap-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-right .showroom-similar-wrap-button .showroom-similar-wrap--button {
  width: 49%;
}
body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-right .showroom-similar-wrap-button .showroom-similar-wrap--button a {
  display: flex;
  color: #01498b;
  background-color: white;
  text-align: center;
  padding: 0.75rem 0;
  justify-content: center;
  border: 1px solid #01498b;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .showroom-similar-wrap-item .showroom-similar-wrap-right .showroom-similar-wrap-button .showroom-similar-wrap--button a:hover {
  color: white;
  background: #01498b;
}
body.tenant .showroom-news-content h1,
body.tenant .showroom-news-content h2,
body.tenant .showroom-news-content h3,
body.tenant .showroom-news-content h4,
body.tenant .showroom-news-content h5,
body.tenant .showroom-news-content h6,
body.tenant .showroom-news-content strong, body.tenant .showroom-news-content b,
body.tenant .showroom-news-content i, body.tenant .showroom-news-content em {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
  margin: 0 0 1rem 0;
}
body.tenant .showroom-news-content h1 span,
body.tenant .showroom-news-content h2 span,
body.tenant .showroom-news-content h3 span,
body.tenant .showroom-news-content h4 span,
body.tenant .showroom-news-content h5 span,
body.tenant .showroom-news-content h6 span,
body.tenant .showroom-news-content strong span, body.tenant .showroom-news-content b span,
body.tenant .showroom-news-content i span, body.tenant .showroom-news-content em span {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
}
body.tenant .showroom-news-content h1 {
  font-size: var(--c-text-xl);
}
body.tenant .showroom-news-content h2 {
  font-size: var(--c-text-lg);
}
body.tenant .showroom-news-content h3 {
  font-size: var(--c-text-lg);
}
body.tenant .showroom-news-content strong, body.tenant .showroom-news-content b {
  font-size: var(--c-text-lg);
}
body.tenant .showroom-news-content strong span {
  font-size: var(--c-text-lg);
}
body.tenant .showroom-news-content i, body.tenant .showroom-news-content em {
  font-style: italic !important;
  font-size: var(--c-text-lg);
}
body.tenant .showroom-news-content i strong, body.tenant .showroom-news-content i b, body.tenant .showroom-news-content em strong, body.tenant .showroom-news-content em b {
  font-size: var(--c-text-lg);
  font-style: italic !important;
}
body.tenant .showroom-news-content h4 {
  font-size: var(--c-text-base);
}
body.tenant .showroom-news-content h5,
body.tenant .showroom-news-content h6 {
  font-size: var(--c-text-base);
}
body.tenant .showroom-news-content span {
  font-size: unset;
  font-family: unset;
}
body.tenant .showroom-news-content p, body.tenant .showroom-news-content span, body.tenant .showroom-news-content ul li, body.tenant .showroom-news-content li a,
body.tenant .showroom-news-content p span {
  font-family: "MyriadPro-Regular" !important;
  font-size: var(--c-text-base);
}
body.tenant .showroom-news-content strong, body.tenant .showroom-news-content b,
body.tenant .showroom-news-content i, body.tenant .showroom-news-content em {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
  margin: 0 0 1rem 0;
}
body.tenant .showroom-news-content strong span, body.tenant .showroom-news-content b span,
body.tenant .showroom-news-content i span, body.tenant .showroom-news-content em span {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
}
body.tenant .showroom-news-content img {
  max-width: 100%;
  height: auto;
}
body.tenant .showroom-news-content ul, body.tenant .showroom-news-content li {
  list-style: inside;
}
body.tenant .showroom-news-content li {
  margin-bottom: 1rem;
}
body.tenant .showroom-news-content li:last-child {
  margin-bottom: 0;
}
body.tenant .contact-showroom-service-wrap {
  padding-left: 1rem;
}
body.tenant .section__posts .section__posts--nav {
  display: flex;
}
body.tenant .section__posts .section__posts--nav .nav-item {
  width: 50%;
  display: inline-block;
  text-transform: uppercase;
}
body.tenant .section__posts .section__posts--nav .nav-item.active {
  color: #01498b;
}
body.tenant .section__posts .section__posts--nav .nav-item.active::before {
  width: 100%;
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap {
  display: grid;
  grid-gap: 2rem;
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img {
  width: 100%;
  height: 100%;
  padding-bottom: 60%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 768px) {
  body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img {
    padding-bottom: 90%;
    overflow: hidden;
  }
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img img {
    position: absolute;
  }
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img .post-group__content-ab {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img .post-group__content-ab .post-group__content-ab--date {
  margin-right: 1.5rem;
  padding-bottom: 0.1rem;
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img .post-group__content-ab .post-group__content-ab--date p {
  margin: 0;
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img .post-group__content-ab .post-group__content-ab--title h5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
@media only screen and (min-width: 991px) {
  body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img:hover .post-group__content-ab {
    left: 3rem;
  }
}
body.tenant .section__posts .section__posts-feautured .post-group__content__wrap a .post-group__content__item-img:hover img {
  transform: scale(1.07);
  z-index: -1;
}
body.tenant .section__posts .section__posts-feautured .post-group__content-mobie .post-group__content__item .post-group__content__item-img {
  width: 100%;
  height: 100%;
  padding-bottom: 90%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
body.tenant .section__posts .section__posts-feautured .post-group__content-mobie .post-group__content__item .post-group__content__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
body.tenant .section__posts .section__posts-feautured .post-group__content-mobie .post-group__content__item .post-group__content__item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .section__posts .section__posts-feautured .post-group__content-mobie .post-group__content__item .post-group__content__item-img .post-group__content-ab {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  right: 1rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .section__posts .section__posts-feautured .post-group__content-mobie .post-group__content__item .post-group__content__item-img .post-group__content-ab .post-group__content-ab--date {
  margin-right: 1.5rem;
  padding-bottom: 0.1rem;
}
body.tenant .section__posts .section__posts-feautured .post-group__content-mobie .post-group__content__item .post-group__content__item-img .post-group__content-ab .post-group__content-ab--date p {
  margin: 0;
}
body.tenant .section__posts .section__posts-feautured .post-group__content-mobie .post-group__content__item .post-group__content__item-img .post-group__content-ab .post-group__content-ab--title h5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
body.tenant .section__posts .section__posts-feautured .post-group__content__item:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
@media (max-width: 768px) {
  body.tenant .section__posts .section__posts-feautured .post-group__content__item:first-child {
    grid-column: 1;
    grid-row: 1;
  }
}
body.tenant .section__posts .section__posts-feautured .post-group__content__item:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
@media (max-width: 768px) {
  body.tenant .section__posts .section__posts-feautured .post-group__content__item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 768px) {
  body.tenant .section__posts .section__posts-feautured .post-group__content__item:last-child {
    grid-column: 1;
    grid-row: 3;
  }
}
body.tenant .call-to-action.tenant {
  display: flex;
}
body.tenant .call-to-action.tenant a {
  padding: 10px 40px 7px;
  border: 1px solid #01498b;
  background: #01498b;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
}
body.tenant .call-to-action.tenant a:hover {
  color: black;
  background: white;
}
body.tenant .btn-load-more-posts {
  display: block;
  border: 1.5px solid #004b9b;
  background-color: white;
  color: #004b9b;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  outline: none;
  box-shadow: unset;
  width: 10rem;
  max-width: 80%;
  height: 3rem;
  margin: 0 auto;
  position: relative;
}
body.tenant .btn-load-more-posts > span {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.tenant .btn-load-more-posts .loading-post {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
body.tenant .btn-load-more-posts .loading-post svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-height: 80%;
  background-color: transparent;
}
body.tenant .btn-load-more-posts .loading-post svg rect {
  fill: #004b9b;
}
body.tenant .btn-load-more-posts:hover {
  background-color: #004b9b;
  color: white;
}
body.tenant .btn-load-more-posts:hover .loading-post rect {
  fill: #fff;
}
body.tenant .paginate-wrapper {
  margin: 2rem 0 2rem;
}
body.tenant .paginate-wrapper .btn-load-more-posts {
  display: none;
}
@media only screen and (max-width: 991px) {
  body.tenant .paginate-wrapper .page-pagination {
    display: none;
  }
  body.tenant .paginate-wrapper .btn-load-more-posts {
    display: block;
  }
}
body.tenant .accessary__wapper {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .accessary__wapper {
    flex-direction: column;
  }
}
body.tenant .accessary__wapper--left {
  width: 55%;
  margin-right: 5%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .accessary__wapper--left {
    width: 100%;
    margin-right: 0;
  }
}
body.tenant .accessary__wapper--left .swiper-pagination {
  position: relative;
}
body.tenant .accessary__wapper--left .swiper-pagination-fraction, body.tenant .accessary__wapper--left .swiper-pagination-custom, body.tenant .accessary__wapper--left .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  border-radius: 0;
}
body.tenant .accessary__wapper--left .swiper-pagination-bullet.swiper-pagination-bullet {
  width: 2.3rem;
  height: 3px;
  border-radius: 0;
  background-color: #01498b;
}
body.tenant .accessary__wapper--left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 8px;
}
body.tenant .accessary__wapper--right {
  width: 40%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .accessary__wapper--right {
    width: 100%;
  }
}
body.tenant .accessary__wapper--right-box {
  display: flex;
  justify-content: space-between;
}
body.tenant .accessary__wapper--right-box-title {
  width: 75%;
}
body.tenant .accessary__wapper--right-box-title .price {
  color: #01498b;
}
body.tenant .accessary__wapper--right-box-logo {
  width: 25%;
}
body.tenant .accessary__wapper--right-desc {
  margin-top: 1rem;
  line-height: 1.5;
}
body.tenant .accessary__wapper--right-desc .list-group {
  margin-left: 3rem;
}
body.tenant .accessary__wapper--right-desc .list-group li {
  list-style: disc;
}
body.tenant .accessary__wapper--right .accessary-choose {
  margin-top: 1rem;
  display: flex;
}
@media only screen and (max-width: 576px) {
  body.tenant .accessary__wapper--right .accessary-choose {
    flex-direction: column;
  }
}
body.tenant .accessary__wapper--right .accessary-choose__list {
  display: flex;
}
@media only screen and (max-width: 576px) {
  body.tenant .accessary__wapper--right .accessary-choose__list {
    margin-top: 1rem;
  }
}
body.tenant .accessary__wapper--right .accessary-choose__item {
  margin: 0 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 45px;
}
body.tenant .accessary__wapper--right .accessary-choose__item .box-zoom {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 0.8px solid black;
  border-radius: 100%;
  cursor: pointer;
  transition: transform 0.3s linear;
}
body.tenant .accessary__wapper--right .accessary-choose__item .box-zoom:hover {
  transform: scale(1.3);
}
body.tenant .accessary__wapper--right .accessary-choose__item p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
body.tenant .accessary__wapper--right .accessary-choose__item.active .box-zoom {
  transform: scale(1.3);
}
body.tenant .accessary__wapper--right .accessary-choose__item.active p {
  opacity: 1;
  visibility: visible;
}
body.tenant .accessary-button {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
@media only screen and (max-width: 576px) {
  body.tenant .accessary-button {
    display: flex;
    flex-direction: column;
  }
}
body.tenant .accessary-button .btn-see {
  background-color: transparent;
  padding: 1rem;
  width: 100%;
  color: #01498b;
  text-align: center;
}
body.tenant .accessary-button .btn-book {
  text-align: center;
  color: #ffffff;
  background-color: #01498b;
  padding: 1rem;
  width: 100%;
}
body.tenant .accessary-button .btn-book:hover {
  background-color: transparent;
  border: 1px solid #01498b;
  color: #01498b;
}
body.tenant .accessary__similar--wapper-item-desc {
  line-height: 1.2;
}
body.tenant .accessary__similar--wapper-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 1.2rem 0 1rem;
}
body.tenant .accessary__similar--wapper-item-info-title {
  color: #000;
  text-transform: uppercase;
}
body.tenant .accessary__similar--wapper-item-info-logo {
  margin: -1.6rem 0;
  display: block;
  padding-bottom: 20%;
  height: 0%;
  width: 26%;
  position: relative;
}
body.tenant .accessary__similar--wapper-item-info-logo img {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
body.tenant .accessary__similar--wapper-item-mony {
  margin-bottom: 0.5rem;
  color: #01498b;
}
body.tenant .tenat-accessories__choose {
  margin: 1rem 0;
}
body.tenant .tenat-accessories__filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 4rem;
}
@media only screen and (max-width: 1080px) {
  body.tenant .tenat-accessories__filter {
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  body.tenant .tenat-accessories__filter {
    grid-gap: 2rem;
    grid-template-columns: 1fr;
  }
}
body.tenant .tenat-accessories__filter-item {
  width: 100%;
}
body.tenant .tenat-accessories__filter-item .ui.selection.dropdown {
  width: 100%;
  background: #EEEEED;
  border-radius: 0px;
}
body.tenant .accessories-filter--wapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (max-width: 991px) {
  body.tenant .accessories-filter--wapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  body.tenant .accessories-filter--wapper {
    grid-template-columns: 1fr;
  }
}
body.tenant .accessories-filter--wapper .accessories-filter--card {
  margin-top: 2rem;
}
body.tenant .accessories-filter--wapper .accessories-filter--card-box {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
body.tenant .accessories-filter--wapper .accessories-filter--card-box-image > img {
  height: 50px;
}
body.tenant .accessories-filter--wapper .accessories-filter--card-box-title-mony {
  color: #01498b;
}
body.tenant .accessories-filter--wapper .accessories-filter--card-desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.tenant .customer-care .customer-care-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.tenant .customer-care .customer-care-wrap h1,
body.tenant .customer-care .customer-care-wrap h3,
body.tenant .customer-care .customer-care-wrap h4,
body.tenant .customer-care .customer-care-wrap h5,
body.tenant .customer-care .customer-care-wrap h6,
body.tenant .customer-care .customer-care-wrap strong, body.tenant .customer-care .customer-care-wrap b,
body.tenant .customer-care .customer-care-wrap i, body.tenant .customer-care .customer-care-wrap em {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
  margin: 0 0 1rem 0;
}
body.tenant .customer-care .customer-care-wrap h1 span,
body.tenant .customer-care .customer-care-wrap h3 span,
body.tenant .customer-care .customer-care-wrap h4 span,
body.tenant .customer-care .customer-care-wrap h5 span,
body.tenant .customer-care .customer-care-wrap h6 span,
body.tenant .customer-care .customer-care-wrap strong span, body.tenant .customer-care .customer-care-wrap b span,
body.tenant .customer-care .customer-care-wrap i span, body.tenant .customer-care .customer-care-wrap em span {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
}
body.tenant .customer-care .customer-care-wrap h1 {
  font-size: var(--c-text-xl);
}
body.tenant .customer-care .customer-care-wrap h2 {
  font-size: var(--c-text-lg);
  text-align: left;
  border-bottom: 1px solid #01498b;
  color: #01498b;
  font-family: "MyriadPro-Regular";
}
body.tenant .customer-care .customer-care-wrap h3 {
  font-size: var(--c-text-lg);
}
body.tenant .customer-care .customer-care-wrap strong, body.tenant .customer-care .customer-care-wrap b {
  font-size: var(--c-text-lg);
}
body.tenant .customer-care .customer-care-wrap strong span {
  font-size: var(--c-text-lg);
}
body.tenant .customer-care .customer-care-wrap i, body.tenant .customer-care .customer-care-wrap em {
  font-style: italic !important;
  font-size: var(--c-text-lg);
}
body.tenant .customer-care .customer-care-wrap i strong, body.tenant .customer-care .customer-care-wrap i b, body.tenant .customer-care .customer-care-wrap em strong, body.tenant .customer-care .customer-care-wrap em b {
  font-size: var(--c-text-lg);
  font-style: italic !important;
}
body.tenant .customer-care .customer-care-wrap h4 {
  font-size: var(--c-text-base);
}
body.tenant .customer-care .customer-care-wrap h5,
body.tenant .customer-care .customer-care-wrap h6 {
  font-size: var(--c-text-base);
}
body.tenant .customer-care .customer-care-wrap span {
  font-size: unset;
  font-family: unset;
}
body.tenant .customer-care .customer-care-wrap p, body.tenant .customer-care .customer-care-wrap span,
body.tenant .customer-care .customer-care-wrap p span {
  font-family: "MyriadPro-Regular" !important;
  font-size: var(--c-text-base);
}
body.tenant .customer-care .customer-care-wrap strong, body.tenant .customer-care .customer-care-wrap b,
body.tenant .customer-care .customer-care-wrap i, body.tenant .customer-care .customer-care-wrap em {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
  margin: 0 0 1rem 0;
}
body.tenant .customer-care .customer-care-wrap strong span, body.tenant .customer-care .customer-care-wrap b span,
body.tenant .customer-care .customer-care-wrap i span, body.tenant .customer-care .customer-care-wrap em span {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
}
body.tenant .customer-care .customer-care-wrap img {
  max-width: 100%;
  height: auto;
}
body.tenant .customer-care .link-contact-take-care {
  display: flex;
  justify-content: center;
}
body.tenant .customer-care .link-contact-take-care a {
  padding: 12px 50px 10px;
  color: #01498B;
  background: #fff;
  border: 1px solid #01498B;
  outline: none;
  text-transform: uppercase;
}
body.tenant .customer-care .link-contact-take-care a:hover {
  color: #fff;
  background: #01498B;
}
body.tenant .takecare-form-title {
  text-align: center;
}
body.tenant .takecare-form {
  width: 80%;
  margin: 0 auto;
  max-width: 1320px;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1280px) {
  body.tenant .takecare-form {
    width: 90%;
  }
}
@media only screen and (max-width: 758pxpx) {
  body.tenant .takecare-form {
    width: calc(100% - 24px);
    max-width: 100%;
  }
}
body.tenant .takecare-form .form-group {
  display: flex;
  flex-direction: column;
}
body.tenant .takecare-form .form-group input::-moz-placeholder {
  font-family: "MyriadPro-Light";
  opacity: 0.5;
}
body.tenant .takecare-form .form-group input::placeholder {
  font-family: "MyriadPro-Light";
  opacity: 0.5;
}
body.tenant .takecare-form .form-group label {
  margin-bottom: 0.5rem;
}
body.tenant .takecare-form .form-group .ui.search.dropdown {
  border-radius: unset;
  border: 1px solid #ced4da;
  width: 100%;
}
body.tenant .takecare-form .form-group .ui.input > input {
  border-radius: 0px;
}
body.tenant .takecare-form .form-group .ui.input.focus > input,
body.tenant .takecare-form .form-group .ui.input > input:focus {
  border-radius: unset;
  border: 1px solid #ced4da;
}
body.tenant .takecare-form .form-group .time__takecake {
  display: flex;
  grid-gap: 2rem;
}
body.tenant .takecare-form .form-group .time__takecake--item {
  width: 33.3333333333%;
}
body.tenant .button-takecake {
  display: flex;
  justify-content: center;
}
body.tenant .button-takecake-ordernow {
  padding: 12px 50px 10px;
  color: #01498B;
  background: #fff;
  border: 1px solid #01498B;
  outline: none;
  text-transform: uppercase;
}
body.tenant .button-takecake-ordernow:hover {
  color: #fff;
  background: #01498B;
}
body.tenant .button-primary {
  display: flex;
  justify-content: center;
}
body.tenant .button-primary-wrapper {
  height: 40.8px;
  width: 180px;
  color: white;
  background: #004b9b;
  border: 1.5px solid #004b9b;
  outline: none;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .button-primary-wrapper:hover {
  color: #004b9b;
  background: white;
}
body.tenant .service-tenant-modal .modal-dialog {
  max-width: 1000px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.tenant .service-tenant-modal .modal-dialog .modal-content {
  padding: 1rem;
}
body.tenant .service-tenant-modal .modal-dialog .modal-header {
  border: none;
}
body.tenant .support__service {
  padding-top: 90px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .support__service {
    padding: 30px 0;
    margin: 0 !important;
  }
}
body.tenant .support__service--wapper .services-support-block-content h1,
body.tenant .support__service--wapper .services-support-block-content h2,
body.tenant .support__service--wapper .services-support-block-content h3,
body.tenant .support__service--wapper .services-support-block-content h4,
body.tenant .support__service--wapper .services-support-block-content h5,
body.tenant .support__service--wapper .services-support-block-content h6,
body.tenant .support__service--wapper .services-support-block-content strong, body.tenant .support__service--wapper .services-support-block-content b,
body.tenant .support__service--wapper .services-support-block-content i, body.tenant .support__service--wapper .services-support-block-content em {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
  margin: 0 0 1rem 0;
}
body.tenant .support__service--wapper .services-support-block-content h1 span,
body.tenant .support__service--wapper .services-support-block-content h2 span,
body.tenant .support__service--wapper .services-support-block-content h3 span,
body.tenant .support__service--wapper .services-support-block-content h4 span,
body.tenant .support__service--wapper .services-support-block-content h5 span,
body.tenant .support__service--wapper .services-support-block-content h6 span,
body.tenant .support__service--wapper .services-support-block-content strong span, body.tenant .support__service--wapper .services-support-block-content b span,
body.tenant .support__service--wapper .services-support-block-content i span, body.tenant .support__service--wapper .services-support-block-content em span {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
}
body.tenant .support__service--wapper .services-support-block-content h1 {
  font-size: var(--c-text-xl);
}
body.tenant .support__service--wapper .services-support-block-content h2 {
  font-size: var(--c-text-lg);
}
body.tenant .support__service--wapper .services-support-block-content h3 {
  font-size: var(--c-text-lg);
}
body.tenant .support__service--wapper .services-support-block-content strong, body.tenant .support__service--wapper .services-support-block-content b {
  font-size: var(--c-text-lg);
}
body.tenant .support__service--wapper .services-support-block-content strong span {
  font-size: var(--c-text-lg);
}
body.tenant .support__service--wapper .services-support-block-content i, body.tenant .support__service--wapper .services-support-block-content em {
  font-style: italic !important;
  font-size: var(--c-text-lg);
}
body.tenant .support__service--wapper .services-support-block-content i strong, body.tenant .support__service--wapper .services-support-block-content i b, body.tenant .support__service--wapper .services-support-block-content em strong, body.tenant .support__service--wapper .services-support-block-content em b {
  font-size: var(--c-text-lg);
  font-style: italic !important;
}
body.tenant .support__service--wapper .services-support-block-content h4 {
  font-size: var(--c-text-base);
}
body.tenant .support__service--wapper .services-support-block-content h5,
body.tenant .support__service--wapper .services-support-block-content h6 {
  font-size: var(--c-text-base);
}
body.tenant .support__service--wapper .services-support-block-content span {
  font-size: unset;
  font-family: unset;
}
body.tenant .support__service--wapper .services-support-block-content p, body.tenant .support__service--wapper .services-support-block-content span p span {
  font-family: "MyriadPro-Regular" !important;
  font-size: var(--c-text-base);
}
body.tenant .support__service--wapper .services-support-block-content strong, body.tenant .support__service--wapper .services-support-block-content b,
body.tenant .support__service--wapper .services-support-block-content i, body.tenant .support__service--wapper .services-support-block-content em {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
  margin: 0 0 1rem 0;
}
body.tenant .support__service--wapper .services-support-block-content strong span, body.tenant .support__service--wapper .services-support-block-content b span,
body.tenant .support__service--wapper .services-support-block-content i span, body.tenant .support__service--wapper .services-support-block-content em span {
  font-family: "MyriadPro-BoldCond" !important;
  font-family: unset;
}
body.tenant .support__service--wapper .services-support-block-content img {
  width: 100%;
  height: auto;
}
body.tenant .contact-now {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tenant .contact-now-link {
  display: block;
  padding: 12px 50px 10px;
  color: #fff;
  background: #004b9b;
  border: 1.5px solid #004b9b;
  outline: none;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.tenant .contact-now-link:hover {
  background-color: white;
  color: #004b9b;
}
body.tenant .zoom_out,
body.tenant .see__more {
  text-decoration: underline;
  color: #cccccc;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.tenant .zoom_out:hover,
body.tenant .see__more:hover {
  color: #004b9b;
}
body.tenant .zoom_out,
body.tenant .see__more {
  display: none;
}
body.tenant .zoom_out {
  display: none;
}
body.tenant .slider-service-wrap .service-detail__slide {
  width: 100%;
  padding-bottom: 51.5%;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide {
    margin-bottom: +35px;
  }
}
@media only screen and (max-width: 768px) {
  body.tenant .slider-service-wrap .service-detail__slide {
    margin-bottom: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  body.tenant .slider-service-wrap .service-detail__slide {
    margin-bottom: +18.6666666667px;
  }
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide {
    margin-bottom: 0;
  }
}
body.tenant .slider-service-wrap .service-detail__slide .swiper-slide-content {
  position: relative;
}
body.tenant .slider-service-wrap .service-detail__slide--frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce {
  background-color: white;
  width: 100%;
  height: 100%;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-slide, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-slide {
  width: 100%;
  height: 100%;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-slide .image-slide, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-slide .image-slide {
  width: 81%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-slide .image-slide img, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-slide .image-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 100%;
  position: absolute;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-slide .image-slide:hover img, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-slide .image-slide:hover img {
  transform: scale(1.1);
}
@media (max-width: 1081px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-slide .image-slide:hover img, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-slide .image-slide:hover img {
    transform: unset;
  }
}
@media (max-width: 1081px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-slide .image-slide, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-slide .image-slide {
    width: 100%;
    height: 54vw;
  }
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-pagination-bullets, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-pagination-bullets {
  bottom: 2vw;
  width: 81%;
}
@media (max-width: 1081px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-pagination-bullets, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-pagination-bullets {
    width: 100%;
    bottom: unset;
    top: 48vw;
  }
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.8vw;
  height: 0.8vw;
}
@media (max-width: 1081px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
  }
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #e9eceb;
  opacity: 1;
  margin: 0 0.3vw;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet-active, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.8vw;
  height: 0.8vw;
  background-color: #004b9b;
}
@media (max-width: 1081px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .swiper-pagination-bullets .swiper-pagination-bullet-active, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 1.5vw;
    height: 1.5vw;
  }
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features {
    margin-bottom: 55px;
  }
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features {
    margin-bottom: +50px;
  }
}
@media only screen and (max-width: 768px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features {
    margin-bottom: +35.5555555556px;
  }
}
@media (max-width: 576px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features {
    margin-bottom: +26.6666666667px;
  }
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card {
  max-width: 29.4%;
  flex: 1 29.4%;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 1.5%;
  overflow: hidden;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image:hover .service-detail__card-frame, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image:hover .service-detail__card-frame {
  transform: scale(1.1);
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image .service-detail__card-frame, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image .service-detail__card-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image .service-detail__card-frame img, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image .service-detail__card-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-title {
  color: #004b9b;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 1.5rem;
}
body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-desc {
  width: 100%;
  text-align: justify;
  line-height: 1.2;
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
  }
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image {
    order: 2;
  }
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features {
    display: none;
    flex-wrap: wrap;
  }
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image {
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image {
    height: 448px;
  }
}
@media (max-width: 1080px) and (max-width: 991px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image {
    height: 411.0814814815px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image {
    height: 318.5777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image {
    height: 238.9333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image {
    height: 199.1111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 360px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-image, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-image {
    height: 149.3333333333px;
  }
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-title {
    text-align: left;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-title {
    margin-top: +35px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-title {
    margin-top: +24.8888888889px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-title {
    margin-top: +18.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-title {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-title {
    margin-bottom: +21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-title, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-title {
    margin-bottom: +16px;
  }
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-desc {
    line-height: 1.3;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-desc {
    margin-bottom: +40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-desc {
    margin-bottom: +28.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide .service-detail__features .service-detail__card-desc, body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide-introduce .service-detail__features .service-detail__card-desc {
    margin-bottom: +21.3333333333px;
  }
}
@media (min-width: 1081px) {
  body.tenant .slider-service-wrap .service-detail__slide .detail-info {
    position: absolute;
    width: 34%;
    right: 0;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
body.tenant .slider-service-wrap .service-detail__slide .detail-info #expanded,
body.tenant .slider-service-wrap .service-detail__slide .detail-info .btn-load-more {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
body.tenant .slider-service-wrap .service-detail__slide .detail-info:hover {
  right: -17%;
}
body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame {
  height: 100%;
  background-color: #f7f7f7;
  width: 100%;
  display: flex;
  align-items: center;
}
body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text {
  max-width: 100%;
  flex: 1 100%;
  text-align: justify;
  padding: 6.5%;
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text {
    padding-bottom: 21.3333333333px;
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text {
    padding-right: 21.3333333333px;
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 576px) {
  body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text {
  line-height: 1.2;
  background-color: #f7f7f7;
}
body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text .logo {
  max-width: 100%;
  flex: 1 100%;
  text-align: center;
  padding: 0 30%;
  line-height: 1.2;
}
body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text .logo img {
  max-width: 100%;
}
@media (max-width: 768px) {
  body.tenant .slider-service-wrap .service-detail__slide .detail-info--frame .text .logo {
    padding: 0 40%;
  }
}
@media (max-width: 1080px) {
  body.tenant .slider-service-wrap .service-detail__slide {
    padding-bottom: 0;
  }
  body.tenant .slider-service-wrap .service-detail__slide--frame {
    position: relative;
  }
  body.tenant .slider-service-wrap .service-detail__slide--frame .text {
    line-height: 1.3;
  }
  body.tenant .slider-service-wrap .service-detail__slide--frame .detail-slide {
    float: none;
    width: 100%;
  }
}
body.tenant .form-spare-parts-service-wrap {
  padding-top: 70px;
}
@media (max-width: 1080px) {
  body.tenant .form-spare-parts-service-wrap {
    padding-top: 0px;
  }
}
body.tenant .form-spare-parts-service-wrap .showrooms-business .branch__list--showroom {
  padding-right: 0 !important;
}
body.tenant .custom-input-form {
  border: none !important;
}
body.tenant input.start-date::-moz-placeholder {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}
body.tenant input.start-date::placeholder {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}
body.tenant input[type=number]::-webkit-inner-spin-button,
body.tenant input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.tenant .form-register-wrap .ui.disabled.dropdown, body.tenant .form-register-wrap .form-register-wrap .ui.dropdown .menu > .disabled.item {
  opacity: 1;
}
body.tenant .form-register-wrap .dropdown.icon {
  display: none;
}
body.tenant .book-service__showroom--wapper {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  body.tenant .book-service__showroom--wapper {
    flex-direction: column;
  }
}
body.tenant .book-service__showroom--wapper-left {
  width: 48%;
  margin-right: 2%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .book-service__showroom--wapper-left {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
  }
}
body.tenant .book-service__showroom--wapper-left .ui.selection.dropdown {
  width: 100%;
  border-radius: unset;
  display: flex;
  align-items: center;
}
body.tenant .book-service__showroom--wapper-left .book-service-form-group-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tenant .book-service__showroom--wapper-left .book-service-form-group-button button {
  padding: 12px 100px;
  color: #01498b;
  background: #fff;
  border: 1px solid #01498b;
  outline: none;
  text-transform: uppercase;
}
body.tenant .book-service__showroom--wapper-left .book-service-form-group-button button:hover {
  color: #fff;
  background: #01498b;
}
body.tenant .book-service__showroom--wapper-left .time-span {
  display: flex;
}
body.tenant .book-service__showroom--wapper-left .time-span input {
  height: 3rem;
}
body.tenant .book-service__showroom--wapper-left .time-span .timepicker {
  border-radius: 0px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .book-service__showroom--wapper-left .time-span {
    flex-direction: column;
  }
  body.tenant .book-service__showroom--wapper-left .time-span .calendar {
    margin-bottom: 1rem;
  }
}
body.tenant .book-service__showroom--wapper-left .time-span-dp {
  width: 50%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .book-service__showroom--wapper-left .time-span-dp {
    width: 100%;
  }
}
body.tenant .book-service__showroom--wapper-left .time-span .br-unset {
  border-radius: unset !important;
}
body.tenant .book-service__showroom--wapper-left .time-span #start-date,
body.tenant .book-service__showroom--wapper-left .time-span #intended-time {
  width: 50%;
}
@media only screen and (max-width: 1080px) {
  body.tenant .book-service__showroom--wapper-left .time-span #start-date,
  body.tenant .book-service__showroom--wapper-left .time-span #intended-time {
    width: 100%;
  }
}
body.tenant .book-service__showroom--wapper-left input::-moz-placeholder {
  font-family: "MyriadPro-Light";
  opacity: 0.5;
}
body.tenant .book-service__showroom--wapper-left input::placeholder {
  font-family: "MyriadPro-Light";
  opacity: 0.5;
}
body.tenant .book-service__showroom--wapper-right {
  width: 48%;
  margin-left: 2%;
  margin-top: 2rem;
}
@media only screen and (max-width: 1080px) {
  body.tenant .book-service__showroom--wapper-right {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
body.tenant .book-service__showroom--wapper-right #search-map2,
body.tenant .book-service__showroom--wapper-right #search-map1 {
  border: unset;
}
@media (max-width: 991px) {
  body.tenant .book-service__showroom--wapper-right .book-service-showroom-map {
    padding-right: 0;
  }
}
body.tenant .book-service__showroom--wapper-right .book-service-showroom-map .map-change {
  width: 100%;
  height: 400px;
}
@media (max-width: 480px) {
  body.tenant .book-service__showroom--wapper-right .book-service-showroom-map .map-change {
    height: 250px;
  }
}
body.tenant .book-service__showroom--wapper-right .book-service-showroom-map .map-change .holds-the-iframe {
  width: 100%;
  height: 100%;
}
body.tenant .book-service__showroom--wapper-right .book-service-showroom-map .map-change .holds-the-iframe iframe {
  width: 100%;
  height: 100%;
}
body.tenant .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info .list-book-service {
  padding: 0;
}
body.tenant .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info .icon img {
  height: auto;
  width: 1.2rem;
  max-height: 1.3rem;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.tenant .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 15px 0;
}
body.tenant .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info li .icon {
  margin-right: 0.5rem;
  color: #01498b;
  width: 1.3rem;
  padding-bottom: 0.2rem;
}
body.tenant .book-service__showroom--wapper-right .book-service-showroom-map .list-book-service-info li .icon svg {
  height: 1.3rem;
  width: auto;
}
body.tenant .field-contact-show textarea {
  width: 100%;
  border: none;
}
body.tenant .headerr-sematic {
  padding: 14px;
}
body.tenant .color-request-name-brand {
  color: black !important;
}
body.tenant .ui.selection.dropdown .text {
  line-height: unset;
  color: unset;
}
body.tenant .tenant .ui.selection.dropdown {
  border-radius: unset;
  display: flex;
  align-items: center;
}
body.tenant .form-custom--input {
  height: 3rem;
}
body.tenant .form-custom--input input {
  margin-bottom: 4px !important;
}
body.tenant .start-date {
  padding-top: 4px !important;
}
body.tenant .intro-tenant-container {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 99999;
  overflow-y: scroll;
}
body.tenant .intro-tenant-container .intro-tenant-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 995px) {
  body.tenant .intro-tenant-container .intro-tenant-content {
    height: auto;
  }
}
body.tenant .intro-tenant-container .intro-tenant-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
}
body.tenant .intro-tenant-container .intro-tenant-content .container-remake {
  position: relative;
}
@media (max-width: 995px) {
  body.tenant .intro-tenant-container .intro-tenant-content .container-remake {
    padding: 3rem 0;
  }
}
body.tenant .intro-tenant-container .intro-logo {
  text-align: center;
  webkit-animation: fadeDown;
  animation: fadeDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: forwards;
}
body.tenant .intro-tenant-container .intro-logo img {
  height: 44px;
  width: auto;
}
@media (max-width: 1380px) {
  body.tenant .intro-tenant-container .intro-logo img {
    height: 40px;
  }
}
@media (max-width: 995px) {
  body.tenant .intro-tenant-container .intro-logo img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  body.tenant .intro-tenant-container .intro-logo img {
    height: 25px;
  }
}
body.tenant .intro-tenant-container .intro-showrooms {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media (max-width: 995px) {
  body.tenant .intro-tenant-container .intro-showrooms {
    flex-wrap: wrap;
  }
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showrooms-left {
  webkit-animation: fadeLeft;
  animation: fadeLeft;
  position: relative;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-fill-mode: forwards;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showrooms-right {
  webkit-animation: fadeRight;
  animation: fadeRight;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-fill-mode: forwards;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 995px) {
  body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item {
    width: 100%;
  }
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item h2 {
  text-align: center;
  margin-bottom: 2rem;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item h2 a {
  color: #01498b;
}
@media (max-width: 1380px) {
  body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item h2 {
    margin: 2rem 0;
  }
}
@media (max-width: 480px) {
  body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item h2 {
    margin: 1.5rem 0;
  }
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .intro-showroom-img {
  padding-bottom: 32vh;
}
@media (max-width: 1280px) {
  body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .intro-showroom-img {
    padding-bottom: 30vh;
  }
}
@media (max-width: 995px) {
  body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .intro-showroom-img {
    padding-bottom: 50%;
  }
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .intro-showroom-img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .intro-showroom-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s, visibility 0.3s ease-in;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .intro-showroom-img img:hover {
  transform: scale(1.05);
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .intro-showroom-bottom {
  border: 1px solid #01498b;
  border-top: none;
  padding: 0 3rem;
  padding-bottom: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .intro-showroom-bottom {
    padding: 0 1.5rem;
    padding-bottom: 1.5rem;
  }
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .cars-list-of-showroom {
  flex: 1;
  padding: 2rem 0 1rem;
}
@media (max-width: 1280px) {
  body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .cars-list-of-showroom {
    padding: 1.5rem 0 1rem;
  }
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .cars-list-of-showroom .cars-list-item {
  margin-top: 0.3rem;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .cars-list-of-showroom .cars-list-item span {
  margin-right: 5px;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .cars-list-of-showroom .cars-list-item:last-child() {
  margin-bottom: 0;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .list-contact-item {
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .list-contact-item .icon svg {
  height: 1.3rem;
  width: auto;
}
body.tenant .intro-tenant-container .intro-showrooms .intro-showroom-item .list-contact-item:last-child() {
  margin-bottom: 0;
}
@keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
body.tenant .list-menu-footer {
  max-width: 390px;
}
@media only screen and (max-width: 1080px) {
  body.tenant .list-menu-footer {
    max-width: 100%;
  }
}
body.tenant .list-menu-footer p {
  margin-bottom: 0;
}
@keyframes slide-upp {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slide-right {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
body.tenant .active-popup {
  background: red;
}
body.tenant .bg-fixed-ab {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  inset: 0;
  display: none;
}
body.tenant .camon {
  z-index: 99999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(1, 73, 139, 0.7215686275);
  color: #fff;
  padding: 3%;
  animation: slide-upp 0.3s ease-out;
  display: none;
  animation: slide-upp 0.3s ease-out;
}
body.tenant .camon .popup-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1111;
  position: relative;
}
body.tenant .camon .popup-content h2, body.tenant .camon .popup-content h1, body.tenant .camon .popup-content h3, body.tenant .camon .popup-content h4, body.tenant .camon .popup-content h5 {
  font-family: "MyriadPro-BoldCond";
}
body.tenant .camon .popup-content p, body.tenant .camon .popup-content span {
  font-family: "MyriadPro-Regular";
}
@media (max-width: 480px) {
  body.tenant .camon .popup-content {
    font-size: 15px;
  }
}
body.tenant .camon .popup-content i {
  font-size: 120px;
}
@media (max-width: 1200px) {
  body.tenant .camon .popup-content i {
    font-size: 80px;
  }
}
body.tenant .camon .close-popup,
body.tenant .camon .close-popup-please-select-product {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  z-index: 1;
}
body.tenant .fancybox-slide--iframe .fancybox-content {
  width: 50%;
  padding-bottom: 30%;
  height: auto;
}
@media (max-width: 480px) {
  body.tenant .fancybox-slide--iframe .fancybox-content {
    width: 90%;
    padding-bottom: 0;
    height: 40%;
  }
}
body.tenant .error {
  color: red;
}
body.tenant .ui-datepicker, body.tenant .ui-timepicker-container {
  z-index: 9999 !important;
}
body.tenant .item-button2 {
  padding: 0 17px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #004b9b;
  transition: background 0.5s ease, all linear 0.5s;
  cursor: pointer;
}
body.tenant .item-button2:hover label {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  margin-left: 10px;
  transition: background 0.5s ease, all linear 0.5s;
}
body.tenant .item-button2:after {
  transition-delay: 0.5s;
}
body.tenant .item-button2 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
  pointer-events: none;
}
body.tenant .item-button2 label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 0;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  transition: background 0.5s ease, all linear 0.5s;
  pointer-events: none;
}
body.tenant .item-button-drive {
  border: none;
  outline: none;
  height: 40px;
  padding: 0;
  position: relative;
  width: 240px;
  right: -196px;
  max-width: 240px;
  background: #004b9b;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: background 0.2s ease, all linear 0.3s;
  color: #fff;
}
@media (max-width: 768px) {
  body.tenant .item-button-drive {
    right: 0;
    max-width: 44px !important;
  }
}
body.tenant .item-button-drive {
  cursor: pointer;
}
body.tenant .item-button-drive:hover {
  right: 0;
}
body.tenant .item-button-drive .icon {
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tenant .item-button-drive .icon img {
  width: auto;
  height: 50%;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.tenant .item-button-drive span {
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  body.tenant .item-button-drive span {
    display: none;
  }
}

/* Ẩn chatbox Subiz mặc định - Override CSS động của Subiz */
#cpsjjtkuxzpjdxnlwjpqc,
#cpsjjtkuxzpjdxnlwjpqc .widget-layout,
#cpsjjtkuxzpjdxnlwjpqc .chat-button,
#cpsjjtkuxzpjdxnlwjpqc .widget-container,
#cpsjjtkuxzpjdxnlwjpqc .widget-preview {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Hiển thị chatbox khi có class show-chatbox */
#cpsjjtkuxzpjdxnlwjpqc.show-chatbox,
#cpsjjtkuxzpjdxnlwjpqc.show-chatbox .widget-layout,
#cpsjjtkuxzpjdxnlwjpqc.show-chatbox .chat-button,
#cpsjjtkuxzpjdxnlwjpqc.show-chatbox .widget-container,
#cpsjjtkuxzpjdxnlwjpqc.show-chatbox .widget-preview {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
