@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


:root
{
    --font-family: 'Be Vietnam Pro', sans-serif;
    --font-header: 'Be Vietnam Pro', sans-serif;
    --nav-font: 'Be Vietnam Pro', sans-serif;
    --header-logo-height: 70px;
    --navs-txt-color-hv: #262262;
    --navs-txt-color: #7a7a7a;
    --theme-color: #262262;
}
a
{
    outline: none!important;
}
header .logo img
{
    padding: 5px 0;
}
.navigation ul.main-menu > li:not(.mega-menu)
{
    height: 70px;
    line-height: 70px;
}
.khung_timkiem_top i {
    font-size: 16px;
    color: #262262;
}

.khung_nn a {
    height: 100%;
    width: max-content;
    margin-right: 7px;
    overflow: hidden;
    display: flex;
}

.khung_nn {
    width: auto;
    height: 20px;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: flex-end;
}
.khung_nn a:last-child {
    margin-right: 0;
}
.total_phai_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation ul.main-menu > li:not(.mega-menu) ul.submenu li 
{
    height: auto;
    line-height: normal;
}
.noidung_tieude_bs
{
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 0;
    margin: 0;
    position: relative;
    display: block;
    color: #262f5a;
    font-size: 25px;
    line-height: 25px;
    padding-top: 3%;
    font-weight: 800;

}

.bosung_tieudenb .header {
    padding: 0px 50px 20px 50px;
    font-weight: 800;
    font-size: 25px;
    color: #262f5a;
}
.khunglist_moigioi {
    padding: 0 50px 50px 50px;
}
#mg_bottom {
    margin: 30px 0;
}

#owl_bgslider1 .owl-nav {
    margin-top: 0;
}

#owl_bgslider1 .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: 0;
    margin: 0;
    border-radius: 0;
}

#owl_bgslider1 .owl-nav .owl-prev 
{
    position: absolute;
    top: 35%;
    left: 0;
    margin: 0;
    border-radius: 0;
}


#owl_bgslider1 .owl-nav [class*='owl-']:hover
{
   
}
#owl_bgslider1 .owl-nav [class*='owl-']
{
 background:rgba(0,0,0,0.4);
}
.bg_overlay_gioithieu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.bg_overlay_gioithieu:after {
    position: absolute;
    content: "";
    background: #ffffffd9;
    width: 100%;
    height: 100%;
}
#gioithieuvct 
{
    position: relative;
    padding: 4rem 0;
}   

.slick-prev, .slick-next
{
  display: none!important;
}
#khungslider_tong {
    /*min-height: 614px;*/
    display: flex;
    position: relative;
    align-items: flex-end;
    color: #f1f1f1;
    justify-content: center;
}
.widget_about_style_2 .about-content .description {
  margin-bottom: 10px;
}
.section_bg {
    background-position: 50% 100%;
    opacity: 1;
    background-size: cover ;
    background-repeat: no-repeat ;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.khungtong_bgslider {
    z-index: 2;
}
.js_center
{
    align-items: center;
}
.khungnoidung_slider {
    padding: 5% 5% 5% 12%;
}

.khungnoidung_slider h1 {font-size: 36px;font-family: 'Montserrat';font-weight: 600;line-height: normal;}
.khungnoidung_slider p {
    font-size: 17px;
    font-family: 'Quicksand',sans-serif;
    line-height: 1.6;
    color: #8B8A97;
    font-weight: 500;
}
.khungnoidung_slider img {
    width: 100%;
}
#khungslider_tong:before {
    width: 200px;
    height: 200px;
    right: 5vw;
    bottom: 50px;
}

#khungslider_tong:after {
    width: 170px;
    height: 170px;
    right: 5vw;
    bottom: 50px;
    position: absolute;
    display: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://hpvn.media/wp-content/uploads/2023/06/icon-bg-transparent.png);
    z-index: 1;
    content: '';
    /*display: block;*/
}

