body{
    font-family:'Be Vietnam Pro',sans-serif;
    color:#222;
    line-height:1.8;
    padding-top:95px;
}

.main-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:#fff;
    transition:.3s;
}

.main-header.scrolled{
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.logo img{
    max-height:60px;
}

.main-menu{
    margin-top:18px;
}

.main-menu li{
    margin:0 10px;
}

.main-menu a{
    color:#1b2b55;
    font-weight:600;
    text-decoration:none;
}

.btn-book{
    background:#0d47a1;
    color:#fff;
    padding:12px 20px;
    border-radius:8px;
    display:inline-block;
    margin-top:8px;
}

.hero{
   /* padding:17px 0; */
   padding-top:17px;
    background:
    /*linear-gradient(
        90deg,
        rgba(245,249,255,.95),
        rgba(245,249,255,.75)
    ),
    url('../img/hero-bg.jpg');*/
    linear-gradient(90deg, rgba(245, 249, 255, .95), rgb(245 249 255 / 59%)), url(../img/hero-bg.jpg);
    background-size:cover;
    background-position:center;
    /*min-height:720px;*/
    display:flex;
    align-items:center;
}

.hero-small{
    display:block;
    font-size:34px;
    font-weight:600;
    color:#444;
}

.hero-small.blue{
    color:#1565c0;
}

.hero h1{
    font-size:66px;
    color:#0d47a1;
    font-weight:700;
    margin:20px 0;
}

.hero h2{
    font-style:italic;
    font-family:'Allura',cursive;
    font-size:72px;
    color:#d5a441;
    font-weight:400;
}

.hero-desc{
    font-size:24px;
}

.hero-buttons{
    margin-top:40px;
}

.btn-primary-custom{
    background:#0d47a1;
    color:#fff;
    padding:15px 60px;
    border-radius:8px;
    display:inline-block;
    margin-right:10px;
    font-weight:600;
    transition:.3s;
}

.btn-primary-custom:hover{
    background:#08347b;
    color:#fff;
    transform:translateY(-3px);
}

.btn-outline-custom{
    border:2px solid #0d47a1;
    color:#0d47a1;
    padding:13px 60px;
    border-radius:8px;
    display:inline-block;
    font-weight:bold;
}

.hero-image{
    margin-left:auto;
}


.quote-box{
    background:#fafafa;
    padding:40px;
    border-radius:12px;
}

.quote-box i{
    font-size:50px;
    color:#0d47a1;
}

.section-tag{
    color:#1565c0;
    font-weight:700;
    font-size:18px;
}

.about-doctor h2{
    color:#0d47a1;
    font-size:30px;
    font-weight:bold;
}

.about-doctor{
    position:relative;
    background:url('../img/about-bg.jpg')
               center center no-repeat;
    background-size:cover;
}
.about-overlay{
    padding:40px 0;
}
.about-left{
    border-right:1px solid #e6e6e6;
    padding-top:10px;
}
.about-right{padding-top:10px;}
.donghanh{font-weight: bold;}
.giamdoc{font-weight: 600;padding-bottom: 15px;padding-top: 10px;}
.stat-item{

    display:flex;

    align-items:flex-start;

    position:relative;
    padding: 5px 0px 5px 0px;
}
.stat-icon{

    width:90px;

    height:90px;

    min-width:90px;

    border-radius:50%;

    background:#fff;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:25px;
}
.stat-icon img{

    width:78px;

    height:auto;
}
.stat-content{

    flex:1;
}
.stat-content .number{

    font-size:40px;

    line-height:1;

    font-weight:800;

    color:#0d47a1;

    margin-bottom:10px;
}
.stat-content h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:8px;
}
.stats-row > div{

    position:relative;
}
.stats-row > div:not(:last-child):after{

    content:"";

    position:absolute;

    top:20px;

    right:0;

    width:1px;

    height:90px;

    background:#d9dff1;
}
@media(max-width:991px){

    .stats-row > div:after{

        display:none;
    }

}
.counter-section{

    background:#f6f8fd;

    padding:80px 0;
}
.doctor-profile-link{

    display:inline-flex;

    align-items:center;

    color:#0d47a1;

    font-weight:600;

    text-decoration:none;

    margin-top:20px;
}
.circle-arrow{

    width:22px;

    height:22px;

    border:1px solid #0d47a1;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-left:10px;

    transition:.3s;
}
.circle-arrow i{

    font-size:12px;
}
.doctor-profile-link:hover .circle-arrow{

    background:#0d47a1;

    color:#fff;

    transform:translateX(4px);
}

