body {
    font-family: 'Open Sans';
    font-size: 15px;
    overflow-x: hidden;
}
.wrap-featured_informations .item {
    padding: 12px 60px 7px;
}

.wrap-featured_informations .item+.item {
    border-left: 1px solid rgb(0 0 0 / 50%);
}

.wrap-featured_informations p {
    margin-bottom: 0;
    margin-left: 15px;
    line-height: 16px;
    font-size: 13px;
}

.list-product-grid {
    display: flex;
    flex-wrap: wrap;
}

.CRitem_product {
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0 6px 12px rgb(0 0 0 / 8%);
    border-radius: 10px;
    background-color: #ffffff;
}

.CRitem_product .product-image a {
    display: block;
    position: relative;
    padding-bottom: 96%;
    height: 0;
}

.CRitem_product .product-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .2s all ease-in-out;
    z-index: 20;
    max-width: 75%;
    max-height: 75%;
    object-fit: contain;
}

.CRitem_product:hover .product-image img {
    transform: translate(-50%, -50%) scale(1.1);
}

.CRitem_product .product-image a::after {
    content: '';
    display: block;
    width: 226px;
    height: 21px;
    background: url('../images/upgrade/underline_img_product.png') center no-repeat;
    background-size: contain;
    left: 50%;
    top: calc(100% - 15px);
    transform: translateX(-50%);
    position: absolute;
    z-index: 30;
}

.CRitem_product .product-info {
    position: relative;
    z-index: 40;
    padding: 20px;
}

.CRitem_product .product-name {
    color: #082340;
    font-family: Trirong;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 25px;
    min-height: 50px;
}

/* .shoppage-upgrade .CRitem_product .product-name{
    -webkit-line-clamp: 3;
    min-height: 75px;
} */

.CRitem_product .product-price {
    color: #ddb95d;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}

.banner-wrapper .banner-item .banner-link{
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

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

.section-upgrade {
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.cl-main {
    color: #1a3a6b;
}

.cl-333 {
    color: #333;
}

.cl-666 {
    color: #666;
}

.cl-999 {
    color: #999;
}

.cl-second-text {
    color: #082340;
}

.cl-gold {
    color: #ddb95d;
}

.trirong {
    font-family: 'Trirong';
}

.fz-50 {
    font-size: 50px;
    line-height: normal;
}

.fz-40 {
    font-size: 40px;
    line-height: normal;
}

.fz-32 {
    font-size: 32px;
    line-height: 1.4;
}

.fz-35 {
    font-size: 35px;
    line-height: 1.3;
}

.fz-30 {
    font-size: 30px;
    line-height: 1.3;
}

.fz-28 {
    font-size: 28px;
    line-height: 1.3;
}

.fz-15 {
    font-size: 15px;
    line-height: 1.6;
}

.fz-16 {
    font-size: 16px;
    line-height: 1.6;
}

.fz-14 {
    font-size: 14px;
    line-height: 1.6;
}

.fz-13 {
    font-size: 13px;
    line-height: 1.6;
}

.fz-17 {
    font-size: 17px;
    line-height: 1.6;
}

.fz-18 {
    font-size: 18px;
    line-height: 1.6;
}

.fz-20 {
    font-size: 20px;
    line-height: 1.4;
}

.link_viewmore a {
    display: inline-block;
    border-radius: 5px;
    background-color: #ddb95d;
    background-image: linear-gradient(-115deg, #ddb95d 0%, #fcf6ab 44%, #ddb95d 99%, #ddb95d 100%);
    line-height: 50px;
    padding: 0 65px;
    color: #333333;
    font-family: 'Trirong';
    font-size: 15px;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
}

.link_viewmore a:hover {
    transform: translateY(-3px);
}

.video-image-link {
    display: block;
    position: relative;
    border-radius: 10px;
    background-color: #000000;
    overflow: hidden;
}

.video-image-link img {
    width: 100%;
    display: block;
    opacity: 0.8;
    transition: .3s all ease-in-out;
}

.video-image-link:hover img {
    transform: scale(1.1);
}

.video-image-link::after {
    content: '';
    display: block;
    width: 77px;
    height: 77px;
    background: url('../images/upgrade/play-button.png') center no-repeat;
    background-size: 100%100%;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-clone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    padding: 10px 0;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 50%);
    transform: translateY(-100%);
    transition: .3s all ease-in-out;
    overflow: hidden;
}

.nav-clone.sticky {
    transform: translateY(0);
    overflow: initial;
}

.nav-clone #CRlogo img {
    height: 40px;
}

.nav-clone #CRnav {
    margin-left: auto;
}

.nav-clone #CRmove_search {
    width: auto;
    margin-left: 20px;
    padding: 0;
}

