body{
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px !important;
}
img{
    margin: 0 auto;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.header-main{
    padding: 5px 0;
}
.main-menu ul{
    margin-top:20px;
}
.main-menu ul li{
    display: inline;
    padding:10px 7px;
}
.main-menu ul li a{
    color:#014a81;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size:15px;
}
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 */
.page-four{
    padding-top: 50px;
    background: url('../images/p4-bg.jpg') no-repeat center;
    background-size: cover;
    background-size: 100% 100%;
}

.page-banner{
    background: url('../images/bg-p1.jpg') no-repeat center;
    background-size: cover;
    background-size: 100% 100%;
}
.page-turn{
    background:#daebff;
    padding: 30px 0 90px 0;
}
.title-p1{
    display: flex;
    justify-content: center;
    margin-top: 35px;    
}
.km-free{
    margin-top: 45px;    
}
.page-sale{
    /* background: url('../images/bg-p2.jpg') no-repeat center; */
    background: #fafbfd;
    /* background-size: cover; */
    padding-bottom: 80px;
    padding-top: 30px;
}
.page-slide{
    padding: 30px;
    background: url('../images/p3-bg.jpg') no-repeat center;
    background-size: cover;
    background-size: 100% 100%;
    position: relative;
}
.fix-pos{
    position: relative;
}
.page-doctor{
    background: url('../images/bg-p4.jpg') no-repeat center;
    background-size: cover;
}
.img-doctor{
    margin-top:70px;
}
.footer{
	padding:30px 0;
	position: relative;
	font-size: 13px;
	text-align: center;
	background-image: url(../images/partern_footer.png);
	background-color: #00678d;
	border-top: 5px solid #8cc63f;
	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;
	border-radius: 15px;
}
#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: #014a81;
}
.note-form-dk {
    text-align: center;
    color: #656565;
}
#register-form_pop{
    margin: 0 auto;
}
#errPositon, #errPositon_pop{
    color: red;
}
/* .owl-carousel .owl-item img{
    width: auto !important;
} */
.text-ad{
    color: #fff;
    position: absolute;
    bottom: 20px;
    z-index: 999;
    left: 37%;
    background: #014a81;
    padding: 0 10px;
    border-radius: 10px;
}
.text-add{
    color: #fff;
    position: absolute;
    bottom: -60px;
    z-index: 999;
    left: 26%;
    background: #014a81;
    padding: 5px 20px;
    border-radius: 10px; 
}
.text-ct{
    color: #014a81;
    text-decoration: underline;
    margin-top: 20px;
    font-weight: 700;
    font-style: italic;
}


/* LD PAGE NEW */

