/* Header Top */
.header-top .item-button {
    padding: 6px 12px 5px 12px;
}
.header-top .socical-list {
    border-left: 1px solid var(--c);
    padding-left: 5px;
}
.header-top .item-account {
    padding-right: 10px;
}


/* Header Main */
.header-main {
    /*box-shadow: none;*/
}
.header-main .icon {
    background-color: var(--c);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
}
.header-main .icon i {
    color: #fff;
    font-size: 18px;
}
.header-main .icon img {
    width: 15px;
}

.header-main .phone-list {
    font-size: 13px;
    color: var(--c);
}
.header-main .logo {
    min-width: inherit;
    border: none;
}
.header-main.logo-1 {
    background-color: var(--c);
}
.header-main.logo-1 img {
    height: 50px;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
    .header-main .sologan .text-2 {
       margin-top: 3px;
    }
}

/* Header Menu */

.header-menu .list {
    height: 48px;
}
.header-menu .item {
    padding-top: 5px;
}

@media screen and (min-width: 1024px) {
    .header-menu .item {
        margin-right: 18px;
    }
}

.notitication-icon {
    border: none;
}


main {
    margin-top: 5px;
}
@media screen and (min-width: 768px) {
    main {
        margin-top: 0px;
    }
}


.blog-hot-9912 .item {
    background-color: inherit;
    margin: 5px;
    border: 1px solid var(--c);
    margin-bottom: 10px;
}

.blog-hot-9912 .image-wrap {
    max-height: inherit;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.blog-hot-9912 .info .title {
    min-height: 68px;
}



.footer-info {
    margin-bottom: 0px;
}


.menu-mobile {
    /*background-color: inherit;*/
    /*text-align: right;*/
    /*padding: 0px 15px 0px 0px;*/
}

/*// Phần menu phía dưới*/
.list-navi .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
}
.list-navi .item i {
    color: var(--c);
}
.list-navi .title {
    font-weight: 500;
    font-size: 10px !important;
}
.list-navi .item-9 img {
    width: 21px;
    margin-bottom: 3px;
}


/*Ẩn mấy nút gọi điện,Zalo ở bản web trường*/
.hide-web2 {
    display: none !important;
}
.ctrlq.fb-button {
    display: none;
}

@media screen and (min-width: 768px) {
    .hide-web2 {
        display: inherit !important;
    }
    .ctrlq.fb-button {
        display: inherit;
    }
}
.header-main .sologan h1 {
    margin-bottom: 5px;
}

