.fixed-header-page {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #0F67BF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0);
    transition: all .4s;
}

.layout-header {
    display: flex;
    align-items: center;
    height: 56px;
    transition: all .4s;
    padding: 4px 0;
}

.left-header .logo {
    position: relative;
    transition: all .4s;
    top: -2px;
}
.ct-background-site .left-header .logo {
    background: #F3F9FE;
}
.left-header .logo a {
    display: block;
    transition: all .4s;
}
.left-header .logo .texture-logo-left svg path {
    fill: #fff;
}

.left-header .logo .texture-logo-right svg path {
    fill: #fff;
}
.ct-background-site .left-header .logo .texture-logo-left svg path,.ct-background-site .left-header .logo .texture-logo-right svg path {
    fill:#F3F9FE;
}
.left-header .logo .texture-logo-left {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 20px;
    height: 19px;
    transition: all .3s;
}

.left-header .logo .texture-logo-right {
    position: absolute;
    right: -20px;
    top: -17px;
    width: 20px;
    height: 19px;
    z-index: 1;
    transition: all .3s;
}
.menu-mobile {
    display: none;
}
.main-header {
    flex: 1;
    margin-left: 40px;
}
.imt-menu-header .text-header:hover .text {
    color: #ff9900;
}
.imt-menu-header .text-header:hover:before {
    width:100%;
    background-color: #ff9900;
}
.wp-menu-header {
    position: relative;
}

.layout-menu-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    height: 100%;
}

.imt-menu-header .text-header {
    display: inline-flex
    ;
        align-items: center;
        gap: 5px;
        position: relative;
        height: 56px;
}
.circle-hot {
    position: absolute;
    top: 18px;
    right: -8px;
    width: 6px;
    height: 6px;
    background: #FF3232;
    border-radius: 50%;
}
.imt-menu-header .text-header .text {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 0;
    font-weight: 500;
    transition: all .4s;
}

.imt-menu-header {
    position: relative;
}
.popup-sub-menu-header {
    position: absolute;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    width: 196px;
    right: 0;
    top: calc(100% + 0px);
    border-radius: 4px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
}

.imt-sub-menu {
    display: block;
    padding: 8px;
    background: transparent;
    transition: all .3s;
    border-radius: 4px;
    color: rgba(58, 67, 86, 1);
    font-size: 16px;
    font-weight: 400;
}

.imt-sub-menu:hover {
    background: rgba(214, 234, 248, 1);
    color: rgba(27, 103, 151, 1);
}

.imt-menu-header:hover .popup-sub-menu-header {
    opacity: 1;
    visibility: visible;
}

.imt-menu-header .text-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .4s;
    border-radius: 100px;
}
.language-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-header {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 36px;
    padding-left: 15px;
}
.user-header:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 20px;
    background: rgba(205, 210, 221, 1);
}
.imt-language {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.imt-language img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.imt-language:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.imt-language.active:before {
    opacity: 1;
    visibility: visible;
}

.popup-info-user {
    position: absolute;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    width: 196px;
    right: 0;
    top: calc(100% + 10px);
    border-radius: 4px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);

}

.user-header.active .popup-info-user {
    opacity: 1;
    visibility: visible;
}
.flex-user-header {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: transparent;
    transition: all .3s;
}
.btn-bg-text {
    display: inline-flex;
    align-items: center;
    background: #218D20;
    height: 36px;
    border-radius: 6px;
    padding: 0 12px;
}
.btn-bg-text .text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    transition: all .3s;
}
.btn-bg-text:hover {
    background: rgba(25, 25, 104, 1);
}
.label-cv {
    background: #218D20;
    display: inline-flex;
    border-radius: 100px;
    height: 18px;
    align-items: center;
    color: #ffff;
    font-size: 12px;
    padding: 0 8px;
    line-height: 1.2;
}
.flex-user-header .name {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: all .4s;
}
.flex-user-header .avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}
.flex-user-header .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.flex-user-header .arrow svg path {
    fill: rgba(133, 141, 154, 1);
}
.flex-user-header .arrow svg path {
    transition: all .4s;
}
.flex-user-header .arrow {
    position: relative;
    top: -1px;
    margin-left: -5px;
}

