@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@-webkit-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-moz-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-ms-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-o-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-moz-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-ms-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-o-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(0.92, 0.92) translate(0, 30px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidedown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("../fonts/font-th/LINESeedSansTH-Regular.eot");
  src: url("../fonts/font-th/LINESeedSansTH-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/font-th/LINESeedSansTH-Regular.woff2") format("woff2"), url("../fonts/font-th/LINESeedSansTH-Regular.woff") format("woff"), url("../fonts/font-th/LINESeedSansTH-Regular.ttf") format("truetype"), url("../fonts/font-th/LINESeedSansTH-Regular.svg#LINESeedSansTH-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("../fonts/font-th/LINESeedSansTH-Bold.eot");
  src: url("../fonts/font-th/LINESeedSansTH-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-th/LINESeedSansTH-Bold.woff2") format("woff2"), url("../fonts/font-th/LINESeedSansTH-Bold.woff") format("woff"), url("../fonts/font-th/LINESeedSansTH-Bold.ttf") format("truetype"), url("../fonts/font-th/LINESeedSansTH-Bold.svg#LINESeedSansTH-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("../fonts/font-th/LINESeedSansTH-ExtraBold.eot");
  src: url("../fonts/font-th/LINESeedSansTH-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-th/LINESeedSansTH-ExtraBold.woff2") format("woff2"), url("../fonts/font-th/LINESeedSansTH-ExtraBold.woff") format("woff"), url("../fonts/font-th/LINESeedSansTH-ExtraBold.ttf") format("truetype"), url("../fonts/font-th/LINESeedSansTH-ExtraBold.svg#LINESeedSansTH-ExtraBold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/font-en/Avenir-Light.eot");
  src: url("../fonts/font-en/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/font-en/Avenir-Light.woff2") format("woff2"), url("../fonts/font-en/Avenir-Light.woff") format("woff"), url("../fonts/font-en/Avenir-Light.ttf") format("truetype"), url("../fonts/font-en/Avenir-Light.svg#Avenir-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/font-en/Avenir-Medium.eot");
  src: url("../fonts/font-en/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/font-en/Avenir-Medium.woff2") format("woff2"), url("../fonts/font-en/Avenir-Medium.woff") format("woff"), url("../fonts/font-en/Avenir-Medium.ttf") format("truetype"), url("../fonts/font-en/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/font-en/Avenir-Heavy.eot");
  src: url("../fonts/font-en/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/font-en/Avenir-Heavy.woff2") format("woff2"), url("../fonts/font-en/Avenir-Heavy.woff") format("woff"), url("../fonts/font-en/Avenir-Heavy.ttf") format("truetype"), url("../fonts/font-en/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/font-en/Avenir-HeavyOblique.eot");
  src: url("../fonts/font-en/Avenir-HeavyOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/font-en/Avenir-HeavyOblique.woff2") format("woff2"), url("../fonts/font-en/Avenir-HeavyOblique.woff") format("woff"), url("../fonts/font-en/Avenir-HeavyOblique.ttf") format("truetype"), url("../fonts/font-en/Avenir-HeavyOblique.svg#Avenir-HeavyOblique") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/font-en/Avenir-Black.eot");
  src: url("../fonts/font-en/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/font-en/Avenir-Black.woff2") format("woff2"), url("../fonts/font-en/Avenir-Black.woff") format("woff"), url("../fonts/font-en/Avenir-Black.ttf") format("truetype"), url("../fonts/font-en/Avenir-Black.svg#Avenir-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.wrapper-header {
  position: fixed;
  top: 0;
  width: 100%;
  will-change: position;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 200;
}
.wrapper-header.sticky {
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.wrapper-header.sticky .wrapper-header__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.wrapper-header.sticky .sidebar-menu__header {
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  -khtml-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
}
@media (min-width: 1200px) {
  .wrapper-header.sticky .sidebar-menu__header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}
.wrapper-header.sticky .sidebar-menu__social {
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  -khtml-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
}
@media (min-width: 1200px) {
  .wrapper-header.sticky .sidebar-menu__social {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .wrapper-header.sticky .sidebar-menu__content {
    row-gap: 0px;
  }
}
@media (min-width: 992px) {
  .wrapper-header {
    background-color: rgb(var(--color-primary));
  }
}
@media (min-width: 992px) {
  .wrapper-header__container {
    max-width: 1340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    -moz-align-items: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .wrapper-header__container {
    padding: 15px 20px;
  }
}

.header-bar {
  position: relative;
  width: 100%;
  background-color: rgb(var(--color-primary));
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-bar {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .header-bar {
    padding: 0;
    width: auto;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .header-bar {
    padding-left: 30px;
  }
}
.header-bar__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header-bar__logo-img {
  height: 40px;
  width: auto;
  display: block;
}
@media (min-width: 992px) {
  .header-bar__logo-img {
    height: 50px;
  }
}

.menu-toggle {
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-toggle:hover {
  opacity: 0.8;
}
.menu-toggle__icon {
  position: relative;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.menu-toggle__hamburger, .menu-toggle__close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-toggle__hamburger {
  opacity: 1;
  visibility: visible;
}
.menu-toggle__close {
  opacity: 0;
  visibility: hidden;
}
.menu-toggle.active .menu-toggle__hamburger {
  opacity: 0;
  visibility: hidden;
}
.menu-toggle.active .menu-toggle__close {
  opacity: 1;
  visibility: visible;
}

.sidebar-menu {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1001;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 992px) {
  .sidebar-menu {
    overflow: unset;
  }
}
.sidebar-menu.active {
  pointer-events: auto;
}
.sidebar-menu.active .sidebar-menu__content {
  transform: translateX(0);
}
.sidebar-menu__content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-primary));
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transition: transform 0.3s ease;
  -khtml-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .sidebar-menu__content {
    overflow: unset;
    padding: 30px;
    row-gap: 17px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: end !important;
    column-gap: 23px;
  }
}
.sidebar-menu__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .sidebar-menu__header {
    gap: 25px;
    margin-bottom: 40px;
  }
}
.sidebar-menu__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 12px;
}
.sidebar-menu__logo-icon {
  flex-shrink: 0;
}
.sidebar-menu__logo-text {
  color: rgb(var(--color-green));
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Avenir", sans-serif;
}
@media (min-width: 992px) {
  .sidebar-menu__logo-text {
    font-size: 1.5rem;
  }
}
.sidebar-menu__search {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .sidebar-menu__search {
    width: 100%;
  }
}
.sidebar-menu__search-input {
  width: 100%;
  padding: 12px 45px 12px 16px;
  border: none;
  border-radius: 25px;
  background-color: rgb(var(--color-white));
  color: #b5caff;
  font-size: 1rem;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-menu__search-input::-webkit-input-placeholder {
  color: #b5caff;
}
.sidebar-menu__search-input:-moz-placeholder {
  color: #b5caff;
}
.sidebar-menu__search-input::-moz-placeholder {
  color: #b5caff;
}
.sidebar-menu__search-input:-ms-input-placeholder {
  color: #b5caff;
}
.sidebar-menu__search-input:focus {
  -webkit-box-shadow: 0 0 0 2px rgb(var(--color-green)) 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 0 0 2px rgb(var(--color-green)) 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 2px rgb(var(--color-green)) 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 0 2px rgb(var(--color-green)) 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 0 2px rgb(var(--color-green)) 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 2px rgb(var(--color-green)) 2px 5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .sidebar-menu__search-input {
    padding: 8px 50px 8px 18px;
    font-size: 1rem;
  }
}
.sidebar-menu__search-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-menu__search-button:hover {
  opacity: 0.8;
  transform: translateY(-50%) scale(1.1);
}
.sidebar-menu__search-button:active {
  transform: translateY(-50%) scale(0.95);
}
@media (min-width: 992px) {
  .sidebar-menu__search-button {
    right: 10px;
    padding: 10px;
  }
}
.sidebar-menu__search-icon {
  display: block;
  pointer-events: none;
}
@media (min-width: 992px) {
  .sidebar-menu__search-icon {
    width: 22px;
    height: 22px;
  }
}
.sidebar-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: rgb(var(--color-green));
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-menu__close:hover {
  opacity: 0.8;
  transform: rotate(90deg);
}
.sidebar-menu__close svg {
  display: block;
}
.sidebar-menu__nav {
  flex: 1;
}
@media (min-width: 1200px) {
  .sidebar-menu__nav {
    order: 3;
  }
}
.sidebar-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu__item {
  border-bottom: 1px solid #b5caff;
}
@media (min-width: 1200px) {
  .sidebar-menu__item {
    border: 0;
  }
}
.sidebar-menu__item:first-child {
  border-top: 1px solid #b5caff;
}
@media (min-width: 1200px) {
  .sidebar-menu__item:first-child {
    border: 0;
  }
}
@media (min-width: 1200px) {
  .sidebar-menu__item {
    padding: 0;
  }
}
.sidebar-menu__link {
  display: block;
  padding: 18px 20px;
  color: rgb(var(--color-green));
  text-decoration: none;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  position: relative;
}
@media (min-width: 1200px) {
  .sidebar-menu__link {
    padding: 0;
    font-size: 1.25rem;
  }
}
.sidebar-menu__item--active .sidebar-menu__link {
  padding: 12px 20px !important;
  margin: 0 !important;
  background-color: rgb(var(--color-green)) !important;
  color: rgb(var(--color-primary)) !important;
  font-weight: bold !important;
  border-bottom-color: transparent !important;
  border: 0 !important;
}
.sidebar-menu__item--active .sidebar-menu__link:hover {
  background-color: rgb(var(--color-green)) !important;
  color: rgb(var(--color-primary)) !important;
}
@media (min-width: 1200px) {
  .sidebar-menu__item--active .sidebar-menu__link {
    margin: 0;
  }
}
.sidebar-menu__item--has-submenu {
  position: relative;
}
.sidebar-menu__item--has-submenu .sidebar-menu__link {
  padding-right: 40px;
  position: relative;
}
@media (min-width: 1200px) {
  .sidebar-menu__item--has-submenu .sidebar-menu__link {
    padding-right: 30px !important;
  }
}
.sidebar-menu__item--has-submenu .sidebar-menu__link::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/down-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.sidebar-menu__item--has-submenu.active .sidebar-menu__link::after {
  transform: translateY(-50%) rotate(180deg);
  filter: none;
}
.sidebar-menu__item--has-submenu.active .sidebar-menu__submenu {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.sidebar-menu__item--has-submenu.sidebar-menu__item--active .sidebar-menu__link {
  padding-right: 40px !important;
  padding: 6px 8px;
  margin: 12px 0;
  background-color: rgb(var(--color-green)) !important;
  color: rgb(var(--color-primary)) !important;
  font-weight: bold !important;
  border-bottom-color: transparent !important;
  border: 0 !important;
}
.sidebar-menu__item--has-submenu.sidebar-menu__item--active .sidebar-menu__link:hover {
  background-color: rgb(var(--color-green)) !important;
  color: rgb(var(--color-primary)) !important;
}
@media (min-width: 1200px) {
  .sidebar-menu__item--has-submenu.sidebar-menu__item--active .sidebar-menu__link {
    margin: 0;
  }
}
.sidebar-menu__item--has-submenu.sidebar-menu__item--active .sidebar-menu__link::after {
  filter: none;
}
.sidebar-menu__submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .sidebar-menu__submenu {
    padding-left: 30px;
  }
}
.sidebar-menu__submenu-item {
  border-bottom: 1px solid rgba(181, 202, 255, 0.3);
}
.sidebar-menu__submenu-item:last-child {
  border-bottom: none;
}
.sidebar-menu__submenu-link {
  display: block;
  padding: 12px 0;
  color: rgb(var(--color-green));
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
  opacity: 0.9;
}
.sidebar-menu__submenu-link:hover {
  opacity: 1;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .sidebar-menu__submenu-link {
    padding: 14px 0;
    font-size: 1.125rem;
  }
}
.sidebar-menu__submenu-item--active .sidebar-menu__submenu-link {
  padding: 6px 8px !important;
  background-color: rgb(var(--color-green)) !important;
  color: rgb(var(--color-primary)) !important;
  font-weight: bold !important;
  opacity: 1 !important;
  padding-left: 8px !important;
}
.sidebar-menu__submenu-item--active .sidebar-menu__submenu-link:hover {
  padding: 6px 8px !important;
  padding-left: 8px !important;
  opacity: 1 !important;
  background-color: rgb(var(--color-green)) !important;
  color: rgb(var(--color-primary)) !important;
}
.sidebar-menu__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .sidebar-menu__social {
    gap: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.sidebar-menu__social-link {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgb(var(--color-green));
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-menu__social-link:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
.sidebar-menu__social-link img {
  display: block;
  max-width: 35px;
}

@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .sidebar-menu {
    position: static;
    width: auto;
    flex: 1;
    height: auto;
    pointer-events: auto;
  }
  .sidebar-menu .sidebar-menu__content, .sidebar-menu.active .sidebar-menu__content {
    transform: none;
    -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  }
  .sidebar-menu__content {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-color: transparent;
    width: 100%;
  }
  .sidebar-menu__header {
    margin-bottom: 12px;
    -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    -khtml-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .sidebar-menu__header {
    flex: 0 0 311px;
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 500px;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .sidebar-menu__nav {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .sidebar-menu__nav {
    flex: 0 0 76%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .sidebar-menu__nav {
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .sidebar-menu__list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    column-gap: 5px;
  }
  .sidebar-menu__item {
    position: relative;
  }
  .sidebar-menu__item--has-submenu .sidebar-menu__link::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("../images/icon/down-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    right: 5px;
  }
  .sidebar-menu__item--has-submenu:hover .sidebar-menu__link::after {
    filter: none;
  }
  .sidebar-menu__item--has-submenu:hover .sidebar-menu__submenu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
  }
  .sidebar-menu__item--has-submenu.active .sidebar-menu__link::after {
    filter: none;
  }
  .sidebar-menu__item--has-submenu.active .sidebar-menu__submenu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
  }
  .sidebar-menu__link {
    padding: 6px 18px;
    padding-left: 0;
    border-bottom: 2px solid transparent;
    color: rgb(var(--color-green));
    font-size: 0.875rem;
    font-weight: normal;
  }
  .sidebar-menu__link:hover {
    border-color: rgb(var(--color-green));
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .sidebar-menu__link:hover {
    background-color: rgb(var(--color-green));
    color: rgb(var(--color-primary));
    border-radius: 999px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .sidebar-menu__link {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .sidebar-menu__link {
    font-weight: bold;
    font-size: 0.875rem;
    border-bottom: 0;
    padding: 6px 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .sidebar-menu__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .sidebar-menu__link {
    font-weight: bold;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .sidebar-menu__submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(var(--color-primary));
    min-width: 180px;
    padding: 10px 0;
    margin-top: 0;
    padding-left: 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .sidebar-menu__submenu {
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .sidebar-menu__submenu-item {
    border-bottom: 1px solid rgba(181, 202, 255, 0.2);
    padding: 0 15px;
  }
  .sidebar-menu__submenu-item:last-child {
    border-bottom: none;
  }
  .sidebar-menu__submenu-item.active a {
    font-weight: bold;
    color: rgb(var(--color-green));
  }
  .sidebar-menu__submenu-link {
    padding: 10px 0;
    color: rgb(var(--color-white));
    font-size: 0.875rem;
    opacity: 0.9;
    white-space: nowrap;
  }
  .sidebar-menu__submenu-link:hover {
    opacity: 1;
    padding-left: 0;
    color: rgb(var(--color-green));
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .sidebar-menu__submenu-link {
    font-size: 0.9375rem;
    padding: 12px 0;
  }
}
@media (min-width: 1200px) {
  .sidebar-menu__submenu-item--active .sidebar-menu__submenu-link {
    padding: 6px 8px !important;
    border-radius: 999px;
    background-color: rgb(var(--color-primary)) !important;
    color: rgb(var(--color-green)) !important;
    font-weight: bold !important;
    opacity: 1 !important;
    padding-left: 0px !important;
  }
  .sidebar-menu__submenu-item--active .sidebar-menu__submenu-link:hover {
    padding-left: 0px !important;
    opacity: 1 !important;
    background-color: rgb(var(--color-primary)) !important;
    color: rgb(var(--color-green)) !important;
  }
  .sidebar-menu__item--active .sidebar-menu__link {
    padding: 6px 8px !important;
    border-radius: 999px !important;
    background-color: rgb(var(--color-green)) !important;
    color: rgb(var(--color-primary)) !important;
    border-bottom-color: transparent !important;
    font-weight: bold !important;
    border: 0 !important;
  }
  .sidebar-menu__item--active .sidebar-menu__link:hover {
    padding: 6px 8px !important;
    border-radius: 999px !important;
    background-color: rgb(var(--color-green)) !important;
    color: rgb(var(--color-primary)) !important;
    border-bottom-color: transparent !important;
    font-weight: bold !important;
    border: 0 !important;
  }
  .sidebar-menu__item--active.sidebar-menu__item--has-submenu .sidebar-menu__link {
    padding-right: 40px !important;
  }
  .sidebar-menu__item--active.sidebar-menu__item--has-submenu .sidebar-menu__link:hover {
    padding-right: 40px !important;
  }
  .sidebar-menu__social {
    padding: 0 40px 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    gap: 12px;
    -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    -khtml-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
    transition: opacity 0.25s ease-out, visibility 0.25s ease-out, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s ease-out, padding 0.25s ease-out;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .sidebar-menu__social {
    flex: 0 0 auto;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 100px;
    overflow: visible;
  }
}
.floating-chat {
  position: fixed;
  bottom: 2%;
  right: -45px;
  z-index: 1000;
  transform: scale(0.5);
}
@media (min-width: 768px) {
  .floating-chat {
    transform: scale(0.7);
    right: -3%;
  }
}
@media (min-width: 992px) {
  .floating-chat {
    transform: scale(1);
    right: 2%;
  }
}
.floating-chat__content {
  cursor: pointer;
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
.floating-chat__content-item {
  transition: transform 0.3s ease;
}
.floating-chat__content-item-icon img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.floating-chat.small .floating-chat__content {
  transform: scale(0.4);
  opacity: 0;
}
.floating-chat.small .floating-chat__content-item-icon img {
  transform: scale(1);
}
.floating-chat__menu {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(20px, -50%);
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media (min-width: 992px) {
  .floating-chat__menu {
    flex-direction: row;
  }
}
.floating-chat__menu-item {
  white-space: nowrap;
}
.floating-chat__menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #b5caff;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  pointer-events: auto;
  border: 2px solid white;
}
.floating-chat__menu-link:hover {
  background-color: #e1f44b;
  transform: translateX(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.floating-chat__menu-link:hover .floating-chat__menu-text {
  color: #6155f5;
}
.floating-chat__menu-icon {
  font-size: 20px;
  line-height: 1;
}
.floating-chat__menu-text {
  font-size: 38px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .floating-chat__menu-text {
    font-size: 18px;
  }
}
.floating-chat.active .floating-chat__menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
  pointer-events: auto;
}
.floating-chat.active .floating-chat__content {
  transform: scale(0.95);
}

.section_phone_now {
  position: relative;
  margin: 30px 0 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section_phone_now {
    margin: 70px 0 80px;
  }
}
@media (min-width: 992px) {
  .section_phone_now .wrap_thumbnail_phone_now {
    padding: 0 55px;
  }
}
.section_phone_now .thumbnail_phone_now {
  position: relative;
  max-width: 260px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section_phone_now .thumbnail_phone_now {
    max-width: unset;
  }
}
.section_phone_now .thumbnail_phone_now:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 0 5px rgb(var(--color-white));
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .section_phone_now .thumbnail_phone_now:after {
    box-shadow: inset 0 0 0 10px rgb(var(--color-white));
  }
}
.section_phone_now .thumbnail_phone_now img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_phone_now .phone_now_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 25px;
}
@media (min-width: 992px) {
  .section_phone_now .phone_now_box {
    row-gap: 70px;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .section_phone_now .phone_now_box {
    padding: 0 60px;
  }
}
.section_phone_now .phone_now_box .phone_now_text {
  text-align: center;
  margin-top: 10px;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .section_phone_now .phone_now_box .phone_now_text {
    text-align: left;
  }
}
.section_phone_now .phone_now_box .phone_now_text p.title {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .section_phone_now .phone_now_box .phone_now_text p.title {
    line-height: 1.25;
  }
}
.section_phone_now .phone_now_box .phone_now_design {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  column-gap: 12px;
}
@media (min-width: 992px) {
  .section_phone_now .phone_now_box .phone_now_design {
    column-gap: 24px;
  }
}
.section_phone_now .phone_now_box .phone_now_design .phone_now_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 0 39px;
  color: rgb(var(--color-green));
  border: 1px solid rgb(var(--color-green));
}
@media (min-width: 992px) {
  .section_phone_now .phone_now_box .phone_now_design .phone_now_circle {
    padding: 4px 39px;
  }
}
.section_phone_now .phone_now_box .phone_now_design .phone_now_circle p.space {
  text-align: center;
}
.section_phone_now .bg_element {
  position: absolute;
  max-width: 182px;
  aspect-ratio: 182/105;
  top: 30%;
  right: -62px;
}
@media (min-width: 768px) {
  .section_phone_now .bg_element {
    display: none;
  }
}
.section_phone_now .bg_element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_product_highlight {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section_product_highlight {
    padding: 70px 0 90px;
  }
}
.section_product_highlight .container {
  padding: 0;
}
.section_product_highlight .product_highlight_element {
  position: absolute;
  max-width: 182px;
  aspect-ratio: 182/105;
  top: 120px;
  right: -62px;
  z-index: -1;
}
@media (min-width: 576px) {
  .section_product_highlight .product_highlight_element {
    top: 240px;
  }
}
@media (min-width: 992px) {
  .section_product_highlight .product_highlight_element {
    aspect-ratio: 633/367;
    max-width: 633px;
    right: -300px;
    top: 370px;
  }
}
.section_product_highlight .product_highlight_element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_product_highlight .product_highlight_text {
  margin-bottom: 10px;
  text-align: center;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .section_product_highlight .product_highlight_text {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .section_product_highlight .tab_content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.section_product_highlight .tab_content .swiper-hl_product {
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .section_product_highlight .tab_content .swiper-hl_product {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .section_product_highlight .tab_content .swiper-hl_product .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.section_product_highlight .tab_content .swiper-hl_product .swiper-wrapper .swiper-slide {
  max-width: 280px;
  height: auto;
}
@media (min-width: 576px) {
  .section_product_highlight .tab_content .swiper-hl_product .swiper-wrapper .swiper-slide {
    width: 50%;
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .section_product_highlight .tab_content .swiper-hl_product .swiper-wrapper .swiper-slide {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .section_product_highlight .tab_content .swiper-hl_product .swiper-wrapper .swiper-slide {
    max-width: unset;
  }
}
.section_product_highlight .tab_content .swiper-hl_product .swiper-pagination.hl_product {
  display: block;
}
@media (min-width: 576px) {
  .section_product_highlight .tab_content .swiper-hl_product .swiper-pagination.hl_product {
    display: none;
  }
}
.section_product_highlight .tab_content .swiper-hl_product .swiper-pagination-bullet {
  background: rgb(var(--color-blue));
}

h1 {
  font-size: 1.5rem;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

.fs-32 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .fs-32 {
    font-size: 2.625rem;
  }
}

.fs-26 {
  font-size: 1.625rem;
}
@media (min-width: 992px) {
  .fs-26 {
    font-size: 3.25rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .fs-24 {
    font-size: 3rem;
  }
}

.fs-14 {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .fs-14 {
    font-size: 1rem;
  }
}

.fs-12 {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .fs-12 {
    font-size: 1rem;
  }
}

.fs-10 {
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  .fs-10 {
    font-size: 0.75rem;
  }
}

.fs-8 {
  font-size: 0.5rem;
}
@media (min-width: 992px) {
  .fs-8 {
    font-size: 0.875rem;
  }
}

.padding-section {
  padding: 40px 0 20px 0;
}
@media (min-width: 992px) {
  .padding-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.extra-bg {
  position: relative;
  overflow: hidden;
}
.extra-bg.extra-bg-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/gimixbg.png") no-repeat center right;
  background-size: contain;
  width: 139px;
  height: 143px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .extra-bg.extra-bg-right:before {
    width: 278px;
    height: 286px;
  }
}
.extra-bg.extra-bg-right-buttom:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  background: url("../images/gimixbg.png") no-repeat center right;
  background-size: contain;
  width: 139px;
  height: 143px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .extra-bg.extra-bg-right-buttom:before {
    width: 278px;
    height: 286px;
  }
}
.extra-bg.extra-bg-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/gimixbg.png") no-repeat center right;
  background-size: contain;
  width: 139px;
  height: 143px;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .extra-bg.extra-bg-left:before {
    width: 278px;
    height: 286px;
  }
}
.extra-bg.extra-bg-left-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/gimixbg.png") no-repeat center right;
  background-size: contain;
  width: 139px;
  height: 143px;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .extra-bg.extra-bg-left-bottom:before {
    width: 278px;
    height: 286px;
  }
}

.box_pagination .pagination {
  gap: 5px;
}
.box_pagination .pagination .page-item .page-link {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 1rem;
  line-height: 30px;
  color: rgb(var(--color-white));
  background-color: transparent;
}
.box_pagination .pagination .page-item .page-link > span {
  width: 30px;
  height: 30px;
  line-height: 26px;
  display: block;
}
.box_pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.box_pagination .pagination .page-item.active .page-link {
  background-color: rgb(var(--color-green));
  color: rgb(var(--color-black));
}
.box_pagination .pagination .page-item:hover .page-link {
  background-color: rgb(var(--color-green));
  color: rgb(var(--color-black));
}
.box_pagination .pagination .page-item.disabled .page-link {
  opacity: 0.5;
  background-color: unset;
  color: white;
}

.product_installment_down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  width: auto;
}
.product_installment_down .items {
  padding: 0 1rem;
  text-align: center;
  font-size: 0.875rem;
  border: 1px solid rgb(var(--color-primary));
}
@media (min-width: 992px) {
  .product_installment_down .items {
    font-size: 1rem;
  }
}
.product_installment_down .items.installment {
  color: rgb(var(--color-green));
  background-color: rgb(var(--color-primary));
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
@media (min-width: 992px) {
  .product_installment_down .items.installment {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}
.product_installment_down .items.down {
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-white));
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
@media (min-width: 992px) {
  .product_installment_down .items.down {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
}
.product_installment_down .items strong {
  font-size: 1.25rem;
  font-weight: 900;
}
@media (min-width: 992px) {
  .product_installment_down .items strong {
    font-size: 2.25rem;
  }
}
.product_installment_down .items span {
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .product_installment_down .items span {
    font-size: 1rem;
  }
}

.btn-more-product {
  font-weight: 600;
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-green));
  display: block;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 20px;
  margin-top: 1rem;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn-more-product {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-transform: translate(-30px, 50%);
    -moz-transform: translate(-30px, 50%);
    -o-transform: translate(-30px, 50%);
    transform: translate(-30px, 50%);
  }
}
@media (min-width: 992px) {
  .btn-more-product {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-transform: translate(-30px, 50%);
    -moz-transform: translate(-30px, 50%);
    -o-transform: translate(-30px, 50%);
    transform: translate(-30px, 50%);
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .btn-more-product {
    font-size: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-transform: translate(-50px, 50%);
    -moz-transform: translate(-50px, 50%);
    -o-transform: translate(-50px, 50%);
    transform: translate(-50px, 50%);
  }
}

.btn {
  width: 100%;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 5px 44px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
@media (min-width: 992px) {
  .btn {
    font-size: 1.5rem;
  }
}
.btn.btn_primary {
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-green));
}
.btn.btn_primary:active {
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-secondary));
}
.btn.btn_primary:hover {
  border: 1px solid rgb(var(--color-secondary));
  background-color: rgb(var(--color-secondary));
}
.btn.btn_outline {
  color: rgb(var(--color-white));
  border: 1px solid rgb(var(--color-white));
}
.btn.btn_outline:active {
  color: rgb(var(--color-white));
  background-color: rgb(var(--color-blue-active));
  border: 1px solid rgb(var(--color-white));
}
.btn.btn_outline:hover {
  background-color: rgb(var(--color-blue-active));
}
.btn.btn_primary2 {
  color: rgb(var(--color-green));
  background-color: rgb(var(--color-primary));
}
.btn.btn_primary2:active {
  color: rgb(var(--color-green));
  background-color: rgb(var(--color-blue-active));
  border: 1px solid rgb(var(--color-blue-active));
}
.btn.btn_primary2:hover {
  background-color: rgb(var(--color-blue-active));
}
.btn.btn_blue {
  color: rgb(var(--color-white));
  background-color: rgb(var(--color-primary));
}
.btn.btn_blue:active {
  background-color: rgb(var(--color-blue-active));
}
.btn.btn_blue:hover {
  border: 1px solid rgb(var(--color-blue-active));
  background-color: rgb(var(--color-blue-active));
}
.btn.btn_green {
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-green));
}
.btn.btn_green:active {
  background-color: rgb(var(--color-green), 0.75);
}
.btn.btn_green:hover {
  border: 1px solid rgb(var(--color-green), 0.75);
  background-color: rgb(var(--color-green), 0.75);
}
.btn.btn_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 10px;
  color: rgb(var(--color-white));
  padding: 4px 0;
  border: 0;
  transition: none;
}
@media (min-width: 992px) {
  .btn.btn_dropdown {
    font-size: 1.25rem;
  }
}
.btn.btn_dropdown.dropdown-toggle::after {
  display: none;
}
.btn.btn_dropdown:active {
  color: rgb(var(--color-green));
}
.btn.btn_dropdown:active svg.filter {
  fill: rgb(var(--color-green));
}
.btn.btn_dropdown:active svg.arrow_price {
  fill: rgb(var(--color-green));
}
.btn.btn_dropdown:active svg.arrow_price line {
  stroke: rgb(var(--color-green));
}
.btn.btn_dropdown:active svg.arrow path {
  stroke: rgb(var(--color-green));
}
.btn.btn_dropdown.show {
  color: rgb(var(--color-green));
}
.btn.btn_dropdown.show svg.filter {
  fill: rgb(var(--color-green));
}
.btn.btn_dropdown.show svg.arrow_price {
  fill: rgb(var(--color-green));
}
.btn.btn_dropdown.show svg.arrow_price line {
  stroke: rgb(var(--color-green));
}
.btn.btn_dropdown.show svg.arrow {
  transform: rotate(180deg);
}
.btn.btn_dropdown.show svg.arrow path {
  stroke: rgb(var(--color-green));
}
.btn.btn_dropdown svg.filter {
  fill: rgb(var(--color-white));
  width: 24.5px;
}
@media (min-width: 992px) {
  .btn.btn_dropdown svg.filter {
    width: 35px;
  }
}
.btn.btn_dropdown svg.arrow_price {
  fill: rgb(var(--color-white));
  width: 30.8px;
}
@media (min-width: 992px) {
  .btn.btn_dropdown svg.arrow_price {
    width: 44px;
  }
}
.btn.btn_dropdown svg.arrow {
  transition: transform 0.18s ease-in-out;
}

.card_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .card_product:hover .card_images .thumbnail_product img {
    transform: scale(0.97);
  }
}
.card_product a {
  text-decoration: none;
}
.card_product a.no-click-mobile {
  pointer-events: none;
}
@media (min-width: 768px) {
  .card_product a.no-click-mobile {
    pointer-events: unset;
  }
}
.card_product .card_images {
  position: relative;
}
.card_product .card_images::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63%;
  background-color: rgb(var(--color-secondary));
  box-shadow: inset 0 0 0 1px rgb(var(--color-gray));
  z-index: 2;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.card_product .card_images .thumbnail_product {
  position: relative;
  aspect-ratio: 158/150;
}
.card_product .card_images .thumbnail_product img {
  padding-top: 15px;
  padding-bottom: 3px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s cubic-bezier(0.15, 0.22, 0.2, 1);
}
.card_product .card_images .product_share {
  display: none;
  position: absolute;
  top: 41%;
  right: 9px;
  width: 25px;
  height: 25px;
  z-index: 99;
  background-color: rgb(var(--color-primary));
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .card_product .card_images .product_share {
    top: 40%;
    right: 6px;
  }
}
@media (min-width: 992px) {
  .card_product .card_images .product_share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 30px;
    height: 30px;
    right: 9px;
  }
}
.card_product .card_images .product_share svg {
  width: 13px;
  height: 13px;
  color: rgb(var(--color-white));
}
.card_product .card_images .product_share.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .card_product .card_images .product_share.mobile {
    display: none;
  }
}
.card_product .card_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  z-index: 0;
  margin-top: -12px;
  padding: 20px 10px 16px;
  box-shadow: inset 0 0 0 1px rgb(var(--color-gray));
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .card_product .card_info {
    padding: 20px;
  }
}
.card_product .card_info .card_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  margin-bottom: 2px;
}
.card_product .card_info .card_title .card_text_title {
  font-size: 0.875rem;
  color: rgb(var(--color-black));
}
@media (min-width: 992px) {
  .card_product .card_info .card_title .card_text_title {
    font-size: 1.125rem;
  }
}
.card_product .card_info .card_title .card_text_star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  flex: 0 0 60px;
}
@media (min-width: 992px) {
  .card_product .card_info .card_title .card_text_star {
    flex: 0 0 75px;
  }
}
.card_product .card_info .card_title .card_text_star svg {
  width: 12px;
  height: 12px;
}
@media (min-width: 992px) {
  .card_product .card_info .card_title .card_text_star svg {
    width: 15px;
    height: 15px;
  }
}
.card_product .card_info .card_details {
  font-size: 0.75rem;
  flex-grow: 1;
  color: rgb(var(--color-gray-text));
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 768px) {
  .card_product .card_info .card_details {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .card_product .card_info .card_details {
    font-size: 0.875rem;
  }
}
.card_product .card_info .card_installment_down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
.card_product .card_info .card_installment_down .items {
  flex-grow: 1;
  text-align: center;
  font-size: 0.75rem;
  border: 1px solid rgb(var(--color-primary));
}
@media (min-width: 992px) {
  .card_product .card_info .card_installment_down .items {
    font-size: 0.875rem;
  }
}
.card_product .card_info .card_installment_down .items br {
  display: block;
}
@media (min-width: 768px) {
  .card_product .card_info .card_installment_down .items br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .card_product .card_info .card_installment_down .items br {
    display: none;
  }
}
.card_product .card_info .card_installment_down .items.installment {
  color: rgb(var(--color-green));
  background-color: rgb(var(--color-primary));
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
@media (min-width: 992px) {
  .card_product .card_info .card_installment_down .items.installment {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}
.card_product .card_info .card_installment_down .items.down {
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-white));
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
@media (min-width: 992px) {
  .card_product .card_info .card_installment_down .items.down {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
}
.card_product .card_info .card_installment_down .items strong {
  font-size: 1rem;
  font-weight: 900;
}
@media (min-width: 992px) {
  .card_product .card_info .card_installment_down .items strong {
    font-size: 1.375rem;
  }
}
.card_product .card_info .card_installment_down .items span {
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .card_product .card_info .card_installment_down .items span {
    font-size: 1rem;
  }
}

.modal.modal_share .modal-dialog {
  max-width: 430px;
  padding: 0 15px;
  margin: 0 auto;
}
.modal.modal_share .modal-dialog .modal-content {
  padding: 15px 15px 20px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
@media (min-width: 992px) {
  .modal.modal_share .modal-dialog .modal-content {
    padding: 15px 20px 20px;
  }
}
.modal.modal_share .modal-dialog .modal-content .modal-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 14px;
  border-color: rgb(var(--color-primary));
}
.modal.modal_share .modal-dialog .modal-content .modal-header h5 {
  font-size: 1.5rem;
  margin: 0;
  color: rgb(var(--color-primary));
}
@media (min-width: 992px) {
  .modal.modal_share .modal-dialog .modal-content .modal-header h5 {
    font-size: 2rem;
  }
}
.modal.modal_share .modal-dialog .modal-content .modal-header .btn_close {
  width: auto;
  padding: 0;
}
.modal.modal_share .modal-dialog .modal-content .modal-header .btn_close:active {
  border-color: rgb(var(--color-white));
}
.modal.modal_share .modal-dialog .modal-content .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal.modal_share .modal-dialog .modal-content .modal-body .body_items .modal_title {
  margin-bottom: 10px;
  color: rgb(var(--color-primary));
}
.modal.modal_share .modal-dialog .modal-content .modal-body .body_items .body_box_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.modal.modal_share .modal-dialog .modal-content .modal-body .body_items .body_box_link .copy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  border: 1px solid rgb(var(--color-primary));
  border-radius: 999px;
  padding: 3px;
}
.modal.modal_share .modal-dialog .modal-content .modal-body .body_items .body_box_link .copy-wrapper .icon-link {
  flex: 0 0 35px;
}
.modal.modal_share .modal-dialog .modal-content .modal-body .body_items .body_box_link .copy-wrapper .icon-link svg {
  margin: 0 auto;
}
.modal.modal_share .modal-dialog .modal-content .modal-body .body_items .body_box_link .copy-wrapper input {
  flex: 1;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 0;
  background: transparent;
  padding-right: 10px;
}
.modal.modal_share .modal-dialog .modal-content .modal-body .body_items .body_box_link .copy-wrapper input:disabled {
  color: rgb(var(--color-black));
}
.modal.modal_share .modal-dialog .modal-content .modal-body .body_items .body_box_link .copy-wrapper button {
  flex: 0 0 90px;
  color: rgb(var(--color-white));
  border: none;
  border-radius: 100px;
  padding: 8px 0;
  font-size: 1rem;
  background: rgb(var(--color-primary));
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.modal.modal_share .modal-dialog .modal-content .modal-body .body_items .body_box_link .copy-wrapper button:active {
  transform: scale(0.96);
}

.card-promotion {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .card-promotion {
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
  }
}
.card-promotion .link-card {
  display: block;
  position: relative;
  position: relative;
}
.card-promotion .link-card:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.card-promotion .link-card > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-promotion .link-card > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card-promotion .link-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-promotion .link-card:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgb(var(--color-primary)) url("../images/promotions/arrow.svg") no-repeat center center;
  background-size: 50%;
  bottom: 8px;
  right: 8px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .card-promotion .link-card:after {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
  }
}
.card-promotion .link-card:hover:after {
  content: "";
  background-color: rgb(var(--color-primary));
  opacity: 0.8;
}

.card-recomment .link-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  background-color: rgb(var(--color-white), 0.8);
  padding: 12px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .card-recomment .link-card {
    gap: 20px;
    padding: 20px;
  }
}
.card-recomment .link-card .thumbnail {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.card-recomment .link-card .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80.7692307692%;
}
.card-recomment .link-card .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-recomment .link-card .thumbnail > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card-recomment .link-card .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card-recomment .link-card .description {
  font-size: 0.875rem;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: rgb(var(--color-black));
}
@media (min-width: 992px) {
  .card-recomment .link-card .description {
    font-size: 1.25rem;
  }
}
.card-recomment .link-card .text-recomment {
  text-align: right;
  font-size: 0.75rem;
  text-decoration: underline;
  color: rgb(var(--color-blue-65));
  padding-top: 10px;
}
@media (min-width: 992px) {
  .card-recomment .link-card .text-recomment {
    font-size: 0.875rem;
  }
}
.card-recomment .link-card:hover {
  background-color: rgb(var(--color-green));
}

.card-contactus {
  background-color: rgb(var(--color-green));
  padding: 20px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .card-contactus {
    padding: 30px;
  }
}
.card-contactus .card-contactus-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}
.card-contactus h4 {
  flex-grow: 1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin: 0;
  padding-right: 70px;
}
@media (min-width: 992px) {
  .card-contactus h4 {
    padding-right: 30px;
  }
}
.card-contactus .descrition {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .card-contactus .descrition {
    font-size: 1rem;
  }
}
.card-contactus .boxbtn {
  margin-top: 1rem;
}
.card-contactus .boxbtn .btnCard {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .card-contactus .boxbtn .btnCard {
    font-size: 1rem;
  }
}
.card-contactus .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
}
@media (min-width: 992px) {
  .card-contactus .icon {
    width: 50px;
    top: 20px;
    right: 20px;
  }
}
.card-contactus .icon img {
  object-fit: cover;
  width: 40px;
}
@media (min-width: 992px) {
  .card-contactus .icon img {
    width: 50px;
  }
}
.card-contactus .icon svg {
  display: block;
  width: 40px;
}
@media (min-width: 992px) {
  .card-contactus .icon svg {
    width: 50px;
  }
}

.card_location_main {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card_location_main .wrap_location_main {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: rgb(var(--color-white));
  padding: 15px 15px 40px;
  box-shadow: 0px 4px 4px 0px rgb(var(--color-black), 0.25);
}
.card_location_main .wrap_location_main .box_location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  margin-bottom: 13px;
  flex-grow: 1;
}
.card_location_main .wrap_location_main .box_location .text_location {
  flex: 1;
  font-size: 0.875rem;
  color: rgb(var(--color-black));
  padding-right: 5px;
}
.card_location_main .wrap_location_main .box_location .text_location h5 {
  font-size: 1rem;
  color: rgb(var(--color-blue-65));
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .card_location_main .wrap_location_main .box_location .text_location h5 {
    font-size: 1.125rem;
  }
}
.card_location_main .wrap_location_main .box_location .phone_location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: rgb(var(--color-secondary));
  transition: all 0.2s ease-in-out;
}
.card_location_main .wrap_location_main .box_location .phone_location:hover {
  background-color: rgb(var(--color-blue-65));
}
.card_location_main .wrap_location_main .box_location .phone_location:hover svg {
  fill: rgb(var(--color-secondary));
}
.card_location_main .wrap_location_main .box_location .phone_location svg {
  fill: rgb(var(--color-blue-65));
}
.card_location_main .wrap_location_main .tn_location {
  aspect-ratio: 280/212;
  width: 100%;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.card_location_main .wrap_location_main .tn_location img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card_location_main .wrap_btn {
  margin-top: -20px;
  text-align: center;
}
.card_location_main .wrap_btn .btn_blue {
  width: auto;
  margin: 0 auto;
  font-size: 1rem;
  box-shadow: 0px 4px 4px 0px rgb(var(--color-black), 0.25);
}
@media (min-width: 992px) {
  .card_location_main .wrap_btn .btn_blue {
    font-size: 1.125rem;
  }
}

.card_filter_location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: rgb(var(--color-white));
  overflow: hidden;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0px 9px 18px 0 rgb(var(--color-black), 0.05);
}
.card_filter_location .tn_filter_location {
  aspect-ratio: 250/199;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
.card_filter_location .tn_filter_location img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card_filter_location .tn_filter_location img.phone {
  object-fit: scale-down;
}
.card_filter_location .text_filter_location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-grow: 1;
  padding: 16px;
}
.card_filter_location .text_filter_location .title {
  margin-bottom: 3px;
}
.card_filter_location .text_filter_location .title h5 {
  font-size: 1rem;
  color: rgb(var(--color-black));
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.card_filter_location .text_filter_location .details {
  font-size: 0.875rem;
  color: rgb(var(--color-gray-text));
  margin-bottom: 16px;
}
.card_filter_location .text_filter_location .details p.short {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.card_filter_location .text_filter_location .details a {
  text-decoration: none;
  color: rgb(var(--color-gray-text));
}
.card_filter_location .text_filter_location .date {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 6px;
  margin-top: 4px;
}
.card_filter_location .text_filter_location .date svg {
  fill: rgb(var(--color-gray-text));
}
.card_filter_location .text_filter_location .box_btn {
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
.card_filter_location .text_filter_location .box_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: auto;
  font-size: 0.875rem;
  color: rgb(var(--color-blue-66));
  text-decoration: none;
  gap: 4px;
}
.card_filter_location .text_filter_location .box_btn path {
  stroke: rgb(var(--color-blue-66));
}

.card-news--highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: rgb(var(--color-white));
  font-size: 0.75rem;
}
.card-news--highlight .thumbnail {
  position: relative;
}
.card-news--highlight .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.card-news--highlight .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-news--highlight .thumbnail > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card-news--highlight .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-news--highlight .tags label {
  font-size: 0.75rem;
  border: solid 1px rgb(var(--color-white));
  padding: 3px 12px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.card-news--highlight .description {
  color: rgb(var(--color-green));
  font-size: 1rem;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 992px) {
  .card-news--highlight .description {
    font-size: 1.25rem;
  }
}
.card-news--highlight .short_description {
  color: rgb(var(--color-white));
  font-size: 0.875rem;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 992px) {
  .card-news--highlight .short_description {
    font-size: 0.875rem;
  }
}
.card-news--highlight .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}
@media (min-width: 992px) {
  .card-news--highlight .foot {
    font-size: 0.875rem;
  }
}
.card-news--highlight .foot .author {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .card-news--highlight .foot .author {
    font-size: 0.75rem;
  }
}
.card-news--highlight .foot .author .icon img {
  display: block;
}
.card-news--highlight .foot .date {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .card-news--highlight .foot .date {
    font-size: 0.75rem;
  }
}
.card-news--highlight .foot .date .icon img {
  display: block;
}

.card-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
}
@media (min-width: 992px) {
  .card-news {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.card-news .card-news--photo {
  width: 100%;
  max-width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.card-news .card-news--photo .thumbnail {
  position: relative;
}
.card-news .card-news--photo .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.card-news .card-news--photo .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-news .card-news--photo .thumbnail > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .card-news .card-news--photo .thumbnail {
    position: relative;
  }
  .card-news .card-news--photo .thumbnail:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
  }
  .card-news .card-news--photo .thumbnail > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .card-news .card-news--photo .thumbnail > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.card-news .card-news--photo .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-news .card-news--content {
  width: 100%;
  max-width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  padding-left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 4px;
  color: rgb(var(--color-white));
}
.card-news .card-news--content .tags {
  font-size: 0.75rem;
}
.card-news .card-news--content .tags label {
  font-size: 0.75rem;
  border: solid 1px rgb(var(--color-white));
  padding: 1px 8px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.card-news .card-news--content .description {
  font-size: 0.875rem;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: rgb(var(--color-green));
}
@media (min-width: 992px) {
  .card-news .card-news--content .description {
    font-size: 1rem;
  }
}
.card-news .card-news--content .short_description {
  color: rgb(var(--color-white));
  font-size: 0.75rem;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 992px) {
  .card-news .card-news--content .short_description {
    font-size: 0.875rem;
  }
}
.card-news .card-news--content .foot {
  font-size: 0.75rem;
}
.card-news .card-news--content .foot .date {
  color: rgb(var(--color-white));
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .card-news .card-news--content .foot .date {
    font-size: 0.75rem;
  }
}
.card-news .card-news--content .foot .date .icon img {
  display: block;
}

.card-popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: rgb(var(--color-white));
  font-size: 0.75rem;
}
.card-popular .thumbnail {
  position: relative;
  max-width: 400px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.card-popular .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.card-popular .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-popular .thumbnail > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card-popular .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-popular .tags label {
  font-size: 0.75rem;
  border: solid 1px rgb(var(--color-white));
  padding: 3px 12px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.card-popular .description {
  color: rgb(var(--color-green));
  font-size: 1rem;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.card-popular .short_description {
  color: rgb(var(--color-white));
  font-size: 0.875rem;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.card-popular .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}
.card-popular .foot .author {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .card-popular .foot .author {
    font-size: 0.75rem;
  }
}
.card-popular .foot .author .icon img {
  display: block;
}
.card-popular .foot .date {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .card-popular .foot .date {
    font-size: 0.75rem;
  }
}
.card-popular .foot .date .icon img {
  display: block;
}

.card-activity {
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.card-activity .thumbnail {
  position: relative;
}
.card-activity .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 68.1818181818%;
}
.card-activity .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-activity .thumbnail > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card-activity .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0, rgb(var(--color-black), 0.65) 100%);
  background-repeat: repeat-x;
  display: block;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -khtml-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.card-activity .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-activity .link-card:hover .thumbnail:after {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: opacity 0.6s;
  -khtml-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.card-activity .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1200px) {
  .card-activity .content {
    padding: 20px;
  }
}
.card-activity .content h3 {
  color: rgb(var(--color-green));
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 992px) {
  .card-activity .content h3 {
    font-size: 1.25rem;
  }
}
.card-activity .content .descriptions {
  color: rgb(var(--color-white));
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 992px) {
  .card-activity .content .descriptions {
    font-size: 0.875rem;
  }
}
.card-activity .content .date {
  color: #B5CAFF;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .card-activity .content .date {
    font-size: 0.75rem;
  }
}
.card-activity .content .date .icon img {
  display: block;
}

.text-phonenow {
  text-align: right;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  color: rgb(var(--color-white));
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .text-phonenow {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .text-phonenow {
    font-size: 4.375rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }
}

.show-dt {
  display: none;
}
@media (min-width: 992px) {
  .show-dt {
    display: block;
  }
}

.footer-section-wrapper {
  padding-top: 2rem;
}

.footer-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu__item {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer-menu__item {
    margin-bottom: 0;
  }
}
.footer-menu__link {
  color: rgb(var(--color-primary));
  text-decoration: none;
  font-size: 1rem;
}

.footer-section {
  background-color: rgb(var(--color-secondary));
  padding: 40px 20px;
  border-top: 2px solid rgb(var(--color-primary));
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .footer-section {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-section {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding: 60px 60px;
  }
}
@media (min-width: 992px) {
  .footer-section {
    padding: 60px 20px;
  }
}
.footer-section__container {
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .footer-section__container {
    gap: 40px;
    position: relative;
  }
}
.footer-section__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-section__logo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.footer-section__logo-img {
  height: 50px;
  width: auto;
  display: block;
}
@media (min-width: 992px) {
  .footer-section__logo-img {
    height: 60px;
  }
}
.footer-section__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer-section__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
}
.footer-section__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}
@media (min-width: 768px) {
  .footer-section__info {
    border-right: 2px solid #6666ff;
    flex: 0 0 40%;
  }
}
@media (min-width: 1200px) {
  .footer-section__info {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex: 0 0 auto;
    gap: 3.125rem;
    padding-right: 40px;
  }
}
@media (min-width: 1300px) {
  .footer-section__info {
    padding-right: 0px;
  }
}
.footer-section__item {
  flex: 1;
}
@media (min-width: 992px) {
  .footer-section__item {
    flex: unset;
  }
}
.footer-section__item:last-child {
  padding-right: 40px;
}
.footer-section__title {
  color: rgb(var(--color-primary));
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .footer-section__title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.footer-section__text {
  color: rgb(var(--color-primary));
  font-size: 0.875rem;
  line-height: 1.6;
}
.footer-section__text p {
  margin-bottom: 8px;
}
.footer-section__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer-section__text {
    font-size: 1rem;
  }
}
.footer-section__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer-section__contact {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .footer-section__contact {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-section__contact .dd {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
@media (min-width: 992px) {
  .footer-section__contact .dd {
    justify-content: space-between;
  }
}
.footer-section__contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 992px) {
  .footer-section__contact-item {
    gap: 0;
  }
}
.footer-section__contact-icon {
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.footer-section__contact-icon svg {
  display: block;
}
@media (min-width: 992px) {
  .footer-section__contact-icon {
    width: 36px;
    height: 36px;
  }
}
.footer-section__contact-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.footer-section__contact-title {
  color: rgb(var(--color-primary));
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 992px) {
  .footer-section__contact-title {
    font-size: 1.125rem;
  }
}
.footer-section__contact-text {
  color: rgb(var(--color-primary));
  font-size: 0.875rem;
  margin: 0;
}
@media (min-width: 992px) {
  .footer-section__contact-text {
    font-size: 1rem;
  }
}
.footer-section__contact-text a {
  text-decoration: none;
  color: rgb(var(--color-primary));
}
.footer-section__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer-section__social {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .footer-section__social {
    gap: 25px;
  }
}
.footer-section__social-link {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-section__social-link:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
.footer-section__social-link img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .footer-section__social-link img {
    width: 45px;
    height: 45px;
  }
}

.thumbnail_icon_line_mobile {
  width: 24px;
  height: 24px;
}
.thumbnail_icon_line_mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.invalid-feedback {
  color: rgb(var(--color-red));
}
.invalid-feedback.open {
  display: block;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234140E6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.95rem) translateX(0.15rem);
}
.form-floating > .form-control, .form-floating > .form-select {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  line-height: 1.25;
  color: rgb(var(--color-primary));
  padding: 0.35rem 1rem;
  height: calc(3rem + var(--bs-border-width) * 2);
  min-height: calc(3rem + var(--bs-border-width) * 2);
}
.form-floating > .form-control:focus, .form-floating > .form-select:focus {
  padding: 0.25rem 1rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-select:focus ~ label {
  transform: scale(0.85) translateY(-0.95rem) translateX(0.15rem);
  color: rgb(var(--color-primary), 1);
}
.form-floating > .form-control:focus ~ label .color-red, .form-floating > .form-select:focus ~ label .color-red {
  color: rgb(var(--color-red), 1);
}
.form-floating > label {
  padding: 0.35rem 1rem;
  line-height: calc(2rem + var(--bs-border-width) * 2);
  color: rgb(var(--color-primary), 0.6);
  background-color: transparent;
}
.form-floating > label .color-red {
  color: rgb(var(--color-red), 0.6);
}
.form-floating > label:after {
  content: "";
  background-color: transparent;
}
.form-floating textarea.form-control:focus {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating textarea.form-control:focus ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating textarea.form-control:focus ~ label:after {
  content: "";
  display: block;
  background-color: transparent;
}

/* ==============================
   Mixin: Floating Label Active
============================== */
/* reset CF7 */
.wpcf7-form p {
  margin: 0;
  position: relative;
}

.wpcf7-form br {
  display: none;
}

/* floating */
.form-floatings {
  position: relative;
  /* ⭐ ลอยเมื่อ active */
  /* textarea adjust */
  /* error */
}
.form-floatings .form-control,
.form-floatings .form-select {
  width: 100%;
  height: 3.8rem;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  color: rgb(var(--color-primary));
}
.form-floatings textarea.form-control {
  height: auto;
  min-height: 120px;
  padding-top: 1rem;
}
.form-floatings textarea.form-control.form-txtareas {
  height: 120px;
}
.form-floatings label {
  position: absolute;
  left: 1rem;
  top: 1.8rem;
  transform: translateY(-50%);
  transform-origin: left center;
  pointer-events: none;
  transition: all 0.2s ease;
  color: rgb(var(--color-primary), 1);
}
.form-floatings label .color-red {
  color: rgb(var(--color-red), 1);
}
.form-floatings.is-active label {
  top: -0.1rem;
  transform: scale(0.85);
  color: rgb(var(--color-primary), 0.85);
}
.form-floatings.floatings-txtarea label {
  top: 1.45rem;
}
.form-floatings.is-textarea.is-active label {
  top: 0rem;
}
.form-floatings.is-error label {
  color: #dc3545;
}

.contactUs-from .btn-submit {
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-green));
  font-weight: bold;
  padding: 5px 44px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  font-size: 1.5rem;
  display: inline;
  width: auto;
  border: 1px solid rgb(var(--color-green));
}
.contactUs-from .btn-submit:hover {
  border: 1px solid rgb(var(--color-secondary));
  background-color: rgb(var(--color-secondary));
}
.contactUs-from .wpcf7-spinner {
  display: block;
}

.form-check-label {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.form-check-label .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  padding: 0 11px 0 45px;
  color: rgb(var(--color-black));
}
@media (min-width: 992px) {
  .form-check-label .text {
    font-size: 1rem;
    padding: 0 11px 0 59px;
  }
}
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check-label input:checked ~ .checkmark {
  background: rgb(var(--color-blue-65));
  border: 2px solid white;
  outline: 4px solid rgb(var(--color-blue-65));
  box-shadow: 0 0 0 6px rgb(var(--color-blue-65));
}
@media (min-width: 992px) {
  .form-check-label input:checked ~ .checkmark {
    background: rgb(var(--color-blue-65));
    border: 2px solid white;
    outline: 5px solid rgb(var(--color-blue-65));
    box-shadow: 0 0 0 7px rgb(var(--color-blue-65));
  }
}
.form-check-label .checkmark {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  z-index: 1;
  background: white;
  border: 2px solid rgb(var(--color-secondary));
  outline: 4px solid white;
  box-shadow: 0 0 0 6px rgb(var(--color-secondary));
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .form-check-label .checkmark {
    width: 10px;
    height: 10px;
    border: 2px solid rgb(var(--color-secondary));
    outline: 5px solid white;
    box-shadow: 0 0 0 7px rgb(var(--color-secondary));
  }
}

.price-range {
  width: 100%;
  /* Thumb */
}
.price-range .price-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: rgb(var(--color-black));
}
@media (min-width: 992px) {
  .price-range .price-header {
    font-size: 1rem;
  }
}
.price-range .range-wrapper {
  position: relative;
}
.price-range input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(to right, rgb(var(--color-blue-65)), 0%, rgb(var(--color-blue-65)), 6.25%, #e5e7eb 6.25%, #e5e7eb 100%);
  outline: none;
}
@media (min-width: 992px) {
  .price-range input[type=range] {
    height: 10px;
  }
}
.price-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: rgb(var(--color-blue-65));
  border: 2px solid white;
  outline: 4px solid rgb(var(--color-blue-65));
  box-shadow: 0 0 0 6px rgb(var(--color-blue-65));
  cursor: pointer;
}
@media (min-width: 992px) {
  .price-range input[type=range]::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    background: rgb(var(--color-blue-65));
    border: 2px solid white;
    outline: 5px solid rgb(var(--color-blue-65));
    box-shadow: 0 0 0 7px rgb(var(--color-blue-65));
  }
}
.price-range input[type=range]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: rgb(var(--color-blue-65));
  border: 4px solid #fff;
  cursor: pointer;
}
.price-range .range-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: rgb(var(--color-black));
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .price-range .range-footer {
    font-size: 0.875rem;
  }
}

.section_all_product {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .section_all_product {
    padding-bottom: 100px;
  }
}
.section_all_product .title {
  text-align: center;
  color: rgb(var(--color-white));
  margin: 55px 0 25px;
}
@media (min-width: 768px) {
  .section_all_product .title {
    margin: 55px 0;
  }
}
@media (min-width: 1200px) {
  .section_all_product .all_products .tab_custom {
    flex: 0 0 160px;
  }
}
@media (min-width: 768px) {
  .section_all_product .all_products .box_menu_products {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .section_all_product .all_products .box_menu_products {
    padding-top: 160px;
  }
}
.section_all_product .all_products .box_menu_products .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .section_all_product .all_products .box_menu_products .nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.section_all_product .all_products .box_menu_products .nav-link {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 4px 12px;
  color: rgb(var(--color-white));
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  white-space: nowrap;
  width: auto;
}
@media (min-width: 768px) {
  .section_all_product .all_products .box_menu_products .nav-link {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section_all_product .all_products .box_menu_products .nav-link {
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
}
.section_all_product .all_products .box_menu_products .nav-link.active {
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-green));
}
@media (min-width: 1200px) {
  .section_all_product .all_products .box_products {
    padding-left: 20px;
  }
}
.section_all_product .all_products .box_products .box_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 18px 20px 55px;
  background-color: rgb(var(--color-blue-3c));
  -webkit-border-top-left-radius: 35px;
  -webkit-border-top-right-radius: 35px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 35px;
  -moz-border-radius-topright: 35px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 992px) {
  .section_all_product .all_products .box_products .box_filter {
    padding: 28px 20px 63px;
  }
}
.section_all_product .all_products .box_products .box_filter .dropdown-menu {
  width: 80vw;
  max-width: 369px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  overflow: hidden;
  padding: 6px 16px;
  z-index: 2;
  inset: 0px auto auto -20px !important;
  border: 0;
  box-shadow: 0px 2px 6px rgb(var(--color-black), 0.15);
}
.section_all_product .all_products .box_products .box_filter .dropdown-menu.dropdown-menu-end {
  inset: 0px -20px auto auto !important;
}
.section_all_product .all_products .box_products .box_filter .dropdown-menu .box-list-choose ul {
  padding: 0;
  margin: 0;
}
.section_all_product .all_products .box_products .box_filter .dropdown-menu .box-list-choose ul li {
  position: relative;
  list-style: none;
}
.section_all_product .all_products .box_products .box_filter .dropdown-menu .box-list-choose .list-choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_all_product .all_products .box_products .box_filter .dropdown-menu .box-list-choose .list-choose .sub-choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex: 0 0 100%;
  padding: 16px 0;
  border-bottom: 1px solid rgba(149, 149, 149, 0.25);
}
@media (min-width: 992px) {
  .section_all_product .all_products .box_products .box_filter .dropdown-menu .box-list-choose .list-choose .sub-choose {
    padding: 20px 0;
  }
}
.section_all_product .all_products .box_products .box_filter .dropdown-menu .box-list-choose .list-choose .sub-choose:last-child {
  border-bottom: 0;
}
.section_all_product .all_products .box_products .wrap_all_products {
  position: relative;
  z-index: 1;
  margin-top: -43px;
  padding: 20px 20px 25px;
  background-color: rgb(var(--color-blue-78));
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
@media (min-width: 576px) {
  .section_all_product .all_products .box_products .wrap_all_products {
    padding: 20px 25px 25px;
  }
}
@media (min-width: 992px) {
  .section_all_product .all_products .box_products .wrap_all_products {
    margin-top: -35px;
    padding: 20px 45px 25px;
  }
}
.section_all_product .all_products .box_products .wrap_all_products .tab-content .row {
  row-gap: 20px;
}
.section_all_product .all_products .box_products .wrap_all_products .tab-content .row .col-6 {
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 576px) {
  .section_all_product .all_products .box_products .wrap_all_products .tab-content .row .col-6 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.section_all_product .all_products .box_products .wrap_all_products .tab-content .pagination_products {
  margin-top: 20px;
}
.section_all_product .all_products .box_products .wrap_all_products .tab-content .pagination_products .pagination {
  margin: 0;
}
.section_all_product .element_all_product {
  position: absolute;
  max-width: 182px;
  aspect-ratio: 182/105;
  bottom: 200px;
  left: -62px;
  transform: scaleX(-1);
  z-index: -1;
}
@media (min-width: 992px) {
  .section_all_product .element_all_product {
    aspect-ratio: 633/367;
    max-width: 633px;
    left: -300px;
    bottom: 300px;
  }
}
.section_all_product .element_all_product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not_found_product {
  text-align: center;
  padding-top: 30px;
}
.not_found_product .tn_not_found {
  aspect-ratio: 234/294;
  max-width: 204px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .not_found_product .tn_not_found {
    max-width: 234px;
  }
}
.not_found_product .tn_not_found img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.not_found_product .text_not_found {
  font-size: 1rem;
  color: rgb(var(--color-white));
  margin-top: 20px;
}
@media (min-width: 992px) {
  .not_found_product .text_not_found {
    font-size: 1.25rem;
    margin-top: 32px;
  }
}
.not_found_product .text_not_found h5 {
  font-size: 1.375rem;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .not_found_product .text_not_found h5 {
    font-size: 2rem;
  }
}

.section_space {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section_space {
    margin-bottom: 100px;
  }
}

.section_about_us {
  padding: 55px 0 65px;
}
@media (min-width: 992px) {
  .section_about_us {
    padding: 80px 0 100px;
  }
}
.section_about_us .tn_logo {
  aspect-ratio: 400/153;
  max-width: 300px;
  margin: 0 auto 32px;
}
@media (min-width: 992px) {
  .section_about_us .tn_logo {
    max-width: 400px;
  }
}
.section_about_us .tn_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_about_us .wrap_title {
  font-size: 1rem;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .section_about_us .wrap_title {
    font-size: 1.25rem;
  }
}
.section_about_us .wrap_title .color_green {
  color: rgb(var(--color-green));
}
.section_about_us .wrap_title a {
  color: rgb(var(--color-white));
}
.section_about_us .wrap_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 60px;
  gap: 18px;
}
@media (min-width: 992px) {
  .section_about_us .wrap_button {
    margin-top: 80px;
  }
}
.section_about_us .wrap_button a {
  width: auto;
}

.spacing_top {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .spacing_top {
    padding-top: 30px;
  }
}

.example h5 {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .example h5 {
    font-size: 2rem;
  }
}
.example p {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .example p {
    font-size: 1.25rem;
  }
}
.example .text_green {
  color: rgb(var(--color-green));
}

.section_location {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0 55px;
}
@media (min-width: 992px) {
  .section_location {
    padding: 55px 0;
  }
}
.section_location .wrap_title {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .section_location .wrap_title {
    margin-bottom: 55px;
  }
}
.section_location .wrap_title .title {
  text-align: center;
  color: rgb(var(--color-white));
}
.section_location .wrap_content .title_location {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section_location .wrap_content .title_location {
    margin-bottom: 55px;
  }
}
.section_location .wrap_content .title_location h5 {
  font-size: 1.125rem;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .section_location .wrap_content .title_location h5 {
    font-size: 2rem;
  }
}
.section_location .wrap_content .title_location h5 .color_green {
  color: rgb(var(--color-green));
}
.section_location .wrap_content .bg_location {
  position: relative;
}
.section_location .wrap_content .bg_location::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 67px);
  background-color: rgb(var(--color-green));
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .section_location .wrap_content .bg_location::before {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
}
.section_location .wrap_content .bg_location .swiper-location {
  padding-bottom: 36px;
}
.section_location .wrap_content .bg_location .swiper-location .swiper-slide {
  height: auto;
}
.section_location .wrap_content .bg_location .swiper-location .swiper-slide .col_custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.section_location .wrap_content .bg_location .swiper-pagination-bullet {
  background: rgb(var(--color-primary));
}

.section_filter_location {
  padding-bottom: 55px;
}
@media (min-width: 992px) {
  .section_filter_location {
    padding: 33px 0 55px;
  }
}
.section_filter_location .box_filter_location {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .section_filter_location .box_filter_location {
    margin-bottom: 72px;
  }
}
.section_filter_location .box_filter_location .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 21px;
}
.section_filter_location .box_filter_location .nav-link {
  font-size: 1rem;
  font-weight: bold;
  padding: 4px 12px;
  color: rgb(var(--color-white));
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .section_filter_location .box_filter_location .nav-link {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .section_filter_location .box_filter_location .nav-link {
    padding: 4px 30px;
  }
}
.section_filter_location .box_filter_location .nav-link.active {
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-green));
}
.section_filter_location .row_custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .section_filter_location .row_custom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .section_filter_location .row_custom {
    padding: 0 100px;
  }
}
.section_filter_location .row_custom .col_custom {
  padding: 0 15px;
  flex: 0 0 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 576px) {
  .section_filter_location .row_custom .col_custom {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section_filter_location .row_custom .col_custom {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
@media (min-width: 1400px) {
  .section_filter_location .row_custom .col_custom {
    flex: 0 0 25%;
    width: 25%;
  }
}
.section_filter_location .pagination_location {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .section_filter_location .pagination_location {
    margin-top: 50px;
  }
}

.section_product_list {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .section_product_list {
    padding-bottom: 112px;
  }
}
.section_product_list.list2 {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .section_product_list.list2 {
    padding-bottom: 80px;
  }
}
.section_product_list .wrap_title {
  margin-top: 55px;
  text-align: center;
  color: rgb(var(--color-white));
}
.section_product_list .wrap_title .title {
  margin-bottom: 24px;
}
.section_product_list .wrap_title .sub_title {
  font-size: 1rem;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .section_product_list .wrap_title .sub_title {
    font-size: 2rem;
  }
}
.section_product_list .wrap_title .details {
  font-size: 0.875rem;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .section_product_list .wrap_title .details {
    font-size: 1.25rem;
  }
}
.section_product_list .wrap_content .content {
  position: relative;
}
.section_product_list .wrap_content .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-secondary));
  z-index: -1;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0px 5px 4px 4px rgba(65, 64, 230, 0.41);
}
@media (min-width: 992px) {
  .section_product_list .wrap_content .content::before {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
}
.section_product_list .wrap_content .wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  padding: 0 0 40px;
  row-gap: 20px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .section_product_list .wrap_content .wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .section_product_list .wrap_content .wrap {
    padding: 40px 23px 40px 23px;
  }
}
@media (min-width: 1400px) {
  .section_product_list .wrap_content .wrap {
    padding: 60px 23px 60px 23px;
  }
}
.section_product_list .wrap_content .wrap .items_phone {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media (min-width: 992px) {
  .section_product_list .wrap_content .wrap .items_phone {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .section_product_list .wrap_content .wrap .items_phone {
    max-width: 460px;
  }
}
.section_product_list .wrap_content .wrap .items_phone .thumbnail_phone {
  position: relative;
  width: 100%;
  aspect-ratio: 460/435;
}
.section_product_list .wrap_content .wrap .items_phone .thumbnail_phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_product_list .wrap_content .wrap .items_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  flex: 1;
  padding-left: 0;
  padding-bottom: 10px;
  max-width: 883px;
}
@media (min-width: 992px) {
  .section_product_list .wrap_content .wrap .items_details {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .section_product_list .wrap_content .wrap .items_details {
    padding-left: 62px;
  }
}
.section_product_list .wrap_content .wrap .items_details .details_option {
  margin-bottom: 26px;
}
.section_product_list .wrap_content .wrap .items_details .details_option .title {
  font-size: 1rem;
  color: rgb(var(--color-blue-65));
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 992px) {
  .section_product_list .wrap_content .wrap .items_details .details_option .title {
    font-size: 2rem;
  }
}
.section_product_list .wrap_content .wrap .items_details .details_option .list_option .row {
  --bs-gutter-x: 0.75rem;
  row-gap: 24px;
}
@media (min-width: 992px) {
  .section_product_list .wrap_content .wrap .items_details .details_option .list_option .row {
    --bs-gutter-x: 1.5rem;
  }
}
.section_product_list .wrap_content .wrap .items_details .details_option .list_option .row .col_custom {
  flex: 1;
  width: auto;
}
.section_product_list .wrap_content .wrap .items_details .details_option .list_option .items_option {
  font-size: 0.875rem;
  color: rgb(var(--color-black));
  background-color: rgb(var(--color-white));
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .section_product_list .wrap_content .wrap .items_details .details_option .list_option .items_option {
    font-size: 1.25rem;
  }
}
.section_product_list .wrap_content .wrap .items_details .btn_option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .section_product_list .wrap_content .wrap .items_details .btn_option {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 31px;
    font-size: 1.25rem;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .section_product_list .wrap_content .wrap .items_details .btn_option {
    margin-top: 29px;
  }
}
.section_product_list .wrap_content .wrap .items_details .btn_option a,
.section_product_list .wrap_content .wrap .items_details .btn_option button {
  width: max-content;
}
.section_product_list .wrap_content .wrap .items_btn {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .section_product_list .wrap_content .wrap .items_btn {
    left: auto;
    right: 0;
    bottom: -22px;
    transform: unset;
  }
}

.section_product_list_table {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .section_product_list_table {
    margin-top: 70px;
  }
}
.section_product_list_table .container {
  position: relative;
}
.section_product_list_table .container .swiper-pagination-bullet {
  background: rgb(var(--color-secondary));
}
.section_product_list_table .container .swiper-button-next,
.section_product_list_table .container .swiper-button-prev {
  color: white;
}

.wrap_table {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .wrap_table {
    margin-top: 50px;
  }
}
.wrap_table .box_table {
  margin-bottom: 50px;
}
.wrap_table .title_table {
  font-size: 1.5rem;
  margin-bottom: 24px;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .wrap_table .title_table {
    font-size: 3rem;
  }
}
.wrap_table .price-wrapper .price-table {
  background: rgb(var(--color-secondary));
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .wrap_table .price-wrapper .price-table {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding-bottom: 60px;
  }
}
.wrap_table .price-wrapper .price-btn {
  text-align: center;
  margin-top: -18px;
}
@media (min-width: 992px) {
  .wrap_table .price-wrapper .price-btn {
    margin-top: -25px;
  }
}
.wrap_table .price-wrapper .price-btn button,
.wrap_table .price-wrapper .price-btn a {
  width: auto;
}
.wrap_table .price-wrapper .table-header,
.wrap_table .price-wrapper .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  text-align: center;
}
.wrap_table .price-wrapper .table-header {
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-blue-65));
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .wrap_table .price-wrapper .table-header {
    font-size: 1.25rem;
  }
}
.wrap_table .price-wrapper .table-header div {
  position: relative;
  padding: 18px 10px;
  width: 33.33%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .wrap_table .price-wrapper .table-header div {
    padding: 18px;
  }
}
.wrap_table .price-wrapper .table-header div::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(var(--color-blue-65));
  width: 2px;
  height: 100%;
}
.wrap_table .price-wrapper .table-header div:last-child::after {
  width: 0;
}
.wrap_table .price-wrapper .table-body {
  max-height: 556px;
  height: 100%;
}
.wrap_table .price-wrapper .table-row {
  font-weight: 600;
  border-top: 2px solid rgb(var(--color-blue-65));
  font-size: 0.875rem;
  font-weight: bold;
  background: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .wrap_table .price-wrapper .table-row {
    font-size: 1rem;
  }
}
.wrap_table .price-wrapper .table-row:first-child {
  border-top: 0px;
}
.wrap_table .price-wrapper .table-row div {
  position: relative;
  width: 33.33%;
  padding: 18px 10px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .wrap_table .price-wrapper .table-row div {
    padding: 18px;
  }
}
.wrap_table .price-wrapper .table-row div::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(var(--color-blue-65));
  width: 2px;
  height: 100%;
}
.wrap_table .price-wrapper .table-row div:last-child::after {
  width: 0;
}
.wrap_table .price-wrapper .table-row .model {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .wrap_table .price-wrapper .table-row .model {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .wrap_table .price-wrapper .table-row .model {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.wrap_table .price-wrapper .badge {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 4px 10px;
  color: rgb(var(--color-black));
  background: rgb(var(--color-green));
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .wrap_table .price-wrapper .badge {
    font-size: 1rem;
  }
}
.wrap_table .price-wrapper .btn-apply {
  display: block;
  margin: 30px auto 0;
  padding: 14px 40px;
  font-size: 20px;
  font-weight: 700;
  color: rgb(var(--color-blue-65));
  background: rgb(var(--color-green));
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.wrap_table .price-wrapper .btn-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.wrap_table .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.wrap_table .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E1F44B;
}
@media (min-width: 992px) {
  .wrap_table .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    position: relative;
    left: 1px;
  }
}
.wrap_table .mCSB_outside + .mCSB_scrollTools {
  right: 5px;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .wrap_table .mCSB_outside + .mCSB_scrollTools {
    right: 10px;
  }
}
.wrap_table .mCSB_draggerContainer:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #6155F5;
  margin-left: -1px;
}
@media (min-width: 992px) {
  .wrap_table .mCSB_draggerContainer:before {
    width: 3px;
  }
}
.wrap_table .link_service {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .wrap_table .link_service {
    font-size: 1.5rem;
    margin-top: 80px;
  }
}
.wrap_table .link_service a {
  color: rgb(var(--color-green));
}

.section_service {
  position: relative;
  margin-top: 55px;
  padding-bottom: 70px;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .section_service {
    margin-top: 70px;
    padding-bottom: 130px;
  }
}
.section_service a {
  text-decoration: none;
}
.section_service span {
  text-underline-offset: auto;
  text-decoration-thickness: 1px;
}
@media (min-width: 992px) {
  .section_service.space {
    padding-bottom: 100px;
  }
}
.section_service.space .wrap_title {
  margin-bottom: 20px;
}
.section_service.space .wrap_title .title {
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .section_service.space_use_now {
    padding-bottom: 100px;
  }
}
.section_service.space_use_now .wrap_title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section_service.space_use_now .wrap_title {
    margin-bottom: 60px;
  }
}
.section_service.space_use_now .wrap_title .title {
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .section_service.space_short {
    padding-bottom: 100px;
  }
}
.section_service.space_short .wrap_title {
  margin-bottom: 30px;
}
.section_service.space_short .wrap_title .title {
  margin-bottom: 11px;
}
.section_service .wrap_title {
  text-align: center;
  margin-bottom: 90px;
  color: rgb(var(--color-white));
}
.section_service .wrap_title .title {
  color: rgb(var(--color-green));
}
.section_service .wrap_title .title.main {
  color: rgb(var(--color-white));
}
.section_service .wrap_title .details {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .section_service .wrap_title .details {
    font-size: 1.5rem;
  }
}
.section_service .row_custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .section_service .row_custom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0 -24px;
  }
}
.section_service .row_custom .col_custom {
  padding: 0 24px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .section_service .row_custom .col_custom {
    flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .section_service .row_custom .col_custom {
    flex: 0 0 33.33%;
  }
}
.section_service .row_custom .col_custom:last-child .items_service {
  margin-bottom: 0;
}
.section_service .items_service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
  border: 4px solid rgb(var(--color-green));
  background-color: rgb(var(--color-secondary));
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  margin-bottom: 90px;
  padding: 30px 4px 47px 100px;
}
@media (min-width: 375px) {
  .section_service .items_service {
    padding: 30px 0 57px 100px;
  }
}
@media (min-width: 768px) {
  .section_service .items_service {
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .section_service .items_service {
    padding: 30px 0 57px 116px;
  }
}
@media (min-width: 1200px) {
  .section_service .items_service {
    margin-bottom: 0;
    height: 100%;
  }
}
.section_service .items_service.content1 .tn_service {
  aspect-ratio: 139/256;
  max-width: 109px;
  position: absolute;
  left: -10px;
  bottom: -5px;
}
@media (min-width: 375px) {
  .section_service .items_service.content1 .tn_service {
    max-width: 116px;
  }
}
@media (min-width: 992px) {
  .section_service .items_service.content1 .tn_service {
    max-width: 129px;
  }
}
.section_service .items_service.content2 .tn_service {
  aspect-ratio: 155/267;
  max-width: 115px;
  position: absolute;
  left: -20px;
  bottom: -5px;
}
@media (min-width: 375px) {
  .section_service .items_service.content2 .tn_service {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .section_service .items_service.content2 .tn_service {
    max-width: 140px;
  }
}
.section_service .items_service.content3 .tn_service {
  aspect-ratio: 201/277;
  max-width: 151px;
  position: absolute;
  left: -26px;
  bottom: -23px;
}
@media (min-width: 375px) {
  .section_service .items_service.content3 .tn_service {
    max-width: 161px;
  }
}
@media (min-width: 992px) {
  .section_service .items_service.content3 .tn_service {
    max-width: 191px;
  }
}
@media (min-width: 1200px) {
  .section_service .items_service.content3 .tn_service {
    left: -38px;
  }
}
.section_service .items_service.content3 .tn_service img {
  object-fit: contain;
}
.section_service .items_service .tn_service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_service .items_service .content_service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}
.section_service .items_service .content_service .box_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.875rem;
  color: rgb(var(--color-black));
  margin-bottom: 29px;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .section_service .items_service .content_service .box_title {
    font-size: 1rem;
  }
}
.section_service .items_service .content_service .box_title .title {
  flex-grow: 1;
  font-size: 1.125rem;
  color: rgb(var(--color-blue-65));
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section_service .items_service .content_service .box_title .title {
    font-size: 1.5rem;
  }
}
.section_service .items_service .content_service .box_title .title .space {
  display: none;
}
@media (min-width: 1200px) {
  .section_service .items_service .content_service .box_title .title .space {
    display: block;
  }
}
@media (min-width: 1400px) {
  .section_service .items_service .content_service .box_title .title .space {
    display: none;
  }
}
.section_service .items_service .btn_service {
  position: relative;
  margin-bottom: -64px;
}
@media (min-width: 375px) {
  .section_service .items_service .btn_service {
    margin-bottom: -74px;
  }
}
@media (min-width: 992px) {
  .section_service .items_service .btn_service {
    margin-bottom: -81px;
  }
}
.section_service .items_service .btn_service button,
.section_service .items_service .btn_service a {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.section_service .service_content {
  color: rgb(var(--color-white));
}
.section_service .service_content .title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section_service .service_content .title {
    margin-bottom: 40px;
  }
}
.section_service .service_content .title h5 {
  font-size: 1.375rem;
  color: rgb(var(--color-green));
  text-align: center;
}
@media (min-width: 992px) {
  .section_service .service_content .title h5 {
    font-size: 2rem;
  }
}
.section_service .service_content .wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  border: 4px solid rgb(var(--color-green));
  background-color: rgb(var(--color-secondary));
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  padding: 15px;
  max-width: 970px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section_service .service_content .wrap {
    padding: 35px;
    padding-right: 178px;
  }
}
@media (min-width: 992px) {
  .section_service .service_content .wrap {
    padding-right: 228px;
  }
}
@media (min-width: 1200px) {
  .section_service .service_content .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.section_service .service_content .wrap .tn_use_now {
  display: none;
  position: absolute;
  right: -15px;
  aspect-ratio: 257/474;
  max-width: 118px;
}
@media (min-width: 768px) {
  .section_service .service_content .wrap .tn_use_now {
    display: block;
    max-width: 197px;
    bottom: -24px;
  }
}
@media (min-width: 992px) {
  .section_service .service_content .wrap .tn_use_now {
    max-width: 257px;
    right: -30px;
    bottom: -34px;
  }
}
@media (min-width: 1200px) {
  .section_service .service_content .wrap .tn_use_now {
    right: -100px;
  }
}
.section_service .service_content .wrap .tn_use_now img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_service .service_content .wrap .details {
  font-size: 0.875rem;
  color: rgb(var(--color-black));
}
@media (min-width: 992px) {
  .section_service .service_content .wrap .details {
    font-size: 1.125rem;
  }
}
.section_service .service_content .wrap .details ul {
  margin-bottom: 0;
}
.section_service .service_content .pay_to_own {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .section_service .service_content .pay_to_own {
    padding-top: 15px;
  }
}
.section_service .service_content .pay_to_own .tn_pay {
  aspect-ratio: 266/459;
  max-width: 156px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .section_service .service_content .pay_to_own .tn_pay {
    max-width: 266px;
  }
}
.section_service .service_content .pay_to_own .tn_pay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_service .service_content .official_warranty .tn_warranty {
  aspect-ratio: 328/452;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .section_service .service_content .official_warranty .tn_warranty {
    max-width: 328px;
  }
}
.section_service .service_content .official_warranty .tn_warranty img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_service .service_content .official_warranty .text_warranty {
  color: rgb(var(--color-white));
}
.section_service .service_content .link_service {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .section_service .service_content .link_service {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .section_service .service_content .link_service {
    font-size: 1.5rem;
    margin-top: 60px;
  }
}
.section_service .service_content .link_service a {
  color: rgb(var(--color-green));
}
.section_service .wrap_element {
  position: absolute;
  max-width: 182px;
  aspect-ratio: 182/105;
  bottom: 0;
  left: -62px;
  transform: scaleX(-1);
  z-index: -1;
}
@media (min-width: 992px) {
  .section_service .wrap_element {
    aspect-ratio: 633/367;
    max-width: 633px;
    left: -300px;
    bottom: 0;
  }
}
.section_service .wrap_element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_faqs .faqs-wrapper {
  background-color: rgb(var(--color-secondary));
  padding: 20px;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .section_faqs .faqs-wrapper {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .section_faqs .faqs-wrapper {
    padding-left: 60px;
    padding-right: 40px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
}
@media (min-width: 1200px) {
  .section_faqs .faqs-wrapper {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  .section_faqs .faqs-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.section_faqs .title_text {
  text-align: center;
}
.section_faqs .title_text h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .section_faqs .title_text h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.section_faqs .faqs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section_faqs .faqs-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section_faqs .faqs-content .faqs-content--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
@media (min-width: 768px) {
  .section_faqs .faqs-content .faqs-content--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}
@media (min-width: 992px) {
  .section_faqs .faqs-content .faqs-content--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}
.section_faqs .faqs-content .faqs-content--left .faqs-info {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .section_faqs .faqs-content .faqs-content--left .faqs-info {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .section_faqs .faqs-content .faqs-content--left .faqs-info {
    width: 270px;
    margin: 0 auto;
  }
}
.section_faqs .faqs-content .faqs-content--right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 12px;
}
@media (min-width: 576px) {
  .section_faqs .faqs-content .faqs-content--right {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .section_faqs .faqs-content .faqs-content--right {
    padding-left: 0;
  }
}
.section_faqs .faqs-content .faqs-content--right .descrition {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .section_faqs .faqs-content .faqs-content--right .descrition {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .section_faqs .faqs-content .faqs-content--right .descrition {
    text-align: center;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}
.section_faqs .faqs-content .faqs-content--right .descrition h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .section_faqs .faqs-content .faqs-content--right .descrition h3 {
    font-size: 1.875rem;
  }
}
.section_faqs .faqs-content .faqs-content--right .search {
  max-width: 200px;
}
@media (min-width: 992px) {
  .section_faqs .faqs-content .faqs-content--right .search {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
  }
}
.section_faqs .faqs-content .faqs-content--right .search h4 {
  font-size: 0.75rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section_faqs .faqs-content .faqs-content--right .search h4 {
    font-size: 0.875rem;
  }
}
.section_faqs .faqs-content .faqs-content--right .search .input-group .form-control {
  font-size: 0.625rem;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.section_faqs .faqs-content .faqs-content--right .search .input-group .form-control::-webkit-input-placeholder {
  color: rgb(var(--color-blue));
}
.section_faqs .faqs-content .faqs-content--right .search .input-group .form-control:-moz-placeholder {
  color: rgb(var(--color-blue));
}
.section_faqs .faqs-content .faqs-content--right .search .input-group .form-control::-moz-placeholder {
  color: rgb(var(--color-blue));
}
.section_faqs .faqs-content .faqs-content--right .search .input-group .form-control:-ms-input-placeholder {
  color: rgb(var(--color-blue));
}
@media (min-width: 768px) {
  .section_faqs .faqs-content .faqs-content--right .search .input-group .form-control {
    font-size: 1rem;
  }
}
.section_faqs .faqs-content .faqs-content--right .search .input-group .input-group-text {
  padding-left: 5px;
  padding-right: 15px;
  background-color: rgb(var(--color-white));
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.faqs {
  height: 100%;
  max-height: 490px;
}
@media (min-width: 768px) {
  .faqs {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .faqs {
    max-height: 600px;
  }
}
@media (min-width: 1200px) {
  .faqs {
    padding-right: 40px;
    max-height: 700px;
  }
}
.faqs .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.faqs .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E1F44B;
}
@media (min-width: 992px) {
  .faqs .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    position: relative;
    left: 1px;
  }
}
.faqs .mCSB_outside + .mCSB_scrollTools {
  right: -15px;
}
@media (min-width: 992px) {
  .faqs .mCSB_outside + .mCSB_scrollTools {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  .faqs .mCSB_outside + .mCSB_scrollTools {
    right: -42px;
  }
}
.faqs .mCSB_draggerContainer:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #6155F5;
  margin-left: -1px;
}
@media (min-width: 992px) {
  .faqs .mCSB_draggerContainer:before {
    width: 3px;
  }
}

.faqs-scroll {
  max-height: 300px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .faqs-scroll {
    max-height: 480px;
  }
}
.faqs-scroll .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.faqs-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E1F44B;
}
@media (min-width: 992px) {
  .faqs-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    position: relative;
    left: 1px;
  }
}
.faqs-scroll .mCSB_outside + .mCSB_scrollTools {
  right: -15px;
}
@media (min-width: 992px) {
  .faqs-scroll .mCSB_outside + .mCSB_scrollTools {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  .faqs-scroll .mCSB_outside + .mCSB_scrollTools {
    right: -42px;
  }
}
.faqs-scroll .mCSB_draggerContainer:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #6155F5;
  margin-left: -1px;
}
@media (min-width: 992px) {
  .faqs-scroll .mCSB_draggerContainer:before {
    width: 3px;
  }
}

#accordionFAQS .accordion-item {
  margin-bottom: 0.375rem;
  border-radius: var(--bs-accordion-border-radius);
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
@media (min-width: 992px) {
  #accordionFAQS .accordion-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #accordionFAQS .accordion-item {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
#accordionFAQS .accordion-item:focus {
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
#accordionFAQS .accordion-item .accordion-header {
  border: none;
}
#accordionFAQS .accordion-item .accordion-header .accordion-button {
  border-radius: var(--bs-accordion-border-radius);
  position: relative;
  padding-left: 50px;
  border: none;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  #accordionFAQS .accordion-item .accordion-header .accordion-button {
    font-size: 1.25rem;
    padding-left: 70px;
  }
}
#accordionFAQS .accordion-item .accordion-header .accordion-button:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 20px;
  margin: 0;
  padding: 0;
  background: url("../images/icon/icon-plus.svg") no-repeat center center;
  background-size: 60%;
}
@media (min-width: 992px) {
  #accordionFAQS .accordion-item .accordion-header .accordion-button:after {
    left: 30px;
    background-size: contain;
    top: 7px;
  }
}
#accordionFAQS .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0 0 0;
}
#accordionFAQS .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: 0 0 0 0;
}
#accordionFAQS .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background: url("../images/icon/icon-minus.svg") no-repeat center center;
  background-size: 60%;
}
@media (min-width: 992px) {
  #accordionFAQS .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    background-size: contain;
  }
}
#accordionFAQS .accordion-item .accordion-collapse .accordion-body {
  padding-left: 50px;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  #accordionFAQS .accordion-item .accordion-collapse .accordion-body {
    font-size: 1rem;
    padding-left: 70px;
  }
}

