:root {
    --main-white: #FFFFFF;
    --main-red: #E50002;
    --main-orange: #FE9619;
    --main-dark-blue: #16056B;
    --main-black: #18192B;
    --grayscale-25: #F6F6F8;
    --grayscale-50: #EEEEF1;
    --grayscale-75: #D2D3DB;
    --grayscale-100: #A6A7B7;
    --grayscale-125: #606170;
    --states-success-10: rgba(14, 205, 158, 0.1);
    --state-success: #0ECD9E;
    --state-error: rgba(245, 0, 61, 0.1);
    --state-error-blue: #77CDE5;
    --state-error-red: #FF6566;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*Breadcrumb*/

.block_breadcrumb_en {
    background: var(--main-red);
    border-radius: 0;
    margin-bottom: 50px;
}

.block_breadcrumb_en nav {
    background: var(--main-red);
}

.block_breadcrumb_en .breadcrumb {
    background: var(--main-red);
    border-radius: 0;
    padding: 20px 0;
}

.block_breadcrumb_en .breadcrumb-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-white);
}

.block_breadcrumb_en .breadcrumb-item a:hover {
    text-decoration: none;
}

.block_breadcrumb_en .breadcrumb-item.active a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19.6px;
}

.block_breadcrumb_en .breadcrumb-item+.breadcrumb-item::before {
    content: url(/common/global_english/images/right_breadcrum.svg);
}


/*///Banner Top/////*/
.main-banner-category {
    background: var(--main-red);
    /*display: flex;*/
    /*align-items: center;*/
    padding: 51px 43px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main-banner-category:before {
    content: '';
    background: linear-gradient(171.92deg, #FE9619 6.22%, #FFC672 50.88%);
    width: 324px;
    height: 324px;
    border-radius: 50%;
    position: absolute;
    right: -97px;
    bottom: -180px;
}


.main-banner-category .title{
    margin-bottom: 12px;
    /*max-width: 570px;*/
}

.main-banner-category .title h1{
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    color: var(--main-white);
}

.main-banner-category .title p{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--main-white);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-banner-category .images {
    /*width: 157px;*/
    /*height: 146px;*/
    z-index: 8;
}

.main-banner-category .box_images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.block_filter_new .box_filter {
    margin-bottom: 20px;
}

.block_filter_new .box_filter .form-group{
    margin-right: 0px;
    padding: 0 25px 0 20px;
    border-left: 1px solid var(--grayscale-50);
    flex: 1;
}

.box_filter .form-group label {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--grayscale-125);
    margin-bottom: 8px;
}

.box_filter .form-group .keyword_input {
    padding: 15px 25px;
    background: var(--main-white);
    border: 1px solid var(--grayscale-50);
    border-radius: 100px;
    height: 54px;
}

.box_filter .form-group .keyword_input:focus {
    box-shadow: none;
}

.block_filter_new .box_filter .box_btn {
    padding: 15px;
    background: var(--main-red);
    display: flex;
    align-content: center;
    align-items: center;
    margin: auto;
    border-radius: 100px;
    height: 54px;
    margin-top: 30px;
}

.block_filter_new .box_filter .box_btn {
    cursor: pointer;
}

.block_filter_new .box_filter .box_btn .btn_search {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-white);
}

.block_filter_new .box_filter .box_btn .btn_search:focus {
    box-shadow: unset;
}

.block_filter_new .box_filter .expand-choice {
    margin-right: 14.5px;
    cursor: pointer;
    margin-top: 15px;
}

.block_filter_new .box_filter .expand-choice .button-choice{
    padding: 15px;
    background: var(--main-black);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-white);
    display: flex;
    align-content: center;
    align-items: center;
    margin: auto;
    border-radius: 100px;
}

.button-choice.button-expand svg {
    margin-left: 10px;
}

.view-choice{
    background: var(--grayscale-25);
    transition: transform 0.3s ease-in;
    padding: 10px 20px 0;
    display: none;
}

.view-choice.clicked{
    display: block;
}

.border_black {
    width: 40px;
    height: 4px;
    border-bottom: 1px solid var(--main-black);
    background: var(--main-black);
    border-radius: 2px 0px;
    margin-left: 15px;
}

