﻿
        /* Utility Classes */
        .pt-100 {
            padding-top: 100px;
        }
        
        .pb-70 {
            padding-bottom: 70px;
        }
        
        .mb-2 {
            margin-bottom: 0.5rem;
        }
        
        .mb-30 {
            margin-bottom: 30px;
        }
        
        .bg-light {
            background-color: #f9f8fe !important;
        }
        
        /* Section Title */
        .section-title {
            max-width: 720px;
            /* text-align: center; */
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 50px;
            position: relative;
            z-index: 5;
        }
        
        .section-title h2 {
            font-size: 40px;
            line-height: 1;
            margin-top: -5px;
            margin-bottom: 25px;
            color: #017A48;
        }
        
        .section-title p {
            max-width: 640px;
            font-size: 17px;
            font-weight: 500;
            margin-left: auto;
            margin-right: auto;
            color: #113d48;
        }
        
        .section-title .title-icon {
            margin-right: 10px;
            color: #017A48;
        }
        
        /* Destination Section */
        .destination-section {
            position: relative;
            background: linear-gradient(
                135deg,
                #eaf7f1 0%,
                #f6fffb 50%,
                #ffffff 100%
            );
            overflow: hidden;
        }
        
        /* SHAPE TRANG TRÍ */
        .destination-section::before {
            content: "";
            position: absolute;
            top: -120px;
            right: -120px;
            /* width: 420px; */
            /* height: 420px; */
            background: radial-gradient(
                circle,
                rgba(1, 122, 72, 0.15) 0%,
                rgba(1, 122, 72, 0.05) 40%,
                transparent 70%
            );
            /* border-radius: 50%; */
            z-index: 0;
        }
        
        .destination-section::after {
            content: "";
            position: absolute;
            bottom: -150px;
            left: -150px;
            /* width: 500px; */
            /* height: 500px; */
            background: radial-gradient(
                circle,
                rgba(0, 145, 63, 0.12) 0%,
                rgba(0, 145, 63, 0.04) 45%,
                transparent 70%
            );
            /* border-radius: 50%; */
            z-index: 0;
        }
        
        /* ĐẢM BẢO CONTENT NẰM TRÊN */
        .destination-section .container {
            position: relative;
            z-index: 2;
        }
        
        .destination-section .filter-group {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .destination-section .filter-group .list-control {
            display: inline-block;
            border-radius: 30px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .destination-section .filter-group .list-control li {
            margin-right: 16px;
            padding: 0px 0px 3px 0;
            border-radius: 30px;
            cursor: pointer;
            display: inherit;
            position: relative;
            color: #090031;
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
            /* text-transform: uppercase; */
        }
        
        .destination-section .filter-group .list-control li::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            transition: 0.5s;
            transform: scaleX(0);
            background: #ffbf00 !important;
            opacity: 0;
        }
        
        .destination-section .filter-group .list-control li.active {
            color: #ffffff !important;
            background: #ffbf00 !important;
            padding: 5px 10px;
            border-radius: 5px;
            border-radius: 10px;
        }
        
        .destination-section .filter-group .list-control li.active::before {
            transform: scaleX(1);
            /* opacity: 1; */
            /* color: #ffbf00 !important; */
            background-color: transparent;
        }
        
        .destination-section .filtr-container {
            margin: 0 !important;
        }
        
        .destination-section .item-single {
            position: relative;
            overflow: hidden;
        }
        
        .destination-section .item-single .image {
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            aspect-ratio: 4 / 5;
            background: #f6f8fb;
            border-radius: 10px 10px 0px 0px;
        }
        
        .destination-section .item-single .image img {
            border-radius: 5px;
            width: 100% !important;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 10px 10px 0px 0px;
        }
        
        .destination-section .item-single .content {
            position: absolute;
            bottom: 0;
            left: 5px;
            background: #ffffff;
            border-radius: 7px;
            padding: 25px 16px;
            width: 100%;
            max-width: calc(100% - 10px);
            transition: 0.5s;
            /* box-shadow: 0px 0px 30px 0px rgba(102, 102, 102, 0.09); */
            margin-bottom: 5px;
            /* background-color: #fff; */
            /* border: 1px solid #DBEEEE; */
            /* padding: 10px 10px 10px 50px; */
            box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
            /* border-radius: 0px 200px 200px 0px; */
            /* position: relative; */
            /* margin-left: 50px; */
        }
        
        .destination-section .item-single .content i {
            color: #797979;
            margin-right: 4px;
            vertical-align: -1px;
        }
        
        .destination-section .item-single .content span {
            color: #797979;
            /* font-size: 14px; */
        }
        
        .destination-section .item-single .content h3 {
            margin-top: 5px;
            margin-bottom: 5px;
        }
        
        .destination-section .item-single .content h3 a {
            color: #113d48;
            font-family: var(--body-font);
            font-weight: 600;
        }
        
        .destination-section .item-single .content h3 a:hover {
            color: #017A48;
        }
        
        .destination-section .item-single .content p {
            padding-top: 15px;
            display: none;
            font-size: 15px;
        }
        
        .destination-section .item-single .content .list {
            padding: 0;
            margin-bottom: 0;
            list-style: none;
            display: flex;
            align-items: center;
        }
        
        .destination-section .item-single .content .list li {
            display: inline-block;
            margin-right: 12px;
            color: #797979;
            font-size: 16px;
        }
        
        .destination-section .item-single .content .list li:last-child {
            font-weight: 600;
            margin-right: 0;
            color: #017A48;
            margin-left: auto;
        }
        
        .destination-section .item-single:hover .content {
            background: #0CAE74;
            animation: fadeInUp 0.3s linear 1;
        }
        
        .destination-section .item-single:hover .content i {
            color: #d6d6d6;
        }
        
        .destination-section .item-single:hover .content span {
            color: #d6d6d6;
        }
        
        .destination-section .item-single:hover .content h3 a {
            transition: none;
            color: #ffffff;
        }
        
        .destination-section .item-single:hover .content h3 a:hover {
            text-decoration: underline;
        }
        
        .destination-section .item-single:hover .content .list li {
            color: #d6d6d6;
        }
        
        .destination-section .item-single:hover .content .list li:last-child {
            color: #ffffff;
        }
        
        .destination-section .item-single:hover .content p {
            color: #d6d6d6;
            display: block;
        }
        
        .destination-section .item-single .spacer {
            width: 100%;
            min-height: 150px;
        }
        
        .destination-section .doctor-list-wrapper {
            position: relative;
            /* padding: 0 50px; */
            overflow: hidden;
        }
        
        /* Ẩn Swiper default navigation */
        .doctor-swiper .swiper-button-prev,
        .doctor-swiper .swiper-button-next {
            display: none;
        }
        
        .doctor-swiper .swiper-wrapper {
            display: flex;
            align-items: stretch;
        }
        
        .doctor-swiper .swiper-slide {
            width: auto;
            height: auto;
        }
        
        .destination-section .doctor-scroll-btn {
            position: absolute;
            top: 60%;
            transform: translateY(-50%);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #0CAE74;
            color: #ffffff;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            z-index: 10;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 0;
            line-height: 1;
        }
        
        .destination-section .doctor-scroll-btn i {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 24px;
        }
        
        .destination-section .doctor-scroll-btn:hover {
            opacity: 0.9;
        }
        
        .destination-section .doctor-scroll-btn:active {
            transform: translateY(-50%) scale(0.95);
        }
        
        .destination-section .doctor-scroll-btn.swiper-button-disabled {
            opacity: 0.4;
            cursor: not-allowed;
            pointer-events: none;
        }
        
        .destination-section .doctor-scroll-left {
            left: -50px;
        }
        
        .destination-section .doctor-scroll-right {
            right: -50px;
        }
        
        /* Smooth transition animations for doctor cards */
        .doctor-swiper {
            padding: 20px 0 40px 0;
            overflow: hidden;
            width: 100%;
        }
        
        .doctor-swiper .swiper-slide {
            height: auto;
            width: calc((100% - 90px) / 4) !important;
        }
        
        .doctor-swiper .item-single {
            height: 100%;
            width: 100%;
        }
        
        .destination-section .item-single {
            transition: transform 0.3s ease, opacity 0.3s ease;
            will-change: transform, opacity;
        }
        
        /* Review */
        .destination-section .item-single .content .review {
            margin-top: 8px;
            margin-bottom: 8px;
        }
        
        .destination-section .item-single .content .review i {
            color: #017A48;
            margin-right: 5px;
        }
        
        .destination-section .item-single .content .review span {
            color: #017A48;
            font-weight: 600;
        }
        
        .destination-section .item-single:hover .content .review i,
        .destination-section .item-single:hover .content .review span {
            color: #ffffff;
        }
        
        /* Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Responsive */
        @media only screen and (max-width: 767px) {
            .destination-section .doctor-list-wrapper {
                padding: 0 40px;
            }
            
            .doctor-swiper .swiper-slide {
                width: 100% !important;
            }
            
            .destination-section .doctor-scroll-btn {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }
            
            .destination-section .doctor-scroll-btn i {
                font-size: 18px;
            }
            
            .destination-section .doctor-scroll-left {
                left: 3px;
            }
            
            .destination-section .doctor-scroll-right {
                right: 3px;
            }
            
            .destination-section .item-single .content {
                max-width: 100%;
                left: 0;
                padding: 16px 16px;
            }
            
            .section-title h2 {
                font-size: 28px;
            }
        }
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .doctor-swiper .swiper-slide {
                width: calc((100% - 20px) / 2) !important;
            }
            
            .destination-section .item-single .image img {
                width: 100% !important;
            }
            
            .destination-section .item-single .content {
                padding: 16px 12px;
            }
            
            .destination-section .item-single .content h3 {
                font-size: 18px;
            }
        }
        
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .doctor-swiper .swiper-slide {
                width: calc((100% - 50px) / 3) !important;
            }
        }
        
        @media only screen and (min-width: 1200px) {
            .doctor-swiper .swiper-slide {
                width: calc((100% - 90px) / 4) !important;
            }
        }
        
        
        
        /* 50% trên – ảnh + overlay */
