body{
    font-family: Roboto,Arial,Microsoft YaHei,sans-serif;
}
a:focus {
    outline: none !important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.clearboth{
    clear: both;
}
.m-footer{
    margin-top: 0 !important;
}
.pos-relative{
    position: relative;
}
.supplier-body{
    background: #f5f7fa;
}
.w1200{
    max-width: 1480px;
    min-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.width1200{
    max-width: 1480px;
    min-width: 768px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
}
.supplier-left{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}
.supplier-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    position: relative;
}

.disprotent-line .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: -5px;
}
.disprotent-line .icon-diamond {
    background: url(../images/icon-diamond.png) no-repeat;
    background-size: contain;
}
.disprotent-line .icon-items {
    background: url(../images/icon-items.png) no-repeat;
    background-size: contain;
}
.disprotent-line .icon-trade {
    background: url(../images/icon-trade.png) no-repeat center;
    background-size: auto 100%;
    width: 110px !important; 
    height: 20px;
}
.disprotent-line a {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 10px;
}
.disprotent-line a h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 185px;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    margin: 0;
}
.disprotent-line a:hover h1{
    color: #e64545;
}
.disprotent-line {
    position: relative;
    display: flex;
    padding: 5px 0;
    align-items: center;
}
.container2 {
    background: #fff;
    min-width: 768px;
}
.disprotent-line span {
    padding-right: 5px;
}
.guiyc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 22px;
    line-height: 22px;
    border-radius: 12px;
    box-sizing: unset;
    border: 1px solid #e64545;
    padding: 0 15px;
    color: #e64545;
}
.guiyc:hover {
    background: linear-gradient(0deg, rgba(230, 69, 69, 0.1), rgba(230, 69, 69, 0.1)), #fff;
    color: #e64545;
}
.supplier-top {
    display: flex;
    height: 100%;
    max-width: 1480px;
    min-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    align-items: anchor-center;
}
.supplier-top img{
    max-width: 120px;
    max-height: 60px;
    margin-right: 20px;
}
.shop-sign__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #222;
}
.height40{
    height: 40px;
}
.supplier-global{
    z-index: 333;
    margin-top: 20px;
}
.supplier-main{
    background: #2e8ae6;
    height: 40px;
    font-size: 14px;
    width: 100%;
    top: 0;
    left: 0;
}
.suppmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/****Menu***************/
.supplier-menu{
    height: 40px;
    line-height: 40px;
}
.supplier-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.supplier-menu > ul{
    display: flex;
    align-items: center;
}
/* MAIN ITEM */
.supplier-menu > ul > li{
    position: relative;
}
.supplier-menu > ul > li > a{
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.supplier-menu > ul > li:hover > a,
.supplier-menu > ul > li.active > a{
    background: #297CCF;
}
/* SUBMENU LEVEL 1 */
.supplier-menu .submenu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    border-radius: 8px;
}
/* SHOW LEVEL 1 */
.supplier-menu li.has-sub:hover > .submenu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* ITEM LEVEL 1 */
.supplier-menu .submenu > li > a{
    padding: 0px 16px;
    display: flex;
    justify-content: space-between;
    color: #222;
    text-decoration: none;
    transition: 0.25s;
}
.supplier-menu .submenu > li > a:hover{
    background: #E6ECF2;
}
/* ========================= */
/* LEVEL 2 NÃƒÂ¡Ã‚ÂºÃ‚Â°M NGANG */
/* ========================= */
.supplier-menu .submenu .submenu{
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    transition: all 0.3s ease;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.4); */
}
/* SHOW LEVEL 2 */
.supplier-menu .submenu li.has-sub:hover > .submenu{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
/* ITEM LEVEL 2 */
.supplier-menu .submenu .submenu li a{
    padding: 0px 16px;
    background: #fff;
    border-radius: 6px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    transition: 0.25s;
}
/* HOVER LEVEL 2 */
.supplier-menu .submenu .submenu li a:hover{
    background: #E6ECF2;
    transform: translateY(-2px);
}
/* ARROW */
.supplier-menu .arrow{
    transition: transform 0.3s ease;
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 10px;
}
.supplier-menu li.has-sub:hover > a .arrow{
    /* transform: rotate(90deg); */
}
/****Menu-end***************/
input[name="dcsearch"] {
    width: 290px;
    height: 30px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #fff;
    outline: none;
    padding-left: 10px;
}
button.btnsearch {
    position: absolute;
    right: 0;
    background: #fff;
    border: navajowhite;
    font-size: 20px;
    top: 4px;
}
form#search-site {
    position: relative;
}
.mainsupp-left {
    float: left;
    margin-right: 20px;
    min-height: 1px;
    width: 300px;
}
.mainsupp-right  {
    overflow: inherit;
    width: -moz-calc(100% - 300px - 20px);
    width: -webkit-calc(100% - 300px - 20px);
    width: calc(100% - 300px - 20px);
    float: left;
    padding-bottom: 50px;
}
.leftsupp-block {
    padding: 30px 29px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e9eef4;
}
.titlesupp-nhom {
    margin-bottom: 20px;
}
.titlesupp-nhom h2 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
    margin: 0;
}

