@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


body
{
    font-family: 'Nunito Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
/*    padding: 0;*/
/*    margin: 0;*/
}

ul
{
/*    padding: 0;*/
/*    list-style: none;*/
}

a
{
    text-decoration: none;
}

:root 
{   
    --nav-font: 'Mulish', sans-serif;
    --font-family: 'Mulish', sans-serif;
    --font-header: 'Nunito Sans', sans-serif;
}

.product-slider-horizontal .item .title .heading a
{
    font-family: 'Mulish';
}
.tieude_tintuc {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 33px;
}
.menu_bottoms {
    background: #fdb814;
}
.total_bottom_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
/*    justify-content: space-between;*/
    justify-content: center;
}

/* Menu cấp 1 */
.total_bottom_menu li {
    position: relative;
    padding: 10px 30px;
}

/* Hover cấp 1 */
.total_bottom_menu li:hover {
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, .3);
    background: #0000000d;
}

/* Menu cấp 2 */
.menu-child {
    position: absolute;
    top: 100%;
    left: 0;

    display: flex;            
    flex-direction: column;      
    gap: 5px;

    background: #fff;
    padding: 10px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Item cấp 2 */
.menu-child li {
    display: inline-block;
    padding: 10px 15px;
    white-space: nowrap; /* tránh xuống dòng */
    border: none;        /* bỏ border dọc nếu có */
}

.menu-child li a {
    color: #333;
    font-size: 14px;
    display: block;
}

.menu-child li:hover {
    background: #f5f5f5;
}

/* Show menu */
.menu-item-has-children:hover .menu-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 3;
}
.menu-item-has-children span {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}
.menu_bottoms.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}



/* ảnh chính */
#main_img {
 width: 100%;
 height: 475px;
 object-fit: cover;
 transition: all 0.5s ease;
}

/* fade animation */
.fade-out {
 opacity: 0;
 transform: scale(1.05);
}
.fade-in {
 opacity: 1;
 transform: scale(1);
}

/* overlay đẹp hơn */
.mota_cuontheoanh {
 position: absolute;
 top: 30px;
 left: 10%;
 color: #fff;
 padding: 20px;
/*   border-radius: 15px;*/

background: linear-gradient(
  to right,
  rgba(0,0,0,0.7),
  rgba(0,0,0,0.2)
);

backdrop-filter: blur(6px);
max-width: 500px;

/*   transform: translateY(20px);
   opacity: 0;*/

   transform: translateY(0);
   opacity: 1;

   transition: 0.5s;
}

/* hiện nội dung */
.hinanh_cuontheo:hover .mota_cuontheoanh {
 transform: translateY(0);
 opacity: 1;
}
.main_pro
{
    position: relative;
}

