@charset "UTF-8";
:root {
  --logo-size-height: 80px;
  --space-block: 50px;
  --time-animation-change-vehicles-css: 750ms;
  --time-animation-change-vehicles-js: 750;
}
@media only screen and (max-width: 868px) {
  :root {
    --logo-size-height: 65px;
    --space-block: 35px;
  }
}

h3.title-block {
  text-align: center;
  font-family: "Genos", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
h3.title-block.left-title {
  text-align: left;
}
@media screen and (max-width: 868px) {
  h3.title-block {
    font-size: 3rem;
  }
}

.arrow-double-outline {
  position: relative;
  --size-symbol: 18px;
  width: var(--size-symbol);
  aspect-ratio: 18/16;
}
.arrow-double-outline[color-symbol=white]::before {
  background-image: url(../../assets/images/symbols/arrow_double_outline_white.png);
}
.arrow-double-outline::before {
  content: "";
  position: absolute;
  width: var(--size-symbol);
  aspect-ratio: 18/16;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

.path {
  padding: 26px 35px;
  background-color: #cba567;
  width: max-content;
  max-width: 75%;
  font-size: 1.8rem;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  column-gap: 30px;
}
.path .arrow-double-outline:nth-child(3) {
  margin-right: 0;
}
.path.center-banner {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(26px + 0.9rem);
}
.path.left-banner {
  margin-top: 26px;
  justify-content: flex-start;
}
.path.blog-path {
  z-index: 5;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 85px;
}
@media screen and (max-width: 868px) {
  .path.blog-path {
    margin-left: auto;
    margin-right: auto;
  }
}
.path > a {
  color: #ffffff;
  text-decoration: none;
}
.path > a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 868px) {
  .path {
    min-width: 500px;
  }
}
@media screen and (max-width: 868px) {
  .path {
    padding: 26px 35px !important;
    min-width: 350px;
  }
}
@media screen and (max-width: 868px) and (max-width: 600px) {
  .path {
    padding: 24px 75px !important;
    max-width: 80%;
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 868px) and (max-width: 500px) {
  .path {
    padding: 20px 25px !important;
    max-width: 85%;
    font-size: 1.4rem !important;
  }
  .path.blog-path {
    margin-top: 64px;
  }
}
@media screen and (max-width: 868px) and (max-width: 400px) {
  .path {
    min-width: 250px;
    padding: 15px 15px !important;
    bottom: calc(15px + 0.6rem) !important;
    column-gap: 12px;
    max-width: 90%;
    font-size: 1.2rem !important;
  }
  .path.blog-path {
    margin-bottom: 12px;
  }
}

section .news-dcar {
  margin-top: var(--space-block);
  position: relative;
  padding-top: 45px;
  padding-bottom: 100px;
}
section .news-dcar__view-all {
  position: absolute;
  right: 0;
  top: 65px;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  border: 1px solid #cba567;
  color: #000000;
  padding: 15px 45px;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
}
section .news-dcar__view-all:hover {
  background-color: #cba567;
  color: #ffffff;
}
section .news-dcar-wrap {
  margin-top: 45px;
  display: flex;
  align-items: center;
  column-gap: 3.5%;
  row-gap: 32px;
  flex-wrap: wrap;
}
section .news-dcar-wrap .news-dcar-info {
  width: 31%;
  text-decoration: none;
}
section .news-dcar-wrap .news-dcar-info__image {
  width: 100%;
  aspect-ratio: 10/6;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
section .news-dcar-wrap .news-dcar-info__image:hover img {
  transform: scale(1.2);
}
section .news-dcar-wrap .news-dcar-info__image img {
  position: absolute;
  width: 100%;
  aspect-ratio: 10/6;
  top: 0;
  left: 0;
  transition: transform 1s;
  object-fit: cover;
  object-position: center;
}
section .news-dcar-wrap .news-dcar-info__image .news-dcar-info__day {
  background-color: #cba567;
  color: #000000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 9px 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
}
section .news-dcar-wrap .news-dcar-info__title {
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2rem;
  height: 4.4rem;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 30px;
  color: #000000;
}
section .news-dcar-wrap .news-dcar-info__description {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2rem;
  height: 4rem;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  color: #000000;
}
section .news-dcar-wrap .news-dcar-info .news-watch-more {
  margin-top: 0;
  position: relative;
}
section .news-dcar-wrap .news-dcar-info .news-watch-more:hover svg path {
  fill: #cba567;
}
section .news-dcar-wrap .news-dcar-info .news-watch-more svg {
  margin-top: 28px;
}
section .news-dcar-wrap .news-dcar-info .news-watch-more svg path {
  stroke: transparent;
  fill: #000000;
}
@media screen and (max-width: 868px) {
  section .news-dcar {
    margin-top: var(--space-block);
    position: relative;
    border-top: none;
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section .news-dcar__view-all {
    top: auto;
    right: auto;
    position: absolute;
    bottom: 0px;
  }
  section .news-dcar-wrap {
    margin-top: 25px;
    justify-content: flex-start;
    flex-direction: column;
  }
  section .news-dcar-wrap .news-dcar-info {
    width: 100%;
  }
  section .news-dcar-wrap .news-dcar-info .news-watch-more {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section .news-dcar-wrap .news-dcar-info .news-watch-more svg {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

section .banner-path {
  width: 100%;
  position: relative;
}
section .banner-path .banner-image {
  width: 100%;
  aspect-ratio: 1342/347;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section .banner-path .banner-image.mobile {
  aspect-ratio: 416/291 !important;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 868px) {
  section .banner-path .banner-image {
    aspect-ratio: 416/291 !important;
  }
}

.dropdown-nav {
  background-color: rgba(255, 255, 255, 0.85);
}
.dropdown-nav .dropdown-nav__item {
  color: #000000;
  position: relative;
  cursor: pointer;
  height: max-content;
  display: flex;
}
.dropdown-nav .dropdown-nav__item > a {
  font-family: "Lexend", sans-serif;
  line-height: 2rem;
  font-size: 1.6rem;
  position: relative;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown-nav .dropdown-nav__item > a::before, .dropdown-nav .dropdown-nav__item > a::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/symbols/arrow_double_black.png);
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
.dropdown-nav .dropdown-nav__item .sub-nav .sub-nav__item {
  display: flex;
  position: relative;
  cursor: pointer;
}
.dropdown-nav .dropdown-nav__item .sub-nav .sub-nav__item:hover > a {
  color: #cba567 !important;
}
.dropdown-nav .dropdown-nav__item .sub-nav .sub-nav__item:hover::before {
  border-color: transparent transparent transparent #cba567;
}
.dropdown-nav .dropdown-nav__item .sub-nav .sub-nav__item::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent transparent transparent #000000;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-nav .dropdown-nav__item .sub-nav .sub-nav__item a {
  font-family: "Lexend", sans-serif;
  line-height: 2rem;
  font-size: 1.6rem;
  position: relative;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 868px) {
  .dropdown-nav {
    position: absolute;
    left: 0;
    align-items: flex-start;
    flex-direction: column;
    width: max-content;
    list-style: none;
    padding-top: 24px;
    margin-top: 0;
    display: none;
    z-index: 2;
    top: calc(100% + 10px);
    cursor: default;
    text-align: left;
  }
  .dropdown-nav::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
  }
  .dropdown-nav .dropdown-nav__item {
    padding: 0 100px 0 50px;
    align-items: center;
    margin: 0 0 24px;
    position: relative;
  }
  .dropdown-nav .dropdown-nav__item::before, .dropdown-nav .dropdown-nav__item::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
  }
  .dropdown-nav .dropdown-nav__item::before {
    top: -12px;
  }
  .dropdown-nav .dropdown-nav__item::after {
    bottom: -12px;
  }
  .dropdown-nav .dropdown-nav__item:hover .sub-nav {
    display: block;
  }
  .dropdown-nav .dropdown-nav__item:hover > a {
    color: #cba567 !important;
  }
  .dropdown-nav .dropdown-nav__item:hover > a::before, .dropdown-nav .dropdown-nav__item:hover > a::after {
    background-image: url(../../assets/images/symbols/arrow_double_brown.png);
  }
  .dropdown-nav .dropdown-nav__item a {
    width: 100%;
  }
  .dropdown-nav .dropdown-nav__item a::before {
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .dropdown-nav .dropdown-nav__item a::after {
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
  }
  .dropdown-nav .sub-nav {
    position: absolute;
    top: 0;
    width: max-content;
    right: -2px;
    transform: translateX(100%);
    list-style: none;
    padding-top: 24px;
    display: block;
    transform-origin: top left;
    cursor: default;
    display: none;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .dropdown-nav .sub-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 3px;
  }
  .dropdown-nav .sub-nav::after {
    content: "";
    position: absolute;
    height: 25px;
    top: -25px;
    left: -3px;
    width: calc(100% + 3px);
  }
  .dropdown-nav .sub-nav__item {
    padding-left: 40px;
    padding-right: 75px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 868px) {
  .dropdown-nav {
    display: none;
    width: max-content;
    z-index: 2;
  }
  .dropdown-nav .dropdown-nav__item {
    width: 100%;
    flex-direction: column;
    margin-top: 16px;
    position: relative;
  }
  .dropdown-nav .dropdown-nav__item a {
    width: max-content;
    position: relative;
  }
  .dropdown-nav .dropdown-nav__item a:hover {
    color: #cba567 !important;
  }
  .dropdown-nav .dropdown-nav__item a:hover::before, .dropdown-nav .dropdown-nav__item a:hover::after {
    background-image: url(../../assets/images/symbols/arrow_double_brown.png);
  }
  .dropdown-nav .dropdown-nav__item a::after, .dropdown-nav .dropdown-nav__item a::before {
    top: 0.3rem;
  }
  .dropdown-nav .dropdown-nav__item a::after {
    left: -24px;
  }
  .dropdown-nav .dropdown-nav__item a::before {
    right: -36px;
  }
  .dropdown-nav .dropdown-nav__item .sub-nav {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  .dropdown-nav .dropdown-nav__item .sub-nav .sub-nav__item {
    display: flex;
    position: relative;
    cursor: pointer;
    margin-top: 16px;
  }
  .dropdown-nav .dropdown-nav__item .sub-nav .sub-nav__item a {
    white-space: pre-wrap;
  }
}
form {
  display: flex;
  flex-direction: column;
}
form .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
form .form-group label {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 20px;
}
form .form-group textarea,
form .form-group input {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  margin-top: 4px;
  border: none;
  outline: none;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  padding: 16px;
}
form .form-group textarea {
  height: 165px;
  resize: none;
}
form button[type=submit].send-now {
  background-color: #c7112f;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border: none;
  padding: 10px 14px;
  padding-left: 26px;
  margin-top: 32px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
  width: max-content;
}
form button[type=submit].send-now:hover {
  opacity: 0.9;
}
form button[type=submit].send-now svg {
  margin-left: 18px;
}

.vehicles-info-car__detail {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.vehicles-info-car__detail div {
  aspect-ratio: 5/3;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.vehicles-info-car__detail div:hover img {
  transform: scale(1.1);
}
.vehicles-info-car__detail div img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  aspect-ratio: 5/3;
  transition: transform 1s;
}
.vehicles-info-car__detail div svehicles {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 30px;
  background-color: transparent;
  border: 1px solid #cba567;
}
.vehicles-info-car__detail div svehicles svg path {
  stroke: #cba567;
  fill: #cba567;
}
.vehicles-info-car__detail div svehicles:hover {
  background-color: #cba567;
}
.vehicles-info-car__detail div svehicles:hover svg path {
  stroke: #ffffff;
  fill: #ffffff;
}
.vehicles-info-car__detail label {
  font-family: "Genos", sans-serif;
  font-weight: 600 !important;
  color: #000000;
  margin-top: 12px;
  font-size: 2.6rem;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 868px) {
  .vehicles-info-car__detail label {
    font-size: 2.4rem !important;
  }
}

.products-same-brand {
  margin-top: 50px;
  margin-bottom: 50px;
  height: max-content;
}
.products-same-brand__item {
  margin-top: 36px;
  width: 100%;
  display: flex;
  column-gap: 3.5%;
}
.products-same-brand__item .vehicles-info-car__detail label {
  text-align: center;
}
.products-same-brand__item .slick-slide {
  margin: 0 10px;
}
.products-same-brand__item .slick-arrow {
  position: absolute;
  background-color: #d6d6d6;
  border: 1px solid #707070;
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  z-index: 2;
  cursor: pointer;
  transition: 0.5s;
  animation: showNavigationSR 0.5s ease-in-out;
  color: transparent;
  font-size: 0;
  top: 50%;
  transform: translateY(-80%);
  background-color: rgba(214, 214, 214, 0.33);
}
@keyframes showNavigationSR {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.products-same-brand__item .slick-arrow::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/symbols/arrow_outline.png");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.products-same-brand__item .slick-prev {
  left: -8px;
}
.products-same-brand__item .slick-prev::after {
  transform: rotate(90deg);
}
.products-same-brand__item .slick-next {
  right: -8px;
}
.products-same-brand__item .slick-next::after {
  transform: rotate(-90deg);
}

.zoom-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.zoom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.zoom-image:hover {
  cursor: pointer;
}
.zoom-image:hover::after {
  opacity: 1;
}
.zoom-image:hover .zoom-image-symbol {
  opacity: 1;
}
.zoom-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.49);
  transition: 0.3s;
}
.zoom-image .zoom-image-symbol {
  opacity: 0;
  z-index: 2;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-dcar-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
  row-gap: 32px;
}
.about-dcar-info .about-dcar__information {
  width: 32%;
  aspect-ratio: 2/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.about-dcar-info .about-dcar__information:hover img {
  transform: scale(1.1);
}
.about-dcar-info .about-dcar__information img {
  aspect-ratio: 2/1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1s;
  object-fit: cover;
  object-position: center;
}
.about-dcar-info .about-dcar__information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.about-dcar-info .about-dcar__information > label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  font-family: "Genos", sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 868px) {
  .about-dcar-info {
    flex-direction: column;
  }
  .about-dcar-info .about-dcar__information {
    width: 100%;
  }
  .about-dcar-info .about-dcar__information label {
    font-size: 24px;
  }
}

section .pagnition-navigation {
  margin-top: 96px;
  margin-bottom: 65px;
}
section .pagnition-navigation .ListMovePage {
  display: flex;
  column-gap: 16px;
  list-style: none;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  section .pagnition-navigation .ListMovePage {
    column-gap: 6px;
  }
}
@media screen and (max-width: 350px) {
  section .pagnition-navigation .ListMovePage {
    column-gap: 3px;
  }
}
section .pagnition-navigation .ListMovePage .wrap-pagnition-navigate__number {
  display: flex;
  column-gap: 16px;
}
@media screen and (max-width: 550px) {
  section .pagnition-navigation .ListMovePage .wrap-pagnition-navigate__number {
    column-gap: 6px;
  }
}
@media screen and (max-width: 350px) {
  section .pagnition-navigation .ListMovePage .wrap-pagnition-navigate__number {
    column-gap: 3px;
  }
}
section .pagnition-navigation .ListMovePage .moveItem {
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
section .pagnition-navigation .ListMovePage .moveItem.active, section .pagnition-navigation .ListMovePage .moveItem:hover {
  background-color: #7d4e13;
}
section .pagnition-navigation .ListMovePage .moveSymbol {
  padding: 3px 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  color: #707070;
}
section .pagnition-navigation .ListMovePage .moveSymbol span {
  color: #242d36;
  font-size: 3rem;
}
section .pagnition-navigation .ListMovePage .moveSymbol.active, section .pagnition-navigation .ListMovePage .moveSymbol:not(.disable):hover {
  color: white;
}
section .pagnition-navigation .ListMovePage .moveSymbol.active span, section .pagnition-navigation .ListMovePage .moveSymbol:not(.disable):hover span {
  color: white;
}
section .pagnition-navigation .ListMovePage .moveSymbol.active path,
section .pagnition-navigation .ListMovePage .moveSymbol.active line, section .pagnition-navigation .ListMovePage .moveSymbol:not(.disable):hover path,
section .pagnition-navigation .ListMovePage .moveSymbol:not(.disable):hover line {
  fill: white;
  stroke: white;
}
section .pagnition-navigation .ListMovePage .moveSymbol.disable {
  cursor: default;
  background-color: transparent !important;
  color: #d6d6d6 !important;
}
section .pagnition-navigation .ListMovePage .moveSymbol.disable span {
  color: #d6d6d6 !important;
}
section .pagnition-navigation .ListMovePage .moveSymbol.disable path,
section .pagnition-navigation .ListMovePage .moveSymbol.disable line {
  fill: #d6d6d6 !important;
  stroke: #d6d6d6 !important;
}
section .pagnition-navigation .ListMovePage .moveNumber {
  padding: 6px 15px;
}
section .pagnition-navigation .ListMovePage .moveNumber a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  color: #707070;
}
section .pagnition-navigation .ListMovePage .moveNumber.active a, section .pagnition-navigation .ListMovePage .moveNumber:hover a {
  color: white;
}

@media screen and (min-width: 868px) {
  .plPC {
    padding-left: 85px;
  }
}

section .title-blog-content {
  font-family: "Lexend", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 85px;
  margin-bottom: 24px;
}
@media screen and (max-width: 868px) {
  section .title-blog-content {
    padding: 0;
  }
}
section .blog-content,
section .post-detail {
  margin-bottom: 75px;
  padding: 0 85px;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  font-family: "Lexend", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 300;
  row-gap: 16px;
}
section .blog-content h1,
section .blog-content h2,
section .blog-content h3,
section .blog-content h4,
section .blog-content h5,
section .blog-content h6,
section .post-detail h1,
section .post-detail h2,
section .post-detail h3,
section .post-detail h4,
section .post-detail h5,
section .post-detail h6 {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  width: 100%;
}
section .blog-content img,
section .post-detail img {
  height: auto !important;
}
section .blog-content p,
section .blog-content div,
section .blog-content figure,
section .post-detail p,
section .post-detail div,
section .post-detail figure {
  width: 100%;
}
section .blog-content p.image,
section .blog-content div.image,
section .blog-content figure.image,
section .post-detail p.image,
section .post-detail div.image,
section .post-detail figure.image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
section .blog-content p.image img,
section .blog-content div.image img,
section .blog-content figure.image img,
section .post-detail p.image img,
section .post-detail div.image img,
section .post-detail figure.image img {
  width: 100%;
}
section .blog-content p.image .zoom-image,
section .blog-content div.image .zoom-image,
section .blog-content figure.image .zoom-image,
section .post-detail p.image .zoom-image,
section .post-detail div.image .zoom-image,
section .post-detail figure.image .zoom-image {
  width: 100%;
}
section .blog-content p figcaption,
section .blog-content div figcaption,
section .blog-content figure figcaption,
section .post-detail p figcaption,
section .post-detail div figcaption,
section .post-detail figure figcaption {
  margin-top: 12px;
  opacity: 0.9;
  text-align: center;
  font-style: italic;
}
section .blog-content a,
section .post-detail a {
  text-decoration: none;
}
section .blog-content blockquote,
section .post-detail blockquote {
  background-color: rgba(203, 165, 103, 0.1);
  padding: 16px;
  border-left: 3px solid #cba567;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
section .blog-content .zoom-image,
section .post-detail .zoom-image {
  width: 80%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
section .blog-content .zoom-image img,
section .post-detail .zoom-image img {
  width: 100% !important;
}
section .blog-content img,
section .post-detail img {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
}
@media screen and (max-width: 868px) {
  section .blog-content,
  section .post-detail {
    padding: 0;
  }
  section .blog-content figure.image,
  section .blog-content .zoom-image,
  section .blog-content img,
  section .post-detail figure.image,
  section .post-detail .zoom-image,
  section .post-detail img {
    width: 100%;
  }
}
section .blog-content table,
section .post-detail table {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
}
section .blog-content table th,
section .blog-content table td,
section .post-detail table th,
section .post-detail table td {
  border: 1px solid black;
  font-size: 16px;
  padding: 6px 12px;
}
section .social-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 85px;
  padding: 22px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
section .social-action .like-blog {
  margin-right: 36px;
  display: flex;
  align-items: center;
}
section .social-action .like-blog__button {
  background-color: #3b5998;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 14px 12px 11px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
section .social-action .like-blog__button svg {
  margin-top: -4px;
  margin-left: 14px;
}
section .social-action .like-blog .number-like {
  width: max-content;
  height: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 2px solid #242d36;
  margin-left: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
section .social-action .like-blog .number-like .number-like__text {
  position: relative;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
  color: #c7112f;
  font-size: 1.6rem;
  font-weight: 500;
}
section .social-action .like-blog .number-like::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  border: 14px solid #242d36;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-color: transparent #242d36 transparent transparent;
  transform: translateY(-50%);
}
section .social-action .like-blog .number-like::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  border: 14px solid #ffffff;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-color: transparent #ffffff transparent transparent;
  transform: translateY(-50%);
}
section .social-action .share-blog {
  display: flex;
  align-items: center;
  column-gap: 9px;
}
section .social-action .share-blog span {
  font-family: "Montserrat", sans-serif;
  color: #707070;
  font-size: 1.4rem;
}
section .social-action .share-blog button.social-share-icon {
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
section .social-action .share-blog button.social-share-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 868px) {
  section .social-action {
    margin: 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    row-gap: 16px;
  }
  section .social-action .like-blog {
    margin-right: 0;
  }
}

.button-contact {
  position: fixed;
  right: 30px;
  z-index: 9999;
}
.button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.button-contact .phone-vr .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.button-contact .phone-vr .phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.button-contact .phone-vr .phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.button-contact .phone-vr .phone-vr-img-circle a img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: opacity 1s;
  opacity: 1;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.alternate-image-content {
  display: flex;
  align-items: center;
  column-gap: 50px;
  row-gap: 24px;
}
.alternate-image-content.row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 868px) {
  .alternate-image-content {
    flex-direction: column !important;
  }
}
.alternate-image-content .image {
  flex: 1;
}
.alternate-image-content .image .zoom-image {
  width: 100%;
}
.alternate-image-content .image img {
  width: 100%;
  object-fit: contain;
}
.alternate-image-content .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.about-watch-more {
  color: #ffffff;
  width: max-content;
  border: 1px solid #ffffff;
  padding: 10px 50px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  font-family: "Lexend", sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.about-watch-more:hover {
  background-color: #ffffff;
  color: #7d4e13;
}

.col, .row[class*=row-cols-] > *,
.row [class*=col-] {
  padding-left: calc(var(--grid-gutter-x) * 0.5);
  padding-right: calc(var(--grid-gutter-x) * 0.5);
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: calc(var(--grid-gutter-y) * -1);
  margin-left: calc(var(--grid-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--grid-gutter-x) * 0.5 * -1);
}
.row[class*=row-cols-] > *,
.row [class*=col-] {
  flex: 0 0 auto;
}
.row > * {
  margin-top: var(--grid-gutter-y);
}

.col {
  flex: 1 0;
}

.row-cols-1 > * {
  width: 100%;
}

.row-cols-2 > * {
  width: 50%;
}

.row-cols-3 > * {
  width: 33.3333333333%;
}

.row-cols-4 > * {
  width: 25%;
}

.row-cols-5 > * {
  width: 20%;
}

.row-cols-6 > * {
  width: 16.6666666667%;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --grid-gutter-x: 0px;
}

.g-0,
.gy-0 {
  --grid-gutter-y: 0px;
}

.g-1,
.gx-1 {
  --grid-gutter-x: 7.5px;
}

.g-1,
.gy-1 {
  --grid-gutter-y: 7.5px;
}

.g-2,
.gx-2 {
  --grid-gutter-x: 15px;
}

.g-2,
.gy-2 {
  --grid-gutter-y: 15px;
}

.g-3,
.gx-3 {
  --grid-gutter-x: 30px;
}

.g-3,
.gy-3 {
  --grid-gutter-y: 30px;
}

.g-4,
.gx-4 {
  --grid-gutter-x: 45px;
}

.g-4,
.gy-4 {
  --grid-gutter-y: 45px;
}

.g-5,
.gx-5 {
  --grid-gutter-x: 90px;
}

.g-5,
.gy-5 {
  --grid-gutter-y: 90px;
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    width: 100%;
  }
  .row-cols-sm-2 > * {
    width: 50%;
  }
  .row-cols-sm-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    width: 25%;
  }
  .row-cols-sm-5 > * {
    width: 20%;
  }
  .row-cols-sm-6 > * {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --grid-gutter-x: 0px;
  }
  .g-sm-0,
  .gy-sm-0 {
    --grid-gutter-y: 0px;
  }
  .g-sm-1,
  .gx-sm-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --grid-gutter-x: 15px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --grid-gutter-y: 15px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --grid-gutter-x: 30px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --grid-gutter-y: 30px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --grid-gutter-x: 45px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --grid-gutter-y: 45px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --grid-gutter-x: 90px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --grid-gutter-y: 90px;
  }
}
@media (min-width: 768px) {
  .row-cols-md-1 > * {
    width: 100%;
  }
  .row-cols-md-2 > * {
    width: 50%;
  }
  .row-cols-md-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    width: 25%;
  }
  .row-cols-md-5 > * {
    width: 20%;
  }
  .row-cols-md-6 > * {
    width: 16.6666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --grid-gutter-x: 0px;
  }
  .g-md-0,
  .gy-md-0 {
    --grid-gutter-y: 0px;
  }
  .g-md-1,
  .gx-md-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-md-1,
  .gy-md-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-md-2,
  .gx-md-2 {
    --grid-gutter-x: 15px;
  }
  .g-md-2,
  .gy-md-2 {
    --grid-gutter-y: 15px;
  }
  .g-md-3,
  .gx-md-3 {
    --grid-gutter-x: 30px;
  }
  .g-md-3,
  .gy-md-3 {
    --grid-gutter-y: 30px;
  }
  .g-md-4,
  .gx-md-4 {
    --grid-gutter-x: 45px;
  }
  .g-md-4,
  .gy-md-4 {
    --grid-gutter-y: 45px;
  }
  .g-md-5,
  .gx-md-5 {
    --grid-gutter-x: 90px;
  }
  .g-md-5,
  .gy-md-5 {
    --grid-gutter-y: 90px;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    width: 100%;
  }
  .row-cols-lg-2 > * {
    width: 50%;
  }
  .row-cols-lg-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    width: 25%;
  }
  .row-cols-lg-5 > * {
    width: 20%;
  }
  .row-cols-lg-6 > * {
    width: 16.6666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --grid-gutter-x: 0px;
  }
  .g-lg-0,
  .gy-lg-0 {
    --grid-gutter-y: 0px;
  }
  .g-lg-1,
  .gx-lg-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --grid-gutter-x: 15px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --grid-gutter-y: 15px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --grid-gutter-x: 30px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --grid-gutter-y: 30px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --grid-gutter-x: 45px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --grid-gutter-y: 45px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --grid-gutter-x: 90px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --grid-gutter-y: 90px;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
    width: 100%;
  }
  .row-cols-xl-2 > * {
    width: 50%;
  }
  .row-cols-xl-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    width: 25%;
  }
  .row-cols-xl-5 > * {
    width: 20%;
  }
  .row-cols-xl-6 > * {
    width: 16.6666666667%;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xl-0,
  .gy-xl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xl-1,
  .gx-xl-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --grid-gutter-x: 15px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --grid-gutter-y: 15px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --grid-gutter-x: 30px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --grid-gutter-y: 30px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --grid-gutter-x: 45px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --grid-gutter-y: 45px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --grid-gutter-x: 90px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --grid-gutter-y: 90px;
  }
}
@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    width: 16.6666666667%;
  }
  .col-xxl-1 {
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --grid-gutter-x: 15px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --grid-gutter-y: 15px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --grid-gutter-x: 30px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --grid-gutter-y: 30px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --grid-gutter-x: 45px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --grid-gutter-y: 45px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --grid-gutter-x: 90px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --grid-gutter-y: 90px;
  }
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.hidden {
  display: none !important;
}

.hidden-opacity {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.background-transparent {
  background-color: transparent !important;
}

.container {
  max-width: auto;
  padding: 0 30px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 868px) {
  .container {
    padding: 0 20px;
  }
}

*::-webkit-scrollbar {
  width: 4px;
  height: 3px;
  background-color: rgba(112, 112, 112, 0.1);
}
*::-webkit-scrollbar-thumb {
  background: #666;
  background-clip: padding-box;
  border-radius: 100rem;
}

body {
  overflow-x: hidden;
  width: 100vw;
  display: none;
}

header {
  max-width: auto;
  padding: 0 30px;
  margin: 0 auto;
  opacity: 0;
  z-index: 12;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 868px) {
  header {
    padding: 0 20px;
  }
}
header .header {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 2px;
  border-bottom: 1px solid #707070;
}
header .header .nav-bar {
  display: block;
  position: relative;
  z-index: 12;
  padding-top: 12px;
  width: 100%;
}
header .header .nav-bar .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
header .header .nav-bar .logo img {
  height: var(--logo-size-height);
}
header .header .nav-bar #expand-menu__show {
  position: absolute;
  top: calc(var(--logo-size-height) / 2);
  right: 0;
  font-size: 1.6rem;
  color: #707070;
  cursor: pointer;
  z-index: 13;
}
header .header .nav-bar #nav-bar__ul {
  list-style: none;
  align-items: center;
  height: var(--logo-size-height);
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
header .header .nav-bar #nav-bar__ul > .nav-bar__item {
  cursor: pointer;
  position: absolute;
  height: 100%;
  line-height: 2.4rem;
}
header .header .nav-bar #nav-bar__ul > .nav-bar__item > a {
  text-decoration: none;
  color: #000000;
  font-size: 1.8rem;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  padding-bottom: 6px;
  text-transform: uppercase;
}
@media screen and (min-width: 868px) {
  header .header .nav-bar #nav-bar__ul > .nav-bar__item {
    width: 16%;
    height: var(--logo-size-height);
    text-align: center;
    display: flex;
    align-items: center;
  }
  header .header .nav-bar #nav-bar__ul > .nav-bar__item > a {
    word-wrap: break-word;
  }
}
header .header .nav-bar #nav-bar__ul > .nav-bar__item:hover > a, header .header .nav-bar #nav-bar__ul > .nav-bar__item.active > a {
  color: #cba567;
  border-bottom: 7px solid #cba567;
}
header .header .nav-bar #nav-bar__ul > .nav-bar__item:hover .dropdown-nav {
  display: block;
}
header .header .nav-bar #nav-bar__ul > .nav-bar__item:nth-child(1) {
  left: 10%;
  justify-content: flex-start;
}
header .header .nav-bar #nav-bar__ul > .nav-bar__item:nth-child(2) {
  left: 26%;
  justify-content: flex-start;
}
header .header .nav-bar #nav-bar__ul > .nav-bar__item:nth-child(3) {
  right: 26%;
  justify-content: flex-end;
}
header .header .nav-bar #nav-bar__ul > .nav-bar__item:nth-child(4) {
  right: 10%;
  justify-content: flex-end;
}
header .header::after {
  content: "";
  position: absolute;
  bottom: -72px;
  left: calc(50% - (var(--logo-size-height) / 2 - 2px));
  border-color: #ffffff transparent transparent transparent;
  border-width: 32px calc(var(--logo-size-height) / 2) calc(var(--logo-size-height) / 2) calc(var(--logo-size-height) / 2);
  border-style: solid;
  z-index: 11;
}
@media only screen and (max-width: 868px) {
  header {
    box-shadow: 0 4px 6px rgba(75, 75, 75, 0.4);
    padding-bottom: 2px;
  }
  header .header .nav-bar .logo {
    left: 0;
    transform: translateX(0);
  }
  header .header .nav-bar .logo img {
    height: var(--logo-size-height);
    width: auto !important;
  }
  header .header::before {
    content: "";
    position: absolute;
    bottom: -72px;
    left: 0;
    border-color: rgba(75, 75, 75, 0.4) transparent transparent transparent;
    border-width: 32px calc(var(--logo-size-height) / 2) calc(var(--logo-size-height) / 2) calc(var(--logo-size-height) / 2);
    border-style: solid;
    z-index: 10;
    filter: blur(6px);
  }
  header .header::after {
    left: 0 !important;
    bottom: -64px;
  }
}