.nav-clone #CRmove_search .group_header_se {
    width: 235px;
}

.nav-clone .result-quick_search .name {
    font-size: 14px;
}

.footer-top {
    background: center no-repeat;
    background-size: cover;
}

.nav-top-footer a {
    box-shadow: 1px -6px 12px rgb(0 0 0 / 8%);
    border-radius: 5px;
    background-color: #ffffff;
    display: block;
    margin: 0 5px;
    padding: 10px 30px;
    transition: .2s all ease-in-out;
}

.nav-top-footer a.active,
.nav-top-footer a:hover {
    color: #ffffff;
    background-color: #1a3a6b;
}

.footer-top .tab-1 .group_content {
    padding-right: 30px;
}

.store_col {
    padding-left: 0;
    padding-right: 0;
}

div#CRstore_cont {
    box-shadow: 1px -2px 15px rgb(0 0 0 / 8%);
    border-radius: 15px;
    background-color: transparent;
    overflow: hidden;
}

.form_field_store {
    padding-left: 14px;
    padding-right: 14px;
}

.CRgr_select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.btn_store {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    border-radius: 5px;
    background-color: rgb(255 255 255 / 95%);
    color: #333333;
    font-family: Trirong;
    font-size: 15px;
    outline: none;
    border: 1px solid #fff;
    padding: 10px 0;
    line-height: 13px;
    cursor: pointer;
}

#filter_store {
    background-color: #0d274e;
    padding: 30px 32px 30px 16px;
}

#filter_store .select2-container {
    display: block;
    width: 100% !important;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    color: rgb(255 255 255 / 80%);
    font-size: 15px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

#filter_store .select2-selection__arrow,
#filter_store .dropdown-wrapper:after {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: '+';
}

#filter_store .select2-selection__rendered {
    display: block;
}

.select2-search {
    padding: 0;
}

.select2-results__options {
    background: #ffffff;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid rgb(102 102 102 / 50%);
}

.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #19396b;
}

.select2-container--open {
    z-index: 1000;
}

.select2-results__option {
    padding: 3px;
    cursor: pointer;
}

.select2-results__option.select2-results__option--highlighted {
    color: #fff;
    background: rgb(27 59 106);
}

input.select2-search__field {
    cursor: initial;
}
.item_store {
    background-color: #fff;
    position: relative;
    padding: 0 40px;
    transition: .2s all ease-in-out;
}

.item_cont_store {
    padding: 20px 0 25px;
    padding-right: 75px;
    border-bottom: 1px solid rgb(51 51 51 / 20%);
}

.item_store:last-child .item_cont_store {
    border-bottom: transparent;
}

.item_cont_store h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: .2s all ease-in-out;
}

.item_cont_store a{
    color: #212529;
}

.item_cont_store p {
    transition: .2s all ease-in-out;
    margin: 0;
    line-height: 25px;
}

.item_store.active,
.item_store:hover {
    background-color: #19396b;
}

.item_store.active *,
.item_store:hover * {
    color: #fff;
}

div#location_map,
div#map_store {
    height: 100%;
}

div#list_store {
    overflow-y: auto;
    height: 455px;
}

div#list_store::-webkit-scrollbar-track {
    background-color: #e1e1e1;
}