.view-choice .name-line {
    padding: 10px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-red);
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.view-choice .item-choice {
    padding: 30px 0;
    border-bottom: 1px solid var(--grayscale-125);
}

.view-choice .item-choice.last-choice {
    border-bottom: none;
}

.item-line {
    flex-wrap: wrap;
    margin-right: -5px;
    margin-bottom: 10px;
}

.item-line .price{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
}

.item-line .price input[type=radio] {
    accent-color: var(--main-red);
}

.item-line .price input[type=radio]:hover {
    accent-color: var(--main-red);
}

.item-line .price .box_radio label{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-black );
}

.item-thing {
    margin: 3px;
}

.thing-1 {
    width: 178px;
}

.name-item {
    border: 1px solid var(--grayscale-50);
    padding: 7px 15px;
    text-align: start;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: var(--main-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--main-black);
    cursor: pointer;
}

.name-item.active {
    background: var(--main-black);
    font-weight: 400;
    font-size: 14px;
    line-height:21px;
    color: var(--main-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.name-item.active::before{
    content: '';
    position: absolute;
    background: url("/common/global_english/images/circle_check.svg");
    background-repeat: no-repeat;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
}
/* Remove ONLY the checkmark background for Size (thing-3) */
.item-thing.thing-3 .name-item.active::before {
    background: none !important;
}

.thing-2 {
    width: 178px;
    font-size: 12px;
}

.thing-3 {
    width: 86px;
    font-size: 14px;
}

.thing-4 {
    width: 86px;
}

.color-change {
    height: 35px;
    position: relative;
    cursor: pointer;
}

.color-change.active::before{
    content: '';
    position: absolute;
    background: url("/common/global_english/images/circle_check.svg");
    background-repeat: no-repeat;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
}

.color-change.blacktext.active::after,
.color-change.active::after {
    content: 'Selected';
    position: absolute;
    background-repeat: no-repeat;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    color: white;
    font-size: 14px;
}

.color-change.blacktext.active::after{
    color: black;
}

.item_list_box {
    padding: 10px 0;
}

.category_head_box {
    margin-bottom: 12px;
    overflow: hidden;
}

.list_search_results ul {
    list-style: none;
}

.list_search_results {
    overflow-y: auto;
    margin-top: 30px;
    max-height: 500px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.list_search_results li {
    overflow: hidden;
    width: auto;
    height: auto;
    border: 0;
    float: none;
    margin: 0;
    line-height: 140%;
    padding: 0;
    font-size: 80%;
}

.list_search_results li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 20px;
    background-color: #FFFFFF;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
    text-decoration: none;
}

.list_search_results li .image {
    width: 144px;
    min-width: 144px;
    max-width: 144px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    margin-right: 36px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.list_search_results .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.list_search_results .text-info {
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list_search_results .text-info h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-black);
    padding: 0;
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
}

.list_search_results .text-info h5 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--grayscale-125);
}

.list_search_results .item_list_detail {
    margin: 10px 0 0;
    border: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    color: #333;
    text-align: left;
    font-weight: 700;
    font-size: 11px;
    display: flex;
    gap: 15px;
}

.list_search_results .item_list_detail p {
    overflow: hidden;
    font-size: 12px;
    line-height: 21px;
    color: #333;
    display: flex;
    flex-direction: column;
    border: 1px solid #d5d5d5;
    height: 60px;
    text-align: center;
    justify-content: center;
}

.list_search_results .item_list_detail h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19.6px;
    padding: 7px 15px;
    background: var(--main-black);
    color: var(--main-white);
    text-align: center;
    margin-bottom: 0;
    width: 100%;
}

.item_list_detail {
    display: flex;
    padding: 0!important;
    margin-bottom: 2px;
    align-items: center;
    gap: 6px;
}

.item_list_detail .list_detail {
    width: 33%;
}

.list_search_results span.item_price {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-red);
}

.item_detail li a {
    border-bottom: thin #00F;
    color: #00F;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(255,255,255,.4);
    cursor: pointer;
    margin: 0;
}

