﻿@charset "utf-8";
/* CSS Document */


body {
    background: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #ba0510;
}

    a:hover {
        color: #f7d812;
    }

ul {
    margin: 0px;
    padding: 0px;
}

    ul li {
        list-style: none;
    }

h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
}

.clean {
    clear: both;
}

@font-face {
    font-family: 'myfont';
    src: url(../font/MyriadPro-Regular.otf);
}
/****************HEADER************/
ul#list-videos {
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    max-height: 245px;
    margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    padding-left: 0;
}

    ul#list-videos li {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        clear: both;
        width: 100%;
        position: relative;
    }

        ul#list-videos li img.image {
            float: left;
            width: 110px;
            height: 64px;
            margin-right: 15px;
            cursor: pointer;
        }

        ul#list-videos li img.play {
            position: absolute;
            top: 18px;
            left: 42px;
            width: 30px;
            opacity: .5;
            cursor: pointer;
        }

        ul#list-videos li h3 {
            line-height: 22px;
            cursor: pointer;
            font-size: 14px;
            font-weight: normal;
            float: right;
            width: 61%;
            margin: 0;
        }

@media (min-width: 1200px) {
    #header {
        width: 1170px;
        margin: auto;
        height: 105px;
    }
}

@media (min-width: 768px) {
    .mutinews .popup-video {
        height: auto !important;
        margin-bottom: 15px;
        display: inline-block;
    }

    body .box-tv iframe {
    }

    #header .logo {
        float: left;
        margin-top: 5px;
    }

    .logo img {
    }

    #header .sologan {
        float: left;
        margin-top: 10px;
        padding-left: 40px;
        line-height: 34px;
    }

    .sologan h2 span {
        color: #0e61ac;
    }

    .sologan h3 {
        text-transform: uppercase;
        bottom: 0px;
        left: 141px;
        color: #FE2E2E;
        text-shadow: 1px 1px #c5c5c5;
        font-size: 19px;
        font-weight: bold;
        margin-top: 0;
        font-family: arial;
    }

    #header .sologan p {
        margin: 0;
        padding: 0;
        font-style: italic;
        color: #000;
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 2;
    }

    .sologan h2 {
        text-transform: uppercase;
        color: #0096da;
        font-size: 18px;
        margin-top: 5px;
        font-weight: bold;
        margin-bottom: 0;
        font-family: arial;
    }
}

@media (max-width: 767px) {

    #menu {
        display: none;
    }

    .logo a img {
        height: auto;
    }

    .sologan h2 span {
        color: #0e61ac;
    }

    .sologan h3 {
        text-transform: uppercase;
        bottom: 0px;
        left: 141px;
        color: #FE2E2E;
        text-shadow: 1px 1px #c5c5c5;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0;
    }

    #header .sologan p {
        margin: 0;
        padding: 0;
        font-style: italic;
        color: #000;
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 2;
    }

    .sologan h2 {
        text-transform: uppercase;
        color: #0096da;
        font-size: 14px;
        margin-top: 5px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .sologan {
        margin-top: 10px;
    }
}


#header .share_tk {
    float: right;
    margin-top: 5px;
    width: 310px;
}

.share {
    height: 30px;
}

    .share ul li {
        float: right;
        margin-left: 15px;
        line-height: 30px;
    }

        .share ul li:first-child {
            margin-left: 0px;
        }

    .share span {
        font-size: 14px;
        font-weight: bold;
    }

.search {
    width: 100%;
    margin-top: 10px;
}

    .search form input[type="text"] {
        width: 85%;
        border: 1px solid #e0e0e0;
        height: 35px;
        color: #ba0510;
        padding-left: 10px;
        font-style: italic;
        float: left;
    }

        .search form input[type="text"]:focus {
            border: none;
        }

    .search form input[type="submit"] {
        background: none;
        width: 15%;
        height: 47px;
        border: none;
        float: right;
    }
/*.slide{
	height: 490px;
	overflow: hidden;
}*/
.search-button {
    height: 35px;
    border: none;
    width: 15%;
}
/******************************MENU****************************/
#menu {
    height: 38px;
    width: 100%;
    background-color: #ba0510;
}
/******************************SLIDER****************************/
#slide {
    width: 100%;
    height: 500px;
}

