.menu-t .menu-section > ul > li {
    padding: 10px;
}

.menu-t .menu-section > ul > li > a {
    font-size: 14px;
    color: var(--color-text);
    border: none;
}

.menu-t .menu-section > ul > li:hover > a {
    color: var(--gray);
}

.menu-section > ul > li:last-child {
    margin-right: 0;
}

.language-section img {
    width: 30px;
    margin-left: 5px;
}

.social-section ul li a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    height: 13px;
    width: 13px;
    object-fit: scale-down;
}

.header-mid>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
}

/*.item-chuyengia:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    background-image: linear-gradient(var(--color-main), #aeafe7, var(--color-main));
    height: 100%;
    width: 1px;
}*/
.item-chuyengia {
    position: relative;
    border: 1px solid #8182cd;
    border-radius: 5px;
    padding: 10px;
}

.item-chuyengia:last-child:after {
    opacity: 0;
}

.title-category {
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}

.slogan-top {
    max-width: 465px;
    z-index: 1;
}

.slider-section .item:before {
    content: '';
    background: var(--black);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
}

.buttom-category i {
    right: 0;
    background: #e6e6fd;
    padding: 5px;
    top: 0px;
    height: 100%;
    line-height: 27px;
    transition: all .3s ease;
}

.buttom-category:hover {
    background-color: #f8f8ff;
}

.buttom-category:hover i {
    padding: 5px 10px;
}

.divider {
    position: relative;
    display: block;
    width: 42px;
    height: 11px;
    margin: 10px auto 0;
    background: white;
    padding: 0 8px;
}

.divider svg {
    fill: var(--color-main);
    display: block;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.title-section:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 135px;
    height: 1px;
    background: var(--color-main);
}

.read-more-small {
    font-style: italic;
    text-decoration: underline;
}

.contact-box li {
    text-align: center;
    min-width: 20%;
    font-size: 22px;
}

.contact-box li a:not(.button-arrow) {
    font-size: 28px;
    color: #333;
    line-height: 85%;
    margin-top: 5px;
    font-weight: 300;
}

.button-arrow:hover {
    background: var(--color-hightlight) !important;
    color: white !important;
}

#dat-lich .close {
    transform: rotateZ(45deg);
}

.slider-section .slick-next, .slider-section .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#datetimepicker1 i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

#datetimepicker1 {
    position: relative;
}

.about-banner-content {
    width: 100%;
    clear: both;
    background: rgb(255 255 255 / 70%);
    padding: 20px;
    color: #000;
    margin-bottom: 0;
    -moz-box-shadow: inset 0 2px 0 #fff;
    -webkit-box-shadow: inset 0 2px 0 #fff;
    box-shadow: inset 0 2px 0 #fff;
}

.about-banner-content h1 {
    font-size: 40px;
    position: relative;
}

.about-main-title:before, .title-detail:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: var(--color-main);
}

.title-detail:before {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.btn-about {
    font-size: 16px;
    height: 42px;
    line-height: 38px !important;
    letter-spacing: 1px;
}

.font-weight-300 {
    font-weight: 300;
}

.view-collapse .card {
    border-radius: 0;
    border: none;
}

.view-collapse .btn-link {
    font-size: 19px;
    font-weight: 600;
    color: var(--color-text);
    padding: 10px 0;
    text-decoration: none !important;
    text-align: left;
}

.view-collapse .card-header {
    border-bottom: 1px solid;
}

.view-collapse .card-header.show i:before {
    content: "\e940";
}

.everet-clinic .inner-image img {
    height: 83px;
    object-fit: scale-down;
}

.title-detail {
    line-height: 1.2;
}

.your-health .article-entry-info {
    display: none;
}

.your-health .read-more {
    background: white;
    border: 1px solid var(--color-main);
    border-radius: 50px;
    padding: 8px 30px;
    letter-spacing: 1px;
    text-transform: inherit;
    font-size: 14px;
    display: inline-block;
}

.your-health .read-more:hover {
    background: var(--color-main);
    color: white;
}

.your-health .article-item .article-title {
    font-weight: 300 !important;
    font-size: 24px;
}

.only-title-item a:hover {
    text-decoration: underline;
}

b, strong {
    font-weight: 700;
}

.text-bat-buoc {
    color: var(--color-hightlight);
    text-decoration: underline;
}

.menu-grid .item-category img {
    height: 50px;
}

.view-all i {
    right: 0;
    line-height: 36px;
    background: #565795;
    top: 0;
    padding: 0 10px;
    height: 100%;
}

.view-all:hover i {
    background: #014e28;
}

.view-all {
    padding-right: 60px !important;
}

.menu-grid>div {
    padding: 30px
}

.menu-grid>div:nth-child(2) {
    background: var(--light);
}

.menu-section .entry-menu li:last-child .menu-link {
    border: none;
}

.menu-grid ul li a {
    color: #0078bf;
}

.logo-footer img {
    height: 65px;
}

.newsletter .btn-submit {
    right: 0;
    top: 0;
    padding: 0 15px !important;
    height: 40px;
}

footer .social-box {
    float: left !important;
}

footer .social-section ul li a {
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--color-main);
}

