@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --main-cl: #1072BA;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .8rem;
}
body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .8rem;
}

b,strong,h1,h2,h3,h4,h5 {
    font-weight: 700;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 75rem !important;
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
html{
    font-size: 1vw;
}
.home header#header,.home footer {
    display: none;
}

section.wrap_home_page {
    display: flex;
    position: relative;
}

section.wrap_home_page .item {
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    padding: 0 2rem;
    cursor: pointer;
}

section.wrap_home_page .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
}

section.wrap_home_page .item+.item img {
    object-position: top left;
}

section.wrap_home_page .item .box_content {
    position: relative;
    z-index: 9;
    text-align: center;
    margin-bottom: 2.75rem;
}

section.wrap_home_page .item h2 {
    font-weight: 900;
    font-size: 2rem;
    color: #fff;
    margin-bottom: .55rem;
}

.style_button {
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--234-b-9-e, #234B9E);
    color: #fff !important;
    border-radius: 5rem;
    padding: 0 1.25rem;
    font-weight: 600;
    transition: .5s all;
    opacity: 1;
    transform: scale(1);
}

section.wrap_home_page .item:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 16.79%, rgba(0, 0, 0, 0.64) 57.79%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    transition: .5s all;
    opacity: 1;
}

section.wrap_home_page .item+.item:before {
    transform: rotate(180deg);
}

section.wrap_home_page .item:hover:before {
    opacity: 0;
}


.style_button.style_2 {
    background: linear-gradient(271deg, #01C55D 1.66%, #234B9E 99.97%);
}

.style_button:hover {
    opacity: .8;
    transform: scale(.95);
}
.logo_header {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.logo_header svg.hoa_tiet {
    position: absolute;
    width: 71rem;
    height: auto;
    display: block;
}

.logo_header .logo {
    position: relative;
    z-index: 9;
}

.logo_header .logo svg {
    width: 44.2rem;
    height: auto;
    display: block;
}
.col, .columns, .gallery-item {padding-bottom: 0;}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 74rem;
}
.tax-product_cat #wrapper main {
    background: #f9fbff;
}

section.banner_page img {
    display: block;
    width: 100%;
    height: auto;
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

.breadcrumbs ol * {
    color: var(--text-body, #333);
    font-size: 0.7rem;
    font-weight: 400;
}

.breadcrumbs ol a {
    opacity: .3;
}

.breadcrumbs li:last-child a {
    opacity: 1;
}

section.archive_page .row {
    max-width: 88.75rem;
}

.heading_title {
    font-style: normal;

    /* 125% */
    font-size: 1.75rem;
    position: relative;
    padding-bottom: .75rem;
}

.box_filter .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    cursor: pointer;
}

.box_filter {
    padding: 0.7rem 1.8rem;
    border-radius: 0.5rem;
    background: #FFF;
    box-shadow: 0 0.2rem 0.5rem 0 rgba(4, 92, 166, 0.05);
}

.box_filter .title svg {
    width: 0.7rem;
    height: auto;
    display: block;
    flex: 0 0 auto;
    transform: rotate(0);
    transition: .5s all;
}

.box_filter ul {
    list-style: none;
    margin: 0;

}

.box_filter ul a {
    font-size: 0.7rem;
    color: #333;
    align-items: center;
    display: flex;
}

.box_filter ul li {
    margin: 0;
}

.box_filter ul li+li {
    margin-top: 0.5rem;
}

.box_filter+.box_filter {
    margin-top: 0.35rem;
}

.box_filter .inner_box {
    display: none;
    border-top: 0.05rem solid rgba(4, 92, 166, 0.14);
    margin-top: 0.6rem;
    padding-top: 0.6rem;
}

.box_filter.active .title svg {
    transform: rotate(180deg);
}
.wrap_tax_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
}

.wrap_tax_product .item {
    width: calc(calc(100% / 8) - 2.5rem );
    margin: 0 1.25rem 1.5rem;
    cursor: pointer;
}

.wrap_tax_product .box_img {
    padding-bottom: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6775rem;
    transition: .5s all;
    background: #f6f8ff;
    margin-bottom: 0.25rem;
    overflow: hidden;
}

.wrap_tax_product .box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
    z-index: 2;
}


.wrap_tax_product .item h3 {
    margin: 0;
    font-weight: 400;
    font-size: 0.7rem;
    color: #333;
}

.wrap_tax_product .box_img:before,.wrap_tax_product .box_img:after {
    content: '';
    background: var(--234-b-9-e, #234B9E);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .5s all;
    border-radius: 50%;
}

.wrap_tax_product .item:hover .box_img:before {
    transform: translate(-50%, -50%) scale(2);
}

.box_filter .inner_box {}

.nav_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    border-top: 0.05rem solid #E8E8E8;
    padding-top: 0.75rem;
    margin-top: 1rem;
}

.nav_top .right {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
}

.nav_top .right span {
    width: max-content;
    display: block;
    flex: 0 0 auto;
}

.nav_top .right select {
    margin: 0;
}

.wrap_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.4rem;
}
.item_product {
    width: calc(20% - .8rem);
    margin: 0 .4rem .8rem;
    border-radius: 0.75rem;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 0;
}