div#list_store::-webkit-scrollbar {
    width: 3px;
}

div#list_store::-webkit-scrollbar-thumb {
    background-color: #0d274e;
}

.click_map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.arrow_style1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 1px -4px 13px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 23px;
    color: #0871b5;
    border-radius: 99px;
    cursor: pointer;
    transition: .2s all ease-in-out;
    z-index: 20;
}

.arrow_style1:hover {
    color: #fff;
    background-color: #1a3a6b;
}

.arrow_style1.left {
    left: -125px;
}

.arrow_style1.right {
    right: -125px;
}

.partners {
    margin-left: -10px;
    margin-right: -10px;
}

.partners .inner {
    padding: 10px;
}

.partners .img {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background-color: #ffffff;
    height: 137px;
}

.testimonials .slick-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.testimonials .item {
    padding: 0 10px;
}

.testimonials .inner {
    box-shadow: 0 0 13px 1px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 40px;
    background: #fff url('../images/upgrade/bf-testimonials.png') no-repeat right bottom;
    background-size: auto;
}

.testimonials .avartar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
}

.testimonials .info {
    margin-left: 18px;
}

.testimonials .body {
    position: relative;
    padding: 10px 0 10px 15px;
    margin-bottom: 35px;
}

.testimonials .body::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 5px;
    background: url('../images/upgrade/quote.png') center no-repeat;
    background-size: 100%;
}

.testimonials .body p::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 5px;
    background: url('../images/upgrade/quote.png') center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    margin-left: 8px;
}

.testimonials .body p {
    margin-bottom: 0;
}

.testimonials .body p {
    line-height: 24px;
}

.testimonials .info h4 {
    margin-bottom: 5px;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

.body-tab-footer {
    transition: .1s all ease-in-out;
}

.menu_footer li {
    margin-bottom: 10px;
}

.menu_footer a {
    font-size: 16px;
    color: #ffffff;
}

.col3_content a {
    color: #ffffff;
}

.footer-col-2 {
    padding: 0;
}

.footer-col-3 {
    padding-left: 60px;
}

.col4_link_store a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #4069a8;
    background-color: #11305e;
    text-align: center;
    line-height: 40px;
    margin-top: 16px;
}

.col4_link_store a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/upgrade/store_icon.png') center no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

a.item-social {
    display: inline-block;
    margin-right: 12px;
}

.copyright {
    border-top: 1px solid #fff;
    opacity: 0.2;
}

.copyright a{
    color: #fff;
}

.banner-product_cat_parent {
    position: relative;
    padding-bottom: 31.25%;
    height: 0;
}

.banner-product_cat_parent img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 10;
}

.banner-product_cat_parent::before {
    position: absolute;
    width: 100%;
    height: 45.3%;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    z-index: 20;
    background-image: linear-gradient(to top, #040725 0%, rgba(7, 8, 46, 0) 100%);
}

.banner-product_cat_parent h1 {
    margin-bottom: 0;
    position: absolute;
    z-index: 50;
    bottom: 70px;
    width: 100%;
    left: 0;
}

.term_children {
    margin-top: 3px;
}

.term_children .item {
    flex: 1;
    position: relative;
    height: 547px;
    width: 22%;
    overflow: hidden;
}

.term_children .item:hover {
    flex: 1.5;
}

.term_children .item::before {
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 330px;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    z-index: 20;
}

.term_children .item img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 10;
    transition: .2s all ease-in-out;
}

.term_children .item.item-3 h4 {
    padding: 0 85px;
}

.term_children h4 {
    margin-bottom: 0;
    bottom: 45px;
    position: absolute;
    z-index: 50;
    width: 100%;
    left: 0;
}

.list_product-product_cat_parent {
    background: url('../images/upgrade/bg-list-products.png') center top no-repeat;
    background-size: 100%;
}

.product_cat_parent-projects .item {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 279px;
    border-radius: 10px;
    overflow: hidden;
}