.split-bg-section::before{
    content:"";
    position:absolute;
    inset:0 0 50% 0;
    background:
        linear-gradient(rgba(1,122,72,.88), rgba(1,122,72,.88)),
        url("")
        center / cover no-repeat;
    z-index:0;
}

/* 50% dưới – trắng */
.split-bg-section::after{
    content:"";
    position:absolute;
    inset:50% 0 0 0;
    background:#fff;
    z-index:0;
}
/* ===============================
   SPLIT BACKGROUND – DESTINATION
   ÁP DỤNG TRỰC TIẾP FILE HIỆN TẠI
================================ */
#destination.split-bg-section{
    position: relative;
    overflow: hidden;
    /* background: transparent !important; */
}

/* 50% TRÊN – ẢNH + OVERLAY XANH */
#destination.split-bg-section::before{
    content:"";
    position:absolute;
    inset:0 0 50% 0;
    background:
        linear-gradient(
            rgba(1,122,72,.88),
            rgba(1,122,72,.88)
        ),
        url("https://his.phanmemdaotao.edu.vn/assets/img/banner/tam-duc-about.jpg") center / cover no-repeat;
    z-index:0;
    
background: linear-gradient(
            180deg,
            rgba(12,174,116,.92) 0%,
            rgba(12,174,116,.75) 60%,
            rgba(12,174,116,.65) 100%
        ),
        url("/assets/img/banner/tam-duc-about.jpg") center / cover no-repeat;

}

