﻿

header {
    position: relative;
}

/*header top*/



/*header bottom*/
.header-bottom {
    height: 78px;
    z-index: 5;
    width: 100%;
    background: url(/Design/img/KetSatPT/Header/decorHeader.png) no-repeat;
    background-size: cover;
}

    .header-bottom.fixed {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 999999999999;
        -webkit-box-shadow: 0 4px 12px 1px #bbbbbb7d;
        box-shadow: 0 4px 12px 1px #bbbbbb7d;
        height: 55px;
    }

    .header-bottom .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .header-bottom .container .logo {
            z-index: 2;
            display: flex;
            align-items: center;
            width: 148px !important;
            height: 78px !important;
            left: 0;
            top: 28px;
        }





    .header-bottom.fixed .container .logo {
        transform: translateY(0);
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }



    .header-bottom .container .logo img {
        display: none !important;
    }

    .header-bottom.fixed .container .logo canvas {
        width: 90% !important;
        /* height: 90% !important; */
        top: 10px;
        left: 20px;
        transition: all .3s;
    }

    .header-bottom .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        list-style: none;
        position: relative;
        justify-content: end;
        float: right;
    }

.cart-mobile {
    display: none;
}

.header-bottom .list li {
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    height: 100%;
    user-select: none;
    display: flex;
    align-items: center;
}

    .header-bottom .list li:nth-child(7) a {
        padding-right: 0;
    }

    .header-bottom .list li:nth-child(1) a {
        padding-left: 0;
    }

    .header-bottom .list li > a {
        padding: 0 23px;
        transition: all .3s;
        color: #ffffff;
        font-size: 20px;
        font-family: KanitSB;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
    }

.widget-menu-child-header-bottom {
    text-align: right;
    margin-right: 10px;
}

.wp-header-bottom {
    position: relative;
}

.header-banner {
}

.icon-hotline-home.flex-center img {
    position: relative;
    top: 0px;
}

.header-bottom .list.l li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

    .header-bottom .list.l li:first-child a i {
        position: relative;
        top: -2px;
    }

.header-bottom .list.l li.drop-item:first-child a, .header-bottom .list.l li.drop-item a {
    padding: 10px 20px;
    margin: 0;
}

.header-bottom .list li.drop-item a:hover::before, .header-bottom .list li.drop-item a:hover::after {
    content: unset;
}

.header-bottom .list.r li:nth-child(4) a {
    padding-right: 0;
}

li.drop-item a::after {
    content: unset !important;
}

.header-bottom .list li a:hover::before, .header-bottom .list li a:hover::after {
    /* height: 20px; */
}

.header-bottom .list li a:hover {
    color: #fff;
}

.header-bottom .list li.btn-menu-rs {
    display: none;
    font-size: 22px;
}

.left-header-bottom-content {
    height: 100%;
    padding-left: 165px;
}

.header-bottom .list li:nth-child(1) a i {
    font-size: 18px;
    position: relative;
    top: -2px;
}

.header-bottom .list.r li:nth-child(3) a {
    margin-right: 0;
}

.header-bottom .list .drop {
    position: absolute;
    top: 149%;
    left: 0;
    width: max-content;
    max-height: max-content;
    opacity: 0;
    z-index: 10;
    overflow: hidden;
    visibility: hidden;
    list-style: none;
    text-align: left;
    background-color: #fff;
    -webkit-transform: translate(0, 26px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    padding: 0 !important;
    border-radius: 5px;
}

.header-bottom .list li.hav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-bottom .list li:nth-child(5)::before, .header-bottom .list li:nth-child(7)::before {
    content: unset;
}

.header-bottom .list li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    top: calc(50% - 7px);
    right: 0;
    background: #fff;
}
.header-bottom .grid.wide {
    max-width: 1283px;
}

.header-top .grid.wide {
    max-width: 1283px;
}
.header-bottom .list li:hover .drop {
    padding: 5px 0;
    height: unset;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, -38px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-box-shadow: 0 0 8px 1px #00000078;
    box-shadow: 0 0 8px 1px #00000078;
}

    /* width */
    .header-bottom .list li:hover .drop::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .header-bottom .list li:hover .drop::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    .header-bottom .list li:hover .drop::-webkit-scrollbar-thumb {
        background: #888;
    }