.product_cat_parent-projects .col-left .item {
    padding-bottom: 577px;
}

.product_cat_parent-projects .item img {
    transition: .2s all ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 20;
}

.product_cat_parent-projects .item::before {
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    z-index: 30;
}

.product_cat_parent-projects .col-right .item::before {
    height: 157px;
}

.product_cat_parent-projects .col-right .item+.item {
    margin-top: 19px;
}

.product_cat_parent-projects .item .name {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 50px;
    z-index: 50;
}

.product_cat_parent-projects .col-right .item .name {
    padding: 0 35px;
}

.product_cat_parent-projects .item:hover img {
    transform: scale(1.1);
}

.footer_dangky_email input {
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    border: unset;
}

.footer_dangky_email .wpcf7-form-control-wrap {
    display: inline-block;
    width: calc(100% - 175px);
}

.footer_dangky_email .wpcf7-not-valid-tip {
    display: block !important;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 100%;
}

.footer_dangky_email input:not([type="submit"]) {
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    padding: 0 30px;
    color: #333;
    width: 100%;
}

.footer_dangky_email input:not([type="submit"])::placeholder {
    color: #999;
}

.footer_dangky_email input[type="submit"] {
    color: #333;
    font-family: Trirong;
    text-transform: uppercase;
    border-radius: 0 10px 10px 0;
    background-image: linear-gradient(-115deg, #ddb95d 0%, #fcf6ab 44%, #ddb95d 99%, #ddb95d 100%);
    padding: 0 70px;
    width: 175px;
    text-align: center;
}

.footer_dangky_email .wpcf7 .ajax-loader {
    position: absolute;
    top: 28px;
}

.footer_dangky_email p {
    margin-bottom: 0;
}

.footer_dangky_email .wpcf7 form.invalid .wpcf7-response-output,
.footer_dangky_email .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: 0;
}

.banner-shop {
    width: 100%;
}

.shoppage-upgrade {
    background: url('../images/upgrade/bg-shop_upgrade.png') center bottom no-repeat;
    background-size: 100%;
}

.shoppage-upgrade #filter-tuoivang {
    display: none;
}

.shoppage-upgrade #CRfilters_product .left .CRgritem_filter {
    display: block;

}

.shoppage-upgrade #CRlist_filters_product {
    display: block;
}

.shoppage-upgrade .col-md-3.col-product.item {
    padding-left: 8px;
    padding-right: 8px;
}

.shoppage-upgrade .CRitem_product {
    margin-bottom: 16px;
}

.shoppage-upgrade #CRfilters_product .left p,
.shoppage-upgrade #CRfilters_product .CRcustom_sl .select-styled {
    color: #082340;
    font-family: Trirong;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: static;
    background: transparent;
}

.shoppage-upgrade #CRfilters_product .left p {
    border: initial;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl .select {
    border: unset;
    height: auto;
    background: transparent;
    cursor: initial;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl select {
    display: none;
}

.shoppage-upgrade #CRfilters_product div#filter_price:after,
.shoppage-upgrade #CRfilters_product .CRcustom_sl .select:after {
    display: none;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl .select-options {
    display: block !important;
    background: transparent;
    box-shadow: initial;
    position: static;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl .select-options li:after {
    display: none;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl .select-options li {
    padding: 0;
    border: unset;
    color: #4f4f4f;
    font-family: "Open Sans";
    font-size: 15px;
    margin-bottom: 8px;
    display: flex;
    line-height: 25px;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl .select-options li::before {
    content: '\e876';
    font-family: "Linearicons-Free";
    font-size: 13px;
    display: inline-block;
    margin-right: 8px;
    /* margin-top: 3px; */
}

.shoppage-upgrade #CRfilters_product #CRlist_filters_product .left .item_filter+.item_filter {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgb(79 79 79 / 20%);
}

.shoppage-upgrade #CRfilters_product .CRrange_price {
    width: calc(100% - 50px);
    padding: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    box-shadow: initial;
    background: transparent;
    height: auto;
}

.shoppage-upgrade #CRfilters_product .CRrange_price p {
    display: none !important;
}

.shoppage-upgrade #CRfilters_product #filter_price:hover .CRrange_price {
    height: auto;
}

