@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
.pri-color {
  color: var(--fs-color-primary) !important;
}
.pri-color * {
  color: var(--fs-color-primary) !important;
}

.sec-color {
  color: var(--fs-color-secondary) !important;
}
.sec-color * {
  color: var(--fs-color-secondary) !important;
}

.succ-color {
  color: var(--fs-color-success) !important;
}
.succ-color * {
  color: var(--fs-color-success) !important;
}

.justify {
  text-align: justify;
}
.justify * {
  text-align: justify;
}

.hyg_mb-0 {
  margin-bottom: 0 !important;
}
.hyg_mb-0 * {
  margin-bottom: 0 !important;
}

.hyg_mt-0 {
  margin-top: 0 !important;
}
.hyg_mt-0 * {
  margin-top: 0 !important;
}

.hyg_pb-0 {
  padding-bottom: 0 !important;
}
.hyg_pb-0 * {
  padding-bottom: 0 !important;
}

.hyg_sticky > .col-inner {
  position: sticky;
  top: 120px;
  z-index: 10;
}

body .border-5 {
  overflow: hidden;
  border-radius: 5px;
}
body .border-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .border-20 {
  border-radius: 20px;
  overflow: hidden;
}
body .img-box-car {
  padding: 10px;
}
body .img-box-car::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(60deg, var(--fs-color-secondary) 45%, var(--fs-color-primary) 45%);
}
body .pri-img-box {
  display: flex;
  flex-direction: column-reverse;
}
body .pri-img-box .box-text {
  border-radius: 20px 20px 0px 0px;
  border-top: solid 5px var(--fs-color-success);
  padding-bottom: 0.7em;
  background-color: #f9e5c5;
}
body .pri-img-box .box-text h4 {
  font-size: 1.8em;
  color: var(--fs-color-success);
}
body .pri-img-box .box-image {
  width: 100%;
}
body .pri-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-primary);
  color: var(--fs-color-primary) !important;
}
body .pri-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-primary) !important;
}
body .sec-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-secondary);
  color: var(--fs-color-secondary) !important;
}
body .sec-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-secondary) !important;
}
body .sec-icon .icon-box-img .icon .icon-inner {
  line-height: 0.7;
  border-radius: 999px;
  background-color: var(--fs-color-secondary);
  padding: 13px;
}
body .sec-icon .icon-box-img .icon .icon-inner svg {
  padding-top: 0;
}
body .icon-center {
  align-items: center;
}
body .box-testimonial .col .col-inner {
  transition: all 0.5s ease;
  border-radius: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
}
body .box-testimonial .col .col-inner .icon-box {
  position: relative;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-img {
  bottom: 0;
  position: absolute;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-img::before {
  content: "\efbe";
  font-family: "tabler-icons";
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: var(--fs-color-secondary);
  border-radius: 999px;
  line-height: 1;
  padding: 5px;
  font-size: 18px;
  color: var(--fs-color-primary);
  transform: rotate(180deg);
}
body .box-testimonial .col .col-inner .icon-box .icon-box-img img {
  padding-top: 0;
  border: solid 1px var(--fs-color-secondary);
  background-color: #a5a7ff;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-text .testimonial-text {
  font-style: normal !important;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-text .testimonial-meta {
  padding-top: 65px;
  padding-left: 65px;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-text .testimonial-meta .testimonial-name {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: var(--fs-color-secondary);
}
body .box-testimonial .col .col-inner .icon-box .icon-box-text .testimonial-meta .testimonial-name-divider {
  display: none;
}
body .box-testimonial .col:hover .col-inner {
  background-color: var(--fs-color-primary);
}
body .box-testimonial .col:hover .col-inner .icon-box-text {
  color: #000;
}
body .banner-overlay-sec .overlay {
  background: linear-gradient(90deg, #0E2207 0%, rgba(14, 34, 7, 0) 100%) !important;
}
body .ux-menu.vertical {
  width: fit-content;
  display: flex;
  flex-direction: row;
}
@media (max-width: 550px) {
  body .ux-menu.vertical {
    margin-right: auto;
  }
}
body .ux-menu.vertical .ux-menu-link a span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 2px rgba(255, 255, 255, 0.2);
}
body .ux-menu.vertical .ux-menu-link:last-child a span {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
body .product-small.box {
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
body .product-small.box .box-text .product-title a {
  font-weight: bold;
  color: var(--fs-color-primary);
  font-size: 1.2em;
}
body .product-small.box .box-text .price .woocommerce-Price-amount {
  color: var(--fs-color-success);
}
body .product-small.box .box-text .price .btn-popup.button {
  width: fit-content;
}
body .product-small.box-vertical {
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
body .post-item .col-inner .box .box-image::before {
  content: "";
  border: 1px solid #FFF;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
body .post-item .col-inner .box .box-text {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body .post-item .col-inner .box .box-text * {
  color: #fff;
}
body .post-item .col-inner .box .box-text .box-text-inner {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}
body .post-item .col-inner .box .box-text .tour-vehicle {
  display: none;
}
body .post-item .col-inner .box .box-text .post-title {
  font-size: 1.4em;
}
body .post-item .col-inner .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .post-item .col-inner .box .box-text .button {
  display: none;
}
body .post-item .col-inner .box .box-text-overley {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: rgba(0, 0, 0, 0.5);
}
body .post-item .col-inner .box .box-text-overley .tour-vehicle {
  display: block;
}
body .post-item .col-inner .box:hover .box-text {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
body .post-item .col-inner .box:hover .box-text-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body .post-item .col-inner .box:hover .box-text-overley .button {
  display: inline-block;
}
body .post-item .col-inner .box:hover .box-text-overley .post-title a {
  color: var(--fs-color-primary);
}
body .post-item .col-inner .box:hover .box-text-overley .price {
  color: var(--fs-color-success);
}
body .wpcf7 input[type=email], body .wpcf7 input[type=number], body .wpcf7 input[type=search], body .wpcf7 input[type=tel], body .wpcf7 input[type=text], body .wpcf7 input[type=url], body .wpcf7 textarea, body .wpcf7 select {
  border-radius: 5px;
}
body .wpcf7 .wpcf7-submit {
  border-radius: 5px;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .book-form {
  border: 5px solid var(--fs-color-primary);
  border-radius: 8px;
}
body .book-form input[type=email], body .book-form input[type=number], body .book-form input[type=search], body .book-form input[type=tel], body .book-form input[type=text], body .book-form input[type=url], body .book-form textarea, body .book-form select {
  padding: 0px 0.75em 0 1.75em;
}
body .book-form .title {
  text-align: center;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: var(--fs-color-primary);
}
body .book-form .title h3 {
  margin-bottom: 0;
  color: var(--fs-color-primary);
}
body .book-form .content {
  background-color: #ffffff;
  padding: 15px;
}
body .book-form h5 {
  color: #000 !important;
}
body .book-form .wpcf7-form-control-wrap::before {
  position: absolute;
  top: 5px;
  left: 7px;
}
body .book-form [data-name=diem-don]::before {
  content: "\f680";
  font-family: "tabler-icons";
  color: var(--fs-color-success);
}
body .book-form [data-name=diem-tra]::before {
  content: "\f680";
  font-family: "tabler-icons";
  color: var(--fs-color-primary);
}
body .book-form [data-name=dich-vu]::before {
  content: "\f67f";
  font-family: "tabler-icons";
  color: var(--fs-color-secondary);
}
body .book-form [data-name=loai-xe]::before {
  content: "𐁌";
  font-family: "tabler-icons";
  color: var(--fs-color-success);
}
body .book-form [data-name=ho-ten]::before {
  content: "ﴙ";
  font-family: "tabler-icons";
  color: var(--fs-color-secondary);
}
body .book-form [data-name=phone]::before {
  font-family: "tabler-icons";
  content: "爫";
  color: var(--fs-color-primary);
}
body #ftwp-contents {
  width: 100% !important;
}
body .sml_scroll-x {
  overflow-x: auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
body .sml_scroll-x::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  border-radius: 50px;
}
body .sml_scroll-x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(90deg, #4D9C41 40%, #54DE5D 60%, #19911D 100%);
}
body .sml_scroll-x .col-inner {
  white-space: nowrap;
}
@media (min-width: 550px) {
  body .tabbed-content .nav-pills {
    margin: 0 -15px;
  }
}
body .tabbed-content .nav-pills .tab {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 15px 15px;
}
@media (max-width: 550px) {
  body .tabbed-content .nav-pills .tab {
    flex-basis: 100%;
    max-width: 100%;
  }
}
body .tabbed-content .nav-pills .tab a {
  border-radius: 0;
  width: 100%;
  justify-content: center;
  background-color: var(--fs-color-primary);
  color: #fff;
}
body .tabbed-content .nav-pills .tab.active a {
  background-color: var(--fs-color-secondary);
}
body .star-rating::before {
  color: rgb(209, 209, 11);
}
body .star-rating span::before {
  color: rgb(209, 209, 11);
}

.nav .menu-item .sub-menu li {
  position: relative;
  display: inline-block !important;
  width: 100%;
  border-right: 0;
}
.nav .menu-item .sub-menu li a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1em;
  padding: 10px 5px;
}
.nav .menu-item .sub-menu li .sub-menu {
  top: 0;
  box-shadow: 2px 2px 5px #828282;
  display: none !important;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}
.nav .menu-item .sub-menu li:hover > .sub-menu {
  display: grid !important;
}

.single-product .product-info .product-title {
  color: var(--fs-color-primary);
}
.single-product .product-info .btn-popup.button {
  font-size: 0.7em;
}

#footer .absolute-footer {
  display: none;
}

@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse-effect {
  0% {
    /* Đổi màu tại đây: sử dụng rgba để điều chỉnh độ trong suốt */
    box-shadow: 0 0 0 0 var(--fs-color-secondary);
  }
  70% {
    /* Bóng mờ sẽ tỏa ra 20px rồi mờ dần */
    box-shadow: 0 0 0 20px rgba(31, 99, 6, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 99, 6, 0);
  }
}
input.search-field {box-shadow: 0 0 0 1px #446084, 0 0 0 4px #fff,inset 2px 2px 5px #BABECC, inset -5px -5px 10px #fff !important;transition: all 0.2s ease-in-out;    }
input.search-field:focus {box-shadow: 0 0 0 1px #446084, 0 0 0 4px #fff,inset 1px 1px 2px #BABECC, inset -1px -1px 2px #fff !important;}
.social-icons .button.facebook:hover, .social-icons .button.facebook:not(.is-outline) {    color: #0866ff !important;}
.social-icons .button.youtube:hover,.social-icons .button.youtube:not(.is-outline) {    color: #ff0033 !important;}
i.icon-tiktok {    text-shadow: 2px 1px 0px #ff0050, -1px -2px 0px #00f2ea;}
.button { box-shadow: 0 0 0 1px #fff, 0 0 0 4px var(--fs-color-primary);}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {    font-weight: 700;    font-style: normal;    font-family: "Be Vietnam Pro", sans-serif !important;}
.social-icons a {margin: 0 5px !important;}
.col-inner,.image-overlay-remove.image-overlay-remove.image-cover {    border-radius: 7px;}
.row {    justify-content: center;}
.image-cover,.img {  position: relative;  overflow: hidden;}
.image-cover a:after,.img .image-cover:after { position: absolute;top: 0;left: 0%; right: 0; opacity: 0; display: block; content: '';  width: 50%;  height: 100%;background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);  transform: skewX(-25deg);}
.image-cover a:hover:after,.img .image-cover:hover:after {  animation: shine 1s;  opacity: 1;}
.introduction {    padding: 0 30px;}
@keyframes shine {  100% {    left: 125%;  }}
.bay-transform {margin-top: -21%;} .pading-0 {padding:0 !important; border: 0 !important;}
/* Container tổng */
.bay-booking-form {
    background: #fff;
    padding:0 20px 20px; border-radius:0 0 10px 10px; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.bay-booking-form .section-title {
    font-weight: bold;
    color: #d4af37;
    margin-bottom: 10px;
}

/* Ẩn ô checkbox/radio mặc định */
.bay-booking-form .wpcf7-form-control {display:inline-block !important}
.bay-booking-form .button-toggle-group span.wpcf7-list-item {
    margin: 0 8px 10px 0 !important;
    display: inline-block;
}

.bay-booking-form .button-toggle-group input[type="checkbox"], 
.bay-booking-form .button-toggle-group input[type="radio"] {
    display: none !important; /* Ẩn dấu tích/chấm tròn */
}

/* Biến nhãn (Label) thành nút bấm */
.bay-booking-form .button-toggle-group label {
    display: block;
    cursor: pointer;
    background: #fff;
    border: 2px solid #d4af37; /* Màu viền xanh đậm */
    color: #1a468c;
    padding: 0 !important;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease;
    min-width: 95px;
}

/* Hiệu ứng khi được chọn (Checked) */
.bay-booking-form .button-toggle-group input:checked + span {
    background: #d4af37 !important;
    color: #fff !important;
    border-radius: 4px;
    display: block;
}

.bay-booking-form .button-toggle-group input:checked + span:before {
    display: none; /* Bỏ icon mặc định nếu có */
}

/* Khi đã chọn, chữ trong label phải trắng */
.bay-booking-form .button-toggle-group input:checked + span label {
    color: #fff !important;
    border-color: #1a468c;
}

/* Hiệu ứng Hover */
.bay-booking-form .button-toggle-group label:hover {
    background: #f0f4f9;
}

/* Nút Submit cuối cùng */
.bay-booking-form .custom-booking-form .wpcf7-submit {
    background-color: #eb8426 !important; /* Màu cam giống ảnh mẫu */
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
}

/* Responsive cho điện thoại */
@media (max-width: 600px) {
   .bay-booking-form .button-toggle-group span.wpcf7-list-item {
        width: 46%; /* Chia 2 cột trên mobile */
    }
   .bay-booking-form .button-toggle-group label {
        padding: 8px 5px !important;
        font-size: 13px;
    }
}
.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Khung trắng chính */
.card {
    position: relative;
    background: #ffffff;
    width: 350px;
    padding: 60px 20px 0 20px;
    border-radius: 25px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #eee;
}

/* Vòng tròn màu xanh chứa icon */
.icon-circle {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background-color: #d4af37; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #ffffff;     box-shadow: 0 1px 2px #ccc;
}

.icon-circle svg {
    width: 40px;
    height: 40px;
    color: white;
}

.title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}
.subtitle {
    margin-top: 20px;
    font-size: 18px;
    color: #555;
    font-weight: 400;
}
:root {
    --primary-teal: #22c1c3;
    --dark-bg: #111;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(150deg, #f3f3f3 48%, #d4af37 48.2%);
    padding: 60px 40px 40px;
    position: relative;
    overflow: hidden;
    min-height: 250px;    flex-wrap: wrap;
}

/* Nội dung bên trái */
.content-left {
    flex: 1;
    z-index: 2;
}

.content-left h1 {
    font-size: 42px;
    margin: 0;
    color: #222; line-height: 1.3;
}

.content-left p {
    color: var(--primary-teal);
    font-size: 18px;
    margin-top: 10px;
}

/* Hình ảnh xe ở giữa */
.car-image {
    flex: 1;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.car-image img {
    max-width: 120%; 
    height: auto;
}

/* Khối liên hệ bên phải */
.contact-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: white;
}

.btn-contact {
    background-color: #446084;
    color: white;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;    margin: 10px -42px 0 0;
}

.phone-info {
    display: flex;
    gap: 20px;z-index: 1;
}

.phone-icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 6px solid #d4af37;
    border-radius: 50%;
    fill: #d4af37;
}

.phone-text span {
    display: block;
    font-size: 14px;
}

.phone-text strong {
    font-size: 30px;
}
@media (max-width: 768px) {
	div.banner {padding:10px} button.btn-contact {padding: 0 7px; margin: 8px -30px 0 0;}
	div.content-left,div.car-image,div.contact-right { flex: 0 1 100%;} div.content-left h1{position:initial !important} div.content-left h1 {
		font-size: 30px;}
	.box-noi >div {max-width: 100%; margin-bottom: 25px;} .box-noi {display:block !important} div.phone-text strong {  font-size: 20px;} 
}
.final {padding-bottom:100px !important}
.marquee-container {
  overflow: hidden;
    color: #d4af37;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%; 
  animation: marquee 20s linear infinite; 
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.bay-footer p {margin:0 !important}.bay-footer li a {color:#fff;-webkit-transition: all 0.3s linear; &:hover{letter-spacing: 0.5px;}}
.post-sidebar {    box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);    border-radius: 10px;    margin-bottom: 20px !important;}