footer .social-section ul li a img {
    width: 20px;
    height: 20px;
}

.buttom-category {
    border-radius: 0 0 5px 5px;
}

.list-category {
    border-radius: 5px;
}

.dat-lich .btn {
    height: 60px;
    line-height: 60px !important;
    font-size: 20px;
    border-radius: 10px;
}

.search-section .btn-action-header {
    height: 60px;
    line-height: 60px;
    border: 1px solid white;
    width: 60px;
    text-align: center;
    padding: 0;
    color: white;
}

.menu-section > ul > li:first-child > a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.search-section .btn-submit {
    height: 50px;
    line-height: 46px !important;
    width: 50px;
    font-size: 18px;
    padding: 0 !important;
}

.search-section input {
    height: 50px;
    font-size: 17px;
}

.search-section .entire-action-header .form-dropdown {
    padding: 15px;
}

.option-title-item h4 {
    min-height: 50px;
    color: var(--color-text);
}

.option-title-2 h4 {
    min-height: auto;
}

.option-title-item .btn-submit i {
    position: absolute;
    height: 35px;
    line-height: 33px;
    background: #585997;
    right: 0;
    border-radius: 0 4px 4px 0;
    width: 25px;
    top: 0;
}

.option-title-item .btn-submit {
    padding-right: 50px !important;
    width: 100%;
    max-width: 230px;
}

.option-title-item .btn-submit:hover i {
    background-color: var(--color-hightlight);
}

.option-title-item a h4 {
    color: var(--color-main);
    font-style: italic;
}

#dat-lich .modal-dialog {
    max-width: 910px;
}

.contact-right {
    position: fixed;
    right: 15px;
    bottom: 65px;
}

.contact-right li {
    list-style: none;
    margin-top: 20px;
}

.contact-right li img {
    width: 55px;
    height: 55px;
}

.buttom_dat_lich {
    position: fixed;
    bottom: 5px;
    left: 15px;
    z-index: 99;
}

.buttom_dat_lich.dat-lich .btn {
    height: 40px;
    line-height: 40px !important;
    border-radius: 5px;
}

footer {
    background: var(--light);
}

.newsletter input {
    height: 40px;
}

.footer-menu-section {
    font-size: 14px;
}

.support-title-item img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    margin-right: 10px;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

.mo-ta .category-desc {
    margin-bottom: 40px;
}

.article-content #accordion .btn-link {
    width: 100%;
    text-align: left;
}

.article-content #accordion .card {
    margin-bottom: 10px;
}

.about-banner {
    background-size: cover;
    background-repeat: no-repeat;
}

#dat-lich img {
    aspect-ratio: 0/1;
    object-fit: contain;
    width: 100%;
}

@media (min-width: 1740px) {
    header>div>.container {
        max-width: 1710px;
    }
}

@media (max-width: 1366px) and (min-width:1080px) {
    .info-top li {
        padding: 0 10px !important;
        font-size: 14px;
        display: flex;
    }
}

@media (max-width: 1080px) and (min-width:1024px) {
    .info-top li {
        padding: 0 5px !important;
        font-size: 13px;
    }
}

@media (min-width: 1025px) {
    .logo-section img {
        height: 90px;
        width: 90px;
        object-fit: scale-down;
    }
}

@media (max-width: 1200px) and (min-width:992px) {
    .everet-clinic .article-title {
        min-height: 100px;
    }
}

@media (min-width: 1280px) {
    .everet-clinic .article-title {
        min-height: 75px;
    }
}

@media (max-width: 1024px) {
    .logo-section img {
        height: 45px;
        object-fit: contain;
    }

    .setting-menu > .container > .row > div {
        display: flex;
        justify-content: space-between;
    }

    .dat-lich {
        height: 45px;
        line-height: 45px;
        margin-left: 15px;
    }

    .language-section img {
        width: 22px;
    }

    .slider-section .slick-next, .slider-section .slick-prev {
        width: 30px;
        height: 30px;
    }

    .slider-section .slick-next:before, .slider-section .slick-prev:before {
        font-size: 18px;
    }

    .slider-section .slick-slider .slick-next {
        right: 10px !important;
    }

    .slider-section .slick-slider .slick-prev {
        left: 10px !important;
    }
}

@media (max-width: 767px) {
    .contact-box {
        display: block !important;
    }

    .contact-box li {
        margin: 20px 0;
    }

    .footer-mid-mb>.container>.row>div, .lien-he >.container>.row>div {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .slider-section, .slider-section .item img {
        height: 140vw;
    }
}

@media (max-width: 375px) {
    .view-all {
        padding-left: 10px !important;
        padding-right: 40px !important;
    }

    .dat-lich .btn-submit {
        padding: 0 10px !important;
        font-size: 16px;
    }
}
