@charset "UTF-8";

/* Main */
:root{--color-primary: #4466FF;--color-red:#ec2d3f;--color-medium-red:#cc2c32;--color-dark-red:#c31829;--color-green:#28a745;--color-dark-green:#207d36;--color-black:#212529;--color-gray:#6c757d;}
body{font-family: "Public Sans", sans-serif;font-size: 15px;background: #f1eeee;}
img{max-width:100%;height: auto !important;vertical-align:top}
a,input,textarea{outline:none;padding:0px;}
a:hover{text-decoration: none;}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.w-clear:after{display:block;content:"";clear:both;}
.hidden{display:none;}
.clear{clear:both;}
.none{display:none;}
.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden;}
.wrap-main,.wrap-content{max-width: 1490px;margin: 0px auto;padding:0px 15px;}
.wrap-home{max-width:100%;padding:0px;margin-top: 0px;margin-bottom: 0px;}
.wrap-content{margin:auto;}
.wrap-content2{max-width: 1320px;margin: 0px auto;padding-left: 15px;padding-right: 15px;}
.wap-all-page{width: 100%;display: flex;flex-wrap: wrap;}
.wap-top{width: 100%;}
.wap-hearder{width: 100%;padding: 23px 15px 0px 15px;position: absolute;top: 0px;left: 0px;z-index: 999;}
.wap-menu{width: 100%;}
.wap-slider{width: 100%;}
.wap-main{width: 100%;}
.wap-footer{width: 100%;}
.page-index-all{width: 100%;display: flex;flex-wrap: wrap;}
.in-page .wap-hearder{
    padding: 0;
    position: unset;
}
.pagination-home{margin-top: 30px;}
/* General */
.title-main{margin-bottom:1.5rem;}
.title-main span{color: #000;font-weight: 700;font-size: 35px;}
.time-main{margin-bottom:0.75rem;color:#999999;}
.time-main i{vertical-align:top;margin:3px 7px 0px 0px;}
.time-main span{vertical-align:top;display:inline-block;}
.share{line-height:normal;margin-top:15px;border-radius:5px;}
.share b{display:block;margin-bottom:5px;}
.control-owl{position:absolute;width:100%;z-index:2;left:0px;top:calc(50% - 45px/2);}
.control-owl button{opacity:0.5;top:0px;position:absolute;outline:none;border:0px;padding:0px;margin:0px;display:block;cursor:pointer;color:#ffffff;width:45px;height:45px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:25px;margin:0px;background-color:#000000;border-radius:3px;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}
.control-owl button:hover{opacity:1;}
.control-owl button.owl-prev{left:20px;}
.control-owl button.owl-next{right:20px;}
.form-control,.form-control-plaintext:not(textarea),.custom-select{height:calc(1em + 1.25rem + 8px);background: #fff;padding: 10px;padding-left: 20px;height: 50px;border-radius: 5px;border: 0;}
.text-sm{font-size:.875rem!important;}

/* Lazyload */
img.lazy{opacity:0;}
img:not(.initial){transition:opacity 1s;}
img.initial,img.loaded,img.error{opacity:1;}
img:not([src]){visibility:hidden;}
.top{}
/* Header */
.header{}
.header-top{color:#ffffff;background: var(--color-primary);border-radius: 15px 15px 0px 0px;}
.in-page .header-top{
    border-radius: 0;
}
.box-section{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    padding: 60px 15px;
    margin-bottom: 30px;
}
.header-top .wrap-content{padding: 5px 15px;}
.info-header{margin-bottom:0px;display: flex;align-items: center;gap: 5px;}
.info-header svg{
    fill: #fff;
    width: 25px;
}
.info-header svg path{}
.header-top-right{
    display: flex;
    align-items: center;
}
.line-top{
    width: 1.5px;
    height: 34px;
    background: #ffffff66;
    margin: 0px 15px;
    transform: rotate(17deg);
}
.header-bottom-right{
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-contact{
    display: block;
    color: #FFFFFF;
    background-color: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0.16px;
    border-radius: 10px 10px 10px 10px;
    padding: 0px 38px 0px 37px;
    position: relative;
    overflow: hidden;
    width: fit-content;
}
.btn-contact:hover{
    color: #fff;
}
.btn-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewx(-20deg);
    -khtml-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg);
    transform: skewx(-20deg);
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.35)),to(transparent));
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.35),transparent);
}
.btn-contact:hover:before {
    -webkit-animation: pxl_btn_shine 1.4s ease;
    animation: pxl_btn_shine 1.4s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
@-webkit-keyframes pxl_btn_shine {
    100% {
        left: 200%
    }
}

@keyframes pxl_btn_shine {
    100% {
        left: 200%
    }
}
.btn-contact svg{
    width: 36px;
    margin-left: 19px;
}
.btn-contact svg rect{
    fill: #fff;
}
.btn-contact svg polygon{
    fill: #fff;
}
.info-header i{vertical-align:top;margin:3px 5px 0px 0px;font-size:16px;}
.social-header li{width:30px;}
.header-bottom{
    background: #ffffff;
    border-radius: 0px 0px 15px 15px;
    transition: all 0.3s;
}
.in-page .header-bottom{border-radius:0}
.header-bottom.fixed{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background: #ffffff9e;
    transition: all 0.3s;
    backdrop-filter: blur(13px);
}
.header-bottom .wrap-content{padding: 0px 15px;}
.logo-header img{
    max-width: 160px;
}
.hotline-header{display:inline-block;padding-left:25px;background-image:url(../images/hotline.png);background-repeat:no-repeat;background-position:0px 1px;}
.hotline-header p{font-weight:bold;margin-bottom:-2px;text-transform:capitalize;}
.hotline-header span{font-weight:bold;color:var(--color-red);font-size:20px;display:block;}
.user-header a{color:#ffffff;padding-right:9px;margin-right:7px;position:relative;display:inline-block;vertical-align:top;text-decoration:none;}
.user-header a:after{content:"";position:absolute;width:1px;height:8px;background-color:#ffffff;top:calc(50% - 7px/2);right:0px;opacity:0.7;}
.user-header a:last-child{padding-right:0px;margin-right:0px;}
.user-header a:last-child:after{display:none;}


#pxl-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -khtml-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -moz-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -ms-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -o-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    transition: all .5s cubic-bezier(.46,.03,.52,.96)
}

#pxl-search-popup .pxl-item--logo {
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 1;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
    opacity: 0;
    visibility: hidden
}

#pxl-search-popup .pxl-item--logo img {
    max-height: 41px
}

#pxl-search-popup .pxl-item--close {
    position: absolute;
    top: 0;
    right: 60px;
    width: 35px;
    height: 35px;
    background-color: initial;
    border-width: 11px;
    z-index: 99;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

@media(max-width: 767px) {
    #pxl-search-popup .pxl-item--close {
        top:20px!important;
        right: auto;
        left: 50%;
        transform: translatex(-50%)
    }
}

#pxl-search-popup .pxl-item--close:before,#pxl-search-popup .pxl-item--close:after {
    background-color: #fff
}

#pxl-search-popup .pxl-item--conent {
    position: absolute;
    padding: 0 15px;
    top: -400px;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
    will-change: top,box-shadow;
    background-color: #0000005c;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -khtml-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -webkit-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -khtml-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -moz-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -ms-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -o-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media(max-width: 767px) {
    #pxl-search-popup .pxl-item--conent {
        max-height:250px
    }
}

#pxl-search-popup .pxl-item--conent form {
    position: relative;
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width: 1400px) {
    #pxl-search-popup .pxl-item--conent form {
        max-width:1e3px
    }
}

#pxl-search-popup .pxl-item--conent form .search-field {
    height: 95px;
    padding: 0 40px 0 0;
    font-size: 25px;
    font-weight: 400;
    border: none;
    color: #fff;
    background-color: initial
}

@media(max-width: 575px) {
    #pxl-search-popup .pxl-item--conent form .search-field {
        font-size:20px;
        height: 70px
    }
}

#pxl-search-popup .pxl-item--conent form .search-field:focus {
    background: 0 0
}

#pxl-search-popup .pxl-item--conent form .search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    border: none;
    background: 0 0;
    font-size: 25px;
    line-height: 92px;
    color: #fff;
    opacity: .9;
    padding: 0;
    z-index: 99;
    cursor: pointer;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

#pxl-search-popup .pxl--search-divider {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
    visibility: hidden;
    -webkit-transform: scale3d(0,1,1);
    -khtml-transform: scale3d(0,1,1);
    -moz-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    -o-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    transform-origin: left center
}

#pxl-search-popup .pxl-item--overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: -1;
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#pxl-search-popup.active {
    opacity: 1;
    visibility: visible
}

#pxl-search-popup.active .pxl-item--logo,#pxl-search-popup.active .pxl-item--close {
    top: 60px;
    -webkit-animation-name: pxl_fadein;
    animation-name: pxl_fadein;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible
}
#pxl-search-popup .pxl-item--close:before, #pxl-search-popup .pxl-item--close:after {
    background-color: #fff;
}

#pxl-search-popup.active .pxl-item--logo, #pxl-search-popup.active .pxl-item--close {
    top: 60px;
    -webkit-animation-name: pxl_fadein;
    animation-name: pxl_fadein;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible;
    border: 0;
}

.pxl-close {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,.7);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.pxl-close:before,.pxl-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: #1b1b1b
}

.pxl-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pxl-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pxl-close:hover:before,.pxl-close:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}
#pxl-search-popup.active .pxl-item--conent {
    top: 0;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -khtml-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -ms-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -webkit-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -khtml-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -moz-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -ms-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -o-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out
}

#pxl-search-popup.active .pxl-item--conent form {
    -webkit-animation-name: pxl_fadein;
    animation-name: pxl_fadein;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible;
    margin-top: 10%;
}

@keyframes wobble_vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes pxl_fade_in_move {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale3d(.1,1,1);
        transform: scale3d(.1,1,1)
    }

    100% {
        opacity: .14;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pxl_fade_in_move {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale3d(.1,1,1);
        transform: scale3d(.1,1,1)
    }

    100% {
        opacity: .14;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes pxl_fade_out_move {
    0% {
        opacity: .8;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    100% {
        opacity: .14;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1)
    }
}

@keyframes pxl_fade_out_move {
    0% {
        opacity: .8;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    100% {
        opacity: .14;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1)
    }
}
#pxl-search-popup.active .pxl--search-divider {
    -webkit-animation-name: pxl_fade_in_move;
    animation-name: pxl_fade_in_move;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible
}

.pxl-search-out-anim #pxl-search-popup .pxl-item--conent form {
    -webkit-animation-name: pxl_fadeout;
    animation-name: pxl_fadeout;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s
}

.pxl-search-out-anim #pxl-search-popup .pxl-item--conent form .pxl--search-divider {
    -webkit-animation-name: pxl_fade_out_move;
    animation-name: pxl_fade_out_move;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.pxl-search-out-anim #pxl-search-popup .pxl-item--logo,.pxl-search-out-anim #pxl-search-popup .pxl-item--close {
    -webkit-animation-name: pxl_fadeout;
    animation-name: pxl_fadeout;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    visibility: visible
}

.pxl-search-popup-button,.pxl-cart-sidebar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    cursor: pointer;
    font-size: 21px;
    position: relative
}

.pxl-search-popup-button i,.pxl-cart-sidebar-button i {
    color: #8a8a8a;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-search-popup-button.style-box .pxl_cart_counter,.pxl-cart-sidebar-button.style-box .pxl_cart_counter {
    top: -13px;
    right: -13px;
    width: 25px;
    height: 25px;
    line-height: 25px
}

.pxl-search-popup-button .pxl_cart_counter,.pxl-cart-sidebar-button .pxl_cart_counter {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    top: -4px;
    right: -14px
}

.pxl-search-popup-button svg path {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-search-popup-button.style-box,.pxl-search-popup-button.style-box-bd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    line-height: 34px;
    color: var(--secondary-color);
    font-size: 20px
}