.counter-section{
    background:#f5f8fd;
    padding:10px 0;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
    color:#0d47a1;
    font-weight:700;
    font-size:25px;
}

.counter-box{
    text-align:center;
}

.counter-box .number{
    display:block;
    font-size:60px;
    font-weight:700;
    color:#0d47a1;
}
.expertise-section{
    padding:10px 0;
}

.service-row{
    margin-top:30px;
}

.service-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-bottom:30px;
    transition:.35s;
    cursor:pointer;
    overflow:hidden;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.service-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.6s;
}
.service-card:hover img{
    transform:scale(1.08);
}

.service-content{
    padding:20px;
}

.service-content h3{
    font-size:18px;
    color:#0d47a1;
    margin-top:0;
    font-weight:bold;
    line-height: 23px;
}

.service-image{

    position:relative;

    overflow:hidden;
}
.service-icon{

    position:absolute;

    top:15px;

    left:15px;

    width:58px;

    height:58px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:
    0 5px 15px rgba(0,0,0,.12);
}
.service-icon img{

    width:28px;

    height:auto;
}
.service-card:hover .service-icon{

    transform:scale(1.08);

    transition:.3s;
}
.service-card{

    border-radius:18px;

    overflow:hidden;

    background:#fff;

    box-shadow:
    0 5px 20px rgba(0,0,0,.08);
}
.service-card img{

    width:100%;

    object-fit:cover;
}

.baby-section{
    background:#f7f9fc;
    padding:10px 0;
}

.baby-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.35s;
}
.baby-card:hover{
    transform:translateY(-8px);
}

.baby-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.baby-content{
    padding:20px;
}

.contact-section{
    padding:30px 0;
}

.contact-section h2{
    color:#0d47a1;
    font-size:26px;
    margin-bottom:25px;
    font-weight:bold;
}

.contact-buttons{
    margin-top:30px;
}

.press-section{
    padding:20px 0;
    background:#fff;
}

.press-logo{
    height:90px;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    background:#fff;
}

.main-footer{
    background:#082c74;
    color:#fff;
    padding-top:60px;
}

.main-footer h3{
    margin-top:0;
    margin-bottom:25px;
    font-size:20px;
}

.footer-links{
    padding-left:18px;
}

.footer-links li{
    margin-bottom:8px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:40px;
    padding:20px 0;
    text-align:center;
}

.footer-row .footer-col{

    position:relative;

    min-height:220px;
}
.footer-row .footer-col:not(:last-child)::after{

    content:'';

    position:absolute;

    top:0;

    right:0;

    width:1px;

    height:100%;

    background:rgba(255,255,255,.2);
}
.footer-social{

    margin-top:20px;
}
.footer-social a{

    width:38px;

    height:38px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.15);

    border-radius:6px;

    margin-right:8px;

    color:#fff;

    text-decoration:none;

    transition:.3s;
}
.footer-social a:hover{

    background:#fff;

    color:#0d47a1;
}
.footer-social img{

    width:20px;

    height:20px;
}
.footer-contact{

    list-style:none;

    padding:0;
}
.footer-contact li{

    position:relative;

    padding-left:28px;

    margin-bottom:15px;

    line-height:1.7;
}
.footer-contact i{

    position:absolute;

    left:0;

    top:5px;

    color:#fff;
}
.footer-services{

    list-style:none;

    padding:0;
}
.footer-services li{

    margin-bottom:10px;
}
.footer-services i{

    margin-right:8px;

    color:#fff;
}
.footer-social-links{

    list-style:none;

    padding:0;
}
.footer-social-links img{width:25px;}
.footer-social-links li{

    display:flex;

    align-items:center;

    margin-bottom:15px;

    font-size:16px;
}
.footer-social-links i{

    width:22px;

    margin-right:10px;
}
.social-icon{

    width:18px;

    margin-right:10px;
}
.facebook{
    color:#1877f2;
}