.like_phone {
}
/********************************************** top3muc *****************************/
#top3muc {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 35px;
    overflow: hidden;
}

.top3muc {
    width: 1000px;
    margin: auto;
}

    .top3muc .top3 {
        float: left;
        width: 310px;
        margin-right: 35px;
    }

        .top3muc .top3:last-child {
            margin-right: 0px;
        }

        .top3muc .top3 a img {
            float: left;
            height: 70px;
            margin-right: 12px;
        }

        .top3muc .top3 .text1 {
            float: left;
            width: 100%;
            margin-bottom: 15px;
        }

            .top3muc .top3 .text1 a {
                color: #000;
            }

                .top3muc .top3 .text1 a h3 {
                    float: left;
                    font-size: 18px;
                    line-height: 40px;
                }

                .top3muc .top3 .text1 a:hover {
                    text-decoration: underline;
                }

.top3 .top_xemthem {
    background: url(../img/bg_xemthem.jpg);
    width: 60px;
    padding: 7px 12px;
}

.top_xemthem a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bolder;
}

    .top_xemthem a:hover {
        color: #f00;
    }

.top_ct {
    margin-bottom: 20px;
    line-height: 17px;
}
/********************************Chuyen_khoa*********************************/
#chuyen_khoa {
    width: 100%;
    background: #e6f9de;
    padding-top: 45px;
    padding-bottom: 40px;
    overflow: hidden;
}

.chuyen_khoa {
    width: 1000px;
    margin: auto;
}

.title {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    font-family: myfont;
    font-weight: bold;
    padding-bottom: 30px;
}

.ctiet_title {
    text-align: center;
    margin-bottom: 35px;
    font-size: 14px;
    font-family: myfont;
}

.chuyen_khoa .khoa1 {
    float: left;
    width: 480px;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

    .chuyen_khoa .khoa1:hover {
        box-shadow: 1px 1px 10px #cdcdcd;
    }

        .chuyen_khoa .khoa1:hover h3 {
            color: #1ec713;
        }

        .chuyen_khoa .khoa1:hover img {
            -webkit-transition: all 200ms ease-in;
            -webkit-transform: scale(1.02);
            -ms-transition: all 200ms ease-in;
            -ms-transform: scale(1.02);
            -moz-transition: all 200ms ease-in;
            -moz-transform: scale(1.02);
            transition: all 200ms ease-in;
            transform: scale(1.02);
        }

.khoa1 img {
    height: 450px;
}

.khong_style {
    background: none !important;
    padding: 0 !important;
    height: 25px !important;
}

.chuyen_khoa img {
    background: #fff;
    width: 100%;
}

.chuyen_khoa a h3 {
    color: #ba0510;
    text-transform: none;
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
}

    .chuyen_khoa a h3:hover {
    }

.chuyen_khoa .gthieu {
    text-align: center;
    line-height: 20px;
}

.khoa2 {
    float: left;
    width: 240px;
    margin-left: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
}

    .khoa2 img {
        height: 162px;
    }
/********************************Bac_si*********************************/
#bac_si {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    overflow: hidden;
}

.bac_si {
}

    .bac_si li {
        float: left;
        background: url(../img/bg_nv.png) no-repeat scroll 47% 173px;
        width: 218px;
        text-align: center;
        margin-right: 40px;
    }

        .bac_si li:last-child {
            margin-right: 0px;
        }

    .bac_si ul li:hover {
        background: url(../img/bg_nv_hover.png) no-repeat scroll 47% 173px;
    }

    .bac_si ul li img {
        margin-bottom: 45px;
        border-radius: 20px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
    }

    .bac_si ul li h3 {
        text-transform: uppercase;
        text-align: center;
        font-size: 15px;
        color: #ff0000;
        font-weight: bold;
    }

        .bac_si ul li h3:hover {
            color: #f00;
        }

    .bac_si .bs_khoa {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: #000;
    }

    .bac_si .bs_gthieu {
        color: #000;
        line-height: 17px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 16px;
    }

.details-dt {
    width: 100% !important;
}
/********************************Hot-new*********************************/

.hot_new .left-tin {
    width: calc( 40% - 20px );
    float: left;
    margin-right: 20px;
}

.hot_new .right-tin {
    width: 60%;
    float: left;
}