.popup-info-user.open-popup {
    opacity: 1;
    visibility: visible;
}

.item-menuChild-popup {
    text-align: center;
    display: block;
    padding: 10px 8px;
    background: transparent;
    transition: all .3s;
    border-radius: 4px;
}

.item-menuChild-popup .text {
    color: rgba(58, 67, 86, 1);
    font-size: 15px;
    transition: all .3s;
}

.item-menuChild-popup .icon svg path {
    transition: all .3s;
}

.item-menuChild-popup.imt-bg-primary {
    background: rgba(0, 117, 192, 1);
}

.item-menuChild-popup.imt-bg-primary .text {
    color: #fff !important;
    font-weight: 500;
}
.fixed-header-page .container {
    max-width: 100%;
}
.item-menuChild-popup.imt-bg-primary:hover {
    background: rgb(1 105 172);
}

.list-menuChild-popup {
    display: grid;
    gap: 10px;
}

.item-menuChild-popup:hover .text {
    color: rgba(216, 0, 39, 1);
}

.item-menuChild-popup:hover .icon svg path {
    fill: rgba(216, 0, 39, 1);
}

.right-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 40px;
}
.box-notification .icon-ntf {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-notification .icon-ntf svg path {
    transition: all .3s;
}
.imt-menu-header.active .text-header .text {
    color: #ff9900;
}
.imt-menu-header.active .text-header:before {
    width: 100%;
    background: #ff9900;
}
.box-listen .icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-listen .icon svg path {
    transition: all .3s;
}
.box-listen .icon:hover svg path {
    fill: #218D20;
}

.box-notification .icon-ntf:hover svg path {
    fill: #218D20;
}

.circle-ntf {
    background: rgba(255, 50, 50, 1);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 4px;
    border: 1px solid rgba(234, 239, 243, 1);
    pointer-events: none;
}

.box-notification {
    position: relative;
}
.btn-test-cn-header a {
    background: rgba(255, 255, 255, 1);
    display: inline-flex;
    height: 40px;
    padding: 0 16px;
    border-radius: 4px;
    align-items: center;
    transition: all .3s;
    color: rgba(58, 67, 86, 1);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.btn-test-cn-header a:hover {
    background: rgb(234 156 68);
    color: #fff;
}



/* Scroll */

.fixed-header-page.scroll {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
.fixed-header-page.scroll .imt-menu-header .text-header:hover:before {
    background: #ff9900;
}
.pt-56 {
    padding-top: 56px;
}
@media (min-width:1200px) and (max-width:1599px){


    .layout-menu-header {
        gap: 30px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .right-header {
        gap: 8px;
        margin-left: 20px;
    }
    .layout-menu-header {
       gap: 0 20px;
    }
}
@media (max-width:991px){
    .right-header {
        gap:10px;
        margin-left: auto;
    }
    .layout-menu-header {
        gap: 17px;
    }
    .left-header .logo .texture-logo-left,.left-header .logo .texture-logo-right {
        display: none;
    }
    .fixed-header-page {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    }
    .fixed-header-page .imt-menu-header .text-header .text {
        color: #fff;
    }
    .fixed-header-page .imt-menu-header .text-header .icon svg path {
        fill: #3a4356;
    }
    .fixed-header-page .imt-menu-header .text-header:hover:before {
        background: #3a4356;
    }
    .fixed-header-page .btn-test-cn-header a {
        background: rgba(0, 117, 192, 1);
        color: #fff;
    }
    .fixed-header-page .btn-test-cn-header a:hover {
        background: rgb(234 156 68);
        color: #fff;
    }
    .fixed-header-page .flex-user-header {
        border-color: #959595;
    }
    .fixed-header-page .flex-user-header .name {
        display:none;
    }
    .mm-listview li .item-menu-mb.active {
        color: #006402;
        font-weight: 600;
    }
    .fixed-header-page .flex-user-header .arrow svg path {
        fill: #353535;
    }
    .fixed-header-page .imt-language.active:before {
        border-color: rgba(149, 149, 149, 1);
    }
    .main-page {
        padding-top: 60px;
    }
    .menu-mobile {
        display: block;
    }
    .menu-line {
        position: relative;
        margin: 0 auto;
        height: 19px;
        width: 28px;
    }
    .menu-line .lines {
        cursor: pointer;
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 0;
    }
    .menu-line .line {
        position: absolute;
        height: 2px;
        width: 100%;
        margin:0;
        background: #353535;
        margin-left: 0 !important;
        transform: rotate(0);
        transition: all .4s;
        transform-origin: center;
    }
    .menu-line .diagonal.part-1 {
        position: relative;
        float: left;
    }
    .menu-line .horizontal {
        position: relative;
        float: right;
        margin-top: 6px;
        width: 50%;
    }
    .menu-line .diagonal.part-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .menu-line.rotate .line.horizontal {
        opacity: 0;
    }
    .menu-line.rotate .part-1 {
        transform: rotate(45deg);
        top: 10px;
    }
    .menu-line.rotate .part-2 {
        transform: rotate(-45deg);
        bottom: 6px;
    }
    .main-header {
        display: none;
    }
    #mm-blocker {
        background: rgba(3, 2, 1, 0.8);
        z-index: 3;
    }
    .mm-listview li a {
        color: var(--dark-color-text);
        font-size: 16px;
        padding: 15px 10px 15px 20px;
    }
    .mm-hasnavbar-bottom-1 .mm-panels {
        background: #fff;
    }
    .mm-listview>li:not(.mm-divider):after {
        left: 0;
    }
    .mm-navbars-top,
    .mm-navbar {
        background: #fff;
    }
    .mm-menu .mm-navbar a,
    .mm-menu .mm-navbar>* {
        color: var(--dark-color-text);
        font-size: 17px;
        top: 0;
    }
    .mm-clear:after,
    .mm-close:after,
    .mm-clear:after,
    .mm-clear:before,
    .mm-close:after,
    .mm-close:before {
        display: none;
    }
    .item-menu-mb .icon svg path {
        fill: var(--dark-color-text);
    }
    .item-menu-mb .icon {
        position: relative;
        top: -2px;
        margin-left: 3px;
    }
    .mm-close.mm-btn {
        background-image: url(../img-fix/icon/icon-close.png);
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        width: 14px;
        position: absolute;
        top: 3px;
        right: 13px !important;
    }
    .mm-navbars-bottom {
        display: none;
    }
    .mm-menu {
        background: #fff;
    }
    .mm-menu em.mm-counter {
        color: var(--dark-color-text);
    }
    .mm-menu .mm-listview>li .mm-next:after{
        border-color: var(--dark-color-text);
    }
}
@media (max-width:575px){
    .left-header .logo {
        width: 160px;
    }
    .right-header {
        gap: 8px;
    }
    .flex-user-header {
        height: 36px;
    }
    .language-header {
        gap: 10px;
    }
    .btn-test-cn-header a {
        min-width: auto;
        height: 36px;
        padding: 0 8px;
        font-size: 11px;
    }
    .flex-user-header .label-cv {
        display: none;
    }
}
@media (max-width:376px){
    .btn-bg-text .text {
        font-size: 13px;
    }
    .btn-bg-text {
        height: 32px;
    }
}
@media (max-width:325px) {
    
    .fixed-header-page .container-xxl {
        padding: 0 10px;
    }
    .fixed-header-page .btn-test-cn-header a {
        width: 80px;
        line-height: 1.2;
    }
    .flex-user-header {
        padding: 0 4px;
        gap: 2px;
    }
    .left-header .logo {
        width: 126px;
    }
    .user-header {
        padding-left: 5px;
    }
    .right-header {
        gap: 4px;
    }
    .fixed-header-page .container {
        padding: 0 10px;
    }
}