@charset "utf-8";blockquote, body, dd, div, dl, dt, fieldset, font, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, span, strong, textarea, ul{margin:0;padding:0;}

body {
            font-family: Arial, sans-serif;
            padding-top: 65px;
        }
        
        /* HEADER FIXED & MENU DROPDOWN */
        .navbar {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .navbar-brand img {
            height: 80px;
        }
        .navbar-nav .nav-link {
            font-weight: 600;
            color: #333; margin-right:20px; text-transform:uppercase;
        }
		.navbar-nav .nav-link:hover { color: #dc3545;transition: all .6s ease 0s; }
        .navbar-nav .nav-link.active {
            color: #dc3545;
        }
        /* Hiệu ứng hover hiện menu cấp 2 trên Desktop */
        @media all and (min-width: 992px) {
            .navbar .nav-item .dropdown-menu { display: none; margin-top: 0; border-radius: 0; border: none; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
            .navbar .nav-item:hover .dropdown-menu { display: block; }
        }

         /* BANNER */
        .hero-carousel { height: 80vh; }
		
		/* CSS định dạng Video trong Carousel Slide */
.hero-carousel .carousel-item {
    position: relative;
    overflow: hidden;
    min-height: 500px; /* Chiều cao tùy chỉnh của Slide */
}

.hero-carousel .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-carousel .hero-overlay {
    position: relative;
    z-index: 1; /* Nổi nội dung chữ lên trên video */
}

        .hero-carousel .carousel-inner, .hero-carousel .carousel-item { height: 100%; }
        .hero-carousel .carousel-item { background-size: cover; background-position: center; position: relative; }
        .hero-carousel .carousel-item::before { content: ''; position: absolute; top:0; left:0; right:0; bottom:0; background: rgba(0,0,0,0.4); }
        .hero-content { position: relative; z-index: 1; color: #fff; }
        .hero-content h1 { color: #ff3b3b; font-weight: bold; font-size: 4rem; text-transform: uppercase; }
        .hero-content h2 { font-size: 2rem; font-weight: bold; }

        /* STATS COUNTER */
        .stats-section {
            background-color: #fff; position: relative; margin-top: -50px; z-index: 10; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .stat-box { padding: 25px 15px; display: flex; align-items: center; justify-content: center; gap: 15px; border-right: 1px solid #eee; }
        .stat-box:last-child { border-right: none; }
        .stat-box i { font-size: 2.5rem; color: #555; }
        .stat-box.bg-dark i { color: #ff3b3b; }
        .stat-box .number { font-size: 1.8rem; font-weight: bold; }

        /* PROGRESS BAR */
        .progress { height: 8px; margin-bottom: 20px; border-radius: 0; }
        .progress-bar { background-color: #111; width: 0; transition: width 1.5s ease-in-out; }
        .progress-label { display: flex; justify-content: space-between; font-weight: bold; margin-bottom: 5px; font-size: 0.9rem; }

        /* ========================================= */
        /* SECTION 10 YEARS OF EXPERIENCE (NEW LAYOUT) */
        /* ========================================= */
        .exp-section-new {
            position: relative;
            overflow: hidden; /* Ẩn phần cuộn ngang */
            background-color: #fff;
            margin: 80px 0;
        }
        .exp-bg-container {
            display: flex;
            min-height: 820px;
        }
        .exp-left-col {
            width: 35%;
            background-color: #fff;
            padding: 50px 30px 50px 10vw; /* Canh lề mượt mà theo màn hình */
        }
        .exp-number-wrap {
            color: #113255; /* Màu xanh đậm giống hình demo */
			text-align:right;
        }
        .exp-number-wrap .num {
            font-size: 6rem;
            font-weight: 900;
            line-height: 1;
        }
        .exp-number-wrap .text {
            font-size: 1.2rem;
            font-weight: bold;
            color: #000;
            line-height: 1.2;
            margin-top: 5px;
        }
        .exp-right-col {
            width: 49%;
            background-color: #000;
            padding: 60px 10vw 60px 60px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .exp-right-col h2 {
            color: #fff;
            font-weight: bold;
            font-size: 2.2rem;
            text-transform: uppercase;
            max-width: 600px;
        }
        .exp-right-col .bottom-text {
            color: #fff;
            font-size: 0.9rem;
        }
        .exp-right-col .bottom-text a {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }

        /* Swiper Overlapping */
        .exp-swiper-wrap {
            position: absolute;
            top: 56%;
            left: 0;
            width: 100%;
            transform: translateY(-50%);
            z-index: 5;
        }
        .expSwiper .swiper-slide {
            width: 55%; /* Chiều rộng ảnh trung tâm */
            transition: transform 0.5s ease, opacity 0.5s ease;
            opacity: 0.3; /* Làm mờ ảnh hai bên */
        }
        .expSwiper .swiper-slide-active {
            opacity: 1; /* Sáng rõ ảnh trung tâm */
        }
        .slide-img-box {
            position: relative;
            height: 500px;
            width: 100%;
        }
        .slide-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        /* Hộp Caption trắng đè lên ảnh */
        .slide-caption-box {
            position: absolute;
            top: 20%;
            left: 20%; /* Nhô ra bên ngoài ảnh */
            transform: translateY(-50%);
            background: #fff;
            padding: 25px 40px;
            min-width: 420px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s ease;
        }
        .swiper-slide-active .slide-caption-box {
            opacity: 1;
            visibility: visible;
            left: 0;
        }
        .slide-caption-box h4 {
            color: #113255;
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 1.3rem;
        }
        .slide-caption-box p {
            color: #666;
            font-style: italic;
            margin: 0;
            font-size: 0.95rem;
        }
.carousel-control-prev, .carousel-control-next { background: none !important;}
.noidung_detail { text-align:justify;}

/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 237, 244, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/
.ndetail h1 { font-size:25px; font-weight:bold; margin-bottom:10px;}
.ndetail p.share { margin-bottom:15px;}
.ndetail p.share a{ color: #036; text-decoration:none;}
.ndetail div.ctn { text-align:justify; line-height:24px; color:#333;}
        /* Responsive cho phần 10 Years */
        @media (max-width: 992px) {
			.noidung_detail img{ width:100% !important; height:auto !important}
            .exp-bg-container { flex-direction: column; min-height: auto; }
            .exp-left-col { width: 100%; padding: 40px 20px; text-align: center; }
            .exp-number-wrap { display: inline-block; text-align: left; }
            .exp-right-col { width: 100%; padding: 40px 20px; text-align: center; min-height: 550px; }
            .exp-right-col h2 { max-width: 100%; margin-bottom: 180px; font-size:20px;} /* Nhường chỗ cho ảnh */
            .expSwiper .swiper-slide { width: 85%; }
            .slide-img-box { height: 300px; }
            .swiper-slide-active .slide-caption-box { left: 0; right: 0; text-align: center; bottom: 0; top: auto; transform: none; padding: 15px; min-width: auto; }
			 .slide-img-box img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
		.exp-swiper-wrap { top:64%}
		.hide { display:none;}
        }

/* PRODUCT SLIDER STYLING */
.product-card h3{ font-size:20px;}
.prod { color:#000; text-decoration:none;}
.prod:hover{ color:#dc3545; transition: all .6s ease 0s; }
        .product-img-slider { height: 250px; border-radius: 5px; overflow: hidden; position: relative; }
        .product-img-slider img { height: 100%; width: 100%; object-fit: cover; }
        .carousel-control-prev, .carousel-control-next { width: 40px; background: rgba(0,0,0,0.3); }
		
        /* PRODUCT TABS & OTHERS */
        .product-card img { object-fit: cover; width: 100%; height: 250px; border-radius: 5px; }
        .nav-tabs .nav-link { color: #555; font-weight: bold; border: none; border-bottom: 3px solid transparent; }
        .nav-tabs .nav-link.active { color: #111; border-color: #111; background: none; }

        /* WHY CHOOSE US */
        .why-choose-card { background-color: #111; color: #fff; padding: 40px 15px; text-align: center; border-radius: 8px; transition: all 0.3s ease; cursor: pointer; height: 100%; }
        .why-choose-card i { font-size: 3rem; margin-bottom: 20px; }
        .why-choose-card:hover { background-color: #ff3b3b; transform: translateY(-5px); }

        /* WORKFLOW */
        .workflow-section { background-color: #f4f6f8; padding: 60px 0; }
        .workflow-item { text-align: center; }
        .workflow-icon { width: 90px; height: 90px; background-color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 2.5rem; color: #333; box-shadow: 0 4px 15px rgba(0,0,0,0.08); transition: transform 0.4s ease; margin-bottom: 20px; }
        .workflow-item:hover .workflow-icon { transform: translateY(-15px); }

        /* ARTICLES & FOOTER */
        .article-card { position: relative; overflow: hidden; border-radius: 5px; }
        .article-card img { width: 100%; height: 250px; object-fit: cover; transition: transform 0.3s; }
        .article-card:hover img { transform: scale(1.05); }
        .article-title { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); color: #fff; padding: 30px 15px 15px; margin: 0; font-size: 1rem; font-weight: bold; }
        .section-title { text-align: center; font-weight: bold; text-transform: uppercase; margin-bottom: 50px; letter-spacing: 2px; font-size: 2.0rem; } 
        footer { background-color: #f8f9fa; padding: 50px 0 20px; border-top: 1px solid #ddd; }
		.hotline i { font-size:35px; margin-right:10px; color:#DC3545;}
		.hot { font-size:20px;}
		
		 .page-banner {
            position: relative;
            background-image: url('https://jameglobal.vn/upload/images/charcoal-2.jpg'); /* Thay link ảnh nền than của bạn tại đây */
            background-size: cover;
            background-position: center;
            padding: 70px 0;
            color: #ffffff;
            text-align: center;
        }

        /* Lớp phủ màu đen mờ giúp nổi bật chữ */
        .page-banner::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 0, 0, 0.35);
            z-index: 1;
        }

        .page-banner .container {
            position: relative;
            z-index: 2;
        }

        /* Tiêu đề danh mục lớn */
        .page-banner .page-title {
            font-size: 30px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
            color: #ffffff;
        }

        /* Thanh điều hướng Breadcrumb */
        .page-banner .custom-breadcrumb {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 13px;
            font-weight: 400;
            text-transform: uppercase;
        }

        .page-banner .custom-breadcrumb a {
            color: #e0e0e0;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .page-banner .custom-breadcrumb a:hover {
            color: #ff3b3b; /* Đổi màu đỏ khi di chuột */
        }

        .page-banner .custom-breadcrumb .separator {
            color: #888888;
            font-size: 11px;
        }

        .page-banner .custom-breadcrumb .active-item {
            color: #ffffff;
        }

		