.hot_new ul.right-tin1 li:first-child {
    width: 50%;
    float: left;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.hot_new ul.right-tin1 li.st2 {
    width: 50%;
    float: right;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cdcdcd;
    padding-bottom: 10px;
}

.hot_new ul li h3 {
    line-height: 20px;
}

.hot_new ul li img {
    width: 100%;
    height: 230px;
}

.hot_new ul li:hover a img {
    border-radius: 50%;
}

.ct_hot_new {
    padding-bottom: 20px;
    line-height: 17px;
    text-align: justify;
    color: #888;
}

.view_date {
    width: 200px;
    margin: auto;
}

.date img {
    height: 15px !important;
    width: 18px !important;
    float: left;
    margin-right: 10px;
}

.view_date .view {
    float: right;
}

.view img {
    height: 10px !important;
    width: 18px !important;
    float: left;
    margin-right: 10px;
}

.view_date .date {
    float: left;
}
/********************************y_kien_khach_hang*********************************/
#y_kien_khach_hang {
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
    /* padding-bottom: 20px; */
    background-size: 100% 100%;
}

.y_kien_khach_hang {
    width: 1200px;
    margin: auto;
    position: relative;
}

.title_1 {
    font-size: 36px;
    color: #ba0510;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.y_kien_khach_hang .name {
    font-weight: bolder;
    text-align: right;
    background: transparent url("../img/nhay_dong.png") no-repeat scroll 100% 0%;
    padding-top: 40px;
    padding-right: 60px;
}

.y_kien_khach_hang .y_kien {
    text-align: center;
    line-height: 17px;
    margin-top: 10px;
    padding-left: 20px;
}
/********************************FOOTER*********************************/
#footer {
    background: url(../img/bg2.jpg);
    width: 100%;
    overflow: hidden;
    /*padding-top: 40px;*/
    /*padding-bottom: 30px;*/
    background-size: 100% 100%;
}

.footer {
    width: 1140px;
    margin: auto;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
}

    .footer .dia_chi {
        float: left;
        line-height: 24px;
        max-width: 500px;
    }

    .footer ul {
        float: left;
    }

        .footer ul li {
            float: right;
            width: 190px;
            margin-left: 30px;
        }

            .footer ul li a {
                color: #fff;
                margin-bottom: 15px;
            }

                .footer ul li a h2 {
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: normal;
                    font-size: 20px;
                    padding: 0;
                    margin: 0;
                    margin-left: -2px;
                    margin-bottom: 20px;
                    font-family: LS;
                }

    .footer .f_menu {
        width: 100%;
        margin-bottom: 15px;
    }

.thongke_truycap {
    width: 100%;
    margin-top: 20px;
}

    .thongke_truycap img {
        float: left;
        margin-right: 10px;
        width: auto;
        height: auto !important;
    }
/**********************MUTINEWS************************/
#product {
    width: 100%;
    overflow: hidden;
}

.product {
    width: 1000px;
    margin: auto;
}

.in_font_of {
    margin-top: 20px;
    padding-bottom: 20px;
    height: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-family: myfont;
}

    .in_font_of h2 {
        float: left;
        font-size: 14px;
        color: #000;
        margin-right: 10px;
    }

    .in_font_of h3 {
        float: left;
        color: #f00;
        font-size: 14px;
    }

.pr_left {
    width: 260px;
    float: left;
    margin-right: 20px;
}

    .pr_left ul li {
        border-bottom: 1px solid #fff;
        background: url(../img/bg_ul_li.jpg);
        height: 40px;
    }

    .pr_left h2 {
        color: #fff;
        font-size: 12px;
        line-height: 40px;
        padding-left: 35px;
    }

    .pr_left ul {
        margin-bottom: 5px;
    }

    .pr_left img {
        margin-bottom: 15px;
    }

.pr_right {
    float: left;
    width: 720px;
}

    .pr_right .khong {
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #ccc;
    }

    .pr_right ul li {
        height: 140px;
        padding: 20px 0px;
        border-bottom: 1px dashed #878585;
    }

        .pr_right ul li:last-child {
            border: none;
        }

        .pr_right ul li img {
            float: left;
            width: 190px;
            height: 140px;
            margin-right: 20px;
        }

        .pr_right ul li .ti_ct {
            float: right;
            width: 510px;
        }