/*Owl slider*/
#slider_khungs .owl-theme .owl-dots .owl-dot.active span,#slider_khungs .owl-theme .owl-dots .owl-dot:hover span
{
   background: #51A2D4;
}

#slider_khungs .flickity-prev-next-button svg, #slider_khungs .flickity-prev-next-button .arrow1 {
    fill: #fff;
    border-radius: 100%;
    border: 2px solid currentColor;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 100%;
    padding: 20%;
    max-height: 100%;
    height: auto;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#owl_bgslider .owl-nav svg {
    width: 20px;
    height: 15px;
    background: transparent;
}

#owl_bgslider path {fill: #fff;}

#owl_bgslider .owl-nav .owl-prev {
    background: transparent;
    border: solid 1px #fff;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 40%;
}

#slider_khungs .flickity-next-next-button svg, #slider_khungs .flickity-prev-next-button .arrow1 {
    fill: #fff;
    border-radius: 100%;
    border: 2px solid currentColor;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 100%;
    padding: 20%;
    max-height: 100%;
    height: auto;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#owl_bgslider .owl-nav .owl-next {
    background: transparent;
    border: solid 1px #fff;
    border-radius: 30px;
    position: absolute;
    right: 0px;
    top: 40%;
}
#owl_bgslider .owl-nav {
    opacity: 0;
    transition: all 0.5s;
}

#owl_bgslider:hover .owl-nav {
    opacity: 1;
}
/*Owl slider*/
/*HD*/
.items_hdong
{
    border: solid 1px transparent;
    padding: 20px;

}
.tieude_chunghoatdong {
    text-align: center;
    margin: 3% 0px;
    padding: 30px 0px 0 0px;
}
h2.hp-title-section-lg {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Quicksand',sans-serif;
}

h2.hp-title-section-lg span {
    font-family: 'Quicksand',sans-serif;
}

.box_images_hdong {
    position: relative;
    max-height: 310px;
    overflow: hidden;
}

.box_images_hdong:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/vngtiktok1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 222;
}

.box_images_hdong img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}
.box_images_hdong img {
    padding: 30px;
}
.box_tenhoatdong {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
.items_hdong:hover {
    border: 1px solid #fff;
    border-radius: 8px;
}
#hoatdongs .owl-dots span {
    border-radius: 0;
    width: 30px;
    height: 5px;
}
#hoatdongs .owl-dot.active span, #hoatdongs .owl-dot:hover span
{
    background:#dab236;
}
/*HD*/

/*QL*/
.boxtongquyenloi {
    position: relative;
    background: #fff;
    color: #031306;
    padding: 3% 0;
}

#khunghoatdonindex {
    padding-bottom: 3%;
}
h4.hp-title-gardient-md
{
    background: linear-gradient(to right, #fde66f  0%, #f1e07b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 25px;
    font-family: 'Quicksand',sans-serif;
}
.hp-title-section h3 {
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    color: #dab236;
    margin-bottom: 5px;
    font-family: 'Quicksand',sans-serif;
}
.hp-title-section h5 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.015rem;
}
.tieude_quyenloi {
    padding: 0 9.8px 19.6px;
}
.itemtungkhung
{
    padding: 100px 40px 30px 40px;
    border-radius: 100px 100px 0px 0px;
    /*background: #FFECF2;*/
    background: #d9b2378f;
    margin-top: 0;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    position: relative;
}
.itemtungkhung .nav
{
    counter-reset: list-number;
}
.itemtungkhung .nav.nav-vertical
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.itemtungkhung .nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.itemtungkhung .nav
{
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 850px) {
    .itemtungkhung .nav-vertical {
        padding-top: 0;
        width: 25%;    border-bottom: transparent;
    }
}

.itemtungkhung .nav.nav-vertical li {
    list-style: none;
    margin: 0;
    width: 100%;
}
.itemtungkhung .nav li:first-child {
    margin-left: 0 !important;
}