.category_head_box {
    margin-bottom: 20px;
    overflow: hidden;
}

.category_head_box h3 {
    margin: 0;
    position: relative;
    overflow: hidden;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--main-black);
    display: flex;
    align-items: center;
}

.category_n_results p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-black);
    margin-bottom: 0;
}

.category_n_results strong {
   margin-right: 50px;
}

.category_n_results span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24%;
    color:var(--main-red)
}

.list_search_results .text-info h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #1397db;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.load-gif {
    position: absolute;
    background-color: #FFFFFF;
    transform: translate(-50%, 50%);
    top: -49%;
    height: 100%;
    width: 100%;
    left: 50%;
    z-index: 10;
}

.list_search_results a:hover .text-info h4:before {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.icon-cross {
    width: 16px;
    height: 16px;
    background-color: #8e7442;
    clip-path: polygon(0 35%, 35% 35%, 35% 0%, 65% 0%, 65% 35%, 100% 35%, 100% 65%, 65% 65%, 65% 100%, 35% 100%, 35% 65%, 0 65%);
}

.ending {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    margin-top: 50px;
    color: var(--grayscale-125);
    margin-bottom: 30px;
}

.block_popular_ranking {
    padding-bottom: 50px;
    border-bottom:1px solid var(--grayscale-50);
}

.box_title {
    margin-bottom: 30px;
}

 .box_title .title{
     font-weight: 900;
     font-size: 30px;
     line-height:36px;
     color: var(--main-black);
     margin-bottom: 15px;
}

.box_title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--grayscale-125);
    margin-bottom: 0;
}

.block_popular_ranking .box-list-product {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
}

.block_popular_ranking .box-list-product li {
    display: block;
    width: 48%;
    height: auto;
    padding: 0;
    margin: 0 7px 30px 8px;
}

.box-list-product li {
    display: block;
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0 7px 30px 8px;
}

.block_popular_ranking .box-list-product a{
    /* border: 1px solid var(--main-black); */
    border: 1px solid #E8E8E8;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    height: 100%;
    padding: 15px;
    transition: all 0.2s ease;
}

.block_popular_ranking .box-list-product a:hover{
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0,0,0,.15);
}

.block_popular_ranking .box_ranking_product {
    display: flex;
}

.block_popular_ranking .box_ranking_product .rank{
    position: relative;
}

.block_popular_ranking li:nth-child(1) .box_ranking_product .rank:before{
    content:'1st';
    /* background: url("/common/design/user/img/product-page/product-page-n1.png") no-repeat; */
    /* width: 40px;
    height: 58px; */
    width: 50px;
    height: 50px;
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--main-white);
    text-align: center;
    padding-top: 12px;
    background-color: #D2AA3B;
    border-radius: 50px;
    font-size: 16px;
    background-position: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: 700;
}

.block_popular_ranking .ranking-product-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    flex-direction: column;
    margin-left: 60px;
    align-items: start;
}
.block_popular_ranking .product-maker {
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 2px;
    line-height: 1;
    margin-bottom: 0;
}
.block_popular_ranking .product-title {
    flex-basis: 100%;
    margin-top: 4px;
}
.block_popular_ranking .product-quick-info {
    position: absolute;
    right: 4px;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}
.block_popular_ranking .info-pill {
    background: #f7f7f7;
    text-align: center;
    min-width: 100px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    color: #555;
    white-space: nowrap;
}
.block_popular_ranking .product-price {
    font-size: 22px;
    font-weight: 700;
    color: #e60000;
    margin-top: 10px;
    margin-bottom: 0;
}
.block_popular_ranking .product-price .each-text {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-left: 6px;
}
.block_popular_ranking .product-description {
    margin-top: 8px;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-image-wrapper{
    position: relative;
}


.block_popular_ranking li:nth-child(2) .box_ranking_product .rank:before{
    content:'2nd';
    width: 50px;
    height: 50px;
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--main-white);
    text-align: center;
    padding-top: 12px;
    background-color: #B8B8BA;
    border-radius: 50px;
    font-size: 16px;
    background-position: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: 700;
}