.ti_ct h3 {
    font-family: myfont;
    font-size: 15px;
    margin-bottom: 15px;
    color: #000;
}

    .ti_ct h3:hover {
        color: #0194D9;
    }

.ti_ct p {
    line-height: 17px;
    margin: 0px;
    padding-bottom: 30px;
}

.ten_bs {
    color: #f00 !important;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif !important;
}

    .ten_bs:hover {
        color: #0194D9 !important;
    }

.ti_ct .mota {
    line-height: 17px;
    margin: 0px;
    padding-bottom: 37px;
    padding-top: 15px;
}

.ti_ct img {
    width: 96px !important;
    height: 28px !important;
    float: none !important;
}
/*****************************Chuyen_khoa*******************************/
.pr_chuyen_khoa {
    width: 100%;
    margin-top: 30px;
}

.pr_khoa1 {
    width: 100%;
    margin-bottom: 20px;
}

    .pr_khoa1 img {
        width: 725px;
        height: 240px;
    }

.khong_style {
    background: none !important;
    padding: 0 !important;
    height: 25px !important;
}

.pr_chuyen_khoa img {
    background: #FFF none repeat scroll 0% 0%;
}

.pr_chuyen_khoa a h3 {
    color: #ba0510;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

    .pr_chuyen_khoa a h3:hover {
    }

.pr_chuyen_khoa .gthieu {
    text-align: center;
    line-height: 20px;
}

.pr_khoa2 {
    float: left;
    width: 237px;
    margin-left: 3px;
    margin-bottom: 30px;
}

.khoa2 img {
    width: 100%;
    height: 160px;
}
/************************** ph�n trang *****************************/
.page1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .page1 ul {
        float: right;
        list-style: none;
    }

        .page1 ul li {
            float: left;
            margin-right: 10px;
            border: medium none;
            padding: 0px;
            height: 40px;
        }

            .page1 ul li a {
                float: left;
                color: #0194D9;
                padding: 0px 9px;
                height: 24px;
                background: #fff;
                border: 1px solid #0194D9;
                line-height: 24px;
                text-align: center;
            }

                .page1 ul li a.current, .page1 ul li a:hover {
                    background: #0194D9;
                    color: #fff;
                    font-weight: bold;
                }

{
    color: #0194D9;
}
/****************************** Trang li�n h? ******************************/
#lien-he {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.text-lien-he {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

    .text-lien-he h4 {
        float: left;
        text-transform: uppercase;
        color: #303030;
        font-size: 17px;
        width: 100%;
        line-height: 40px;
    }

    .text-lien-he p {
        float: left;
        font-size: 17px;
        font-weight: bold;
        color: #303030;
        width: 100%;
        line-height: 35px;
    }

        .text-lien-he p font {
            font-weight: normal;
        }


.maps-lh {
    float: left;
    width: 350px;
    margin-right: 20px;
}

    .maps-lh img {
        float: left;
        width: 100%;
        height: auto;
    }

.form-lh {
    float: left;
    width: 600px;
}

    .form-lh input {
        float: left;
        width: 580px;
        height: 33px;
        margin-bottom: 20px;
        color: #303030;
        line-height: 33px;
        padding-left: 12px;
        font-size: 18px;
    }

    .form-lh textarea {
        float: left;
        width: 580px;
        height: 146px;
        margin-bottom: 20px;
        color: #303030;
        line-height: 33px;
        padding-left: 12px;
        font-size: 18px;
    }

    .form-lh input[type="submit"] {
        float: right;
        height: 33px;
        width: 168px;
        background: #117945;
        color: #F3E3E3;
        text-align: center;
        font-size: 18px;
        border: none;
        margin-right: 205px;
    }

.submenu {
    display: none;
}




.carousel {
}

.jCarouselLite {
    width: 104%!important;
    padding: 0 10px;
    box-sizing: border-box;
}

.list-cus {
    width: 165px;
    height: 165px !important;
    margin-right: 35px;
    text-align: text-align;
}

    .list-cus img {
        width: 165px;
        height: auto;
        padding: 10px 20px !important;
        box-sizing: border-box;
    }


#footer_after {
    background: #009239;
    overflow: hidden;
    padding: 18px 0px;
    border-top: 1px solid #fff;
    padding-bottom: 45px;
}

