: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;
}

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

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

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

.block_breadcrumb_en .breadcrumb-item.active a {
    font-weight: 700;
}

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

.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);
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

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

.main-banner-category .title{
    margin-bottom: 12px;
}

.main-banner-category .title h1{
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    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;*/
    margin: auto;
    z-index: 8;
    position: relative;
}

.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: 55px;
    flex: 1;
    width: 100%;
}

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

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

.block_filter_new .box_filter .expand-choice {
    width: 50%;
    margin-right: 10px;
}

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

.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);
    margin: auto;
    border-radius: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 54px;
    white-space: nowrap;

    justify-content: center;
}

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

.block_filter_new .box_filter svg {
    margin-left: 10px;
    flex-shrink: 0;
}

.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 {
    display: flex;
    flex-wrap: wrap;
}

.item-line .price .box_radio {
    width: max-content;
    display: inline-block;
    margin-right: 10px;
}

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

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

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

.item-thing {
    margin: 5px;
}

.thing-1 {
    width: max-content;
}

.name-item {
    border: 1px solid var(--grayscale-50);
    padding: 7px 20px 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);
    white-space: nowrap;
    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;
    background-size: 100% 100%;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 10px;
    height: 10px;
}

.thing-2 {
    width: max-content;
    height: 26px;
}

.thing-3 {
    height: 26px;
    width: 86px;
}

.thing-4 {
    width: 89px;
    height: 26px;
}

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

.view-choice .item-line-scroll.size_scroll{
    grid-template-rows: auto auto auto auto auto;
}

.view-choice .item-line-scroll {
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
    grid-gap: 5px;
    padding-bottom: 19px;
    overflow-y: unset;
}

.view-choice .item-line-scroll::-webkit-scrollbar{
    height: 4px;
    width: 4px;
    background: gray;
}

/* Track */
.view-choice .item-line-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.view-choice .item-line-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.view-choice .item-line-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.view-choice .item-line-scroll::-webkit-scrollbar-thumb:horizontal{
    background: #000;
    border-radius: 10px;
}


.item_list_box {
    padding: 10px 0;
}

.category_head_box {
    margin-bottom: 12px;

}

.category_head_box .title{
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--main-black);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

.list_search_results ul {
    list-style: none;
}

.category_n_results strong {
    float: left;
}

.category_n_results span {
    float: right;
    font-size: 15px;
    font-weight: 400;
}

.list_search_results {
    overflow-y: auto;
    max-height: 950px;
}


.list_search_results li {
    overflow: hidden;
    width: auto;
    height: auto;
    float: none;
    margin-bottom: 15px;
    padding: 22.5px 0;
    background-color: #FFFFFF;
    border: 1px solid var(--grayscale-50);
    border-radius: 4px;
    text-align: center;
}

.list_search_results .list-item-filter .image {
    width: 200px;
    height: 200px;
    max-width: unset;
    max-width: unset;
    overflow: hidden;
    margin: 0 auto 20px;
}

.list_search_results .text-info{
    margin-bottom: 15px;
}

.list_search_results .text-info h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-black);
    margin-bottom: 5px;
}


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

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

.list_search_results .item_list_detail {
    margin: auto;
    overflow: hidden;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.list_search_results .item_list_detail h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 15.6px;
    padding: 7px 15px;
    background: var(--main-black);
    color: var(--main-white);
    width: 100px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.list_search_results .item_list_detail p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    color: var(--main-black);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--grayscale-50);
    margin-bottom: 0px;
    height: 60px;
    padding: 10px;
    width: 100px;
    justify-content: center;
}

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

.category_head_box h3 {
    border-bottom: 5px solid #000000;
}

.category_head_box h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    overflow: hidden;
}

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

.block_popular_ranking {
    margin-top: 60px;
}

.block_popular_ranking .paragraph ,
.block_popular_ranking .box_title {
    margin-bottom: 30px;
}

.block_popular_ranking .paragraph p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--grayscale-125);
    text-align: center;
}

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


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

.block_popular_ranking .box_ranking_product {
    display: flex;
}

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

.block_popular_ranking #box_slide .slick-slide:nth-child(2) .slide-top-product .rank:before{
    content:'First';
    background: url("/common/design/user/img/product-page/product-page-n1.png") no-repeat;
    width: 40px;
    height: 58px;
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--main-white);
    text-align: center;
    padding-top: 12px;
}

.block_popular_ranking #box_slide .slick-slide:nth-child(3) .slide-top-product .rank:before{
    content:'Second';
    background: url("/common/design/user/img/product-page/product-page-n2.png") no-repeat;
    width: 40px;
    height: 58px;
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--main-white);
    text-align: center;
    padding-top: 12px;
}


