@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: #234B9E;
    --sub-cl: #00A34D;
    --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: .3s;
}
#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: 75px;
    height: 75px;
    background-color: #fff;
    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: 100px;
    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: 95%;
    max-height: 95%;
    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;
    margin-bottom: 2rem;
}

.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: 1rem 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: var(--234-b-9-e, #234B9E);
}

.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: 3rem;
    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;
    overflow: hidden;
}

.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;

}

.content_thong_so tr td+td {
    font-weight: 600;
}

.content_thong_so {
    color: var(--text-body, #333);
    margin-top: 1.5rem;
}

.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 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.product-short-description.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}


.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;
    line-height: 0;
    font-size: 1.5rem;
    font-weight: 300 !important;
}

.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 {
    overflow: hidden;
}

.item_product .badge-container .callout {
    display: flex;
    width: 2.86665rem;
    height: 1.35rem;
    padding: 0;
    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;
    line-height: normal;
    display: flex;
    align-items: center;
}

.item_product .badge-container .badge-inner {
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_product .col-inner {
    padding: 1rem;
}

.item_product .box-image {
    margin-bottom: 0rem;
}

.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-position: bottom right;
}
.store_2_wrap:before{
    content: '';
    position: absolute;
    background-image: url(../images/ht_line.png);
    width: 10.5rem;
    height: 2.4rem;
    background-size: cover;
    background-repeat: no-repeat;
    top: -1rem;
    left: 0rem;
}
.arrow_slider {
    position: absolute;
    top: 50%;
    left: 7rem;
    z-index: 9;
    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;
    cursor: pointer;
    position: relative;
}
.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;
    z-index: 20;
}

.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;
    transition: .4s all;
}

.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;
    transform: scale(1);
    transition: .5s all;
}

.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 10rem;
    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;
    align-items: center;
    transition: .5s all;
}
.item_application .box_sidebar ul a:before{
    content: '';
    background-image: url(../images/icon_arrow.svg);
    width: 0;
    height: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .3rem;
    flex: 0 0 auto;
    transition: .5s all;
}

.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:hover .icon img {
    transform: rotateY(360deg);
}
.store_6_items .item .icon img {
    max-height: 100%;
    width: auto;
    height: auto;
    transform: rotateY(0);
    transition: .5s all;
}
.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;
    text-transform: uppercase;
}

.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;
    transition: .4s all;
}
ul.menu_acc a:hover {
    color: #234b9e;
}
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: -1px;
    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;
    line-height: 2.7rem;
}

.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 .item:hover .icon {
    transform: rotateY(360deg);
}
.footer_top_items .icon {
    width: 2.4rem;
    height: 2.4rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: .7rem;
    transform: rotateY(0deg);
    transition: .5s all;
}

.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: auto;
    height: 2rem;
    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;
    border-radius: 1rem;
}

.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;
}
section.solution_page {
    padding: 4rem 0;
}

section.banner_page+.row {
    margin-top: 2rem;
}

.solution_page b.title {
    font-weight: 500;
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
}

.solution_paga_tax {
    display: flex;
}

.solution_paga_tax .item {
    width: 10.9rem;
    height: 6.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    background: var(--ebf-2-ff-ph, #EBF2FF);
    Colors
    Hex
    Hex
    Background colors

    #EBF2FF_phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥;
}

.solution_paga_tax .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.solution_paga_tax .item b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    font-size: 1rem;
    text-align: center;
    color: var(--234-b-9-e, #234B9E);
    font-weight: 600;
    padding: 0 1.4rem;
    line-height: 1.2;
    opacity: 1;
    transition: .5s all;
}

.solution_paga_tax .item:hover b {
    opacity: 1;
}

.solution_paga_tax .item.active b {
    opacity: 1;
}

.solution_paga_tax .item+.item {
    margin-left: 1rem;
}

.solution_paga_tax .item.all b {
    opacity: 1;
    background: transparent;
    color: var(--234-b-9-e, #234B9E) !important;
    opacity: 1 !important;
}

.solution_paga_tax .item.all.active b {
    color: #fff;
}

.search_form_product {
    display: flex;
    align-items: center;
    position: relative;
}

.search_form_product input {
    margin: 0;
    height: 2.5rem;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    box-shadow: none;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.50);
    padding: 0 3rem 0 1rem;
}

.search_form_product_submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 2.5rem;
    cursor: pointer;
}

.search_form_product_submit svg {
    width: 1rem;
    height: auto;
}