.col-md-6 {
    width: 50%;
    float: left;
}

.cate_footer ul {
    margin: 0;
}

    .cate_footer ul li {
        list-style: none;
        float: left;
    }

        .cate_footer ul li a {
            color: #fff;
            border-left: 1px solid #fff;
            padding: 0px 10px;
        }

        .cate_footer ul li:first-child a {
            border-left: 0px solid #fff;
            padding-left: 0px;
        }

        .cate_footer ul li a:hover {
            font-style: italic;
        }


.dia_chi h4 strong {
    font-weight: normal;
}

.dia_chi h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: LS;
}

.social_view {
    float: right;
}

.khoa2:hover {
    background-color: #fff;
    box-shadow: 1px 1px 10px #cdcdcd;
}

    .khoa2:hover img {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.02);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.02);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.02);
        transition: all 200ms ease-in;
        transform: scale(1.02);
    }

    .khoa2:hover h3 {
        color: #1ec713;
    }

.left-tin ul {
    background: #019240;
    text-align: left;
    padding: 10px;
}

.tintucsk {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}

.tinsk {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    border-left: 5px solid #019240;
    margin-left: 10px;
}

.left-tin a {
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    display: block;
    font-size: 14px;
}

.left-tin ul ul {
    width: 100%;
    background-color: #2bbb69;
    margin-left: -10px;
}

.newss ul li {
    margin-bottom: 5px;
    border-bottom: 1px dotted;
    line-height: 23px;
}

.row1 .title1 {
    float: left;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}

    .row1 .title1 p {
        float: left;
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
        line-height: 40px;
        font-weight: bold;
        text-align: left;
    }

.row1 .r-t-1 {
    width: 50%;
    float: left;
    height: 466px;
    overflow: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.row1 .left_tin {
    width: 50%;
    float: left;
    padding-top: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
}

    .row1 .left_tin .img {
        width: 100%;
        float: left;
        box-sizing: border-box;
        overflow: hidden;
        max-height: 325px;
        margin-bottom: 5px;
    }

        .row1 .left_tin .img img {
            width: 100%;
            margin-bottom: 15px;
            float: left;
        }

    .row1 .left_tin:hover img {
    }

.box-r {
    width: 100%;
    float: left;
}

    .box-r .brief {
        text-align: justify;
        font-family: arial;
        font-size: 14px;
    }

        .box-r .brief img {
            display: none;
        }

        .box-r .brief span {
            font-family: arial !important;
            font-size: 14px !important;
        }

    .box-r .title {
        text-align: left;
        margin: 0;
        padding: 0;
        padding-bottom: 5px;
    }

        .box-r .title h3 {
            font-size: 13px;
            margin: 0;
            padding: 0;
            line-height: 22px;
            font-family: arial;
            font-weight: bold;
            text-transform: uppercase;
        }

.chitiet {
    background-color: #ed1c24;
    padding: 10px 20px;
    display: block;
    float: left;
    margin-top: 5px;
}

    .chitiet a {
        color: #fff;
        font-size: 14px;
        font-family: tahoma;
    }

ul.tinss li.right_tin {
    width: 100%;
    float: left;
    border-bottom: 1px dotted;
    margin-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: justify;
}

    ul.tinss li.right_tin i {
        float: left;
        font-size: 14px;
        box-sizing: border-box;
        padding-right: 5px;
        padding-left: 2px;
    }

    ul.tinss li.right_tin:last-child {
        border: none;
    }

    ul.tinss li.right_tin .img img {
        width: 100%;
        height: 125px;
        float: left;
        padding-right: 10%;
        box-sizing: border-box;
        margin-right: 20px;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    ul.tinss li.right_tin:hover .img img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.right_tin .title {
    margin: 0;
    padding-bottom: 5px;
}

.right_tin a:hover {
    text-decoration: underline;
}

.right_tin h3 {
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    font-family: arial;
    line-height: 18px;
    font-weight: bold;
}

.right_tin .img {
    width: 25%;
    float: left;
}

.box-ck {
    width: calc( 100% - 5px );
    margin-bottom: 10px;
    margin-left: 5px;
    border-bottom: 1px solid #cdcdcd;
}

.box-tuvan {
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid #cdcdcd;
}

    .box-tuvan h2 {
        margin: 0;
        width: 100%;
        background-color: #ba0510;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px;
        font-weight: bold;
    }

ul.sp {
    padding-bottom: 0;
    margin-bottom: 0;
}

    ul.sp li {
        width: 100%;
        padding: 10px 10px;
        border-bottom: 1px dotted #cdcdcd;
    }

        ul.sp li:last-child {
            border: none;
        }

        ul.sp li i {
            padding-right: 5px;
        }

        ul.sp li p {
            padding: 0;
            margin: 0;
            font-size: 18px;
            color: #000;
            font-family: LS;
            font-weight: normal;
        }

.titlex {
    text-align: left;
    font-weight: normal;
    font-size: 29px;
    font-family: LS;
    text-transform: uppercase;
    color: #000000;
    margin-top: 0px;
    margin-left: 5px;
    padding: 0px 10px;
    border-left: 4px solid #000000;
    margin-bottom: 20px;
}

.bac_si {
    margin-top: 25px;
}


.swap {
    position: relative;
}

.swap {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.overx {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 146, 63, 0.28);
    position: absolute;
    top: 0;
    opacity: 0;
}

.swap:hover .overx {
    opacity: 1;
}

.swap:hover .middle {
    opacity: 1;
}

.text a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}

    .text a:hover {
        color: #fff;
    }


form.box-dvtv {
    text-align: center;
    width: 100%;
    background-color: #ba0510;
    padding: 15px 10px;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 1px solid;
    padding-bottom: 30px;
}

    form.box-dvtv h2 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: bold;
        margin: 0;
        text-align: left;
        border-bottom: 1px dotted;
        padding-bottom: 10px;
        width: 100%;
        display: block;
        overflow: hidden;
    }

        form.box-dvtv h2 span {
            padding-right: 10px;
        }

