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: 5px 0;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}

.main-menu ul{
    margin-top:25px;
}
.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;
}

.footer{
    padding: 30px 0 70px 0;
    position: relative;
    font-size: 13px;
    text-align: center;
    background: url(../images/bg-footer.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    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;
}

.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;
}


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


.section-one{
    position: relative;
    background: url(../images/skincare/bg-p1.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    background-position: 100%;
}

.section-two{
    position: relative;
    background: url(../images/skincare/bg-p2.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    background-position: 100%;
}

.section-three{
    padding-top:30px;
    background: url(../images/bg-p3.jpg) no-repeat center;
    background-size: cover;
    background-position: 100%;
}

.p3-content{
    display: flex;
}

.p3-content .left{
    width: 40%;
    margin-top:60px;
}

.p3-content .left img{
    width: 400px;
}

.p3-content .right{
    width: 60%;
}

.section-four{
    /*padding-top:30px;*/
    background: url(../images/bg-p4.jpg) no-repeat center;
    background-size: cover;
    background-position: 100%;
}

.section-five{
    padding:40px 0;
    background: url(../images/bg-p5.jpg) no-repeat center;
    background-size: cover;
    background-position: 100%;
}

.btn-dk{
    display: block;
    width: 180px;
    color: #fff;
    background: linear-gradient(180deg, #26FFFF, #003192);
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 15px;
}

.section-one .btn-fix{
    position: absolute;
    bottom: 24%;
    left: 24%;
}

.section-two .btn-fix{
    position: absolute;
    right: 35%;
    bottom: 100px;
}

.p3-content .right{
    position: relative;
}

.p3-content .right .btn-fix{
    position: absolute;
    bottom:50px;
    left: 80px;
}

.section-four .row .col-md-12{
    position: relative;
}

.section-four .row .col-md-12 .btn-fix{
   position: absolute;
    bottom: 100px;
    left: 18%;
    z-index: 99;
}

.news-title{
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}


.section-five .btn-dk{
    margin:0 auto;
    margin-top:30px;
}

.owl-news{
    margin-top:30px;
}

.owl-main{
    margin-top:30px;
}

.header-fix{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.owl-main .owl-item .item{
    display: flex;
}

.owl-main .owl-item .item .left{
    width: 50%;
}

.owl-main .owl-item .item .right{
    width: 50%;
}


/*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: 80px;
}