@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap');

body {
    font-family: 'Nunito Sans', sans-serif;
}
html[lang="zh"] body {
      font-family: "Noto Sans SC", sans-serif;
}
html[lang="ko"] body {
      font-family: "Noto Sans KR", sans-serif;
}
p {
    color: var(--gray, #787878);
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a {
    color: #000;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
html[lang="zh"] p,html[lang="zh"] a{ font-family: "Noto Sans SC", sans-serif;}
html[lang="ko"] p,html[lang="ko"] a{ font-family: "Noto Sans KR", sans-serif;}
.text_white{
    color: #fff;
}
.main-color{
    /* border-radius: 40px 130px 15px 40px; */
background: var(--logo-color, #005550);
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
}
a:hover {
    color: #005550;
}

h1 {
    color: #000;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

h1 span {
    color: var(--logo-color, #005550);
}

h1 span:last-child {
    color: var(--logo-color, #EB7B30);
}
h2{
    color: var(--black, #000);
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}

.btn {
    border-radius: 7px;
    background: var(--orange, #EB7B30);
    width: 167px;
    height: 54px;
    flex-shrink: 0;
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
section{
    padding: 100px 0;
}
h5{
    color: var(--black, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h6{
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 150% */
}

/* header */
.header .container-fluid {
    max-width: 1780px;
    margin: auto;
    padding: 0 10px !important;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-item .nav-link {
    color: var(--black, #000);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.navbar-nav .nav-item .nav-link.active {
    color: var(--logo-color, #005550);
    position: relative;
}

.navbar-nav .nav-item .nav-link.active::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--logo-color, #005550);
}




/* hero section */
.hero_section{
    background: url(../images/herobg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}
.hero_section ul {
    display: flex;
    gap: 40px;
}

.content_wrapper ul li:first-child {
    list-style-type: none;
}

.content_wrapper ul li {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hero_section .content_wrapper article{
    max-width: 380px;
}
.content_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}



/* about us */

.sectionlabel{
    border-radius: 5px;
    border-left: 2px solid var(--logo-color, #005550);
    background: #E0FEFD;
    display: inline-flex;
    padding: 6px 29px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--logo-color, #005550);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    width: fit-content;
    line-height: 30px; /* 150% */
}
.therepylist{
    width: 40%;
}
.therepylist ul{
    list-style: none;
}
.therepylist ul li{
    position: relative;
}
.therepylist ul li i{
    color: var(--logo-color, #005550);
    font-size: 17px;
font-style: normal;
font-weight: 900;
}

.banner_content{
    gap: 10px;
}
.doctor_name{
    width: 60%;
    color: #fff;
}
.doctor_name{
    border-radius: 51.5px 15px 167.5px 51.5px;
background: var(--logo-color, #005550);
box-shadow: 0px 4px 74px 0px rgba(0, 0, 0, 0.15) inset;
padding: 40px 20px;
display: flex;
gap: 20px;
flex-direction: column;
}
.therepylist ul li{
    color: var(--gray, #787878);
font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}
.ourmission{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
    position: relative;
}
.ourmission p{
    max-width: 320px;
}
.ourmission img{
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* services */
.services{
    background: #F1FDFD;
}
.serviceimg img{
    border-radius: 20px;
    border: 5px solid #FFF;
    background: #D9D9D9;
    max-width: 430px;
    max-height: 344px;
    height: 344px;
    width: 100%;
    flex-shrink: 0;
        object-fit: cover;
}
.servicecontent{
    border-radius: 10px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(25px);
    padding: 25px;
    max-width: 381px;
    height: calc(100% - 280px);
    margin: auto;
    margin-top: -60px;
    position: relative;
        z-index: 10;
}
.servicedetail ul{
    list-style-type: none;
}
.contactdetail{
    padding: 40px;
    border-radius: 40px 130px 15px 40px;
    color: #fff;
}
.contactdetail p,.contactdetail h5{
    color: #fff;
}
.contactdetail p{
    max-width: 210px;
}
.contactform{
    border-radius: 15px;
    background: var(--logo-color, #005550);
    padding: 34px;
}
.contactform input{
    border-radius: 5px;
    background: var(--white, #FFF);
    height: 54px;
}
.contactform textarea{
    border-radius: 5px;
    background: var(--white, #FFF);
    padding: 6px 12px;
}
.contactus{
    background: url(../images/contactus.png) no-repeat;
}
.footer{
    padding: 50px 0 0;
}
.footer ul{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
}
.footermenus{
    gap: 30px;
}
.socialicons li a{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.footermenus li a{
    color: var(--white, #FFF);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.line {
    border-top:1px solid  rgba(217, 217, 217, 0.20);
    opacity: 1;
    margin: 1.5rem 0;
}
.copyright{
    display: flex;
    justify-content: space-around;
    max-width: 850px;
    margin-left: auto;
    color: #fff;
}
.feedbackcontent article{
    position: relative;
}
.feedbackcontent article::before{
    position: absolute;
    content: "";
    
    left: -72px;
    top: -24px;

    background: url(../images/quoteright.png)no-repeat;
    width: 62px;
    height: 50px
}
.feedbackcontent article::after{
    position: absolute;
    content: "";
    right: -72px;
    bottom: -24px;
    background: url(../images/quoteleft.png)no-repeat;
    width: 62px;
    height: 50px
}
.slider1 .items img{
    border-radius: 51.5px 194.5px 16.5px 51.5px;
    background: #D9D9D9;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.10)); 
}
.slider2 .slick-list.draggable {
    padding: 0px  !important;
}
.slider2.slick-initialized .slick-slide{
    padding: 80px
}
.slider2 .prev.slick-arrow{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 59.654px;
    height: 60.769px;
    background: url(../images/arrowbg.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
    bottom: -30px;
}
.slider2 .next.slick-arrow{
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 59.654px;
    height: 60.769px;
    background: url(../images/arrowbg.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    bottom: -30px;
}
.client_name{
    margin-top: 10px;
}
/**** ****/
div#nav_pc { position: relative;    margin-right: 15px; } div#nav_pc a { padding: 0; }
.dropdown-toggle { padding: 0;  }
/**** ****/
ul.dropdown { display: none; position: absolute; top: 100%;
     margin-top: 0;
    padding: 0; }
ul.dropdown li { list-style-type: none; }
ul.dropdown li a { text-decoration: none; padding: 0em 1em; display: block; }
.dropdown-toggle::after{display: none;}
 #nav_mb{display: none;}
 div#nav_pc {
    margin-right: 15px;
    position: relative;
}
.pc{display: block;}
.mb{display: none;}
.flag{margin-right: 10px;}
.flag ul{ list-style: none;  margin: 0;padding: 0;}
.flag ul li{
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}
.flag ul li a img  {
   display: block;
   border-bottom: 3px solid #fff;
   opacity: 0.7;
   transition: 0.3s;
}
.flag ul li a:hover img{opacity: 1}
.flag ul li.active a img{
    display: block;
    border-bottom: 3px solid #005550;
    padding-bottom: 2px;
    opacity: 1;
}
.flag ul li a img{
    display: block;
    width: 25px;
}
@media (max-width: 1550px){
    .servicecontent{height: calc(100% - 285px);}
}
@media (max-width: 1200px){
    .servicecontent{height: calc(100% - 200px);}
}
@media (max-width: 991px){
    .servicecontent{height: calc(100% - 130px);}
    .servicecontent h5{font-size: 18px;}
}
@media (max-width: 812px) {
     .servicecontent{height: auto;}
    .servicedetail {
        height: 100%;
        overflow: auto;
        padding-right: 10px;
        -webkit-overflow-scrolling: touch;
    }
    .therepylist {
        width: 100%;
        margin: 35px 0;
    }
    .doctor_name {
        width: 100%;
        color: #fff;
    }
    .banner_content {
        display: block !important;
    }
    .ourmission {
        padding: 25px 50px 25px 25px;
    }
    h1 {
        font-size: 55px;
        line-height: 70px;
        padding-bottom: 35px;
    }
    .bannnerimg {
        margin-top: 50px;
    }
    .d-flex.justify-content-between.align-items0-center.footermain {
        display: block !important;
    }
    .footer ul.footermenus {
        flex-flow: row wrap;
        margin: 20px 0 30px;
    }
    .footer ul.footermenus li {
        width: 30.33333%;
    }
    .copyright {
        display: block;
        padding: 20px 0;
    }
    address br{display: none;}
    #nav_pc{display: none;}
    #nav_mb {display: block; margin-right: -40px; position: relative;}
    #nav_mb ul.dropdown li a{padding: 0;}
    section#aboutus {
        width: 100%;
        overflow: hidden;
    }
    html[lang="vi"] .content_wrapper ul li{font-size: 18px;}
    html[lang="vi"] .footermenus li a{font-size: 15px;}
    html[lang="vi"] .footer ul.footermenus li {
        width: 48%;
    }
    .pc{display: none;}
    .mb{display: block;}
    .flag ul{width: 70px;}
    .flag{margin-right: 0;}
    .flag ul li {
        margin: 5px;
        width: 25px;
        float: left;
    }
     .flag ul li a img{height: 21px;}
}