section.archive_page {
    padding: 2rem 0 5rem;
}
.box_filter ul a span {
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #D7D7D7;
    flex: 0 0 auto;
    display: inline-flex;
    margin-right: .5rem;
}
.box_filter ul a.active span {
    background: var(--234-b-9-e, #234B9E);
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
}
.product_cat_filter.parent a.active {
    color: var(--234-b-9-e, #234B9E);
    font-weight: 700;
    /* 142.857% */
}
.price-range-slider {
    width: 100%;
    margin-bottom: 1.5em;
}
.price-range-slider .range-value {
    margin: 0;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
.price-range-slider .range-bar {
    border: none;
    background: #bfbfbf;
    height: 4px;
    width: 96%;
    margin: 0 .2rem;
    border-radius:5px;
}
.price-range-slider .range-bar .ui-slider-range {
    background: #234B9E;
    top: 0;
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #234B9E;
    height: 10px;
    width: 10px;
    top: -4px;
    cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: #234B9E;
}
.ui-slider-horizontal .ui-slider-range {
    height: 4px !important;
    top: -1px !important;
}
.wrap_tax_product .box_img:after {
    background: #00a34d;
}

.wrap_tax_product .item.active .box_img:after {
    transform: translate(-50%, -50%) scale(2);
}
body.loading #main{
    opacity: .2;
    cursor: wait;
    pointer-events: none;
}
body.loading{
    cursor: wait;
}

html {
    background: #fff;
}

.related-accessories-box {
    padding: 1.35rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(35, 75, 158, 0.20);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
}
.related-accessories-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.accessory-item {
    width: 150px;
    text-align: center;
}
.accessory-item img {
    max-width: 100%;
}
.woocommerce-product-gallery .badge-container {
    display: none;
}

.breadcrumbs * {
    font-size: 0.7rem;
    color: var(--text-body, #333);
}

.breadcrumbs li {
    margin: 0 !important;
}

.breadcrumbs ol li + li:before {
    display: block;
    content: '';
    opacity: 0.3;
    background: #333;
    width: 1px;
    height: 0.65rem;
    Style;
    margin: 0 .5rem;
}

.breadcrumbs ol li {
    display: flex;
    align-items: center;
}

h1.product-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}

.ux-swatches--circle .ux-swatch--label {
    border: 1px solid rgba(35, 75, 158, 0.10);
    Colors
    Hex
    Hex

    Border colors

    #234B9E · 10%;
    box-shadow: none !important;
    font-size: 0.7rem;
    padding: 0 .85rem;
}

.variations_form .ux-swatch.selected {
    background: #234B9E;
    Colors
    Hex
    Hex

    Background colors

    #234B9E;
    border-color: #234B9E;
    color: #fff;
}

.ux-swatches-attribute-ux_color .ux-swatch {
    box-shadow: none !important;
    width: 1.85rem;
    height: 1.85rem;
    border: 1px solid #D9D9D9;
}

.ux-swatches-attribute-ux_color .ux-swatch.selected {
    border: none;
}

.variations .label label {
    font-size: 0.75rem;
}

.related-accessories-box h3 {
    font-size: 0.75rem;
    color: var(--text-body, #333);
}

.content_thong_so .title_box {
    font-size: 1rem;
    color: var(--text-body, #333);
}

.content_thong_so table {
    border-radius: 20px;
    border: 1px solid #e5e5e5;
}

.content_thong_so table * {
    border: none;
}

.content_thong_so table td {
    padding: .8rem 1rem;
    color: var(--text-body, #333);
}

.content_thong_so table tr:first-child td {
    color: var(--text-body, #333);
    font-weight: 700;
    font-size: 0.75rem;
}

.content_thong_so tr:nth-child(even) {
    background: #F0F8FF;
    Colors
    Hex
    Hex

    Background colors

    #F0F8FF;
}

.content_thong_so tr td+td {
    font-weight: 600;
}

.content_thong_so {
    color: var(--text-body, #333);
}

.item_box {
    border-top: 1px solid #EBEBEB;
    padding: 1.6rem 0;
}

.item_box:last-child {
    border-bottom: 1px solid #EBEBEB;
}

a.download_file {
    display: inline-flex;
    align-items: center;
    color: #00A34D;
    font-size: 0.8rem;
    flex: 0 0 auto;
    border: 1px solid #00A34D;
    border-radius: 100px;
    height: 2.4rem;
    padding: 0 1.2rem;
}

a.download_file svg {
    display: block;
    width: 1rem;
    height: auto;
    margin-left: .4rem;
}

.item_box .flex h3 {
    margin: 0;
}
.item_cs .title {
    flex: 0 0 auto;
    font-weight: 700;
    width: 13rem;
}

.item_cs {
    align-items: center;
}

.icon-box-img img, .icon-box-img svg {
    padding: 0;
}

.item_cs .icon-box-img {
    width: auto;
    width: 1.95rem !important;
    height: 1.95rem;
}

.item_cs .icon-box {
    align-items: center;
}


.item_cs .icon-box a {
    color: var(--234-b-9-e, #234B9E);
    text-decoration: underline;
}

.item_cs+.item_cs {
    margin-top: 1rem;
}

span.price {
    color: var(--234-b-9-e, #234B9E);
    font-size: 1.5rem;
}

span.price bdi {
    color: var(--234-b-9-e, #234B9E);
}

span.woocommerce-Price-amount.amount.regular {
    font-size: 0.9rem;
    color: var(--text-body, #333);
    margin: 0 .7rem 0 1rem;
}

span.woocommerce-Price-amount.amount.regular bdi {
    color: var(--text-body, #333);
    font-weight: 400;
}

span.woocommerce-Price-discount {
    border-radius: 1.5rem;
    background: var(--Green_Ecom_1, #00A34D);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: .2rem .6rem;
}

.ux-buy-now-button {}

[name="ux-buy-now"],.single_add_to_cart_button {
    height: 4.65rem;
    display: flex;
    border-radius: 0.5rem !important;
    background: var(--Green_Ecom_1, #00A34D);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1.4;
    font-size: .8rem;
    text-transform: unset;
    font-weight: 400;
    margin: 0;
    width: 60%;
    float: left;
}

[name="ux-buy-now"] b {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.ux-quantity {
    width: 100%;
    margin: 1.25rem 0;
    display: flex;
    align-items: center;
}

.single_add_to_cart_button {
    float: right;
    background: rgba(35, 75, 158, 0.10) !important;
    color: var(--234-b-9-e, #234B9E);
    border: none !important;
    width: calc(40% - 1rem);
    font-weight: 700;
}
.product-short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.woocommerce-variation-price {
    border: none;
    display: flex;
    align-items: center;
}

.woocommerce-variation-price:before {
    content: 'Giá bán:';
    width: 5.15rem;
    flex: 0 0 auto;
    font-size: 0.8rem;
}

span.price>span.price {
    display: flex;
    align-items: center;
}

.ux-quantity:before {
    content: 'Số lượng:';
    width: 5.15rem;
    flex: 0 0 auto;
    font-size: 0.8rem;
}

.quantity .button {
    width: 2.5rem;
    background: transparent !important;
    height: 2.1rem;
    min-height: 2.1rem;
    display: flex;
    align-items: center;
}

.quantity input[type=number] {
    background: transparent;
    height: 2.1rem;
}
.related-accessories-list {
    display: flex;
    flex-wrap: wrap;
}

.accessory-item {
    width: 50%;
    border-bottom: 1px solid #EBEBEB;
    padding: .8rem 0;
}

.accessory-item>label {
    display: flex;
    align-items: center;
    margin: 0;
}

.accessory-item .wrap_img {
    width: 5.15rem;
    height: 4.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessory-item .wrap_img img {}

.accessory-item .wrap_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.accessory-item span.wrap_content {
    text-align: left;
    padding-left: .8rem;
}

.accessory-item .name {
    font-weight: 800;
    text-transform: uppercase;
}


.accessory-item bdi {
    color: var(--Green_Ecom_1, #00A34D);
}

.accessory-item .price del bdi {
    color: #5C606E;
}

.accessory-item .price del {
    font-size: 0.7rem;
    float: right;
    margin-left: .2rem;
}

.accessory-item input {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin: 0 .4rem 0 0 !important;
    flex: 0 0 auto;
    border-color: #D7D7D7 !important;
}

.bundle_total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-top: 0.4rem;
    align-items: center;
    font-size: 0.7rem;
}

button.btn_add_bundle_to_cart {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    margin: 0;
    border-radius: 100px;
    background: var(--234-b-9-e, #234B9E);
    color: #fff;
    height: 2.65rem;
    width: 15.05rem;
    font-size: 0.9rem;
}

.total_price {
    color: var(--234-b-9-e, #234B9E);
    font-size: 1.5rem;
    font-weight: 700;
    /* 116.667% */
}
item_product {}

.item_product .badge-container {
    display: flex;
    width: 2.86665rem;
    height: 1.35rem;
    padding: 0.45rem 0.3rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.75rem 2.5rem 2.5rem 0;
    background: var(--Green_Ecom_1, #00A34D);
    margin: 0;
    left: 0 !important;
}

.item_product .badge-container .badge-inner {
    background: transparent !important;
}

.item_product .col-inner {
    padding: 1rem;
}

.item_product .box-image {
    margin-bottom: 1.5rem;
}

.title-wrapper {}

.item_product .box-text {
    text-align: left !important;
    padding: 0;
}

.item_product .product-title {
    font-weight: 800;
    font-size: .9rem;
    color: #333;
}

.item_product .product-title a {
    color: #333;
}

.product_term {
    color: #909090;
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 600;
    /* 115.385% */
    text-transform: uppercase;
}

.item_product tr:nth-child(2),.item_product tr:nth-child(3) {
    display: none;
}

.item_product .single_variation_wrap {
    display: none;
}

.item_product a.reset_variations {
    display: none;
}

.item_product span.ux-swatch-selected-value {
    display: none;
}

.wrap_info_product {
    font-size: 0.7rem;
}

.wrap_info_product .box_item>span {
    color: #909090;
    font-size: 0.6rem;
}

.item_product .ux-swatches {
    justify-content: flex-start !important;
    gap: .2rem;
    margin: 0 0 0 .3rem;
}

.item_product .ux-swatches--circle .ux-swatch--label {
    font-size: 0.55rem;
    padding: .18rem;
    line-height: 1;
    height: 0.95rem;
    min-height: unset;
}

.item_product tr {width: 100%;margin-top: .3rem !important;}


.item_product .ux-swatches-attribute-ux_color .ux-swatch {
    width: 1rem;
    height: 1rem;
}

.item_product .variations .label {
    display: block;
    font-size: 0.6rem;
    font-weight: 400 !important;
    color: #909090;
    padding: 0;
}

.item_product .variations .label label {
    font-size: 0.6rem;
    font-weight: 400 !important;
    color: #909090;
    margin: 0;
}

.item_product tbody {
    display: flex;
    flex-wrap: wrap;
}

.item_product tr:nth-child(4) {
    order: -1;
}

.item_product tr:nth-child(4) {
    display: flex;
    align-items: center;
}

.item_product td {
    padding: 0;
}

.item_product tr:nth-child(1) th {
    display: none !important;
}

.item_product tr:nth-child(1) .ux-swatches {
    margin: 0;
}

.price-wrapper {}

.item_produ t span.price {
    font-size: 0.8rem;
}

.item_produc t span.price {
    font-size: 0.8rem;
}

.item_product  span.price {
    font-size: 0.8rem;
    color: var(--Green_Ecom_1, #00A34D);
}

.item_product span.price bdi {
    color: var(--Green_Ecom_1, #00A34D);
}

.item_product span.price del bdi {
    font-size: .6rem !important;
}

.item_product span.woocommerce-Price-amount.amount.regular {
    font-size: .6rem;
    margin: 0 .2rem;
}

.item_product span.woocommerce-Price-discount {
    display: none;
}

.ajax-paging {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.wrap_product .text-center {
    width: 100%;
}

.ajax-paging ul {
    line-height: normal;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.ajax-paging ul a {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 500;
    justify-content: center;
}

.ajax-paging ul a.active {
    background: var(--ebf-2-ff-ph, #EBF2FF);
}
.item_product .single_variation_wrap {
    display: none !important;
}
.store_2_wrap{
    background-image: url(../images/store_2_bg.jpg);
    border-radius: 20px;
    padding: 1.35rem 2.2rem 3.5rem;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom right;
}
.arrow_slider {
    position: absolute;
    top: 50%;
    left: 7rem;
    z-index: 99;
    transform: translateY(-50%) scale(1);
    width: 2.55rem;
    height: 2.55rem;
    background: rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    backdrop-filter: blur(17px);
    cursor: pointer;
    transition: .5s all;
}

.arrow_slider.next {
    left: unset;
    right: 7rem;
    background: rgba(0, 0, 0, 0.20);
}

.arrow_slider svg {
    max-width: 60%;
    width: auto;
    height: auto;
}

.arrow_slider:hover {
    transform: translateY(-50%) scale(.96);
    background: rgba(0, 0, 0, 0.70);
}

.slider_banner img {
    width: 100%;
    height: auto;
    width: auto;
}

.slider_banner {}

section.store_2 {
    padding: 6.95rem 0 2.5rem;
}

.store_2_wrap .left {
    display: flex;
    align-items: center;
}


.store_2_wrap .top {
    align-items: flex-start;
}

.store_2_wrap .left img {
    width: 7.95rem;
    height: auto;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.countdown>* {
    border: 1px solid #F3FCF7;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(0deg, #A8FFF2 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 800;
    line-height: 1.25rem; /* 100% */
    margin: 0 .4rem;
}

.countdown {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem; /* 100% */
}


.store_2_wrap .rigth img {
    width: 38rem;
    height: auto;
    position: absolute;
    top: -4rem;
    right: -1rem;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}




.slider_product_sale .item_product {
    width: auto;
    margin: 0 .4rem;
}

.slider_product_sale .arrow_slider {
}

.swiper.slider_product_sale {
    margin-top: 2rem;
}

.button_style {
    border-radius: 5rem;
    border: 1px solid #00A8DC;
    background: #FFF;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00A8DC;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 8.35rem;
    padding: 0 1rem;
    transition: .4s all;
}

.store_2_wrap a.button_style {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.button_style:hover {
    background: #00A8DC;
    color: #fff;
}

.heading_title:before {
    content: '';
    background: linear-gradient(90deg, #43FE9D 0%, #01D9FE 100%);
    width: 5rem;
    height: 2px;
    position: absolute;
    bottom: 0;
}


.sub_title {
    color: #5C606E;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.item_combo {
    width: calc(25% - 1rem);
    margin: .5rem;
    border-radius: 1rem;
    background: #E5EFF6;
    float: left;
}
.item_combo .inner {
    padding-bottom: 100%;
    position: relative;
}

.tag_sale {
    position: absolute;
    border-radius: 0 0 3.5849rem 3.5849rem;
    background: #FF0004;
    color: #fff;
    padding: .65rem 0.57rem;
    text-align: center;
    font-size: 0.65rem;
    font-weight: 600;
    right: .65rem;
}

.tag_sale b {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
}

.item_combo .box_content {
    right: 5.5rem;
    position: absolute;
    top: 1.25rem;
    left: 1.1rem;
}

.item_combo h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-body, #333);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_combo .box_info {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 1.1rem;
    align-items: flex-end;
}

.item_combo .left>span {
    color: #5C606E;
    font-size: 0.7rem;
}

.price-box strong {
    font-size: 1rem;
    color: var(--Green_Ecom_1, #00A34D);
}

.price-box span {
    font-size: 0.7rem;
    color: #5C606E;
    font-weight: 300;
}

.item_combo ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.item_combo ul li {
    margin: 0;
}

.item_combo ul li a {
    border-radius: 100px;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00A8DC;
    color: #00A8DC;
    font-weight: 700;
    font-size: 0.75rem;
    width: 2.45rem;
    height: 2.45rem;
}

.item_combo ul li a.button_buy_now {
    width: auto;
    min-width: 6.55rem;
    padding: 0 1rem;
}

.item_combo .box_img,.item_product_nb .box_img {
    position: absolute;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.item_combo .box_img img {
    max-height: 100%;
    width: auto;
    position: relative;
    z-index: 2;
}

.item_combo:not(:first-child) li:first-child {
    display: none;
}

.item_combo ul li+li {
    margin-left: .7rem;
}

.wrap_combo {
    margin: 0 -0.5rem;
}

.item_combo:first-child {
    width: calc(50% - 1rem);
}

.item_combo:nth-child(4) {
    width: calc(50% - 1rem);
}

.item_combo:nth-child(4) .inner {
    padding-bottom: 50%;
}

.item_combo:first-child .inner {
    padding-bottom: calc(100% + .5rem);
}

.item_combo .box_content span {
    color: #5C606E;
    font-size: 0.75rem;
}

.item_combo:first-child h3,.item_combo:nth-child(4) h3 {
    font-size: 1.25rem;
}

.item_combo:first-child .tag_sale {
    right: 2rem;
}

.item_combo .box_img,.item_product_nb .box_img {
    max-width: 80%;
    margin: auto;
}

.item_combo:first-child .box_img {
    height: 80%;
}

.item_combo:first-child .box_img:before,.item_combo:nth-child(4) .box_img:before {
    content: '';
    position: absolute;
    top: 6rem;
    right: 2rem;
    width: 14.6rem;
    height: 14.6rem;
    border-radius: 14.6rem;
    opacity: 0.1;
    background: var(--Green_Ecom_1, #00A34D);
}

.item_combo:nth-child(4) .box_img:before {
    width: 11.25rem;
    height: 11.25rem;
    background: #48C8EF;
    opacity: 0.1;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
}

.item_combo:nth-child(4) .box_img {
    width: 17rem;
    right: 2rem;
    left: unset;
    transform: translate(0, -50%);
}

.item_combo:nth-child(4) .box_content {
    max-width: 10rem;
}

.item_combo:nth-child(4) .box_content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.page-template-store div#wrapper #main {
    background: #f3f8fc;
}

.store_3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

section.store_4 {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
}

.wrap_product_nb {
    display: grid;
    grid-template-columns: repeat(4,2fr);
    margin: 0 -0.5rem;
}

.item_product_nb:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/3;
    Colors
    Hex
    Hex

    Background colors

    #E5EFF6;
}

.item_product_nb:nth-child(6) {
    grid-column: 4/5;
    grid-row: 1/3;
}

.item_product_nb {
    margin: 0.5rem;
    position: relative;
    background: #E5EFF6;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
}

.item_product_nb .inner {
    padding-bottom: 100%;
    position: relative;
}

.box_img {}

.item_product_nb .box_content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.6rem;
    right: 0;
}

.item_product_nb h3 {
    color: var(--text-body, #333);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.product_count {
    color: #5C606E;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
}

a.button_plus {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid #00A8DC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all;
}

a.button_plus svg {
    max-width: 60%;
    width: auto;
    height: auto;
    display: block;
}

.item_product_nb .box_img {
    height: 76%;
    transform: unset;
    bottom: 0;
    right: 0;
    left: unset;
    justify-content: flex-end;
    top: unset;
}

.item_product_nb .box_img img {
    max-height: 100%;
    width: auto;
    transform: scale(1);
    transition: .5s all;
}

.item_product_nb:hover a.button_plus {
    background: #00A8DC;
}

a.button_plus path {
    transition: .5s all;
}

.item_product_nb:hover a.button_plus path {
    stroke: #fff;
}

.item_product_nb:nth-child(1) .inner {
    padding-bottom: 50%;
}

.item_product_nb:nth-child(6) .inner {
    padding-bottom: 200%;
}
section.store_5 {
    padding-top: 4rem;
    padding-bottom: 5em;
}
.item_application .wrap_title {
    background: #234B9E;
    text-align: center;
    border-radius: 1rem;
    padding: 2.25rem 5rem;
    background-image: url(../images/bg_cat.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item_application .wrap_box {
    display: flex;
}

.item_application .box_sidebar {
    border-radius: 0.5rem;
    background: #FFF;
    width: 15rem;
    flex: 0 0 auto;
    padding: 2rem 1.5rem;
    margin-right: 1.25rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.item_application .item_product {
    width: calc(25% - .8rem);
}

.item_application .wrap_box+.wrap_box {
    margin-top: 2.5rem;
}

.item_application .box_sidebar h3 {
    font-size: 1.75rem;
    color: var(--234-b-9-e, #234B9E);
    line-height: 1.1;
}

.item_application .box_sidebar ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding-top: 1.5rem;
}

.item_application .box_sidebar ul a {
    color: var(--text-body, #333);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 0;
    display: flex;
}

.item_application .box_sidebar ul li {
    margin: 0;
}

.item_application .box_sidebar ul li+li {
    border-top: 1px solid rgba(227, 231, 240, 0.75);
}

.item_application .box_sidebar ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #43FE9D 0%, #01D9FE 100%);
    Colors
    Hex
    Hex

    Border colors;
    width: 5rem;
    height: 2px;
    position: absolute;
}

.item_application_nav {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.item_application_nav ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.item_application_nav ul a {
    height: 2rem;
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5C606E;
    font-style: normal;
    padding: 0 1.2rem;
    transition: .4s all;
    font-size: 0.75rem;
}

.item_application_nav ul li {
    margin: 0;
}

.item_application_nav ul li+li {
    margin-left: .7rem;
}

.item_application_nav ul a:hover {
    background: #234B9E;
    color: #fff;
    border-color: #234B9E;
}

.item_application_nav b {
    color: #5C606E;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-right: 1rem;
}

.store_6 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.store_6:before,.store_6:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, #f3f8fc, transparent);
    z-index: 2;
}

.store_6 {
    position: relative;
}

.store_6 .row {
    position: relative;
    z-index: 5;
}

.text-center h2.heading_title:before {
    left: 50%;
    transform: translateX(-50%);
}

.store_6 a {
    margin-top: 1.5rem;
}

.store_6_items {
    display: flex;
}

.store_6_items .item {
    width: calc(100% / 3);
    padding: 7.8rem 4.8rem 5rem;
    text-align: center;
    position: relative;
    color: #fff;
}

.store_6_items .item:before,.store_6_items .item:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, #fff, transparent);
    opacity: .5;
}

.store_6_items .item:first-child:after {
    right: unset;
    left: 0;
}

.store_6_items .item .icon {
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store_6_items .item .icon img {
    max-height: 100%;
    width: auto;
    height: auto;
}

.store_6_items h3 {
    margin: 1rem 0 0;
    color: #FFF;
    font-size: 1.25rem;
}

.store_6:after {
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.28) 13.34%, rgba(0, 0, 0, 0.40) 32.79%, rgba(0, 0, 0, 0.45) 69.13%, rgba(0, 0, 0, 0.50) 100%);
    top: unset;
    bottom: 0;
}
section.store_7 {
    padding: 7rem 0 4rem;
}

.store_7_items {
    display: flex;
    margin: 0 -0.5rem;
}

.store_7_items .item {
    width: calc(50% - 1rem);
    margin: 0 .5rem;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.store_7_items .item .box_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    bottom: 0;
    z-index: 2;
}

.store_7_items h3 {
    color: #045CA6;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .3rem;
}

.store_7_items .content {}

.store_7_items .item .box_img {padding-b;padding-bottom: 100%;position: relative;}

.store_7_items .item .box_img img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store_7_items a.button_style {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    height: 2.25rem;
    min-width: unset;
    background: #00A8DC;
    color: #fff;
}

.store_7 .col.large-4 a {
    margin-top: 1.6rem;
}

.store_7 .col.large-4 .content {
    max-width: 16rem;
    color: #5C606E;
    font-size: .9rem;
}

.item_application .wrap_title h2 {
    font-size: 2rem;
    color: #fff;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    position: relative;
}

.wrap_title {}

.item_application .wrap_title h2:before {
    width: 5rem;
    height: 2px;
    background: #FFFFFF;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.item_application .wrap_title {
    color: #fff;
    font-size: 1rem;
}

.item_application .wrap_title .content {
    max-width: 34.7rem;
    margin: auto;
}
.header-top {
    min-height: unset;
    background: transparent;
    height: 3.5rem;
}

ul.header_menu_right {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.header_menu_right a {
    display: flex;
    align-items: center;
    color: var(--text-body, #333);
    font-size: 0.7rem;
    font-weight: 600;
    transition: .5s all;
}

ul.header_menu_right a .icon {
    display: flex;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .4rem;
}

ul.header_menu_right a .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

ul.header_menu_right li + li {
    margin-left: 1.3rem;
}

ul.header_menu_right a:hover {
    color: #234B9E;
}

.header-button a {
    height: 2rem;
    display: flex;
    align-items: center;
    color: var(--7, #FFF);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(90deg, #045CA6 0%, #00A34D 100%);
    Colors
    Hex
    Hex
    Background colors;
}

.header-button a span {
    line-height: normal;
}

.html_topbar_left svg {
    display: block;
    width: 3.2rem;
    height: auto;
}

.top-bar-nav {
    align-items: center;
}

ul.header_menu_right li {
    margin-bottom: 0;
}

li.html.header-button-1 {
    margin: 0 1rem;
}


ul.header_menu_left {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.header_menu_left a {
    color: #999;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    /* 175% */
    transition: .5s all;
}

ul.header_menu_left li {
    margin: 0;
}

ul.header_menu_left li + li {margin-left: .5rem;padding-left: .5rem;position: relative;}

ul.header_menu_left li + li:before {
    content: '';
    position: absolute;
    background: #999999;
    width: 1px;
    height: .5rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.header_menu_left a:hover {
    color: var(--234-b-9-e, #234B9E);
}

div#top-bar>*:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #E3E8F0;
    Colors
    Hex
    Hex
    Border colors

    #E3E8F0;
}

div#top-bar>* {
    position: relative;
}

#logo {
    width: auto !important;
    margin: 0 !important;
}

#logo img {
    max-height: unset !important;
    width: auto;
    height: auto;
}

body .stuck #logo img {
    max-height: unset !important;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;
}

.header-main {
    height: auto !important;
}

#logo img {
    height: 2.4rem;
    width: auto;
}

ul.menu_acc {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

ul.menu_acc a {
    display: flex;
    align-items: center;
    color: var(--text-body, #333);
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

ul.menu_acc a .icon {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
}

ul.menu_acc li {
    margin: 0;
}

ul.menu_acc li + li {
    margin-left: 1.9rem;
}

ul.menu_acc a .icon svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

form.searchform input {
    border-radius: 0.25rem 0 0 0.25rem;
    background: #EFF3F6 !important;
    height: 2.4rem;
    width: 35.95rem;
    box-shadow: none;
    border: none;
    padding: 0 1rem;
    font-size: 0.75rem;
    font-style: revert-layer;
    font-weight: 500;
    box-shadow: none !important;
}

form.searchform button.ux-search-submit {
    width: 2.4rem;
    height: 2.4rem;
    background: var(--234-b-9-e, #234B9E);
    border-radius: 0 0.25rem 0.25rem 0;
}

div#masthead .header-inner {
    padding-top: .7rem;
    padding-bottom: .7rem;
}

form.searchform {
    margin-right: 2rem !important;
}

.cart-item  a.header-cart-link {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #045CA6;
    border-radius: 50%;
    color: #fff;
}

.cart-item a.header-cart-link i {
    font-size: 1.1rem;
}

[data-icon-label]:after {
    background: #00A34D;
    font-weight: 800;
    font-size: 0.6rem;
    width: 1.15rem;
    height: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -.9rem;
    right: -.9rem;
}

.cart-item a.header-cart-link:hover {
    background: #045CA6;
    color: #fff;
}

.header-bg-color {
    background: #fff;
    opacity: 1;
}

.header-bottom {
    background: linear-gradient(-90deg, #234B9E 36.83%, #00C55D 100%);

}



.header-bottom .header-nav>li>a {
    line-height: 2.7rem;
    padding: 0 !important;
    color: #fff !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    text-transform: unset !important;
    position: relative;
}

.header-bottom .header-nav>li {
    margin: 0 !important;
}

.header-bottom .flex-col.hide-for-medium.flex-center {
    width: 100%;
}

.header-bottom .header-nav {
    justify-content: space-between;
}

.header-bottom .header-nav>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #fff;
    transition: .5s all;
    width: 0;
}

.header-bottom .header-nav>li>a:hover:before {
    width: 100%;
}

.header-bottom .header-nav>li.current-menu-item a:before {
    width: 100%;
}

.header-vertical-menu__opener {
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    margin-right: auto;
    width: auto;
    cursor: pointer;
}

.footer_top {
    background: linear-gradient(90deg, #234B9E 36.83%, #00C55D 100%);
    box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 1.5rem 0;
}

img.logo_footer {
    height: 3.15rem;
    width: auto;
    display: block;
}

.footer_top_items {
    display: flex;
    justify-content: flex-end;
    margin: 0 -0.5rem;
}

.footer_top_items .item {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    color: #fff;
    font-size: .7rem;
    line-height: 1.4;
}

.footer_top_items .icon {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .7rem;
}

.footer_top_items .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.footer_top_items .item b {
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
}

.footer_top_items .item:first-child b {
    font-size: 1.25rem;
}

.footer_bottom {
    background: #EBF2FF;
    padding-top: 2.8rem;
}

.title_footer {
    color: var(--234-b-9-e, #234B9E);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}

.footer_1_info span {
    font-size: 0.7rem;
    opacity: 0.5;
    Colors
    Hex
    Hex
    Text colors

    #333333;
}

.footer_1_info .content {
}

.footer_1_info .item+.item {
    margin-top: .5rem;
}

ul.menu_footer {
    list-style: none;
    margin: 0;
}

ul.menu_footer a {
    padding: 0;
    font-size: 0.8rem;
    color: #333;
    transition: .5s all;
}

ul.menu_footer li {
    margin: 0;
}

ul.menu_footer a:hover {
    color: var(--234-b-9-e, #234B9E);
}

ul.menu_footer li+li {
    margin-top: .5rem;
}

ul.phuong_thuc {
    list-style: none;
    margin: -.5rem;
    display: flex;
    flex-wrap: wrap;
}

ul.phuong_thuc li {
    width: 50%;
    padding: .5rem;
}

ul.phuong_thuc li img {
    max-height: 2.55rem;
    width: auto;
}

.footer_6_wrap {
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 1.4rem 0;
    margin-top: 1.75rem;
}

ul.socials_footer {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

ul.socials_footer img {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    display: block;
    transform: rotateY(0);
    transition: .5s all;
}

ul.socials_footer li {
    margin: 0;
}

ul.socials_footer li+li {margin-left: .8rem;}

.footer_6_wrap .right {align-items: center;}

.footer_6_wrap .right .title_footer {margin: 0 1rem 0 0;}

ul.socials_footer a:hover img {
    transform: rotateY(360deg);
}

.footer_6_wrap .left .title_footer {
    margin: 0 1.5rem  0 0;
}

.wrap_form_footer {
    display: flex;
}

.footer_6_wrap form {
    margin: 0;
}

.wrap_form_footer input:not([type="submit"]) {
    margin: 0;
    width: 24.8rem;
    box-shadow: none !important;
    border-radius: 100px;
    height: 2rem;
    box-shadow: none !important;
    padding: 0 1.2rem;
    border: none !important;
    font-size: 0.8rem;
    color: #333;
}

span.wpcf7-spinner {
    position: absolute;
}

.wrap_form_footer input[type="submit"] {
    position: absolute;
    right: 0;
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    top: .1rem;
    right: .2rem;
    border: none;
    background-image: url(../images/arrow_button.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
}

.copyright {
    color: rgba(51, 51, 51, 0.50);
    font-size: 0.65rem;
    font-style: normal;

    /* 169.231% */
}

ul.menu_copyright {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.menu_copyright li {
    margin: 0;
}

ul.menu_copyright a {
    color: rgba(51, 51, 51, 0.50);
    font-size: 0.65rem;
    font-style: normal;

    /* 169.231% */
    transition: .5s all;
}

ul.menu_copyright li + li:before {
    content: '-';
    margin: 0 .2rem !important;
    color: #33333380;
}

.copyright_footer {
    padding: 1.45rem 0 2rem;
}

ul.menu_copyright a:hover {
    color: var(--234-b-9-e, #234B9E);
}
li.header-vertical-menu i.icon-angle-down {
    display: none;
}

.header-vertical-menu__title {
    width: max-content;
    font-weight: 700;
    font-size: 0.75rem;
}

.header-vertical-menu__opener i.icon-menu {
    font-size: 1.5rem;
}

.sale_item a {
    font-size: 0 !important;
}

.header-bottom .header-nav>li.sale_item a {
    font-size: 0 !important;
}

.header-bottom .header-nav>li.sale_item a img {
    margin: 0;
    width: 3.65rem;
    height: auto;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.header-vertical-menu__fly-out {
    width: 13rem !important;
}

.header-bottom .header-nav>li.header-vertical-menu {
    margin-right: 3.5rem !important;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    font-size: 0.8rem;
    color: var(--text-body, #333);
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li {
    border: none;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out {
    height: 19rem;
}

.header-vertical-menu__fly-out.has-shadow {
    box-shadow: none !important;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown {
    box-shadow: none;
    border: none;
    display: flex;
    flex-wrap: wrap;
    min-width: 59rem;
    border-left: 1px solid #E6E6E6;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown li {
    margin: 0;
    padding: 0;
    border: none;
    width: 20%;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown li a {
    border: none;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: .5s all;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown li a img {
    width: 4.96405rem;
    height: 4.96405rem;
    margin: 0;
    display: block;
    margin: 0 auto .55rem;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown li a:hover {
    color: var(--234-b-9-e, #234B9E) !important;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a:hover {
    color: var(--234-b-9-e, #234B9E);
    font-weight: 600;
}
.arrow_slider.style_2 {
    background: #FFFFFF;
}

.wrap_slider {
    position: relative;
}

.store_2 .arrow_slider {
    left: -3.6rem;
}

.store_2 .arrow_slider.next {
    left: unset;
    right: -3.6rem;
}
span.attribute_label {
    color: #909090;
    font-size: 0.6rem;
    margin-right: .5rem;
}

.button-choices .btn-option {
    border: 1px solid #E9EBED;
    color: var(--text-body, #333);
    font-size: 0.55rem;
    font-style: normal;
    font-weight: 500;
    padding: .2rem .5rem;
    line-height: 1;
    border-radius: 100px;
    transition: .4s all;
    cursor: pointer;
}

.button-choices .btn-option:hover {
    background: var(--234-b-9-e, #234B9E);
    color: #fff;
    border-color: var(--234-b-9-e, #234B9E);
}

.color-swatch-wrap>span {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #E9EBED;
}

.item_attribute {
    display: flex;
    align-items: center;
}

.item_attribute {
    margin-top: .4rem;
}

.color-swatch-wrap>span+span {
    margin-left: .2rem !important;
}

.button-choices .btn-option+.btn-option {
    margin-left: .2rem;
}
.item_attribute:last-child {
    margin-bottom: .4rem;
}
.item_product_nb:hover .box_img img {
    transform: scale(1.1);
}
.item_application+.item_application {
    margin-top: 4rem;
}
div#form_qa {
    max-width: 54rem;
}

.heading_title.no_before:before {
    display: none;
}

div#form_qa .heading_title {
    padding: 0;
    margin: 0 0 1.25rem;
    font-size: 2rem;
}

.wrap_form_qa input:not([type="submit"]), .wrap_form_qa select, .wrap_form_qa textarea {
    height: 2.8rem;
    box-shadow: none;
    border-radius: 0.25rem;
    border: 1px solid #DCE6EE;
    background-color: rgba(255, 255, 255, 0.70);
    color: var(--text-body, #333);
    font-size: 0.8rem;
    padding: 1rem;
    margin: 0.5rem 0 1.6rem !important;
}

.wrap_form_qa input::placeholder, .wrap_form_qa select, .wrap_form_qa textarea::placeholder {
    color: var(--text-body, #333);
}

.wrap_form_qa select {
    padding-top: 0;
    padding-bottom: 0;
}

.wrap_form_qa label {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0;
}

.wrap_form_qa label span {
    color: #F00;
}

.wrap_form_qa input[type="submit"] {
    height: 2.25rem;
    border-radius: 100px;
    background: transparent;
    border: 1px solid #00A8DC;
    color: #00A8DC;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: unset;
    padding: 0 1.7rem;
}

.wpcf7-response-output {
    text-align: center;
}
.item_product svg {
    max-width: 100%;
    width: auto;
}
.system_item:nth-child(n + 19) {
    display: none;
}

.system_sec_2 {
    padding-bottom: 5.6rem;
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    html{
        font-size: 1.2vw;
    }
    .post_single_heading h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    .post_single_related_heading h3 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .post_single_detail {
        font-size: 1rem;
    }
    .system_address_content{
        font-size: 1rem;
    }
    .system_sec_1 h1 {
        font-size: 2.5rem;
    }
    .blog_list_1 h1 {
        font-size: 2.5rem;
    }
    .about_sec_2 .curved_text svg {
        transform: rotate(-59deg);
    }
}
@media only screen and (max-width: 991px) {
    html{
        font-size: 1.3vw;
    }
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .post_single_heading h1 {
        font-size: 2rem;
        line-height: 1.3;
    }
    .blog_list_2 h2 {
        font-size: 2.2rem;
    }
    .blog_list_3 {
        padding-top: 3rem;
    }
    .blog_list_3 .list_blog_item {
        width: calc(calc(100% / 3 - (1.823rem * 2 / 3)));
    }
    .list_blog_item_content h4 {
        font-size: 1.1rem;
    }
    .list_blog_item .blog_detail {
        font-size: 1rem;
    }
    .post_related_content h4 {
        font-size: 1.1rem;
    }
    .post_related_item .blog_detail {
        font-size: 1rem;
    }
    .list_blog_heading ul{
        column-gap: 1.4rem;
    }
    .hot_blog_title h3 {
        font-size: 1rem;
    }

    .blog_list_2 .blog_detail {
        margin-top: 0;
    }
    .contact_item_content.relative {
        font-size: 0.9rem;
    }
    .contact_map iframe {
        height: 35rem;
    }
    .about_banner_title h1 {
        font-size: 2.5rem;
    }
    .about_sec_2 .curved_text svg {
        transform: rotate(-69deg);
    }
    .about_sec_2 .curved_text text {
        font-size: 2.5rem;
    }
    .about_sec_2 .circle {
        width: 7rem;
        height: 7rem;
    }
    .about_us_content {
        font-size: 1rem;
    }
    .about_sec_2 .number_sup {
        top: -6%;
        font-size: 7rem;
    }
    .about_sec_2 .number_subtitle {
        font-size: 1.52rem;
    }
    h3.subtitle {
        font-size: 1rem;
    }
    .vision_content, .mission_content {
        font-size: 1rem;
    }
    .about_us_left span.number_count {
        font-size: 10rem;
    }
    .about_sec_2 .number_unit {
        font-size: 2.2rem;
    }
    .about_sec_4 .core_text {
        font-size: 1rem;
    }
    .about_sec_6 {
        padding-top: 4rem;
    }
    .guarantee_right button {
        font-size: .9rem;
        gap: 1rem;
    }
    .guarantee_play_button .guarantee_image {
        width: 2.8125rem;
        height: 2.8125rem;
    }
    .mobile_display{
        display: block;
    }
    .hide_mobile{
        display: none;
    }
    span.swiper-pagination-bullet.swiper-pagination-bullet-active:before{
        width: 1.5rem;
        height: 1.5rem;
    }
}
@media only screen and (max-width: 767px) {
    html{
        font-size: 3.5vw;
    }
    .mobile_display{
        display: block;
    }
    .hide_mobile{
        display: none;
    }
    .breadcrumbs span {
        display: -webkit-box;
        list-style: none;
        margin: 0;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    .post_single_main {
        padding: 0;
    }
    .post_single_heading h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .post_single_content strong {
        font-size: 1.1rem;
        line-height: 1;
    }
    .post_single_content p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
    .post_related_content h4 {
        font-size: 1.1rem;
    }
    .blog_detail.flex.items-center {
        font-size: 0.8rem;
    }
    section.post_single {
        padding-top: 3rem;
    }
    .post_single_related {
        padding-top: 3rem;
    }
    .list_blog_heading {
        row-gap: 1.5rem;
        justify-content: center;
    }
    .blog_list_3 .list_blog_item {
        width: calc(calc(100% / 2 - (1.823rem * 2 /3)));
    }
    .list_blog_item_content h4 {
        font-size: 1.1rem;
    }
    .post_single_detail {
        font-size: 0.7rem;
    }
    .contact_sec_2 .contact_item {
        width: calc(calc(100% / 2 - (2.292rem * 2 / 3)));
    }
    .contact_map iframe {
        height: 20rem;
    }
    .system_item {
        width: calc(calc(100% / 2 - (1.042rem * 1 / 2)));
        padding: 1rem;
    }
    .system_list_cta {
        padding-top: 2rem;
    }
    .system_sec_1 h1 {
        font-size: 2rem;
    }
    .system_list_cta button {
        padding: 0.3rem 1.5rem;
    }
    .blog_list_1 h1 {
        font-size: 2rem;
    }
    .about_banner {
        height: 22rem;
    }
    .about_banner {
        height: 22rem;
    }

    .about_banner_title h1 {
        font-size: 1.9rem;
    }
    .about_banner_title {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
    }
    h3.subtitle {
        font-size: .7rem;
    }

    .about_us_heading h2 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .about_us_heading {
        flex-wrap: wrap;
    }
    .circle_container.mobile_display {
        padding-right: 0;
        margin-top: 1rem;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .about_us_left {
        margin-top: 0;
    }
    .about_sec_2 .circle {
        width: 5rem;
        height: 5rem;
    }
    .about_sec_2 .curved_text text {
        font-size: 1.7rem;
    }
    .about_sec_2 .circle_arrow {
        width: 2rem;
        height: 2rem;
    }
    .about_us_left {
        padding-left: 0;
    }
    .about_us_left span.number_count {
        font-size: 7rem;
    }
    .about_sec_2 .number_sup {
        font-size: 4rem;
    }
    .about_sec_2 .number_unit {
        font-size: 1.7rem;
    }
    .about_us_right .about_us_heading_content {
        padding-right:0;
    }
    .about_us_right{
        margin-top:1rem;
    }
    .about_sec_2 .number_subtitle {
        font-size: 1.2rem;
    }
    .vision_content h2 {
        font-size: 1.5rem;
    }
    .vision_content h4, .mission_content h4 {
        font-size: 1.2rem;
    }
    .vision_content, .mission_content {
        font-size: .8rem;
    }
    .about_sec_3 .row {
        flex-wrap: wrap;
        row-gap: 3rem;
        padding-bottom: 20rem;
    }
    .core_heading_content h2 {
        font-size: 1.5rem;
    }
    .core_heading{
        padding:0;
    }
    .col.large-6.medium-6.small-12.hide_mobile {
        display: none;
    }
    .about_sec_4 .col.large-3:first-child .core_logo {
        justify-content: center;
    }
    .about_sec_4 .col.large-3:first-child .core_content {
        text-align: center;
    }
    .about_sec_4 .core_logo {
        display: flex;
        justify-content: center;
    }
    .about_sec_4 .core_content {
        text-align: center;
    }
    .about_sec_4 .col.large-3 {
        row-gap: 2rem;
    }
    .about_sec_4 .col.large-3:last-child {
        margin-top: 2rem;
    }
}