.pxl-search-popup-button.style-box-bd {
    border: 1px solid #000
}

.pxl-widget-searchform .searchform-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative
}

.pxl-widget-searchform .searchform-wrap .search-field {
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0b;
    width: 92px;
    padding: 0;
    background-color: initial;
    border: none;
    min-width: 92px
}

.pxl-widget-searchform .searchform-wrap .search-submit {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #0a0a0b;
    font-weight: 400;
    background-color: initial
}

.pxl-widget-searchform .searchform-wrap .search-submit:hover {
    color: var(--primary-color)
}

.pxl-list1.style-2 .pxl-item--icon {
    position: relative
}

.pxl-list1.style-2 .pxl-item--icon i {
    opacity: 0
}

.pxl-list1.style-2 .pxl-item--icon:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    background-color: var(--secondary-color);
    width: 5px;
    height: 5px;
    border-radius: 100px;
    z-index: 1
}

.pxl-list1 .pxl-item--icon {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1;
    min-width: 28px;
    padding-top: 4px
}

.pxl-list1 svg {
    width: 18px;
    height: auto
}

.pxl-list1 label {
    min-width: 128px;
    font-weight: 600;
    color: #0a1320;
    display: inline-flex
}

.pxl-list1 .pxl--item {
    display: flex;
    flex-wrap: nowrap
}

.pxl-list1 .pxl--item+.pxl--item {
    margin-top: 20px
}

body .pxl-search-form1 {
    border: 1px solid #d3d5d6;
    border-radius: 8px;
    padding: 7px 7px 7px 23px;
    column-gap: 23px
}

@media(max-width: 767px) {
    body .pxl-search-form1 {
        padding:15px
    }
}

@media(min-width: 768px) {
    body .pxl-search-form1 {
        display:flex;
        align-items: center
    }
}

body .pxl-search-form1>.pxl-select {
    border-right: 1px solid #d3d5d6;
    padding-right: 10px
}

@media(max-width: 767px) {
    body .pxl-search-form1>.pxl-select {
        padding:0;
        border: none
    }
}

body .pxl-search-form1>.pxl-select .pxl-select-higthlight {
    background-color: initial;
    padding: 0;
    font-size: 17px;
    line-height: 38px;
    height: 38px
}

body .pxl-search-form1>.pxl-select .pxl-select-higthlight:before {
    right: 0
}

body .pxl-search-form1 .pxl-search-submit {
    min-width: max-content;
    display: flex;
    align-items: center;
    column-gap: 15px;
    line-height: 50px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 15px;
    border-radius: 8px!important;
    font-weight: 400;
    padding: 0 30px
}

@media(max-width: 767px) {
    body .pxl-search-form1 .pxl-search-submit {
        margin-top:10px
    }
}

body .pxl-search-form1 .pxl-search-submit svg {
    height: auto;
    width: 15px;
    min-width: 15px
}

body .pxl-search-form1 .pxl-search-submit svg path {
    fill: #fff
}


