html,body{
    /*font-family: 'Raleway', sans-serif !important;
    font-weight: 500;*/
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 15px !important;
}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
a:hover{
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .padding-left-right-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.btn-color{
    background-color: #084872 !important;
}
.color-white{
    color: #fff;
}
.color-main{
    color: #084872;
}
.color-5a{
    color: #494949;
}
.bg-color-main{
    background-color: #084872;
}
.font-bold{
    font-weight: bold;
}
.font-bold-600{
    font-weight: 600;
}
.font-size-16{
    font-size: 16px;
}
.font-size-17{
    font-size: 17px;
}
.font-size-18{
    font-size: 18px;
}
::placeholder {
    color: #084872;
}
.box{
    padding: 0 10px 0 10px;
}
.box .inner{
    padding: 0 10px;
}

/*HEADER*/
.header{
    min-height: 450px;
    background-image: url("../../images/tuvansuckhoe/bg-header.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 30px 0 30px;
}
.logo{
    width: 250px;
}
.anhbacsi{
    width: 550px;
}
.logo2{
    width: 450px;
    margin-top: 180px;
    margin-right: 200px;
}
.btn-datcauhoi{
    margin-right: 250px;
    width: 250px;
    font-size: 20px;
}
@media (max-width: 768px){
    .header {
        padding: 10px 5px 0 5px;
        min-height: 200px;
    }
    .anhbacsi {
        width: 188px;
    }
    .logo2 {
        width: 162px;
        margin-top: 45px;
        margin-right: 0;
    }
    .btn-datcauhoi {
        margin-top: 20px;
        margin-right: 8%;
        width: 115px;
        font-size: 13px;
    }
}
/*END HEADER*/


/*MENU*/
.danhmucbenh{
    font-size: 18px;
    margin-top: 8px;
}
.menu{
    position: relative;
    display: inline-block;
    margin-right: 100px;
}
.menu-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left !important;
    border-radius: 5px;
    margin-left: -10px;
}
.menu-content a {
    display: block;
    padding: 8px 16px;
}
.menu-content a:hover {
    text-decoration: none;
    background-color: #9dca78
}
.menu:hover{
    cursor: pointer;
}
.menu:hover .menu-content {
    display: block;
}
.menu:hover .danhmucbenh {
    color: #9dca78;
}
@media (max-width: 768px){
    .menu {
        position: absolute;
        display: revert;
        margin-right: 0;
        top: 0;
    }
    .menu i{
        font-size: 30px;
        margin-top: -10px;
    }
}
/*END MENU*/

/*SEARCH*/
.search{
    float: right;
}
.search input[type=text] {
    padding: 6px;
    font-size: 14px;
    width: 250px;
    background: transparent;
    border: 2px solid #084872;
    border-radius: 50px;
}
.search button {
    float: right;
    padding: 6px 10px;
    margin-right: 16px;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: relative;
    right: 36px;
}
.search button:hover {
   cursor: pointer;
}
@media (max-width: 768px){
    .search input[type=text] {
        width: 190px;
    }
    .search button {
        position: absolute;
        right: 0;
    }
}
/*END SEARCH*/


/*BODY*/
.body{
    min-height: 450px;
    background-image: url("../../images/tuvansuckhoe/bg2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 100px 20px 100px;
}
.body-left .inner{
    background-color: #fff;
    min-height: 450px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-bottom: 20px;
}
.body-right .inner{
    background-color: #f4fcfe;
    min-height: 450px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 10px;

}
.title-underline{
    padding: 5px 0 15px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.inner-content h5{
    line-height: 20px;
}
.inner-content a{}
.inner-content a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #5a5a5a;
}
.answer-content:not(:last-child){
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.answer-content-item{
    padding: 20px 0 10px 0;
}
.question-sapo{
    line-height: 20px;
    color: #7e7d7d;
}
.answer-doctor{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.img-doctor{
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.name-doctor{
    padding-top: 10px;
}
.answer-main-content{
    min-height: 200px;
    background-color: #084872;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 10px;
    color: #fff;
}
.cautraloi div, .cautraloi p, .cautraloi span{
    color: #fff;
    font-size: 18px;
}
.cautraloi{
    font-style: italic;
    color: #fff;
}
@media (max-width: 768px){
    .body{
        padding: 20px 0 20px 0;
    }

    .body-right .inner{
        background-color: #fff;
        border: unset;
    }
}
/*END BODY*/

/*DOCTOR*/
.doctor{
    height: 300px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 100px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}

.swiper-slide img {
    display: block;
    width: 230px;
    height: 230px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .swiper-slide img{
        width: 250px;
        height: 250px;
    }
    .swiper-pagination{
        bottom: 0 !important;
    }
    .doctor{
        height: 350px;
    }
}
/*END DOCTOR*/

/*GUI CAU HOI*/
.frmguicauhoi{
    padding: 10px 20px 20px 20px;
    min-height: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.btn-guicauhoi:hover{
    color: #fff !important;
}
@media screen and (max-width: 768px){
    .frmguicauhoi {
        padding: 0;
        margin-bottom: 50px;
    }
}
/*END GUI CAU HOI*/

/*MODAL*/
.modal-title{
    text-align: center;
}
/*END MODAL*/