.youtube{
    color:#ff0000;
}

.navbar{
    margin-bottom:0;
    border:0;
    background:#fff;
}

.navbar-nav > li{
    position:relative;
}

.navbar-nav > li.active > a{
    background-color: #fff !important;
    color:#0d47a1 !important;
}

.navbar-nav > li:after{

    content:"";

    position:absolute;

    left:15px;

    right:15px;

    bottom:10px;

    height:3px;

    background:#0d47a1;

    transform:scaleX(0);

    transition:.3s;

    border-radius:20px;
}
.navbar-nav > li:hover:after{

    transform:scaleX(1);
}
.navbar-nav > li.active:after{

    transform:scaleX(1);
}

.navbar-brand{

    padding:10px 15px;
}

.navbar-brand img{

    height:55px;
}

.navbar-nav > li > a{
    text-transform: uppercase;
    color:#1b2b55 !important;

    font-weight:600;

    padding-top:25px;
    padding-bottom:25px;
}

.menu-cta a{
    text-transform: none !important;
    background:#0d47a1 !important;

    color:#fff !important;

    border-radius:8px;

    margin-top:12px;

    padding:12px 20px !important;
}
@media(max-width:767px){

    .navbar-brand img{

        height:45px;
    }

    .navbar-nav{

        margin-top:15px;
    }

    .navbar-nav > li > a{

        padding:15px 20px;
    }

    .menu-cta{

        padding:15px;
    }

    .menu-cta a{

        display:block;
        text-align:center;
        margin-top:0;
    }

}
.navbar-toggle{

    margin-top:18px;
    border:none;
}

.navbar-toggle .icon-bar{

    background:#0d47a1 !important;
    height:3px;
    width:24px;
}
.navbar-toggle{
    font-size:24px;
    color:#0d47a1;
}

.hero-badges{

    margin-top:138px;
}

.hero-badges span{

    display:inline-block;

    background:#fff;

    border:1px solid #dfe7f5;

    border-radius:50px;

    padding:10px 18px;

    margin-right:10px;

    margin-bottom:10px;

    box-shadow:0 3px 10px rgba(0,0,0,.05);

    font-size:14px;
}

.hero-badges i{

    color:#0d47a1;

    margin-right:8px;
}

.hero-achievement{

    display:flex;

    align-items:center;

    gap:25px;

    margin-bottom:35px;
}
.achievement-logo img{

    width:130px;

    height:auto;

    display:block;
}
.achievement-logo{

    position:relative;

    top:-8px;
}
.achievement-text{

    display:flex;

    flex-direction:column;
}
.achievement-text span{

    color:#0d47a1;

    line-height:2.05;
}
.ha-kn{
    font-weight: bold;
    font-size: 22px;
}
.ha-ht{
    font-size: 22px;
}
.drvuongha{float:right;}
.press-logo img{
    max-width:100%;

    max-height:80px;

    width:auto;

    height:auto;
}
@media(max-width:767px){

    .hero-achievement{

        flex-direction:column;

        align-items:flex-start;

        gap:15px;
    }

    .achievement-logo img{

        width:110px;
    }

    .achievement-text span{

        font-size:22px;
    }

}