.itemtungkhung .nav-vertical>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 850px) {
    .itemtungkhung .nav>li>a {
        font-size: 1rem;
    }
}
.itemtungkhung .nav-vertical.nav-tabs li>a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.itemtungkhung .nav>li.active>a {
    color: #121A45;
}

.itemtungkhung .nav.nav-vertical li.active>a:before {
    /*background-color: #DA56D8;*/
    background-color: #031306;
    /*background: transparent;*/
    border: none;
}
.itemtungkhung .nav.nav-vertical li>a:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: -3px;
    top: 0;
    border-radius: 3px;
}
.itemtungkhung .nav>li>a>span:before {
    counter-increment: list-number;
    content: '0' counter(list-number) '.';
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*color: #da7be3;*/
    color: #777777;
}
.itemtungkhung .nav-uppercase>li>a {
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bolder;    background-color: transparent;border-color: transparent;
}
.itemtungkhung .nav-vertical.nav-tabs > li.active > a
{
 border-color: #dc8cdb;
 background: transparent;
 border-top: navajowhite;
 border-radius: 0;
 border-right: navajowhite;
 border-bottom: none;
}
.itemtungkhung span {
    font-family: 'Quicksand',sans-serif;
    font-weight: 700;
    line-height: normal;
}

.itemtungkhung .nav li a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #777;
}

.itemtungkhung .tab-panels {
    background-color: rgb(3 19 6 / 10%);
    border: none;
    padding: 2rem 2rem;
    font-size: 15px;
    border-radius: 30px;
}
@media (min-width: 850px){
    .itemtungkhung .nav-vertical+.tab-panels {
        margin-top: 0 !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.itemtungkhung .tab-panels {
    width: 100%;
}
.itemtungkhung .entry-content {
    text-align: center;
}
.itemtungkhung .tab-panels .panel:not(.active) {
    zoom: 1;
    visibility: hidden;
    height: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.itemtungkhung .tab-panels .panel.active {
    display: block !important;
}
.itemtungkhung .entry-content {
    text-align: center;
}
.itemtungkhung .tab-panels .entry-content {
    padding: 0;background: transparent;    box-shadow: none;
}
#hinhanh_quyenloi 
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.itemtungkhung .tab-panels h3
{
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2
}

.itemtungkhung .tab-panels p
{
    font-size: 95%;
}

.khungnoidungquyenloi .entry-content .img-inner {
    transform: translate(0, -100px);
    margin-bottom: -85px;
    border-width: 5px;
}  
.khungnoidungquyenloi .entry-content .img-inner {
    border: 3px solid #FFFFFF;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
}
.khungnoidungquyenloi .img .img-inner {
    position: relative;
    overflow: hidden;
}
.header-mobile
{
    background-color: #337ab7;
}
.header-mobile .btn-menu-mobile
{
    color: #fff;
}
/*QL*/
#owl_bgslider
{
    position: relative;width: 100%;
}

.khunghdnew .owl-stage { left: -100px; }

.khunganh_idols img 
{
   border-radius: 15px;
   max-height: 680px;    max-width: 950px;
}
.khungtraihdt {padding-right: 15px;width: 60%;position: relative;}
.mota_idols {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    height: 130px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.khungphaihdt {width: 40%;}
#hoatdongs .owl-dots {
    margin-top: 55px;
}
#gioithieuvct
{
    background:#fff;
}
.icon_tkuser {
    position: absolute;
    bottom: 0px;
}

.icon_tkuser img {
    width: 90px!important;
}


.khung_sanphamnoibat {
    padding: 3rem 0;
    background: #fcfcfc;
}
.tieude_sanphamnoibat {
    padding-bottom: 1rem;
}

.tieude_sanphamnoibat h3 {
    color:var(--theme-color);
    font-weight: bold;
    text-transform: uppercase;
}
.total_sanphamnoibat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.hinhanh_noibat {
    position: relative;
}

.items_sanphamnoibat {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.5s;
    color: #fff;
    text-decoration: none;
}

.hinhanh_noibat img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.items_sanphamnoibat {
    display: block;
    overflow: hidden;
}

.hinhanh_noibat {
    position: relative;
}

/* ảnh */

/* overlay riêng */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.3),
        transparent
    );
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

/* chữ */
.hinhanh_noibat h4 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;

    color: #fff;
    z-index: 2; /* luôn cao hơn overlay */

    margin: 0;
    font-weight: 600;

    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
}