.shoppage-upgrade #CRfilters_product #filter_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shoppage-upgrade #CRfilters_product #CRfilters_product .left #filter_price p.gr_price {
    margin-bottom: 0;
    width: 50px;
}

.shoppage-upgrade #CRfilters_product .ui-slider-handle.ui-corner-all.ui-state-default,
.shoppage-upgrade #CRfilters_product #slider-range.ui-slider-horizontal .ui-slider-range {
    background: #001f71;
}

.shoppage-upgrade #CRfilters_product .ui-slider-handle.ui-corner-all.ui-state-default {
    border: unset;
    width: 19px;
    height: 19px;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_size~.select-options li::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #333333;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_size~.select-options li::after {
    width: 8px;
    height: 8px;
    background: #001f71;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block;
    left: 5px;
    top: 8px;
    right: unset;
    bottom: unset;
    opacity: 0;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_size~.select-options li.active::after,
.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_size~.select-options li:hover::after {
    opacity: 1;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_size~.select-options li.active,
.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_size~.select-options li:hover {
    color: #4f4f4f !important;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_tax~.select-options li.active,
.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_tax~.select-options li:hover {
    font-weight: 600;
    color: #001f71 !important;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_tax~.select-options {
    padding-right: 60px;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_gender~.select-styled {
    margin-bottom: 20px;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_gender~.select-options li {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid rgb(110 110 110 / 20%);
    padding: 0 25px;
    line-height: 35px;
    margin-bottom: 0;
    margin-right: 13px;
    min-width: 85px;
    width: initial;
    text-align: center;
    background: rgb(255 255 255 / 20%);
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_gender~.select-options li::before {
    display: none;
}

.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_gender~.select-options li.active,
.shoppage-upgrade #CRfilters_product .CRcustom_sl #filter_gender~.select-options li:hover {
    color: #001f71 !important;
    font-weight: 700;
}

.shoppage-upgrade #CRfilters_product .load-more {
    margin-top: 35px;
}

.shoppage-upgrade #CRfilters_product #CRlist_filters_product .left {
    width: 100%;
}

.shoppage-upgrade #CRfilters_product #CRlist_filters_product .right {
    width: 100%;
}

.shoppage-upgrade select#filter_sort {
    display: none;
}

.shoppage-upgrade .CRcustom_sl.right .select-styled {
    width: 212px;
    border-radius: 5px;
    border: 1px solid rgb(110 110 110 / 20%);
    background-color: rgb(255 255 255 / 20%);
    cursor: pointer;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: 'Trirong';
}

.shoppage-upgrade .CRcustom_sl.right .select {
    width: 212px;
    margin-left: auto;
    background: transparent;
    border: initial;
    height: 37px;
    cursor: initial;
    margin-bottom: 30px;
}

.shoppage-upgrade .CRcustom_sl.right .select:after {
    background: transparent;
    top: 5px;
    pointer-events: none;
}

.CRcustom_sl .select-options {
    z-index: 500;
}

span.sale-off.bg-red {
    width: 33px;
    height: 34px;
    background: url('../images/upgrade/bg-sale.png') center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 9px;
    right: 7px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 33px;
    z-index: 200;
}

div#CRnav ul li a {
    font-size: 13px
}

div#CRnav ul.sub-menu li a {
    font-weight: 400 !important;
}

.CRitem_product .product-price del {
    color: #001f71;
    font-weight: 400;
    font-size: 12px;
}

.CRitem_product .product-price ins {
    text-decoration: initial;
}

li.khuyen-mai a {
    color: #e80c0c !important;
    font-weight: 800 !important;
}

.banner img {
    width: 100%;
}

.morecontent {
    display: none;
}