.ms-content{
    text-align: center;
    border: 1px solid #cacaca;
    margin: 0 6px;
    padding: 0px 15px 20px 15px;
    box-shadow: 2px 2px 15px 4px rgba(0,0,0,0.2);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.ms-title{
    color: #014a81;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    font-size: 22px;
}
.price-old{
    font-weight: 600;
    font-size: 20px;
}
.sub-des{
    font-size: 15px;
    font-style: italic;
}
.price-new span{
    font-size: 30px;
    font-weight: 600;
    color: #f52f2f;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite; 
    -o-animation: my 700ms infinite; 
    animation: my 700ms infinite;
}

@-webkit-keyframes my {
    0% { color: #f52f2f; } 
    50% { color: #fff;  } 
    100% { color: #f52f2f;  } 
}
@-moz-keyframes my { 
    0% { color: #f52f2f;  } 
    50% { color: #fff;  }
    100% { color: #f52f2f;  } 
}
@-o-keyframes my { 
    0% { color: #f52f2f; } 
    50% { color: #fff; } 
    100% { color: #f52f2f;  } 
}
@keyframes my { 
    0% { color: #f52f2f;  } 
    50% { color: #fff;  }
    100% { color: #f52f2f;  } 
} 


a.btn-deal{
    color: #fff;
    background: #014a81;
    padding: 5px 10px;
    margin-left: 10px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    animation: btnanimate 2s linear infinite;
}
@keyframes btnanimate{
    0%{
        box-shadow: 0 0 0 0 rgba(113, 74, 255, 0.7), 0 0 0 0 rgba(113, 74, 255, 0.7);
    }
    40%{
        box-shadow: 0 0 0 20px rgba(113, 74, 255, 0), 0 0 0 0 rgba(113, 74, 255, 0.7);
    } 
    80%{
        box-shadow: 0 0 0 20px rgba(113, 74, 255, 0), 0 0 0 10px rgba(113, 74, 255, 0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(113, 74, 255, 0), 0 0 0 10px rgba(113, 74, 255, 0);
    }
}

a.btn-deal:hover{
    color: #cacaca;
    text-decoration: none;
}
.new-voucher{
    text-align: center;
}
.new-voucher span{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #ba1609;
}
.main-service{
    padding: 50px 0;
}
.ser-ceramic{
    padding-bottom:100px;
}
.title-sec{
    font-size: 30px;
    text-align: center;
    color: #014a81;
    font-weight: 600;
}
.title-img{
    text-align: center;
    margin-bottom:20px;
}
.title-des{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.title-subdes{
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}
.ms-des{
    text-align: justify;
}
.ms-img img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #f4f4f4;
}
.p1-note{
    position: absolute;
    bottom: 30px;
    left: 45%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

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

.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 */


/* Slide 3D */

/**** Slide 3D ****/

.slide3D {
    position: relative;
    width: 90%;
    margin: 0 auto
}

.slide3D #carousel {
    position: relative;
    height: 482px;
    top: 0;
    overflow: hidden;
    margin: 40px 0 0
}

@media screen and (max-width: 1366px) {
    .slide3D #carousel {
        height: 400px
    }
}

.slide3D #carousel article {
    position: absolute;
    transition: transform 1s, left 1s, opacity 1s, z-index 0s;
    opacity: 1
}

.slide3D #carousel article img {
    width: 400px;
    transition: width 1s
}

.slide3D #carousel article.hideLeft {
    left: 0%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%)
}

.slide3D #carousel article.hideLeft img {
    width: 200px
}

.slide3D #carousel article.hideRight {
    left: 100%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%)
}

.slide3D #carousel article.hideRight img {
    width: 200px
}

.slide3D #carousel article.prev {
    z-index: 5;
    left: 25%;
    transform: translateY(50px) translateX(-50%)
}

.slide3D #carousel article.prev img {
    width: 300px
}

.slide3D #carousel article.prevLeftSecond {
    z-index: 4;
    left: 15%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7
}

.slide3D #carousel article.prevLeftSecond img {
    width: 200px
}

.slide3D #carousel article.selected {
    z-index: 10;
    left: 50%;
    transform: translateY(0px) translateX(-50%)
}

.slide3D #carousel article.selected .tt {
    height: 80px
}

@media (max-width: 414px) {
    .slide3D #carousel article.selected .tt {
        height: 70px
    }
}

.slide3D #carousel article.next {
    z-index: 5;
    left: 75%;
    transform: translateY(50px) translateX(-50%)
}

.slide3D #carousel article.next img {
    width: 300px
}

.slide3D #carousel article.nextRightSecond {
    z-index: 4;
    left: 85%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7
}

.slide3D #carousel article.nextRightSecond img {
    width: 200px
}

@media screen and (max-width: 1366px) {
    .slide3D #carousel article img {
        width: 290px
    }
    .slide3D #carousel article.hideLeft img {
        width: 150px
    }
    .slide3D #carousel article.hideRight img {
        width: 150px
    }
    .slide3D #carousel article.prev img {
        width: 200px
    }
    .slide3D #carousel article.prevLeftSecond img {
        width: 150px
    }
    .slide3D #carousel article.next img {
        width: 200px
    }
    .slide3D #carousel article.nextRightSecond img {
        width: 150px
    }
}

@media screen and (max-width: 1280px) {
    .slide3D #carousel article img {
        width: 270px
    }
    .slide3D #carousel article.hideLeft img {
        width: 150px
    }
    .slide3D #carousel article.hideRight img {
        width: 150px
    }
    .slide3D #carousel article.prev img {
        width: 200px
    }
    .slide3D #carousel article.prevLeftSecond img {
        width: 150px
    }
    .slide3D #carousel article.next img {
        width: 200px
    }
    .slide3D #carousel article.nextRightSecond img {
        width: 150px
    }
}

