/*
Theme Name: Wiix
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.title_bs {
    color: #03428e;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.filter-section {
    display: flex;
    gap: 10px;
}
.filter-section select {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    border-color: #4bade9;
    height: 50px;
    border-radius: 99px;
    font-weight: bold;
    margin-bottom: 0;
    color: #03428e;
}
.search-section input {
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    height: 50px;
    border-radius: 99px;
}
.box_list_cks {
    background-color: #c2efff66;
    padding: 15px;
    border-radius: 15px;
}
.col_data_bs .list-bacsi_dvs {
    gap: 0;
    flex-wrap: wrap;
}
.col_data_bs .list-bacsi_dvs .bacsi-item {
    margin: 0;
    padding: 10px;
}
.list_cks {
    margin: 0;
}
.list_cks li {
    list-style: none;
    margin: 0 !important;
}
.list_cks li a {
    list-style: none;
    margin-left: 0 !important;
    color: #03428e;
    padding: 16px;
    margin: 0;
    font-weight: bold;
}
.row-filter-bs .col {
    padding-bottom: 0;
}
.search-section {
    position: relative;
}
.search-section img {
    width: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.list_cks li.active a {
    background-color: #03428e;
    border-radius: 16px;
    color: #fff;
}

.chuyen-khoa-list {
    margin: 20px 0;
}
.chuyen-khoa-item {
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.chuyen-khoa-item h3 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}
#dncg, #cnnv {
    margin-top: 64px;
    margin-bottom: 64px;
}
.vsmcd img {
    max-height: 276px;
    object-fit: cover;
}
.dv_content {
    display: block;
}
.ck_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row_ckhoa .chuyen_khoa-info h3 a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0;
    text-transform: math-auto;
}
/**/
.fixed_menu {
    background-color: #fff;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, .1);
    height: 65px;
}
.fixed_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 33px;
    padding-right: 33px;
    gap: 16px;
}
.flex_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    max-width: 93px;
    flex-basis: 93px;
}
.flex_item span {
    color: #00aeef;
    font-size: 12px;
}
.flex_item img {
    width: 24px;
    height: 24px;
}
.fixed_menu {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.ct_tbs {
    max-height: 360px;
}