/* Thiết lập font chữ và cuộn mượt */
body {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    scroll-behavior: smooth;
    background-color: #f8f9fa;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}
.center-content {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
.btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 11px 28px;
    border: none;
    border-radius: 0px;
    font-family: svn-avo, sans-serif;
    webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
}



/* Tùy chỉnh nút giống hệt thiết kế image_e92056.png */
.btn-order {
    background-color: #3b7f8a; /* Màu xanh mòng két */
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 32px;
    border-radius: 50px; /* Bo tròn dạng viên thuốc */
    border: none;
    box-shadow: 0 4px 10px rgba(59, 127, 138, 0.3); /* Đổ bóng nhẹ */
    transition: all 0.3s ease;
}

.btn-order:hover {
    background-color: #2f656e;
    color: #ffffff;
    transform: translateY(-2px); /* Hiệu ứng nhấc lên khi di chuột */
    box-shadow: 0 6px 15px rgba(59, 127, 138, 0.4);
}

.btn-order:active {
    transform: translateY(0);
}

/* Tùy chỉnh màu chữ tiêu đề trong Popup */
.text-teal {
    color: #3b7f8a;
}







/* Tùy chỉnh màu nền cho khu vực Hero */
.hero-section {
    background-color: #f3fcf5; /* Màu xanh lá cực nhạt tạo cảm giác tươi mát */
}

/* Hiệu ứng bo góc và đổ bóng cho ảnh tĩnh */
.hero-img {
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.hero-img:hover {
    transform: translateY(-5px);
}
.bg-primary {
    background-color: #317c88 !important;
}



.intro3 {
    background: url(imgs-landing-giotao/banner-header-main.png) no-repeat center;
    padding: 600px 0 150px;
    background-size: cover;
}
.intro {
    position: relative;
}
.intro .dual-btn{
    position: relative;
    top: -120px;
}
.btn.btn-default {
    color: #000;
    background-color: #ffffff;
    border: 3px solid #fff;
}
.btn.btn-primary {
    background: #317c88;
    border: 3px solid #317c88;
    color: #fff;
}

.btn.btn-primary:hover {
	border: 3px solid #317c88 !important;
 background: transparent;
 color: #317c88;
}




.about-list-features {
    padding: 0 30px;
}
.list-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-features .bi-check{
    color: #a82d49;
    font-size: 1.5rem;
    margin-right: 10px;
}
.list-features li:first-child {
    margin-top: 40px;
}
.list-features li .text-teal {
    color: #317c88;
}


.partner .stats2-info {
    display: inline-block;
    text-align: center;
}
.partner .item-list-partner {
    align-content: center;
}

.partner .stats2-info .logo-partner {
    width:100%;
    margin: 0 auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* Định dạng các biểu tượng tính năng */
.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/* Hiệu ứng mượt mà khi di chuột vào nút */
.btn-success {
    background-color: #317c88;
    border-color: #317c88;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background-color: #317c88;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(49, 124, 136, 0.4);
}

.all-button-header{
    position: relative;
    z-index: 1;
    top: -380px;
}

/* Tiêu đề chính */
.section-title {
    color: #317c88; /* Màu xanh cổ vịt */
    line-height: 1.4;
    text-transform: uppercase;
}

/* Cấu trúc Card */
.combo-card {
    background-color: #f5f0e1; /* Màu nền kem của thân card */
    border-radius: 16px;
    border: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.combo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/* Header của Card (Phần xanh dương) */
.combo-header {
    background-color: #317c88;
    color: #ffffff;
}

/* Thân Card */
.customer-desc {
    font-size: 0.95rem;
    color: #6c757d;
}

.product-img-wrapper img {
    max-height: 200px;
    object-fit: contain;
}

/* Khu vực giá tiền */
.old-price {
    color: #e05353;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

/* Khung giá mới (Phần màu đỏ) */
.new-price-box {
    background-color: #df5353;
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(223, 83, 83, 0.3);
}

.price-highlight {
    color: #ffd700; /* Màu vàng nổi bật cho mức giá */
}

/* Nhãn HOT cắt góc đuôi nheo */
.hot-badge {
    position: absolute;
    top: -5px;
    right: 25px;
    background-color: #df5353;
    color: #ffd700;
    font-weight: bold;
    font-size: 0.9rem;
    width: 45px;
    padding: 8px 0 15px 0;
    /* Dùng clip-path để cắt phần đuôi nheo phía dưới */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
    z-index: 10;
}







/* Định dạng chung cho khối bo góc (Pill) */
.policy-pill {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 90%; /* Giới hạn chiều ngang để giống thiết kế */
}

.policy-pill:hover {
    color: #Ffffff;
    transform: translateX(10px);
    background-color:#e05353;
}
.policy-pill:hover .policy-num {
    color: #ffffff;
}

/* Số thứ tự */
.policy-num {
    Color: #e05353;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

/* Style riêng cho Mục 1 (Màu đỏ) */
.active-pill {
    background-color: var(--brand-red);
    color: #ffffff;
}

/* Style riêng cho Mục 2, 3 (Màu kem nhạt) */
.normal-pill {
    background-color: var(--pill-light);
    color: #4a4a4a;
}
.text-red {
    color: var(--brand-red);
}

/* Cụm ảnh ghép */
.policy-collage {
    max-height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.1));
}

/* (Tùy chọn) Vẽ hoạ tiết chiếc lá mờ trôi nổi bằng CSS */
.leaf-decor {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 0 50% 0 50%;
    border: 2px solid rgba(49, 124, 136, 0.15);
    z-index: 0;
}
.leaf-1 {
    top: 20%;
    left: 5%;
    transform: rotate(45deg);
}
.leaf-2 {
    bottom: 30%;
    right: 10%;
    transform: rotate(-15deg);
}

/* Trạng thái ẩn ban đầu cho Animation JS */
.fade-in-left {
    opacity: 1;
    transform: translateX(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}








/* Style riêng cho Mục 1 (Màu đỏ) */
.active-pill {
    background-color: var(--brand-red);
    color: #ffffff;
}

/* Style riêng cho Mục 2, 3 (Màu kem nhạt) */
.normal-pill {
    background-color: var(--pill-light);
    color: #4a4a4a;
}
.text-red {
    color: var(--brand-red);
}

/* Cụm ảnh ghép */
.policy-collage {
    max-height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.1));
}



/* Tùy chỉnh màu nền đỏ đô của Section */
.testimonial-section {
    background-color: #317c88; /* Màu dựa theo ảnh thiết kế */
    display: flex;
    align-items: center;
}

.testimonial-section .section-title{
    color: #ffffff; /* Màu trắng cho tiêu đề */
}

/* Định dạng hình ảnh Avatar */
.avatar-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* Định dạng đoạn text đánh giá */
.testimonial-text {
    font-weight: 300;
    line-height: 1.6;
    color: #444; /* Màu xám đậm */
}

/* Tên tác giả (cùng tông màu nền section) */
.author-name {
    color: #e05353;
}

/* Tùy chỉnh các dấu chấm tròn (Indicators) của Bootstrap */
.carousel-indicators {
    bottom: -40px; /* Đẩy các dấu chấm ra ngoài khối trắng */
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important; /* Biến vạch ngang thành hình tròn */
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: none !important;
    margin: 0 6px !important;
    transition: background-color 0.3s ease;
}

/* Màu cho dấu chấm của slide đang active */
.carousel-indicators button.active {
    background-color: #ffffff !important;
}





.about-inline {
    padding: 80px 0;
}
.about-inline h3 {
    color: #43121d;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}






.faq-section {
    background-color: #f3f2f2; /* Màu nền nhạt cho khu vực FAQ */
}
.faq h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2px;
}
.faq h4 span {
    color: #f98169;
    font-size: 28px;
    font-family: ubuntu;
    font-weight: 300;
    vertical-align: middle;
}


.space100 {
    margin-bottom: 100px;
}





.newsletter-cta h1 {
    font-size: 40px;
    color: #317c88;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.cta-banner {
  position: relative;
  width: 100%;
  min-height: 220px;           /* chiều cao như thiết kế */
  display: flex;
  align-items: center;
  padding: 60px 0;
  overflow: hidden;
}
/* ── Background Image ── */
.cta-banner__bg {
  position: absolute;
  inset: 0;
  background-image: url('imgs-landing-giotao/bg-cta-1.png');
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 8s ease;
}
.cta-banner:hover .cta-banner__bg {
  transform: scale(1.04);      /* nhẹ Ken Burns effect khi hover */
}
/* ── Dark Teal Overlay (đúng màu trong thiết kế) ── */
.cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(38, 90, 95, 0.72);   /* teal đậm, giống ảnh gốc */
}
/* ── Heading ── */
.cta-banner__title {
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}







.subscribe-elt .intro-newsletter {
	width: 100%;
	position: relative;
}

.subscribe-elt .intro-newsletter input {
	height: 66px;
	padding: 0 150px 0 25px;
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 400;
	width: 100%;
	border: none;
	border-radius: 0px;
	background: transparent;
	border: 2px solid #555;
	color: #fff;
	border-radius: 3px;
}

.subscribe-elt .intro-newsletter button {
	border-radius: 3px;
	position: absolute;
	top: 11px;
	right: 10px;
	width: 100px;
	font-size: 11px;
	height: 45px;
}

.subscribe-elt h5 {
	color: #ddd;
	font-size: 18px;
	line-height: 26px;
	width: 75%;
	letter-spacing: 0px;
	font-weight: 600;
	margin-top: 5px;
}

.subscribe-elt2 h5 {
	font-family: Roboto;
	font-size: 40px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-align: center;
	width: 100%;
}

.subscribe-elt2 p {
	color: #555;
	text-align: center;
	width: 100%;
	letter-spacing: 0.2px;
	padding: 25px;
}

.subscribe-elt2 .intro-newsletter input {
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 400;
	width: 100%;
	border: none;
	border-radius: 0px;
	background: transparent;
	border: 3px solid #e5e5e5;
	color: #000;
	font-weight: 700;
}

.subscribe-elt2 .intro-newsletter button {
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	font-size: 14px;
	height: 50px;
}

.subscribe-elt2 {
	padding: 0px 0 50px 0;
}

.subscribe-elt3 h5 {
	font-family: Roboto;
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-align: center;
	width: 100%;
}

.subscribe-elt3 p {
	color: #fff;
	text-align: center;
	width: 100%;
	letter-spacing: 0.2px;
	opacity: 0.4;
	padding: 10px 0 15px;
}

.services-s5 .service-content i {
	display: table;
	font-size: 40px;
	margin: 0 auto 20px;
	padding: 0px;
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	color: #d1d1d1;
	width: 90px;
	height: 90px;
	line-height: 88px;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	text-align: center;
}

.services-s5 .service-content i:after {
	content: '';
	position: absolute;
	border: #d1d1d1 solid 2px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
	border-radius: 50%;
}

.services-s5 .service-content:hover i:after {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	border: #a82d49 solid 3px;
}

.services-s5 .service-content:hover i {
	color: #fff;
	background: #a82d49;
}

.services-s5 .service-content h4 {
	font-size: 19px;
	margin: 5px 0 14px;
	text-align: center;
	font-weight: 700;
}

.services-s5 .service-content p {
	font-size: 13px;
	text-align: center;
}



/* Màu sắc thương hiệu */
.text-teal { color: #317c88; }
.btn-order {
    background-color: #317c88;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 32px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 10px rgba(49, 124, 136, 0.3);
    transition: all 0.3s ease;
}
.btn-order:hover {
    background-color: #25616b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(49, 124, 136, 0.4);
}

/* Đảm bảo modal không bị che khuất (lỗi liệt phím) */
.modal-content { z-index: 9999 !important; }



.cta-banner .btn-order {
    background-color: #fff;
    color: #317c88;
}



/* Ẩn hoàn toàn khối video nếu xem trên Máy tính (Laptop/PC) */
@media (min-width: 768px) {
    .mobile-video-section {
        display: none !important;
    }
}

/* Khung viền chứa video */
.video-container {
    background-color: #000;
    border: 3px solid #f3efe4; /* Viền kem nhạt tệp với nền web */
    max-width: 100%;
}

/* Thiết lập video hiển thị cân đối trên điện thoại */
#autoMobileVideo {
    object-fit: cover;
    max-height: 70vh; /* Giới hạn chiều cao tối đa */
    border-radius: 12px;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .fade-in-left{
        transform: translateX(0);
    }
    .newsletter-cta h1 {
        font-size: 28px;
    }
    .intro3 {
        display: none;
    }
    .partner {
        display: none;
    }
}