.content-golden_moment {
    background: url('../images/upgrade/bg-list-products.png') center top no-repeat;
    background-size: 100%;
}

.bg-bottom-golden {
    background: url('../images/upgrade/bg-shop_upgrade.png') center bottom no-repeat;
    background-size: 100%;
}

.golden_moment1 .group_content {
    padding-left: 65px;
}

.golden_moment1 .content {
    padding-right: 110px;
}

.table_size {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
}

.table_size p {
    margin-bottom: 0;
    line-height: 20px;
}

.table-header {
    background-color: #1a3a6b;
    padding-top: 32px;
    padding-bottom: 30px;
}

.table-body {
    background: url('../images/upgrade/bg-table_size.png') center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 10px;
}

.table-body .item {
    position: relative;
    padding: 20px 0;
}

.table-body .item+.item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 40px;
    width: calc(100% - 60px);
    height: 1px;
    background-color: rgb(51 51 51 / 5%);
}

.list-golden-moment a {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 480px;
    overflow: hidden;
    border-radius: 10px;
}

.list-golden-moment a::before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to top, #00040a 0%, rgba(0, 0, 0, 0) 100%);
}

.list-golden-moment img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    transition: .4s all ease-in-out;
    object-fit: cover;
}

.list-golden-moment a:hover img {
    transform: scale(1.15);
}

.list-golden-moment .name {
    position: absolute;
    bottom: 25px;
    left: 40px;
    right: 40px;
    z-index: 100;
}

.list-golden-moment .item {
    margin-bottom: 30px;
}

.nav-golden_moment li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
}

.nav-golden_moment ul {
    text-align: center;
}

.nav-golden_moment a {
    color: #333333;
    font-family: Trirong;
    font-size: 22px;
    line-height: 25px;
    transition: .3s all ease-in-out;
}

.nav-golden_moment a.active,
.nav-golden_moment a:hover {
    color: #ddb95d;
}

.nav-golden_moment li+li {
    border-left: 1px solid rgb(14 14 14 / 20%);
}

.gallery .item {
    display: none;
}

.gallery .item a {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: block;
    padding-bottom: 126%;
}

.gallery.gallery-decoration .item a{
    padding-bottom: 60%;
}

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

.form-update#CRcontact {
    background: url('../images/upgrade/bg-list-products.png') center top no-repeat;
    background-size: 100%;
    padding: 45px 0 30px 0;
}

.form-update#CRcontact .CRform_contact .form_ct ul li:last-child{
    margin-top: 0 !important;
}

.form-update#CRcontact .CRform_contact {
    padding: 0 60px;
}

.form-update#CRcontact .CRform_contact .form_ct ul li input {
    padding: 0 15px;
}

.cate-name {
    color: #919191;
}

.product_top_left {
    padding-right: 0;
}

.product_top_right {
    padding-left: 35px;
    padding-right: 40px;
}

.CRgroup_desc_product {
    color: #777676;
    font-size: 14px;
    margin-top: 18px;
}

.brand-material p {
    color: #4f4f4f;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
}

.CRgroup_desc_product p {
    margin-bottom: 15px;
}

.CRcustom_meta_pd .price {
    color: #e3a91a;
    font-family: Trirong;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 25px;
}

.CRgroup_price_pd.price del {
    color: rgb(26 58 107 / 70%);
}

.CRgroup_price_pd.price del+ins {
    margin-left: 15px;
}

div#hidden-form {
    padding: 0;
}

