﻿.header-top {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
body {
    margin: 0;
}
.container {
    width: 1144px;
    margin: 0px auto;
}

.header-top-content {
    width: 100%;
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: -10px;
}

.header-top-left {
    display: flex;
}

.header-top-detail {
    color: var(--cl-dark);
    line-height: calc(20 / 14);
    font-weight: 400;
    padding-left: 30px;
    background: url(../Content/img/icon-phone.png) 0 center no-repeat;
    margin-top: 0;
}

.header-top-detail-phone {
    color: #ec2226;
}

a {
    text-decoration: none;
    color: inherit;
}

#frmSearch {
    width: 210px;
    height: 30px;
    border-radius: 50px;
    padding: 0px 30px 0px 10px;
    position: relative;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    margin-top: -15px;
}

    #frmSearch input[type="text"] {
        outline: none;
        width: 100%;
        border: none;
        height: 100%;
        background: transparent;
        line-height: 30px;
    }

    #frmSearch button[type="submit"] {
        width: 30px;
        height: 100%;
        float: right;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        color: #bdbdbd;
        font-size: 21px;
        outline: none;
        border: none;
        background: none;
    }

.header-logo {
    width: 100%;
}

    .header-logo .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.header-logo-main {
    min-height: 118px;
    display: flex;
    align-items: center;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}

.multi-site {
    display: flex;
    flex-direction: row;
    height: 35px;
    gap: 15px;
    align-items: flex-end;
}

    .multi-site .link-site:first-child {
        height: 25px;
    }

.link-site {
    height: 45px;
    display: flex;
}

.header-nav {
    background-color: #8e1a1b;
    position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.header-menu {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 40px;
    position: relative;
    margin-top: 0px;
}

ol, ul {
    list-style: none;
}

.header-menu-list {
    height: 43px;
    position: relative;
}

    .header-menu-list:first-child .header-menu-item {
        padding-left: 0px;
    }

.header-menu-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif;
}
.header-menu-list.active .header-menu-item, .header-menu-list:hover .header-menu-item {
    color: #8e1a1b;
    background-color: #fff;
}

.list-sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: max-content;
    background: white;
    z-index: 10;
    display: none;
}

.btn-icon-menu-pc {
    position: absolute;
    padding-right: 0px;
    right: 0px;
}

.icon-dot {
    background: url(/Content/img/icon-dot.png) right center no-repeat;
    width: 34px;
    height: 43px;
    background-size: contain;
    display: block;
    cursor: pointer;
}

.main-menu-special {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #dbdbdb;
    z-index: 10;
    height: calc(100vh - 43px);
    padding: 30px 0 0;
    overflow-y: scroll;
}

.navigation {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.main-menu-item a {
    width: 100%;
    line-height: 24px;
}

.navigation-link {
    font-weight: 700;
}
.ico-close::before {
    content: '\f00d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #fff;
}
.icon-close {
    font-size: 24px;
    color: white;
    cursor: pointer;
    display: none; /* Ban đầu ẩn */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Căn giữa icon dấu X */
}
.header-nav.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    height: 45px;
}
.footer-content {
    padding-top: 18px;
    padding-bottom: 30px;
    display: flex;
}
.footer-main {
    max-width: 700px;
}
.footer-main-logo {
    width: 332px;
    margin-bottom: 15px;
}
.footer-main-top {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
    .footer-main-detail p, .footer-main-top p {
        margin-bottom: 8px;
    }
    .footer-main-top b {
        font-weight: 700;
    }
.footer-main-detail {
    padding-top: 19px;
}

.footer-main-detail .link-footer {
    color: #4777bf;
    font-weight: 400;
    text-decoration: underline;
}
.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    flex: 1;
}
.footer-social-icon {
    width: 38px;
    height: 38px;
    background-color: #a9a8a9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .footer-social-icon i {
        color: #fff;
        font-size: 20px;
    }
.footer-small {
    border-top: 1px solid #e1e1e1;
    padding: 22px 0px 20px;
}
    .footer-small a {
        color: #a0a0a0;
        font-size: var(--fz-small);
        line-height: calc(20 / 12);
        font-weight: 400;
    }
.goTop:hover {
    opacity: .9;
}

.goTop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #8e1a1b;
    opacity: .7;
    border-radius: 5px;
    font-size: 24px;
    display: none;
    position: fixed;
    bottom: 150px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    color: #fff;
}

.article-post-content {
   display: none;
}

   .article-post-content.show {
      display: block;
   }