.box-dvtv input {
    width: 100%;
    margin-bottom: 15px;
    height: 30px;
    line-height: 40px;
    padding-left: 15px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    color: black;
}

.box-dvtv textarea {
    font-size: 12px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 5px;
    border: none;
    color: #000;
}

.box-send-tt input {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 0;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    background-color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: tahoma;
    cursor: pointer;
    line-height: 29px !important;
}

.xt {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}

    .xt a {
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
        padding: 5px 40px;
        border-bottom: 2px dotted #808080;
    }

#bttop {
    text-align: center;
    padding: 15px 15px;
    position: fixed;
    bottom: 200px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    font-weight: bold;
    z-index: 10000;
    background: #aaa;
    border-radius: 40px;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #027334 !important;
}

.swap .img-responsive {
    height: 190px !important;
    width: 100%;
}

.box-tv h2.head {
    background-color: #ba0510;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    box-sizing: border-box;
    font-family: tahoma;
    margin-bottom: 0;
    font-weight: bold;
}

    .box-tv h2.head:hover {
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 18px;
        height: 37px !important;
    }

.box-tv iframe {
    width: 100%!important;
}

#doitac {
    width: 100%;
    overflow: hidden;
}

.footer-addon iframe {
    width: 100% !important;
    overflow: hidden;
}
/*----------------- css slider-bar- left -------------------*/
.nav-side-menu {
    font-family: verdana;
    font-weight: 200;
    /*background-color: #ba0510;*/
    top: -8px;
     /*height: 100%;
   color: #e1ffff;*/
}

    .nav-side-menu .brand {
        background-color: #1A75BC;
        text-transform: uppercase;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
    }

        .nav-side-menu ul:not(collapsed) .arrow:before,
        .nav-side-menu li:not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #fff;
            border: none;
            line-height: 28px;
            border-bottom: 1px dotted #878787;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                /*background-color: #020203;*/
                background-color: #cdcdcd;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-bottom: 1px dotted #878787;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #303030;
            font-family: tahoma;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
                font-size: 15px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #ed1c24;
            background-color: #e5b808;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    body .footer .dia_chi {
        width: 100%;
    }

    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }

    .box-r .title h3 {
        font-size: 14px !important;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .doctor-info {
        width: 100%;
    }

    .bac_si li {
        width: 100%;
    }

    .bac_si ul li img {
        width: 100% !important;
        height: auto !important;
        border-radius: 0;
        margin-bottom: 15px !important;
    }

    .bac_si li {
        background: none;
    }

    .bac_si .dc-mb ul li h3 {
        font-size: 17px;
        margin: 0;
        margin-bottom: 5px;
    }

    .bac_si .dc-mb .bs_gthieu {
        font-size: 12px;
    }

    .bac_si .dc-mb .bs_khoa {
        font-size: 12px;
    }

    .doctor-list {
        padding-bottom: 0;
    }

    .dc1 {
        border-bottom: 1px dotted #333;
        margin-bottom: 10px !important;
    }

    .bac_si {
        margin: 0;
    }

    .menu_left {
        display: none;
    }

    .right_m {
        padding: 0;
    }

    .ttnb .child-box5 .anh4 {
        width: 30%;
        padding: 0 !important;
    }

    .ttnb .child-box5 .text4 {
        width: 70% !important;
    }

    .box4 .ten {
        padding: 0 !important;
        padding-left: 15px !important;
        padding-bottom: 10px !important;
        padding-top: 15px !important;
    }

    .ttnb {
        margin-top: 0 !important;
    }

    .right_m {
        padding: 0 !important;
        margin: 0 !important;
    }

    .row1 .left_tin .img {
        width: 100% !important;
    }

        .row1 .left_tin .img img {
            width: 100%;
            padding: 0 !important;
        }

    .row1 .box-r {
        width: 100% !important;
    }
}