.header-bottom .list .drop li {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .header-bottom .list .drop li a {
        /* white-space: nowrap; */
        font-size: 14px;
        padding: 12px 12px;
        font-family: 'KanitR';
        color: #000000;
        font-weight: normal;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
        display: block;
    }

        .header-bottom .list .drop li a:hover {
            /* background-color: var(--default-color-3); */
            color: #0172ea;
        }

.list-menu-wrap {
    width: 100%;
    height: 100%;
}

.header-top .infor .item.tel section::selection,
.header-top .infor .item.tel a::selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

a.phone-header-top-home {
    font-weight: 500;
}

.widget-search input {
    border: none;
    outline: none;
    background: #ffffff;
    width: 210px;
    height: 35px;
    border-radius: 6px;
    padding-left: 34px;
    color: #333;
    font-family: 'KanitR';
    font-size: 15px;
}


    .widget-search input::placeholder {
        font-size: 14px;
        font-family: KanitI;
        color: #7b7b7b;
    }

.btn-search i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b6b6b6;
    font-size: 18px;
}

.btn-search {
    position: absolute !important;
    left: 6px;
    top: 8px;
}

.widget-search {
    position: relative;
    width: 210px;
}

ul.listMenuChildHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}

li.itemMenuChildHeader {
    list-style: none;
    display: flex;
    align-items: center;
    height: 41px;
}

    li.itemMenuChildHeader a {
        font-family: 'BeVNR';
        font-size: 14px;
        color: #2f363d;
        display: block;
        padding: 0 12px;
        position: relative;
    }

ul.listMenuChildHeader:after {
    content: "";
    position: absolute;
    background: #ffd450;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 18px 0 0;
}

li.itemMenuChildHeader a:after {
    content: "";
    position: absolute;
    background: #c3a64a;
    width: 2px;
    height: 8px;
    right: 0;
    top: 6px;
}

li.itemMenuChildHeader:last-child a:after {
    display: none;
}

li.itemMenuChildHeader:hover a {
    color: #fff;
}


li.item-company-strengths {
    list-style: none;
    margin-right: 18px;
}

    li.item-company-strengths:last-child {
        margin-right: 0;
    }

ul.list-company-strengths {
    display: flex;
    align-items: center;
    height: 100%;
}

h3.title-company-strengths {
    font-size: 16px;
    color: #ffffff;
    font-family: KanitR;
    margin: 0;
    margin-left: 8px;
}

.content-company-strengths {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.hotline-name-header {
    margin-left: 4px;
    font-weight: 500;
    margin-right: 6px;
}

.header-top {
    background: #2a303c;
}

.infor-bottom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

.right-header-bottom-content {
    font-size: 20px;
    color: #ffffff;
    font-family: KanitM;
    display: flex;
    align-items: center;
    height: 55px;
    background: #0049b4;
    box-shadow: 3px 9px 12px 1px rgb(3 88 223 / 66%);
    padding: 0 20px 0 11px;
}

.swiperBanner .grid.wide {
    position: absolute;
    top: 0;
}


.swiperBanner .swiper-button-prev {
    color: #fff;
    width: 58px;
    height: 58px;
    font-weight: bold;
    border-radius: 10px;
    opacity: .8;
    transform: translateX(-40px);
    transition: all linear .3s;
    background-color: rgb(255 255 255 / 20%) !important;
    border: 2px solid #fff;
    opacity: 1;
}


.swiperBanner:hover .swiper-button-prev {
    transform: translateX(0);
}

.swiperBanner:hover .swiper-button-next {
    transform: translateX(0);
}

.swiperBanner .swiper-button-prev:after {
    font-size: 20px;
}

.swiperBanner .swiper-button-next {
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    font-weight: bold;
    opacity: 0.8;
    transition: all linear .3s;
    transform: translateX(40px);
    background-color: rgb(255 255 255 / 20%) !important;
    border: 2px solid #fff;
    opacity: 1;
}

    .swiperBanner .swiper-button-next:hover {
        background-color: #0776d3 !important;
        border-color: #0776d3;
        opacity: 0.8 !important;
    }

.swiperBanner .swiper-button-prev:hover {
    background-color: #0776d3 !important;
    border-color: #0776d3;
    opacity: 0.8 !important;
}


.swiperBanner .swiper-button-next:after {
    font-size: 20px;
}

.header-bottom .container .logo canvas {
    width: 100%;
}