/* hover */
.items_sanphamnoibat:hover .overlay {
    opacity: 1;
}

.items_sanphamnoibat:hover h4 {
    opacity: 1;
    transform: translateY(0);
}
.total_iconmxh li {
    display: inline-block;
    margin-right: 5px;
}

.total_iconmxh img {
    height: 35px;
}

.total_iconmxh ul {
    margin-bottom: 0;
}
.breadcrumb-box .btn-breadcrumb a span
{
    font-size: 13px;
}



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

{
    .widget_item_style_3 .item .logo_brand {
        height:80px!important;
    }
    .header-mobile .logo img
    {
        margin: 10px 0;
    }
    .btn-group, .btn-group-vertical
    {
            display: inline-block;
    }
    .product-slider-horizontal .item .img img {
        object-fit: cover;
        height: 220px;
    }
    body .js_widget_about_style_2_2 .header-title.header-title-style-1 .header
    {
        line-height: normal;
    }
    .khungct_ss .row-flex
    {
        grid-template-columns: 1fr 1fr!important;
        padding:0px!important;
    }
    .widget_post_style_1 .header_main
    {

        margin-bottom: 25px !important;
    }
    .noidung_tieude_bs {
        padding: 30px 5px;
    }
    .bosung_tieudenb .header {
        padding: 25px 5px;
    }
    .post .item .img {

        max-height: 280px;
    }
    .widget_post_style_1 .item .img 
    {
        height: 280px;
    }
    .colqt {
        width: 100%!important;
        display: contents;
    }

    .khungtrongcot9 {
        padding: 18px 0;
    }

    .khunghdnew .owl-stage
    {
        left: 0;
    }

    .khunglist_moigioi
    {
        padding:0;
    }

    #khungslider_tong:after
    {
        display: none;
    }
    #slider_khungs
    {
        /*display: none;*/
    }
    #khungslider_tong
    {
        display: block;
    }
    .khungnoidung_slider
    {
        padding:0;
    }


    h2.hp-title-section-lg

    {
        font-size: 30px;
        margin-bottom:30px;
    }
    .khungnoidungquyenloi .entry-content .img-inner
    {
        transform: none;    margin-bottom: 19px;
    }

    .itemtungkhung {
        padding: 49px 20px 20px 20px;
        border-radius: 42px 42px 0px 0px;
    }
    .post .post-container
    {
        grid-template-columns: 1fr;
    }
    .hp-title-section h3 {
        font-size: 30px;
    }
    h4.hp-title-gardient-md {
        font-size: 20px;
    }
    .post .item.item-post-horizontal .title
    {
        padding-right:0px;
    }   
    .post .item .title h3.header {
        font-size: 15px;

    }

    .date-box
    {
        display: none;
    }

    .mucrieng_btts
    {
        grid-template-columns: 1fr 1fr!important;
    }

}



.panel
{
    margin-bottom:0px;
}

.khungthem4fr
{
    grid-template-columns: 1fr 1fr 1fr 1fr!important;
}

.khungchinhhd {
    display: flex;
    justify-content: space-between;
    border: solid 2px #dab236;
    border-radius: 15px;
    overflow: hidden;
    background: #e1b337;
    padding: 15px;
    font-family: 'Quicksand',sans-serif;
}