.wrap_nav_filter {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.wrap_nav_filter .wrap_top {
    border-bottom: 1px solid #D3EBFF;
    padding: 0 0.75rem .4rem;
}

.wrap_nav_filter .wrap_top>* {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: var(--234-b-9-e, #234B9E);
}

.wrap_nav_filter .wrap_top svg {
    width: 1.2rem;
    height: auto;
    margin-right: .5rem;
}

.wrap_nav_filter .close_filter svg {
    width: 0.9rem;
    height: auto;
    margin: 0 0 0 .5rem;
}

.wrap_nav_filter .wrap_bottom {
    background: rgb(235 242 255 / 50%);
    padding: 1.25rem 3.25rem 1.25rem 1.25rem;
    margin-top: 3.4rem;
}

.wrap_nav_filter .wrap_bottom .inner {
    display: flex;
    margin: 0 -0.5rem;
}

.wrap_nav_filter .wrap_bottom .wrap_col {
    width: calc(100% / 8);
    position: relative;
    padding: 0 .5rem;
}

.wrap_nav_filter .wrap_bottom .wrap_col b {
    font-size: 0.9rem;
    position: absolute;
    top: -3.5rem;
    line-height: 1.3;
}

.wrap_nav_filter .wrap_bottom li {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 0;
    cursor: pointer;
}

.wrap_nav_filter .wrap_bottom li span {
    width: 1.155rem;
    height: 1.155rem;
    border: 1px solid #333333;
    flex: 0 0 auto;
    margin-right: .5rem;
    border-radius: .15rem;
}
.wrap_nav_filter .wrap_bottom li {
    margin-bottom: .75rem;
}

.wrap_nav_filter .wrap_bottom ul {
    margin: 0;
}

.solution_wrap_tax {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5rem;
    position: relative;
    padding-left: 18.5rem;
}

.item_cat {
    width: calc(calc(100% / 4) - 1rem);
    margin: 0px .5rem 1.8rem;
    cursor: pointer;
    position: relative;
}

.item_tax {
    width: 17.5rem;
    margin: 0 .5rem;
    height: 19.6rem;
    background: var(--Gradient, linear-gradient(86deg, #0070FF 0.44%, #234B9E 99.63%));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
}

.item_cat .box_img {
    height: 19.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3E4E7;
    margin-bottom: 1rem;
    transition: .5s all;
    position: relative;
}

.item_cat .box_img img {
    max-width: 70%;
    width: auto;
    height: auto;
    position: relative;
    z-index: 9;
}

.item_cat span {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--text-body, #333);
}

.item_cat h3 {
    font-size: 1.5rem;
    color: var(--text-body, #333);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 .5rem;
}

.item_cat .box_img:before {
    background: var(--Gradient, linear-gradient(86deg, #0070FF 0.44%, #234B9E 99.63%));
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    transition: .5s all;
}

.item_cat:hover .box_img:before {
    opacity: 1;
}

.item_tax .box_img {
    max-width: 80%;
    max-height: 50%;
}

.item_tax .box_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.9rem 1.5rem;
    z-index: 9;
    color: #fff;
}

.item_tax h3 {
    color: #ffff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
}

.solution_wrap_tax+.solution_wrap_tax {
    margin-top: 5rem;
}
.product_solution_page .row {
    max-width: 91rem !important;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.solution_page_sec_2{
    background-image: url(../images/bg_about_product.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 9.6rem;
}
section.solution_page_sec_2 h1,section.solution_page_sec_2 h2 {
    font-size: 2.5rem;
}

.solution_page_sec_2 .content {
    max-width: 63rem;
    margin: auto;
}
.heading_title.no_line:before {
    display: none;
    padding-bottom: 0;
}
.banner_tax_product{
    background-image: url(../images/banner_tax_product.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2rem 0 5rem;
}
.product-gallery {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}
.product-thumbs {
    width: 4rem;
    height: 20rem;
}
.product-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
}
.product-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.product-main {
    flex: 1;
}
.product-main img,
.product-thumbs img {
    width: 100%;
    display: block;
}
.wrap_size_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}
.banner_tax_product nav#breadcrumbs {
    filter: brightness(0) invert(1);
}

.product_solution_page .row.row_small {
    max-width: 74rem !important;
}

.banner_tax_product .box_content {
    margin-top: 7.25rem;
}

.product_solution_page .box_content .term_parent {
    font-size: 1rem;
    color: #fff;
}

.product_solution_page .banner_tax_product  h1 {
    color: var(--ffffff, #FFF);
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.65);
    font-family: Inter;
    font-size: 4rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.banner_tax_product .box_img {
    position: absolute;
    bottom: -9rem;
    width: 100%;
    display: flex
;
    justify-content: center;
}

section.tax_info {
    padding-top: 5rem;
}

.tax_info .box_content .heading_title:before {
    display: none;
    padding: 0;
}

.tax_info .box_content .heading_title {
    padding: 0;
}

.tax_info .box_content {
    margin-top: 3rem;
}

.filter_cong_suat {
    border-top: 1px solid #E4F3FF;
    padding-top: 1.35rem;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.filter_cong_suat ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.filter_cong_suat ul li {
    margin: 0 0 0 .75rem;
    padding: 0.4rem 1.2rem;
    line-height: 1.2;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 100px;
    cursor: pointer;
    transition: .5s all;
}

.filter_cong_suat ul li:hover,.filter_cong_suat ul li.active {
    background: var(--234-b-9-e, #234B9E);
    color: #fff;
}

.filter_cong_suat b {
    font-weight: 500;
    margin-right: 1rem;
}

.item_product_size {
    width: calc(calc(100% / 5) - 1rem);
    margin: 0 .5rem 1rem;
    background: #E9EAED;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: .5s all;
    position: relative;
}

.item_product_size .box_img {
    padding-bottom: 115%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.item_product_size .box_img img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: 90%;
    max-height: 90%;
    transition: .5s all;
}

.item_product_size span {
    font-size: 0.75rem;
    opacity: 0.5;
    text-transform: uppercase;
}

.item_product_size h3 {
    font-size: 1.5rem;
    color: var(--text-body, #333);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
    transition: .5s all;
}

.item_size {
    width: calc(calc(100% / 5) - 1rem);
    margin: 0 .5rem 1rem;
    background: var(--ebf-2-ff-ph, #EBF2FF);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.item_size .box_img {
    max-width: 90%;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_count {
    position: absolute;
    top: 1.8rem;
    color: #909090;
}

.wrap_size_product+.wrap_size_product {
    margin-top: 4rem;
}

.item_product_size:hover {
    background: var(--ebf-2-ff-ph, #EBF2FF);
}

.item_product_size:hover h3 {
    color: #234b9e;
}

.item_product_size:hover .box_img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.tax_info_sec_2 {
    padding-bottom: 4rem;
}
.single-product-solution .product_solution_page {
    padding-top: 2rem;
}

.product_details h1.heading_title {
    color: var(--234-b-9-e, #234B9E);
    font-size: 3.5rem;
    padding: 0;
    margin: 0 0 .4rem;
}

.product_details .price {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-top: .3rem;
}

.product_details ul.list_link {
    list-style: none;
    margin: 2em 0 0 0;
    display: flex;
    padding: 0;
}

ul.list_link li:nth-child(1) a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 0.8rem;
    flex: 0 0 auto;
    border: 1px solid #00A34D;
    border-radius: 100px;
    height: 2.4rem;
    padding: 0 1.2rem;
    background: var(--Green_Ecom_1, #00A34D);
    Colors
    Hex
    Hex
    Background colors

    Green_Ecom_1;
    padding: 0 1.2rem 0 .4rem;
}

ul.list_link li:nth-child(1) a .icon {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.20);
    Colors
    Hex
    Hex
    Background colors

    #FFFFFF ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· 20%;
    border-radius: 50%;
}

ul.list_link li:nth-child(1) a .icon svg {
    max-width: 66%;
    height: auto;
}

ul.list_link li+li {
    margin-left: 1rem;
}

section.product_details>.row_small {
    align-items: center;
}

.wrap_product_info {
    background: rgba(235, 242, 255, 0.50);
    padding: 2.6rem;
    margin-bottom: 2rem;
}

.wrap_product_info .item {
    width: calc(calc(100% / 4) );
    padding: 0 1rem;
}
.custom-select-container {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.selected-option {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: transparent;
    width: 100%;
    padding: 0;
    border: none !important;
    border-bottom: 1px solid rgba(45, 106, 102, 0.20) !important;
    box-shadow: none !important;
    padding: 0;
    color: #333;
    font-size: 0.8rem;
    margin-bottom: 0.9rem;
    background-repeat: no-repeat;
    background-position: right center;
    height: 2.5rem;
    background-size: 1rem;
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

.custom-select {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none !important;
    border-top: none;
    width: 100%;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1000;
    overflow-y: auto;
    background: #fff;
    border-radius: 0;
    margin-top: -1rem;
    box-shadow: 0 0 5px #d7d7d7;
}

.custom-select li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f7f7f73b;
    line-height: 1;
}

.custom-select li:hover {
    background-color: #234B9E;
    color: #fff;
}
.custom-select li {
    margin: 0 !important;
}

.custom-select li {
    color: #333;
    transition: .5s all;
}
.custom-select::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.custom-select::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.custom-select::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.wrap_product_info h3 {
    font-size: 2rem;
    line-height: 1;
    padding: 0 1rem;
}

.wrap_product_info ul {
    list-style: none;
    margin: 0;
}

.wrap_product_info b {
    font-size: 1rem;
    display: block;
    margin-bottom: .8rem;
}

.wrap_product_info ul li {
    margin: 0;
}

.wrap_product_info ul li + li {
    margin-top: .8rem;
}

.row.cau_hinh {
    padding-top: 3rem;
}

.row.cau_hinh .wrap_nav_filter {
    margin: 1rem 0;
}

.row.cau_hinh h2.heading_title.no_line {
    margin: 0;
    padding: 0;
}

.wrap_select_filter {
    display: flex;
    gap: 1.5rem;
}

.wrap_select_filter .item {
    width: calc(100% / 8);
}

.wrap_result_filter ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.wrap_result_filter ul li {
    padding: 0.4rem 0.8rem;
    border-radius: 100px;
    background: var(--f-5-f-5-f-5-ph, #F5F5F5);
    Colors
    Hex
    Hex
    Background colors

    #F5F5F5_phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥;
    line-height: 1.2;
}

.wrap_result_filter ul li+li {
    margin-left: .75rem;
}

.wrap_result_filter {
    border-top: 1px solid #D3EBFF;
    margin-top: 1rem;
    padding-top: 1.18rem;
}

.wrap_result_filter {}

.wrap_product_table .item_col {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    font-size: 0.9rem;
    height: 3.5rem;
    padding: 0 .5rem;
}

.wrap_head {
    gap: .5rem;
    background: var(--Gradient, linear-gradient(86deg, #0070FF 0.44%, #234B9E 99.63%));
    Colors
    Hex
    Hex
    Background colors


    Gradient;
}

.wrap_head .item_col {
    color: var(--ffffff, #FFF);
    font-weight: 600;
}

.col.large-12 {}

.wrap_product_table {
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.wrap_product_table .item_col {
    width: calc(85% / 8);
}

.wrap_product_table .item_col:nth-child(1) {
    width: 15%;
    text-align: left;
    justify-content: flex-start;
    padding-left: 1.5rem;
}

.wrap_body .wrap_title.flex {
    gap: .5rem;
}

.wrap_body .inner {
    flex-wrap: wrap;
    flex=w: ;
    flex=w: w;
    gap: 2rem 1rem;
    padding: 1.5rem;
}

.wrap_body .item {
    width: calc(25% - 1rem);
}

.wrap_body ul {
    list-style: none;
    margin: 0;
}

.wrap_body .item>h3 {
    font-size: 1.6rem;
    margin-bottom: .2rem;
}

.box_img_thumb {
    width: 12.5rem;
    height: 12.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_img_size {
    width: 12.5rem;
    height: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_body .item .box_img {
    height: 12.5168rem;
    display: inline-block;
}

.wrap_body .item .box_img img {
    max-height: 100%;
    border-radius: .5rem;
    width: auto;
}

.wrap_body .item .box_img+span {
    font-size: 0.7rem;
    font-weight: 500;
    display: block;
    margin-top: .2rem;
}
.wrap_body .item .box_img:before {
    content: '';
    background-image: url(../images/icon_down.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(35 75 158 / 80%);
    background-size: 1.7rem;
    opacity: 0;
    transition: .5s all;
}

.wrap_body .item>b {
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
}

.wrap_body .item>ul li+li {
    margin-top: .2rem;
}

.wrap_body .item>ul li {
    margin-bottom: 0;
}

.item_product_table .info {
    display: none;
}

.item_product_table {
    cursor: pointer;
    border-bottom: 1px solid #D3EBFF;
    transition: .5s all;
    background: transparent;
}



.item_product_table.active {
    background: rgba(235, 242, 255, 0.50);
    border-color: transparent;
}

.item_product_table.active .wrap_title {
    background: var(--ebf-2-ff-ph, #EBF2FF);
}
.wrap_nav_filter .wrap_bottom li.active>span {
    background-color: #234B9E;
    border-color: #234B9E;
    background-image: url(../images/icon_check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}
html.loading {
    cursor: wait;
}
body {
    opacity: 1;
    transition: .4s all;
}
html.loading body {
    opacity: .2;
    pointer-events: none;
}
.wrap_box_document {
    position: relative;
}
.content_thong_so table tr:not(:first-child) td:first-child {
    width: 36%;
}
a.logo_home_solution {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;padding: 0 4rem;border-radius: 100px;}

a.logo_home_solution img {
    display: block;
    width: 13rem;
    height: auto;
}

.menu_main_solution ul {
    display: flex;
    margin: 0;
}

.menu_main_solution ul li {
    border: none !important;
}

.menu_main_solution ul li a {
    border: none;
    padding:  0 !important;
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    line-height: 3.3rem;
    transition: .4s all;
    position: relative;
}

.menu_main_solution ul li.logo_header {
    position: unset;
    transform: unset;
    width: 15rem;
    opacity: 0 !important;
}

.header_top .right input {
    height: 1.75rem;
    width: 12.9rem;
    border-radius: 100px;
    background: rgba(235, 242, 255, 0.50);
    font-size: 0.7rem;
    font-weight: 400;
    color: #333;
    margin: 0 !important;
}

.header_top .right input[type="submit"] {
    width: 1.75rem;
    font-size: 0;
    padding: 0;
    position: absolute;
    right: 0;
    background-image: url(../images/icon_search.svg) !important;
    background-size: 1rem !important;
    background-repeat: no-repeat !important;
    background-position: center  !important;
}

.header_top form#searchform {
    margin: 0 !important;
}

.header_top .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_top .right svg {
    display: block;
    height: 1.2rem;
}

.header_top .language_menu {
    margin-left: 1.75rem;
}

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

.phone_header {
    color: var(--234-b-9-e, #234B9E);
    margin-left: 2.2rem;
}

.phone_header a {
    color: var(--Green_Ecom_1, #00A34D);
    font-weight: 700;
    font-size: 1rem;
}
.menu_solution>ul>li+li {
    margin-left: 4rem;
}

.header_bottom {
    border-top: 1px solid #EBF2FF;
}

.header_top {
    height: 3.3rem;
    display: flex;
    align-items: center;
}

.header_solution .header-wrapper.stuck {
    background: #fff;
}
.footer_solution_top {
    background: linear-gradient(86deg, #234B9E 0.48%, #0070FF 138.17%);
    Colors
    Hex
    Hex
    Background colors;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

img.footer_logo {
    height: 3.8rem;
    width: auto;
    display: block;
}

.wrap_link_file {
    display: flex;
    align-items: center;
}

.wrap_link_file b {
    color: #fff;
    margin-right: 1.2rem;
}

.wrap_link_file a {
    display: flex;
    align-items: center;
    border-radius: 49.95rem;
    background: rgb(44 107 204);
    padding: .4rem .4rem .4rem  1.2rem;
    color: #fff;
    position: relative;
    z-index: 0;
}

.wrap_link_file a .icon {
    width: 1.6rem;
    height: 1.6rem;
    background: rgba(255, 255, 255, 0.10);
    SVG;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: .5rem;
}

.footer_1 .col.large-4.medium-4>.wrap_link_file {
    justify-content: flex-end;
}

b.footer_title {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1rem;
    display: block;
}

ul.footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footer_menu li {
    margin: 0;
}

ul.footer_menu a {
    color: #fff;
    position: relative;
    transition: .5s all;
}

ul.footer_menu li+li {
    margin-top: .5rem;
}

ul.footer_menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .5s all;
    background: #fff;
    height: 1px;
}

ul.footer_menu a:hover:before {
    width: 100%;
}

ul.footer_menu+.footer_title {
    margin-top: 1.4rem;
}

ul.footer_solution_socials {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

ul.footer_solution_socials img {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
}

ul.footer_solution_socials li + li {
    margin-left: .4rem;
}

.footer_solution_info .icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: .5rem;
}

.footer_solution_info .icon img {
    display: block;
}

.footer_solution_info span {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.50);
}

.footer_solution_info .content {
    color: #fff;
}

.footer_solution_info .item.flex {
    align-items: center;
}

.footer_solution_bottom {
    background: var(--ebf-2-ff-ph, #EBF2FF);
    Colors
    Hex
    Hex
    Background colors

    #EBF2FF_phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥;
    padding: 1rem 0 !important;
}

.footer_solution_bottom ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.footer_solution_bottom ul li {
    margin: 0;
}

.footer_solution_bottom ul a {
    color: var(--text-body, #333);
    transition: .5s all;
}

.footer_solution_bottom ul a:hover {
    color: var(--fs-color-primary);
}

.footer_solution_bottom ul li+li:before {
    content: '-';
    margin: 0 .2rem;
}

.footer_solution_info .item+.item {
    margin-top: .7rem;
}
.line_footer {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    margin: 2.5rem 0;
}
.item_product_nb .box_content .product_count {
    position: unset;
    color: #5C606E;
}
.wrap_section_product .item_product {
    margin: .5rem 1rem;
    width: auto;
}

.single-product .shop-container .row {
    max-width: 91rem !important;
}

.wrap_section_product .swiper {
    margin: 0 -1rem;
}

.wrap_section_product h2 {
    font-size: 1.5rem;
    margin: 0;
}

.wrap_section_product+.wrap_section_product {
    margin-top: 5rem;
}

.wrap_section_product .arrow_control .arrow_slider {
    position: unset;
    background: rgba(4, 92, 166, 0.10);
    transform: unset;
}

.wrap_section_product .arrow_control {
    display: flex;
}

.wrap_section_product .arrow_control .arrow_slider+.arrow_slider {
    margin-left: .5rem;
}

.wrap_section_product .wrap_top {
    margin-bottom: 1rem;
}
.section_product_bottom {
    padding-bottom: 6rem !important;
    padding-top: 4rem !important;
    margin-top: 4rem;
}

.section_product_bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18.05rem;
    background: linear-gradient(180deg, #E9F5FF 0%, rgba(233, 245, 255, 0.00) 100%);
}
.woocommerce-mini-cart .woocommerce-mini-cart-item span.amount {
    color: var(--Green_Ecom_1, #00A34D);
}

ul.product_list_widget li .quantity {
    opacity: 1;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    background: var(--234-b-9-e, #234B9E);
    border-radius: 100px;
    padding: 0.8rem;
    line-height: 1;
}
.nav-dropdown ul.woocommerce-mini-cart::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.nav-dropdown ul.woocommerce-mini-cart::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.nav-dropdown ul.woocommerce-mini-cart::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.nav-dropdown ul.woocommerce-mini-cart {
    padding-right: 1rem;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
    background: var(--Green_Ecom_1, #00A34D);
}
.checkout-product-remove {
    position: absolute;
    top: 0;
    color: #fff;
    background: var(--234-b-9-e, #234B9E);
    width: .8rem;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: .5rem;
    top: -.2rem;
    left: -.2rem;
}
.page-template-page-checkout div#masthead .header-inner {
    justify-content: center;
}
section.archive_page .row {
    max-width: 91rem !important;
}
.page-title-inner {
    display: none;
}
.archive_page_sidebar {
    margin-right: 3rem;
}
.nav_option_filter {
    margin: 2rem 0 0;
    display: flex;
}

.nav_option_filter ul {
    list-style: none;
    margin: -.3rem 0 0 .6rem;
    width: 100%;
    flex: unset;
}

.nav_option_filter ul li {
    padding: 0.4rem 0.65rem;
    border-radius: 1.5rem;
    background: var(--ebf-2-ff-ph, #EBF2FF);
    font-size: 0.7rem;
}

.nav_option_filter ul li {
    margin: .3rem;
    line-height: 1.2;
    display: inline-block;
}

.nav_option_filter ul li span.remove-filter {
    margin-left: .7rem;
    cursor: pointer;
    line-height: normal;
    font-size: .8rem;
}
.nav_option_filter>span {
    flex: 0 0 auto;
    padding-top: .2rem;
}

select#sort-product {
    border-radius: 1.5rem;
    background-color: rgba(35, 75, 158, 0.10);
    border: none;
    color: var(--234-b-9-e, #234B9E);
    padding: 0 .7rem;
    margin-left: .2rem;
    cursor: pointer;
    padding-right: 1.5rem;
}
.item_application .box_sidebar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: .8rem;
    position: relative;
}
.product_tags .icon_new {
    height: 1rem;
}

svg.icon_sale {
    height: 1rem;
}
.close_menu {
    display: none;
}
.has-off-canvas-left  button.mfp-close {
    display: none;
}
.slider_product_sale .product_tags {
    display: none;
}

.slider_product_sale {
    text-align: center;
}

.slider_product_sale p.name.product-title {
    text-align: center;
}

.slider_product_sale  .product_term {
    text-align: center;
}

.slider_product_sale .wrap_info_product .box_item>span {
    display: none;
}

.slider_product_sale .box_item {
    text-align: center;
}

.slider_product_sale span.attribute_label {
    display: none;
}

.slider_product_sale .item_attribute {
    justify-content: center;
}

.slider_product_sale span.price {
    justify-content: center;
    margin-bottom: .5rem;
}

.slider_product_sale .badge {
    height: auto !important;
}

.slider_product_sale  .badge-container {
    display: flex;
    align-items: center;
}

.item_product .col-inner>svg {width: 100%;height: auto;display: block;}
.store_3 .content {
    font-size: .9rem;
    color: #5C606E;
}
.item_combo:first-child .price-box strong {
    font-size: 1.25rem !important;
    display: block;
}
.item_combo ul li a:hover {
    background: #00A34D;
    color: #fff;
    border-color: #00A34D;
}

.item_combo ul li a path {
    transition: .4s all;
}

.item_combo ul li a:hover path {
    stroke: #fff;
}
.item_combo:hover .box_img img {
    transform: scale(1.05);
}
.item_application .box_sidebar ul a:hover:before {
    margin-right: .3rem;
    width: 1.5rem;
}

.item_application .box_sidebar ul a:hover {
    color: #234B9E;
}
.button_style.style_4 {
    color: #fff;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(5px);
    border-color: transparent;
}

.item_application .box_sidebar a.button_style.style_4 {
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.button_style.style_4:hover {
    background: #234B9E;
}
.store_7 .text_animation_item h2 {
    font-size: 5rem;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: .7;
    letter-spacing: 0.2797rem;
}



section.store_7 .about_text_animation {
    position: absolute;
    bottom: 4rem;
}

section.store_7 {
    position: relative;
}

section.store_7 .row {
    position: relative;
    z-index: 5;
}

section.store_8 {
    padding: 4rem 0;
}

.item_post_home {
    position: relative;
    width: 50%;
    float: left;
    display: flex;
    background: #fff;
}

.item_post_home .box_img {
    width: 50%;
    flex: 0 0 auto;
    overflow: hidden;
}

.item_post_home .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_post_home .box_img .inner {
    height: 15.26rem;
}

.item_post_home:hover .box_img img {
    transform: scale(1.1);
}

.item_post_home .box_content {
    padding: 2rem;
    transition: .4s all;
}

.item_post_home .box_content .inner * {
    color: var(--text-body, #333);
    transition: .4s all;
}

.item_post_home .box_content .inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
}

.item_post_home .term {
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.9;
    Colors
    Hex
    Hex
    Text colors

    text body;
}

.item_post_home h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.item_post_home  .date_post {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 0.7rem;
}

.item_post_home .date_post svg {
    width: 1.5rem;
    height: auto;
    display: block;
}

.item_post_home:first-child .box_img .inner {
    height: 30.55rem;
}

.item_post_home:first-child .box_img {
    width: 100%;
}

.item_post_home:first-child .box_content {
    position: absolute;
    background: rgba(255, 255, 255, 0.90);
    bottom: 0;
    width: 50%;
    border-radius: 0 1rem 0 0;
    height: 50%;
    transition: .4s all;
}

.item_post_home:nth-child(3) .box_img {
    order: 2;
}

.item_post_home:hover .box_content * {
    color: #fff;
}

.item_post_home:hover .box_content {
    background: #045CA6;
}

.wrap_post_home {
    display: inline-block;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 1rem;
}
section.archive_page .row.breadcrumbs {
    margin-bottom: 2rem;
}
button.single_add_to_cart_button:before {
    content: '';
    background-image: url(../images/icon_cart.svg);
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    margin-right: .3rem;
}
button.single_add_to_cart_button:hover {
    color: var(--234-b-9-e, #234B9E);
}
.wrap_tooge_content {
    max-height: 19rem;
    overflow: hidden;
    position: relative;
}

.wrap_tooge_content:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #F9FCFF 0%, rgba(249, 252, 255, 0.00) 100%);
    height: 6.6rem;
    width: 100%;
}

.view_more_content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.view_more_content a {
    background: var(--234-b-9-e, #234B9E);
    color: #fff;
    border-color: var(--234-b-9-e, #234B9E);
}

.view_more_content a:hover {
    border-color: #00A8DC;
}
.wrap_tooge_content.active {
    max-height: unset;
}

.wrap_tooge_content.active:before {
    display: none;
}
.variations {
    margin-top: 1.5rem;
}
a.xem-them {
    color: var(--045-ca-6-nhn, #045CA6);
    border-bottom: 1px solid #045CA6;
    line-height: 1.2;
}
.variations .reset_variations{
    display: none;
}
ul.breadcrumbs_product {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.breadcrumbs_product {
    opacity: .5;
    margin: 0 -0.3rem;
    font-size: 0.8rem;
}

ul.breadcrumbs_product li {
    margin: 0 .3rem .3rem;
    text-transform: uppercase;
}
ul.header_menu_left li.active a {
    color: var(--234-b-9-e, #234B9E);
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 2px;
}
.wrap_link_file a:before,.wrap_link_file a:after {
    border-radius: 100px;
    background: linear-gradient(
            180deg, #fff, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    z-index: -1;
}

.wrap_link_file a:after {
    background: #2c6bcc;
}

.wrap_link_file a:before {
    top: -0.06rem;
    width: calc(100% + 2px);
    left: -1px;
    opacity: .5;
}
.form_contact_content span.wpcf7-list-item label {
    font-weight: 400;
}

.form_contact_content span.wpcf7-list-item input {
    display: none;
}

.form_contact_content span.wpcf7-list-item label>span:before {
    width: 0.6rem;
    height: 0.6rem;
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    outline: 1px solid #234B9E;
    outline-offset: 3px;
    margin-right: .7rem;
    transition: .5s all;
}
.form_contact_content span.wpcf7-list-item label input:checked + span:before{
    background: #234B9E;

}
.header-bottom {
    min-height: unset !important;
}

.header-vertical-menu__opener {
    height: auto;
    padding: 0rem .7rem;
}
.woocommerce-form-track-order input {
    border-radius: 100px;
    padding: 1.042rem 1.302rem;
    box-shadow: none;
}

form.woocommerce-form.woocommerce-form-track-order {
    font-size: .9rem;
}

form.woocommerce-form.woocommerce-form-track-order button.button[type="submit"] {
    height: 2.25rem;
    display: 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);
    margin: 0 auto;
}
.title_mota {
    font-size: .9rem;
}
section.blog_list_3 {
    padding-bottom: 4rem;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out {
    background: #f5f5f5;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown {
    background: #f5f5f5;
}
.home_solution_slide_change_button,
.home_solution_top_cta{
    flex:  0 0 auto;
}
ul.fixed_button {
    position: fixed;
    bottom: 7rem;
    right: 1rem;
    z-index: 100;
    list-style: none;
    margin: 0;
    text-align: center;
}

ul.fixed_button img {
    max-width: 4rem;
    display: block;
    margin: auto;
}

ul.fixed_button li:not(:first-child) img {
    max-width: 2.4rem;
    height: auto;
}


ul.fixed_button li {
    margin-top: 1.3rem;
}
ul.thenativePagination {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

ul.thenativePagination li {
    margin: 0;
}

ul.thenativePagination a {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 500;
}

ul.thenativePagination a svg {
    width: 1rem;
    height: auto;
    display: block;
}

ul.thenativePagination .active  a{
    background: var(--ebf-2-ff-ph, #EBF2FF);
}
.wrap_slider_thumb {
    position: relative;
}

.arrow_button {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 9;
}

.arrow_button svg {
    width: 1.6rem;
    height: auto;
}

.arrow_button.bottom {
    bottom: -3rem;
    top: unset;
}
.wrap_nav_filter.active .close_filter svg {
    transform: rotate(180deg);
}

.wrap_nav_filter .wrap_top {
    cursor: pointer;
}
.vision_content p {
    margin-bottom: .4rem;
}
ul.fixed_button li:nth-child(2) {
    margin: 0;
}
.menu_main_solution ul li.current-menu-item>a,.menu_main_solution ul li a:hover {
    color: #234b9e;
}

.menu_solution>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    transition: .4s all;
    height: 2px;
    background: #234b9e;
    left: 50%;
    transform: translateX(-50%);
}

.menu_solution>ul>li>a:hover:before {
    width: 100%;
}

.menu_main_solution ul li.current-menu-item>a:before {
    width: 100%;
}
.solution_paga_tax .item.all:hover {
}

.solution_paga_tax .item {
    transition: .4s all;
}

.solution_paga_tax .item.all:hover b {
}
.menu_main_solution {}

.menu_main_solution button.toggle {
    display: none;
}

.menu_solution>ul>li:hover>ul {
    display: block;
    opacity: 1;
    box-shadow: 0 0 5px #d7d7d7;
    pointer-events: unset;
}

.menu_solution>ul>li>ul {
    position: absolute;
    bottom: 0;
    bottom: 0;
    transform: translateY(100%);
    background: #ffff;
    width: 100%;
    min-width: 12rem;
    border: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: .5s all;
    display: block;
    pointer-events: none;
}

.menu_solution>ul>li {
    position: relative;
}

.menu_solution>ul>li>ul a {
    line-height: normal;
    padding: .75rem 1rem !important;
    display: flex;
}

.menu_solution>ul>li>ul li +li {
    border-top: 1px solid #e9e9e9 !important;
}
a.download_file {
    transition: .4s all;
}

a.download_file:hover {
    border-color: #234b9e;
    background: #234b9e;
    color: #fff;
}

a.download_file path {
    transition: .4s all;
}

a.download_file:hover path {stroke: #fff;}
ul.list_link li:nth-child(1) a:hover {
    background: #234b9e;
    border-color: #234b9e;
}

ul.list_link li:nth-child(1) a {
    transition: .4s all;
}
.product_details .box_content>span {
    font-size: 1rem;
    opacity: .5;
    text-transform: uppercase;
}
.product_details .box_content>.content {
    color: rgb(51 51 51 / 50%);
}

.product_details .box_content>.content .price {
    color: #333;
}

ul.list_link li:nth-child(1) a .icon {margin-right: .4rem;}
.wrap_bottom li.empty {
    opacity: .5;
    pointer-events: none;
}
.wrap_bottom li.empty.active {
    opacity: 1;
    pointer-events: unset;
}
a.reset_filter {
    position: absolute;
    top: -2.4rem;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: var(--Green_Ecom_1, #00A34D);
}

.wrap_nav_filter .wrap_bottom {
    position: relative;
}

a.reset_filter svg {
    width: 0.8633rem;
    height: auto;
    margin-right: .3rem;
}

.wrap_info_product .box_item {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.item_attribute.cong-suat {
    order: -1;
}

.item_attribute {
    width: 100%;
}
.button-choices .btn-option.active {
    background: #234b9e;
    color: #fff;
    border-color: #234b9e;
}
.slider_product_sale .wrap_info_product .box_item {
    justify-content: center;
}
span.woocommerce-Price-amount.amount bdi {
    color: #00a34d;
}
.slider_product_sale span.price,
.slider_product_sale .price-wrapper{
    text-align: center;
}
.slider_product_sale_wrap {
    display: flex;
    flex-wrap: wrap;
}

.slider_product_sale_wrap .col {
    width: calc(20% - 1rem);
    margin: 0 .5rem 1rem;
}

.slider_product_sale_wrap {
    margin: 0 -0.5rem 0 !important;
}
.item_combo ul li a svg {
    max-width: 55%;
}
a.term_level_1.active,a.term_level_2.active {
    color: var(--234-b-9-e, #234B9E);
}
.filter_checkbox{
    display: none;
}
a.term_level_3 {
    color: #333;
}

a.term_level_3:before {
    width: 1rem;
    height: 1rem;
    display: block;
    content: '';
    border: 1px solid #333;
    border-radius: 50%;
    margin-right: .5rem;
}

a.term_level_3 {
    display: flex;
    align-items: center;
}

a.term_level_3.active:before {
    background-color: #234B9E;
    border-color: #234B9E;
    background-image: url(../images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}
div#load_product.search-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.wrap_product.search-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: .5rem;
}
.header-vertical-menu__title {
    display: flex;
    align-items: center;
}

span.header-vertical-menu__icon {
    display: flex;
}
.page-template-document {
    overflow: unset;
}

.document_sec_2 .inner {
    position: sticky;
    top: 10rem;
}
.logged-in .log_loi{
    display: block !important;
}
.out-of-stock-label,
.image-tools.top.right{
    display: none;
}
.box_content_hidden {
    border-radius: 0.5rem;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 2rem 4rem;
    margin-top: 2rem;
}
.vertical-thumbnails::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.vertical-thumbnails::-webkit-scrollbar
{
    width: 0;
    background-color: #cedbff;
}

.vertical-thumbnails::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

a.zoom-button {
    display: none !important;
}
.woocommerce-variation-description {
    display: none;
}
/*.variations_form [role="alert"] {*/
/*    display: none;*/
/*}*/
.woocommerce-variation-availability {
    display: none;
}
.document_tabs_block .wrap_slider {
    max-width: 100%;
}

.home_solution_7 .tab_block {
    width: 100%;
}

.slider_document .document_item {
    width: calc(100% - 2rem);
    margin: 0 1rem;
}

.document_tabs_block .certificate_arrow.left {
    left: -4rem;
}

.document_tabs_block .certificate_arrow.right {
    right: -4rem;
}
.tax_info .box_content a.download_file {
    margin-top: 1rem;
}
.item_tax>svg {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9;
    display: block;
    width: 2rem;
    height: auto;
}
.item_application .box_sidebar .content {
    font-size: .75rem;
    margin-bottom: 1rem;
}
.box_filter ul a:hover {
    color: var(--234-b-9-e, #234B9E);
}
.box_filter ul a:hover {
    color: var(--234-b-9-e, #234B9E);
}
.about_sec_4 .core-item  img{
    transform: rotateY(0deg) !important;
    transition: .5s all;
}
.about_sec_4 .core-item:hover img{
    transform: rotateY(360deg) !important;
}
.list_blog_cta button {
    padding: 0.417rem 0.429rem 0.429rem 1.2rem;
}
.project_detail_2 img {
    opacity: 0;
}

.project_detail_2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.bg_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000a3;
    opacity: 0;
    transition: .5s all;
}

.bg_ svg {
    width: 4rem;
    height: auto;
    fill: #fff;
}

.project_gallery_item:hover .bg_ {
    opacity: 1;
}

.project_gallery_item.relative:last-child {}

.project_gallery_item:nth-child(6) .bg_ {
    display: none;
}
.box_filter ul {
    max-height: 17rem;
    overflow: auto;
}
.box_filter ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.box_filter ul::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.box_filter ul::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
.sku_product {
    color: #234b9e;
    font-size: 1.5rem;
}
.wrap_bottom li.empty {
    display: none;
}

.wrap_bottom li.no_hidden {
    display: flex;
}
h3.heading_title.text-center:before {
    left: 50%;
    transform: translateX(-50%);
}

div#form_tu_van {
    max-width: 50rem;
    border-radius: 1rem;
}
ul.menu_acc a .icon svg {
    transform: rotateY(0deg);
    transition: .4s all;
}

ul.menu_acc a:hover .icon svg {
    transform: rotateY(360deg);
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown-default {
    border: none !important;
    padding: .5rem;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    color: #333;
}

.nav-dropdown-default .nav-column li>a:hover, .nav-dropdown.nav-dropdown-default>li>a:hover {
    color: #234b9e;
}
.arrow_slider:hover {
    background: #234b9e !important;
}
.store_4 h2.heading_title {
    margin: 0;
}

.store_4  .row {
    align-items: flex-end;
}

.store_4 .wrap_product_nb {
    margin-top: 1.2rem;
}
a.button_plus svg {
    transform: rotate(0);
    transition: .5s all;
}

.item_product_nb:hover a.button_plus svg {
    transform: rotate(360deg);
}
.store_7_items .item:hover a.button_style {
    background: #fff;
    color: #00A8DC;
    border-color: #00A8DC;
}
a.link_catalogue {
    background: #00A34D;
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    color: #fff;
    padding: 0.4rem 0.8rem;
    margin-top: 1.3rem;
    transition: .4s all;
}

a.link_catalogue svg {
    width: 1rem;
    height: auto;
    margin-left: .3rem;
}

a.link_catalogue:hover {
    background: #234b9e;
}
.badge-container {
    margin: 0 !important;
}
.product-gallery-slider .flickity-slider {
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: calc(100% - 2px);
}
.ux-swatches--circle .ux-swatch--label:hover ,
.ux-swatches-attribute-ux_color .ux-swatch:hover{
    box-shadow: 0 0 2px #234b9e !important;
}

.ux-swatches--circle .ux-swatch--label,
.ux-swatches-attribute-ux_color .ux-swatch{
    box-shadow: 0 0 0 #234b9e !important;
    transition: .4s all;
}
.custom-product-page .add-to-cart-container span.woocommerce-Price-amount.amount bdi {
    color: var(--234-b-9-e, #234B9E);
}
.faq_sec_2 .tab_title h2 {
    font-size: 2rem;
}
.load_more_office a button {
    background: #00A8DC;
}
.document_tabs_block .swiper-pagination {
    position: unset;
    margin-top: 2rem;
}
.solution_paga_tax .item.active img,.solution_paga_tax .item:hover img {
    opacity: 1;
}

.solution_paga_tax .item.active b,.solution_paga_tax .item:hover b {
    opacity: 0;
}
.banner_tax_product .box_img img {
    max-height: 24rem;
    width: auto;
}
.wrap_body .item .box_img {
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
}

.wrap_box_document:hover .box_img:before {
    opacity: 1;
}

.wrap_box_document {
    display: inline-block;
}
.hidden_content {
    display: -webkit-box;
    -webkit-line-clamp: 6;   /* chỉ hiển thị 6 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hidden_content.expanded {
    -webkit-line-clamp: unset; /* bỏ giới hạn */
}
button.btn-readmore {
    margin: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    color: var(--Green_Ecom_1, #00A34D);
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: unset;
    line-height: 1;
    margin-top: 1rem;
}

button.btn-readmore svg {
    width: 1rem;
    display: block;
    margin: auto;
}
.document_filter strong a:hover {
    color: var(--234-b-9-e, #234B9E);
}
ul.fixed_button span {
    color: #333;
    padding: .2rem 1.5rem;
    border-radius: 100px;
    position: absolute;
    width: max-content;
    top: 50%;
    transform: translate(-131%,-50%);
    left: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
    box-shadow: 0 0 .5rem #045ca65c;
}

ul.fixed_button a {
    position: relative;
}

ul.fixed_button a:hover span {
    opacity: 1;
}
.store_5_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 100%;
}

section.store_5 {
    position: relative;
}

body.page-template-store {
    overflow: unset;
}

ul.nav_tabs_app {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}

ul.nav_tabs_app {
    margin: 0;
    background: #fff;
    border-radius: 0 2rem 2rem 0;
    border-top: 1px solid var(--2, #00C45D);
    border-right: 1px solid var(--2, #00C45D);
    border-bottom: 1px solid var(--2, #00C45D);
    background: var(--ffffff, #FFF);
    box-shadow: 0 0 20px 0 rgba(4, 92, 166, 0.10);
    padding: 1rem 0;
    list-style: none;
    margin: 0;
}

ul.nav_tabs_app a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.2rem;
    width: 100%;
    outline: none !important;
}

ul.nav_tabs_app a img {
    max-width: 52%;
    transform: scale(1);
    transition: .5s all;
}

ul.nav_tabs_app a:hover img {
    transform: scale(1.1);
}
.wrap_bottom .filter_chung_loai li.empty {
    display: flex;
}
.custom-select li.active {
    background: var(--234-b-9-e, #234B9E);
    color: #fff;
}
.wrap_result_filter ul li:hover {
    cursor: pointer;
    background: var(--234-b-9-e, #234B9E);
    color: #fff;
}

.wrap_result_filter ul li {
    transition: .3s all;
}
.wrap_box_title {
    display: flex;
    padding: 0 3.25rem 0 1.25rem;
    margin: 2rem -0.5rem 1rem;
}

.wrap_box_title .item_title {
    width: calc(100% / 8);
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 700;
    padding: 0 .5rem;
}

.wrap_nav_filter .wrap_bottom {
    margin-top: 0;
}

.wrap_nav_filter .wrap_bottom .inner {
    max-height: 15rem;
    overflow: auto;
}
.wrap_nav_filter .wrap_bottom .inner::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.wrap_nav_filter .wrap_bottom .inner::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

.wrap_nav_filter .wrap_bottom .inner::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.tt-custom-shipping-method .shipping__list_item {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-checkout  ul.fixed_button {
    display: none;
}
.home .fixed_button {display: none !important;}
.menu_solution>ul>li>ul a:hover {
    background: var(--234-b-9-e, #234B9E);
    color: #fff;
}
p.wc-no-matching-variations.woocommerce-info {
    font-size: .7rem;
    color: #00a34d;
}
.wrap_nav_filter .wrap_bottom li:hover {
    color: var(--234-b-9-e, #234B9E);
}
.product_details .wrap_result_filter {
    display: flex;
}
.product_details .wrap_result_filter .reset_filter{
    position: unset;
    flex: 0 0 auto;
    margin-left: 1rem;
}
.product_solution_page .wrap_box a.reset_filter {
    position: unset;
    flex: 0 0 auto;
    margin-left: .5rem;
    margin-top: .3rem;
}

.product_solution_page .wrap_box {
    display: flex;
    border-top: 1px solid #D3EBFF;
    margin-top: 1rem;
    padding-top: 1.18rem;
    align-items: flex-start;
}

.product_details .wrap_result_filter {
    margin: 0;
    padding: 0;
}
.product_details .wrap_result_filter {
    border: none;
}
.solution_paga_tax .item.active b {
    background: var(--Gradient, linear-gradient(86deg, #0070FF 0.44%, #234B9E 99.63%));
    color: #fff !important;
}
.custom-select li[data-value="all"] {
    display: none;
}
.banner_tax_product .box_img {
    position: absolute;
    bottom: 0;
    width: auto;
    display: flex;
    justify-content: center;
    width: 43rem;
    height: 100%;
}
.banner_tax_product .col.large-6.medium-6 {
    position: unset;
}

section.banner_tax_product {
    position: relative;
}
.item_product .box-image a {
    padding-bottom: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.item_product .box-image a img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.arrow_down {
    width: 3rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_head {
    padding-right: 3rem;
}

.item_product_table.active .arrow_down svg {
    transform: rotate(180deg);
}

.arrow_down svg {
    width: 1.2rem;
    height: auto;
}
.item_product .box-image a{
    margin-bottom: .5rem;
}
.ux-swatch.disabled {
    display: none;
}
@media only screen and (min-width: 768px) {

    div#filterSolution.wrap_nav_filter .wrap_bottom .wrap_col:nth-child(4),
    div#filterSolution.wrap_nav_filter .wrap_bottom .wrap_col:nth-child(6),
    div#filterSolution .wrap_box_title .item_title:nth-child(4),
    div#filterSolution .wrap_box_title .item_title:nth-child(6){
        width: 8%;
        flex: 0 0 auto;
    }

    div#filterSolution.wrap_nav_filter .wrap_bottom .wrap_col:nth-child(7),
    div#filterSolution .wrap_box_title .item_title:nth-child(7){
        width: 12%;
        flex: 0 0 auto;
    }

    div#filterSolution.wrap_nav_filter .wrap_bottom .wrap_col:nth-child(3),
    div#filterSolution .wrap_box_title .item_title:nth-child(3){
        width: 11%;
        flex: 0 0 auto;
    }
    div#filterSolution.wrap_nav_filter .wrap_bottom .wrap_col,
    div#filterSolution .wrap_box_title .item_title{
        width: 20%;
    }
    div#filterSolution.wrap_nav_filter .wrap_bottom .wrap_col:nth-child(5),
    div#filterSolution .wrap_box_title .item_title:nth-child(5) {
        width: 12%;
        flex: 0 0 auto;
    }
    .wrap_product_table .item_col:nth-child(1),
    div#filterSolution .wrap_box_title .item_title:nth-child(1) {
        width: 20%;
    }
}
@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);
    }
    .home_solution_1 {
        min-height: unset;
    }
    .item_application .item_product {
        width: calc(calc(100% / 3) - .8rem);
    }

}
@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;
    }
    .menu_solution>ul>li+li {
        margin-left: 3rem;
    }

    .menu_main_solution ul li.logo_header {
        margin-right: 3rem !important;
    }
    svg.home_solution_wcu_svg {
        display: none;
    }
    .item_product {
        width: calc(calc(100% / 3) - .8rem);
    }
    .home_solution_wcu_cta {
        transform: unset;
    }
    ul.header_menu_left a {
        font-size: 1.2rem;
    }
}
@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;
    }
    .header_bottom {
        position: fixed;
        left: 0;
        top: 4.5rem;
        transform: translateX(-100%);
        height: 100vh;
        width: 100%;
        background: rgb(0 0 0 / 80%);
        transition: .5s all;
    }

    .header_top .left {
        display: none;
    }

    .header_top form#searchform {
        display: none;
    }

    .home_solution_1 .home_solution_banner {
        height: auto !important;
    }
    .home_solution_arrow_wrap {
        display: none;
    }
    .home_solution_about {
        height: auto !important;
        margin-left: -15px;
    }
    .hamburger {
        position: relative;
        width: 1em;
        height: 1em;
        font-size: inherit;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .hamburger.is-sm {
        font-size: 1rem;
    }
    .hamburger.is-md {
        font-size: 1.5rem;
    }
    .hamburger.is-lg {
        font-size: 2rem;
    }
    .hamburger-line {
        position: absolute;
        right: 0;
        width: 100%;
        height: 0.125em;
        border-radius: 0.125em;
        background: currentColor;
        transition: inherit;
    }
    .hamburger-line:nth-child(1) {
        top: 0.125em;
    }
    .hamburger.is-active .hamburger-line:nth-child(1), .w-nav-button.w--open .hamburger-line:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotateZ(-135deg);
    }
    .hamburger-line:nth-child(2) {
        top: 0.438em;
    }
    .hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
        right: 50%;
        width: 0;
    }
    .hamburger-line:nth-child(3) {
        top: 0.75em;
        width: 0.625em;
    }
    .hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
        top: 50%;
        width: 100%;
        transform: translateY(-50%) rotateZ(135deg);
    }
    .header_top .language_menu {
        margin: 0;
    }

    .header_top .right svg {
        width: auto;
    }

    .header_top {
        justify-content: flex-end;
    }

    .hamburger.is-md {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    a.logo_home_solution img {
        width: auto;
        height: 3rem;
    }

    a.logo_home_solution {
        background: transparent;
        padding: 0;
    }

    .header-wrapper {
        padding: .6rem 0;
    }

    .header_top .right svg {
        height: 1.6rem;
    }

    .hamburger.is-md.is-active+.header_bottom {
        transform: translateX(0%);
    }

    .menu_main_solution ul {
        display: block;
    }

    .menu_main_solution ul li.logo_header {
        display: none;
    }

    .menu_main_solution {
        height: 100%;
        background: #fff;
        width: 80vw;
        transform: translateX(-100%);
        transition: .5s all;
    }

    .menu_solution>ul>li>a {
        padding: 0 1rem !important;
        font-size: 1.3rem;
        color: #333;
    }

    .menu_solution>ul>li+li {
        margin: 0;
    }

    .menu_main_solution ul li+li {
        border-top: 1px solid rgb(51 51 51 / 6%) !important;
    }

    .hamburger.is-md.is-active+.header_bottom .menu_main_solution {
        transform: translateX(0%);
        transition-delay: .3s;
    }
    section.wrap_home_page {
        flex-wrap: wrap;
    }

    section.wrap_home_page .item {
        width: 100%;
        height: 50vh;
    }

    .logo_header svg.hoa_tiet {
        width: 36rem;
    }
    .arrow_slider {
        left: 5px;
    }

    .arrow_slider.next {
        right: 5px;
    }
    .store_2 .arrow_slider {
        left: -.7rem;
    }

    .store_2 .arrow_slider.next {
        right: -.7rem;
    }

    .item_combo {
        width: calc(100% - 1rem) !important;
    }

    .item_combo:nth-child(4) .inner {
        padding-bottom: 100%;
    }

    a.button_add_to_cart svg {
        max-width: 59%;
    }

    body {
        font-size: 1.2rem;
    }

    .sub_title {
        font-size: 1rem;
    }

    .store_2_wrap .left {
        margin-top: 3rem;
    }

    .store_2_wrap .rigth img {
        width: 24rem;
        right: 2rem;
    }

    .item_combo .box_content span {
        font-size: 1rem;
    }

    .item_combo h3 {
        font-size: 1.3rem !important;
    }

    .item_combo .left>span {
        font-size: 1rem;
    }

    .item_combo ul li a {
        display: flex;
    }

    section.store_4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .store_3 {
        padding-bottom: 2rem;
    }

    .item_product_nb {
        width: 100%;
    }

    .wrap_product_nb {
        display: flex;
        flex-wrap: wrap;
    }

    .item_product_nb:nth-child(6) .inner {
        padding-bottom: 100%;
    }

    .item_product_nb h3 {
        font-size: 1.5rem;
    }

    .product_count {
        font-size: 1.1rem;
    }

    .item_product_nb .inner {
        padding-bottom: 66% !important;
    }

    section.store_4 .col.large-6.medium-6.text-right {
        order: 6;
        text-align: center;
        margin-top: 1rem;
    }

    .button_style {
        height: 3rem;
        font-size: .9rem;
    }

    section.store_5 {
        padding-top: 2rem;
    }

    .item_application .wrap_box {
        display: block;
    }

    .item_application_nav b {
        flex: 0 0 auto;
        font-size: 1.1rem;
        margin: 0 0 .4rem;
        text-align: center;
        display: block;
    }

    .item_application_nav {
        display: block;
    }

    .item_application_nav ul {
        flex-wrap: wrap;
        margin: 0 -.2rem;
        justify-content: center;
    }

    .item_application_nav ul li {
        margin: .2rem !important;
    }

    .item_application_nav ul a {
        margin: 0 !important;
        font-size: 1rem;
        height: 2.6rem;
    }

    .item_application .box_sidebar {
        width: 100%;
        min-height: 64rem;
        background-size: 100% auto;
    }

    .item_application .box_sidebar ul a {
        font-size: 1rem;
        padding: .7rem 0;
    }

    .item_application .item_product {
        width: calc(calc(100% / 2) - .8rem);
    }

    .wrap_product {
        margin-top: 2rem;
    }

    .item_product .badge-container {
        font-size: .7rem;
    }

    .item_product .product-title {
        font-size: 1.3rem;
    }

    .item_product span.price {
        font-size: 1rem;
    }

    .item_product span.woocommerce-Price-amount.amount.regular {
        font-size: .8rem;
    }

    .store_6 {
        background-attachment: unset;
    }

    .store_6_items {
        display: block;
    }

    .store_6_items .item {
        width: 100%;
        padding: 2rem;
    }

    section.store_7 {
        padding-top: 4rem;
    }

    .store_7_items {
        margin-top: 2rem;
        flex-wrap: wrap;
    }

    .store_7_items .item {
        width: calc(100% - 1rem);
    }

    .store_7_items .item+.item {
        margin-top: 2rem;
    }

    .store_7_items h3 {
        font-size: 1.6rem;
    }
    .item_product {
        width: calc(calc(100% / 2) - .8rem);
    }

    .archive_page_sidebar {
        position: fixed;
        z-index: 99999;
        background: rgb(0 0 0 / 50%);
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        display: flex;
        align-items: flex-end;
        opacity: 0;
        transition: .5s all;
        pointer-events: none;
    }

    .archive_page_sidebar .product_filter {
        max-height: 70vh;
        overflow: auto;
        width: 100%;
        background: #fff;
        padding: 1rem;
        border-radius: 1rem 1rem 0 0;
        transform: translateY(100%);
        transition: .5s all;
    }

    .box_filter ul a {
        font-size: 1.1rem;
    }

    .box_filter .title {
        font-size: 1.6rem;
    }



    .archive_page_sidebar.active {
        opacity: 1;
        pointer-events: unset;
    }

    .archive_page_sidebar.active .product_filter {
        transform: translateY(0%);
        transition-delay: .4s;
    }
    .nav_top {
        font-size: 1.2rem;
        display: block;
    }

    select#sort-product {
        margin-left: 1rem;
    }

    .nav_top .right {
        margin-top: 1rem;
    }
    .breadcrumbs ol * {
        font-size: 1rem;
    }
    img.logo_footer {
        margin: 0 auto 0;
    }

    .footer_top_items .icon img {
        margin: 0;
    }

    .footer_top_items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_top_items .item {
        width: 100%;
        justify-content: center;
        margin-top: 1.7rem;
    }

    .footer_top_items .item {
        font-size: 1.3rem;
    }

    .footer_top_items .item b {
        font-size: 1.3rem;
    }

    .footer_top_items .icon img {}

    .footer_top_items .icon {
        width: 3.2rem;
        height: 3.2rem;
    }

    .title_footer {
        font-size: 1.5rem;
    }

    .footer_1_info span {
        font-size: 1.2rem;
    }

    ul.menu_footer a {
        font-size: 1.2rem;
    }

    .footer_bottom .col+.col {
        margin-top: 2rem;
    }

    .footer_6_wrap .left {
        display: block;
        margin-bottom: 2rem;
    }

    .footer_6_wrap {
        display: block;
    }

    .wrap_form_footer input:not([type="submit"]) {width: 100%;height: 3rem;font-size: 1.1rem;}

    .wrap_form_footer span.wpcf7-form-control-wrap {
        width: 100%;
    }

    ul.phuong_thuc li {
        width: 25%;
    }

    .wrap_form_footer input[type="submit"] {
        width: 2.7rem;
        height: 2.7rem;
    }

    .footer_6_wrap .left .title_footer {
        margin: 0 0 .5rem 0;
    }

    .copyright_footer {
        display: block;
        text-align: center;
        justify-content: center;
    }

    ul.menu_copyright {
        justify-content: center;
    }

    .copyright {
        font-size: 1rem;
    }

    ul.menu_copyright a {
        font-size: 1rem;
    }
    .open_filter_product .fixed_filter {
        left: 15px;
    }
    .product_tags  svg {
        height: 1.3rem !important;
    }
    .close_menu {
        position: absolute;
        top: 15px;
        right: 15px;
        background: var(--234-b-9-e, #234B9E);
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 1.3rem;
        padding: .5rem 1.5rem;
        border-radius: 1rem;
    }

    .close_menu svg {width: 1.5rem;fill: #fff;display: block;margin-left: .2rem;}
    .wrap_tax_product .item {
        width: calc(calc(100% / 3) - 1rem);
        margin: 0 .5rem 1rem;
    }

    .nav_option_filter>span {
        padding: 0;
    }

    .nav_option_filter ul li {
        font-size: 1rem;
    }

    .wrap_tax_product .item h3 {
        font-size: .9rem;
    }

    .wrap_tax_product {
        margin: 0 -0.5rem;
    }
    .item_cs {
        display: block !important;
    }

    .item_cs .title {
        width: 100%;
    }

    .vertical-thumbnails {
        margin-bottom: 2rem !important;
    }

    h1.product-title.product_title.entry-title {
        margin-top: 3rem;
    }

    h1.product-title {
        font-size: 2rem;
    }

    .variations .label label {
        font-size: 1rem;
    }

    .ux-swatches--circle .ux-swatch--label {
        font-size: 1rem;
    }

    .content_thong_so table tr:first-child td {
        font-size: 1rem;
    }

    .accessory-item {
        width: 100%;
    }

    .accessory-item .price del {
        font-size: 1rem;
    }

    .bundle_total {
        font-size: 1rem;
    }

    .related-accessories-box h3 {
        font-size: 1.2rem;
    }

    .content_thong_so table {
        border-radius: 10px;
        border=r: ;
        border=r: 1;
    }

    .item_box .flex.items-center {
        flex-wrap: wrap;
    }

    .item_box h3.title_box {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }

    a.download_file {
        font-size: 1.1rem;
        height: 3rem;
    }

    a.download_file svg {
        width: 1.5rem;
    }

    .wrap_section_product .item_product {
        margin: 0.5rem;
    }

    .wrap_section_product .swiper {
        margin: 0 -0.5rem;
    }
    .cart-popup-title.text-center span {
        font-weight: 700;
    }
    .quantity .button {
        line-height: 2.1rem;
    }

    .content_thong_so {
        margin-top: 3rem;
    }
    .wrap_nav_filter .wrap_bottom .wrap_col {
        width: calc(100% / 2);
        margin-bottom: 2rem;
    }

    .wrap_nav_filter .wrap_bottom .inner {
        flex-wrap: wrap;
    }

    .wrap_nav_filter .wrap_bottom .wrap_col b {
        position: unset;
        margin-bottom: 1rem !important;
        display: block;
    }

    .item_cat {
        width: calc(calc(100% / 2) - 1rem);
    }

    .item_tax {
        width: calc(calc(100% ) - 1rem);
        margin-bottom: 1rem;
    }

    .item_cat .box_img {
        height: 13.6rem;
    }

    .item_cat .content {
        font-size: .9rem;
    }

    .solution_wrap_tax+.solution_wrap_tax {
        margin-top: 2rem;
    }
    .solution_paga_tax {
        margin-bottom: 1rem;
    }
    .wrap_nav_filter .wrap_bottom {
        margin-top: 1rem;
    }
    .banner_tax_product .box_img {
        position: unset;
    }

    .banner_tax_product .box_content {
        margin-top: 2rem;
        text-align: center;
    }

    .banner_tax_product {
        padding-bottom: 3rem;
    }

    .filter_cong_suat b {
        flex: 0 0 auto;
    }

    .filter_cong_suat ul li {
        flex: 0 0 auto;
        font-size: .9rem;
    }

    .filter_cong_suat ul {
        overflow: auto;
    }

    .item_size {
        width: calc(calc(100%) - 1rem);
        height: 27rem;
    }

    .item_product_size {
        width: calc(calc(100% / 2) - 1rem);
    }
    .product_details h1.heading_title {
        font-size: 2.5rem;
    }

    .wrap_product_info {
        padding: 1.5rem .5rem;
    }

    .wrap_product_info .item {
        width: 100%;
    }

    .wrap_product_info .inner.flex {
        flex-wrap: wrap;
    }

    .wrap_product_info b {
        font-size: 1.2rem;
    }

    .wrap_product_info .item+.item {
        margin-top: 3rem;
    }

    .wrap_select_filter {
        flex-wrap: wrap;
        gap: .5rem;
    }

    .wrap_select_filter .item {
        width: calc(calc(100% / 2) - .4rem);
    }

    .selected-option {
        font-size: 1rem;
    }

    .custom-select li {
        font-size: 1rem;
    }

    .wrap_nav_filter .wrap_top {
        padding-left: 0;
        padding-right: 0;
    }
    .wrap_result_filter ul {
        overflow: auto;
    }

    .wrap_result_filter ul li {
        flex: 0 0 auto;
        font-size: .9rem;
    }
    .wrap_product_table {
        width: 84rem;
    }

    .wrap_box_table {
        overflow: auto;
    }

    .item_product_table {
        font-size: .9rem;
    }
    .footer_1 .col.large-4.medium-4>.wrap_link_file {
        justify-content: center;
    }

    .wrap_link_file {
        justify-content: center;
    }

    img.footer_logo {
        margin: 0 auto;
    }

    b.footer_title {
        font-size: 1.3rem;
    }

    .footer_solution_info span {
        font-size: 1rem;
    }

    .footer_solution_info .icon {
        width: 3rem;
        height: 3rem;
    }

    .footer_solution_top .col+.col {
        margin-top: 2rem;
    }

    .line_footer {
        margin: 2rem 0 0 0;
    }

    .footer_solution_bottom .wrap {
        display: block;
        text-align: center;
        font-size: 1rem;
    }

    .footer_solution_bottom ul {
        justify-content: center;
    }
    .style_button {
        height: 3rem;
    }

    section.wrap_home_page .item a {
        font-size: 1rem;
    }
    .header-main li.html.custom {
        display: block;
    }

    .html_topbar_left svg {
        width: 5.2rem;
    }

    .header-wrapper {
        padding: 0;
    }

    .off-canvas .nav-vertical>li>a {
        color: #333;
    }

    .has-off-canvas-left .mfp-bg {
        position: fixed !important;
        top: 5rem;
    }

    .off-canvas-left .mfp-content {
        top: 5rem;
        box-shadow: none;
        background: #fff;
    }

    img.ux-sidebar-menu-icon {
        width: 6rem;
    }
    .header_solution>* {
        padding: .6rem !important;
    }
    section.store_8 .col.large-6.medium-6.text-right {
        order: 2;
        text-align: center;
    }

    .item_post_home {
        width: 100%;
    }

    .item_post_home:first-child .box_img .inner {
        height: 23rem;
    }

    .item_post_home h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .item_post_home .box_content {
        padding: 1rem;
    }

    .item_post_home .box_img .inner {
        height: 11.26rem;
    }

    .wrap_post_home {
        margin-bottom: 2rem;
    }
    .document_filter strong, .document_filter strong a {
        color: #ffff;
        font-size: 1.2rem;
    }

    .document_filter_fixed .search_icon {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }

    .filter_item_child_title a {
        color: #fff;
    }

    .document_filter_fixed a {
        color: #fff;
    }
    button.single_add_to_cart_button:before {
        display: none;
    }
    h1.product-title.product_title.entry-title {
        margin-top: .5rem;
    }

    ul.breadcrumbs_product {
        margin-top: 2rem;
    }
    ul.fixed_button {
        bottom: 50%;
        transform: translateY(50%);
    }
    .wrap_nav_filter .wrap_top {}

    a.reset_filter {
        top: 1.3rem;
        right: .5rem;
    }

    .wrap_nav_filter .wrap_bottom {
        padding-right: 4rem;
    }
    .wrap_nav_filter .wrap_bottom .wrap_col {
        width: 100%;
        margin-bottom: 0;
        padding: 1rem 0;
    }

    .wrap_nav_filter .wrap_bottom .wrap_col b {
        font-size: 1.2rem;
        margin: 0 !important;
    }

    .wrap_nav_filter .wrap_bottom li {
        font-size: 1rem;
    }

    .wrap_nav_filter .wrap_bottom ul {
        display: none;
        margin-top: .5rem !important;
    }

    .wrap_nav_filter .wrap_bottom .wrap_col + .wrap_col {
        border-top: 1px solid rgb(51 51 51 / 10%);
    }
    .wrap_nav_filter .wrap_bottom {padding: 0 1.5rem 1rem;}
    .wrap_nav_filter .wrap_top>* {
        font-size: 1rem;
    }

    .wrap_nav_filter .close_filter svg {
        width: 1.1rem;
    }
    a.reset_filter {
        position: unset;
        font-size: 1.3rem;
        margin-bottom: 1rem !important;
    }

    a.reset_filter svg {
        width: 1.4rem;
    }
    .wrap_nav_filter .wrap_bottom .wrap_col b{
        background-image: url(../images/arrpw_down.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 1rem;
    }
    .slider_product_sale_wrap .col {
        width: calc(50% - 1rem);
    }

    .slider_product_sale_wrap {
        margin: 2rem -2rem 0 !important;
    }
    .blog_list_3 form {
        width: 100%;
    }

    .list_blog_heading_search {
        width: 100%;
    }

    .search_icon {
        width: 2rem;
        height: 2rem;
    }
    .list_blog_heading ul {
        justify-content: center;
    }
    .list_blog_heading {
        display: block;
    }

    .list_blog_heading ul {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .product-gallery {
        margin: 3rem 0;
    }
    .breadcrumbs ol li:not(:last-child) {
        flex: 0 0 auto;
    }

    .single-product .breadcrumbs ol {
        overflow: hidden;
    }
    .post_single_related_list .swiper-pagination {
        bottom: -15%;
    }
    .document_title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 3.7rem;
    }
    .menu_solution>ul>li>ul {
        position: unset;
        transform: unset !important;
        pointer-events: unset;
        display: none !important;
        opacity: 1 !important;
    }

    .menu_main_solution button.toggle {
        display: block !important;
    }
    span.wpcf7-list-item-label {
        align-items: center;
        display: flex;
    }
    .project_detail_2 img {
        opacity: 1;
    }
    .home_solution_about_count {
        display: flex;
    }

    .first_count_number {
        font-size: 3rem;
    }

    .first_count_strong {
        font-size: 2rem;
        margin-bottom: .3rem;
    }

    .first_count_sub {
        font-size: 1.5rem;
    }

    .first_count_content {
        font-size: .8rem;
    }

    .second_count_number {
        font-size: 2rem;
    }

    .third_count_number {
        font-size: 2rem;
    }

    .second_count_content, .third_count_content {
        font-size: .8rem;
    }

    .home_solution_about_count {
        gap: 1rem;
    }

    .second_count_box {
        margin-bottom: .3rem;
    }

    .third_count_sub {
        font-size: 1.5rem;
    }

    .third_count_box {
        margin-bottom: .3rem;
    }
    .home_solution_strong {
        font-size: 1.2rem;
    }
    .slider_document .swiper-pagination {
        position: unset;
        margin-top: 1rem;
    }

    .home_solution_7:before {
        pointer-events: none;
    }

    .home_solution_7 {
        padding-bottom: 4rem;
    }
    .home_solution_project_image {
        height: auto;
    }
    .home_solution_wcu_cta {
        gap: 1rem;
    }
    .top_slide_content_text {
        font-size: 1.4rem;
    }
    ul.fixed_button {bottom: 0;transform: unset;left: 0;width: 100vw;display: flex;justify-content: space-around;background: linear-gradient(86deg, #234B9E 0.48%, #0070FF 138.17%);z-index: 100;align-items: center;}

    ul.fixed_button li {
        margin: 0;
    }

    a.back_to_top {
        display: flex;
    }
    select.tab-select {
        border-radius: 100px;
        height: 3rem;
    }
    .grop_content .content {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .grop_content .content.expanded {
        text-overflow: ellipsis;
        -webkit-line-clamp: 100;
    }
    section.store_2 {
        padding: 4.95rem 0 2.5rem;
    }

    .store_2_wrap .rigth img {
        width: 20rem;
        right: 4rem;
    }

    .store_2_wrap .left {
        margin-top: 1rem;
    }

    .item_product .badge-container {font-size: 1rem;}

    .store_2_wrap {
        padding: 1.35rem .3rem 3.5rem;
    }

    .slider_product_sale .image-zoom {
        height: 8rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider_product_sale .image-zoom a {
        align-items: center;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .slider_product_sale .image-zoom a img {
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .wrap_product_info {
        max-height: 20rem;
        overflow: hidden;
    }

    .wrap_product_info:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 15rem;
        background: linear-gradient(0deg, #fff, transparent);
    }
    a.xem-them {
        position: relative;
        z-index: 2;
        display: block;
        margin: auto;
        width: 6rem;
        text-align: center;
        margin: auto;
    }

    .wrap_product_info.expanded {
        max-height: unset;
    }

    .wrap_product_info.expanded:before {
        display: none;
    }
    body.page-template-store {
        overflow: hidden;
    }
    body.page-template-store {
        overflow: hidden;
    }

    .store_5_wrap {
        display: none;
    }
    ul.header_menu_left {
        display: flex;
        justify-content: center;
        padding: .5rem;
        margin-top: 2rem;
    }

    ul.header_menu_left a {
        font-size: 1.2rem !important;
        line-height: normal !important;
    }

    .menu_main_solution ul.header_menu_left li {
        border: none !important;
    }
    ul.header_menu_left a {
        width: auto !important;
        padding: 0 !important;
        text-align: center;
        justify-content: center;
    }

    ul.header_menu_left li {
        padding: 0 !important;
    }
    ul.header_menu_left li {
        width: 50%;
    }

    .menu_main_solution ul.header_menu_left {
        padding-top: 1rem;
        border-top: 1px solid rgb(51 51 51 / 6%) !important;
        margin-top: 0;
    }
    .hamburger.is-md.is-active+.header_bottom {
        opacity: 1;
        pointer-events: unset;
    }

    .header_bottom {
        transform: translateX(0%);
        opacity: 0;
        pointer-events: none;
    }
    .wrap_box_title {
        DISPLAY: NONE;
    }
    .wrap_nav_filter .wrap_bottom .inner {
        max-height: unset;
    }
    .grop_content .content+a.xem-them {
        width: max-content;
    }
    .product-thumbnails .flickity-slider,
    .product-thumbnails .flickity-viewport{
        height: 6rem !important;
    }
    .product-thumbnails a img{
        padding: 1rem;
        height: 6rem !important;
        object-fit: contain;
    }

    .single-product .breadcrumbs ol * {
        display: unset;
    }

    .single-product .breadcrumbs ol {
        display: block;
        text-wrap: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .single-product .breadcrumbs ol>* {
    }

    .single-product .breadcrumbs ol li + li:before {display: inline-block;}
    .post-type-archive-product ul.fixed_button,
    .tax-product_cat ul.fixed_button{
        display: none;
    }
    .banner_tax_product .box_img {
        width: 100%;
    }
    .item_tax {
        position: unset;
    }

    .solution_wrap_tax {
        padding: 0;
    }
}