body{
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px !important;
}
img{
    margin: 0 auto;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.max-width-50{
    max-width: 50%;
}
.height-100{
    height: 100vh;
}
.header-main{
    padding: 0px 0;
    /*background: #0a2eb147;*/
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}

.main-menu ul{
    margin-top:22px;
}
.main-menu ul li{
    display: inline;
    padding:6px 10px;
    border-radius: 5px;
}
.main-menu ul li a{
    color:#014a81;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size:15px;
    display: inline;
}
a.btn-phone{
    color: #fff !important;
    background: #8cc63f;
    border-radius: 8px;
}
a.btn-reg{
    color: #fff !important;
    background: #014a81;
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
}

.logo img{
    width: 180px;
}

/* END HEADER */

.fix-pos{
    position: relative;
}
.footer{
	padding-bottom: 30px;
	position: relative;
	font-size: 13px;
	text-align: center;
	background: url(../images/new/bg-p2.png);
	color: #fff;
	clear: both;
}
.footer .social-links {
    position: relative;
    padding-top: 5px;
}
.footer .social-links .social-item a {
    position: relative;
    display: inline-block;
    margin: 0px 5px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #dddddd;
    border: 1px solid #014a81;
    background: #014a81;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

#modal-id .modal-content{
	margin: auto;
}
#modal-id .modal-header{
	background: #014a81;
}
#modal-id .text-menu span{
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin-top: 10px;
}
#modal-id .note-form-bv{
	text-align: center;
	margin-bottom: 15px;
	color: #014a81;
	font-size: 15px;
}
#modal-id input{
	margin: 0;
}
#modal-id .btn-send-menu{
	text-align: center;
}

.title-form-dk {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #f9df00;
    margin-top:0;
}
.note-form-dk {
    text-align: center;
    color: #fff;
}
#register-form_pop{
    margin: 0 auto;
    padding-top: 5px;
}
#errPositon, #errPositon_pop{
    color: red;
}
/* .owl-carousel .owl-item img{
    width: auto !important;
} */

/* LD PAGE NEW */



/* Button Srcoll Down */

.scroll-down{
    cursor: pointer;
    position:fixed;
    right: 30px;
    top: 40vh;
    width:60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #00567d;
    background: #04a9f5;
    box-shadow: 0 0 0 5px #fff, 0 5px 25px rgba(0,0,0,0.8);
    overflow: hidden;
    z-index: 99999;
}

.scroll-down:before{
    content:'';
    position:absolute;
    width: 50%;
    height: 100%;
    background:rgba(0,0,0,0.1);
}

.scroll-down .fa{
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    animation:srcolldown 1.5s linear infinite;
}
@keyframes srcolldown{
    0%{
        top:-10%;
    }
    40%{
        top:60%;
    }
    60%{
        top:30%;
    }
    80%{
        top:60%;
    }
    100%{
        top:110%;
    }
}

.src-text{
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
}

/* END Button Srcoll Down */

/*YOUTUBE*/

.videos {
    padding-top: 30px;
    padding-bottom:250px;
}
.videos .owl_video .owl-stage {
    padding: 150px 0 60px;
    padding-bottom:0;
}

.videos .owl_video .intro-video span{
    color: #111;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #fff;
    padding:0 7px;
}

.videos .owl_video .owl-item {
    -webkit-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.videos .owl_video .owl-item.center {
    transform: scale(1.6) translateY(-60px);
    z-index: 100;
}
.videos .owl_video .owl-item:after {
    /*content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/shadow.png);
    background-size: 100% 100%;*/
}
.videos .owl_video .owl-item.center:after {
    bottom: -20px;
}

.videos .owl-carousel .owl-nav>div {
    position: absolute;
    top: calc(45% - 25px);
}

.videos .owl-carousel .owl-nav{
    display: block !important;
    position: absolute;
    top: 50%;
    width: 100%;
}

.videos .owl-carousel .owl-nav .owl-prev {
    position:absolute;
    left: 20px;
}
.videos .owl-carousel .owl-nav .owl-next {
    position:absolute;
    right: 20px;
}
.videos .owl-nav i{
    color: #fff;
    font-size: 20px;
    padding: 0;
    text-align: center;
    margin-top:5px;
}

/*video*/
.intro-video {
    padding: 0 15px 25px;
}
/*youtube home*/
.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    border-radius: 6px;
    opacity: 0.8;
    transition: 0.3s all linear;
}
.youtube:hover .play-button {
    opacity: 1;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.intro-video {
    margin-top: 30px;
}
.preview-intro-video {
    margin-top: 25px;
}


/*END YOUTUBE*/

.modal-vid .modal-body{
    padding: 0;
}
.modal-vid .close-video{
    position: absolute;
    top: -19px;
    right: -15px;
    font-size: 40px;
    color: #e79807;
    z-index: 999;
}
.modal-vid .intro-video{
    margin-top: 0;
}

.intro-video .youtube{
    border: 3px solid #cacaca;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background:none;
}

.ads-text{
    top: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
}

/*OWL-Carousel Thumb*/

.outer { margin:0 auto;width: 831px; }
#big {}
#thumbs{ position: absolute; bottom:50px; right: 0;width: 500px; }
#thumbs:hover{ cursor: pointer; }
#thumbs .owl-item{ width: 100px !important; }
#thumbs .owl-item .item img{ border-radius: 50% }
#thumbs .item { width: 90px; height: 90px; margin-right: 5px; }
#thumbs .current .item img { border:5px solid #8cc63f;  }
.owl-theme .owl-nav [class*='owl-'] {  }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color:none; }
#big.owl-theme { position: relative; bottom: 0 }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {line-height:40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#big.owl-theme .item img{ max-width:100%; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
    