.sr-side-proGroup-list {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -70px;
    margin-right: -30px;
    list-style: none;
}
.sr-side-proGroup-list li {
    position: relative;
}
.sr-side-proGroup-list li:hover {
    background: #e6ecf2;
}
.sr-side-proGroup-list li a {
    line-height: 21px;
    padding: 10px 30px;
    color: #222;
    font-size: 14px;
    text-decoration: none;
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/***sanpham***********/
.sr-layout-row {
    margin-left: -10px;
    margin-right: -10px;
}
.sr-proList {
    position: relative;
}
.sr-layout-col-5 {
    width: 25%;
    padding: 0 9px;
    margin-bottom: 20px;
    float: left;
}
.sr-proList-pic-wrap {
    max-width: 500px;
    margin: 0 auto;
}
.sr-proList-pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 0;
    overflow: hidden;
}
.prod-video-mark, .prod-gif-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #7f7f7f;
    padding: 2px 5px;
    z-index: 2;
    font-size: 12px;
}
.sr-proList-pic{
    position: relative;
    overflow: hidden;   /* KHÃ“A khung */
}
.sr-proList-pic img {
    position: absolute;
    /*left: 0;
    top: 0;
    right: 0;
    bottom: 0;*/
    inset: 0;  /* thay cho left/top/right/bottom */
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in;
    object-fit: contain;
}
.sr-proList-pic:hover img{
    /*transform: scale(1.08);*/   /* zoom nháº¹ */
    animation: zoomSoft 3s ease-in-out infinite;
}
@keyframes zoomSoft {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
}
/*.sr-proList-pic img{
    animation: zoomSoft 3s ease-in-out infinite;
}*/

.sr-proList-txt {
    margin-top: 10px;
}
.gyc-proList {
    font-weight: 600;
    height: 38px;
    line-height: 36px;
    border-radius: 100px;
    border: 1px solid #222;
    background: #fff;
    display: grid;
    text-align: center;
    color: #222;
    font-size: 14px;
}
.gyc-proList:hover {
    background: #f4f4f4;
    text-decoration: none;
    color: #222;
}

.sr-proList-name {
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sr-proList-name a {
    color: #222;
    text-decoration: none;
}
.sr-proList-name a:hover {
    color: #e64545;
    text-decoration: none;
}
.sr-proList-price {
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}
.sr-proList-num {
    color: #e64545;
    line-height: 21px;
    font-weight: bold;
    font-size: 18px;
}
span.sr-proList-km {
    text-decoration: line-through;
    padding-left: 5px;
    font-size: 14px;
}
/***guiyc-ncc*******/
.sr-sendMsg-row {
    margin-bottom: 20px;
    display: flex;
}
.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%;
    outline: none;
    font-size: 14px;
}
.sr-sendMsg-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0px;
    width: 40px;
    height: 40px;
    position: relative;
}
.sr-sendMsg-avatar img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
    margin: auto;
}
.sr-sendMsg-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: rgb(85, 85, 85);
    font-size: 14px;
    padding: 6px 0px;
}
.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-area {
    width: 100%;
    font-size: 14px;
    min-height: 120px;
}

