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: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.main-menu ul{
    margin-top:30px;
}
.main-menu ul li{
    display: inline;
    padding:10px 15px;
}
.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;
}

/* END HEADER */

.fix-pos{
    position: relative;
}
.footer{
	padding:30px 0;
	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 */
/*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;
}


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

.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;
    font-weight: 700;
}

/*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.png) 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{
    height: 230vh;
    background: url(../images/bg-main.png) no-repeat center;
    background-size: cover;
}


.main-container .section-top{
    width: 26%;
    position: absolute;
    top: 10%;
    right: 21%;
}

.main-container .section-bottom{
    position: absolute;
    bottom:0;
    width: 100%;
    left: 0;
}

.img-block img{
    width: 50%;
    float:left;
}

.img-box{
    margin-top:30px;
}

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