/*ENd OWL-Carousel Thumb*/


.delay-1{
    animation-delay: 1s !important;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}
.delay-2{
    animation-delay: 2s !important;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}
.delay-3{
    animation-delay: 3s !important;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}
.delay-4{
    animation-delay: 4s !important;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
}
.delay-5{
    animation-delay: 5s !important;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
}
.delay-6{
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
}



/*////////////////////////////////////////////////////////*/

.bg-head{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.footer .social-links a {
    position: relative;
    display: inline-block;
    margin: 0px 5px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #dddddd;
    border: 1px solid #8cc63f;
    background: #8cc63f;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

/*MODAL*/


#modal-id .modal-content{
    margin: auto;
}
#modal-id .modal-header{
    background: #014a81;
}
#modal-id .text-menu span{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}
#modal-id .note-form-bv{
    text-align: center;
    margin-bottom: 15px;
    color: #014a81;
    font-size: 15px;
}
#modal-id input{
    margin: 0;
}
#modal-id .btn-send-menu{
    text-align: center;
}

.title-form-dk {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-top:0;
}
.note-form-dk {
    text-align: center;
    color: #fff;
}
#register-form_pop{
    margin: 0 auto;
}
#errPositon, #errPositon_pop{
    color: #fff;
}

#modal-id .modal-body{
    position: relative;
}

#modal-id button.close{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    color: #fff;
    padding: 0px 10px;
    font-size: 35px;
    z-index: 99999999;
}

#modal-id .modal-content{
    background: url(../images/bg-form.jpg) no-repeat center;
    background-size: cover;
}

#modal-id .frm-title{
    font-size: 25px;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
}

/*END MODAL*/
.ads-text{
    text-align: center;
    color:#fff;
    margin:10px 0;
    z-index: 999;
}

/*//////////////////////////// Page Mới Code Dưới Đây ////////////////////////////*/


.main-container .section-top{
    position: relative;
    height: 100vh;
    background: url(../images/version_2/bg-p1.jpg) no-repeat center;
    background-size: cover;
    margin-top:68px;
}

.btn-dangky{
    display: block;
    padding:8px;
    text-align: center;
    font-size: 20px;
    margin:0 auto;
    margin-top:10px;
    color:#fff;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600;
    width: 200px;
    background: -webkit-linear-gradient(to right,rgb(176, 29, 5) 0%,rgb(248, 5, 50) 90%);
    background: -o-linear-gradient(to right,rgb(176, 29, 5) 0%,rgb(248, 5, 50) 90%);
    background: linear-gradient(to right,rgb(176, 29, 5) 0%,rgb(248, 5, 50) 90%);
}


.btn-dangky:hover{
    color:#cacaca;
}

.p1-content{
    text-align: center;
}

.p1-content > img{
    margin-top:10px;
    /* width: 80%; */
}

.p1-content span{
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin-top:20px;
    color:#fff;
    text-align: center;
}

.wrapper-p23{
    background: url(../images/bg-p23.jpg) no-repeat center;
    background-size: cover;
}

.section-two{
    padding-top:30px;
}

.section-two .row img{
    cursor: pointer;
}

/*.section-three{
    background: linear-gradient(360deg, white, transparent);
}*/


.footer{
    background: url(../images/bg-footer.png) no-repeat center;
    background-size: cover;
}

.footer .content p:first-child{
    margin-top:20px;
}

.footer .content p{
    font-size: 16px;
}

.footer .social ul li{
    display: inline-block;
    margin-right:10px;
}

.footer .social ul li img{
    width: 50px;
}

/*.videos{
    background: url(../images/bg-p4.jpg) no-repeat center;
    background-size: cover;
}*/

#owl-slide .owl-nav{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.owl-main .owl-nav{
    position: absolute;
    top: 55%;
    right: 20%;
}

.btn-reg-fix{
    position: absolute;
    bottom: 15%;
    right: 15%;
    z-index: 999;
}

/*DOCTOR SLIDE*/

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    bottom:10px;
    right:10%;
}

#custom_carousel .controls ul li img{
    width: 70px;
    border-radius: 50%;
}