.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;
}
.sr-sendMsg-btn {
    font-size: 16px;
    margin-right: 20px;
}

.btn-main {
    color: #fff;
    border: solid 1px #e64545;
    background-color: #e64545;
}
.sr-sendMsg-SR {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #e64545;
    font-size: 14px;
    padding: 6px 0;
}
.consupp-pic {
    float: left;
    margin-right: 10px;
}
.consupp-pic img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 5px;
}
.consuppliers-info::after {
    clear: both;
    content: "";
    display: table;
}
.contSupplier-field {
    margin-bottom: 20px;
}
.contSupplier-field textarea,
.contSupplier-field .input-text{
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 3px;
    border-color: #ccc;
}
.contSupplier-field textarea:focus,
.contSupplier-field .input-text:focus {
    border-color: #1470cc;
    outline: 0;
}
.consuppliers-info {
    margin-bottom: 15px;
    display: flex;
    align-items: anchor-center;
}
.feedback-block .error {
    color: #e64545;
}
.feedback-block {
    margin-top: 5px;
    display: none;
}
.contSupplier-field .btn-large {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 18px;
}
/**************/
.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;
    margin: 0 -30px;
}
.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;
}
.sr-com-info {
    width: 0;
    flex: 1;
}
.J-linkTo-comInfo .sr-com-logo img {
    max-width: 48px;
    width: 100%;
    max-height: 48px;
    vertical-align: middle;
}
.sr-comInfo-title {
    color: #222;
    font-size: 16px;
}
.sr-comInfo-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sr-comInfo-wrappers {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.sr-comInfo-sign {
    display: flex;
    margin-top: unset;
}
.disprotent-line {
    margin-bottom: 15px;
    font-size: 15px;
}
.sign-item.disprotent-line {
    margin-bottom: 0;
}
.disprotent-line .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: -5px;
}
.disprotent-line .icon-deal {
    background: url(/themes/madechina/images/icon-deal.png) no-repeat;
    background-size: contain;
}
.disprotent-line .icon-diamond {
    background: url(/themes/madechina/images/icon-diamond.png) no-repeat;
    background-size: contain;
}
.disprotent-line .icon-items {
    background: url(/themes/madechina/images/icon-items.png) no-repeat;
    background-size: contain;
}
.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;
}
.infocompany-body {
    padding: 15px 15px 0px;
    margin: 0 -30px;
}
.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;
}
.combody {
    display: flex;
    margin-bottom: 15px;
}
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;
}
a.dispro-lhncc.toungle:hover {
    background: #e645451a;
    text-decoration: none;
}
.infocompany-body .ordernow, 
.infocompany-body a.dispro-lhncc.toungle {
    width: 100%;
}
.twocols{
    display: flex;
    justify-content: center;   /* center 2 cÃ¡Â»â„¢t */
    align-items: center;
    gap: 40px;
    margin-top: 15px;
}

/* mÃ¡Â»â€”i cÃ¡Â»â„¢t */
.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);
}
/***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;
}
.qrcode {
    position: absolute;
    top: 20px;
    right: 120px;
}
.tabcontent-title {
    font-size: 25px;
    margin-bottom: 20px;
}
.tabcontent-content {
    font-size: 16px;
    overflow: hidden;
}

.mlist-suppliermain .icon-diamond {
    background: url(/themes/madechina/images/icon-diamond.png) no-repeat;
    background-size: contain;
}
.mlist-suppliermain .icon-trade {
    background: url(../images/icon-trade.png) no-repeat center;
    background-size: auto 100%;
    width: 110px !important;
    height: 20px;
}
.mlist-suppliermain .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: -5px;
}
.m-footer-links {
    position: relative;
}
.m-footer-links .hitstat-pro {
    position: absolute;
    top: 80px;
    left: 0;
}