.view-store-near-you a {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #1a3a6b;
    color: #1a3a6b;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-store-near-you a::before {
    display: inline-block;
    content: '';
    background: url('../images/upgrade/icon_store_pd_detail.png') center no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

.product-additional-info {
    border-radius: 20px;
    overflow: hidden;
}

.product-additional-info .item {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    background-color: #f6f6f6;
}

.product-additional-info .item:nth-child(even) {
    background-color: #eeeeee;
}

.product-additional-info .title {
    width: 80px;
    margin-right: 20px;
    object-fit: contain;
}

.product-additional-info p {
    font-size: 14px;
    color: #4f4f4f;
    width: calc(100% - 100px);
}

.product-additional-info p span {
    color: #1a3a6b;
}

.discount {
    border-radius: 10px;
    border: 1px solid #cecece;
    background-color: #1a3a6b;
    padding: 10px 27px;
}

.discount h4 {
    color: #e4ad29;
}

.product_top_info {
    padding-left: 0;
}

.viewmore_one_product {
    border-radius: 10px;
    border: 1px solid rgb(206 206 206 / 50%);
    margin-top: 7px;
    padding: 10px 27px;
}

.viewmore_one_product p {
    margin-bottom: 0;
}

.viewmore_one_product .name {
    font-size: 15px;
    font-family: Trirong;
    color: #333333;
}

.viewmore_one_product .name a {
    color: #082340;
    font-weight: 700;
}

.viewmore_one_product .price {
    color: #ddb95d;
    font-size: 16px;
    font-weight: 700;
}

.viewmore_one_product .price del {
    color: #001f71;
    font-weight: 400;
    font-size: 12px;
}

.CRcustom_sidebar_pd+.CRcustom_sidebar_pd {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgb(103 103 103 / 20%);
}

.CRcustom_thumb_slider .slider_cont_pd .inner {
    padding: 5% 15%;
}


.blog-recommend-box .CRitem_product {
    position: relative;
    transition: all .4s ease;
    box-shadow: 0 0 30px 0 rgba(192, 149, 120, .2);
    max-width: 100% !important
}

.blog-recommend-box .CRitem_product:hover {
    box-shadow: 0 0 8px 0 rgba(192, 149, 120, .6);
    border-radius: 3px
}

.blog-recommend-box .CRitem_product:hover .product-cta {
    opacity: 1
}

.blog-recommend-box .CRitem_product:hover .product-image img {
    transform: translate(-50%, -50%) scale(1.05)
}

.blog-recommend-box .product-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 10px;
    border-radius: 2px
}

.blog-recommend-box .product-image a {
    display: block
}

.blog-recommend-box .product-image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease;
    will-change: transform
}

.blog-recommend-box .product-name {
    position: relative
}