.block_popular_ranking li:nth-child(3) .box_ranking_product .rank:before{
    content:'3rd';
    width: 50px;
    height: 50px;
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--main-white);
    text-align: center;
    padding-top: 12px;
    background-color: #BA7E4A;
    border-radius: 50px;
    font-size: 16px;
    background-position: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: 700;
}

.block_popular_ranking li:nth-child(4) .box_ranking_product .rank:before{
    content:'4th';
    width: 50px;
    height: 50px;
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--main-white);
    text-align: center;
    padding-top: 12px;
    background-color: #95D8EC;
    border-radius: 50px;
    font-size: 16px;
    background-position: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: 700;
}

.block_popular_ranking .box_ranking_product h3 {
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-black);
    text-decoration: none;
    margin-bottom: 0;
}

.block_popular_ranking .product-page-content {
    margin-top: 16px;
    display: block;
    width: 100%;
    height: 100%;
    flex: 0 1 auto;
}

.block_popular_ranking .product-page-content .image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    max-width: 177px;
    height: 200px;
}

.block_popular_ranking .product-page-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block-product-cat-list .product-cat-list h3 {
    position: relative;
    margin: 0 -20px;
    background: var(--main-red);
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 8px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.block-product-cat-list .overlay .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--main-black);
}

.block-product-cat-list .product-cat-list {
    overflow-y: auto;
    max-height: 416px;
}

.container_m .common-title_m {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    color: var(--main-red);
    text-align: start;
    background: none;
}

.product-page-content .box-rating-star {
    display: flex;
    align-items: center;
}

.product-page-content .text-item-rating {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-black);
}

.product-page-content .item-embroidery{
    border: 1px solid var(--grayscale-50);
    border-radius: 100px;
    padding: 4px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--grayscale-125);
}

.product-page-content table {
    width: 100%;
}

.product-page-content table tr th {
    border: 1px solid var(--grayscale-125);
    background: var(--main-black);
    color: var(--main-white);
    font-weight: 600;
    font-size: 14px;
    line-height: 19.6px;
    white-space: nowrap;
    text-align: left;
    padding: 8px 10px;
}

.product-page-content table tr td {
    border-collapse: collapse;
    border: 1px solid var(--main-black);
    background: #fff;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: var(--main-black);
    padding: 8px 10px;
    text-align: left;
}

.product-page-content table td span {
    font-weight: 700;
    font-size: 14px;
    line-height: 19.6px;
    color: var(--main-red);
}

.product-page-content table td .text-tax {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 19.6px;
    color: var(--main-red);
}

.box_button .btn_see_more {
    padding: 15px 30px;
    background: var(--main-red);
    color: var(--main-white);
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    border-radius: 100px;
}

.box_button a:hover{
    color: var(--main-white) !important;
}

.block_list_items {
    padding: 50px 0px;
    border-bottom:1px solid var(--grayscale-50);
}

.block_list_items .title {
    margin-bottom: 30px;
}

.block_list_items .title h2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
}

.block_list_items .box_items_list.table_inside {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--grayscale-50);
}

.block_list_items .box_items_list a {
    text-decoration: none;
}

.block_list_items .box_items_list a:hover {
    color: var(--grayscale-125);
}

.block_list_items .detail_items {
    margin-bottom: 50px;
}

.block_list_items .content_image {
    position: relative;
}

.block_list_items .content_image .logo_glimmer,
.block_list_items .content_image .top-content,
.block_list_items .content_image .sale_img {
    position: absolute;
    z-index: 1;
}

.block_list_items .content_image .logo_glimmer {
    width: 90px;
    height: 54px;
    top: 15px;
    left: 12px;
}

.block_list_items .content_image .sale_img {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 12px;
}

.block_list_items .content_image .image{
    padding: 29px 63px;
    outline: 1px solid var(--grayscale-50);
    margin-bottom: 25px;
    border-bottom: 3px solid transparent;
    /* height: 200px; */
}

.block_list_items .box_items_list a:hover .detail_items .image{
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    border: none;
    border-bottom: 3px solid var(--main-red);
    outline: 0px solid transparent;
    transition: all 0.2s ease-in-out;
}

