a:hover{
    text-decoration: none !important;
}
.width740{
    width: 740px;
    float: left;
}
.content-right{
    float: right;
    width: calc(100% - 740px);
}
.padd0{
    padding: 0 !important;
}
.padd-left-20{
    padding-left: 20px !important;
}
.padd-left-30{
    padding-left: 30px !important;
}
.campaign-main-wrap{
    background: #fff;
    padding-bottom: 60px;
}
.gallery-wrapper {
    background: #00000005;
}
.m-footer.pad-footer {
    margin-top: 0;
}

/* Ảnh lớn */
.gallery-top {
    width: 100%;
    height: 420px;
    margin-bottom: 10px;
    border-radius: 10px;
    /*border: 1px solid #ccc;*/
}

.gallery-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    cursor: zoom-in;
}

/* Ảnh nhỏ */
.gallery-thumbs {
    height: 100px;
    padding: 10px;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #D20F00;
}

.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}
div#tab1 div.global-infoform {
    display: block;
    box-shadow: none;
}

/***part youtube***/
.youtube-box{
    position:relative;
    width:100%;
    height:100%;
    background:#000;
    overflow:hidden;
}

.youtube-preview{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* overlay play */
.video-fullscreen{
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,0.25);
    text-decoration:none;
    z-index:2;
}

.video-fullscreen i{
    font-size:60px;
    color:#fff;
}