.blog-recommend-box .product-name a {
    font-family: "Noto Serif", serif;
    font-size: 14px;
    line-height: 1.7;
    color: #5a5a5a;
    text-align: center;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    min-height: 47px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-recommend-box .product-name:after {
    background-image: linear-gradient(90deg, transparent, #ebebeb 30%, 85%, transparent);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.blog-recommend-box .product-price {
    text-align: center;
    font-weight: 700;
    color: #c09578
}

.blog-recommend-box .product-cta {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    color: #fff;
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
    background: #3e3e3e;
    line-height: 40px;
    border-radius: 3px;
    transition: all .3s ease;
    font-size: 14px;
    text-align: center;
    width: 100%
}

.blog-recommend-box .product-cta:hover {
    cursor: pointer;
    background: #c09578
}

#upgrade-popup-360 {
    background: transparent;
    padding: 0;
    max-width: 100vw;
    width: 730px;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

#upgrade-popup-360 .image-360-wrapper {
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 40px;
}

.cloudimage-inner-box>div {
    display: none;
}

.wrap-360-upgrade {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.nav-clone .CRcustomTwoMenu {
    position: relative;
}

.nav-clone .CRcustomTwoMenu>ul.sub-menu {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

.after_size_content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #1a3a6b;
}

.nav-clone .container {
    position: relative;
}

.select-upgrade ul.select-cate_children {
    display: none;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.select-upgrade li.active>ul.select-cate_children {
    display: block;
}

.select-upgrade ul.select-cate_children li {
    padding-right: 0;
}

.select-upgrade li {
    cursor: pointer;
    color: #4f4f4f;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 25px;
    padding-right: 60px;
}

.select-cates>li {
    display: flex;
    flex-wrap: wrap;
}

.toggle-cate_children {
    margin-top: 5px;
    font-size: 13px;
    order: -1;
    margin-right: 8px;
}

.select-upgrade li.selected>span.cat_name,
.select-upgrade li.active>span.cat_name,
.select-upgrade span.cat_name:hover {
    font-weight: 600;
    color: #001f71 !important;
}

.select-upgrade ul.select-cate_children li {
    font-size: 13px;
    line-height: 16px;
}

.select-upgrade .select-cates>li>span.cat_name {
    max-width: calc(100% - 21px);
}

.tra_cuu{
    position: relative;
    margin: 0 45px;
}

.tra_cuu #customer_phone {
    width: 100%;
    display: block;
    outline: none;
    border: none;
    border-radius: 35px;
    background-color: #f2f2f2;
    line-height: 30px;
    font-size: 20px;
    padding: 20px 60px;
    color: #333;
}

.tra_cuu #customer_phone::placeholder{
    color: #999999;
}

.tra_cuu button {
    cursor: pointer;
    color: #333333;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    padding: 0;
    border: initial;
    background: transparent;
    outline: none;
}

.item-product_warranty {
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    border-radius: 20px;
    background-color: #fefefe;
    padding: 45px 50px;
    margin-top: 75px;
}

.item-product_warranty + .item-product_warranty{
    margin-top: 30px;
}

.product_info .label{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0 15px;
}

.product_info .field{
    border-radius: 99px;
    border: 1px solid rgb(208 208 208 / 50%);
    padding: 10px 15px;
    color: #333333;
    font-size: 15px;
}


.copyright br{
    display: none;
}

.logo_footer{
    display: none;
}

input.select2-search__field {
    background: #fff;
}

.homebanner_images img{
    width: 100%;
}

.homebanner_images .item.item-0 {
    margin-left: -15px;
    margin-right: -9px;
}

.homebanner_images .item.item-2 {
    margin-right: -15px;
    margin-left: -9px;
}

.homebanner_images .item.item-1 {
    margin: 0 -12px;
}

.list-golden-moment.list-decoration a{
    padding-bottom: 60%;
}

.CRlist_sidebar_pd .col-product,
.CRListProductSidebar .col-product{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.CRcustom_content_pd .title{
    position: relative;
    margin-bottom: 40px !important;
    font-size: 20px !important;
}
.CRcustom_content_pd .title::before{
    position: absolute;
    width: 55px;
    height: 3px;
    background-color: #1a3a6b;
    content: '';
    display: block;
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%);
}

.CRcustom_content_pd .title_comment{
    position: relative;
    margin-bottom: 40px !important;
    font-size: 20px !important;
}
.CRcustom_content_pd .title_comment::before{
    position: absolute;
    width: 55px;
    height: 3px;
    background-color: #1a3a6b;
    content: '';
    display: block;
    left: 0;
    top: calc(100% + 10px);
}

form#commentform {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

form#commentform > *{
    order: 10;
    width: calc(100% - 60px);
    margin: 5px 30px 0 !important;
}
form#commentform > .comment-form-author{
    order: 1;
}
form#commentform > .comment-form-title{
    order: 2;
}

form#commentform > .comment-form-author,
    /* form#commentform > .comment-form-rating, */
form#commentform > .comment-form-title{
    width: calc(50% - 60px);
}

form#commentform > .comment-form-rating {
    order: -1;
    display: flex;
}

.woocommerce #review_form #respond p.stars {
    margin-left: 30px;
    margin-top: 5px;
}

#upgrade-popup-360 .sub-image {
    display: none;
}

.nav_list_scroll h4 {
    font-size: 20px;
}

.nav_list_scroll .list {
    padding: 30px;
    border: 1px solid #e0e0e0;
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.nav_list_scroll .list ul {
    list-style: disc;
    margin-left: 25px;
}

.nav_list_scroll a{
    cursor: pointer;
}

.nav_list_scroll a.tag_h3 strong{
    font-weight: normal;
}