footer {
  background-color: #ebebeb;
  padding-top: 35px;
  padding-bottom: 6px;
}
footer .row-footer {
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  max-width: 993px;
  line-height: 150%;
}
footer .row-footer * {
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 150%;
}
footer .row-footer h1, footer .row-footer h2, footer .row-footer h3, footer .row-footer h4, footer .row-footer h5, footer .row-footer h6 {
  font-family: "SVN-Gotham", sans-serif !important;
}
footer .row-footer h1 *, footer .row-footer h2 *, footer .row-footer h3 *, footer .row-footer h4 *, footer .row-footer h5 *, footer .row-footer h6 * {
  font-family: "SVN-Gotham", sans-serif !important;
}
footer .row-footer h1 {
  font-size: 200%;
}
footer .row-footer h2 {
  font-size: 150%;
}
footer .row-footer h3 {
  font-size: 120%;
}
footer .row-footer strong {
  font-weight: bold;
}
footer .row-footer a {
  color: #000;
  text-decoration: none;
}
footer .row-footer a:hover {
  color: #cba567;
}
@media screen and (max-width: 768px) {
  footer .row-footer .column-second {
    padding-top: 0 !important;
  }
}
footer .footer-dcar {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
  max-width: 1045px;
  width: 100%;
}
footer .footer-dcar .label-connect-dcar {
  color: #cba567;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
}
footer .footer-dcar__info {
  flex-basis: 30%;
  align-self: flex-start;
}
footer .footer-dcar__info #logo-footer {
  width: 100px;
  height: auto;
}
footer .footer-dcar__info-description {
  font-family: "Lexend", sans-serif;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 24px;
  font-weight: 300;
}
footer .footer-dcar__info-social {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
footer .footer-dcar__info-social .social-icon {
  text-decoration: none;
}
footer .footer-dcar__info-social .social-icon img {
  max-height: 35px;
  max-width: 35px;
  min-height: 25px;
  min-width: 25px;
  width: 3vw;
  height: 3vw;
}
footer .footer-dcar__details {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
  flex: 1;
}
footer .footer-dcar__social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer-dcar__social {
    align-items: flex-start;
  }
}
footer .footer-dcar .footer-dcar__detail {
  margin: 0;
  padding: 0;
  width: 300px;
}
footer .footer-dcar .footer-dcar__detail h4 {
  color: #cba567;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
}
footer .footer-dcar .footer-dcar__detail ul {
  list-style: none;
  margin-top: 12px;
}
footer .footer-dcar .footer-dcar__detail ul li {
  margin-top: 6px;
}
footer .footer-dcar .footer-dcar__detail ul li:hover a {
  color: #7d4e13;
}
footer .footer-dcar .footer-dcar__detail ul li a,
footer .footer-dcar .footer-dcar__detail ul li label {
  text-decoration: none;
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
footer .footer-dcar .footer-dcar__detail ul li a b,
footer .footer-dcar .footer-dcar__detail ul li a a,
footer .footer-dcar .footer-dcar__detail ul li label b,
footer .footer-dcar .footer-dcar__detail ul li label a {
  font-size: 1.6rem;
  font-weight: bold !important;
}
footer .footer-dcar .footer-row-2 {
  display: flex;
  width: 100%;
}
footer .footer-dcar .footer-col {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
footer .footer-copyright {
  border-top: 0.5px solid rgba(112, 112, 112, 0.4);
  width: 100%;
  text-align: center;
  padding-top: 16px;
  font-family: "Lexend", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 795px) {
  footer .footer-dcar {
    flex-direction: column;
  }
  footer .footer-dcar__info {
    flex-basis: 100%;
  }
  footer .footer-dcar__info-social .social-icon {
    text-decoration: none;
  }
  footer .footer-dcar__info-social .social-icon img {
    height: 35px;
    width: 35px;
  }
  footer .footer-dcar__details {
    flex-direction: column;
    justify-content: flex-start;
    justify-self: flex-start;
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  footer .footer-dcar__details__detail {
    flex-basis: 100%;
  }
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(36, 45, 54, 0.75);
}
#popup #expand-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  padding: 50px 0 0;
  width: 400px;
  animation: slideIn 0.3s linear forwards;
}
@keyframes slideIn {
  from {
    right: -400px;
  }
  to {
    right: 0;
  }
}
#popup #expand-menu.popup-close {
  animation: slideOut 0.3s linear forwards;
}
@keyframes slideOut {
  from {
    right: 0;
  }
  to {
    right: -400px;
  }
}
#popup #expand-menu #change-language {
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 100%;
  margin: 0 50px;
  padding: 35px 0;
  padding-right: 100px;
  padding-top: 12px;
  display: flex;
}
#popup #expand-menu #change-language::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100px;
  background-color: #d6d6d6;
  height: 1px;
}
#popup #expand-menu #change-language label {
  font-family: "Lexend", sans-serif;
  font-size: 1.6rem;
}
#popup #expand-menu #change-language #change-language__select {
  outline: none !important;
  font-family: "Lexend", sans-serif;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../../assets/images/symbols/arrow_outline.png");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  padding-right: 24px;
  width: max-content;
  border: none;
  background-color: white;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7d4e13;
  margin-left: 8px;
  cursor: pointer;
}
#popup #expand-menu #change-language #change-language__select option {
  color: #000000;
}
#popup #expand-menu #expand-menu__close {
  align-self: flex-end;
  transform: translateX(35px);
  margin-bottom: 50px;
  margin-right: 75px;
  cursor: pointer;
}
#popup #expand-menu > ul {
  list-style: none;
  overflow-y: auto;
  width: 100%;
  padding: 0 50px;
  overflow-x: hidden;
  margin-bottom: 85px;
}
#popup #expand-menu > ul > li {
  margin-bottom: 16px;
}
#popup #expand-menu > ul > li > a {
  font-family: "Lexend", sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 1.6rem;
}
#popup #expand-menu > ul > li > a:hover {
  color: #cba567;
  text-decoration: underline;
}
#popup #expand-menu > ul > li.active > a {
  color: #cba567;
  text-decoration: underline;
}
#popup #expand-menu > ul > li .dropdown-nav {
  display: block;
  position: relative;
}
#popup #expand-menu > ul > li .dropdown-nav .dropdown-nav__item .sub-nav {
  margin-left: -35px;
  max-width: calc(100% - 75px);
}
#popup #expand-menu > ul > li .dropdown-nav .dropdown-nav__item .sub-nav .sub-nav__item {
  padding-left: 40px;
}
#popup #expand-menu > ul > li .dropdown-nav .dropdown-nav__item .sub-nav .sub-nav__item a {
  white-space: pre-wrap;
}
@media only screen and (max-width: 868px) {
  #popup #expand-menu {
    width: 100%;
    left: 0;
    top: calc(var(--logo-size-height) + 15px);
  }
  #popup #expand-menu ul {
    padding: 0 0 0 25px;
  }
  #popup #expand-menu ul li a {
    font-weight: 400 !important;
  }
  @keyframes slideIn {
    from {
      left: 100vh;
    }
    to {
      left: 0;
    }
  }
  @keyframes slideOut {
    from {
      left: 0;
    }
    to {
      left: 100vh;
    }
  }
  #popup #change-language {
    margin: 0 25px !important;
    padding: 28px 0 !important;
    padding-right: 50px !important;
    padding-top: 12px !important;
    justify-content: space-between;
  }
  #popup #change-language::before {
    right: 50px !important;
  }
}

@media screen and (min-width: 868px) {
  .bb-none {
    border-bottom: none !important;
  }
}

body.noscroll {
  overflow-y: hidden !important;
}

.slick-track {
  display: flex !important;
}

/* Định dạng cho section */
/* Định dạng cho section */
#partner-section {
  width: 100%;
  height: 200px;
  margin-top: 32px;
}
@media screen and (max-width: 666px) {
  #partner-section {
    margin-top: 24px;
  }
}

/* Định dạng cho container chứa logo */
#partner-container {
  display: flex;
  align-items: center;
  animation: scroll 20s linear infinite;
  white-space: nowrap; /* Ngăn các logo xuống dòng */
  animation-iteration-count: infinite; /* Chạy vô cực */
  animation-direction: alternate; /* Chạy theo chiều ngược lại */
}
@media screen and (max-width: 666px) {
  #partner-container {
    animation: scroll 10s linear infinite;
  }
}

/* Định dạng cho logo */
.partner-logo {
  width: 100px;
  height: auto;
  margin-right: 20px;
}
@media screen and (max-width: 666px) {
  .partner-logo {
    width: 50px;
    margin-right: 10px;
  }
}

/* Animation cho việc chạy logo */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#main {
  min-height: 75%;
}

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