.main_wp {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.khung_main_product {
    padding: 3rem 0 0 0;
}
.tieude_top_pro h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.tieude_top_pro {
    text-align: center;
}
.main_pro_box {
    padding-bottom: 40px;
}
.item_cate.active span
{
    color: #58585a;
    border-bottom: solid 3px #fdb814;
}
.item_cate span {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
    color: #000000;
}
.main_wp:hover img {
    transform: scale(1.1);
    transition: all .5s;
}
.main_wp img
{
    transition: all .5s;
}
#main_desc
{
    margin-bottom: 0;
}
.widget_item_style_1
{
    background: #fdb81426;
    padding: 3rem;
}
.khung_trienlam {
    padding: 3rem 0;
    background: #f9f9f9;
}

.tieude_trienlam {
    text-align: center;
    padding-bottom: 2rem;
}

.tt_tl {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.total_trienlam {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.items_trienlam {

    overflow: hidden;
}
.items_trienlam img
{
    transition: all 0.5s;
}
.items_trienlam:hover img {
    transform: scale(1.1);
    transition: all .5s;
}



.items_phucvuai {
    margin: 10px 10px;
    background: #fff;
    padding: 18px 13px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.hinhanh_phucvuai {
    position: relative;
    z-index: 1;
}

.content_phucvuai {
    text-align: left;
    overflow: hidden;
    padding: 15px 27px 28px;
}

.icon_phucvuai {
    position: relative;
    margin-top: -35px;
    margin-left: 25px;
    text-align: left;
}

.title_phucvuai {
    margin-bottom: 6px;
    font-weight: bold;
    color: #000000;
    margin-top: 11px;
    font-size: 20px;
}

.content_phucvuais {
    color: #5c727d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.content_phucvuais {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn_phucvuai {
    font-size: 16px;
    font-weight: bold;
    color: #073937;
    margin-top: 10px;
}
.icon_phucvuai img {
    width: auto!important;
}
.khung_phucvuai {
    padding: 3rem 0;
}

.khung_phucvuai .owl-dot.active span, .khung_phucvuai .owl-dot:hover span
{
    background: #fdb814!important;
}
.wrapper_ungdung
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrapper_ungdung_left {
    flex: 0 0 71%;
    width: 71%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.wrapper_ungdung_right
{
    flex: 0 0 29%;
    width: 29%;
}

.wrapper_ungdung_left li
{
    margin-right: 2%;
    flex: 0 0 31.3333333%;
    width: 31.333333%;
    position: relative;
    overflow: hidden;
}
.title_ungdung
{
    padding-bottom: 10px;
    padding-top: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1) 30%, transparent);
    transition: all .5s;
    font-size: 18px;
}
.title_ungdung
{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 9;
}
.con_ungdung
{
    width: 80%;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 150%);
    opacity: 0;
    transition: all .5s;
}

.con_ungdung span {
    display: block;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.con_ungdung span:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 60px;
    height: 3px;
}
.con_ungdung span:after {
    background-color: #ad9272;
}
.index_text {
    font-size: 16px;
    font-weight: normal;margin-bottom: 0;
}

.wrapper_ungdung_left li:hover .con_ungdung {
    transform: translate(-50%, -50%);
    opacity: 1;
    color: #fff;
    z-index: 5;
}

.wrapper_ungdung_right li:after {
    position: absolute;
    z-index: 2;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .5s;
    transform: translateY(-100%);
}

.wrapper_ungdung_left li img {
    object-fit: cover;
    height: 195px;
    width: 100%;
}
.con_ungdung
{
    position: absolute;
}
.li_ungdung {
    overflow: hidden;
}

.li_ungdung:hover .title_ungdung {
    opacity: 0;
}

.wrapper_ungdung_right a
{
    display: block;
    position: relative;
}
.li_ungdung:after,.conbox_ungdungs:after {
    position: absolute;
    z-index: 2;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .5s;
    transform: translateY(-100%);
}
.li_ungdung.conbox_ungdungs:hover .con_ungdung {
    transform: translate(-50%, -50%);
    opacity: 1;
    color: #fff;
    z-index: 5;

}
.li_ungdung:hover:after,.conbox_ungdungs:hover:after  {
    transform: translateY(0%);
    opacity: 1;
}
.wrapper_ungdung_left {
    margin: 0;
    padding: 0;
}
.khung_ungdung {
    background: #fdb81417;
    padding: 2rem 0 3rem 0;
}

.other_170_wrapper {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 9;
    transform: translateY(-50%);
    background-color: #fff;
}

.other_170_wrapper {
    background-color: #fff0;
    box-shadow: none;
    transform: translateY(-0%);
    padding-top: 30px;
}

.other_170_left {
    flex: auto;
    display: flex;
    justify-content: center;
}

.other_170_left {
    background-image:linear-gradient(338deg, #ffd673 0%, #fdb814 100%);
    color: #fff;
    border-radius: 0px 30px 0px 30px;
    box-shadow: 1px 1px 11px 3px rgb(0 0 0 / 17%);
    margin-bottom: 0;
}

.other_170_wrapper .other_170_rightBox {
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e6e6e4;
}

.other_170_wrapper .other_170_rightBox {
    display: none;
}

.other_170_left li {
    flex: 0 0 25%;
    width: 25%;
    padding: 40px 0;
    text-align: center;
    list-style: none;
}

.index_title {
    font-size: 40px;
    font-weight: normal;
}

.other_170_left li span {
    color: #fff !important;
    font-family: fantasy;
    font-size: 50px;
}
.other_170_left li div {
    color: #fff !important;
    font-family: fantasy;
    font-size: 50px;
    display: inline-flex;
    align-items: baseline;
}

.other_170_left li em {
    font-style: normal;
    transform: scale(0.8);
}

.other_170_left li em {
    color: #fff;
    font-size: 20px;
}

.index_sub_title {
    font-size: 20px;
    font-weight: normal;
}

.other_170_rightBox a {
    color: #fff;
}
.index_btn {
    padding: 15px 50px;
}
.khungsochay {
    padding-bottom: 5rem;
}
.total_tintuc_main .swiper-slide
{
    margin-bottom: 0px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    position: relative;
}

.total_tintuc_main .swiper-slide .hjzf_news_18--pic {
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.total_tintuc_main .news_item .news_info {
    padding: 15px 30px 30px 30px;
}
.khung_tintuc_main {
    padding: 3rem;
}
.total_tintuc_main .swiper-slide .news_item_date
{
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    background: #fdb819;
    color: #ffffff;
    z-index: 1;
    left: 22px;
    width: 55px;
    height: 55px;
    font-weight: bold;
    padding-top: 6px;
}

.total_tintuc_main .swiper-button-next:hover,
.total_tintuc_main .swiper-button-prev:hover,
.total_tintuc_main .swiper-slide .hjzf_news_18--pic .news_item_date, .hjzf_news_18 .hjzf_news_18__title span {
    background: #fdb819;
}
.total_tintuc_main .swiper-slide .hjzf_news_18--pic .news_item_date .bt {
    display: block;
    line-height: 20px;
    width: 100%;
    text-align: center;
}

.total_tintuc_main .swiper-slide .hjzf_news_18--pic .news_item_date .mnth {
    font-size: 14px;
    line-height: 20px;
    display: block;
    width: 100%;
    text-align: center;
}
.total_tintuc_main .news_class_name {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 13px;
}

.total_tintuc_main .news_item-title {
    margin-bottom: 28px;
    height: 48px;
}
.ellipsis_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.total_tintuc_main .news_item-title a {
    font-size: 20px;
    font-weight: 500;
    color: #001327;
    line-height: 24px;
}
.total_tintuc_main .news_item-desc {
    margin-bottom: 28px;
}

.total_tintuc_main .news_item_more {
    color: #001327;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.total_pro_mains {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.khung_trai_pro {
    width: 25%;
}

.khung_phai_pro {
    width: 74%;
}


/* reset */
.product-categories {
   list-style: none;
   padding: 0;
   margin: 0;
}

.product-categories li {
   position: relative;
   border-bottom: 1px solid #eee;
   background: #f9f9f9;
}

/* link */
.product-categories li a {
   display: block;
   padding: 10px 35px 10px 10px;
   color: #333;
   text-decoration: none;
   transition: 0.3s;
}

.product-categories li a:hover {
   color: #fdb814;
}

/* nút toggle */
.product-categories .toggle {
   position: absolute;
   right: 10px;
   top: 10px;
   width: 25px;
   height: 25px;
   border: none;
   background: none;
   cursor: pointer;
   transition: 0.3s;
}

/* icon */
.product-categories .toggle i {
   transition: 0.3s;
}

/* xoay icon khi mở */
.product-categories li.active > .toggle i {
   transform: rotate(180deg);
}

/* danh mục con */
.product-categories .children {
   display: none;
   padding-left: 15px;
   background: #f9f9f9;
       list-style: none;
}

/* animation mượt */
.product-categories .children li a {
   font-size: 14px;
   padding: 8px 10px;
}

/* active */
.product-categories li.active > a {
   font-weight: bold;
   color: #000;
}
.widget-title.shop-sidebar {
    display: block;
    padding: 10px;
    background: #fdb814;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}
.danhmuc_pro_cat {
    margin-bottom: 2rem;
}

.icon_phucvuai img 
{
    height: 75px;
}

.total_btnspham {
    display: flex;
}

.btn_guithongtin {
    background: #58585a;
    padding: 10px 30px;
    margin-right: 10px;border-radius: 10px;
}

.btn_custom_contact {
    background: #fdb814;
    padding: 10px 30px;
    margin-right: 10px;border-radius: 10px;
}

.total_btnspham a {
    color: #fff;
    font-size: 20px;
}

.btn_guithongtin a,.btn_custom_contact a {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.btn_guithongtin i,.btn_custom_contact i {
    margin-right: 10px;
}

.btn_custom_contact:hover a ,.btn_guithongtin:hover a {
    color: #fff;
}


/*Tab*/
.custom-tabs {
   border-bottom: 2px solid #eee;
}

.custom-tabs .nav-link {
   cursor: pointer;
   padding: 10px 20px;
   color: #333;
   border: none;
   position: relative;
}

.custom-tabs .nav-link.active {
   color: #ff6600;
   font-weight: bold;
}

/*.custom-tabs .nav-link.active::after {
   content: "";
   position: absolute;
   bottom: -2px;
   left: 0;
   width: 100%;
   height: 3px;
   background: #ff6600;
}*/

.tab-content {
/*   padding: 15px 0;*/
}

.tab-pane {
   display: none;
   opacity: 0;
   transform: translateY(10px);
   transition: all 0.3s ease;
}

.tab-pane.active {
   display: block;
   opacity: 1;
   transform: translateY(0);
}

/* màu sắc */
.color-list {
   display: flex;
   gap: 10px;
}

.color-item {
   width: 35px;
   height: 35px;
   border-radius: 50%;
   border: 2px solid #ddd;
   cursor: pointer;
}

.color-list img {
    height: auto!important;
    max-width: 100%;
}

/*Tab*/
.mota_cuontheoanh h3 {
    line-height: 150%;
}

.khungmota_product_cat img
{
    height: auto!important;
}


/*new mota*/
.khungmota_product_cat {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.khungmota_product_cat .hjzf2_adv_row {
    display: flex;
}

.khungmota_product_cat .left {
    width: 50%;
    flex: 0 0 50%;
}

.khungmota_product_cat .right {
    width: 50%;
    flex: 0 0 50%;
    padding-left: 60px;
}

.khungmota_product_cat .index_sub_title.product_sub {
    padding-top: 25px;
    color: #58585a;
    border-bottom: 6px solid #58585a;
    display: inline-block;
        font-size: 18px;
    font-weight: bold;
}

.khungmota_product_cat .index_title.product_title {
    padding-top: 15px;
    color: #58585a;
    padding-bottom: 10px;
}
.hjzf2_adv_row:nth-child(2) .right {
    padding-left: 0;
}
.hjzf2_adv_row:nth-child(2) .left
{
    padding-right: 60px;
}
/*new mota*/


.product-detail-slider-horizontal {
    display: flex;
/*    gap: 10px;*/
}

.product-box-slider {
    width: 80px; /* độ rộng thumbnail */
}

#list-product-thumb .product-thumb {
/*    margin-bottom: 10px;*/
    cursor: pointer;
}

#list-product-thumb img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.box-image-featured {
    flex: 1;
}

.box-image-featured img {
    width: 100%;
}


.box-image-featured {
    height: 428px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.box-image-featured img {
    max-height: 100%;
    object-fit: contain;
}


.thumb-arrow {
    height: 30px;
    background: #eee;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    border-radius: 4px;
    margin: 5px 0;
    transition: 0.2s;
}

.thumb-arrow:hover {
    background: #ddd;
}


/* Cột trái chứa thumb + nút */
.thumb-column {
    display: flex;
    flex-direction: column; /* 👉 QUAN TRỌNG */
    width: 80px;
    margin-right: 10px;
}

/* vùng slider */
.product-box-slider {
    flex: 1;
    overflow: hidden;
}

/* nút */
.thumb-prev,
.thumb-next {
    height: 30px;
    background: #eee;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 4px;
    margin: 5px 0;
}

/* list thumb */
#list-product-thumb .product-thumb {
/*    margin-bottom: 10px;*/
}

.tieude_splienquan {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tieude_splienquan p {
    font-size: 20px;
}

.khung_thongtinchitiet {
    margin-top: 15px;
    padding-bottom: 30px;
}

#list_sanphamlienquan .item .heading {
    text-align: center;
    font-size: 16px;
    margin: 8px 0;
    height: calc(var(--prItem-title-size) * 1.3 * 2);
    line-height: calc(var(--prItem-title-size) * 1.3);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

    
}
#list_sanphamlienquan .item .heading  a
{
    color: #000;
}

#list_sanphamlienquan .item-pr-price
{
    
    text-align: center;
}
#list_sanphamlienquan .product-item-price {
    
    font-weight:bold;
    font-size: 16px;
    color: #fe0000;
}



#list_sanphamlienquan .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: var(--prItem-img-style) !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s, -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#list_sanphamlienquan .item .img {
    overflow: hidden;
    height: 0 !important;
    width: 100%;
    position: relative;
    padding-top: var(--prItem-img-ration);
    border-radius: var(--prItem-img-radius, 0) !important;
}

#list_sanphamlienquan .item:hover .img.zoom img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
    animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
}

.ld_chianho {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 15px;
}

.ndung_list_tt h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
}
.item_ldchianho h3 i
{
    transition: all 0.5s;
}
.item_ldchianho:hover h3 i {
    padding-right: 10px;
    transition: all 0.5s;
}
#list_sanphamlienquan .owl-prev {
    position: absolute;
    left: 0;
    top: 35%;    display: flex;
    align-items: center;
}
#list_sanphamlienquan .owl-next {
    position: absolute;
    right: 0;
    top: 35%;    display: flex;
    align-items: center;
}
#list_sanphamlienquan .owl-nav i {
    font-size: 30px;
}

