﻿header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5.75px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.svg-langue {
    position: relative;
    top: 1px;
}

.header-top-left .text strong {
    color: var(--default-color-2);
    font-family: osB;
    font-size: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-top-right .item strong a:hover {
    color: #273c76;
}

.header-top-left .text strong::before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0px var(--default-color-2);
    left: 0;
    z-index: 1;
}

.header-top-left .text strong::after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 4px #fff;
    left: 0;
    z-index: 0;
}

.header-top-right {
    display: flex;
    align-items: center;
}

    .header-top-right .item {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 10px;
    }

        .header-top-right .item:nth-child(3)::before {
            content: unset;
        }

        .header-top-right .item .icon {
            margin-right: 6px;
        }

        .header-top-right .item span {
            color: #02a5e3;
            font-size: 16px;
            font-family: 'AvertaStdCY-Extrabold';
            line-height: 150%;
        }

        .header-top-right .item strong {
            font-weight: 700;
            font-size: 16px;
        }

.btn-menu-rs {
    display: none;
}

.header-bottom .nav-item:hover .drop-df {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.header-bottom .nav-item .drop-df {
    width: 100%;
    position: fixed;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #33333370;
    transform: translateY(31px);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .drop-df .grid.wide {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 12px;
    padding: 35px 20px;
}

.header-bottom .nav-item .drop-item-df {
    transform: translateY(22px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .nav-item .drop-link-df:hover {
    color: var(--default-color-2);
}

.header-bottom .nav-item:hover .drop-item-df {
    transform: translateY(0);
    opacity: 1;
}

.header-bottom .nav-item .drop-link-df {
    color: var(--default-color-4);
    font-family: 'SFM';
    font-size: 16px;
    line-height: 26px;
    transition: all linear .2s;
}

.menu-cate-header-r {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

    .menu-cate-header-r a:hover {
        background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%), linear-gradient(115deg, #81BB3F 8.51%, #238E44 91.49%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .menu-cate-header-r a:before {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, 0.60);
        width: 1.152px;
        height: 13.818px;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .menu-cate-header-r a {
        position: relative;
        padding: 8px 8px;
        color: #FFF;
        font-family: Inter_24pt-Medium;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

        .menu-cate-header-r a:last-child:before {
            content: none;
        }

.header-bottom .nav-item .nav-link {
    position: relative;
}

.header-bottom .nav-item:hover:before {
    background-color: var(--default-color-1);
    width: 100%;
}

.header-search .icon img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.header-top {
    height: 62px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.fixed-roll .header-top {
    display: none;
}

.header-top-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    padding-left: 170px;
}

.header-top-left {
    display: flex;
    align-items: center;
}

.header-bottom-logo {
    position: relative;
    z-index: 5;
    top: -31px;
    left: -24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 156px !important;
    height: 110px !important;
}

    .header-bottom-logo img {
        position: relative;
        margin: auto !important;
        border: none !important;
        width: 100%;
        height: 100%;
        display: none;
    }

header.fixed-roll a.header-bottom-logo img {
}

span.text-decor-compa {
    width: max-content;
    color: #F6FFEB;
    font-family: Inter;
    font-size: 21.838px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header-bottom-logo img,
.header-bottom-logo canvas {
    width: 100%;
    height: 100%;
}

header.fixed-roll .header-top .grid.wide {
}

header.fixed-roll {
    position: fixed;
}

    header.fixed-roll .header-bottom-logo {
        top: 9px;
        width: 100px !important;
        height: 70px !important;
        left: 0;
    }

    header.fixed-roll .header-top:after {
        height: 55px;
        content: unset;
    }

.header-top-left .text {
    margin-left: 8px;
}

    .header-top-left .text
    h3 {
        margin: 0;
        font-family: sfm;
        font-weight: 100;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }

    .header-top-left .text
    strong {
        color: var(--default-color-2);
        font-family: osB;
        font-size: 23px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        font-weight: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 8px;
    }

        .header-top-left .text
        strong::before {
            content: attr(title);
            position: absolute;
            -webkit-text-stroke: 0px var(--default-color-2);
            left: 0;
            z-index: 1;
        }

        .header-top-left .text
        strong::after {
            content: attr(title);
            position: absolute;
            -webkit-text-stroke: 4px #fff;
            left: 0;
            z-index: 0;
        }

.header-search .icon {
}

.header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
    height: 34px;
    margin-left: 3px;
    border-radius: 7px;
}

.header-bottom-search {
    display: flex;
    align-items: center;
    min-width: max-content;
    height: 39px;
    border: 1px solid #05338073;
    transition: all ease-in-out .3s;
    border-radius: 242px;
    background: #EFEFEF;
    box-shadow: 0px 3px 9px 0px rgba(211, 211, 211, 0.25) inset;
}

    .header-bottom-search input {
        width: 161px;
        height: 100%;
        position: relative;
        border: none;
        outline: none;
        padding-left: 14px;
        color: #8E8E8E;
        font-size: 14px;
        padding-right: 54px;
        border-radius: 242px;
        background: #EFEFEF;
        box-shadow: 0px 3px 9px 0px rgba(211, 211, 211, 0.25) inset;
    }

        .header-bottom-search input::placeholder {
            color: #8E8E8E;
            font-family: 'Inter_24pt-Regular';
            font-size: 12px;
            font-style: italic;
            font-weight: 400;
            line-height: normal;
        }

    .header-bottom-search a {
        position: absolute;
        width: 35px;
        height: 35px;
        right: 3px;
        transition: all linear .3s;
        border-radius: 35px;
        background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%);
    }

        .header-bottom-search a:hover {
            background: linear-gradient(90deg, #009247 0%, #57BA76 50%, #009247 100%);
        }

.header-bottom {
    position: relative;
    height: 53px;
}

    .header-bottom .grid.wide {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    .header-bottom.fixed {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        box-shadow: 0 0 10px 0 #33333352;
        z-index: 3;
        background: #fff;
    }

    .header-bottom .text {
        margin-left: 0;
    }

        .header-bottom .text h3 {
            font-size: 18px;
            text-transform: capitalize;
            margin: 0;
            text-align: left;
            font-family: 'Oswald-Medium';
            font-style: normal;
            font-weight: normal;
            line-height: 140%; /* 64px */
            background: linear-gradient(115deg, #81BB3F 8.51%, #238E44 91.49%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .header-bottom .text strong {
            color: var(--default-color-2);
            font-family: osB;
            font-size: 23px;
            letter-spacing: 0.7px;
            text-transform: uppercase;
            font-weight: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 3px;
        }

            .header-bottom .text
            strong::before {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 0px var(--default-color-2);
                left: 0;
                z-index: 1;
            }

            .header-bottom .text
            strong::after {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 4px #fff;
                left: 0;
                z-index: 0;
            }

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

.header-bottom .list {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 5;
}

ul.list li.nav-item .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: -26px;
    left: 0;
    font-size: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #646464;
    z-index: 2;
    margin: auto;
}

ul.list li.nav-item {
    position: relative;
}

.btn-menu-rs {
    display: none;
}

.header-bottom .nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.header-asking-mb a {
    font-size: 14px;
}

.header-bottom .nav-item .nav-link {
    display: flex;
    align-items: center;
    color: #035B1E;
    font-family: 'Inter_24pt-SemiBold';
    font-style: normal;
    font-weight: normal;
    border-radius: 5px;
    transition: all ease .2s;
    padding: 9px 9px;
    line-height: 16px;
    height: 100%;
    overflow: hidden;
}

.header-bottom .nav-item:nth-child(1) .nav-link {
}

.header-top .grid.wide {
    position: relative;
}

    .header-top .grid.wide:after {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, #009247 0%, #4DCF75 50%, #009247 100%);
        right: 0;
        top: 0;
        width: 88%;
        height: 62px;
        border-radius: 0 0 0 130px;
        pointer-events: none;
        z-index: -1;
    }

header.fixed-roll .header-bottom .nav-item .nav-link {
}

.header-bottom .nav-item:hover .nav-link {
    background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%), linear-gradient(115deg, #81BB3F 8.51%, #238E44 91.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-bottom .nav-item:hover .nav-drop {
    pointer-events: all;
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.header-bottom .nav-item:nth-child(6) .nav-drop {
    left: -325%;
}

.header-bottom .nav-item:nth-child(7) .nav-drop {
    left: -325%;
}

.header-bottom .nav-drop {
    position: absolute;
    left: 0;
    border-radius: 6px;
    opacity: 0;
    left: 0;
    top: calc(100% + 15px);
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    min-width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-bottom .drop-item a {
    font-size: 16px;
    padding: 10px 18px;
    white-space: nowrap;
    color: #2c2c2c;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: 'Inter_24pt-Medium';
}

    .header-bottom .drop-item a::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 84%;
        border-top-right-radius: 5px;
        background-color: var(--default-color-1);
        left: -4px;
        border-bottom-right-radius: 5px;
        transition: all ease .3s;
    }

    .header-bottom .drop-item a:hover::before {
        left: 0;
    }

    .header-bottom .drop-item a:hover span {
        color: var(--default-color-4);
        transform: translateX(5px);
    }

.header-banner {
    position: relative;
}

.slide-item-banner .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    display: none;
}

    .slide-item-banner .caption .sticky {
        position: sticky;
        bottom: 0;
        z-index: 11;
        background: url(https://www.ptsc.com.vn/Data/Sites/1/skins/default/img/banner/bg-text.png);
        background-position-x: right;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 10px;
    }

h2.title-banner {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: 'AvertaStdCY-Extrabold';
}

@media (min-width: 1390px) {
    .slide-item-banner .caption {
        top: auto;
        bottom: 0;
    }

    h2.title-banner {
        margin: 0;
        font-size: 25px;
        color: #fff;
        font-weight: normal;
        font-family: 'AvertaStdCY-Extrabold';
    }
}

.compa-header-top h3 {
    margin: 0;
    color: #FFF;
    font-family: Inter_24pt-Regular;
    font-size: 16.47px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.header-top:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #0a9a4d;
    width: 8%;
    height: 100%;
}

.container-fluid {
    padding-left: 15px;
}

.header-banner-wrap {
    position: relative;
}

ul.nav-drop3.rs {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    min-width: 100%;
    left: 100%;
    position: absolute;
    margin: auto;
    display: block;
    visibility: hidden;
    -webkit-transform: translate(8%,-1px);
    -moz-transform: translate(8%,-1px);
    -ms-transform: translate(8%,-1px);
    -o-transform: translate(8%,-1px);
    transform: translate(8%,-1px);
    top: -1px;
}

li.drop-item.c3:hover ul.nav-drop3.rs {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%,-1px);
    -moz-transform: translate(0%,-1px);
    -ms-transform: translate(0%,-1px);
    -o-transform: translate(0%,-1px);
    transform: translate(0%,-1px);
    pointer-events: all;
}

li.drop-item.c3 {
    position: relative;
}

.header-banner-wrap .content {
    flex-direction: column;
    position: absolute;
    bottom: 64px;
    left: 0;
    display: flex;
    justify-content: center;
    padding-left: 48px;
}

    .header-banner-wrap .content img {
        position: absolute;
        left: 0;
    }

    .header-banner-wrap .content h3 {
        font-size: 28px;
        position: relative;
        z-index: 2;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 100;
    }

    .header-banner-wrap .content h4 {
        font-size: 30px;
        margin: 0;
        position: relative;
        color: var(--default-color-4);
        text-transform: uppercase;
        font-family: robotoconb;
        margin-top: 2px;
    }

.header-language {
    display: flex;
    align-items: center;
}

    .header-language .item {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0;
    }

        .header-language .item:nth-child(1)::before {
            content: '';
            position: absolute;
            width: 1.152px;
            height: 13.818px;
            right: 0;
            background: rgba(255, 255, 255, 0.60);
        }

        .header-language .item:last-child::before {
            display: none;
        }

        .header-language .item img {
            margin-right: 4px;
        }

        .header-language .item .text.active {
        }

        .header-language .item:nth-child(1) a.text {
            padding-left: 5px;
        }

        .header-language .item .text {
            display: block;
            padding: 2px 8px;
            color: #FFF;
            font-family: 'Inter_24pt-Regular';
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 159.523%; /* 23.928px */
            text-transform: capitalize;
        }

        .header-language .item:hover .text {
            text-decoration: underline;
        }
/*RS*/
header.fixed-roll:after {
    height: 55px;
    content: unset;
}

@media (min-width: 1390px) {
}

@media (min-width: 1600px) {
    .header-top:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: #0a9a4d;
        width: 20%;
        height: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1220px) {
    .header-top-right .item:nth-child(3) {
        display: none;
    }

    .header-top-right .item strong {
        font-size: 14px;
    }

    .menu-cate-header-r a {
        font-size: 14px;
    }

    .header-bottom-logo img, .header-bottom-logo canvas {
        right: 0;
    }

    span.text-decor-compa {
        font-size: 14px;
    }

    .header-bottom-logo {
        left: 9px;
    }

    .header-top:before {
        width: 11%;
    }

    .header-bottom .nav-item .nav-link {
        font-size: 14px;
        padding: 9px 17px;
    }
}

@media(max-width:1023px) {
    .header-hotline {
        /* display: none; */
        margin: 0;
    }

    h2.title-banner {
        font-size: 14px;
        font-family: 'AvertaStdCY-Semibold';
    }

    .container-fluid {
        padding-right: 20px;
    }

    .header-banner .decor {
        display: none;
    }

    .header-bottom-container {
        display: flex;
        align-items: center;
        justify-content: end;
        justify-content: flex-end;
    }

    .header-bottom .list {
        display: none;
    }

    .header-banner-wrap .content {
        display: none;
    }

    .header-top-right .item {
        /* display: none; */
    }

        .header-top-right .item:nth-child(2) {
        }

    .header-top .grid.wide {
        padding: 0 5px;
    }

    .header-top {
        height: 40px;
    }

    .header-top-container {
        padding-left: 15px;
    }

    .compa-header-top {
        display: none;
    }

    .header-bottom .grid.wide {
        padding: 0 5px;
    }

    header:after {
        display: none;
    }

    .header-top:after {
        display: none;
    }

    .header-top:before {
        content: none;
    }

    .header-bottom .text.mobile {
        margin-right: 44px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-hotline {
        margin-right: 15px;
    }
}

@media(max-width:739px) {
    .header-bottom .text h3 {
        font-size: 15px;
        width: 140px;
        text-transform: uppercase;
    }

    .header-bottom .grid.wide:after {
        content: unset;
    }

    .header-bottom-container:before {
        display: none;
    }

    .header-top-right .item.none {
    }

    .header-top-right {
        width: 100%;
        justify-content: space-between;
    }

    .header-top .grid.wide:after {
        height: 40px;
        width: 66%;
    }

    .header-top-right > .item {
        padding: 0;
    }

    .header-top-right .item span, .header-top-right .item strong {
        font-size: 11px;
    }

    .header-top-right .item .icon img {
        width: 100%;
    }

    .header-top-right .item .icon {
        width: 6%;
    }

    .header-bottom .text strong {
        font-size: 14px;
        margin-top: 5px;
    }

    .header-bottom-search {
        width: 217px;
        margin-top: 8px;
        height: 35px;
    }

    .header-search-options,
    .header-hotline p {
        display: none;
    }

    .header-hotline a {
        margin: 0;
    }

        .header-hotline a span {
            font-size: 15px;
        }

    .header-bottom-logo img, .header-bottom-logo canvas {
        width: 108px;
    }

    .header-search {
        display: none;
    }

    header {
        position: relative;
    }

    .header-bottom .grid.wide:before {
        content: unset;
    }

    .menu-cate-header-r {
        display: none;
    }

    .header-language {
        position: relative;
        z-index: 9;
    }

    .header-bottom-logo {
        display: none;
    }

    .header-bottom-logors {
        position: absolute !important;
        display: block !important;
        width: 125px !important;
        height: 88px !important;
        top: -40px;
        left: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    header.fixed-roll .header-bottom-logors {
        width: 90px !important;
        height: 63px !important;
        top: 0;
    }

    .header-bottom-logors canvas, .header-bottom-logors img {
        width: 100%;
        height: 100%;
    }

    .header-bottom-logors img {
        display: none;
    }
}