@media (min-width: 767px) {

    .right_tin .brief, .right_tin .brief span {
        width: 100%;
        float: left;
        text-align: justify;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 5px;
        font-size: 14px !important;
        font-weight: normal !important;
    }

    .nav-side-menu .menu-list .menu-content {
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }
}

body {
    margin: 0px;
    padding: 0px;
}
/*----------------- css slider-bar- left -------------------*/
.doi_tac div img {
    width: 100%;
    height: auto !important;
    padding: 10px 20px;
    box-sizing: border-box;
}

.mutinews {
    padding: 20px;
}

    .mutinews .popup-video {
        height: 250px;
        margin-bottom: 15px;
    }


.video-mutinew .popup-video img {
    width: 100%;
}

.video-mutinew .popup-video p a {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
    color: #ba0510;
    display: inline-block;
    padding: 8px 0;
}

.left_vd iframe {
    width: 100%;
    margin-bottom: 15px;
}

.right_vd {
    border: 1px solid #0096da59;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 1px 2px 4px #0096da6e;
}

    .right_vd h3 {
        font-size: 14px;
        line-height: 21px;
        padding: 0;
        margin: 0;
        color: #000;
        font-weight: bold;
    }
/* width */
.r-t-1::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.r-t-1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cdcdcd;
    border-radius: 10px;
    padding-left: 20px;
}

/* Handle */
.r-t-1::-webkit-scrollbar-thumb {
    background: #ba0510;
    border-radius: 10px;
}

.dc {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    margin-left: 5px;
    padding: 5px 15px;
    /* border: 1px solid #cdcdcd; */
    margin: 0;
    background-color: #fff;
    box-shadow: 1px 1px 4px #cdcdcd;
}

.support-icon-right {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
    width: 215px;
    color: #fff!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 0;
    z-index: 9999;
}

    .support-icon-right h3 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px!important;
        color: #fff!important;
        margin: 0!important;
        background-color: #ba0510;
        padding: 7px 15px;
        cursor: pointer;
        text-align: left;
        font-family: arial;
    }

        .support-icon-right h3 span {
            padding-right: 7px;
            font-size: 11px;
        }

    .support-icon-right i {
        background-color: #D9534F;
        padding: 15px 15px 12px 15px;
        background: url(../../images/icface.png) no-repeat top 11px left;
        background-size: 25px;
        margin-right: 30px;
    }

.online-support {
    display: none;
}

::-webkit-input-placeholder {
    color: #000;
}
/*Google Chrome */
::-moz-placeholder {
    color: #000;
}
/* Firefox 19+ */
:-ms-input-placeholder {
    color: #000;
}
/* IE */
input:-moz-placeholder {
    color: #000;
}

#slider2_container .jssora05l, #slider2_container .jssora05r {
    display: none !important;
}