.block_list_items .content_image .top-content {
    bottom: 12px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    padding: 0 12px;
}

.block_list_items .content_image .about_items .thickness{
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: var(--grayscale-125);
    margin-bottom: 5px;
    padding: 3px 5px;
    border: 1px solid var(--grayscale-75);
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: var(--main-white);
}

.block_list_items .content_image .about_items .thickness p{
    font-weight: 600;
    font-size: 12px;
    line-height: 15.6px;
    color: var(--main-white);
    background: var(--grayscale-125);
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: 2px;
}

.block_list_items .content_image .about_items .thickness p span {
    font-weight: 400;
    font-size: 8px;
    line-height: 10.4px;
    color: var(--main-white);
}

.block_list_items .content_image .about_items .out-stock {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color:var(--main-white);
    background: var(--main-red);
    margin-bottom: 2px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.block_list_items .content_image .about_items .size_items{
    background: var(--grayscale-125);
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 3px 5px;
    width: 82px;
    height: 35px;
}

.block_list_items .content_image .about_items .color_items{
    background: var(--main-red);
    border-radius: 5px;
    padding: 3px 5px;
    width: 82px;
    height: 35px;
}

.block_list_items .content_image .about_items .text_item{
    font-weight: 400;
    font-size: 8px;
    line-height: 10.4px;
    color: var(--main-white);
    margin-bottom: 2px;
}

.block_list_items .content_image .about_items p{
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    color: var(--main-white);
    margin-bottom: 0;
}

.block_list_items .content_image .box_tag_items {
    left: 12px;
    bottom: 15px;
}

.block_list_items .content_image .box_tag_items p{
    padding: 3px 10px;
    color: var(--main-white);
    background: var(--main-black);
    border-radius: 100px;
    margin-bottom: 3px;
    width: max-content;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
}

.block_list_items .detail_items .content_items .title {
    margin-bottom: 10px;
}

.block_list_items .detail_items .content_items h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-black);
}

.block_list_items .detail_items .content_items .text_en {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--grayscale-125);
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block_list_items .detail_items .content_items .text_en .box-item{
    display: none;
}

.block_list_items .detail_items .content_items .text_en img {
 display: none;
}

.block_list_items .content_items .code_items {
    margin-bottom: 12px;
}

.block_list_items .content_items .code_items p{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--grayscale-100);
    margin-bottom: 0;
}

.box_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_button .btn_close {
    background: var(--grayscale-50);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-black);
    padding: 15px 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.box_button .btn_close svg{
    margin-left: 10px;
}

.box_button .btn_close:hover{
    color: var(--main-black);
}

.rating-stars{
    height: 19px;
    margin-bottom: 12px;
}

.rating-stars ul .fa-star:before,
.rating-stars ul .fa-star-o:before,
.rating-stars ul .fa-star-half-empty:before{
    font-size: 20px;
}

.rating-stars .item-rating .fa {
    color: #ffbb00;
    font-size: 20px;
    margin-left: 3px;
}

.rating-stars .item-rating .fa-star:before {
    content: "\f005";
}

.rating-stars .item-rating .fa-star-o:before {
    content: "\f006";
}

.rating-stars .item-rating .fa-star-half-empty:before {
    content: "\f123";
}

.rating-stars .count_rating {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color:var(--main-black);
    margin-left: 5px;
    margin-bottom: 0;
}

.block_list_items .content_items .box_table tr{
    border-top: 1px solid var(--grayscale-50);
}

.block_list_items .content_items .box_table tr:first-child{
    border-top: none;
}

.block_list_items .content_items .box_table th{
    font-weight: 700;
    font-size: 14px;
    line-height: 19.6px;
    color: var(--grayscale-125);
    padding: 8px 0px 12px;
    max-width: 106px;
}

.block_list_items .content_items .box_table td{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-red);
    text-align: end;
}

.block_list_items .content_items .box_table tr:nth-child(n+4) td{
    color: var(--main-black);
    font-size: 14px;
    line-height: 19.6px;
}

.block_list_items .content_items .box_table td span{
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    color: var(--grayscale-125);
}


