﻿* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    padding: 0px !important;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0066b3;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fb-comments iframe {
    width: 100% !important;
}

.all-checkLG {
    display: flex;
    align-items: center;
}

.checkLG {
    display: none;
}

.dangxuat {
    cursor: pointer;
    margin-left: 10px
}
/*Menu mobile*/
.barMB {
    display: none;
}

.MMBTop {
    display: flex;
    color: #fff;
    background-color: #0066b3;
    justify-content: space-between;
    position: relative;
    height: 60px;
    padding-left: 10px;
}

.hrefMB a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.item2 {
    color: #337ab7;
}

.item4 {
    color: #337ab7;
}

.iUserMB {
    justify-content: center;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    color: #a09999;
    font-size: 20px;
    margin-right: 10px;
}

.iCloseMB {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 3px;
}

.MenuMB {
    width: 100%;
    z-index: 999999999;
    visibility: hidden;
    position: fixed;
    transform: translateY(-300px);
    transition: all 0.3s;
    background-color: white;
    top: 0;
    box-shadow: 1px 1px 10px;
}

    .MenuMB.active {
        visibility: initial;
        transform: translateY(0px);
        transition: all 0.3s;
    }

#list_menu {
    transition: all 0.3s ease;
    width: 100%;
    /*opacity: 0;*/
    white-space: nowrap;
}

.all_list_menu {
    font-size: 12px;
    padding-top: 5px;
}

#list_menu.active {
    opacity: 1;
    overflow: inherit;
    transition: all 2s ease;
    background-color: #fff;
    width: auto;
}

.itemt {
    transform: translateX(0px);
    transition: all 0.5s ease;
    margin-bottom: 10px;
    font-size: 14px;
    color: #337ab7;
}

#list_menu .itemtO {
    transform: translateX(0px);
    transition: all 0.5s ease;
    padding-bottom: 10px;
    font-size: 14px;
    color: #337ab7;
}

#list_menu.active .item1 {
    transform: translateX(20px);
    opacity: 1;
    transition-delay: 200ms;
}

#list_menu.active .item2 {
    transform: translateX(20px);
    transition-delay: 400ms;
    opacity: 1;
}

#list_menu.active .item3 {
    transition-delay: 600ms;
    transform: translateX(20px);
    opacity: 1;
}

#list_menu.active .item4 {
    transition-delay: 800ms;
    transform: translateX(20px);
    opacity: 1;
}

#list_menu.active .item5 {
    transition-delay: 1000ms;
    transform: translateX(20px);
    opacity: 1;
}

#list_menu.active .item6 {
    transition-delay: 1200ms;
    transform: translateX(20px);
    opacity: 1;
}

#list_menu.active .item7 {
    transition-delay: 1400ms;
    transform: translateX(20px);
    opacity: 1;
}

#list_menu.active .item8 {
    transition-delay: 1600ms;
    transform: translateX(20px);
    opacity: 1;
}

#list_menu.active .item9 {
    transition-delay: 1800ms;
    transform: translateX(20px);
    opacity: 1;
}

#list_menu .item1 {
    opacity: 0;
}

#list_menu .item2 {
    opacity: 0;
}

#list_menu .item3 {
    opacity: 0;
}

#list_menu .item4 {
    opacity: 0;
}

#list_menu .item5 {
    opacity: 0;
}

#list_menu .item6 {
    opacity: 0;
}

#list_menu .item7 {
    opacity: 0;
}

#list_menu .item8 {
    opacity: 0;
}

#list_menu .item9 {
    opacity: 0;
}
/*Header*/
.header {
    display: flex;
    justify-content: center;
    font-family: sans-serif;
    font-size: 12px;
}

.all-notification {
    display: flex;
    position: relative;
}