#list_sanphamlienquan .owl-nav [class*=owl-]:hover
{
    background: #fdb814;
}

@media only screen and (min-width: 1px) and (max-width: 1920px)
{   


}

@media only screen and (min-width: 1px) and (max-width: 1024px)
{


}
@media only screen and (min-width: 1px) and (max-width: 1023px)
{

}
@media only screen and (min-width: 1px) and (max-width: 768px)
{   

    #list_sanphamlienquan.owl-theme .owl-dots .owl-dot.active span, #list_sanphamlienquan.owl-theme .owl-dots .owl-dot:hover span
    {
        background: #fdb814!important;
    }

    .excerpt img {
        height: auto!important;
        max-width: 100%!important;
    }
    .contact-map {
        width: 100%;
    }
    .products-detail .box-image-featured
    {
        margin-bottom: 15px;
    }


    /* Cho layout chính xếp lại */
    .product-detail-slider-horizontal {
        flex-direction: column;
    }

    /* thumb chuyển ngang */
    .thumb-column {
        width: 100%;
        flex-direction: column;
        margin-right: 0;
        margin-top: 10px;
        order: 2;
    }

    /* Ẩn nút lên xuống */
    .thumb-prev,
    .thumb-next {
        display: none;
    }

    /* vùng slider full width */
    .product-box-slider {
        width: 100%;
    }

    /* QUAN TRỌNG: sửa slick hiển thị ngang */
    #list-product-thumb .slick-track {
        display: flex !important;
    }

    #list-product-thumb .slick-slide {
        height: auto !important;
        padding: 0 5px;
    }

    #list-product-thumb img {