.mucrieng_btts
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: var(--bs-gutter-x);
    column-count: 3;
    column-gap: 10px;
}
.mucrieng_ttss
{
    width: 170px!important;
    height: 200px!important;
    object-fit: scale-down!important;
}
.items_quytrinh {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    vertical-align: middle;
    -webkit-box-align: center;
    justify-content: space-between;
}

.cot_9 {max-width: 75%;-ms-flex-preferred-size: 75%;flex-basis: 75%;}

.cot_3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.colqt
{
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
}
.khungtrongcot9 {
    text-align: left;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    width: 100%;
    display: flex;
    align-items: center;
}

.stepcot9 h5 {
    color: #51a2d4;
    font-size: 100px;
    font-weight: 900;
    margin: 0;
    margin-right: 25px;
}

.khungtrongcot9 .desc h3 {
    color: #51a2d4;
    font-weight: 600;
    /*padding-bottom: 7px;*/
    /*border-bottom: 2px solid #999;*/
    margin-bottom: 10px;
    font-size: 24px;
    width: auto;
    display: inline-block;
}

.khungtrongcot9 .desc p {
    /*font-size: 17px;*/
    /*line-height: 26px;*/
    /*text-align: justify;*/
    font-weight: 300;
    margin: 0px;
}
.cot_9.colqt.order-2 {
    order: 1;
}
.tile_quytrinh {
    zoom: 1.2;
}
.khungchogthieu
{
   /*width: 1000px;*/
   /*margin:0 auto;*/
}
.khungct_ss .row-flex {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 30px;
    padding: 50px;
}
.khungct_ss .brand_main {
    background: #fff;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 16px;
}


.khungct_ss .item .logo_brand {
    width: 100%;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
}

.khungct_ss .item .img {
    width: 100%;
    text-align: center;
    height: 80px;
}
.khungct_ss .item .img img {
    max-width: 100%;
    width: auto;
    height: 100%;
    display: inline-block;
}
.khungct_ss .item .img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    transition: all .3s ease-in-out;
}

.khungct_ss .item:hover .img img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.khungct_ss .item {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-position: center;
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.khunglist_moigioi.khungctss {
    padding-bottom: 0;
}

.khungct_ss .bosung_tieudenb {text-align: center;padding-top: 50px;}


/* Tổng layout */
.product-detail-slider-vertical {
    display: flex;
    gap: 10px;
}

/* Ảnh lớn */
.box-image-featured {
    width: 85%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.box-image-featured img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Thumb container */
.product-thumb-vertical {
    width: 15%;
}

#list-product-thumb {
    height: 100%;
}

/* Item thumb */
.product-thumb {
    padding: 4px;
    cursor: pointer;
}

.product-thumb img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}

/* Hover */
.product-thumb:hover img {
    transform: scale(1.05);
    border-color: #ccc;
}

/* Active */
.product-thumb.zoomGalleryActive img {
    border-color: #ff4d4f;
    box-shadow: 0 0 8px rgba(255,77,79,0.4);
}

/* Slick arrows */
#list-product-thumb .slick-prev,
#list-product-thumb .slick-next {
    width: 100%;
    height: 30px;
    background: #fff;
    border: none;
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#list-product-thumb .slick-prev {
    top: -5px;
}

#list-product-thumb .slick-next {
    bottom: -5px;
}

#list-product-thumb .slick-prev i,
#list-product-thumb .slick-next i {
    font-size: 16px;
    color: #333;
}

/* Fix slick spacing */
.slick-slide {
    margin: 2px 0;
}


ul.bx-pager1 {
    padding: 0;
    list-style: none;
}
.bx-wrapper
{
    margin-bottom: 15px!important;
}
#bx-pager a {
    display: block;
    border: 2px solid transparent;
    transition: all 0.3s;
}

#bx-pager a.active {
    border: 1px solid #51a2d4;
}
.title_lquan {
    padding: 10px 10px 0 10px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}
.product-slider-vertical .item:last-child
{
    margin-bottom: 0;
}