.block_popular_ranking #box_slide .slick-slide:nth-child(4) .slide-top-product .rank:before{
    content:'Third';
    background: url("/common/design/user/img/product-page/product-page-n3.png") no-repeat;
    width: 40px;
    height: 58px;
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--main-white);
    text-align: center;
    padding-top: 12px;
}


.block_popular_ranking #box_slide .slick-slide:nth-child(5) .slide-top-product .rank:before{
    content:'Fourth';
    background: url("/common/design/user/img/product-page/product-page-n4.png") no-repeat;
    width: 40px;
    height: 58px;
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--main-white);
    text-align: center;
    padding-top: 12px;
}



.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;
    padding: 0 50px;
    border: none;
}

.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: 180px;
    height: 180px;
}

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

.block_popular_ranking .product-page-list-t{
    margin-bottom: 30px;
}

.block-product-cat-list .product-cat-list.type2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -7px 40px;
    max-height: 501px;
    overflow: auto;
}

.block-product-cat-list .product-cat-list .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border: 2px solid #d8d8d8;
    background: #747474;
    transition: all 0.2s ease;
    transform: translateY(0);
    padding: 5px;
    text-decoration: none;
}

.block-product-cat-list .product-cat-list.type2 li {
    width: calc(100% / 2);
    padding: 0 7px 13px;
    box-sizing: border-box;
}

.block-product-cat-list .product-cat-list.type2 .box {
    box-sizing: border-box;
    border: 2px solid #d8d8d8;
    background: #fff;
    transition: all 0.2s ease;
    transform: translateY(0);
    padding: 5px;
    text-decoration: none;
}

.block-product-cat-list .product-cat-list.type2 h3 {
    position: relative;
    margin: 0 -11px;
    background: var(--main-red);
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    min-height: 40px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.block-product-cat-list .product-cat-list.type2 h3:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #b67919;
    border-right: 6px solid transparent;
}


.block-product-cat-list .product-cat-list.type2 h3:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #b67919;
    border-left: 6px solid transparent;
}

.block-product-cat-list .product-cat-list.type2 .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    align-content: center;
    margin: 10px 0;
}

.common-title_m {
    font-weight: 900;
    font-size: 30px !important;
    line-height: 36px !important;
    color: var(--main-red);
    text-align: start;
    background: none;
    padding: 0 !important;
}

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

.box-rating-star i.fa{
    font-size: 20px;
}

.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: 12px !important;
    line-height: 15.6px;
    color:var(--main-red)
}

#contents .slick-dots {
    position: relative !important;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 30px;
    bottom: 0px;
}

#contents .slick-dots li button {
    background: #FFE5E6;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    width: 11px;
    height: 11px;
}

#contents .slick-dots li.slick-active button:before {
    background: var(--main-red);
    overflow: hidden;
    border-radius: 50%;
    width: 11px;
    height: 11px;
}

.list_item_sp .tab-content>.tab-pane.active {
    height: auto;
}


.list_item_sp .tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.box_button {
    text-align: center;
}

.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_items_list {
    margin-top: 60px;
}

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

.box_items_list .title h2{
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--main-black);
    text-align: center;
}

.box_items_list .image {
    padding: 24px 23px;
    border: 1px solid var(--grayscale-50);
    margin-bottom: 25px;
}

.box_items_list.none_table .image {
    height: 179px;
}

.box_items_list .content_image {
    position: relative;
}

.box_items_list .content_image .image{
    padding: 58px 32px;
}

.box_items_list .content_image .logo_glimmer,
.box_items_list .content_image .top-content,
.box_items_list .content_image .sale_img {
    position: absolute;
}


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

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

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

.box_items_list .content_image .about_items .thickness{
    font-weight: 400;
    font-size: 7px;
    line-height: 10px;
    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);
}

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

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

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

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

.box_items_list .content_image .about_items .color_items{
    background: var(--main-red);
    border-radius: 5px;
    padding: 3px 5px;
    width: 63px;
    height: 28px;
}

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

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

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

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

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

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

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

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

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

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

.rating-stars ul{
    display: flex;
}

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

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

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

.rating-stars .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;
}