.all-gNotification {
    position: relative;
    overflow: hidden;
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.gif-notification {
    width: 160px;
    position: absolute;
    top: -42px;
}

.img-notification {
    width: 33px;
    position: absolute;
    top: 0px;
}

.subMenu {
    position: absolute;
    top: 65px;
    z-index: 2;
    width: 210px;
    left: 0;
    background-color: #0066b3;
    border-top: 2px solid #fff;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}

.itemMHemKham:hover .subMenu {
    transition: all 0.3s;
    visibility: initial;
    top: 55px;
    opacity: 1;
}

.itemSM {
    padding: 10px 0 10px 10px;
    transition: all 0.3s;
    font-size: 13px;
}

    .itemSM:hover {
        padding: 10px 0 10px 20px;
        transition: all 0.3s;
        background-color: #5f96cf;
    }

.contentMenu {
    display: flex;
}

.dangnhap {
    display: flex;
}

    .dangnhap a {
        color: #fff;
        text-decoration: none;
    }

.all-hdTop {
    background: #005ca1;
    display: flex;
    justify-content: center;
}

.hdTop {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    color: #fff;
    height: 30px;
    align-items: center;
}

.hdBot {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #0066b3;
    height: 55px;
}

.allHeader {
    width: 100%;
}

.txtDangNhap {
    border-right: 1px dashed;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}

.txtDangKy {
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}

.iconDangNhap {
    font-size: 13px;
}

.all-hdBot {
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: center;
}

.itemMenu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    position: relative;
}

    .itemMenu a {
        color: #fff;
        text-decoration: none;
    }

    .itemMenu:hover {
        background-color: #005ca1;
    }

.imgLogo img {
    width: 40px;
}

.imgLogo {
    padding: 0 20px;
}

.all-hkn span {
    color: red;
}

.hkn-input {
    display: flex;
    position: relative;
}

    .hkn-input input {
        flex: 1;
        border: 1px solid #c8c8c8;
        height: 30px;
        border-radius: 3px;
        outline: 0;
        margin: 5px 0 10px;
        padding-left: 5px;
    }

    .hkn-input textarea {
        flex: 1;
        border: 1px solid #c8c8c8;
        min-height: 100px;
        border-radius: 3px;
        outline: 0;
        margin: 5px 0 10px;
        padding-left: 5px;
    }

.titleHKM {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .titleHKM i {
        position: absolute;
        left: 15px;
        font-size: 15px;
        cursor: pointer;
    }

.modal-headerO {
    padding: 15px;
    /*background-color: #0b66b3;*/
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
}

    .modal-headerO h4 {
        color: black;
    }

.modal-header h4 {
    color: black;
}

.contentMenu {
    display: flex;
}

/*Body*/
/*Banner*/
.body {
}

.banner {
    background-image: url('../Image/chondungthay.jpg');
    /*height: 475px;*/
    height: 26.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.goikham-img {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

    .goikham-img img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 1px solid #0066b3;
        padding: 5px;
    }

.btnBanner {
    display: flex;
    justify-content: center;
}

.hero-bg {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.goikhamO {
    display: flex;
}

    .goikhamO .slick-track {
        width: auto !important;
    }

.Allbanner {
    z-index: 1;
}


.wGKMP {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.spanTitle {
    margin-left: 10px;
}

.hkcg {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

    .hkcg span {
        color: #ec4124;
    }

.cdt {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 15px;
}

.btn-henKham {
    background-color: #e03d3d;
    color: #fff;
    border: 1px solid #e03d3d;
    border-radius: 3px;
    width: 170px;
    font-size: 15px;
    height: 45px;
    outline: 0;
    cursor: pointer;
}

    .btn-henKham:hover {
        background: #0066b3;
        border-color: #0066b3;
    }

    .btn-henKham i {
        padding-right: 10px;
    }

.btn-huongDan {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 170px;
    height: 45px;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
    outline: 0;
}

    .btn-huongDan i {
        padding-right: 10px;
    }

    .btn-huongDan:hover {
        background: #0066b3;
        border-color: #0066b3;
    }

.arrow-down {
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 60px;
}

.all-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-box-search {
    width: 950px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
    margin-top: -40px;
    z-index: 1;
    padding: 25px;
    border-bottom: 1px solid #efe7e7;
}

.box-search {
    display: flex;
    justify-content: center;
}

.hkn-input .select2 {
    margin: 5px 0 10px !important;
}

.hkn-input select {
    margin: 5px 0 10px !important;
}

#txtCity {
    width: 200px;
    height: 35px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    outline: 0;
}

#txtCounty {
    width: 100%;
    height: 30px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    outline: 0;
}

#txtChuyenKhoa {
    width: 200px;
    height: 35px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    outline: 0;
}

.selectSearch .select2 {
    width: 140px !important;
}

.selectCity .select2 {
    width: 150px !important;
}

#txtChuyenGia {
    width: 245px;
    height: 29px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    outline: 0;
    padding-left: 5px;
}

.btnTimKiem {
    background-color: #0066b3;
    color: #fff;
    width: 120px;
    height: 30px;
    border: 1px;
    border-radius: 3px;
    font-size: 14px;
}

    .btnTimKiem i {
        padding-right: 5px;
    }

.txtTimKiem {
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
    color: #0066b3;
    margin-bottom: 5px;
}

.txtTKTC {
    font-size: 15px;
    font-family: sans-serif;
}

.bs-search {
    margin-top: 20px;
}


/*Ly do*/

.txtLyDo {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #0066b3;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
}

    .txtLyDo span {
        color: #e03d3d;
        padding-left: 5px;
    }

.txtLyDoO {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #0066b3;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
}

    .txtLyDoO span {
        color: #e03d3d;
        padding-left: 5px;
    }

.lyDo {
    display: flex;
    justify-content: center;
    background: #f6f8f9;
    padding: 30px 0;
}

.all-lyDo {
    width: 1000px;
}

.itemLyDo {
    display: flex;
    align-items: center;
}

.contenLyDo {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
}

.itemLyDo img {
    width: 55px;
    padding: 10px;
    cursor: pointer;
}

.imgLyDo {
    border: 1px solid #0066b3;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-itemLyDo {
    width: 131px;
    padding-left: 10px;
}

/*Chuyên khoa*/
.listChuyenKhoa {
    background: #0066b3;
    width: 145px;
    cursor: pointer;
    position: relative;
    height: 175px;
}

    .listChuyenKhoa:hover {
        background: #0083e6;
    }

    .listChuyenKhoa.active {
        background: #e03d3d;
    }

.listGKCS {
    background: #0066b3;
    width: 145px;
    cursor: pointer;
    position: relative;
    height: 175px;
    margin: 10px;
}

    .listGKCS:hover {
        background: #0083e6;
    }

    .listGKCS.active {
        background: #e03d3d;
    }

.listBVC {
    background: #0066b3;
    width: 145px;
    cursor: pointer;
    position: relative;
    height: 170px;
    margin: 0 6px 10px;
}

    .listBVC:hover {
        background: #0083e6;
    }

    .listBVC.active {
        background: #e03d3d;
    }

    .listBVC .imgChuyenKhoa {
        width: 145px;
    }

.asbChuyenKhoa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.imgChuyenKhoa {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

    .imgChuyenKhoa img {
        width: 60px;
        height: 60px;
    }

.txtCTVDDCK {
    display: flex;
    justify-content: center;
    margin: 10px 0 40px;
}

.chuyenkhoa {
    display: flex;
    justify-content: center;
}

.all-chuyenkhoa {
    display: flex;
    justify-content: space-between;
    width: 1000px;
}

.b-chuyenkhoa {
    padding: 40px 0;
}

.icon-chuyenkhoa {
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.temKhoa {
    display: flex;
    justify-content: center;
    padding: 5px;
    color: #fff;
    font-size: 13px;
}

.mota {
    text-align: -webkit-center;
    font-size: 11px;
    height: 30px;
    overflow: hidden;
    color: #adff62;
}

.imgKhoaCon {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .imgKhoaCon img {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

.Khoacon {
    display: flex;
    align-items: center;
    margin: 10px;
    cursor: pointer;
    width: 180px;
}

    .Khoacon:hover {
        background: #f6f8f9;
        color: #0066b3;
        text-decoration: none;
    }

.b-allCK {
    display: flex;
    justify-content: center;
}

.all-khoaCon {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    /*flex-direction: column;
    max-height: 120px;
    overflow: auto;*/
}

.all-khoaConBVC {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
}

.all-khoaCon a {
    text-decoration: none;
}

.titleKC {
    color: #e03d3d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    margin: 10px 0 10px 0;
}

.contentKC {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-top: 25px;
    display: none;
}

.contentKCCS {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-top: 25px;
    display: none;
}

.contentKCBVC {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-top: 25px;
    display: none;
}
/*Chuyên gia*/
.all-ChuyeGiaMB {
    display: none;
}

.chuyengia {
    position: relative;
    background: #12202b;
    padding: 50px 0;
}

.dscg-img {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

    .dscg-img img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 1px solid #0066b3;
        padding: 5px;
    }

.dscg-chuyengia {
    position: relative;
    padding: 50px 0;
}

.bg-chuyengia {
    background-image: url('../Image/bg-chuyengia.jpg');
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: 0.15;
    width: 100%;
    height: 100%;
}

.quote {
    font-family: sans-serif;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    font-style: italic;
}

.ListChuyeGiaslc {
    width: 1000px;
}

.ListPhongKhamslc {
    width: 1000px;
}

.all-chuyengia {
    display: flex;
    justify-content: center;
}

.cg-img {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

    .cg-img img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 1px solid #0066b3;
        padding: 5px;
    }

.ListChuyeGiaDS {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
}

.dscg-contentTXT {
    height: 300px;
    background-color: #4e6979;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dscg-txt1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
}

.dscg-txt2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 35px;
}

.ListChuyeGia {
    background-color: #fff;
    margin: 0 20px;
    border-radius: 10px;
    outline: 0;
}

.ListPhongKham {
    background-color: #fff;
    margin: 0 20px;
    border-radius: 10px;
    outline: 0;
    border: 1px solid #c8c8c8;
    border-top: 0;
}

.itemChuyeGiaDS {
    background-color: #fff;
    margin: 0 10px 20px;
    border-radius: 10px;
    outline: 0;
    width: 280px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.ListPhongKham {
    background-color: #fff;
    margin: 0 20px;
    border-radius: 10px;
    outline: 0;
}

.cg-name {
    background-color: #107fd2;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-family: sans-serif;
    font-size: 14px;
}

.cg-chuyenkhoaGK {
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 0;
    padding: 5px;
}

.cg-chuyenkhoa {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 48px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 0;
    border-bottom: 1px dashed #c8c8c8;
    padding: 5px;
}

.cg-chuyenkhoaK {
    display: flex;
    padding: 5px;
    text-align: center;
    border-bottom: 1px dashed #c8c8c8;
    border-top: 1px dashed #c8c8c8;
}


    .cg-chuyenkhoaK label {
        /*background-color: #f1f1f1;
        flex: 0 0 110px;
        display: flex;
        align-items: center;
        height: 28px;
        padding-left: 5px;
        border: 1px solid #c8c8c8;
        border-radius: 3px 0 0 3px;
        border-right: 0;
        font-weight: 100;
        font-size: 13px;*/
        flex: 0 0 110px;
        display: flex;
        color: #336eb8;
    }


    .cg-chuyenkhoaK span {
        /*display: flex;
        flex: 1;
        align-items: center;
        padding-left: 5px;
        border: 1px solid #c8c8c8;
        border-left: 0;
        border-radius: 0 3px 3px 0;*/
        flex: 1;
        display: flex;
        justify-content: flex-start;
    }

.cg-chuyenkhoa label {
    /*background-color: #f1f1f1;
    flex: 0 0 110px;
    display: flex;
    align-items: center;
    height: 28px;
    padding-left: 5px;
    border: 1px solid #c8c8c8;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    font-weight: 100;
    font-size: 13px;*/
    display: flex;
    justify-content: flex-start;
    flex: 0 0 110px;
    color: #336eb8;
}

.cg-chuyenkhoa span {
    /*display: flex;
    flex: 1;
    align-items: center;
    padding-left: 5px;
    border: 1px solid #c8c8c8;
    border-left: 0;
    border-radius: 0 3px 3px 0;*/
    display: flex;
    text-align: left;
    height: 40px;
    overflow: hidden;
    flex: 1;
    cursor: pointer;
}

.cg-kinhnghiem {
    display: flex;
    justify-content: center;
}

.cg-button {
    display: flex;
    justify-content: center;
}

.cg-txt1 {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: sans-serif;
}

.cg-txt2 {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-family: sans-serif;
    margin: 10px 0 40px;
}

.cg-button button {
    background-color: #0066b3;
    color: #fff;
    border: 1px;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 15px;
    margin: 15px 0 15px;
    cursor: pointer;
    outline: 0;
}

    .cg-button button:hover {
        background-color: #e03d3d;
    }

.paginate_input {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
}
/*Gói khám miễn phí*/
.goikhammienphi {
    background: #f6f8f9;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.all-goikhammienphi {
    /*width: 1000px;*/
}

.gk-txt1 {
    background: #e03d3d;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    cursor: pointer;
    font-family: monospace;
}

    .gk-txt1 a {
        color: #fff;
        text-decoration: none;
    }

.itemGK {
    width: 1000px;
}

.all-avtMB {
    display: flex;
}

.avtMB {
    display: none;
    margin-right: 10px;
}

    .avtMB img {
        width: 120px;
        height: 130px;
    }

.all-itemGK {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}

.gk-img img {
    height: 220px;
    width: 100%;
    border-radius: 3px;
}

.gk-img {
    border: 1px solid #c8c8c8;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    padding: 3px;
}

.gk-txt2 {
    display: flex;
    justify-content: center;
    font-size: 17px;
    font-family: sans-serif;
    margin: 10px 0 40px;
    color: #605f5f;
}

.gk-txt span {
    color: red;
}

.gk-txt {
    color: #605f5f;
    margin-top: 10px;
    border-bottom: 1px dotted #e5e2de;
}

.item-goikham {
    width: 313px !important;
    margin: 10px;
}

.item-cs {
    position: relative;
    margin-right: 10px;
}

.cs-img {
    position: relative;
    width: 250px;
    display: flex;
}

    .cs-img img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        border: 1px solid #fff;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
        padding: 2px;
    }

.csr-txt1 {
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 5px;
    position: absolute;
    width: 210px;
    left: 100px;
}

.csr-txt2 a {
    text-decoration: none;
    color: #337ab7;
    font-size: 14px;
    font-family: sans-serif;
}

.csr-txt2 span {
    color: red;
}

.csr-txt2 {
    margin-bottom: 5px;
}

.cs-right {
    position: absolute;
    top: 30px;
    width: 200px;
    left: 110px;
}

.dichvuchuyensau {
    margin-bottom: 100px;
}

/*Slide*/
.content-slide {
    background-image: url('../Image/bg-slide.png');
    padding: 80px 0;
}

.sl-txt1 {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
}

.sl-txt2 {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: sans-serif;
}


/*Tin tức*/
.tintuc {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    background: #f6f8f9;
}

.all-tintuc {
    width: 1000px;
}

.gk-txtB {
    margin-top: 10px;
}

    .gk-txtB a {
        font-weight: bold;
        text-decoration: none;
        color: black;
        font-size: 16px;
    }
/*Phòng khám*/
.phongkham {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    background-color: #f6f8f9;
}

.oDVCS {
    overflow-x: auto !important;
    width: 100%;
}

.oIDVCS {
    margin-bottom: 10px;
}

.all-phongkham {
    width: 1000px;
}

.pk-img {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    outline: 0;
}

    .pk-img img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 1px solid #0066b3;
        padding: 5px;
    }

.pk-btn {
    display: flex;
    justify-content: center;
}

    .pk-btn button {
        background: #e03d3d;
        border-color: #e03d3d;
        color: #fff;
        width: 180px;
        height: 40px;
        outline: 0;
        border: 1px;
        margin-top: 30px;
        border-radius: 3px;
    }

        .pk-btn button i {
            margin-right: 5px;
        }
/*Đăng ký*/
.dangky {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 50px 0;
}

.all-dangky {
    width: 1000px
}

.dk-txt {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 15px;
}

    .dk-txt input {
        width: 500px;
        height: 45px;
        border: 1px solid #c8c8c8;
        padding-left: 10px;
        border-radius: 3px 0 0 3px;
        outline: 0;
        font-size: 14px;
        border-right: 0;
    }

    .dk-txt button {
        background-color: #0066b3;
        width: 100px;
        color: #fff;
        border: 1px;
        border-radius: 0 3px 3px 0;
        text-transform: uppercase;
        font-size: 14px;
        outline: 0;
    }
/*Footer*/
.footer {
    display: flex;
    justify-content: center;
    background: #22252b;
    padding: 30px 0;
    color: #fff;
}

.all-wFT {
    display: flex;
    justify-content: center;
}

.all-footer {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.mxh-hp {
    display: flex;
    margin-top: 10px;
}

.icon-mxh {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 10px;
}

    .icon-mxh a {
        color: #fff;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

.ft-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.ft-lienhe {
    width: 420px;
}

.ftl-content {
    margin-bottom: 5px;
}

    .ftl-content a {
        text-decoration: none;
        color: #fff;
        opacity: .8;
    }

.ft-border {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ft-cop {
    display: flex;
    justify-content: center;
    opacity: .7;
}

.itemLyDo:hover .ContentLyDo {
    display: block;
}

.itemLyDo:hover .imgLyDo::after {
    display: block;
}

.ContentLyDo {
    position: absolute;
    width: 1000px;
    left: 0;
    display: none;
    top: -70px;
    background-color: #fff;
    border: 1px solid #0066b3;
    padding: 10px;
    border-radius: 5px;
}

.imgLyDo::after {
    content: "";
    position: absolute;
    bottom: 55px;
    left: 0;
    margin: 0 auto;
    z-index: 12;
    width: 0;
    height: 0;
    right: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #7e82ec;
    transform: rotateX(180deg);
    display: none;
}

.hkn-input .select2 {
    width: 100% !important;
}

.itemDanhSachThe {
    border: 1px solid #c8c8c8;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 0 10px #b0b0b0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.spanThe {
    color: #0089ff;
    margin: 0 5px;
}

.btn-muathe {
    margin: 8px 0;
}

.all-loaithe {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex
}

.otherMB {
    background-color: #f0f2f4;
    color: #214756;
}

.otherMF {
    /*background-color: #f0f2f4;*/
}

.imgThe {
    width: 144px;
}

.allThe {
    margin-right: 10px;
}
/*.itemDanhSachThe:nth-last-child(1) {
        margin: 0;
    }*/
.btnCacLoaiThe {
    /*display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;*/
}

.title-lsgd {
    font-weight: bold;
    margin: 10px 0 5px;
}

.cityDSCG {
    width: 200px;
    height: 35px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    outline: 0;
}

.mb-submenu {
    display: none;
    margin-left: 40px;
}

.mb-submenuTHP {
    display: none;
    margin-left: 40px;
}

.mb-submenuTT {
    display: none;
    margin-left: 40px;
}

.choosecity {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 10px;
}

.btnGuiMail {
    background-color: #0066b3;
    width: 100px !important;
    color: #fff;
    border: 1px !important;
    border-radius: 0 3px 3px 0 !important;
    text-transform: uppercase;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    height: 45px;
}

.hrefVideo a {
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

.hrefOtherVideo a {
    text-decoration: none;
    color: black;
    position: relative;
    padding-left: 10px;
}

    .hrefOtherVideo a:before {
        content: "";
        width: 3px;
        height: 3px;
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 3px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #e03d3d;
        vertical-align: middle;
    }

.hrefVideo {
    margin-top: 10px;
}


.hrefOtherVideo {
    margin-top: 10px;
}

.modal-body {
    /*background-color: #f6f6f6;
    padding: 20px !important;*/
    background-color: #f6f6f6;
    padding: 20px !important;
    margin: 0 20px;
    border-radius: 5px;
}

.modal-footer {
    border: 0;
}

.all-No {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #a0b5ff59;
    color: black;
    width: 300px;
    padding: 10px 10px 10px 10px;
    z-index: 9999999999;
    display: none;
    height: 335px;
    overflow: auto;
}

    .all-No.active {
        display: block;
    }

.fixNo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}

.imgNo {
    flex: 0 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    height: 55px;
    border-right: 1px solid #c8c8c8;
}

    .imgNo img {
        width: 100%;
        height: 100%;
        border-radius: 3px 0 0 3px;
    }

.closeNo {
    position: absolute;
    right: 2px;
    top: 0;
    font-size: 17px;
    cursor: pointer;
    color: red;
}

.contentNo {
    flex: 1;
}

.itemNo {
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #fff;
    /*border: 1px solid #c8c8c8;*/
    border-radius: 3px;
}

    .itemNo:nth-last-child(1) {
        margin: 0;
    }

.selectDSBVC #txtBenhVien {
    width: 100%;
}

.selectDSCGBVC #txtChuyenKhoa {
    width: 100%;
}

.selectDSBVC {
    flex: 0 0 40%
}

.selectDSCGBVC {
    flex: 0 0 40%
}

#txtiStatus .select2-selection {
    height: 25px !important;
}

.accordion-toggle {
    display: none;
}

.btnKiemTra {
    height: 30px;
    width: 75px;
    font-size: 13px;
    border-left: 0;
    border: 1px solid #4cae4c;
    background-color: #5cb85c;
    color: #fff;
    outline: 0;
    border-radius: 0 3px 3px 0;
}


#ModalMuaThe {
    overflow: auto !important;
}

#ModalCacLoaiThe {
    overflow: auto !important;
}

#ModalQuyenLoiChuThe {
    overflow: auto !important;
}
