﻿div, header, a, p, nav, footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
header {
    display: block;
}
body {
    margin: 0;
}
.header-top {
    width: 100%;
    background-color: #fafafa;
    margin-top: -6px;
}
.container {
    width: 1144px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.header-top-content {
    width: 100%;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-left {
    display: flex;
    gap: 8px;
}
.header-top-detail {
    color: var(--cl-textDetail);
    line-height: calc(20 / 14);
    font-weight: 400;
}
.header-top-detail-phone {
    color: var(--cl-red);
}

a {
    text-decoration: none;
    color: var(--cl-black);
}
.header-top-search {
    margin-top: -2px;
}
#frmSearch {
    display: grid;
    grid-template-columns: auto 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 30px;
}
    #frmSearch input {
        outline: none;
        border: 0;
        padding: 0 10px;
        background: transparent;
    }
    #frmSearch button {
        cursor: pointer;
        outline: none;
        border: 0;
        background: none;
    }
        #frmSearch button .fa-magnifying-glass {
            font-size: 18px;
            width: 18px;
        }
.header-logo .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.header-logo-main {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.multi-site {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-end;
    justify-content: center;
    margin-top: 10px;
}
    .multi-site .link-site:first-child {
        height: 25px;
    }

.link-site {
    height: 45px;
    display: flex;
}
.header-nav {
    background-color: #55286d;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.header-menu-list .header-menu-item:hover, .header-menu-list:hover .header-menu-item {
    color: #55286d;
    background-color: #fff;
}

a:hover {
    color: #55286d !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.header-nav > .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-menu {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding:0;
}

ol, ul {
    list-style: none;
}
.header-menu-list {
    height: 43px;
    position: relative;
}
.header-menu-item {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 10px;
    transition: all 0.2s ease;
    letter-spacing: -0.4px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
:host, :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
}

:host, :root {
    --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
}

:host, :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}
    .header-menu-item i {
        font-size: var(--fz-base);
    }
.list-sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: max-content;
    background: white;
    z-index: 10;
    display: none;
    transition: all 0.2s ease;
}
.navbar {
    position: absolute;
    padding-right: 0px;
    right: 0px;
}
.icon-navbar {
    width: 34px;
    height: 43px;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    padding: 9px 0;
    text-align: right;
}
.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 !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 15px;
}
.main-menu-item a {
    width: 100%;
    line-height: 24px;
    display: block;
    font-family: 'roboto';
    font-size: 15px;
}

.navigation-link {
    font-weight: 700;
}
.navigation-link-sub {
    font-weight: 400;
    margin-top: 5px;
}
.header-bottom {
    margin-bottom: 25px;
}
.main-focus {
    padding: 17px 0 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.img-new {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 2px;
}
.main-focus-title {
    display: flex;
    gap: 10px;
}
    .main-focus-title i {
        font-size: 21px;
        color: #ed2227;
    }
    .main-focus-title p {
        color: #55286d;
        font-weight: bold;
    }
.main-banner.main-banner-top {
    padding: 0;
    text-align: center;
}

.main-banner {
    display: flex;
    justify-content: center;
}
.footer-content {
    padding-top: 18px;
    display: flex;
}
.footer-main {
    max-width: 700px;
}
.footer-main-logo {
    width: 332px;
    margin-bottom: 15px;
}
.footer-main-top {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
    .footer-main-top h3 {
        text-transform: uppercase;
        font-size: 16px;
        margin: 10px 0;
    }
    .footer-main-detail p, .footer-main-top p {
        font-weight: 400;
        margin-bottom: 8px;
    }
.footer-main-detail {
    padding-top: 19px;
}
    .footer-main-detail .link-footer {
        color: #4777bf;
        font-weight: 400;
        text-decoration: underline;
    }
.goTop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #55286d;
    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;
    transition: 0.3s ease;
}