/*        height: 70px;*/
        object-fit: cover;
    }





    .breadcrumb-box
    {
        display: none;
    }
    .total_pro_mains
    {
        flex-direction: column;
    }
    .khung_trai_pro,.khung_phai_pro
    {
        width: 100%;
    }

}
@media only screen and (min-width: 1px) and (max-width: 500px)
{   
    .tab-content img
    {
        max-width: 100%!important;
        height: auto!important;
    }

    .khungmota_product_cat .right
    {
        padding-left: 0
    }
    .khungmota_product_cat .hjzf2_adv_row
    {
        flex-direction: column;
    }
    .khungmota_product_cat .left,.khungmota_product_cat .right
    {
        width: 100%;flex: 1;
    }
    .hjzf2_adv_row:nth-child(2) .left
    {
        padding-right:0;
        order:2;
    }

    .khung_trai_pro
    {
        display: none;
    }
    .total_trienlam
    {
        grid-template-columns:1fr 1fr;
        grid-gap:15px;
    }
    .wrapper_ungdung_left 
    {
        flex: 0 0 100%;
        width: 100%;
    }
    .wrapper_ungdung_left li {
        flex: 0 0 48%;
        width: 48%;
        margin-bottom: 2%;
    }
    .wrapper_ungdung_right
    {
        flex: 0 0 100%;
        width: 100%;
    }
    .other_170_left li span 
    {
        font-size: 35px;
    }
    .other_170_left
    {
        padding-left: 15px;
    }
    .khungsochay
    {
        padding-bottom: 2rem
    }
    .widget_about_style_2
    {
        padding-bottom:15px;
    }
    .other_170_wrapper
    {
        padding-top: 0;
    }
    .khung_tintuc_main
    {
        padding: 0;
    }
}