.rating-stars ul>li.star.selected>i.fa {
    background: linear-gradient(#ffd559 20%, #fec417 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-stars ul>li.star>i.fa {
    background: linear-gradient(#eee, #d0d0d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

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

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

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

.box_items_list .content_items .box_table th{
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: var(--grayscale-125);
    padding: 8px 0 12px;
}

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

@media (min-width: 375px) {
    .box_items_list .content_items .box_table th{
        font-size: 14px;
        line-height: 19.6px;
    }
    .box_items_list .content_items .box_table td{
        font-size: 16px;
        line-height: 24px;
    }
}

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

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

.block_item_tab .detail_items .content_items .text .box-item{
    display: none;
}

/* ///// select2 here /////////  */
.block_item_tab {
    margin-top: 60px;
}

.block_item_tab .list_item_sp .select2-container .select2-selection--single {
    height: 64px;
    padding: 20px 7px;
    background: var(--main-black);
    border: none;
    border-radius: 0;
}

.block_item_tab .list_item_sp .select2-container--default .select2-results>.select2-results__options {
    overflow-y: unset;
}

.block_item_tab .list_item_sp .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.block_item_tab .list_item_sp .select2-results {
    right: 1rem !important;
}

.block_item_tab .list_item_sp .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 0.857px;
    right: 0.929rem;
    top: 50% !important;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

.block_item_tab .list_item_sp .select2-container--default b {
    background-image: url("/common/global_english/images/arrow-square-down.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 24px !important;
    width: 24px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.block_item_tab .list_item_sp .select2-container--default .select2-results__option[aria-selected=true] {
    background: var(--main-white) !important;
    color: var(--main-black) !important;
    border-radius: 5px;
}

.block_item_tab .list_item_sp .select2-dropdown {
    border: none;
}

.block_item_tab .list_item_sp li.select2-results__option p,
.block_item_tab .list_item_sp li.select2-results__option span {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.031rem;
}

.block_item_tab .list_item_sp .select2-results__option {
    color: var(--main-white);
    padding: 15px 20px !important;
    background: var(--main-black);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.block_item_tab .list_item_sp .select2-selection__rendered {
    color: var(--main-white) !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.block_item_tab .list_item_sp .select2-results__option--highlighted {
    background-color: #fff !important;
    color: #01519c !important;
    border-radius: 5px;
}

.block_item_tab .tab-content{
    margin-top: 30px;
}

.block_item_tab .tab-content .content_review .title_lr{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-black);
    border-bottom: 1px dashed var(--grayscale-100);
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.block_item_tab .tab-content .content_review  .info_lr {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--grayscale-125);
    margin-bottom: 10px;

}

.block_item_tab .box_reviews{
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid var(--grayscale-50);
}

.block_item_tab .box_reviews .images{
    width: 110px;
    height: 110px;
    overflow: hidden;
}

.block_item_tab .detail_example .image{
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.block_item_tab .detail_example .name_title {
    max-width: 200px;
}

.block_item_tab .box_slide_example .slide {
    margin-left: 20px;
}

.block_item_tab .detail_example {
    margin: 0 auto 20px;
}


.box_items_list .box_button {
    text-align: start;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.box_items_list .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_items_list .box_button .btn_close{
    padding: 15px 30px;
    background: var(--grayscale-50);
    color: var(--main-black) !important;
    box-shadow:0px 10px 60px rgba(38, 45, 118, 0.08);
    border-radius: 100px;
}

.faq-english .box-btn-see-more {
    margin-top: 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_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-right: 10px;
}

.faq-english .btn .en_icon {
    width: 20px;
    height: 20px;
    justify-content: center;
}
/* swiper-main-thumbnail */
.item-appearance .swiper-main-thumbnail-sp{
    margin-bottom: 12px;
}
.swiper-main-thumbnail-sp .box-main-thumb,
.swiper-main-thumbnail-sp .box-nav-thumb{
    position: relative;
}
.swiper-main-thumbnail-sp .main-slider-thumb .image{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #d7d7d7;
    min-height: 125px;
    padding: 20px;
    height: 100%;
}
.swiper-main-thumbnail-sp .main-slider-thumb .image img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    min-height: 316px;
    max-height: 115px;
}
.swiper-main-thumbnail-sp .main-slider-thumb{
    margin-bottom: 10px;
}
.swiper-main-thumbnail-sp .slider-nav-thumbnails .image img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 58px;
    height: 58px;
    object-fit: contain;
    border: 1px solid #d7d7d7;
    padding: 5px;
    cursor: pointer;
    margin: 0 auto;
}
.swiper-main-thumbnail-sp .swiper-button-next,
.swiper-main-thumbnail-sp .swiper-button-prev{
    color: #575757;
}
.swiper-main-thumbnail-sp .box-nav-thumb .swiper-button-prev{
    left: -12px;
}
.swiper-main-thumbnail-sp .box-nav-thumb .swiper-button-next{
    right: -12px;
}
.swiper-main-thumbnail-sp .box-nav-thumb .swiper-button-next:after,
.swiper-main-thumbnail-sp .box-nav-thumb .swiper-button-prev:after{
    font-size: 20px;
}
.main-slider-thumb a.image.video-preview {
    aspect-ratio: 1 / 1;
}
video.image.video-preview {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-main-thumbnail-sp .image{
    position: relative;
}
.swiper-main-thumbnail-sp svg.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    cursor: pointer;
}
.swiper-main-thumbnail-sp .box-main-thumb .swiper-button-next{
    right: -10px;
}
.swiper-main-thumbnail-sp .box-main-thumb .swiper-button-prev{
    left: -10px;
}
