.header-main {
    height: 90px;
    background: var(--Mau_4);
}
.header-main #logo {
    width: 170px;
}

#wide-nav .header-bottom-nav > .menu-item{
    margin: 0 12px;
}
#wide-nav .header-bottom-nav > .menu-item > a.nav-top-link{
    padding: 0;
    color: var(--Mau_3);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05rem;
}
#wide-nav .header-bottom-nav > .menu-item.active > a.nav-top-link, #wide-nav .header-bottom-nav > .menu-item:hover > a.nav-top-link{
    -webkit-text-stroke: .5px;
}
.wapper-mage-menu .lvl2-menu{
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
}
.wapper-mage-menu .lvl2-menu::after{
    content: "";
    width:calc(100% - 200px);
    height: 1px;
    background: #ccc;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
    position: absolute;
}
.wapper-mage-menu .lvl2-menu .item-menu > a{
    font-size: 12px;
    /* font-family: 'Brilliant Cut'; */
    font-weight: 400;
    text-transform: uppercase;
    color: var(--Mau_3);
}
.wapper-mage-menu .lvl2-menu .item-menu.active a, .wapper-mage-menu .lvl2-menu .item-menu:hover > a{
    -webkit-text-stroke: .5px;
}
.wapper-mage-menu .lvl2-menu .item-menu{
    position: relative;
    margin-left: 20px;
}
.wapper-mage-menu .lvl2-menu .item-menu:first-child{
    margin-left: 0;
}
.wapper-mage-menu .lvl2-menu .item-menu.active a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: var(--Mau_9);
    animation: moveLine .3s;
}
@keyframes moveLine{
    from {
        width:0;
   }
    to {
        width:100%;
   }
}
.wapper-mage-menu .tab-content .tab-pane{
    display: none;
}
.wapper-mage-menu .tab-content .tab-pane.active{
    display: block;
    position: relative;
    animation: opacituMoveUp .6s;
}
@keyframes opacituMoveUp{
    from {
        opacity: .3;
        top:20px;
   }
    to {
        opacity: 1;
        top:0;
   }
}
.wapper-mage-menu .tab-content .tab-pane .cal-to-action{
    margin-top: 20px;
    text-align: center;
}
.wapper-mage-menu .tab-content .tab-pane .cal-to-action a{
    font-size: 16px;
    position: relative;
    color: var(--Mau_3);
}
.wapper-mage-menu .tab-content .tab-pane .cal-to-action a::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--Mau_3);
    bottom: -3px;
    left: 0;
    position: absolute;
    transition: all .5s;
}
.wapper-mage-menu .tab-content .tab-pane .cal-to-action a:hover::after{
    width: 0;
    transition: all .5s;
}
.wapper-mage-menu .tab-content .tab-pane .inner-show-product{
    display: flex;
    margin-right: -15px;
    flex-wrap: wrap;
}
.wapper-mage-menu .tab-content{
    max-width: 960px;
    margin: 0 auto;
    margin-top: 30px;
}
.wapper-mage-menu .tab-content .tab-pane .inner-show-product .item-product-box{
    width: calc(16.666666% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.wapper-mage-menu .tab-content .tab-pane .inner-show-product .item-product-box .inner-image{
    height: 144px;
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
}
.wapper-mage-menu .tab-content .tab-pane .inner-show-product .item-product-box .inner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wapper-mage-menu .tab-content .tab-pane .inner-show-product.animation .item-product-box:hover .inner-image img{
    transform: scale(1.2);
    transition: all 1s;
}
.wapper-mage-menu .tab-content .tab-pane .inner-show-product .item-product-box .entry-title-product-nav{
    font-size: 12px;
    /* font-family: 'Brilliant Cut'; */
    font-weight: 400;
    text-transform: uppercase;
    height: 2.6em;
    line-height: 1.3em;
    text-align: center;
}
.nav-dropdown-has-border .nav-dropdown{
    border-top:unset;
    box-shadow: unset;
}
body {
    background: url(../img/Mau2_Desktop.png) no-repeat;
    background-size: cover;
}
#main {
    background: transparent;
}
#header {
    background: #acd4f1;
}
.list-product {
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
    .list-product .item{
        display:flex;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        list-style: none;
    }
        .list-product .item .name,
        .list-product .item .input-text {
            height: 100px;
            display: flex;
            align-items: center;
            padding: 0 15px;
            border: 1px solid #333;
            border-top: unset;
            font-size: 18px;
            font-weight: 700;
        }
        .list-product .item .name,
        .list-product .item .input-text {
            font-size: 25px;
            width: 350px;
        }
            .list-product .item .name{
                text-align:center;
            }
                .list-product .item .name > span {
                    display: block;
                    width: 100%;
                    line-height: 1.3em;
                }
                .list-product .item:first-child .name,
                .list-product .item:first-child .input-text {
                    border-top: 1px solid #333;
                }
        .list-product .item .image,
        .list-product .item .waiting {
            flex: 1;
            height: 100px;
            display: flex;
            align-items: center;
            padding: 0 15px;
            border: 1px solid #333;
            border-top: unset;
            border-left: unset;
        }
            .list-product .item:first-child .image,
            .list-product .item:first-child .waiting {
                border-top: 1px solid #333;
            }
        .list-product .item .image .wraper-image {
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-items: center;
            margin-right: 15px;
        }
            .list-product .item .image > span {
                flex: 1;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                border-left: 1px solid #333333;
            }
            .list-product .item .image .wraper-image img {
                max-width: 100px;
                max-height: 100px;
                padding: 10px;
            }
        .list-product .item .input-text input {
            box-shadow: unset;
            border: 1px dashed #720404;
            border-radius: 4px;
        }
    .list-product .item:nth-last-child(n+6){
        display: none;
    }
.section-login{
    height: 100vh;
}
.box-login {
    max-width: 600px;
    margin: 0 auto;
    color: rgba(0, 0, 0, .87);
    padding: 24px;
    text-align: center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    box-shadow: 0 1px 3px 0 rgb(142 142 142 / 20%), 0 1px 1px 0 rgb(243 243 243 / 14%), 0 2px 1px -1px rgb(204 204 204 / 12%);
    transition: box-shadow .3s cubic-bezier(.4,0,.2,1) 0s;
    border-radius: 10px;
}
    .box-login .banner-page h2 {
        font-size: 34px;
        color: #2196f3;
        font-weight: 400;
        font-family: Open Sans, sans-serif;
        margin-bottom: 0px;
        margin-top: 30px;
    }
.tabcontent #noidungxem {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}
.tabcontent .form_logmain input{
    height: 50px;
    box-shadow: unset;
    border-radius: 6px;
    font-size: 16px;
}
    .tabcontent .form_logmain input::placeholder {
        color: #8f8f8f;
    }
.btnlogin button {
    margin: 0;
    margin-bottom: 12px;
    color: #fff;
    background-color: #2196f3;
    padding: 8px 22px;
    font-size: 15px;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0s, box-shadow 250ms cubic-bezier(.4,0,.2,1) 0s, border 250ms cubic-bezier(.4,0,.2,1) 0s;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    line-height: 1.75;
    border-radius: 20px;
    text-transform: uppercase;
    border: none;
}
    .btnlogin button:hover {
        background-color: #1565c0;
        box-shadow: 0 2px 4px -1px rgb(80 80 80 / 20%), 0 4px 5px 0 rgb(80 80 80 / 14%), 0 1px 10px 0 rgb(80 80 80 / 12%);
    }
.lotpass > a{
    font-size: 12px;
}