.slide3D #carousel article .tt {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 105%;
    left: -50%;
    right: -50%;
    width: 200%;
    text-align: center;
    transition: 1.6s;
    z-index: 11
}

@media (max-width: 414px) {
    .slide3D #carousel article .tt {
        width: 200%
    }
}

@media (max-width: 320px) {
    .slide3D #carousel article .tt {
        left: 0px;
        right: 0px;
        width: 100%
    }
}

.slide3D #carousel article .tt a {
    color: #333;
    font-size: 13px
}

.slide3D #carousel article .tt a:hover {
    text-decoration: none
}

.slide3D #carousel article .tt span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700
}

.slide3D .buttons #prev,
.slide3D .buttons #next {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
    cursor: pointer;
    padding-bottom: 90px;
    z-index: 10
}

.slide3D .buttons #prev:before,
.slide3D .buttons #next:before {
    font-size: 40px;
    display: block
}

@media (max-width: 768px) {
    .slide3D .buttons #prev:before,
    .slide3D .buttons #next:before {
        font-size: 30px
    }
}

.slide3D .buttons #prev {
    left: 120px
}

@media (max-width: 768px) {
    .slide3D .buttons #prev {
        left: 0
    }
}


.slide3D .buttons #next {
    right: 120px
}

@media (max-width: 768px) {
    .slide3D .buttons #next {
        right: 0
    }
}



.home3 .slide3D #carousel article .tt a {
    font-size: 17px
}

.home3 .slide3D #carousel article.selected .tt {
    height: auto;
}

@media (max-width: 1366px) {
    .home3 .slide3D #carousel article.selected .tt {
        margin-top: 30px
    }
}

.home3 .slide3D #carousel article .tt span {
    color: #004b80;
    font-size: 25px;
    font-weight: 600;
}

.home3 .slide3D #carousel article .tt span:after {
    content: '';
    display: block;
    height: 2px;
    width: 100px;
    background: #94c11e;
    margin: 0px auto 10px;
}

.home3 .slide3D #carousel {
    height: 770px;
}

@media (max-width: 1024px) {
    .home3 .slide3D #carousel {
        height: 650px;
    }
}

.home3 .slide3D #carousel article:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(#004b80, #026bb5, #007bd2);
    border-radius: 60px 0 60px 0;
    content: '';
    display: block;
    top: 8px;
    z-index: -1
}

.home3 .slide3D #carousel article img {
    border-radius: 60px 0 60px 0;
    border: 1px solid #fff
}

.home3 .slide3D #carousel article.selected {
    top: 0
}

.home3 .slide3D #carousel article.selected img {
    width: 300px;
    height: 520px
}

@media (max-width: 1366px) {
    .home3 .slide3D #carousel article.selected img {
        width: 300px;
        height: 520px;
    }
}

@media (max-width: 1024px) {
    .home3 .slide3D #carousel article.selected img {
        width: 180px;
        height: 310px
    }
}

.home3 .slide3D #carousel article.prev,
.home3 .slide3D #carousel article.next {
    top: 70px
}

.home3 .slide3D #carousel article.prev img,
.home3 .slide3D #carousel article.next img {
    width: 216px;
    height: 359px
}

@media (max-width: 1366px) {
    .home3 .slide3D #carousel article.prev img,
    .home3 .slide3D #carousel article.next img {
        width: 176px;
        height: 319px
    }
}

@media (max-width: 1024px) {
    .home3 .slide3D #carousel article.prev img,
    .home3 .slide3D #carousel article.next img {
        width: 146px;
        height: 219px
    }
}

.home3 .slide3D #carousel article.prevLeftSecond,
.home3 .slide3D #carousel article.nextRightSecond {
    top: -100px
}

.home3 .slide3D #carousel article.prevLeftSecond img,
.home3 .slide3D #carousel article.nextRightSecond img {
    width: 124px;
    height: 226px
}

@media (max-width: 1024px) {
    .home3 .slide3D #carousel article.prevLeftSecond img,
    .home3 .slide3D #carousel article.nextRightSecond img {
        width: 104px;
        height: 206px
    }
}

.home3 .slide3D #carousel article.selected:after,
.home3 .slide3D #carousel article.prev:after,
.home3 .slide3D #carousel article.prevLeftSecond:after {
    left: -10px
}