/* Menu */
.menu{position:relative;z-index:10;margin-left: -10%;}
.menu ul{width:100%;padding:0px;margin:auto;list-style:none;}
.menu > ul{
    gap: 30px;
}
.menu ul li{position:relative;z-index:1;}
.menu ul li.line{width:1px;height:15px;background-color:rgba(0,0,0,0.1);}
.menu ul li a{display:block;position:relative;font-size: 16px;color: #121C27;padding: 0px 0px;line-height: 110px;font-weight:500;text-decoration:none!important;}
.menu ul li a.has-child{padding-right:16px;margin-right:8px;}
.menu ul li a.has-child:after{font-size: 13px;content:"\f106";position:absolute;font-family: 'Font Awesome 5 Free';font-weight: 900;right: 0px;transform: rotate(180deg);/* border: 1px solid #000000; *//* border-top:0px; *//* border-left:0px; */-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;-ms-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
.menu > ul > li > a.active:before,.menu > ul > li:hover > a:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    bottom: 40px;
}
.menu ul li:hover > a.has-child:after,.menu ul li a.active.has-child:after{
    transform: rotate(0deg);
}
.menu ul li ul{position:absolute;min-width: 325px;padding-top: 18px;padding-bottom: 18px;background-color: var(--color-primary);-webkit-transform: translateY(20px);transform: translateY(20px);opacity:0;visibility:hidden;transition: all .3s;}
.menu ul li:hover > ul{-webkit-transform: translateY(0);transform: translateY(0px);opacity:1;visibility:visible;transition: all .3s;}
.menu ul li ul li{padding-left:0.75rem;padding-right:0.75rem;}
.menu ul li ul li a{font-weight:400;font-size: 15px;text-align:left;color: #fff;}
.menu ul li ul li:last-child > a{border-bottom:0px;}
.menu ul li ul li a.has-child{margin-right:0px;}
.menu ul li ul li a.has-child:after{border-color:#313131;-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.menu ul li ul li a.active,.menu ul li ul li:hover > a{
    padding-left: 50px;
}
.menu ul li ul li:hover > a.has-child:after,.menu ul li ul li a.active.has-child:after{border-color:var(--color-red);}
.menu ul li ul li a{padding: 9px 26px;text-transform:capitalize;line-height: unset;transition: all 0.3s;position: relative;}
.menu ul li ul li a:before{content:"";position: absolute;width: 0px;height: 1px;background: #fff;left: 0px;top: 20px;transition: all 0.3s;}
.menu ul li ul li ul{top:-0.75rem;left:100%;margin-top:0px;}
.menu ul li ul li:hover a:before{
    width: 30px;
}

/* Search */
.search{width:230px;background:#ffffff;}
.search p{float:left;width:35px;height:35px;line-height:35px;cursor:pointer;text-align:center;margin:0px;color:var(--color-gray);font-size:16px;}
.search input{width:calc(100% - 35px);height:35px;float:left;outline:none;padding:0px;border:0px;background:transparent;text-indent:10px;font-size:12px;}
.search input::-webkit-input-placeholder{color:#ccc;}
.search input:-moz-placeholder{color:#ccc;}
.search input::-moz-placeholder{color:#ccc;}
.search input:-ms-input-placeholder{color:#ccc;}

/* menu-right */
.info-fixed-right{
    position: fixed;
    right: 0px;
    transform: translateX(500px);
    padding: 50px 50px 50px 50px;
    height: 100vh;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 0px;
    min-width: 500px;
    overflow-y: auto;
    z-index: 999;
    transition: all 0.4s;
}
.info-fixed-right.active{
    transform: translateX(0px);
}
.mask-menu-right{
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s cubic-bezier(.46,.03,.52,.96);
    cursor: pointer;
}
.mask-menu-right.active{
    opacity: 1;
    visibility: visible;
}
.info-fixed-right::-webkit-scrollbar
{
    display:none;
}
.box-menu-right{}
.btn-close-menu-right{
    position: absolute;
    top: 30px;
    right: 30px;
}
.btn-close-menu-right svg path{
    stroke: #000;
}
.menu-right{}
.menu-right > ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}
.menu-right > ul > li{
    position: relative;
}
.menu-right > ul > li > a{
    font-size: 19px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}
.has-menu-child{
    color: #a9a9a9;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 168px;
    transition: all 0.3s;
}
.has-menu-child.active{transform: rotate(-180deg);}
.item-small{
    width: 100% !important;
}
.menu-right > ul > li > ul{
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin: 15px 0px;
    padding: 0;
    padding-left: 35px;
}
.menu-right > ul > li > ul > li{}
.menu-right > ul > li > ul > li > a{
    font-size: 19px;
    font-weight: 500;
    color: #000;
}
.line-menu-right{
    margin: 40px 0px 0px 0px;
    padding: 037px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFFFF26;
}
.info-menu-right{}
.title-info{
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}
.content-info{
    color: #000;
}
/* Mmenu */
.menu-res{display:none;height:55px;z-index:10;background:var(--color-red);position:relative;line-height:normal;}
.menu-bar-res{height:55px;padding:0px 15px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center;justify-content:space-between;}
#menu{display:none;}
#hamburger{display:block;width:45px;height:23px;position:relative;}
#hamburger:before,#hamburger:after,#hamburger span{background:#ffffff;content:'';display:block;width:100%;height:3px;position:absolute;left:0px;}
#hamburger:before{top:0px;}
#hamburger span{top:10px;}
#hamburger:after{top:20px;}
#hamburger:before,#hamburger:after,#hamburger span{-webkit-transition:none 0.5s ease 0.5s;transition:none 0.5s ease 0.5s;-webkit-transition-property:transform,top,bottom,left,opacity;transition-property:transform,top,bottom,left,opacity;}
.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after{top:10px;}
.mm-wrapper_opening #hamburger span{left:-50px;opacity:0;}
.mm-wrapper_opening #hamburger:before{transform:rotate(45deg);}
.mm-wrapper_opening #hamburger:after{transform:rotate(-45deg);}
.mm-menu_opened{display:block!important;}

/* Search Responsive */
.search-res{position:relative;}
.search-res .icon-search{width: 55px;height: 55px;cursor:pointer;text-align:center;color:#ffffff;font-size:17px;margin:0px;border: 1px solid #DFE1E2;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.search-res .icon-search.active{color:var(--color-red);background:#ffffff;border-radius:100%;}
.search-res .search-grid{position:absolute;top:50px;right:0px;width:0px;height:40px;overflow:hidden;background:#ffffff;border:1px solid var(--color-red);z-index:2;opacity:0;border-radius:25px;line-height:normal;}
.search-res .search-grid p{float:left;width:35px;height:38px;cursor:pointer;outline:none;border:none;margin:0px;font-size:17px;display:block;color:var(--color-red);line-height:40px;text-align:center;}
.search-res .search-grid input{width:calc(100% - 35px);float:right;line-height:38px;outline:none;border:none;color:var(--color-red);}
.search-res .search-grid input::-webkit-input-placeholder{color:#ccc;}
.search-res .search-grid input:-moz-placeholder{color:#ccc;}
.search-res .search-grid input::-moz-placeholder{color:#ccc;}
.search-res .search-grid input:-ms-input-placeholder{color:#ccc;}


.pxl-anchor-button {
    cursor: pointer
}

.pxl-anchor-button.style-2 {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #DFE1E2;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.pxl-anchor-button.style-2 .pxl-anchor-divider {
    height: 18px;
    width: 18px;
    overflow: visible;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line {
    width: 5px!important;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    height: 5px!important;
    border-radius: 10px;
    background-color: #000000b3;
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:before,.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:after {
    display: none
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:after {
    width: 5px!important;
    height: 5px!important;
    background-color: var(--primary-color);
    border-radius: 100px
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:before {
    background-color: var(--primary-color)
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
    top: 0;
    left: 0
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
    transition-delay: 300ms;
    top: 0;
    right: 0
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
    bottom: 0;
    transition-delay: 200ms;
    left: 0
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line4 {
    transition-delay: 100ms;
    bottom: 0;
    right: 0
}

.pxl-anchor-button.style-2:hover .pxl-icon-line1 {
    top: 72%!important;
    left: 72%!important
}

.pxl-anchor-button.style-2:hover .pxl-icon-line2 {
    top: 72%!important;
    right: 72%!important
}

.pxl-anchor-button.style-2:hover .pxl-icon-line3 {
    bottom: 72%!important;
    left: 72%!important
}

.pxl-anchor-button.style-2:hover .pxl-icon-line4 {
    bottom: 72%!important;
    right: 72%!important
}

.pxl-anchor-divider {
    overflow: hidden;
    width: 36px;
    height: 26px;
    cursor: pointer;
    position: relative
}

.pxl-anchor-divider .pxl-icon-line {
    height: 2px;
    position: absolute;
    right: 0
}

.pxl-anchor-divider .pxl-icon-line:before,.pxl-anchor-divider .pxl-icon-line:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: #0a1119;
    opacity: 1;
    width: 100%;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.pxl-anchor-divider .pxl-icon-line:before {
    -webkit-transform: translate3d(100%,0,0);
    -khtml-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0
}

.pxl-anchor-divider .pxl-icon-line:after {
    -webkit-transform: translate3d(0,0,0);
    -khtml-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
    top: 0;
    width: 28px;
    left: 0;
    right: auto
}

.pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
    top: 12px;
    width: 28px;
    right: 0;
    left: auto
}

.pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
    left: 0;
    width: 28px;
    right: auto;
    bottom: 0
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:before,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line1:before,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line1:before {
    -webkit-transform: translate3d(0,0,0);
    -khtml-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    -khtml-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    -moz-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    -ms-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    -o-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:after,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line1:after,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line1:after {
    -webkit-transform: translate3d(-36px,0,0);
    -khtml-transform: translate3d(-36px,0,0);
    -moz-transform: translate3d(-36px,0,0);
    -ms-transform: translate3d(-36px,0,0);
    -o-transform: translate3d(-36px,0,0);
    transform: translate3d(-36px,0,0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    -khtml-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    -moz-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    -ms-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    -o-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:before,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line2:before,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line2:before {
    -webkit-transform: translate3d(0,0,0);
    -khtml-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    -khtml-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    -moz-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    -ms-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    -o-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:after,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line2:after,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line2:after {
    -webkit-transform: translate3d(-36px,0,0);
    -khtml-transform: translate3d(-36px,0,0);
    -moz-transform: translate3d(-36px,0,0);
    -ms-transform: translate3d(-36px,0,0);
    -o-transform: translate3d(-36px,0,0);
    transform: translate3d(-36px,0,0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    -khtml-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    -moz-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    -ms-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    -o-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:before,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line3:before,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line3:before {
    -webkit-transform: translate3d(0,0,0);
    -khtml-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    -khtml-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    -moz-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    -ms-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    -o-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:after,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line3:after,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line3:after {
    -webkit-transform: translate3d(-36px,0,0);
    -khtml-transform: translate3d(-36px,0,0);
    -moz-transform: translate3d(-36px,0,0);
    -ms-transform: translate3d(-36px,0,0);
    -o-transform: translate3d(-36px,0,0);
    transform: translate3d(-36px,0,0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    -khtml-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    -moz-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    -ms-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    -o-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms
}

/* Slideshow */
.slideshow{position:relative;}
.slideshow-item{display:block;cursor:pointer;}
.slideshow:hover .control-slideshow{opacity:1;}
.control-slideshow{opacity:0;top: unset;bottom: 150px;}
.control-slideshow button{
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
}
.control-slideshow button svg{
    stroke: #000;
    width: 33px;
}

/* wrap-tc */
.wrap-tc{
    width: 100%;
}
.box-tc{
    background: #fff;
    padding: 40px 0px;
    border-radius: 15px;
    margin-top: -50px;
    z-index: 99;
    position: relative;
}
.tc-item{
    text-align: center;
    padding: 50px 20px;
    border-right: 1px solid #dddfe0;
    /* border-top: 1px solid #dddfe0; */
}
.tc-photo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 91px;
    width: 91px;
    border-radius: 1e3px;
    background-color: #f1f2f2;
    border: 1px solid #dddfe0;
    margin: auto;
    transition: all 0.3s;
}
.tc-photo img{
    height: 30px;
    max-height: 30px;
}
.tc-item:hover{}
.tc-item:hover .tc-photo{
    background: var(--color-primary);
}
.tc-item:hover .tc-photo img{
    filter: brightness(35);
    animation-name: wobble_vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.tc-info{
    color: #212529;
}
.name-tc{
    font-size: 23px;
    line-height: 40px;
    margin-top: 26px;
    margin-bottom: 15px;
}
.desc-tc{
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 43px;
    display: block;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.btn-tc{
    font-size: 16px;
    line-height: 50px;
    width: 100%;
    max-width: 254px;
    border-radius: 8px;
    font-weight: 400;
    background: var(--color-primary);
    color: #fff;
    margin: 15px auto 0px auto;
    position: relative;
    overflow: hidden;
}
.btn-tc:before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewx(-20deg);
    -khtml-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg);
    transform: skewx(-20deg);
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.35)),to(transparent));
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.35),transparent);
}
.btn-tc:hover:before {
    -webkit-animation: pxl_btn_shine 1.4s ease;
    animation: pxl_btn_shine 1.4s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

/* service */
.wrap-dv{
    width: 100%;
    margin-top: 30px;
}
.box-dv{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    padding: 85px 15px 60px 15px;
    margin-bottom: 30px;
}
.in-page .wrap-dv .wrap-content{
    max-width: 100%;
    padding: 0;
}
.title-dv{text-align: center;max-width: 900px;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 15px;}
.title-name-dv{
    background-color: var(--color-primary);
    padding: 10px 29px 10px 29px !important;
    border-radius: 8px 8px 8px 8px !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    color: #fff;
    width: fit-content;
}
.title-desc-dv{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0a1119;
}
.title-content-dv{
    color: #4B535D;
    font-size: 17px;
    line-height: 30px;
}
.line-service{
    max-width: 1290px;
    margin: 40px auto;
    height: 1px;
    background: #DDDFE0;
}
.about-service{}
.photo-about-service{}
.photo-about-service img{}
.info-about-service{
    padding-left: 20px;
    padding-right: 55px;
}
.name-about-service{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #0a1119;
}
.desc-about-service{
    color: #4B535D;
    font-size: 15px;
    line-height: 25px;
}
.line-service2{
    max-width: 1290px;
    margin: 30px auto;
    height: 1px;
    background: #DDDFE0;
}
.service-list{
    padding: 0;
}
.service-list ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
}
.service-list ul li{
    width: 50%;
}
.service-list ul li a{
    color: #212529;
    display: flex;
    align-items: center;
    gap: 10px;
}
.service-list ul li a i{
    font-size: 11px;
}
.btn-style{
    color: #FFFFFF;
    background-color: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    border-radius: 8px 8px 8px 8px;
    padding: 0px 35px 0px 35px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}
.btn-style svg{
    width: 20px;
}
.btn-style:hover{
    color: #fff;
}
.btn-style:hover svg{}
.btn-style svg path{
    fill: #fff;
}
.btn-style:before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewx(-20deg);
    -khtml-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg);
    transform: skewx(-20deg);
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.35)),to(transparent));
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.35),transparent);
}
.btn-style:hover:before {
    -webkit-animation: pxl_btn_shine 1.4s ease;
    animation: pxl_btn_shine 1.4s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.slogan-dv{
    margin-top: 40px;
    text-align: center;
    color: #4B535D;
    font-size: 17px;
}
.slogan-dv a{
    color: #000;
    text-decoration: underline;
}

/* list service */
.list-service{}
.list-service .owl-stage-outer{
    padding-top: 10px;
}
.dv-item{
    background-color: #fff;
    padding: 17px 17px 50px;
    border-radius: 8px;
    border: 1px solid #dddfe0;
    transition: all 0.3s;
}
.row-service{row-gap:30px
            }
.in-page .list-service .wrap-content2{
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.dv-item:hover{
    transform: translateY(-10px);
}
.dv-item a{}
.dv-photo{
    border-radius: 6px;
    overflow: hidden;
}
.dv-photo img{}
.dv-info{
    padding: 0 19px;
    color: #121C27;
}
.name-dv{
    margin-bottom: 11px;
    margin-top: 14px;
    font-size: 22px;
    font-weight: 500;
}
.desc-dv{
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 42px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.project-style-two{
  position: relative;
  padding: 145px 0px 280px 0px;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(0 0 0) -0.7%, rgb(0 0 0) 112.68%);
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.2;
}

.project-block-two .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .content-box{
  bottom: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateY(50%);
}

.project-block-two .inner-box .content-box .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  margin-bottom: 51px;
}

.project-block-two .inner-box .content-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 4px;
}

.project-block-two .inner-box .content-box h2{
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 15px;
}

.project-block-two .inner-box .content-box h2 a{
  display: inline-block;
  color: #fff;
}

.project-block-two .inner-box .content-box h2 a:hover{
}

.project-block-two .inner-box .content-box .theme-btn{
  padding: 15px 40px;
  background: #fff;
  display: flex;
  width: fit-content;
  margin: 15px auto 0px auto;
  border-radius: 30px;
  color: #000;
  align-items: center;
  gap: 10px;
}
.project-block-two .inner-box .content-box .theme-btn svg{
    width: 20px;
}
.project-style-two .more-text{
  margin-top: 59px;
}

.project-style-two .more-text h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.project-style-two .more-text h3 a{
  display: inline-block;
}

.project-style-two .more-text h3 a:hover{
  text-decoration: underline;
}

/* wrap-about */
.wrap-about {}
.wrap-content {}
.box-dv {}
.wrap-content2 {}
.in-page .wrap-dv .box-dv{border-radius:0;padding-left: 0;padding-right: 0;}
.title-about {}
.title-about h2{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0a1119;
}
.line-service {}
.box-about {}
.about-info {
    padding-right: 40px;
}
.desc-about {
    color: #4B535D;
    font-size: 17px;
    line-height: 27px;
    padding: 0px 0px 43px 0px;
}
.about-news {}
.item-about {}
.photo-item-about {
    margin-bottom: 15px;
}
.info-item-about {}
.name-item-about {
    font-size: 22px;
    margin-bottom: 15px;
}
.desc-item-about {
    color: #4B535D;
    font-size: 15px;
    line-height: 25px;
}
.photo-about {}

.sltk{}
.title-sltk{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.title-sltk h3{
    font-size: 30px;
    line-height: 40px;
}
.title-sltk a{}
.row-sltk{
    display: flex;
    justify-content: space-between;
}
.item-sltk{}
.sltk-top{
    display: flex;
    align-items: end;
}
.number-sltk{
    color: #121315;
    line-height: 40px;
}
.number-sltk span{
    color: var(--color-primary);
    font-size: 90px;
}
.name-sltk{
    padding-bottom: 24px;
    color: #121315;
    font-size: 17px;
    font-weight: 500;
}
.desc-sltk{
    color: #4B535D;
    font-size: 19px;
}

/* adv */
.wrap-adv{}
.adv-item{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.adv-photo{}
.adv-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 50px;
    color: #121315;
}
.name-adv{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.desc-adv{
    color: #4B535D;
    font-size: 17px;
    line-height: 30px;
}
.adv-info .btn-style{
}

/* register */
.wrap-register{}
.box-register{
    background: #fff;
    border-radius: 15px;
    margin-top: 30px;
    padding: 68px 0px;
}
.info-register{}
.title-register{}
.title-register span{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0a1119;
}
.desc-register{
    font-size: 25px;
    margin-bottom: 17px;
    line-height: 1.146;
    font-weight: 500;
}
.content-register{
    color: #4B535D;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 31px;
}
.tc-register{
    margin-bottom: 40px;
}
.tc-register ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 0;
}
.tc-register ul li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.tc-register ul li svg{
    fill: #000000;
}
.contact-register{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-register a{
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D9D9D9;
    padding: 13px 032px 13px 15px;
    justify-content: space-between;
    color: #0a1119;
    border-radius: 8px;
}
.contact-register a span{
    width: calc(100% - 84px);
    padding: 0px 24px 0px 24px;
}
.contact-register a .icon{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-primary);
    border-radius: 8px;
}
.contact-register a .icon svg{
    fill: #fff;
}
.contact-register a > svg{
    width: 24px;
}
.form-register{
    padding: 30px 30px 60px 30px;
    background: url(../images/bg-register.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
}
.title-form-register{
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.form-register form{
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.newsletter-input{}
.newsletter-input input{
    border: 1px solid #5b636c;
    border-radius: 5px;
    padding-left: 17px;
    padding-right: 17px;
    height: 55px;
    color: #fff;
    font-size: 15px;
    background-color: #fff;
}
.newsletter-input input::placeholder{color:#5b636c}
.newsletter-input textarea::placeholder{color:#5b636c}
.newsletter-input textarea{
    background: #fff;
    height: 190px;
}
.btn-register{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 0 35px;
    background-color: #fff;
    border-radius: 8px;
    color: #121315;
    column-gap: 7px;
    line-height: 50px;
    text-transform: capitalize;
    font-size: 15px;
    align-items: center;
    border: 0;
}
/* kh */
.wrap-kh{}
.box-kh{
    background: #fff;
    border-radius: 15px;
    margin-top: 30px;
    padding: 68px 0px;
}
.title-kh{
    text-align: center;
}
.title-kh > h3{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0a1119;
}
.title-kh > div{
    color: #4B535D;
    font-size: 17px;
    line-height: 30px;
}
.box-content-kh{
    width: 100%;
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 44px 65px;
    margin-bottom: 40px;
}
.box-kh-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slick-kh1{}
.photo-slick-kh{}
.slick-active.photo-slick-kh img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.slick-current.photo-slick-kh img{
    transform: scale(1.5);
}
.slick-current.photo-slick-kh{
    z-index: 99;
    position: relative;
}
.slick-kh1 .slick-list{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.box-photo-item-kh{
    max-width: 305px;
    position: relative;
}
.item-info-kh{}
.star{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 22px;
}
.item-info-kh svg path{stroke: #cca878;fill: #cca878;}
.desc-kh{
    font-size: 24px;
    text-align: center;
    color: #677289;
    margin-bottom: 11px;
}
.name-kh{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--color-primary);
}
.btn-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 200px);
    display: flex;
    justify-content: space-between;
}
.btn-wrap button{
    background: none;
    border: 0;
}
.btn-wrap button.prev-btn{transform: rotate(180deg);}
.btn-wrap button.next-btn{}
/* news */
.wrap-newsnb{
    margin-top: 30px;
}
.box-newsnb{
    background: #fff;
    border-radius: 15px;
    padding: 68px 0px;
}
.title-newsnb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.title-newsnb span{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0a1119;
}
.title-newsnb p{
    margin: 0;
    color: #4B535D;
    font-size: 17px;
    line-height: 26px;
}
.news-item{}
.news-item a{}
.photo-news{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.photo-news img{}
.date-news{
    position: absolute;
    position: absolute;
    left: 22px;
    top: 15px;
    width: 75px;
    text-align: center;
    height: 90px;
    border-radius: 5px;
    background-color: var(--color-primary);
    color: #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: public sans, sans-serif;
    line-height: 33px;
}
.date-news span{
    display: block;
    margin-top: 11px;
    line-height: 45px;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}
.info-news{
    color: #0a1119;
}
.info-news > h3{
    margin-top: 23px;
    font-size: 23px;
    line-height: 33px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    margin-bottom: 17px;
}
.info-news > .desc-news{
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    color: #4b535d;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.control-newsnb{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 10px;
}
.control-newsnb svg{
    width: 30px;
}
.control-newsnb button{
    position: unset;
    width: 55px;
    height: 55px;
    background-color: var(--color-primary);
    opacity: 1;
    border-radius: 50%;
    z-index: 9;
}
.control-newsnb:before{content:"";position: absolute;top: 50%;left: 0px;transform: translateY(-50%);width: 100%;height: 1px;border-bottom: 1px solid #DDDFE0;}
.control-newsnb:after{content:"";position: absolute;width: 170px;height: 100%;background: #fff;top: 50%;left: 50%;transform: translate(-50%, -50%);}
/* Partner */
.wrap-partner{width: 100%;margin-top: 80px;margin-bottom: 80px;}
.wrap-partner .wrap-content{position:relative;}
.title-partner{
    text-align: center;
    margin-bottom: 30px;
}
.title-partner span{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0a1119;
}
.partner{display: flex;border:1px solid #eee;max-width: 100%;margin:0px auto;justify-content: center;align-items: center;background: #fff;min-height: 108px;}
.box-partner{
    border-radius: 15px;
    overflow: hidden;
}
/* Breadcrumb */
.page-title{
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    background-color: #0000009c;
    position: relative;
}
.page-title .wrap-content2{
    width: 100%;
    z-index: 2;
}
.page-title:before{content:"";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;background: linear-gradient(0deg, rgb(0 0 0 / 69%) -0.7%, rgb(0 0 0) 112.68%);opacity: 0.5;}
.background-breadcrumb{}
.title-page{
    line-height: 60px;
}
.title-page span{
    color: #FFFFFF;
    -webkit-text-stroke-color: #FFFFFF;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 0px;
}
.line-page{
    margin: 15px 0px 90px 0px;
    height: 1px;
    width: 100%;
    background: #FFFFFF4D;
    position: relative;
    max-width: 670px;
}
.line-page::before{content: "";position: absolute;width: 55px;height: 2px;background: #fff;top: 50%;left: 0px;transform: translateY(-50%);}
.breadCrumbs{background-color: transparent;}
.breadCrumbs .wrap-content{padding:0.75rem 15px;}
.breadcrumb{}
.breadCrumbs .breadcrumb{padding:0;margin-bottom:0;background-color:transparent;border-radius:0;}
.breadCrumbs .breadcrumb-item a{color: #fff;line-height: 20px;}
.breadCrumbs .breadcrumb-item.active a{color: #fff;}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    margin-right: 8px;
    color: #ffffff;
    content: "";
    width: 25px;
    height: 17px;
    background: url(../images/right.png);
    background-size: 100% 100%;
    margin-top: 3px;
}
/* Intro */
.news-intro:before{content:'';position:absolute;width:1px;height:calc(100% - 50px);top:10px;left:90px;background-color:#CACACA;}
.news-scroll:before,.news-scroll:after{content:'';position:absolute;width:10px;height:10px;left:85px;border-radius:100%;background-color:#CACACA;}
.news-scroll:before{top:10px;}
.news-scroll:after{bottom:40px;}
.news-control{left:85px;font-size:13px;opacity:0.5;z-index:1;cursor:pointer;}
.news-control:hover{opacity:1;color:var(--color-main);}
.news-control#up{top:-10px;}
.news-control#down{bottom:20px;}
.news-shadow{padding-bottom:30px;}
.news-shadow-time{font-size:13px;width:75px;margin-right:45px;}
.news-shadow-time:after{content:'';position:absolute;width:20px;height:20px;top:calc(50% - 20px/2);right:-26px;background-repeat:no-repeat;background-position:center;background-image:url(../images/pattern-news.png);}
.news-shadow-article{width:calc(100% - 120px);padding:14px 15px;border-radius:10px;background-color:#ffffff;border:1px solid #cecabb;}
.news-shadow-article:before{content:'';position:absolute;top:calc(50% - 26px/2);left:-13px;z-index:0;border-top:13px solid transparent;border-right:13px solid #cecabb;border-bottom:13px solid transparent;}
.news-shadow-article:after{content:'';position:absolute;top:calc(50% - 24px/2);left:-11px;z-index:1;border-top:12px solid transparent;border-right:11px solid #ffffff;border-bottom:12px solid transparent;}
.news-shadow-image{margin-right:10px;width:90px;}
.news-shadow-info{width:calc(100% - 100px);}
.news-shadow-name{height:36px;font-size:15px;font-weight:700;}
.news-shadow-name a{color:#222222;}
.news-shadow-name a:hover{color:var(--color-main);}
.news-shadow-desc{height:38px;font-size:13px;}
.news-shadow-name a.text-split,.news-shadow-desc.text-split{-webkit-line-clamp:2;}

/* Video */
.video{cursor:pointer;margin-bottom:1rem;}
.video-image{position:relative;margin-bottom:0.75rem;border-radius: 15px;}
.video-image:before{content:"";position:absolute;width:50px;height:35px;top:calc(50% - 50px/2);left:calc(50% - 35px/2);z-index:1;background-repeat:no-repeat;background-image:url(../images/play.png);display: none;}
.video-name{text-align:center;font-size: 18px;color:var(--color-black);margin-bottom:0px;font-weight: 700;margin-top: 20px;}
.btn-play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.btn-play svg{}
.btn-play::before, .btn-play::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.17);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background: transparent;
    border: 1px solid #fff;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
.box-content-detail{
    margin-bottom: 60px;
}
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}
.btn-play::after{
	animation-delay: 2s;
}
.btn-play::after{content: "";}
/* Album */
.album{cursor:pointer;margin-bottom:1rem;}
.album-image{margin-bottom:0.75rem;}
.album-name{margin-bottom:0px;text-align:center;}
.album-name a{display:block;font-size:16px;color:var(--color-black);margin-bottom:0px;}

/* Brand */
.wrap-brand{margin-bottom:50px;padding:0px 15px;width: 100%;}
.wrap-brand .wrap-content{position:relative;}
.brand{display:block;border:1px solid #eee;max-width:160px;margin:0px auto;}

/* Product */
#sort-by { text-align: left; width: 100%; }

#sort-by label { font-family: 'Arial'; font-weight: 400; line-height: 33px; font-size: 14px; margin-right: 10px; margin-bottom: 0; color: #222; display: inline-block; }

#sort-by ul { margin: 0; padding: 0; list-style: none; display: inline; }

#sort-by > ul > li { -webkit-appearance: none; -moz-appearance: none; appearance: none; text-indent: .01px; cursor: pointer; line-height: 34px; border-radius: 3px; position: relative }

#sort-by ul ul { position: absolute; visibility: hidden; width: 180px; right: 0; top: 100%; z-index: 10000; border: 1px solid #ebebeb; border-radius: 3px; border-top-right-radius: 0; border-top-left-radius: 0; overflow: hidden; background: #fff; padding-left: 0px !important; }

#sort-by li li { width: 100%; margin-top: 0px; border-top: none; border-right: none; border-left: none; padding: 5px 10px; line-height: 20px; }

#sort-by li>a { display: inline-block; width: 100%; line-height: 22px; transition: all 0s ease-in-out; }

#sort-by a:link,

#sort-by a:visited { color: #333; text-decoration: none; }

#sort-by li:hover>ul { visibility: visible; }

.wrap-product{margin-bottom:50px;width: 100%;}
.product{float:left;width:23.5%;margin:0 2% 2% 0;}
.product:nth-child(4n+1){clear:both;}
.product:nth-child(4n){margin-right:0px;}
.box-product{position:relative;display:block;margin-bottom:1rem;}
.pic-product{background:#ffffff;border-radius:5px;padding:5px;border:1px solid #eee;}
.pic-product img{width:100%;border-radius:3px;}
.name-product{font-size:16px;color:var(--color-black);}
.name-product.text-split{-webkit-line-clamp:1;}
.price-product{margin-bottom:0px;}
.price-product span{font-weight:700;}
.price-new{font-size:15px;font-weight:500;color:var(--color-red);}
.price-old{padding-left:10px;font-size:12px;color:var(--color-gray);}
.price-per{position:absolute;top:15px;right:15px;color:#ffffff;background:var(--color-red);font-size:11px;border-radius:2px;width:45px;height:25px;text-align:center;line-height:25px;}
.cart-product{margin-bottom:0px;}
.cart-product span{cursor:pointer;width:49%;float:left;color:#ffffff;text-transform:capitalize;text-align:center;padding:7px 5px;border-radius:3px;}
.cart-add{margin-right:2%;background: linear-gradient(to right, #0066cc, #cc3333);}
.cart-add:hover{background-color:var(--color-dark-red);}
.cart-buy{background: linear-gradient(to right, var(--color-green), #bccc33);}
.cart-buy:hover{background-color:var(--color-dark-green);}


/* tuyen dung */
.wrap-mtlv-static{
    padding: 40px 0px 50px 0px;
}
.title-mtlv-static{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-contact2 {
    position: relative;
    display: inline-block;
}
.btn-contact2 input {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 50px;
    background-color: var(--color-primary);
    justify-content: center;
    padding: 0 32px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    transition: .5s all;
    border: none;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-right: 50px;
}
.btn-contact2 input:hover{
    background: #00722e;
}
.btn-contact2 i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.contact-input label:not(.custom-file-label) {
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}
.desc-mtlv-static{
    padding-top: 5px;
}
.img_recruit {
    position: relative;
    overflow: hidden;
}
.wrap-mtlv{
    padding: 50px 0px 100px 0px;
}
.img_recruit::before {
    background: #0000003d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    z-index: 3;
    transition: .5s all;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(5px);
}
.effect {
    display: block;
    overflow: hidden;
}
.info_recruit {
    padding: 0 30px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 5;
    transform: translateY(calc(100% - 40px));
    transition: .5s all;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.info_recruit h3 {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: center;
    margin: 0 -20px 20px;
    padding: 10px 20px;
    color: #fff;
    background: #000000ab;
    border-radius: 500px;
    transition: all .5s;
}
.info_recruit h3::before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 51px;
    background-color: #e12943;
    content: '';
    bottom: 0;
    opacity: 0;
    transition: .5s all;
}
.info_recruit span {
    line-height: 20px;
    padding-bottom: 30px;
    color: #fff;
}
.img_recruit:hover::before {
    opacity: 1;
}
.img_recruit:hover .info_recruit {
    transform: translateY(0);
}
.img_recruit:hover .info_recruit h3 {
    margin: 0 -30px 15px;
    border-radius: unset;
    background: none;
    transition: all .5s;
    padding: 0 30px;
}
.wrap-td{
    padding-bottom: 90px;
}
.title-td{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.wrap_table_td {
    border: 0 solid #000;
}
table.table_td {
    table-layout: fixed;
    margin: 0;
    border: none;
    background-color: #fff;
    background-color: #f8f8f8;
    width: 100%;
}
table.table_td thead {
    background-color: #f5f5f5;
    color: #fff;
}
table.table_td thead th:nth-child(1) {
    width: 10%;
}
table.table_td thead th:not(:last-child) {
    border-right: 1px solid #ebebeb;
}
table.table_td thead th {
    text-align: center;
    color: #333;
    background-color: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 17px;
    padding-top: 17px;
    font-size: 15px;
    border: none;
}
table.table_td tbody tr:not(:last-child) {
    border: 0;
    border-bottom: 1px solid #ebebeb;
}
table.table_td tbody td:nth-child(1) {
    color: #b5b5b5;
    font-size: 45px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #b5b5b5;
    font-size: 40px;
    font-weight: 700;
}
table.table_td tbody td {
    color: #333;
    padding: 25px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fff;
}
table.table_td tbody td:nth-child(2) a {
    color: #333;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 20px;
}
table.table_td tbody td:nth-child(2) a {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
table.table_td tbody td:nth-child(3) a.no_apply_position {
    background-color: rgba(153, 153, 153, 0.21);
    color: #333;
}
table.table_td tbody td:nth-child(3) a {
    padding: 0 30px;
    line-height: 38px;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    min-width: 130px;
    border-radius: 20px;
    background-color: #E12943;
    text-transform: unset;
}
.recruit_top {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 32px rgb(0 0 0 / 7%);
    margin-left: 0;
    margin-right: 0;
    margin: 50px 0px 90px 0px;
}
.info_employment_information{margin-bottom:90px}
.info_general_apply {
    box-shadow: 0 0 32px rgb(0 0 0 / 7%);
    background-color: #ffffff;
    padding: 50px 0px 30px 60px;
}
.info_general_apply > a {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
}
.info_general_apply > a svg {
    margin-right: 7px;
    transform: rotate(180deg) translateY(-6px);
    width: 15px;
    margin-bottom: 15px;
    height: auto;
}
.recruit_top h4 {
    display: block;
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 25px !important;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.recruit_top ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.recruit_top ul li {
    width: 50%;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    align-items: center;
}
.recruit_top ul li img {
    margin-right: 15px;
}
.recruit_top ul li img {
    object-fit: contain;
    width: 17px;
}
.recruit_top ul li h3 {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-right: 35px;
    min-width: 90px;
}
.apply_right {
    background-color: var(--color-primary);
    padding: 55px 35px 30px;
}
.apply_right h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: flex
;
    align-items: center;
}
.apply_right .content {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 14px;
    padding-left: 20px;
    padding: 0px;
}
.alleft {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.apply_right h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.apply_right h3 svg {
    fill: white;
    width: 11px;
    height: auto;
    margin-right: 5px;
}
.apply_right .content {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 14px;
    padding-left: 20px;
    padding: 0px;
}
.link_form_apply {
    display: flex
;
    flex-wrap: wrap;
    padding-top: 23px;
    position: relative;
}
.link_form_apply:before {
    position: absolute;
    top: 0;
    width: calc(100% + 68px);
    height: 1px;
    background: rgba(255, 255, 255, 0.71);
    content: '';
    left: -34px;
}
.link_form_apply img {
    width: 27px;
    object-fit: contain;
}
.link_form_apply a {
    width: calc(100% - 47px);
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}
.info_employment_information .item:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.info_employment_information .item {
    display: flex
;
    flex-wrap: wrap;
    padding: 40px 0;
}
.info_employment_information .info_other h3 {
    width: 30%;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.info_employment_information .info_other .content {
    width: 70%;
    color: #333;
    font-size: 15px;
}
.info_employment_information .info_contact {
    padding: 40px 34px;
    margin-top: 30px;
    border-radius: 15px;
    background-color: #f7f7f7;
}
.info_employment_information .info_contact h3, .other_recruitment h3 {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    width: 100% !important;
}
.info_employment_information .info_other h3 {
    width: 30%;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.info_employment_information .info_contact h3:before, .other_recruitment h3:before {
    position: absolute;
    left: -34px;
    height: 100%;
    content: '';
    top: 0;
    width: 3px;
    background-color: var(--color-primary);
}
.info_employment_information .info_contact .content {
    font-size: 12px;
    width: 100%;
    color: #333;
    line-height: 1.9;
}
.other_recruitment {
    padding: 40px 34px;
    margin-top: 27px;
    padding-bottom: 20px;
    border-radius: 15px;
    background-color: #f7f7f7;
}
.other_recruitment ul {
    padding: 0;
}
.info_employment_information .other_recruitment ul li:not(:last-child) {
    border-bottom: 1px solid rgba(183, 183, 183, 0.3);
}
.info_employment_information .other_recruitment ul li {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    display: inline-block;
}
.info_employment_information .other_recruitment ul li a {
    font-size: 13px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.info_employment_information .other_recruitment ul li .content {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.info_employment_information .info_other .content {
    width: 70%;
    color: #333;
    font-size: 15px;
}
.form-contact {
    width: 100%;
    box-shadow: 0 0 43px rgb(75 75 75 / 18%);
    background-color: #fff;
    padding: 50px 80px;
}
.form_td .form-control{
    border: 1px solid #ced4da;
}
.info_employment_information .info_other h3 {
    width: 30%;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.title_form_other {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.info_employment_information .form_td h3 {
    color: #333;
    font-size: 28px;
    width: 100%;
    margin: 0 0 5px;
}

/* Product Detail */
.grid-pro-detail{margin-bottom:3rem;}
.left-pro-detail{position:relative;text-align:center;}
.left-pro-detail .MagicZoom{/* border:1px solid #eee; */padding:7px;border-radius: 0;background-color: #0066cc;background-image: linear-gradient(to right, #0066cc, #cc3333);}
.gallery-thumb-pro{position:relative;margin-top:10px;}
.owl-pro-detail{padding:0px 30px;}
.control-pro-detail button{background-color:transparent;color:#222222;opacity:1;width:25px;font-size:23px;}
.control-pro-detail button:hover{opacity:0.7;}
.control-pro-detail button.owl-prev{left:0px;}
.control-pro-detail button.owl-next{right:0px;}
.thumb-pro-detail{display:block!important;/* border:1px solid #eee; */padding: 2px;border-radius:3px;cursor:pointer;background-color:#ffffff;background-color: #0066cc;background-image: linear-gradient(to right, #0066cc, #cc3333);}
.thumb-pro-detail.mz-thumb.mz-thumb-selected{border-color:#cecfd2;}
.thumb-pro-detail img{box-shadow:none!important;filter:brightness(100%)!important;border-bottom:0px!important;padding-bottom:0px!important;}
.title-pro-detail{text-transform:capitalize;font-size:20px;display:block;font-weight:700;}
.comment-pro-detail{display:flex;align-items:center;justify-content:flex-start;}
.social-plugin-pro-detail{margin-bottom:1rem;margin-top:0px!important;}
.desc-pro-detail{margin-bottom:1rem;}
.attr-pro-detail{list-style:none;padding:0px;}
.attr-pro-detail li{margin-bottom:0.5rem;}
.attr-label-pro-detail{margin:0px 5px 0px 0px;}
.attr-label-pro-detail.d-block{display:block;margin:0px 0px 5px 0px;}
.attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.price-new-pro-detail{font-weight:700;font-size:20px;color:var(--color-red);}
.price-old-pro-detail{font-weight:500;color:var(--color-gray);text-decoration:line-through;padding-left:10px;}
.color-pro-detail{cursor:pointer;display:inline-block;vertical-align:top;position:relative;width:35px;height:30px;margin:0px 0px 3px 0px;border:1px solid transparent;background-repeat:no-repeat;background-size:contain;background-position:center center;}
.size-pro-detail{cursor:pointer;border:1px solid #ccc;padding:3px 10px 4px 10px;display:inline-block;position:relative;}
.size-pro-detail.active,.color-pro-detail.active{border-color:#e5101d;color:#e5101d;}
.size-pro-detail.active:after,.color-pro-detail.active:after{content:'';position:absolute;bottom:0px;right:0px;width:13px;height:13px;background-repeat:no-repeat;background-image:url(../images/check-cart.png);}
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio]{display:none;}
.quantity-pro-detail{width:100%;max-width:110px;line-height:normal;display:flex;align-items:center;justify-content:space-between;text-align:center;}
.quantity-pro-detail span{line-height:25px;padding:0px;width:30px;height:30px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #cccccc;}
.quantity-pro-detail span.quantity-plus-pro-detail{border-left:0px;}
.quantity-pro-detail span.quantity-minus-pro-detail{border-right:0px;}
.quantity-pro-detail input{height:30px;border:1px solid #cccccc;width:calc(100% - 60px);text-align:center;font-size:14px;padding:5px;}
.cart-pro-detail{margin-bottom:1rem;}
.cart-pro-detail a{font-size:14px;color: #ffffff;text-transform:uppercase;width: 100%;}
.tags-pro-detail a{float:left;font-size:13px;padding-bottom:0.375rem;margin:0px 5px 5px 0px;background: linear-gradient(to right, #0066cc, #cc3333);}
.tags-pro-detail a i{font-size:11px;margin:5px 5px 0px 0px;}
.tabs-pro-detail{margin-top:2rem;}
.nav-tabs{
    gap: 15px;
    border-bottom: 0px;
    margin-bottom: 1rem;
}
.tabs-pro-detail .nav-tabs .nav-link{border-top-width:3px;font-size: 16px;border: 1px solid #9F9FA4A3;border-radius: 30px;padding: 10px 25px;font-weight: 600;color: #000;display: flex;align-items: center;gap: 8px;}
.tabs-pro-detail .nav-tabs .nav-link.active,.tabs-pro-detail .nav-tabs .nav-item.show .nav-link{
    background: #000;
    color: #fff;
}
.tabs-pro-detail .nav-tabs .nav-link.active svg{}
.tabs-pro-detail .nav-tabs .nav-link.active path{
    fill: #fff;
}
.cart-pro-detail a.mua-ngay{background-color: #0066cc;color: #fff;margin-bottom: 10px;-webkit-transition: opacity .5s;transition: opacity .5s;text-decoration: none;text-transform: uppercase;font-size: 16px;font-weight: bold;}
.cart-pro-detail a.mua-ngay:hover{color: #fff;
    cursor: pointer;
    opacity: .75;
    text-decoration: none;}
.cart-pro-detail a.them-gio{
    background-color: #EDEDEE;
    color: #414042;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.cart-pro-detail a.them-gio:hover{color: #414042;
    cursor: pointer;
    opacity: .75;
    text-decoration: none;}
/* News */
.news{margin-bottom:2rem;border: 1px solid #d3d5d6;padding: 20px;}
.news-image{
    display: block;
    position: relative;
}
.post-date{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 80px;
    background-color: rgb(0 0 0 / 42%);
    border-radius: 5px;
    backdrop-filter: blur(10px);
    height: 100px;
    text-align: center;
}
.post-date .day{
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 12px;
    display: block;
    width: 100%;
    line-height: 45px;
}
.post-date .month{
    color: #fff;
    font-size: 15px;
}
.news-info{
    padding: 40px 50px 40px 40px;
}
.news-name{margin-bottom:0.5rem;}
.news-name a{color: #333;font-size:16px;font-size: 26px;line-height: 33px;font-weight: 500;margin-bottom: 20px;}
.news-name a.text-split{-webkit-line-clamp:2;}
.news-name a:hover{color: var(--color-primary);}
.news-time{color:#84878a;margin-bottom:0.25rem;}
.news-desc{margin-top:5px;line-height:22px;font-size: 15px;line-height: 25px;color: #4b535d;margin-bottom: 37px;}
.othernews b{margin-bottom:10px;}
.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:var(--color-red);}

/* Contact */
.contact-article{margin-bottom:3rem;}
.contact-input{position:relative;margin-bottom: 20px;}
.contact-input textarea{resize:none;height:150px;padding: 20px;}
.contact-input .custom-file-label::after{content:attr(title);}
.contact-map{position:relative;height:500px;}
.contact-map iframe{position:absolute;top:0px;left:0px;width:100%!important;height:100%!important;}
.btn-contact-page{
    color: #FFFFFF;
    background-color: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    border-radius: 8px 8px 8px 8px;
    padding: 0px 35px 0px 35px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.row-ttlh{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}
.item-ttlh{
    display: flex;
    align-items: start;
}
.photo-ttlh{
    width: 40px;
    height: 40px;
    background: var(--color-primary);
    padding: 6px;
    border-radius: 50%;
}
.photo-ttlh img{}
.info-ttlh{
    width: calc(100% - 40px);
    padding-left: 15px;
}
.name-ttlh{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 14px !important;
}
.desc-ttlh{
    color: #4B535D;
    font-family: "Public Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
/* Newsletter */
.newsletter-slogan{margin-top: 20px;color: #fff;font-size: 15px;}
.newsletter-input{position:relative;}
.newsletter-button{}
.newsletter-button input[type=submit]{text-transform:uppercase;font-weight:500;}

/* Footer */
.footer{
    padding: 85px 0px 0px 0px;
    background: var(--color-primary);
    position: relative;
}
.footer-top{
    background: var(--color-primary);
}
.footer-top .wrap-content2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top .logo-footer{
    display: block;
}
.footer-top .logo-footer img{
    max-width: 160px;
}
.social{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
}
.social img{
    border-radius: 50%;
}
.footer-article{background-color: var(--color-primary);color: #fff;padding: 0px 0px 40px 0px;}
.line-footer2{
    width: 100%;
    height: 1px;
    background: #ffffff4f;
    margin: 0;
}
.footer-article .wrap-content{padding:35px 15px;}
.footer-title{
        color: #FFFFFF;
        -webkit-text-stroke-color: #FFFFFF;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
}
.footer-ul{list-style:none;padding:0px;margin:0px;}
.footer-ul li{margin-bottom:10px;}
.footer-ul li:last-child{margin-bottom:0px;}
.footer-ul li a{color: #fff;font-size: 15px;display: flex;align-items: center;gap: 5px;}
.footer-ul li a svg{
    fill: #fff;
    width: 15px;
    transition: all 0.3s;
}
.footer-ul li a svg path{
    fill: #fff;
}
.footer-ul li a:hover svg{
    width: 16px;
}
.footer-ul li a:hover{text-decoration:none;color: #fff;}
.footer-tags{background:#eee;}
.footer-tags .wrap-content{padding:30px 15px;}
.footer-tags-lists{list-style:none;padding:0px;margin:0px;}
.footer-tags-lists li{float:left;}
.footer-tags-lists li a{padding-bottom:0.375rem;background: linear-gradient(to right, #0066cc, #cc3333);}
.footer-powered{color:#ffffff;}
.footer-powered .wrap-content2{padding-top: 25px;padding-bottom: 25px;}
.footer-statistic{text-align:right;}
.footer-statistic span{padding-right:10px;}
.footer-statistic span:last-child{padding-right:0px;}
#footer-map{position:relative;height:500px;}
.footer-statistic a{color:#fff}
#footer-map iframe{position:absolute!important;width:100%!important;height:100%!important;top:0px!important;left:0px!important;}
.line-footer{
    width: 100%;
    height: 1px;
    background: #ffffff4f;
    margin: 20px 0px 60px 0px;
}
.footer-article form{
    
position: relative;
}
.footer-article form .newsletter-input{}
.footer-article form .newsletter-input input{
    border-radius: 0;
    border: 0;
}
.footer-article form .newsletter-button{
    
position: absolute;
    
right: 10px;
    
top: 50%;
    
transform: translateY(-50%);
}
.footer-article form .newsletter-button button svg path{
    fill: var(--color-primary);
}
.footer-article form .newsletter-button button{
    
background: transparent;
    
border: 0;
}
.footer .f1{
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer .f2{
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer .f3{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.footer .f4{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/* Like Share */
.social-plugin{display:flex;justify-content:flex-start;margin-top:10px;}
.social-plugin .at-share-btn{margin-bottom:0px!important;}
.social-plugin .zalo-share-button{margin-left:3px;}

/* Paging */
.pagination-home .pagination .page-item .page-link{color:#555555;font-size:.875rem;min-width: 35px;text-align: center;}
.pagination-home .pagination .page-item.active .page-link{color:#ffffff;background-color: var(--color-primary);border-color: var(--color-primary);}

/* Paging Ajax */
.pagination-ajax{text-align:center;}
.pagination-ajax a{display:inline-block;vertical-align:top;margin:0px 3px 3px 3px;width:35px;height:35px;line-height:33px;color:#666!important;border:1px solid #e6e6e6;font-size:13px;cursor:pointer;text-decoration:none!important;background-color:#ffffff;}
.pagination-ajax a.current,.pagination-ajax a:hover{color:#ffffff!important;border-color:var(--color-red);background-color:var(--color-red);}
.pagination-ajax a.first,.pagination-ajax a.last,.pagination-ajax a.prev,.pagination-ajax a.next{text-indent:-9999px;position:relative;background-color:#ffffff!important;}
.pagination-ajax a.first:before,.pagination-ajax a.last:before,.pagination-ajax a.prev:before,.pagination-ajax a.next:before{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:2;background-color:transparent;background-repeat:no-repeat;background-position:center;}
.pagination-ajax a.first:before{background-image:url(../images/page-first.png);}
.pagination-ajax a.last:before{background-image:url(../images/page-last.png);}
.pagination-ajax a.prev:before{background-image:url(../images/page-prev.png);}
.pagination-ajax a.next:before{background-image:url(../images/page-next.png);}

/* Popup */
#popup .modal-body{padding:0px;}

/* Hidden Google Captcha */
.grecaptcha-badge{display:none!important;width:0px!important;height:0px!important;visibility:hidden!important;overflow:hidden;}

/* Hidden Check Grammar Coccoc */
coccocgrammar{display:none;}

/* Scroll Top */
.progress-wrap {
	position: fixed;
	bottom: 34px;
	right: 19px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 3px;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: '\f077';
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 900;
	color: var(--color-primary);
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--color-primary);
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	fill: #fff;
}
/* Text Hide */
.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}

/* Transition All */
.transition{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}

/* Scale IMG */
.scale-img{overflow:hidden;display:block;}
.scale-img img{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}
.scale-img:hover > img{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

/* Blink */
.blink{-webkit-animation-name:blink;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blink;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blink;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;}
@-moz-keyframes blink{
	0%{opacity:1.0;}
	50%{opacity:0.0;}
	100%{opacity:1.0;}
}
@-webkit-keyframes blink{
	0%{opacity:1.0;}
	50%{opacity:0.0;}
	100%{opacity:1.0;}
}
@keyframes blink{
	0%{opacity:1.0;}
	50%{opacity:0.0;}
	100%{opacity:1.0;}
}

/* Button Frame */
.btn-frame{display:block;width:50px;height:50px;position:fixed;right:20px;z-index:10;cursor:pointer;}
.btn-frame i{display:flex;display:-ms-flex;justify-content:center;align-items:center;-ms-flex-align:center;width:50px;height:50px;border-radius:50%;background:#1182FC;position:relative;z-index:1;}
.btn-frame i img{vertical-align:middle;width:70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-alo-circle{width:60px;height:60px;top:-5px;right:-5px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(7,41,103,0.8);opacity:.1;border-color:#1182FC;opacity:.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width:70px;height:70px;top:-10px;right:-10px;position:absolute;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgba(7,41,103,0.35);opacity:.4;}
.btn-frame .pulse{animation-name:pulse;}

/* Zalo */
.btn-zalo{bottom:315px;}

/* Phone */
.btn-phone{bottom:230px;}

/* Messenger */
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}
.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}
.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-box{display:block;position:fixed;cursor:pointer;bottom:150px;right:17px;width:56px;height:56px;text-align:center;background:#1182FC;border-radius:100%;overflow:hidden;z-index:99;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3)}
.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}
.js-facebook-messenger-box svg#fb-msng-icon{width:32px;height:33px;position:absolute;top:13px;left:12px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;}
.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}
.js-facebook-messenger-box svg#close-icon{opacity:0;width:19px;height:20px;position:absolute;top:19px;left:19px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-container{position:fixed;opacity:0;transform:translateY(50px);bottom:110px;right:90px;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}
.js-facebook-messenger-top-header{width:220px}
.js-facebook-messenger-top-header{color:#ffffff;background:#1182FC}
.js-facebook-messenger-top-header{display:block;position:relative;width:220px;background:#1182FC;color:#ffffff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px}
.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-top-header{color:#ffffff;background:#1182FC}
.js-facebook-messenger-top-header{width:220px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1;pointer-events:all}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}
.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}
.js-facebook-messenger-box.open svg#close-icon{opacity:1}

/* Cart Fix */
.cart-fixed{position:fixed;right:20px;bottom:390px;z-index:10;width:50px;height:50px;text-align:center;color:#fff!important;border-radius:100%;display:flex;align-items:center;justify-content:center;background-color: #0066cc;background-image: linear-gradient(to right, #0066cc, #cc3333);}
.cart-fixed i{font-size:20px;}
.cart-fixed span{position:absolute;top:0px;right:-5px;color:#ffffff;width:25px;height:25px;background:var(--color-red);text-align:center;line-height:25px;font-size:11px;border-radius:100%;}

/* Toolbar */
.toolbar{background:var(--color-red);width:100%;padding:3vw;bottom:0px;position:fixed;z-index:500;height:auto;left:0px;}
.toolbar ul{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:0px;margin:0px;}
.toolbar ul li{text-align:center;width:25%;}
.toolbar ul li a{display:block;width:100%;cursor:pointer;}
.toolbar ul li a img{height:6vw;width:auto;}
.toolbar ul li a span{font-weight:400;color:#ffffff;font-size:3.5vw;display:none;}

/* Fixbar */
.fixbar{bottom:0;display:block;background:#f0eff4;border-top:1px solid #ddd;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:fixed;margin:0;z-index:500;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:50px;}
.fixbar ul{margin:0px;padding:0px;list-style:none;}
.fixbar ul li{display:inline-block;margin:0 auto 10px;text-align:center;width:25%;float:left;}
.fixbar .icon-cart-mobile,.fixbar .icon-cart-new,.fixbar .icon-home-new,.fixbar .icon-hotdeal-new{width:20px;height:20px;display:block;margin:8px auto 0;}
.fixbar .icon-cart-mobile{background:url(../images/cart-mobile.png) no-repeat;}
.cart-total-header-mobile{font-size:10px;position:absolute;background:red;color:#fff!important;border-radius:50%;height:15px;width:15px;line-height:15px;top:5px;margin-left:5px;}
.fixbar ul li a{font-size:11px;text-decoration:none;color:#333;}
.fixbar ul li a i{font-size:20px;}

/* Plugbar */
.plugbar{position:fixed;bottom:0;left:0;border-top:1px solid #eae6e6;width:100%;right:0;max-width:767px;margin:0 auto;background:#ffffff;padding:9px 10px 10px 7px;z-index:10;}
.plugbar ul{list-style:none;padding:0;margin:0px;display:-webkit-flex;display:-moz-flex;display:flex;justify-content:space-between;align-items:center;}
.plugbar ul li{width:20%;float:left;}
.plugbar ul li a{display:block;color:#696969;font-size:12px;text-align:center;position:relative;}
.plugbar ul li a i{font-size:20px;color:#696969;}
.plugbar ul li a span{position:absolute;width:50px;height:50px;top:-40px;left:calc(50% - 50px/2);font-size:14px;display:block;border:1px solid rgba(234,230,230,0.5);border-radius:100%;}

/* Combo Phone */
.support-online{position:fixed;z-index:999;left:10px;bottom:0px;}
.support-online a{position:relative;margin:20px 10px;text-align:left;width:40px;height:40px;}
.support-online i{width:40px;height:40px;background:#43a1f3;color:#ffffff;border-radius:100%;font-size:20px;text-align:center;line-height:1.9;position:relative;z-index:999;}
.support-online a span{border-radius:2px;text-align:center;background:rgb(103,182,52);padding:9px;display:none;width:180px;margin-left:10px;position:absolute;color:#ffffff;z-index:999;top:0px;left:40px;transition:all 0.2s ease-in-out 0s;-moz-animation:headerAnimation 0.7s 1;-webkit-animation:headerAnimation 0.7s 1;-o-animation:headerAnimation 0.7s 1;animation:headerAnimation 0.7s 1;}
.support-online a:hover span{display:block;}
.support-online a{display:block;}
.support-online a span:before{content:"";width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent  rgb(103,182,52) transparent transparent;position:absolute;left:-10px;top:10px;}
.support-online .kenit-alo-circle-fill{width:60px;height:60px;top:-10px;position:absolute;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgba(0,175,242,0.5);opacity:.75;right:-10px;}
.support-online .kenit-alo-circle{width:50px;height:50px;top:-5px;right:-5px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,0.4);opacity:.1;border-color:#0089B9;opacity:.5;}
.support-online .support-online .btn-support{cursor:pointer;}
.support-online .mes i{background:orange;}
.support-online .sms i{background:red;}
.support-online .call-now i{background:green;}

/* Phone Switch */
.widget-mobile{position:fixed;left:50%;transform:translateX(-50%);bottom:10px;z-index:9999999;}
#my-phone-circle{position:relative;width:50px!important;height:50px!important;}
.wcircle-open .wcircle-icon i:before{content:'\f00d';}
.wcircle-icon{background:#1282fc;border-radius:50%;display:flex!important;display:-ms-flex!important;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative!important;}
.wcircle-icon:before{position:absolute;content:'';width:60px;height:60px;background:rgba(18,130,252,.5);border:1px solid #ffffff;border-radius:50%;left:-5px;top:-5px;-webkit-animation:pulse 1s infinite ease-in-out;-moz-animation:pulse 1s infinite ease-in-out;-ms-animation:pulse 1s infinite ease-in-out;-o-animation:pulse 1s infinite ease-in-out;animation:pulse 1s infinite ease-in-out;}
.wcircle-icon:after{position:absolute;content:'';width:80px;height:80px;background:rgba(18,130,252,.5);border-radius:50%;left:-15px;top:-15px;-webkit-animation:zoomIn 2s infinite ease-in-out;-moz-animation:zoomIn 2s infinite ease-in-out;-ms-animation:zoomIn 2s infinite ease-in-out;-o-animation:zoomIn 2s infinite ease-in-out;animation:zoomIn 2s infinite ease-in-out;}
.wcircle-menu{position:absolute!important;left:0;top:0;display:none;}
.wcircle-menu-item{width:50px;height:50px;background:#1282fc;border-radius:50%;display:flex;display:-ms-flex;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.wcircle-menu-item img{width:50px;height:50px;display:block;border-radius:50%;}
.wcircle-menu-item i,.wcircle-icon i{font-size:25px;color:#ffffff;position:relative;z-index:9999;}
.shake-anim{-webkit-animation:shake-anim 1s infinite ease-in-out;-moz-animation:shake-anim 1s infinite ease-in-out;-ms-animation:shake-anim 1s infinite ease-in-out;-o-animation:shake-anim 1s infinite ease-in-out;animation:shake-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
@-moz-keyframes shake-anim{
	0%{transform:rotate(0) scale(1) skew(1deg)}
	10%,30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
	20%,40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
	100%,50%{-moz-transform:rotate(0) scale(1) skew(1deg)}
}
@-webkit-keyframes shake-anim{
	0%,100%,50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
	10%,30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
	20%,40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
}
@-o-keyframes shake-anim{
	0%,100%,50%{-o-transform:rotate(0) scale(1) skew(1deg)}
	10%,30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
	20%,40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
}
.comment-pro-detail .comment-star i{font-size: 13px}
.detail-right-box{position: sticky;top: 0;z-index: 999}
.detail-right-box-title {
    padding: 10px 10px 0 10px;
    font-size: 18px;
    font-weight: 500
}
.care-detail-box {
    padding: 10px;
}
.detail-right-box-wrap .care-detail-item {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.detail-right-box-wrap .care-detail-item img {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 12px;
}
span.txt-e-c {
    margin-left: 5px;
}
.support-ask-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.support-ask-body, .support-ask-title {
    padding: 0;
}
.support-ask-item {
    width: 110px;
    display: inline-block;
}
.support-ask-item a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.support-ask-icon img {
    width: 20px;
    height: 20px;
}
.support-ask-name {
    vertical-align: 1px;
}
.detail-right-box-wrap .care-detail-item a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

/** faq-page-section **/

.faq-page-section{
  position: relative;
}

.faq-sidebar{
  position: relative;
  display: block;
}

.faq-sidebar .widget-content{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 45px 30px 40px 30px;
}

.faq-sidebar h5{
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  padding-bottom: 5px;
  margin-bottom: 9px;
}

.faq-sidebar h5:before{
  position: absolute;
  content: '';
  background: #E0E0E0;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.faq-sidebar h5:after{
  position: absolute;
  content: '';
  width: 43px;
  height: 2px;
  left: 0px;
  bottom: -2px;
}

.faq-sidebar p{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 16px;
}

.faq-sidebar form .form-group{
  position: relative;
  margin-bottom: 29px;
}

.faq-sidebar form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #F2F2F2;
  border-radius: 80px;
  border: 1px solid #F2F2F2;
  font-size: 12px;
  color: #D0D1D2;
  padding: 10px 150px 10px 25px;
  transition: all 500ms ease;
}

.faq-sidebar form .form-group input:focus{

}

.faq-sidebar form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 11.5px 20px;
}

.faq-sidebar .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
}

.faq-sidebar .text a{
  position: relative;
  text-decoration: underline;
}

.faq-sidebar .text a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}



.comingsoon-section{
  position: relative;
  padding: 146px 0px 304px 0px;
  overflow: hidden;
}

.comingsoon-section:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.comingsoon-section .inner-box{
  position: relative;
  display: block;
  z-index: 1;
}

.comingsoon-section .inner-box h2{
  display: block;
  font-weight: 700;
  font-size: 144px;
  line-height: 174px;
  letter-spacing: 0.06em;
  margin-bottom: 11px;
  color: #fff;
}

.comingsoon-section .inner-box p{
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 40px;
}


.comingsoon-section .cs-countdown .count-col{
  position: relative;
  display: inline-block;
  text-align: center;
  width: 203px;
  height: 203px;
  margin: 0px 13px;
  border-radius: 50%;
  padding: 45px 0px 0px 0px;
}

.comingsoon-section .cs-countdown .count-col span{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  font-family: 'Inter', sans-serif;
  text-align: center;
  margin-bottom: 0px;
}

.comingsoon-section .cs-countdown .count-col h6{
  position: relative;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  text-transform: capitalize;
}


/** accordion **/

.accordion-box .block{
  position: relative;
  display: block;
  background: #E3E3E4;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.accordion-box .block.active-block{

}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  cursor: pointer;
  padding: 30px 90px 29px 39px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active{
  padding-bottom: 19px;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 22px;
  right: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  transform: rotate(45deg);
}

.accordion-box .block .acc-btn.active .icon-outer{
  transform: rotate(-45deg);
}

.accordion-box .block .acc-btn h5{
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5{
  color: #fff;
}

.accordion-box .block .acc-content p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 0px 22px 60px 37px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}
.accordion-box{padding:0}
.accordion-box .block.active-block {
    background: var(--color-primary);
}
.service-detail{
    margin-bottom: 90px;
}
.title-detail{
    margin-bottom: 20px;
}
.title-detail span{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0a1119;
}
.service-sidebar{position: sticky;transition: all 0.3s;}

.service-sidebar .category-widget{
  position: relative;
  display: block;
  padding: 25px 25px 25px 25px;
  border-radius: 25px;
  background: var(--color-primary);
}

.service-sidebar .category-widget h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 29px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.service-sidebar .category-widget .service-list li{
  position: relative;
  display: block;
}

.service-sidebar .category-widget .service-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
}

.service-sidebar .category-widget .service-list li a:hover,
.service-sidebar .category-widget .service-list li a.current{
  padding-left: 20px;
}

.service-sidebar .category-widget .service-list li a:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.10);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .service-list li a:hover:before,
.service-sidebar .category-widget .service-list li a.current:before{
  width: 100%;
}

.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
    gap: 9px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px!important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

.social-product ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.addthis_inline_share_toolbox_dc09 {
    display: none
}

.social-product li {
    margin-top: 0px;
    margin-right: 8px;
}

.social-product button {
    width: 30px;
    display: flex;
    height: 30px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    border-radius: 50%;
    padding: 0px;
    font-size: 15px;
    transition: all 0.3s;
    justify-content: center;
    align-items: center;
    background: var(--color-primary) !important;
}

.social-product button:hover {
    transform: translateY(-5px);
}

.social-product .sharer1 {
    background: #1c96e8;
}

.social-product .sharer2 {
    background: #3d548e;
}

.social-product .sharer3 {
    background: #3294bd;
}

.social-product .sharer4 {
    background: #cb362d;
}

.social-product .sharer5 {
    background: #df0022;
}

.team-section.team-page-1 .team-block-one .inner-box {
    margin-bottom: 45px;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 9px;
    padding: 0px;
}
.team-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    transform: rotate(-4.39deg);
    transition: all 500ms ease;
}
.team-block-one .inner-box:before {
    background: linear-gradient(270deg, #ededed -22.92%, #000000 56.63%);
}
.team-block-one .inner-box .image-box {
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    /* min-height: 225px; */
    justify-content: center;
    align-items: center;
    background:#fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px 0px;
}
.team-block-one .inner-box .image-box img {
    border-radius: 10px;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover:before {
    transform: rotate(0deg);
}
.item-post-metas{
    margin-top: 16px;
    margin-bottom: 27px;
    border-bottom: 1px solid #d3d5d6;
    padding-bottom: 15px;
}
.post-author{
    align-items: center;
    text-transform: capitalize;
    font-size: 15px;
    color: var(--secondary-color);
    font-family: public sans, sans-serif;
    margin-right: 30px;
    position: relative;
}
.icon-post{
    margin-right: 13px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d4d6d7;
    border-radius: 1e3px;
    text-align: center;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-bottom{     
    display: flex;   
    align-items: center;    
    justify-content: space-between;
}
.post-bottom .btn-style{
    margin: 0;
}
.post-shares {
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
}
.post-shares .label {
    margin-right: -251px;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #0a1119;
    font-weight: 400;
    column-gap: 12px;
    letter-spacing: .16px;
    z-index: 2;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
    position: relative;
}
.post-shares .label i {
    background-color: #e7e7e7;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border-radius: 100px;
    font-size: 14px;
}
 .post-shares .social-share .social {
    transform: scale(0);
    display: flex;
    align-items: center;
    column-gap: 8px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    margin-right: 40px;
}
 .post-shares:hover .social{
    transform: scale(1) !important;
    transition-delay: 250ms !important;
}
.post-shares .social-share .social a{
    border: 1px solid #c7c9ca;
    border-radius: 100px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    -webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .1s cubic-bezier(.645,.045,.355,1);
    transition: all .1s cubic-bezier(.645,.045,.355,1);
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 15px;
}


.fixed-stuff {
    position: fixed;
    right: 19px;
    bottom: 92px;
    z-index: 999;
}
.fixed-stuff .fixed-social {
    position: relative;
}
.fixed-stuff .trigger-fixed-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .625rem;
    border: 0;
    background-color: var(--color-primary);
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: clamp(12px, 1.66667rem, 1.875rem);
    padding: 0;
    border-radius: 50%;
}
.fixed-stuff .trigger-fixed-list i{font-size:18px}
.fixed-stuff .fixed-social .fixed-social-list {
    -webkit-transform: translateX(.625rem);
    -ms-transform: translateX(.625rem);
    -webkit-transition: all .3s;
    position: absolute;
    right: 100%;
    transform: translateX(.625rem);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    padding-right: .20833rem;
}
.fixed-stuff .fixed-social .fixed-social-list.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
}
.fixed-stuff .fixed-social .fixed-social-list {
    -webkit-transform: translateY(10px);
    -ms-transform: translateX(.625rem);
    -webkit-transition: all .3s;
    position: absolute;
    right: -3px;
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    bottom: calc(100% + 5px);
}
.fixed-stuff .fixed-social .fixed-social-list ul {
    gap: .20833rem;
}
.filter-list .facetwp-facet .facetwp-checkbox .facetwp-display-value, .fixed-stuff .fixed-social .fixed-social-list ul {
    gap: 4px;
    display: -ms-flexbox;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.fixed-stuff .fixed-social .fixed-social-list ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    /* border-radius: .20833rem; */
    background-color: var(--color-primary);
    width: 3.125rem;
    height: 3.125rem;
    color: #fff;
    font-size: clamp(12px, 1.66667rem, 1.875rem);
    border-radius: 50%;
}
.fixed-stuff .fixed-social .fixed-social-list ul li a i{
    font-size: 18px;
}
.fixed-stuff .fixed-social .fixed-social-list ul li a, .footer-section .contact-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    align-items: center;
}
.fixed-stuff .fixed-social .fixed-social-list ul li a img, .fixed-stuff .trigger-fixed-list img, .fixed-stuff a.back-to-top img {
    max-width: 22px;
}

.menu-project{
    margin-bottom: 40px;
}
.menu-project ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.menu-project ul li{}
.menu-project ul li a{
    display: block;
    padding: 10px 20px;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 130px;
    text-align: center;
    background: #f1eeee;
}
.menu-project ul li a.active{
    background: #000;
    color: #fff;
}

.row-project{
    row-gap: 30px;
}
.item-project{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.album-image{
    border-radius: 30px;
    overflow: hidden;
    display: block;
}
.album-image img{}
.info-project{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 40px 50px;
    color: #fff;
    row-gap: 10px;
    background: linear-gradient(0deg, #000000b0, transparent);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}
.item-project:hover .info-project{opacity: 1;transform: none;}
.subtitle-pj{
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 100px;
    color: #fff;
    padding: 5px 14px;
    width: fit-content;
}
.name-pj{
    font-size: 31px;
    font-weight: 700;
}
.desc-pj{}

/* album */
.slick-hinhanh{}
.slick-hinhanh .slick-list{}
.slick-hinhanh .album-item{
    padding: 0px 15px;
    opacity: 0.5;
}
.slick-hinhanh .album-item.slick-active{opacity:1}
/* Responsive */
@media(max-width:1001px){
	.menu{display:none;}
	.menu-res{display:block;}
    .wap-hearder{position: relative;padding: 0;}
    .header-top{border-radius: 0;}
    .header-bottom{border-radius: 0;}
    .box-tc{margin-top: 30px;padding: 20px 0px;}
    .row-sltk{flex-wrap: wrap;row-gap: 20px;}
    .item-sltk{width: 50%;}
}
@media(max-width:768px){
	.logo-header img {
        max-width: 110px;
    }
    .header-bottom-right{gap: 12px;}
    .btn-contact svg{display: none;}
    .btn-contact{
        line-height: 45px;
        padding: 0px 15px 0px 15px;
        display: none;
    }
    .search-res .icon-search{width: 45px;height: 45px;}
    .pxl-anchor-button.style-2{width:45px;height:45px}
    .info-fixed-right{padding: 60px 25px 35px 25px;min-width: 350px;max-width: 350px;}
    .photo-about-service{text-align: center;margin-bottom: 25px;}
    .about-info{padding: 0px;margin-bottom: 25px;}
    .photo-about{text-align: center;}
    .title-sltk a{display: none;}
    .contact-register{margin-bottom: 25px;}
    .title-newsnb{flex-direction: column;}
    .footer-article .wrap-content2 .row{
        row-gap: 25px;
    }
    .footer-powered{text-align: center;}
    .footer .wrap-content2{padding-left: 15px;padding-right: 15px;}
    .footer-statistic{text-align: center;}
    .service-sidebar{margin-bottom: 25px;}
    .title-detail span{font-size: 22px;}
    .news-info{padding: 0px;}
    table.table_td thead {
        display: none;
    }
        .table_td, .table_td thead, .table_td tbody, .table_td th, .table_td td, .table_td tr {
        display: block;
    }
        table.table_td tbody tr:not(:last-child) {
        margin-bottom: 30px;
        border-bottom: unset;
        background: #f8f8f8;
    }
	   table.table_td tbody tr {
        margin-bottom: 30px;
        border-bottom: unset;
        background: #f8f8f8;
    }
        table.table_td tbody td:nth-child(1) {
        font-size: 20px;
    }
        table.table_td tbody td {
        position: relative;
        padding-left: 40% !important;
    }
        .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 13px;
        text-align: left;
    }
    table.table_td{background: #fff;}
    .wrap-mtlv-static{
        padding: 0px 15px 0px 15px;
    }
    .wrap-mtlv {
        padding: 50px 15px 50px 15px;
    }
    .wrap-td{padding-left: 15px;padding-right: 15px;}
        .recruit_top ul li {
        width: 100%;
    }
    .recruit_top{margin-top: 0px;padding-left: 15px;padding-right: 15px;}
    .info_employment_information{padding-left: 15px;padding-right: 15px;}
    .info_employment_information .form_td h3{font-size: 22px;}
    .form-contact {
        width: 100%;
        box-shadow: 0 0 43px rgb(75 75 75 / 18%);
        background-color: #fff;
        padding: 40px 40px;
    }
    .service-detail .col-md-3{order: 2;}
    .box-section{padding: 30px 15px;}
    .service-sidebar .category-widget{margin-top: 25px;}
}
@media(max-width:576px){
	.news-image{margin-bottom:1rem;}
    .info-header{font-size: 12px;}
    .line-top {
        width: 1.5px;
        height: 20px;
        background: #ffffff66;
        margin: 0px 7px;
        transform: unset;
    }
    .info-header svg {
        fill: #fff;
        width: 15px;
    }
    .tc-item{padding: 15px;}
    .name-tc {
        font-size: 18px;
        line-height: 27px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer .wrap-content2{padding-left: 15px;padding-right: 15px;}
    .title-sltk h3{font-size: 16px;line-height: 27px;}
    .desc-tc{font-size: 14px;}
    .btn-tc{font-size: 14px;}
    .box-dv {
        padding: 35px 15px 30px 15px;
    }
    .title-desc-dv{font-size: 22px;}
    .title-content-dv {
        font-size: 14px;
        line-height: 20px;
    }
    .name-about-service{font-size: 20px;line-height: 25px;}
    .wrap-content2{padding-left: 0px;padding-right: 0px;}
    .dv-item{padding: 10px 10px 20px 10px;}
    .dv-info{padding: 0px;}
    .desc-dv{margin-bottom: 10px;}
    .dv-item .btn-style{margin: 15px auto 0px auto;font-size: 14px;padding: 0px 15px;line-height: 40px;}
    .slogan-dv{font-size: 14px;}
    .title-about h2{font-size: 22px;}
    .desc-about{font-size: 14px;}
    .line-service {
        max-width: 1290px;
        margin: 20px auto;
        height: 1px;
        background: #DDDFE0;
    }
    .name-item-about{font-size: 16px;}
    .desc-item-about{font-size: 14px;}
    .header-top .wrap-content > p{display: none;}
    .info-about-service{padding: 0;}
    .service-list ul li{width: 100%;}
    .wrap-content{padding: 0px 10px;}
    .name-dv{font-size: 16px;}
    .title-sltk{margin-bottom: 30px;}
    .name-sltk{font-size: 14px;padding-bottom: 8px;margin-left: 10px;}
    .number-sltk span{font-size: 45px;}
    .desc-sltk{font-size:16px;text-align: center;}
    .item-sltk{width:100%}
    .adv-info{padding: 15px;}
    .name-adv{font-size: 18px;margin-bottom: 7px;}
    .desc-adv{font-size: 14px;line-height: 19px;}
    .adv-info .btn-style{margin-top: 15px;}
    .btn-style {
        color: #FFFFFF;
        background-color: var(--color-primary);
        font-size: 15px;
        font-weight: 400;
        line-height: 40px;
        border-radius: 8px 8px 8px 8px;
        padding: 0px 15px 0px 15px;
        display: flex
    ;
        width: fit-content;
        align-items: center;
        gap: 5px;
        overflow: hidden;
        position: relative;
        margin-top: 50px;
    }
    .box-register{padding: 30px 15px;}
    .title-register span{font-size: 22px;}
    .desc-register{font-size: 18px;}
    .content-register{font-size: 14px;}
    .form-register {
        padding: 20px 15px 30px 15px;
    }
    .box-newsnb{padding: 30px 15px;}
    .title-newsnb span{font-size: 22px;}
    .info-news > h3{font-size: 16px;}
    .info-news > .desc-news{font-size: 14px;}
    .title-newsnb p{font-size: 14px;text-align: center;}
    .title-partner span{font-size: 22px;}
    .wrap-partner {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .btn-wrap{display: none;}
    .page-title .wrap-content2{padding: 0px 15px;}
    .title-page span{font-size: 25px;}
    .line-page {
        margin: 15px 0px 30px 0px;
    }
    .page-title{min-height: 225px;}
    .box-kh{padding: 30px 15px;}
    .title-kh > h3{font-size: 24px;}
    .title-kh > div{font-size: 14px;}
    .box-content-kh {
        width: 100%;
        position: relative;
        display: block;
        max-width: 770px;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 25px 30px;
        margin-bottom: 40px;
    }
    .desc-kh{font-size: 16px;}
    .faq-content{margin-top: 25px;}
    .sec-title h2{font-size: 20px;}
    .menu-right > ul > li > a, .menu-right > ul > li > ul > li > a{font-size: 16px;}
    .wrap-contact-page .wrap-content2{padding-left: 15px;padding-right: 15px;}
    .row-ttlh {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px 30px;
        margin-bottom: 30px;
    }
    .title-mtlv-static{font-size: 22px;}
    .title-td{font-size: 22px;}
    .sltk-top{justify-content: center;}
    .title-main span{font-size: 22px;}
}
@media(max-width:369px){
	.cart-pro-detail a{width:100%;}
	.cart-pro-detail a:first-child{margin-right:0px;margin-bottom:0.5rem;}
	.cart-pro-detail a i{display:none;}
}