.section_faqs_question .title_text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section_faqs_question .title_text {
    margin-bottom: 40px;
  }
}
.section_faqs_question .title_text h2 {
  font-weight: 600;
  color: rgb(var(--color-white));
}
.section_faqs_question .faqs-wrapper {
  background-color: rgb(var(--color-secondary));
  padding: 15px;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .section_faqs_question .faqs-wrapper {
    padding: 30px;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .section_faqs_question .faqs-wrapper {
    padding: 60px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
}
@media (min-width: 1400px) {
  .section_faqs_question .faqs-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.section_faqs_question .faqs-wrapper .faqs {
  padding: 0;
}

.section_any_question .faqs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: 20px;
}
@media (min-width: 992px) {
  .section_any_question .faqs-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.section_any_question .faqs-content .faqs-content--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .section_any_question .faqs-content .faqs-content--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    order: 2;
    padding-left: 30px;
  }
}
.section_any_question .faqs-content .faqs-content--left .faqs-info {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section_any_question .faqs-content .faqs-content--left .faqs-info {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .section_any_question .faqs-content .faqs-content--left .faqs-info {
    width: 370px;
    margin: 0 auto 0 0;
  }
}
.section_any_question .faqs-content .faqs-content--right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .section_any_question .faqs-content .faqs-content--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    order: 1;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section_any_question .faqs-content .faqs-content--right .descrition {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  text-align: center;
  color: rgb(var(--color-white));
}
@media (min-width: 768px) {
  .section_any_question .faqs-content .faqs-content--right .descrition {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .section_any_question .faqs-content .faqs-content--right .descrition {
    text-align: center;
    font-size: 0.875rem;
    max-width: 450px;
    width: 450px;
    margin: 0 0 0 auto;
    margin-bottom: 1.5rem;
  }
}
.section_any_question .faqs-content .faqs-content--right .descrition h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .section_any_question .faqs-content .faqs-content--right .descrition h3 {
    font-size: 2rem;
  }
}
.section_any_question .faqs-content .faqs-content--right .search {
  max-width: 340px;
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section_any_question .faqs-content .faqs-content--right .search {
    max-width: 450px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section_any_question .faqs-content .faqs-content--right .search {
    max-width: 450px;
    width: 100%;
    margin: 0 0 0 auto;
  }
}
.section_any_question .faqs-content .faqs-content--right .search h4 {
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(var(--color-white));
}
@media (min-width: 768px) {
  .section_any_question .faqs-content .faqs-content--right .search h4 {
    font-size: 1rem;
  }
}
.section_any_question .faqs-content .faqs-content--right .search .input-group .form-control {
  font-size: 0.625rem;
  border: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.section_any_question .faqs-content .faqs-content--right .search .input-group .form-control::-webkit-input-placeholder {
  color: rgb(var(--color-blue));
}
.section_any_question .faqs-content .faqs-content--right .search .input-group .form-control:-moz-placeholder {
  color: rgb(var(--color-blue));
}
.section_any_question .faqs-content .faqs-content--right .search .input-group .form-control::-moz-placeholder {
  color: rgb(var(--color-blue));
}
.section_any_question .faqs-content .faqs-content--right .search .input-group .form-control:-ms-input-placeholder {
  color: rgb(var(--color-blue));
}
@media (min-width: 768px) {
  .section_any_question .faqs-content .faqs-content--right .search .input-group .form-control {
    font-size: 1rem;
    padding-bottom: 0.789rem;
    padding-top: 0.789rem;
  }
}
.section_any_question .faqs-content .faqs-content--right .search .input-group .input-group-text {
  padding-left: 5px;
  padding-right: 15px;
  background-color: rgb(var(--color-white));
  border: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.section_review a {
  text-decoration: none;
  color: unset;
}
.section_review .review-card {
  display: block;
  text-decoration: none;
  background-color: rgb(var(--color-blue));
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  padding: 20px 20px 10px 20px;
  position: relative;
  height: 100%;
}
.section_review .review-card:before {
  content: "";
  background: url("../images/review/phone.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 80px;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .section_review .review-card:before {
    right: -8px;
    width: 135px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .section_review .review-card:before {
    width: 180px;
    height: 160px;
  }
}
.section_review .review-card .review-card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.section_review .review-card .review-card-row .thumbnail {
  object-fit: cover;
  position: relative;
  background-color: rgb(var(--color-gray));
}
.section_review .review-card .review-card-row .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.7358490566%;
}
.section_review .review-card .review-card-row .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_review .review-card .review-card-row .thumbnail > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section_review .review-card .review-card-row .thumbnail img {
  display: block;
  object-fit: cover;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_review .review-card .review-card-description {
  padding-right: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 992px) {
  .section_review .review-card .review-card-description {
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .section_review .review-card .review-card-description {
    padding-right: 140px;
  }
}

.section_review_detail {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .section_review_detail {
    padding: 80px 0;
  }
}
.section_review_detail .title_text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section_review_detail .title_text {
    margin-bottom: 40px;
  }
}
.section_review_detail .title_text h2 {
  font-weight: 600;
  color: rgb(var(--color-white));
}
.section_review_detail .box_review_detail {
  padding: 20px;
  background-color: rgb(var(--color-blue));
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  position: relative;
}
@media (min-width: 992px) {
  .section_review_detail .box_review_detail {
    padding-top: 80px;
  }
}
.section_review_detail .box_review_detail .boxThumbnail {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.section_review_detail .box_review_detail .boxThumbnail .thumbnail {
  object-fit: cover;
  position: relative;
  background-color: rgb(var(--color-gray));
}
.section_review_detail .box_review_detail .boxThumbnail .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.7358490566%;
}
.section_review_detail .box_review_detail .boxThumbnail .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_review_detail .box_review_detail .boxThumbnail .thumbnail > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section_review_detail .box_review_detail .boxThumbnail .thumbnail img {
  display: block;
  object-fit: cover;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_review_detail .discription {
  margin-bottom: 2rem;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .section_review_detail .discription {
    font-size: 1rem;
    padding: 1rem 0;
    text-align: center;
  }
}
.section_review_detail .discription h3 {
  color: rgb(var(--color-primary));
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .section_review_detail .discription h3 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.section_review_detail .review-content {
  background-color: rgb(var(--color-green));
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  padding: 20px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .section_review_detail .review-content {
    display: block;
    padding-left: 220px;
    margin-top: 150px;
    padding-right: 280px;
  }
}
@media (min-width: 1200px) {
  .section_review_detail .review-content {
    padding-left: 260px;
  }
}
.section_review_detail .review-content:after {
  display: none;
}
@media (min-width: 992px) {
  .section_review_detail .review-content:after {
    display: block;
    content: "";
    background: url("../images/review/phone-big.png") no-repeat center center;
    width: 291.2px;
    height: 275.2px;
    position: absolute;
    bottom: -20px;
    right: -40px;
    background-size: contain;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .section_review_detail .review-content:after {
    width: 364px;
    height: 344px;
  }
}
.section_review_detail .review-content .review-content--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .section_review_detail .review-content .review-content--left {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.section_review_detail .review-content .review-content--left .thumb-product {
  width: 100px;
}
@media (min-width: 992px) {
  .section_review_detail .review-content .review-content--left .thumb-product {
    width: 200px;
  }
}
.section_review_detail .review-content .review-content--right {
  min-height: 150px;
}
@media (min-width: 992px) {
  .section_review_detail .review-content .review-content--right {
    font-size: 16px;
  }
}
.section_review_detail .review-content .review-content-text {
  color: rgb(var(--color-primary));
  font-weight: 600;
}
.section_review_detail .review-content .star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.section_review_detail .review-content .star > span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.section_result {
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .section_result {
    padding-bottom: 90px;
  }
}
.section_result .wrap_title {
  margin: 35px 0 20px;
  text-align: center;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .section_result .wrap_title {
    margin: 60px 0 40px;
  }
}
.section_result .wrap_title p {
  font-size: 1rem;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .section_result .wrap_title p {
    font-size: 1.25rem;
  }
}
.section_result .wrap_nav {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .section_result .wrap_nav {
    margin-bottom: 80px;
  }
}
.section_result .wrap_nav .nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .section_result .wrap_nav .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .section_result .wrap_nav .nav {
    gap: 20px;
    padding-bottom: 0;
  }
}
.section_result .wrap_nav .nav .nav-link {
  font-size: 1rem;
  font-weight: bold;
  padding: 4px 12px;
  color: rgb(var(--color-white));
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  white-space: nowrap;
  border: 1px solid rgb(var(--color-white));
}
@media (min-width: 992px) {
  .section_result .wrap_nav .nav .nav-link {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .section_result .wrap_nav .nav .nav-link {
    padding: 4px 30px;
  }
}
.section_result .wrap_nav .nav .nav-link.active {
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-green));
  border-color: rgb(var(--color-green));
}
.section_result .wrap_result {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section_result .wrap_result {
    margin-bottom: 80px;
  }
}
.section_result .wrap_result .tab-content .row {
  row-gap: 24px;
}

.result_notfound .not_found_product {
  padding-top: 0;
}

.section-promotions {
  padding: 40px 0 50px 0;
}
@media (min-width: 992px) {
  .section-promotions {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-promotions .title_text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-promotions .title_text {
    margin-bottom: 40px;
  }
}
.section-promotions .title_text h2 {
  font-weight: 600;
  color: rgb(var(--color-white));
}

.section-promotions-detail {
  padding: 40px 0 20px 0;
}
@media (min-width: 992px) {
  .section-promotions-detail {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-promotions-detail .box-promotions-detail {
  padding: 0 20px;
  background-color: rgb(var(--color-blue));
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  font-size: 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .section-promotions-detail .box-promotions-detail {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .section-promotions-detail .box-promotions-detail {
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .section-promotions-detail .box-promotions-detail {
    font-size: 1.25rem;
    gap: 30px;
    background-size: 80%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .section-promotions-detail .box-promotions-detail {
    background-size: contain;
  }
}
.section-promotions-detail .box-promotions-detail .detail-main {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .section-promotions-detail .box-promotions-detail .detail-main {
    padding: 40px 0;
  }
}
.btn-more-promotion {
  font-weight: 600;
  color: rgb(var(--color-primary));
  background-color: rgb(var(--color-green));
  display: block;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 20px;
  margin-top: 1rem;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  .btn-more-promotion {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-transform: translate(-30px, 50%);
    -moz-transform: translate(-30px, 50%);
    -o-transform: translate(-30px, 50%);
    transform: translate(-30px, 50%);
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .btn-more-promotion {
    font-size: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-transform: translate(-50px, 50%);
    -moz-transform: translate(-50px, 50%);
    -o-transform: translate(-50px, 50%);
    transform: translate(-50px, 50%);
  }
}

.section-promotion-recomment {
  padding: 40px 0 50px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-promotion-recomment {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-promotion-recomment .title_text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-promotion-recomment .title_text {
    margin-bottom: 40px;
    text-align: left;
  }
}
.section-promotion-recomment .title_text h2 {
  font-weight: 600;
  color: rgb(var(--color-white));
}
.section-promotion-recomment .swiper-promotionRecomment {
  overflow: visible;
}
.section-promotion-recomment .swiper-promotionRecomment .swiper-wrapper .swiper-slide {
  width: 300px;
}
@media (min-width: 992px) {
  .section-promotion-recomment .swiper-promotionRecomment .swiper-wrapper .swiper-slide {
    width: 370px;
  }
}

.section-contactUs-phonenow {
  padding: 40px 0 25px 0;
}
@media (min-width: 992px) {
  .section-contactUs-phonenow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-contactUs-phonenow .title_text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-contactUs-phonenow .title_text {
    margin-bottom: 40px;
  }
}
.section-contactUs-phonenow .title_text h2 {
  font-weight: 600;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .section-contactUs-phonenow .contactUs-phonenow-box {
    padding-top: 50px;
  }
}

.section-contactUs-let {
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  .section-contactUs-let {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.section-contactUs-let .title_text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-contactUs-let .title_text {
    margin-bottom: 40px;
  }
}
.section-contactUs-let .title_text h2 {
  font-weight: 600;
  color: rgb(var(--color-white));
}
.section-contactUs-let .contactUs-let-text {
  color: rgb(var(--color-white));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .section-contactUs-let .contactUs-let-text {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 50px;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .section-contactUs-let .contactUs-let-text {
    padding-bottom: 80px;
  }
}
.section-contactUs-let .contactUs-let-text .clt-info {
  margin-bottom: 20px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .section-contactUs-let .contactUs-let-text .clt-info {
    max-width: 530px;
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
.section-contactUs-let .contactUs-let-text .clt-info h2 {
  font-weight: bold;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .section-contactUs-let .contactUs-let-text .clt-info h2 {
    font-size: 2rem;
  }
}
.section-contactUs-let .contactUs-let-text .clt-social h3 {
  font-weight: bold;
}
@media (min-width: 992px) {
  .section-contactUs-let .contactUs-let-text .clt-social h3 {
    font-size: 2rem;
    padding-bottom: 0.65rem;
  }
}
.section-contactUs-let .contactUs-let-text .clt-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section-contactUs-let .contactUs-let-text .clt-social ul .social-link {
  font-size: 1.875rem;
  color: rgb(var(--color-green));
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .section-contactUs-let .contactUs-let-text .clt-social ul .social-link {
    width: 50px;
    height: 50px;
  }
}
.section-contactUs-let .contactUs-let-text .clt-social ul .social-link i {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .section-contactUs-let .contactUs-let-text .clt-social ul .social-link i {
    width: 50px;
    height: 50px;
  }
}
.section-contactUs-let .contactUs-let-text .clt-social ul .social-link svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .section-contactUs-let .contactUs-let-text .clt-social ul .social-link svg {
    width: 50px;
    height: 50px;
  }
}
.section-contactUs-let .contactUs-let-text .clt-social ul .social-link .i-facebook {
  background: url("../images/icon/icon-fb.svg") no-repeat center center;
  background-size: cover;
}
.section-contactUs-let .contactUs-let-text .clt-social ul .social-link .i-instagram {
  background: url("../images/icon/icon-in.svg") no-repeat center center;
  background-size: cover;
}
.section-contactUs-let .contactUs-let-text .clt-social ul .social-link .i-tiktok {
  background: url("../images/icon/icon-tt.svg") no-repeat center center;
  background-size: cover;
}
.section-contactUs-let .contactUs-let-text .clt-social ul .social-link .i-line {
  background: url("../images/icon/line.png") no-repeat center center;
  background-size: cover;
}
.section-contactUs-let .contactUs-from {
  background: rgb(var(--color-blue-65));
  padding: 30px 15px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .section-contactUs-let .contactUs-from {
    padding: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
  }
}

.section-news-events.padding_news {
  padding: 40px 0 20px 0;
}
@media (min-width: 992px) {
  .section-news-events.padding_news {
    padding-top: 80px;
  }
}
.section-news-events .title_text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-news-events .title_text {
    margin-bottom: 40px;
  }
}
.section-news-events .title_text h2 {
  font-weight: 600;
  color: rgb(var(--color-white));
}
.section-news-events .sec--box {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-news-events .sec--box {
    margin-bottom: 60px;
  }
}
.section-news-events .sec--box .sec_head {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-news-events .sec--box .sec_head {
    margin-bottom: 2rem;
  }
}
.section-news-events .sec--box .sec_head .sec_head--box {
  position: relative;
}
.section-news-events .sec--box .sec_head .sec_head--box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  border: 1px solid rgb(var(--color-green));
  border-width: 1px 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.section-news-events .sec--box .sec_head .sec_head--box h3 {
  display: inline-block;
  background-color: rgb(var(--color-green));
  color: rgb(var(--color-primary));
  font-weight: bold;
  padding: 0.35rem 1.25rem;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.25rem;
  margin: 0;
  position: relative;
  z-index: 1;
}
.section-news-events .sec--box .sec_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}
@media (min-width: 992px) {
  .section-news-events .sec--box .sec_news {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.section-news-events .sec--box .sec_news .sec_news--left {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-news-events .sec--box .sec_news .sec_news--left {
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 0.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section-news-events .sec--box .sec_news .sec_news--left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 992px) {
  .section-news-events .sec--box .sec_news .sec_news--right {
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .section-news-events .sec--box .sec_news .sec_news--right {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.section-news-events .sec--box .sec_news .sec_news--right .card-news--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}
.section-news-events .sec--box .sec_popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.section-news-events .head-details {
  color: rgb(var(--color-white));
}
.section-news-events .head-details h3 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .section-news-events .head-details h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-news-events .head-details h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .section-news-events .head-details h3 {
    font-size: 3rem;
  }
}
.section-news-events .head-details h4 {
  font-weight: bold;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .section-news-events .head-details h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .section-news-events .head-details h4 {
    font-size: 2rem;
  }
}
.section-news-events .box-details {
  padding: 20px;
  background-color: rgb(var(--color-white));
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .section-news-events .box-details {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .section-news-events .box-details {
    padding: 36px;
  }
}
.section-news-events .box-details .box-details-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  color: rgb(var(--color-blue-65));
  gap: 12px;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .section-news-events .box-details .box-details-head {
    font-size: 0.875rem;
  }
}
.section-news-events .box-details .box-details-head .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 6px;
}
.section-news-events .box-details .box-details-head .author svg {
  width: 12px;
  height: 12px;
  display: block;
}
@media (min-width: 992px) {
  .section-news-events .box-details .box-details-head .author svg {
    width: 16px;
    height: 16px;
  }
}
.section-news-events .box-details .box-details-head .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 6px;
}
.section-news-events .box-details .box-details-head .date svg {
  width: 12px;
  height: 12px;
  display: block;
}
@media (min-width: 992px) {
  .section-news-events .box-details .box-details-head .date svg {
    width: 16px;
    height: 16px;
  }
}
.section-news-events .box-details .box-details-cms {
  padding-top: 20px;
}
.section-news-events .box-details .box-details-cms .keyContent {
  padding-top: 20px;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .section-news-events .box-details .box-details-cms .keyContent {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .section-news-events .box-details .box-details-cms .keyContent {
    font-size: 1rem;
  }
}
.section-news-events .box-details .box-details-cms .keyContent p {
  margin-bottom: 1rem;
}
.section-news-events .box-details .box-details-cms img {
  max-width: 100%;
  height: auto;
}
.section-news-events .box-details .box-details-foot {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .section-news-events .box-details .box-details-foot {
    padding-top: 60px;
    font-size: 0.875rem;
  }
}
.section-news-events .box-details .box-details-foot a {
  color: rgb(var(--color-blue-65));
  text-decoration: none;
}
.section-news-events .box-details .box-details-foot a:hover {
  text-decoration: underline;
}
.section-news-events .box-details .box-details-foot .btn-prev {
  color: rgb(var(--color-blue-65));
  text-decoration: none;
}
.section-news-events .box-details .box-details-foot .btn-prev:hover {
  text-decoration: underline;
}
.section-news-events .box-details .box-details-foot .btn-next {
  color: rgb(var(--color-blue-65));
  text-decoration: none;
}
.section-news-events .box-details .box-details-foot .btn-next:hover {
  text-decoration: underline;
}

.section-product-detail .title_text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-product-detail .title_text {
    margin-bottom: 40px;
  }
}
.section-product-detail .title_text h2 {
  font-weight: 600;
  color: rgb(var(--color-white));
}
.section-product-detail .box-product-detail .product-detail-title {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .section-product-detail .box-product-detail .product-detail-title {
    margin-bottom: 60px;
  }
}
.section-product-detail .box-product-detail .product-detail-title h3 {
  font-weight: 600;
  color: rgb(var(--color-white));
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .section-product-detail .box-product-detail .product-detail-title h3 {
    font-size: 2rem;
  }
}
.section-product-detail .box-product-detail .product-detail-title .star svg {
  width: 10px;
  height: 10px;
}
@media (min-width: 992px) {
  .section-product-detail .box-product-detail .product-detail-title .star svg {
    width: 16px;
    height: 16px;
  }
}
.section-product-detail .box-product-detail .product-detail-content {
  background-color: #B5CAFF;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .section-product-detail .box-product-detail .product-detail-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 20px;
    min-height: 380px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-product-detail .box-product-detail .product-detail-content {
    min-height: 520px;
  }
}
.section-product-detail .box-product-detail .product-detail-content .thumbnail {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: max-content;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-product-detail .box-product-detail .product-detail-content .thumbnail {
    flex: 0 0 300px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .section-product-detail .box-product-detail .product-detail-content .thumbnail {
    flex: 0 0 400px;
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .section-product-detail .box-product-detail .product-detail-content .thumbnail {
    flex: 0 0 460px;
    width: 460px;
  }
}
.section-product-detail .box-product-detail .product-detail-content .thumbnail .preview img {
  width: 100%;
  display: block;
}
.section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-pagination-bullet {
  background: rgb(var(--color-primary));
}
.section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-next,
.section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-prev {
  color: rgb(var(--color-primary));
}
@media (min-width: 768px) {
  .section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-next,
  .section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-prev {
    --swiper-navigation-size: 35px;
  }
}
.section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -10px);
}
@media (min-width: 768px) {
  .section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
  }
}
@media (min-width: 1200px) {
  .section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 8px);
  }
}
.section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -10px);
}
@media (min-width: 768px) {
  .section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
  }
}
@media (min-width: 1200px) {
  .section-product-detail .box-product-detail .product-detail-content .thumbnail .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 8px);
  }
}
.section-product-detail .box-product-detail .product-detail-content .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  font-size: 0.75rem;
  height: auto;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .section-product-detail .box-product-detail .product-detail-content .content {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .section-product-detail .box-product-detail .product-detail-content .content {
    font-size: 1rem;
    gap: 20px;
  }
}
.section-product-detail .box-product-detail .product-detail-content .content .title {
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .section-product-detail .box-product-detail .product-detail-content .content .title {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .section-product-detail .box-product-detail .product-detail-content .content .title {
    font-size: 1.25rem;
  }
}
.section-product-detail .box-product-detail .product-detail-content .content .title span {
  background-color: rgb(var(--color-green));
  padding: 0.1rem 1rem;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.section-product-detail .box-product-detail .product-detail-content .content .product_installment_down {
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  align-items: end;
}

.section-product-more {
  max-width: 1000px;
  margin: 0 auto;
}
.section-product-more .title_text {
  text-align: center;
}
.section-product-more .title_text h3 {
  font-weight: 600;
  color: rgb(var(--color-white));
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .section-product-more .title_text h3 {
    font-size: 2rem;
  }
}
.section-product-more .boxMore {
  position: relative;
  margin-top: 20px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .section-product-more .boxMore {
    margin-top: 50px;
  }
}
.section-product-more .boxMore .swiper-slide {
  height: auto;
}
.section-product-more .boxMore .swiper-pagination-bullet {
  background: rgb(var(--color-secondary));
}

:root {
  --color-primary: 84, 83, 237;
  --color-green: 225, 244, 75;
  --color-secondary: 181, 202, 255;
  --color-black: 0, 0, 0;
  --color-white: 255, 255, 255;
  --color-red: 255, 56, 60;
  --color-blue: 188, 201, 251;
  --color-gray: 239, 239, 239;
  --color-gray-d9: 217, 217, 217;
  --color-gray-text: 153, 153, 153;
  --color-blue-active: 50, 49, 219;
  --color-blue-65: 65, 64, 230;
  --color-blue-66: 102, 102, 255;
  --color-blue-3c: 60, 49, 195;
  --color-blue-78: 120, 126, 225;
  --color-blue-95: 95, 85, 245;
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: bold;
}

p {
  margin: 0;
}

body {
  font-family: "LINE Seed Sans TH", "Avenir", sans-serif !important;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: rgb(var(--color-primary));
  margin: 0;
  padding: 0;
  padding-top: 84px;
}
@media (min-width: 1200px) {
  body {
    padding-top: 120px;
  }
}

.f-avenir {
  font-family: "Avenir";
}

.show_dt-hg {
  display: none;
}
@media (min-width: 1300px) {
  .show_dt-hg {
    display: block;
  }
}

.show_mb-sm {
  display: block;
}
@media (min-width: 576px) {
  .show_mb-sm {
    display: none;
  }
}

.show_dt-sm {
  display: none;
}
@media (min-width: 576px) {
  .show_dt-sm {
    display: block;
  }
}

.show_mb-mk {
  display: block;
}
@media (min-width: 768px) {
  .show_mb-mk {
    display: none;
  }
}

.show_dt-mk {
  display: none;
}
@media (min-width: 768px) {
  .show_dt-mk {
    display: block;
  }
}

.show_mb-hg {
  display: block;
}
@media (min-width: 1200px) {
  .show_mb-hg {
    display: none;
  }
}

.show_mb {
  display: block;
}
@media (min-width: 992px) {
  .show_mb {
    display: none;
  }
}

.show_dt {
  display: none;
}
@media (min-width: 992px) {
  .show_dt {
    display: block;
  }
}

@media (min-width: 992px) {
  .custom_breadcrumb {
    padding-top: 50px;
  }
}
.custom_breadcrumb .breadcrumb {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .custom_breadcrumb .breadcrumb {
    margin-bottom: 28px;
  }
}
.custom_breadcrumb li.breadcrumb-item {
  position: relative;
  font-size: 0.875rem;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .custom_breadcrumb li.breadcrumb-item {
    font-size: 1rem;
  }
}
.custom_breadcrumb li.breadcrumb-item.active {
  font-weight: bold;
}
.custom_breadcrumb li a {
  color: rgb(var(--color-white));
  text-decoration: none;
}
.custom_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  padding-right: 0;
  background: url("../../assets/images/icon/right-arrow.png") no-repeat center;
  background-size: contain;
}
.custom_breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 26px;
}

.section_banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.section_banner .swiper.swiper-hero-banner img {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.section_banner .swiper.hero-banner-home img {
  border-radius: 0;
}
.section_banner .swiper img {
  width: 100%;
  height: 100%;
}
.section_banner .swiper-horizontal > .swiper-pagination-bullets,
.section_banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.section_banner .swiper-pagination-custom,
.section_banner .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 5px);
}
@media (min-width: 992px) {
  .section_banner .swiper-horizontal > .swiper-pagination-bullets,
  .section_banner .swiper-pagination-bullets.swiper-pagination-horizontal,
  .section_banner .swiper-pagination-custom,
  .section_banner .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 15px);
  }
}
.section_banner .swiper-pagination-bullet {
  background: rgb(var(--color-blue));
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
}
@media (min-width: 992px) {
  .section_banner .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
  }
}

.section_marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 10px 0;
  border: 1px solid rgb(var(--color-white));
  border-left: 0;
  border-right: 0;
}
.section_marquee .marquee__item {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: marquee-content;
  animation-timing-function: linear;
  padding: 0 12px;
  color: rgb(var(--color-white));
}
@media (min-width: 768px) {
  .section_marquee .marquee__item {
    padding: 0 37px;
  }
}
@keyframes marquee-content {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.section_installments {
  position: relative;
  padding: 35px 0px 30px;
}
@media (min-width: 768px) {
  .section_installments {
    padding: 35px 0px 55px;
  }
}
@media (min-width: 992px) {
  .section_installments {
    padding: 70px 0px 80px;
  }
}
.section_installments .title_text {
  font-size: 1.5rem;
  color: rgb(var(--color-white));
  text-align: center;
}
@media (min-width: 992px) {
  .section_installments .title_text {
    font-size: 3rem;
  }
}
.section_installments .title_text .big {
  font-size: 2.5rem;
  color: rgb(var(--color-green));
  font-style: italic;
}
@media (min-width: 992px) {
  .section_installments .title_text .big {
    font-size: 6.25rem;
  }
}
.section_installments .wrap_installments .container {
  padding: 0;
}
.section_installments .masonry {
  width: 100%;
  margin: 0 auto;
}
.section_installments .grid-sizer,
.section_installments .grid-item {
  width: 50%;
}
@media (min-width: 768px) {
  .section_installments .grid-sizer,
  .section_installments .grid-item {
    width: 25%;
  }
}
.section_installments .grid-sizer .installments_items,
.section_installments .grid-item .installments_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
.section_installments .grid-sizer .installments_items .thumbnail_installments,
.section_installments .grid-item .installments_items .thumbnail_installments {
  aspect-ratio: 300/375;
}
.section_installments .grid-sizer .installments_items .thumbnail_installments img,
.section_installments .grid-item .installments_items .thumbnail_installments img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_installments .grid-sizer .installments_items .text_installments,
.section_installments .grid-item .installments_items .text_installments {
  font-size: 0.75rem;
  margin-top: 8px;
}
@media (min-width: 576px) {
  .section_installments .grid-sizer .installments_items .text_installments,
  .section_installments .grid-item .installments_items .text_installments {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .section_installments .grid-sizer .installments_items .text_installments,
  .section_installments .grid-item .installments_items .text_installments {
    font-size: 1.125rem;
  }
}
.section_installments .grid-sizer .installments_items .text_installments p,
.section_installments .grid-item .installments_items .text_installments p {
  margin-bottom: 12px;
}
.section_installments .grid-sizer .installments_items .text_installments .color_green,
.section_installments .grid-item .installments_items .text_installments .color_green {
  color: rgb(var(--color-green));
}
.section_installments .grid-item {
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.section_installments .grid-item--2 {
  padding-top: 68px;
}
@media (min-width: 768px) {
  .section_installments .grid-item--2 {
    padding-top: 0;
  }
}
.section_installments .bg_element {
  position: absolute;
  max-width: 182px;
  aspect-ratio: 182/105;
  bottom: 0;
  left: -76px;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .section_installments .bg_element {
    display: none;
  }
}
.section_installments .bg_element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_loan {
  max-width: 1920px;
  margin: 0 auto;
}
.section_loan .wrap_loan {
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background-color: rgb(var(--color-secondary));
  padding: 15px 30px 25px;
  box-shadow: 0px 5px 4px 4px rgba(65, 64, 230, 0.41);
}
@media (min-width: 992px) {
  .section_loan .wrap_loan {
    padding: 38px 30px 30px;
  }
}
.section_loan .wrap_loan .container {
  position: relative;
  padding: 0;
}
.section_loan .wrap_loan .swiper.swiper-loan {
  max-width: 1000px;
}
.section_loan .wrap_loan .swiper.swiper-loan .swiper-slide {
  position: relative;
  padding: 0 45px 15px;
}
.section_loan .wrap_loan .swiper.swiper-loan .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 75%;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background-color: rgb(var(--color-primary));
  z-index: -1;
}
.section_loan .wrap_loan .swiper.swiper-loan .title_loan {
  font-size: 1rem;
  color: rgb(var(--color-primary));
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .section_loan .wrap_loan .swiper.swiper-loan .title_loan {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.section_loan .wrap_loan .swiper.swiper-loan .thumbnail_loan {
  aspect-ratio: 220/165;
}
.section_loan .wrap_loan .swiper.swiper-loan .thumbnail_loan img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_loan .wrap_loan .swiper.swiper-loan .box_btn_loan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  row-gap: 5px;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .section_loan .wrap_loan .swiper.swiper-loan .box_btn_loan {
    row-gap: 8px;
    margin-top: 9px;
  }
}
.section_loan .wrap_loan .swiper.swiper-loan .box_btn_loan button,
.section_loan .wrap_loan .swiper.swiper-loan .box_btn_loan a {
  max-width: 289px;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}
.section_loan .wrap_loan .swiper-horizontal > .swiper-pagination-bullets,
.section_loan .wrap_loan .swiper-pagination-bullets.swiper-pagination-horizontal,
.section_loan .wrap_loan .swiper-pagination-custom,
.section_loan .wrap_loan .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -22px);
}
.section_loan .wrap_loan .swiper-pagination-bullet {
  background: rgb(var(--color-primary));
}

.section_page_review {
  padding: 40px 0 20px 0;
}
@media (min-width: 992px) {
  .section_page_review {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.section_page_review .section_slide_review {
  padding: 0;
}
.section_page_review .section_slide_review .review_element {
  display: none;
}

.section_slide_review {
  position: relative;
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .section_slide_review {
    padding-bottom: 70px;
  }
}
.section_slide_review .review_title {
  text-align: center;
  margin-bottom: 22px;
  color: rgb(var(--color-white));
}
@media (min-width: 992px) {
  .section_slide_review .review_title {
    margin-bottom: 40px;
  }
}
.section_slide_review .container {
  padding: 0;
}
.section_slide_review .container .box_swiper {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 375px) {
  .section_slide_review .container .box_swiper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.section_slide_review .container .box_swiper .swiper.swiper-review {
  padding: 42px 0 20px;
}
@media (min-width: 992px) {
  .section_slide_review .container .box_swiper .swiper.swiper-review {
    padding-top: 96px;
  }
}
@media (min-width: 1400px) {
  .section_slide_review .container .box_swiper .swiper.swiper-review {
    padding-top: 80px;
  }
}
.section_slide_review .container .box_swiper .swiper.swiper-review .swiper-slide {
  height: auto;
}
.section_slide_review .container .box_swiper .swiper-button-next,
.section_slide_review .container .box_swiper .swiper-button-prev {
  color: rgb(var(--color-white));
  --swiper-navigation-size: 20px;
  top: var(--swiper-navigation-top-offset, 52%);
}
@media (min-width: 992px) {
  .section_slide_review .container .box_swiper .swiper-button-next,
  .section_slide_review .container .box_swiper .swiper-button-prev {
    --swiper-navigation-size: 35px;
    top: var(--swiper-navigation-top-offset, 60%);
  }
}
.section_slide_review .container .box_swiper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 8px);
}
@media (min-width: 992px) {
  .section_slide_review .container .box_swiper .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -8px);
  }
}
.section_slide_review .container .box_swiper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 8px);
}
@media (min-width: 992px) {
  .section_slide_review .container .box_swiper .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -8px);
  }
}
.section_slide_review .container .box_btn_review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.section_slide_review .container .box_btn_review .btn {
  width: auto;
}
.section_slide_review .card_review {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: rgb(var(--color-green));
  padding: 20px 12px 20px 180px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: 100%;
}
@media (min-width: 992px) {
  .section_slide_review .card_review {
    padding: 30px 12px 20px 245px;
  }
}
.section_slide_review .card_review .thumbnail_review {
  position: absolute;
  left: 16px;
  bottom: 22px;
  aspect-ratio: 152/190;
  max-width: 152px;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid rgb(var(--color-white));
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .section_slide_review .card_review .thumbnail_review {
    aspect-ratio: 215/268;
    max-width: 215px;
  }
}
.section_slide_review .card_review .thumbnail_review img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_slide_review .card_review .review_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
}
.section_slide_review .card_review .review_details .review_star {
  margin-bottom: 8px;
}
.section_slide_review .card_review .review_details .review_comment {
  font-size: 0.75rem;
  color: rgb(var(--color-primary));
  margin-bottom: 10px;
  min-height: 54px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 992px) {
  .section_slide_review .card_review .review_details .review_comment {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .section_slide_review .card_review .review_details .review_comment {
    min-height: 72px;
  }
}
.section_slide_review .card_review .review_details .review_bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.section_slide_review .card_review .review_details .review_bottom .review_name {
  font-size: 0.75rem;
  color: rgb(var(--color-black));
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .section_slide_review .card_review .review_details .review_bottom .review_name {
    font-size: 1.0625rem;
  }
}
.section_slide_review .card_review .review_details .review_bottom .review_city {
  font-size: 0.75rem;
  color: rgb(var(--color-black));
}
@media (min-width: 992px) {
  .section_slide_review .card_review .review_details .review_bottom .review_city {
    font-size: 0.875rem;
  }
}
.section_slide_review .review_element {
  position: absolute;
  max-width: 182px;
  aspect-ratio: 182/105;
  top: -22px;
  left: -62px;
  transform: scaleX(-1);
  z-index: -1;
}
@media (min-width: 992px) {
  .section_slide_review .review_element {
    aspect-ratio: 633/367;
    max-width: 633px;
    left: -300px;
    top: -180px;
  }
}
.section_slide_review .review_element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_branches {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .section_branches {
    position: relative;
  }
}
@media (min-width: 992px) {
  .section_branches {
    padding-bottom: 70px;
  }
}
.section_branches .title {
  text-align: center;
  color: rgb(var(--color-white));
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section_branches .title {
    position: absolute;
    max-width: 720px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.375;
  }
}
@media (min-width: 992px) {
  .section_branches .title {
    max-width: 960px;
    top: -20px;
  }
}
@media (min-width: 1200px) {
  .section_branches .title {
    margin-left: -5px;
  }
}
@media (min-width: 1400px) {
  .section_branches .title {
    max-width: 1040px;
    top: 5px;
    margin-left: -10px;
  }
}
.section_branches .title .text_new {
  display: none;
}
@media (min-width: 768px) {
  .section_branches .title .text_new {
    display: block;
    font-size: 1rem;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .section_branches .title .text_new {
    font-size: 2rem;
    padding-left: 24px;
  }
}
.section_branches .branches_wrap {
  position: relative;
  overflow: hidden;
}
.section_branches .branches_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 78px);
  background-color: rgb(var(--color-green));
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  z-index: -1;
}
@media (min-width: 768px) {
  .section_branches .branches_wrap::before {
    height: calc(100% - 56px);
  }
}
@media (min-width: 992px) {
  .section_branches .branches_wrap::before {
    height: calc(100% - 100px);
  }
}
@media (min-width: 1400px) {
  .section_branches .branches_wrap::before {
    height: calc(100% - 130px);
  }
}
.section_branches .branches_wrap .sub_branches {
  padding: 0 28px 20px;
}
@media (min-width: 992px) {
  .section_branches .branches_wrap .sub_branches {
    padding: 30px 35px 25px;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .section_branches .branches_wrap .sub_branches .box_branches {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .items {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details {
    padding-top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details {
    padding-top: 125px;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_new_mb {
  font-size: 1rem;
  margin-bottom: 6px;
  color: rgb(var(--color-primary));
  text-align: center;
}
@media (min-width: 768px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_new_mb {
    display: none;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list {
  max-width: 295px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list {
    margin: unset;
  }
}
@media (min-width: 992px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list {
    max-width: 369px;
    width: 100%;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item {
  border: 0;
  margin-bottom: 10px;
  background-color: unset;
}
@media (min-width: 1200px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item {
    margin-bottom: 15px;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-button {
  padding: 7px 10px 7px 35px;
  gap: 8px;
  text-align: center;
  color: rgb(var(--color-white));
  background-color: rgb(var(--color-blue-active));
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 0;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-button {
    padding: 10px 10px 10px 50px;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-button.collapsed {
  background-color: rgb(var(--color-primary));
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-button::after {
  display: none;
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body {
  padding: 10px 0 0;
}
@media (min-width: 1200px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body {
    padding: 15px 0 0;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body .branches_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  column-gap: 10px;
}
@media (min-width: 1200px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body .branches_contact {
    column-gap: 15px;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body .branches_contact .branches_contact_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  max-width: 60px;
  width: 100%;
  padding: 8px 0;
  background-color: rgb(var(--color-secondary));
  transition: 0.2s all ease-in-out;
}
@media (min-width: 1200px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body .branches_contact .branches_contact_items {
    max-width: 88px;
    padding: 6px 0;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body .branches_contact .branches_contact_items:hover {
  background-color: rgb(var(--color-primary));
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body .branches_contact .branches_contact_items:hover svg {
  fill: rgb(var(--color-secondary));
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body .branches_contact .branches_contact_items svg {
  fill: rgb(var(--color-primary));
}
@media (min-width: 1200px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_list .accordion .accordion-item .accordion-body .branches_contact .branches_contact_items svg {
    width: 22px;
    height: 22px;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_location {
  margin-top: 15px;
  text-align: center;
  color: rgb(var(--color-primary));
}
@media (min-width: 768px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_location {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_location {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_location {
    margin-left: -67px;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_location .title_location {
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 992px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_details .branches_location .title_location {
    font-size: 2rem;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_map {
  width: 100%;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_map {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_map iframe {
  width: 100%;
  aspect-ratio: 285/238;
  overflow: hidden;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  border: 4px solid rgb(var(--color-white));
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_map iframe {
    aspect-ratio: 539/449;
    max-width: 539px;
  }
}
@media (min-width: 1200px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_map iframe {
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_map .branches_map_btn {
  margin-top: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_map .branches_map_btn {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .section_branches .branches_wrap .sub_branches .box_branches .branches_map .branches_map_btn {
    margin-top: 20px;
  }
}
.section_branches .branches_wrap .sub_branches .box_branches .branches_map .branches_map_btn .btn {
  width: auto;
  margin: 0 auto;
}
.section_branches .branches_wrap .b_element {
  position: absolute;
  max-width: 130px;
  aspect-ratio: 130/76;
  top: 114px;
  right: -54px;
  z-index: -1;
}
@media (min-width: 992px) {
  .section_branches .branches_wrap .b_element {
    max-width: 460px;
    aspect-ratio: 460/267;
    right: -206px;
    top: 100px;
  }
}
@media (min-width: 1400px) {
  .section_branches .branches_wrap .b_element {
    top: 130px;
  }
}
.section_branches .branches_wrap .b_element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_branches .branches_wrap .b_element_bottom {
  position: absolute;
  max-width: 130px;
  aspect-ratio: 130/76;
  bottom: 51px;
  left: -49px;
  z-index: -1;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .section_branches .branches_wrap .b_element_bottom {
    max-width: 130px;
    aspect-ratio: 130/76;
  }
}
.section_branches .branches_wrap .b_element_bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_headquarters {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 65px;
}
.section_headquarters .wrap_headquarters {
  position: relative;
  overflow: hidden;
}
.section_headquarters .wrap_headquarters::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 75px);
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-blue-66));
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  z-index: -1;
}
@media (min-width: 768px) {
  .section_headquarters .wrap_headquarters::before {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 50px);
  }
}
@media (min-width: 992px) {
  .section_headquarters .wrap_headquarters::before {
    height: calc(100% - 80px);
  }
}
.section_headquarters .wrap_headquarters .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .section_headquarters .wrap_headquarters .list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .section_headquarters .wrap_headquarters .list {
    padding: 0 42px;
  }
}
.section_headquarters .wrap_headquarters .list .headquarters_left {
  flex: 0 0 60%;
  max-width: 730px;
}
.section_headquarters .wrap_headquarters .list .headquarters_left .headquarters_map {
  aspect-ratio: 730/533;
}
.section_headquarters .wrap_headquarters .list .headquarters_left .headquarters_map iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  border: 4px solid rgb(var(--color-white));
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .section_headquarters .wrap_headquarters .list .headquarters_left .headquarters_map iframe {
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.section_headquarters .wrap_headquarters .list .headquarters_right {
  flex: 1;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section_headquarters .wrap_headquarters .list .headquarters_right {
    padding-bottom: 0;
  }
}
.section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  height: 100%;
}
@media (min-width: 992px) {
  .section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details {
    padding-left: 113px;
  }
}
.section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details .text {
  color: rgb(var(--color-white));
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details .text {
    margin-bottom: 37px;
  }
}
.section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details .text h5 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details .text h5 {
    font-size: 2rem;
  }
}
.section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details .text a {
  display: block;
  margin-top: 16px;
  text-decoration: none;
  color: rgb(var(--color-white));
}
.section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details .box_btn a {
  width: auto;
  padding: 4px 30px;
}
.section_headquarters .wrap_headquarters .list .headquarters_right .headquarters_details .box_btn svg {
  fill: rgb(var(--color-blue-65));
  margin-right: 2px;
}
.section_headquarters .wrap_headquarters .element_left_headquarters {
  position: absolute;
  max-width: 183.5px;
  aspect-ratio: 367/213;
  left: -113px;
  bottom: 30px;
  transform: scale(-1);
}
@media (min-width: 992px) {
  .section_headquarters .wrap_headquarters .element_left_headquarters {
    max-width: 367px;
    left: -226px;
    bottom: 70px;
  }
}
.section_headquarters .wrap_headquarters .element_left_headquarters img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_headquarters .wrap_headquarters .element_headquarters {
  position: absolute;
  max-width: 168.5px;
  aspect-ratio: 337/195;
  top: auto;
  right: -83.5px;
  bottom: 150px;
}
@media (min-width: 768px) {
  .section_headquarters .wrap_headquarters .element_headquarters {
    top: 40px;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .section_headquarters .wrap_headquarters .element_headquarters {
    max-width: 337px;
    aspect-ratio: 337/195;
    right: -167px;
  }
}
@media (min-width: 1200px) {
  .section_headquarters .wrap_headquarters .element_headquarters {
    top: 84px;
  }
}
.section_headquarters .wrap_headquarters .element_headquarters img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section_partners {
  margin: 40px auto 0;
  background-color: rgb(var(--color-white));
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
@media (min-width: 992px) {
  .section_partners {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 70px auto 0;
  }
}
.section_partners .wrap_partners {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section_partners .wrap_partners {
    padding: 50px 0;
  }
}
@media (min-width: 1400px) {
  .section_partners .wrap_partners .content_partners .container {
    max-width: 1440px;
  }
}
.section_partners .wrap_partners .content_partners .box_text_partners {
  text-align: center;
  color: rgb(var(--color-black));
  margin-bottom: 30px;
}
.section_partners .wrap_partners .content_partners .box_logo_partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
}
.section_partners .wrap_partners .content_partners .box_logo_partners .items_logo {
  padding: 0 15px;
  flex: 0 0 50%;
}
@media (min-width: 576px) {
  .section_partners .wrap_partners .content_partners .box_logo_partners .items_logo {
    flex: 0 0 25%;
  }
}
.section_partners .wrap_partners .content_partners .box_logo_partners .items_logo .tn_partners {
  margin: 0 auto;
  aspect-ratio: 260/150;
  max-width: 260px;
}
.section_partners .wrap_partners .content_partners .box_logo_partners .items_logo .tn_partners img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpcf7 form .wpcf7-response-output {
  color: rgb(var(--color-white));
}

.section-coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  color: rgb(var(--color-white));
  font-size: 1.5rem;
  font-weight: bold;
}/*# sourceMappingURL=custom.css.map */