.home3 .slide3D #carousel article.next:after,
.home3 .slide3D #carousel article.nextRightSecond:after {
    right: -8px
}
@media (max-width: 767px) { 
    .slide3D #carousel article.prev {
        left: -25%;
    }
    .slide3D #carousel article.next {
        left: 100%;
    }
    .slide3D #carousel article .tt {
        width: 135%;
        text-align: justify;
        left: -21%;
        top: 95%;
    }
    .home3 .slide3D #carousel article .tt a {
        font-size: 14px !important;
    }   
    .slide3D #carousel article.selected {
        left: 52%;
        
    }
    .home3 .slide3D #carousel article.selected {
        width: 70%;
    }
    .home3 .slide3D #carousel article.selected img {
        width: 100%;
        height: auto;
    }
    .home3 .slide3D #carousel article .tt span {
        text-align: center;
        font-size: 22px;
    }
}

.slide3D .fa{
    font-size: 35px;
    color: #014a81;
}
.footer-text p{
    text-align: left;
    font-size: 15px;
}
.btn-datlich{
    margin-bottom:30px;
}
.btn-datlich a{
    color: #fff;
    font-size: 15px;
    background: #8cc63f;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 30px;
}
.btn-datlich a:hover{
    color: #014a81;
    text-decoration: none;
}
.name-hos{
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}

/* END Slide 3D */

/* Tab Slide */

#custom_carousel .item {
    color: #000;
    background-color:none;
    padding: 20px 0;
}

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #ddd
}

#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width: 90px;
    background:#014a81;
    border-right: 2px solid #daebff;
}
#custom_carousel .controls li a{
    color: #fff;
    font-size:14px;
    min-height: 60px;
    font-weight: 600;
}
#custom_carousel .controls li a:hover,#custom_carousel .controls li a:focus {
    background:#8cc64f;
}
.padding-left-none{
    padding-left: 0 !important;
}
#custom_carousel .controls li.active {
    background-color: #8cc64f;
    border-top: 3px solid #014a81;
}

#custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold
}

/* ENG Tab Slide */

.page-bottom{
    background:#daebff;
    padding: 30px 0;
}

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

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

/* END YOUTUBE */

.text-video{
    padding: 0 20px 20px 30px !important;
    background: #014a81;
    margin-top: 15px;
}
.text-video ul{
    list-style: none;
}
.text-video ul li{
    color: #fff;
    font-size: 17px;
    padding: 5px 0;
    list-style: square inside url(../images/dots.png);
}

.no-padding{
    padding: 0;
}
.img-title{
    position: absolute;
    width: 70%;
    top: 50px;
    left: -70px;
}
.img-km{
    position: absolute;
    top: 220px;
    width: 25%;
    left: 150px;
}
.fix-ahref{
    position: absolute;
    top: 75%;
    left: 18%;
}
.img-turn{
    position: absolute;
    width: 50%;
    right: 0;
}
.img-icon-turn{
    position: absolute;
    right: 21%;
    top: 49%;
    z-index: 9;
}
.circle-turn{
    width: 500px;
    margin-top: 55px;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



.owl-theme .owl-nav [class*="owl-"]:hover {
    background:none;
    color: #FFF;
    text-decoration: none;
}
.featurette{
    margin-top: 20px;
}
.btn-san-del{
    color: #fff;
    padding: 7px 20px;
    background: #ce3232;
    border-radius: 15px;
    font-weight: 600;
    font-size: 20px;
}
.btn-p2{
    position: absolute;
    bottom: -10%;
    right: 37%;
}
.turn-right{
    position: absolute;
    top: 9%;
    z-index: 9;
    color: orange;
    font-size: 30px;
    width: 100%;
    left: 38%;
}
/* .turn-right .carousel-control-next{
    color: orange;
} */
.turn-right .carousel-control-prev{
    margin-right:50px;
}
a.btn-san-del:hover{
    color: #c7f00f;
}
a.btn-san-del:active{
    color: #c7f00f;
    text-decoration: none;
}
a.btn-san-del:focus{
    color: #c7f00f;
    text-decoration: none;
}
.btn-video-fix{
    position: absolute;
    bottom: 5%;
    right: 42%;
    z-index: 9;
}
.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;
}
