.img-fluidz{
    width: 100%;
}
.bg-black{
    background: #000000;
}
span.img_member img {
    border: 2px solid #d3c2c2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.text-main{
    color: var(--color-highlight);
}
.block-hot--product .product-item:hover{
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.is-mobile .search-section {
    margin-right: 8px;
}
.product-title {
    min-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

span.code_product {
    display: inline-block;
    margin-bottom: 10px;
    color: rgb(77, 77, 77);
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.swiper-slider-main .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.20)), to(rgba(0, 0, 0, 0.20))), -webkit-gradient(linear, left top, left bottom, color-stop(3.58%, rgba(0, 0, 0, 0.00)), color-stop(74.69%, rgba(0, 0, 0, 0.50)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 3.58%, rgba(0, 0, 0, 0.50) 74.69%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.58%, rgba(0, 0, 0, 0.50) 74.69%);
}
.swiper-slide--wrap {
    padding: 0px 25rem;
    text-align: center;
    z-index: 5;
}
.article--custom .ratio-3-2 {
    padding-top: 40%;
}
.col-page-news {
    padding-top: 6%;
    padding-bottom: 6%;
    background: #f8f8f8;
}
.product-description {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.item-cateogry--home:hover {
    border-color: rgb(39, 92, 226);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 4px 12px 0px rgba(0, 0,);
}
.block-trade-slution .swiper-slide:hover {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
}
.block-trade-slution .swiper-slide {
    border-top: 4px solid #FEBD17;
}
.contact--highlight {
    padding: 6rem;
    background: #f5f2f5;
}
.title--contact {
    font-size: 5rem;
    font-weight: 700;
}
.contact--highlight .description {
    font-weight: 500;
    font-size: 1.8rem;
    text-align: justify;
    color: #666;
}
.title--contact span {
    color: #e04307;
    display: block;
    font-size: 1.4rem;
    margin-top: 9px;
}
.block_news .swiper-slide--wrap {
    bottom: 50%;
    transform: translateY(0px);
}
.post-date> span {
    margin-right: 4px;
}
.post-date {
    font-weight: 500;
    font-size: 1.5rem;
    color: #666;
    margin: 0.8rem 0px;
}
.article--custom {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}
.list--article> div {
    margin-bottom: 2rem;
}
.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px 10px 0px 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.product-image-detail-top .inner-image img, .inner-img-thumb img {
    mix-blend-mode: multiply;
    object-fit: contain;
}
.product-image-detail-top .inner-image {
    background-color: rgb(245, 245, 245);
}
.bg-product-detail {
    background-color: rgb(245, 245, 245);
}
.product-content-detail {
    margin-top: 6rem;
}
.info_atrr_product > .card {
    padding: 1rem 0px;
    border-top: 1px solid black;
}
.tile-info_atrr {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
}
.title-product {
    font-size: 4rem;
    padding-bottom: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid black;
    margin-bottom: 3rem;
}
.entry-menu.dropdown:before {
    position: absolute;
    content: url('https://cdn4212.cdn-template-4s.com/media/icon/dropdown-arrow-white.svg');
    top: -15px;
    width: calc(100% - 0.375rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.description-category_product p {
    color: white;
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
}
.banner_category_product img {
    height: 63rem;
    object-fit: cover;
    object-position: 50% 90%;
}
.highlight-category_product {
    font-weight: 700;
    background-color: rgb(254, 189, 23);
    padding: 4px 8px;
    border-radius: 4px;
}
.title-category_product {
    margin-top: 8px;
    font-weight: 700;
    font-size: 5rem;
    line-height: 5.5rem;
    color: white;
    text-transform: uppercase;
}
.category_product_wrap {
    position: absolute;
    bottom: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0px 50rem;
}
.social_newsletter .item-social {
    width: 3.3rem;
    height: 3.3rem;
    background: #f2e0e0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    transition: all .3s ease;
}
.trade-slution--wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
a.trade-slution--link {
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.copyright span {
    font-weight: 600;
    color: rgb(77, 77, 77);
    margin-bottom: 1.5rem;
    display: inline-block;
}
.link_footer:hover {
    text-decoration: underline;
}
a.link_footer {
    color: black;
}
.btn-contact {
    background: var(--color-highlight);
    font-weight: 700;
}
.title-footer {
    font-weight: 700;
}
.block-workstation--wrap {
    position: absolute;
    top: 17%;
    right: 12%;
    background: rgb(238, 238, 238);
    padding: 15rem 3rem 15rem 4rem;
    width: 39%;
}
.trade-slution--tile{
    font-size: 2rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
}
.block-workstation--wrap .swiper-slide--tile {
    font-size: 2.8rem;
    color: black;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.block-workstation--wrap .block-workstation--description {
    font-weight: 500;
}
.block-workstation_item .ratio-3-2 {
    padding-top: 53.66%;
}
.btn-submit-1 {
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: white;
}
.swiper-slide--tile, .swiper-slide--description {
    color: white;
}
a.swiper-slide--link {
    font-weight: 700;
    border-color: var(--color-highlight);
    background: var(--color-highlight);
}
.swiper-slider-main .swiper-slide img {
    min-height: 49.8rem;
    height: 58rem;
    object-fit: cover;
}
.block-workstation_item > .row > div:last-child {
    background: black;
}
.highlight--wrap {
    padding: 2.5rem;
    background: #EEEEEE;
}
.highlight--tile {
    font-size: 2rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    margin-bottom: 1.5rem;
    min-height: 6rem;
}
.block-for-trade {
    background-color: rgb(254, 189, 23);
    padding: 5rem 0px;
}
.block-workstation_item > .row {
    margin: 0px;
}
.block-workstation_item > .row > div {
    padding: 0;
}
.bg-block--highlight{
    background: #FEBD17;
}
h3.title-highlight {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
}
.block-post--home > .row > div:last-child {
    padding-left: 7.5px;
}
.block-post--home > .row > div:first-child {
    padding-right: 7.5px;
}
.block-post--home > .row > div {
    padding: 0px;
}
.block-post--home > .row {
    margin: 0px;
}
.article-item-home .inner-image {
    position: relative;
}
.article-item-home .inner-content {
    position: absolute;
    bottom: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 8rem;
}
.article-title-home {
    color: white;
    font-size: 4rem;
    font-weight: 700;
}
.article-description-home {
    color: white;
    font-size: 1.6rem;
}
.ratio-customize {
    padding-top: 91%;
    position: relative;
}
.ratio-customize img {
    object-fit: contain;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.btn-detailPro button {
    padding: 1rem;
    background: black;
    font-weight: 700;
    border: 1px solid black;
}
.block-for-trade {
    padding-right: 20rem;
    padding-left: 20rem;
}
.the-p-content-form-dk {
    font-size: 1.6rem;
}
.swiper-slide.item-cateogry--home{
    background-color: rgb(245, 245, 245);
}
.cate-info {
    text-align: center;
    margin: 3rem 0px;
}
a.btn_detail i {
    font-weight: bold;
    font-size: 1.2rem;
}
a.btn_detail {
    color: rgb(0, 0, 0);
    font-size: 1.6rem;
    font-weight: 500;
}
.cus-title-section-block {
    color: black;
    font-size: 2.4rem;
    font-weight: 700;
}
footer {
    border-top: 4px solid rgb(254, 189, 23);
}
.title-footer-menu {
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    color: rgb(26, 26, 26);
    font-size: 1.4rem;
    line-height: 1.5rem;
    display: block;
    padding-bottom: 16px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    text-transform: uppercase;
}
.head-top > .row {
    align-items: center;
}
.info_atrr_product i {
    cursor: pointer;
}
.btn-detailPro button i {
    font-size: 1.6rem;
    margin-right: 6px;
}
.description_product_detail {
    margin: 1.5rem 0px;
}
.product-item .inner-image img{
    mix-blend-mode: multiply;
    object-fit: contain;
}
.product-item .inner-content >.product-title {
    font-weight: 500;
    color: rgb(77, 77, 77);
    margin-bottom: 0.8rem;
}
.product-item .inner-content {
    padding: 1.5rem;
}
.footer-menu-section {
    margin-bottom: 3rem;
}
.list-product .product-item:hover {
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.card .card-header .collapsed i:before {
    content: "\2b";
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1376px;
    }
}
.block-trade-slution .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--color-main);
}
.swiper-scrollbar-drag {
    cursor: grab;
}
@media (min-width: 800px) and (max-width:1024px){
    .block-for-trade {
        padding-right: 7rem;
        padding-left: 7rem;
    }
    .highlight--tile {
        min-height: 9rem;
    }
    h3.title-highlight {
        font-size: 3.5rem;
    }
    .article-title-home {
        font-size: 3rem;
    }
    .category_product_wrap {
        padding: 0px 15rem;
    }
    .block-workstation_item .ratio-3-2 {
        padding-top: 71.66%;
    }
    .block-workstation--wrap {
        top: 25%;
        padding: 5rem 3rem 5rem 4rem;
    }
}
@media (min-width: 767px) and (max-width:820px){
    h3.title-highlight {
        font-size: 3.5rem;
    }
    .article-title-home {
        color: white;
        font-size: 2.4rem;
    }
    .article-item-home .inner-content {
        padding: 0 3rem;
    }
    .block-post--home .ratio-16-9 {
        padding-top: 108.25%;
    }
    .block-for-trade {
        padding-right: 7rem;
        padding-left: 7rem;
    }
    .block-workstation--wrap {
        width: 55%;
        top: 17%;
        padding: 4rem 3rem 4rem 4rem;
    }
    .block-workstation_item .ratio-3-2 {
        padding-top: 69.66%;
    }
}
@media (max-width:767px){
    .product-title {
    min-height: 3.5rem;}
    a.btn_detail {
        font-size: 1.4rem;
    }
    .item-title-category {
        font-size: 1.8rem;
    }
    .block_news .swiper-slide--wrap {
        bottom: 35%;
    }
    .block_news img {
        object-fit: cover;
        height: 20rem;
    }
    .contact--highlight {
        padding: 3rem;
    }
    .contact--highlight .description {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    .title--contact {
        font-size: 3rem;
        font-weight: 700;
    }
    .title-category_product {
        font-size: 3.5rem;
    }
    .product-detail-head {
        padding-bottom: 3rem;
    }
    .product-content-detail {
        margin-top: 2rem;
    }
    .article-item-home .inner-content {
        padding: 0 3rem;
        bottom: 20%;}
    h3.title-highlight {
    font-size: 2.8rem;}
    .article-title-home {
        font-size: 2.4rem;
    }
    .block-post--home > .row > div:first-child {
        padding-right: 0px;
    }
    .block-post--home > .row > div:last-child {
        padding-left: 0px;
    }
    article.article-item-home {
        margin-bottom: 1.5rem;
    }
    .article-item-home .ratio-16-9 {
        padding-top: 135.25%;
    }
    .block-workstation--wrap {
        position: absolute;
        top: 25%;
        right: 8%;
        background: rgb(238, 238, 238);
        padding: 4rem 4rem 4rem 4rem;
        width: 84%;
    }
    .block-workstation_item > .row > div:last-child {
        height: 215px;
        background: black;
    }
    .block-for-trade {
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .swiper-slide--description {
        font-size: 1.6rem;
        margin-bottom: 4.5rem;
    }
    .swiper-slide--tile {
        font-size: 2.8rem;
    }
    .swiper-slide--wrap {
        padding: 0px 5rem;
        transform: translateY(-35%);
    }
    .head-mobi {
        background: black;
    }
    .head-mobi > .container > .row > div:last-child {
        display: flex;
        justify-content: flex-end;
    }
    .product-detail-head > .row {
        flex-direction: column-reverse;
    }
    .title-product {
        font-size: 2.8rem;
    }
    .category_product_wrap {
        padding: 0px 3rem;
    }
}

@media (min-width: 810px) and (max-width: 1000px){
    .article-title-home {
        font-size: 2rem;
    }
    .block-post--home .ratio-16-9 {
        padding-top: 70.25%; 
    }
}