#custom_carousel .controls li {
    display: inline-block;
}

#custom_carousel .controls li a:hover,
#custom_carousel .controls li a:focus,
#custom_carousel .controls li a:visited{
    background: none;
}

#custom_carousel .controls li.active img {
    border: 3px solid orange;
}


#slide_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    bottom:40px;
    left:10%;
}

#slide_carousel .controls ul li img{
    width: 70px;
    border-radius: 50%;
}

#slide_carousel .controls li {
    display: inline-block;
}

#slide_carousel .controls li a:hover,
#slide_carousel .controls li a:focus,
#slide_carousel .controls li a:visited{
    background: none;
}

#slide_carousel .controls li.active img {
    border: 3px solid orange;
}

#slide_carousel .td-item .slide-left{
    width: 45%;
    float:left;
}

#slide_carousel .td-item .slide-right{
    width: 55%;
    float:left;
}

/*END DOCTOR SLIDE*/

.menu-active{
    background: #8cc63f !important;
}

.menu-active a{
    color:#fff !important;
}

.ads-test{
    margin-top:10px;
    white-space: normal;
}

.nav>li>a{
    padding:8px;
}


/*STAR*/

.img-main-star{
    position: relative;
}

.star{
    background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 99;
    opacity: 0;
    -webkit-animation: star 3.5s ease 1.5s infinite;
    animation: star 3.5s ease 1.5s infinite;
}

@-webkit-keyframes star {
    0% {
        opacity: 1; -webkit-transform: rotate(0);
    }
    100% {
        opacity: 0; -webkit-transform: rotate(270deg);
    }
}
    
@keyframes star {
    0% {
        opacity: 1; transform: rotate(0);          
    }
    100% {
        opacity: 0; transform: rotate(270deg);
    }
}

/*END STAR*/


.service-text{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 40px;
    font-weight: 600;
}

/*.section-four{
    background: url(../images/bg-p5.jpg) no-repeat center;
    background-size: cover;
}*/

#owl-news .item p{
    text-align: center;
    color: #111;
    font-size: 20px;
    margin: 10px 0;
}

.news-slide .owl-item{
    padding:10px;
    background: #fff;
}

#owl-news .owl-nav{
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    transform: translateY(-50%);
}

#owl-news .owl-nav .owl-prev{
    position: absolute;
    left:0;
}

#owl-news .owl-nav .owl-next{
    position: absolute;
    right:0;
}

.text-des{
    padding:20px 30px;
}

.text-des ul li{
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
    color:#111;
}

.text-des ul li i{
    color:#b30000;
}

.three-title{
    margin-bottom:40px;
}

.section-news{
    margin-top:50px;
}

.zone-footer .content p a{
    color:#fff;
    font-weight: 600;
}


/*ZONE FORM*/

.price-table{
    text-align: center;
    overflow: hidden;
    margin:20px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: inset 0 0 40px rgba(0,0,0,.2), 0 20px 50px rgba(0,0,0,.5);
    border-radius: 20px;    
    transition: .8s ease;
}

.price-table .price-head{
    padding:50px;
    background: linear-gradient(80deg,#00123a,#121aff);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.price-table .price-head h3{
    padding: 0;
    margin:0;
    text-transform: uppercase;
    color:#fff;
    font-weight: 700;
}
.price-table .price-head h2{
    padding: 20px 0 0;
    margin:0;
    text-transform: uppercase;
    color:#fff;
    font-weight: 600;
    font-size: 40px;
}
.price-content{
    position: relative;
}
.price-content ul{
    position: relative;
    margin: 0;
    padding: 20px 0;

}
.price-content ul li{
    position: relative;
    list-style: none;
    font-size: 20px;
    padding: 7px 0 7px 50px;
    color: #777;
    cursor: pointer;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transition: .5s;
    text-align: left;
}

.price-button{
    margin-bottom:25px;
}
.price-button a{
    padding:10px 40px;
    color:#fff;
    background: linear-gradient(to right, rgb(76, 184, 196), rgb(60, 211, 173));
    font-size: 18px;
    border-radius: 25px;
    text-transform: uppercase;
    text-decoration: none;
    
}

/*.price-table:hover{
    transform: scale(1.07);
}*/

.price-content ul li span:first-child{
    float:left;
    width: 150px;
    font-weight: 600;
    color:#000;
}

.price-content ul li span:last-child{
    float:right;
    width: 300px;
    color:#000;
}

.right-four h1{
    color:#fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-top:50px;
}

.right-four h2{
    margin:0;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
}

.right-four ul{
    padding:20px 50px;
}

.right-four ul li{
    color: #fff;
    font-size: 24px;
    text-align: left;
    padding: 5px 0;
}

.right-four ul li:before {
    content:"\A";
    width:10px;
    height:10px;
    border-radius:50%;
    background: #fff;
    margin-right:10px;
    display:inline-block;
}