/* 50% DƯỚI – TRẮNG */
#destination.split-bg-section::after{
    content:"";
    position:absolute;
    inset:50% 0 0 0;
    background:#ffffff;
    z-index:0;
}

/* NỘI DUNG NỔI LÊN */
#destination.split-bg-section > .container{
    position:relative;
    z-index:2;
}

/* ===============================
   TITLE TRÊN NỀN XANH
================================ */
#destination .section-title h2,
#destination .section-title p{
    color:#fff;
}

#destination .section-title .title-icon{
    color:#ffb703;
}

/* ===============================
   CARD NỔI – ĐÈ NỀN
================================ */
#destination .item-single{
    /* background:#fff; */
    /* border-radius:18px; */
    /* box-shadow:0 18px 40px rgba(0,0,0,.08); */
    /* transition:.35s ease; */
}

#destination .item-single:hover{
    /* transform:translateY(-6px); */
    /* box-shadow:0 28px 60px rgba(0,0,0,.15); */
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px){
    #destination.split-bg-section::before{
        inset:0 0 60% 0;
    }
    #destination.split-bg-section::after{
        inset:60% 0 0 0;
    }
}



.site-button:hover, .site-button:active {
  transform: translateY(-3px);
  color: #fff;
  /* box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3); */
}
.site-button.butn-bg-shape:after {
  left: -100%;
}
.site-button.butn-bg-shape:hover::after {
  left: 200%;
  opacity: 0.6;
}
.site-button span {
  z-index: 20;
}
.site-button.outline {
  background-color: transparent;
  color: #066168;
  border-radius: 50px;
  border: 2px solid #85D200;
  padding: 8px 25px;
  font-size: 14px;
}

.destination-section .doctor-scroll-btn:hover
{background: #ffbf00;
    
    }
    
    
@media (max-width: 767px) {

.ktr{
    display:none;
}

.destination-section .item-single .image{
    height:260px !important;
        width: 100% !important;
}

}