body{
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px !important;
}
img{
    margin: 0 auto;
}
.header-main{
    padding: 5px 0;
}
.main-menu ul{
    margin-top:20px;
}
.main-menu ul li{
    display: inline;
    padding:10px 20px;
}
.main-menu ul li a{
    color:#014a81;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
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-banner{
    background: url('../images/bg-p1.jpg') no-repeat center;
    background-size: cover;
}
.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{
    background: url('../images/bg-p3.jpg') no-repeat center;
    background-size: cover;
    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(//thammyhanquoc.vn/wp-content/themes/jw-zw/assets/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 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;
}
#register-form_pop{
    margin: 0 auto;
}
.title-form-dk {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #014a81;
}
.note-form-dk {
    text-align: center;
    color: #656565;
}
#errPositon, #errPositon_pop{
    color: red;
}
/* .owl-carousel .owl-item img{
    width: auto !important;
} */
.text-ad{
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 40%;
    background: #014a81;
    padding: 0 10px;
    border-radius: 10px;
}
.text-ct{
    color: #014a81;
    text-decoration: underline;
    margin-top: 20px;
    font-weight: 700;
    font-style: italic;
}