.block_list_items .detail_items .image {
    padding: 24px;
    outline: 1px solid var(--grayscale-50);
    margin-bottom: 25px;
    border-bottom: 3px solid transparent;
}

.block_list_items .detail_items .image img {
    aspect-ratio: 100 / 100;
}

div#list-master-item-web .image {
    height: 179px;
}

.block_list_items .box_items_list a:hover .detail_items .image {
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    border: none;
    border-bottom: 3px solid var(--main-red);
    outline: 0px solid transparent;
    transition: all 0.2s ease-in-out;
}

.box_tab_lr {
    padding-top: 50px;
}

.box_tab_lr .tab-control {
    border: none;
}

.box_tab_lr .tab-control li{
    position: relative;
    background: none;
    color: var(--grayscale-125);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    width: max-content;
    margin-right: 40px;
    padding-left: 0;
}

.box_tab_lr .tab-control li.current {
    color:var(--main-black);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: none;
}

.box_tab_lr .tab-control li.current::after {
    content: '';
    display: block;
    width: 84px;
    height: 4px;
    background: var(--main-red);
    border-radius: 2px 0px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.box_tab_lr .box_reviews{
    border-radius: 0;
    padding: 20px 28px;
    border: 1px solid var(--grayscale-50);
    margin-bottom: 30px;
}

.box_tab_lr .box_reviews .images{
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.box_tab_lr .content_review .title_lr {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-black);
}

.box_tab_lr .content_review .wrap_info .info_lr{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--grayscale-125);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
    padding-left: 0;
}

.box_tab_lr .box_product_example {
    display: flex;
    flex-wrap: wrap;
}

.box_tab_lr .box_product_example .detail_example .image{
    width: 200px;
    height: 200px;
    margin: auto;
}

.box_tab_lr .box_product_example .detail_example .name_title {
    font-weight: 400;
    font-size: 16px;
    line-height:24px;
    text-align: center;
    color: var(--grayscale-125);
    margin-top: 13px;
}

.box_tab_lr .box_product_example a:hover {
    text-decoration: none;

}

.box_tab_lr .box_product_example a:hover .detail_example {
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
}

.faq-english .box-btn-see-more {
    margin-top: 50px;
}

.faq-english .box-btn-see-more .btn {
    padding: 15px 30px;
}

.faq-english .btn-primary {
    background: var(--main-red);
    border: 1px solid var(--main-red);
}

.faq-english .btn {
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding: 10px 15px;
    color: var(--main-white) !important;
}

.faq-english .btn .en_icon {
    width: 20px;
    height: 20px;
    justify-content: center;
}

.faq-english * {
    font-size: 16px;
}

.box_product_lr .col-4{
    width: calc((100% - 40px) / 3);
    margin-right: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 12px;
    max-width: unset;
    flex: unset;
}

.box_product_lr .detail_example{
    padding: 12px;
}

.box_product_lr .detail_example .image{
    height: 140px;
    position: relative;
}

.box_product_lr .detail_example .image img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: contain;
}

.block_list_items {
    border-bottom: none;
}
/* swiper-main-thumbnail */
.item-appearance .swiper-main-thumbnail{
    margin-bottom: 12px;
}
.swiper-main-thumbnail .main-slider-thumb .image{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border: 2px solid #d7d7d7;
    max-width: 330px;
    padding: 20px;
    height: 100%;
    height: 320px;
}
.swiper-main-thumbnail .main-slider-thumb .image img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider-nav-thumbnails .swiper-wrapper{
    display: flex;
}
.swiper-main-thumbnail .main-slider-thumb{
    margin-bottom: 10px;
}
.swiper-main-thumbnail .slider-nav-thumbnails .image img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 62px;
    height: 62px;
    object-fit: contain;
    border: 2px solid #d7d7d7;
    padding: 5px;
    cursor: pointer;
}
.main-slider-thumb a.image.video-preview {
    aspect-ratio: 1 / 1;
}
a.image.video-preview video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-main-thumbnail .image{
    position: relative;
}
.swiper-main-thumbnail svg.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    cursor: pointer;
}