.video-thumb {
    width: 100%;
    aspect-ratio: 111 / 96;
    background: #000;
    position: relative;
    overflow: hidden;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-slide.thumb-img {
    width: 115px !important;   /* = (container - spaceBetween) / 6 */
    flex-shrink: 0 !important;
    cursor: pointer;
}

/* thumbs */
/*.video-thumb{
    width:100%;
    height:100%;
    position:relative;
    background:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow: hidden;
} 
.video-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}*/

.video-thumb i{
    position: absolute;
    color: #fff;
    font-size: 22px;
    top: 37%;
    left: 50%;
}
.product-QRlation > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-QRlation > ul > li {
    margin: 10px 0;
    padding: 5px 0;
}
.product-QRlation > ul > li > a {
    color: #555;
}
.product-QRlation > ul > li > i{
    padding: 0 5px;
}
.dispro-line{
    border-bottom: 1px solid #e9eef4;
}
.content-dispro-title span {
    font-size: 20px;
}
.content-dispro-title {
    margin-bottom: 10px;
}
.content-dispro-price {
    margin: 10px 0;
    color: #222;
    font-weight: 600 !important;
    word-break: break-word;
    font: 28px / 1.5 "Roboto", Arial, "Microsoft YaHei", sans-serif;
}
.similar-item .price e {
    color: #c1c1c1;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: normal;
}
.content-dispro-price span {
    color: #e74445;
}
.content-dispro-price e {
    color: #b9b6b6;
    font-size: 18px;
    text-decoration: line-through;
}
.ordernow{
    background: linear-gradient(45deg,#ff512f,#dd2476);
    color:#fff;
    padding:10px 25px;
    border-radius:50px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
    border: none;
}
.ordernow a,
.ordernow:hover,
.ordernow:active,
.ordernow:focus{
    color: #fff !important;
    display: block;
    text-decoration: none;
}
.ordernow:hover{
    transform:scale(1.05);
}
a.dispro-lhncc.toungle {
    border: 1.5px solid #e64545;
    display: block;
    color: #e64545;
    width: 48%;
    height: 40px;
    line-height: 40px;
    border-radius: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    /*margin-left: 4%;*/
}
a.dispro-lhncc.toungle:hover{
    background: #e645451a;
    text-decoration: none;
}
.content-dispro-order{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4%;
    margin: 15px 0;
}

/* nút đặt hàng */
.content-dispro-order .ordernow{
    width: 48%;
    margin: 15px 0;
    border: none;
}

/* nút liên hệ */
a.dispro-lhncc.toungle{
    width: 48%;
    margin-left: 0; 
}
.product-details-title {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.product-details-title span{
    color: #222;
}
.product-details-title span:nth-of-type(1) {
    font-size: 22px;
    font-weight: 600;
}
.product-details-title span:nth-of-type(2) .fa-angle-right {
    color: #555;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}
.dispro-hometext {
    line-height: 30px;
    margin-bottom: 10px;
}
.suppliers-top{
    height: 68px;
    box-sizing: border-box;
    padding: 10px 15px 10px 10px;
    background: url(/themes/vietb2b/images/bg-company.png) top right / auto 100% no-repeat, linear-gradient(90deg, #E6ECF2 -16%, rgba(236, 241, 245, 0.09) 105%);
    border-radius: 5px 5px 0px 0px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}    
.suppliers-logo {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    margin-right: 10px;
    overflow: hidden;
}
.suppliers-logo img {
    max-width: 48px;
    width: 100%;
    max-height: 48px;
    vertical-align: middle;
    display: inline;
}
.suppliers-info {
    width: 238px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.suppliers-info span {
    color: #222;
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.suppliers-info span:hover{
    color: #428bca;
}    
.suppliers-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.suppliers-item,
.suppliers-location {
    height: 40px;
    width: 40px;
    background: #fff;
    align-content: center;
    text-align: -webkit-center;
    border-radius: 100%;
}
.suppliers-item img,
.suppliers-location img {
    width: 24px;
    height: 24px;
}  
.dispro-suppliers {
    margin-top: 15px;
    cursor: pointer;
}
.content-dispro-suppliers {
    padding: 15px 10px 0 10px;
}
.disprotent-line{
    margin-bottom: 15px;
    font-size: 15px;
}
.disprotent-line .icon-deal {
    background: url(/themes/vietb2b/images/icon-deal.png) no-repeat;
    background-size: contain;
}
.disprotent-line span.txt-year {
    color: #e64545;
}
.disprotent-line .icon-diamond {
    background: url(/themes/vietb2b/images/icon-diamond.png) no-repeat;
    background-size: contain;
}
.disprotent-line .icon-items {
    background: url(/themes/vietb2b/images/icon-items.png) no-repeat;
    background-size: contain;
}
.disprotent-line .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: -5px;
}
.separating-line {
    margin: 30px 0;
    width: 100%;
    border: 0;
    border-top: 1px solid #ced3d9;
}
.product-similar .sr-txt-title,
.guiyeucau-sp .sr-txt-title{
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}


/*****slide-sanpham-tuongtu*******/

.product-similar{
    overflow:hidden;
    padding:5px
}
.similar-product-slider{
    position:relative;
    width:100%;
    margin:30px auto;
    z-index:1;
}

/* viewport */
.similar-viewport{
    overflow:visible;   /* QUAN TRỌNG: không clip hover */
    width:100%;
}

/* wrapper */
.similar-wrapper{
    display:flex;
    gap:16px;  /* dùng gap thay margin */
    transition:transform .45s cubic-bezier(.4,0,.2,1);
    will-change:transform;
}

/* item */
.similar-item{
    flex:0 0 calc((100% - 64px)/5);  /* 5 item + 4 gap */
    box-sizing:border-box;
    padding:14px;
    border:1px solid #ededed;
    background:#fff;
    text-align:center;
    border-radius:14px;
    position:relative;
    transition:
        transform .28s cubic-bezier(.4,0,.2,1),
        box-shadow .28s ease,
        border-color .28s ease;
}

/* hover */
.similar-item:hover{
    border-color:#f26a6a;   /* đỏ nhạt đẹp */
    transform:translateY(-3px);  /* nhẹ để không clip */
    box-shadow:
        0 12px 30px rgba(0,0,0,0.12),
        0 4px 14px rgba(0,0,0,0.08);
    z-index:5; /* nổi lên trên item khác */
}
.similar-item a:hover{
    text-decoration: none;
}

/* ảnh */
/*.similar-item img{
    width:100%;
    height:auto;
    border-radius:12px;
    transition:transform .35s ease;
}*/
.similar-pic img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition:transform .35s ease;
}

.similar-pic {
    height: 217px;
    width: 100%;
}

.similar-item:hover img{
    transform:scale(1.03);
}

/* text */
.similar-item .name{
    margin-top: 10px;
    min-height: 45px;
    line-height: 22px;
    color: #222;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.similar-item .price{
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.price e {
    color: #998c8c;
    font-size: 13px;
    text-decoration: line-through;
}
/* nút */
.nav-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:35px;
    height:35px;
    border-radius:50%;
    border:1px solid #ddd;
    background:#ffffffcc;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
    transition:.25s;
    z-index:20;
}

.nav-btn i{
    font-size:13px;
    color:#333;
}

.btn-prev{ left:4px; }
.btn-next{ right:-2px; }

.nav-btn:hover{
    background:#111;
    border-color:#111;
}
.nav-btn:hover i{ color:#fff; }

.hidden{
    opacity:0;
    pointer-events:none;
}
/*****sp-tuongtu-end*******/

.descpro-left {
    overflow: inherit;
    width: -moz-calc(100% - 340px - 20px);
    width: -webkit-calc(100% - 340px - 20px);
    width: calc(100% - 340px - 20px);
    float: left;
}
.descpro-right {
    float: right;
    margin-left: 20px;
    min-height: 1px;
    width: 340px;
}
.DescproRight-body {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(214, 219, 232, .8);
}
.J-linkTo-comInfo {
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 15px;
    background: linear-gradient(90deg, #E6ECF2 -16%, rgba(236, 241, 245, 0.09) 105%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    justify-content: flex-start;
}
.J-linkTo-comInfo .sr-com-logo {
    margin-right: 15px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    background: #fff;
    font-size: 0;
    overflow: hidden;
    flex-shrink: 0;
}
.J-linkTo-comInfo .sr-com-logo img {
    max-width: 48px;
    width: 100%;
    max-height: 48px;
    vertical-align: middle;
}
.sr-comInfo-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 250px;
}
.sr-comInfo-title {
    color: #222;
    font-size: 16px;
}
.sr-comInfo-title:hover{
    color: #e64545;
}
.sr-comInfo-wrappers{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.sr-comInfo-sign{
    display: flex;
    margin-top: unset;
}
.sign-item.disprotent-line {
    margin-bottom: 0;
}
.infocompany-body{
    padding: 15px 15px 20px;
}
.combody{
    display: flex;
    margin-bottom: 15px;
}
.contSupplier-pic {
    float: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e6ecf2;
    margin-right: 15px;
}
.contSupplier-pic img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.contSupplier-name {
    max-width: 200px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contSupplier-position {
    margin-bottom: unset;
    font-size: 14px;
    color: #555;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.infocompany-body .ordernow,
.infocompany-body a.dispro-lhncc.toungle{
    width: 100%;
}
.scrolltext {
    line-height: 30px;
}
.scrolltext img{
    /*max-width: 100%;*/
}
.company-left{
    width: 38.3386%;
    min-width: 240px;
    margin-right: 30px;
    max-width: 360px;
    float: left;
}
.company-right{
    float: left;
    max-width: 668px;
    width: calc(61.6% - 30px);
}
/******* tabs bar *******/
.tabs {
  display: flex;
  background: #f5f7fa;
}
.tabs .tab-item {
  padding: 10px 20px;
  cursor: pointer;
  color: #444;
  border-bottom: 3px solid transparent;
  transition: border-color .3s, color .3s;
}
.tabs .tab-item:hover {
  color: #000;
}
.tabs .tab-item.current {
    color: #222;
    border-top: 3px solid #e64545;
    background: #fff;
}
.tab-content {
  display: none;
  padding: 15px 0;
  font-size: 14px;
  color: #333;
}
.tab-content.active {
  display: block;
}
/******* tabs bar end*******/
.company-right table td.info-label {
    padding-right: 20px;
    color: #888;
    width: 195px;
}
.company-right table td{
    vertical-align: top;
    padding-bottom: 10px;
    color: #222;
}
.guiyeucau-body{
    padding: 25px 0;
    background: #f5f7fa;
    border-radius: 3px;
}
.sr-sendMsg-row {
    margin-bottom: 20px;
}
.sr-sendMsg-label {
    width: 120px;
    margin-right: -120px;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #555;
    padding: 6px 10px 6px 0;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sr-sendMsg-label em {
    color: #e64545;
    margin-right: 3px;
}
.sr-sendMsg-field {
    float: left;
    margin-left: 120px;
    width: calc(100% - 120px);
    max-width: 800px;
}
.sr-sendMsg-field .input-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #ced3d9;
    border-radius: 3px;
    vertical-align: middle;
    line-height: 16px;
    font-size: 12px;
    background-color: #fff;
    margin-right: 10px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.sr-sendMsg-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0;
    width: 40px;
    height: 40px;
    position: relative;
}
.sr-sendMsg-avatar img {
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.sr-sendMsg-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #555;
    font-size: 14px;
    padding: 6px 0;
}
.sr-sendMsg-row:after {
    content: "";
    display: table;
}
.sr-sendMsg-row:after {
    clear: both;
}


.sr-sendMsg-field .input-textarea {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #ced3d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    resize: vertical;
    outline: 0;
    overflow: auto;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.sr-sendMsg-field .input-textarea:hover,
.sr-sendMsg-field .input-text:hover,
.sr-sendMsg-field .input-text:focus-visible{
    border-color: #a1aab2;
    outline: 0;
}
.sr-sendMsg-tips {
    color: #888;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
.btn {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #222;
    border: solid 1px #ced3d9;
    background-color: #f5f7fa;
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
}
.btn-main {
    color: #fff;
    border: solid 1px #e64545;
    background-color: #e64545;
}

/***notify********/
.notify-box{
    position: fixed;
    left: -360px;
    bottom: 30px;
    width: 320px;
    padding: 15px 18px;
    background: #16a34a;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    z-index: 9999;
    transition: all .4s ease;
}

.notify-box.show{
    left: 20px;
}

.notify-box.error{
    background: #dc2626;
}
button#inquirySend:hover {
    color: #fff;
    background: #e51a1a;
}
.login-alert {
    /*position: fixed;
    top: 82px;*/
    position: absolute;
    top: -40px;
    right: 10px;
    background: #ff4d4f;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
    display: none;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-size: 12px;
}
/* Mũi tên chỉ lên */
.login-alert:after{
    content: "";
    position: absolute;
    top: -12px;
    right: 66px;
    border-width: 0 10px 12px 10px;
    border-style: solid;
    border-color: transparent transparent #ff4d4f transparent;
    animation: arrowBlink 0.8s infinite;
}
/* Hiệu ứng nhấp nháy */
@keyframes arrowBlink{
    0% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0.3; transform: translateY(-4px); }
    100% { opacity: 1; transform: translateY(0); }
}
.twocols {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-bottom: 15px;
}
.twocols a {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    /* background: #f5f5f5; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
/* ICON PHONE */
.yc-phone i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff4d4f;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 25px;
}
/* IMAGE ZALO */
.yc-zalo img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: #00b900; */
    /* padding: 6px; */
    object-fit: contain;
}
/* hover cho mÃ†Â°Ã¡Â»Â£t */
.twocols a:hover{
    transform: translateY(-2px);
    transition: .2s ease;
}
@keyframes zoomPulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.yc-phone i,
.yc-zalo img{
    animation: zoomPulse 2s ease-in-out infinite;
    transition: transform .25s ease;
}

.twocols a:hover i,
.twocols a:hover img{
    transform: scale(1.2);
}
.description img,
.scrolltext img{
    max-width: 100% !important;
    height: auto !important;
}
.pad-footer .m-footer-links{
    position: relative;
}
.hitstat-pro {
    position: absolute;
    top: 80px;
    left: 0;
}
.pro-chuyensi.fbold > div {
    font-weight: bold;
    font-size: 25px;
}
.pro-chuyensi {
    display: flex;
    gap: 10px;
    text-align: center;
    justify-items: center;
    margin: 0;
}
.pro-chuyensi div {
    flex: 1;
}
.global-chuyensi {
    padding: 15px 0;
}