/* Style chung s-header */
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}
@media screen and (min-width: 1903px){
    body {
        font-size: 21px;
        line-height: 1.44;
    }
}
:root {
    --primary-color: #ce1219;
    --white-color: #fff;
    --hover-color: #0e994e;
}
[class*="c-headline-"] .c_name a:hover {
    color: var(--hover-color);
}
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    width: 250px;
    padding: 8px;
    border-radius: 5px;
    max-width: 400px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
[class*="b-search-"]>input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0px 5px 0 7px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"]>input::-webkit-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input::-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-ms-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input:focus {
    outline: none;
}
[class*="b-search-"]>button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    box-shadow: none;
    line-height: 0;
}
[class*="b-search-"]>button i {
    line-height: inherit;
}
.bg-white {
    padding: 30px 30px;
    background: var(--white-color);
    border-radius: 8px;
}
.headline-3 {
    position: relative;
}
.headline-3 .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary-color);
}
.headline-3 .see-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    padding: 7px 14px;
    border-radius: 12px;
    background: #f5f4f4;
    transition: ease-in .5s;
}
.headline-3 .see-more:hover {
    color: var(--primary-color);
    box-shadow: rgb(219 2 2 / 65%) 0px 2px 8px 0px;
}
.btn-56 {
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #f5f4f4;
    transition: ease-in .5s;
    margin-left: 12px;
}
.list-pl {
    margin-right: 120px;
    margin-left: auto;
}
.btn-56:hover {
    color: var(--primary-color);
    box-shadow: rgb(219 2 2 / 65%) 0px 2px 8px 0px;
}
.ht-ratio--55::before {
    padding-bottom: 55%;
}
/* BEGIN b-search-2 */
.b-search-2 {
    border: 1px solid #ddd;
}
.b-search-2>button {
    border-radius: 2px;
}
.b-search-2>button[class] {
    font-size: 0.924em;
    padding: 1em 0.584em 1em 0.584em;
    margin: 2px 2px 2px 0;
}
.b-search-2>button:not([class]) {
    color: inherit;
    padding: 1.077em 0.616em 1.077em 0.616em;
    background-color: transparent;
}

/* END b-search-2 */
/* Style chung s-header */
.hd-logo {
    line-height: 0;
}

.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-12 */
.s-header-12 {
    background-color: var(--primary-color);
    position: relative;
    z-index: 3;
    color: var(--white-color);
}
.s-header-12 .s_top {
    padding: 15px 0;
    background: var(--white-color);
    color: var(--primary-color);
}
.s-header-12 .hd-logo, .s-header-12 .hd-slogan {
    font-size: 14px;
}
.s-header-12 .hd-logo>img {
    height: 3.529em;
}
.s-header-12 .hd-slogan {
    margin-left: 3.572em;
    letter-spacing: 0.5px;
}
.s-header-12 .icon-user {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 18px;
}
.s-header-12 .hd-user {
    display: flex;
    align-items: center;
    margin-left: 12px;
}
.s-header-12 .hd-user a:hover {
    color: var(--hover-color);
}
.s-header-12 .hd-slogan>div:first-child {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.643em;
    text-transform: uppercase;
}
.s-header-12 .hd-slogan>div:last-child {
    color: #f60;
    font-size: 1.072em;
}
.s-header-12 .hd-location {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    margin-left: 21px;
    border-radius: 12px;
    box-shadow: rgb(82 78 78 / 51%) 0px 3px 8px;
    background: var(--primary-color);
    color: var(--white-color);
}
.s-header-12 .hd-social {
    margin: 0 50px 0 auto;
    line-height: 0;
}
.s-header-12 .hd-info .hd-phone {
    margin-left: 14px;
}
.s-header-12 .hd-info .hd-phone div:last-child {
    font-weight: bold;
    font-size: 18px;
}
.s-header-12 .hd-info:hover {
    color: var(--hover-color);
}
.s-header-12 .s_bot {
    box-shadow: 0 4px 8px -4px rgba(105, 98, 98, 0.3) inset;
    background-color: var(--primary-color);
    color: var(--white-color);
}
.s-header-12 .s_bot .hd-menu {
    width: 100%;
}
.s-header-12 .hd-menu>ul>li {
    float: left;
    color: var(--white-color);
    font-weight: bold;
}
.s-header-12 .hd-menu>ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 48px;
    padding: 1px 20px;
    text-transform: uppercase;
    /* position: relative; */
}
.s-header-12 .hd-menu>ul>li>a h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-12 .hd-menu .icon-down {
    display: none;
}
.s-header-12 .hd-menu>ul>li>ul {
    visibility: hidden;
    /* min-width: 200px; */
    /* display: flex; */
    padding: 5px 0;
    background-color: #fff;
    border-top: 2px solid var(--primary-color);
    box-shadow: 0 5px 10px #ccc;
    z-index: 2000;
    position: absolute;
    top: 46px;
    width: 100%;
    left: 0;
}
.s-header-12 .hd-menu>ul>li>ul>li>a {
    display: block;
    font-size: 13.4px;
    padding: 10px 25px 10px 20px;
    text-transform: uppercase;
}
.s-header-12 .hd-menu>ul>li>ul>li>a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 0.858em;
    color: #888;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-12 .hd-menu>ul>li>ul>li a:hover {
    color: var(--hover-color);
}
.s-header-12 .hd-menu>ul>li.is-active {
    background-color: #fff;
    color: var(--primary-color);
}
.s-header-12 .hd-menu>ul>li:not(.no-hover):hover {
    background-color: #fff;
    color: var(--primary-color);
}
.s-header-12 .hd-menu>ul>li:hover>ul {
    visibility: visible;
    position: absolute;
    top: 46px;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-12 .b-search-2 {
    margin-left: 20px;
}
.s-header-12 .hd-cart {
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    background: var(--primary-color);
    position: relative;
    padding: 10px;
    box-shadow: rgb(62 61 61 / 24%) 0px 3px 8px;
    border-radius: 8px;
}
.s-header-12 .hd-cart .align-items {
    font-size: 0.786em;
    text-transform: uppercase;
}
.s-header-12 .hd-cart .align-items i {
    line-height: 1;
    font-size: 1.819em;
    margin-right: 0.6em;
}
.s-header-12 .hd-cart .bage {
    color: var(--white-color);
    text-align: center;
    font-size: 0.786em;
    width: 1.455em;
    line-height: 1.455em;
    border-radius: 50%;
    background-color: #6a6a6a;
    position: absolute;
    top: 0.246em;
    left: 1.964em;
}
.s-header-12 .hd-news {
    margin-left: 27px;
}
.s-header-12 .hd-news a {
    font-size: 17px;
    padding: 0 8px;
    position: relative;
}
.s-header-12 .hd-news a:first-child::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: var(--white-color);
    bottom: 0;
    right: -2px;
}
.s-header-12 .hd-cart:hover span:first-child {
    color: var(--hover-color);
}
.s-header-12 .hd-info {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.s-header-12 .hd-info i {
    transform: rotate(-75deg);
    font-size: 24px;
}
.s-header-12 .hd-menu .list-menu {
    position: relative;
    width: 100%;
}
.s-header-12 .hd-menu>ul>li>ul>li {
    width: 20%;
    float: left;
}
.sub-lv3 li {
    color: #666;
    padding-left: 14px;
    margin-left: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}
.sub-lv3 li:hover {
    color: var(--primary-color);
}
.sub-lv3 li::before {
    content: '\f1ce';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 5px;
}
.s-header-12 .icon-search {
    display: none;
}
.s-header-12 .hd-menu_mobile {
    display: none;
}
@media screen and (min-width: 1903px){
    .s-header-12 .hd-menu>ul>li>a {
        font-size: 18px;
    }
    .s-header-12 .hd-logo>img {
        height: 4.629em;
    }
}
@media screen and (max-width: 1259px) {
    .s-header-12 .hd-logo, .s-header-12 .hd-slogan {
        font-size: 11px;
    }
    .s-header-12 .hd-menu>ul>li>a {
        padding: 1px 6px;
        font-size: 14px;
    }
    .s-header-12 .hd-cart .name {
        display: none;
    }
    .s-header-12 .hd-cart {
        margin-left: 20px;
    }
    .s-header-12 .hd-info .hd-phone {
        display: none;
    }
    .s-header-12 .hd-location {
        font-size: 14px;
        width: 184px;
    }
    .s-header-12 .hd-logo>img {
        height: 4.3em;
    }
    .s-header-12 .b-search-2 {
        margin-left: 20px;
        width: 250px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-12 .hd-slogan {
        display: none;
    }
    .s-header-12 .s_bot {
        height: 48px;
    }
    .s-header-12 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: #fff;
        margin: 10px 0;
    }
    .s-header-12 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        box-shadow: 0 5px 10px #ccc;
        position: absolute;
        top: -10px;
        background: #fff;
    }
    .s-header-12 .hd-menu>ul>li {
        float: none;
        margin-top: 1px;
        background-color: #fff;
        border-bottom: 1px dashed #ccc;
        color: var(--primary-color);
        position: relative;
    }
    .s-header-12 .hd-menu>ul>li>a h2::after {
        display: none;
    }
    .s-header-12 .hd-menu .sub-lv3 {
        display: none;
    }
    .s-header-12 .hd-menu .sub-lv2.active {
        visibility: visible;
        padding: 0;
        top: 43px;
    }
    .s-header-12 .hd-menu  i+span {
        margin-left: 0.5em;
    }
    .s-header-12 .hd-menu>ul>li>a {
        font-size: 14px;
        line-height: 44px;
        padding: 0px 15px;
    }
    .s-header-12 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
        display: block;
    }
    .s-header-12 .hd-menu>ul>li:hover>ul {
        visibility: hidden;
        position: absolute;
    }
    .s-header-12 .s_top .container {
        position: relative;
    }
    .s-header-12 .hd-search{
        position: absolute;
        bottom: -59px;
        right: 10px;
    }
    .s-header-12 .b-search-2 {
        padding: 4px;
    }
    .s-header-12 .hd-menu .list-menu {
        display: none;
    }
    .s-header-12 .hd-menu .icon-down {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        padding: 10px 16px;
        font-size: 18px;
        z-index: 1;
    }
    .s-header-12 .hd-menu>ul>li>ul>li {
        width: 100%;
        position: relative;
    }
    .s-header-12 .hd-menu>ul>li>ul>li>a::before {
        display: none;
    }
    .s-header-12 .hd-menu>ul>li>ul>li>a {
        display: block;
        padding: 10px 25px 10px 20px;
        text-transform: none;
        font-size: 15px;
        color: #666;
        border-bottom: 1px dashed #ccc;
        font-weight: 500;
    }
    .s-header-12 .hd-menu .sub-lv2 .icon-down{
        color: #666;
        top: 20px;
    }
    .s-header-12 .hd-menu .sub-lv3.active {
        display: block;
        padding: 10px 0px;
        border: 1px solid #ccc;
    }
    .sub-lv3 li {
        font-weight: 400;
    }
     .s-header-12 .hd-menu {
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .s-header-12 .s_top {
        padding: 10px 0;
    }
    .s-header-12 .hd-logo {
        font-size: 9px;
        margin-right: auto;
    }
    .s-header-12 .hd-social, .s-header-12 .hd-cart i+span {
        display: none;
    }
    .s-header-12 .b-search-2 {
        width: 170px;
        display: none;
    }
    .s-header-12 .icon-search {
        display: flex;
        background: #fff;
        width: 30px;
        height: 30px;
        font-size: 16px;
        color: var(--primary-color);
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .s-header-12 .hd-search {
        bottom: -50px;
    }
    .s-header-12 .hd-news {
        position: absolute;
        bottom: -50px;
        right: 60px;
    }
    .s-header-12 .b-search-2.is-active {
        width: 220px;
        display: flex;
        position: absolute;
        right: 0;
        top: 40px;
    }
    .s-header-12 .hd-user {
        display: none;
    }

}
@media screen and (max-width: 479px){
    .s-header-12 .hd-cart {
        padding: 12px 7px;
        margin-left: 0;
    }
    .s-header-12 .hd-info {
        display: none;
    }
    .s-header-12 .s_bot {
        height: 52px;
    }
    .s-header-12 .hd-menu>a[ht-trigger="hd-menu"] {
        padding: 9.5px;
    }
    .s-header-12 .hd-news {
        right: 6px;
    }
    .s-header-12 .hd-location {
        font-size: 13px;
        width: 102px;
    }
    .s-header-12 .hd-news a {
        font-size: 15px;
        color: var(--white-color);
    }
    .s-header-12 .hd-menu_mobile {
        display: block;
        font-size: 20px;
    }
    .s-header-12 .hd-user {
        display: none;
    }
    .s-header-12 .hd-location {
        display: none;
    }
    .s-header-12 .hd-menu {
        position: relative;
        display: none;
    }
    .s-header-12 .hd-logo {
        margin-left: auto;
    }
    .s-header-12 .icon-search {
        display: none;
    }
    .s-header-12 .b-search-2 {
        width: 230px;
        display: flex;
    }
    .s-header-12 .hd-search {
        bottom: -55px;
        left: -12px;
    }
    #menuMobile .c-modal-box {
        width: 100%;
    }
    #menuMobile .c-modal-box {
        min-width: 320px;
    }
    #menuMobile.c-modal .c_body {
        padding: 0;
    }
    #menuMobile .menu-list .menu-child {
        display: none;
    }
    #menuMobile .menu-list .menu-child.active {
        display: block;
    }
    .menu-list {
        width: 100%;
        height: 238px;
        overflow: scroll;
        border-bottom: 1px solid var(--primary-color);
    }
    #menuMobile .c-modal-group{
        /* max-height: calc(100vh - 200px); */
        height: 410px;
    }
    .menu-child a {
        padding: 6px 16px;
        display: block;
        border-bottom: 1px solid #ccc;
        color: #504949;
        font-weight: bold;
    }
    .menu-child .lv-2 a {
        font-size: 17px;
    }
    .menu-child .lv-3 li {
        position: relative;
        border-bottom: 1px solid #ccc;
        padding-left: 40px;
    }
    .menu-child .lv-3 li:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--primary-color);
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-child .lv-3 li a {
        font-size: 15px;
        padding-left: 16px;
        font-weight: 400;
        border-bottom: none;
    }
    .tab-menu{
        display: -webkit-box;
        display: -ms-flexbox;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .tab-menu .item-tab {
        width: 100px;
        border-right: 1px solid #ccc;
        padding: 5px 0;
        display: block;
    }
    .tab-menu .item-tab img {
        max-width: 60px;
        margin: 0 auto;
        display: block;
    }
    .tab-menu .item-tab span {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-word;
        -webkit-line-clamp: 2;
        text-align: center;
        margin-top: 6px;
        height: 40px;
    }
    .tab-menu .item-tab.active {
        background: var(--primary-color);
        color: #fff;
    }

}
/* END s-header-12 */
/* BEGIN c-animate-loopflicker */
.c-animate-loopflicker {
    -webkit-animation: loopflicker 1s infinite;
    -o-animation: loopflicker 1s infinite;
    animation: loopflicker 1s infinite;
}

@keyframes loopflicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* END c-animate-loopflicker */

/* Style chung s-header */
.hd-logo {
    line-height: 0;
}

.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.flash-img {
    width: 30px;
    margin-right: 12px;
}
.flash-name {
    display: flex;
    align-items: center;
}
.flash-name span {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    background: rgb(254, 151, 7);
    background: rgb(254, 151, 7);
    background: linear-gradient(176deg, rgba(254, 151, 7, 1) 0%, rgba(248, 255, 79, 1) 73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c-headline-3::after {
    display: none;
}

/* BEGIN b-card-36 */
.b-card-36 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    transition: all 0.2s linear;
    height: calc(100% - 30px);
    border-radius: 5px;
}
.b-card-36 .img-hover {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    max-width: 100%;
    opacity: 0;
}
.b-card-36 .b_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b-card-36 .b-market {}
.b-card-36 .b_thumb {
    border-radius: 5px 5px 0 0;
}
.b-card-36 .b_content {
    padding: 0 12px 12px;
}
.b-card-36 .b_title {
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 10px;
    transition: all 0.2s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 66px;
}
.b-card-36 .b_title:hover {
    color: var(--primary-color);
}
.b-card-36 .b_info i {
    color: #ffd200;
    margin-right: 2px;
    font-size: 14px;
}
.b-card-36 .b_info {
    display: table;
    margin: 10px 0;
    width: 100%;
}
.b-card-36 .b_info li {
    float: left;
    line-height: 1;
    font-size: 13px
}
.b-card-36 .b_info li.rev {
    color: #ffd200;
    margin-left: 8px;
}
.b-card-36 .b_info li.rev-1 {
    border-left: 1px solid #999;
    padding-left: 10px;
    margin-left: 10px;
    color: #545454;
}
.b-card-36 .b_order {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-top: 10px; */
}
.b-card-36 .b-market {
    font-size: 20px;
    font-weight: bold;
    color: #b71f38;
}
.b-card-36 .b-market {
    display: block;
    margin-top: 8px;
}
.b-card-36 .b-market>span:first-child {
    display: block;
    line-height: 0.6;
}
.b-card-36 .b-market>span:last-child {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
    font-weight: 500
}
.b-card-36 span.see-more {
    background: rgb(183 31 56 / 10%);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 50px;
    color: #b71f38;
    font-size: 14px;
    font-weight: 500;
}
.b-card-36 span.see-more:hover {
    background: rgb(183 31 56 / 20%);
}
.b-card-36 .b_order i {
    font-size: 23px;
    background: #f5f5f5;
    transition: all .3s;
    color: #b71f38;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-card-36 .b_order i:hover {
    background-image: linear-gradient(to bottom, #d1266c, #b71f38);
    color: #fff;
}
.b-card-36 .b_order {
  position: relative;
  border-radius: 50%;
  border: 1px solid  #bbbbbb;
  width: 45px;
  height: 45px;
  color: #b71f38;
}
.b-card-36 .b_order::before{
    content: "\f217";
    font-family: FontAwesome;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.b-card-36 .b_order:hover {
    background:  #b71f38;
    color: #fff;
}
.b-card-36 .b_desc .tech ul {
    padding-left: 10px
}
.b-card-36 .b_desc .tech ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 5px
}
.b-card-36 .b_btn {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 25px;
    background-color: #3877f5;
    text-transform: uppercase;
    position: relative;
    bottom: -5px;
}
.b-card-36 .b_btn::after {
    content: "";
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    position: absolute;
    right: -5px;
    bottom: 0;
}
.b-card-36 .b-sku {
    display: block;
}
.b-card-36 img {
    transition: all.5s
}
.b-card-36 .b_thumb:hover img {
    transform: scale(1.02)
}
.b-card-36 .b_thumb:hover .img-default {
    opacity: 0;
}
.b-card-36 .b_thumb:hover .img-hover {
    opacity: 1;
    top: 0;
}
.b-card-36 .sale {
    position: absolute;
    top: 15px;
    left: -5px;
    color: #ffffff;
    background: #bb161d;
    padding: 4px 6px;
    z-index: 4;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    box-shadow: 0px 0px 5px 1px #fff;
    font-weight: bold;
}
.b-card-36 .b_call {
    color: #ffffff;
    background: #bb161d;
    padding: 7px 12px;
    z-index: 4;
    font-size: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 0px 5px 1px #fff;
    /* font-weight: bold; */
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    font-family: 'Anton',sans-serif;
}
.s-sanpham .slick-slider .item {
    margin: 0 8px;
}
.s-flash {
    background: var(--primary-color);
    padding: 8px;
    border-radius: 8px;
}
.s-flash .c-headline-3 , .s-sanpham .headline-3 {
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 10px;
}
.s-sanpham {
    margin: 50px 0;
}
.s-sanpham .bg-white {
    padding: 20px 22px 0;
}
@media (min-width: 1260px) {
    .s-sanpham .col-lg-3 {
        width: 25%;
        padding-left: 0.8%;
        padding-right: 0.8%;
    }
}
/* BEGIN b-card-42 */
.b-card-42 {
    display: block;
    padding: 15px;
    border-bottom: 3px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.b-card-42 .b_thumb img {
    transition: all 0.6s ease-in-out;
}
.b-card-42:hover .b_thumb img {
    transform: scale(1.1);
}
.b-card-42 .b_title {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 10px;
    transition: 0.4s color ease-in-out;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.b-card-42:hover .b_title {
    color: var(--primary-color);
}
.b-card-42 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    color: #666;
}
.b-card-42 .b_source {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 0;
}
.b-card-42 .b_source span.fa::before {
    color: var(--primary-color);
}
.b-card-42 .b_source li {
    display: inline-block;
    font-size: 12px;
}
.b-card-42 .b_source li:first-child {
    margin-right: 20px;
    text-transform: uppercase;
}
.b-card-42 .b_top {
    position: relative;
}
/* END b-card-42 */
/* BEGIN b-card-1 */
.b-card-1 {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ccc;
}
.b-card-1::after {
    content: "";
    display: table;
    clear: both;
}
.b-card-1 .b_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 10px;
    margin-bottom: 10px;
    transition: 0.3s color ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.b-card-1:hover .b_title {
    color: var(--primary-color);
}
.b-card-1 .b_source {
    margin-bottom: 0;
    color: #444;
}
.b-card-1 .b_source li {
    display: inline-block;
    font-size: 12px;
}
.b-card-1 .b_source li span.fa::before {
    color: var(--primary-color);
}
.b-card-1 .b_source li a {
    transition: all 0.4s ease;
}
.b-card-1 .b_source li a:hover {
    color: var(--primary-color);
}
.b-card-1 .b_source li:first-child {
    margin-right: 20px;
    text-transform: uppercase;
}
.b-card-1 .b_desc {
    text-align: justify;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.b-card-1 .b_info {
    display: flex;
    align-items: center;
}
.b-card-1 .b_thumb {
    width: 100%;
    margin-right: 12px;
}
.b-card-1 .b_thumb img {
    border-radius: 8px;
}
/* END b-card-1 */
/* END b-card-28 */
.b-card-5 {
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all.3s
}
.b-card-5 .b_thumb {
    border-radius: 8px
}
.b-card-5 .ht-ratio--55::before {
    padding-bottom: 55%;
}
.b-card-5 .b_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.b-card-5 .b_overlay .icon {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.b-card-5 .b_thumb .icon {
    width: 65px;
    height: 40px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 30px;
    line-height: 25px;
    color: #fff;
    left: 50%;
    /* background-color: #fd3132; */
    border: none;
}
.b-card-5 .b_thumb .icon i {
    position: absolute;
    font-size: 24px;
    font-size: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.b-card-5:hover {
    color: var(--primary-color);
    /* transform: translateY(-5px) */
}
.b-card-5:hover i {
    color: var(--primary-color);
    /* transform: translateY(-5px) */
}
.b-card-5 .b_title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* END b-card-5 */

/* BEGIN c-animate-loopflicker */
.c-animate-loopflicker {
    -webkit-animation: loopflicker 1s infinite;
    -o-animation: loopflicker 1s infinite;
    animation: loopflicker 1s infinite;
}

@keyframes loopflicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* END c-animate-loopflicker */
/* BEGIN s-icon-2 */
.s-icon-2>a:first-child {
    opacity: 0;
    font-size: 20px;
    border: 1px solid;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-icon-2>a:first-child.is-show {
    opacity: 1;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary-color);
    background: #fff;
}
.s-icon-2>a:last-child {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    line-height: 0;
}
.s-icon-2>a:last-child span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: var(--primary-color);
}
.s-icon-2>a:last-child span::before, .s-icon-2>a:last-child span::after {
    /* content: ''; */
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: var(--primary-color);
    border-radius: 15px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2>a:last-child span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2>a:last-child span img {
    position: absolute;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* END s-icon-2 */
/* BEGIN s-footer-3 */
.s-footer-3 {
    /* color: #fff; */
    background-color: var(--white-color);
}
.s-footer-3 .s_top {
    padding: 20px 0;
    background-image: linear-gradient(to right, var(--primary-color), rgba(255, 255, 255, 0.15) 0%);
}
.s-footer-3 .s_top .align-items--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 1259px) {
    .s-footer-3 .s_top .align-items--center {
        display: none;
    }
}
.s-footer-3 .c-headline-4 {
    margin: 10px 0 15px;
}
.s-footer-3 .c-headline-4 i {
    color: #ccc;
}
.s-footer-3 .c-headline-4::after {
    margin-top: 5px;
}
.s-footer-3 .ft-ellipsis {
    margin-top: 3px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.429em;
    max-height: 8.574em;
}
.s-footer-3 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 16px;
    margin: 0 10px 6px 0;
}
.s-footer-3 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-3 .ft-menu li>h1 {
    font-size: 20px;
    font-weight: inherit;
}
.s-footer-3 .ft-menu li a {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.s-footer-3 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
    margin-right: 5px;
}
.s-footer-3 .ft-menu li a:hover {
    color: var(--primary-color);
}
.s-footer-3 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-3 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-3 .ft-menu li>span.fa::before {
    width: 15px;
    color: #ccc;
    text-align: center;
}
.s-footer-3 .ft-copyright {
    line-height: 40px;
}
.s-footer-3 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 111111;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-3 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: #f60;
}
.s-footer-3 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #f60;
    position: relative;
    left: -5px;
}
.s-footer-3 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-3 .ft-logo {
    height: 4em;
    margin: 12px 0;
}
.s-footer-3 .ft-social, .s-footer-3 .ft-payment {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.s-footer-3 .payment {
    font-size: 17px;
}
.s-footer-3 .icon-social {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 8px;
}
.s-footer-3 .ft-payment img {
    height: 30px;
    margin-right: 8px;
}
.s-footer-3 .bct img {
    height: 60px;
    /* margin-top: 15px; */
}
@media screen and (min-width: 1260px) {
    .s-footer-3 .ft-phone {
        display: none;
    }
}
.s-footer-3 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: #f60;
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-footer-3 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}

/* END s-footer-3 */
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "/";
    font-family: FontAwesome;
    font-size: 0.786em;
    margin: 0 0.637em;
    color: #888;
    height: 100%;
    display: inline-block;
}
.s-breadcrumb-1 li:first-child a>i {
    font-size: 1em;
    margin-right: 1px;
}
/* .s-breadcrumb-1 li a {
  font-weight: bold;
} */
.s-breadcrumb-1 li a:hover {
    color: var(--primary-color);
}

/* END s-breadcrumb-1 */
/* Style chung s-pagination */
[class*="s-pagination-"] {
    padding: 25px 0;
    font-size: 12px;
}
[class*="s-pagination-"]::after {
    content: '';
    display: table;
    clear: both;
}
[class*="s-pagination-"]>li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ddd;
    line-height: 2.334em;
    width: 2.5em;
    height: 2.5em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
[class*="s-pagination-"]>li>a {
    display: block;
    color: #999;
    font-weight: bold;
    text-align: center;
}
[class*="s-pagination-"]>li:hover {
    background-color: #eee;
    color: #999;
}
[class*="s-pagination-"]>li.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1>li {
    border-radius: 3px;
}

/* END s-pagination-1 */
/* BEGIN s-sidebar-4 */
.s-sidebar-4 .s_heading {
    position: relative;
    margin-bottom: 12px;
}
.s-sidebar-4 .s_heading span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid #c70512;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: #a30d18;
    z-index: 1;
}
.s-sidebar-4 .s_heading::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #ccc;
}
.s-sidebar-4>ul li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    padding: 13px 15px;
    border-bottom: 1px solid #eee;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.s-sidebar-4>ul li>a::before {
    content: '\f105';
    font-family: FontAwesome;
    color: #999;
}
.s-sidebar-4>ul li>a h2 {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    margin-left: 7px;
}
.s-sidebar-4>ul li>a:hover {
    color: var(--primary-color);
}
.s-sidebar-4>ul li>ul {
    display: none;
}
.s-sidebar-4>ul li>ul a {
    padding: 13px 26px;
    font-weight: normal;
}
.s-sidebar-4>ul li>ul a::before {
    content: '\f10c';
    font-size: 0.616em;
    position: relative;
    top: 0.375em;
}
.s-sidebar-4>ul li:last-child a {
    border-bottom: none;
}
.s-sidebar-4>ul li.is-active>a {
    color: var(--primary-color);
}
.s-sidebar-4>ul li.is-active>ul {
    display: block;
}

/* END s-sidebar-4 */
/* BEGIN c-button-8 */
.c-button-8 {
    display: inline-block;
    font-size: 14px;
    padding: 0.5em 1.072em 0.5em 1.072em;
    overflow: hidden;
    color: #fff;
    background: var(--primary-color);
    text-transform: uppercase;
    position: relative;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
.c-button-8>i.fa {
    padding-left: 5px;
}
.c-button-8::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
}
.c-button-8:hover {
    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);
}
.c-button-8:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

/* END c-button-8 */
/* BEGIN s-icon-1 */
.s-icon-1 {
    font-size: 18px;
    background-color: #ce1219;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 40%;
    /* padding: 23px 12px; */
    border-radius: 74px 0 0 75px;
    padding: 20px 0px 20px 14px;
}
.s-icon-1>a {
    position: relative;
    padding: 10px 3px 10px 2px;
    display: flex;
    align-items: center;
}
.s-icon-1>a>span:first-child {
    color: #21446f;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1px;
    right: 100%;
    bottom: -1px;
    transform: translateX(100%);
    transition: 0.25s linear;
    opacity: 1;
    color: #fff;
}
.s-icon-1>a>span:last-child {
    font-size: 22px;
    position: relative;
}
.s-icon-1>a>span:last-child::before, .s-icon-1>a>span:last-child::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: inherit;
    z-index: -1;
    position: absolute;
}
.s-icon-1 i {
    font-size: 30px;
}
.s-icon-1:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 60px;
    top: -24px;
    right: 0px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 0 0 0 var(--primary-color);
    pointer-events: none;
    display: inline-block;
}
.s-icon-1:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 60px;
    bottom: -24px;
    right: 0px;
    border-radius: 0 50px 0px 0;
    box-shadow: 30px 0 0 0 var(--primary-color);
    pointer-events: none;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* END s-icon-1 */
#form_contact-65 .c-modal-box {
    width: 500px
}

.s-banner-1 .slick-slide {
    margin-left: 12px;
}
.s-banner-1 .b-sslide-ratio .slick-list::before {
    content: '';
    display: block;
    padding-bottom: 15%;
}
.b-card-12 {
    padding: 15px 0 12px;
    display: block;
    border-bottom: 1px dashed #ccc;
}
.b-card-12.recuit {
    display: flex;
    justify-content: space-between;
}
.b-card-12:hover {
    color: var(--hover-color);
}
.name_cate-document {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
    padding-bottom: 12px;
    color: var(--hover-color);
    border-bottom: 2px solid #ce1219;
}

@media screen and (min-width: 1256px){
    .b-card-36 .b_content {
        padding: 0 12px 12px;
        height: 160px;
    }
}
@media screen and (min-width: 1903px){
    .s-icon-1 {
            padding: 50px 14px 50px 20px;
    }
    .s-icon-1 i {
        font-size: 50px;
    }
    .s-icon-1>a>span:first-child {
        right: 50%;
    }
    .s-icon-1 img {
        height: 50px!important;
    }
    .s-icon-1:before {
        content: "";
        position: absolute;
        height: 45px;
        width: 71px;
        top: -40px;
    }
    .s-icon-1:after {
        content: "";
        position: absolute;
        height: 45px;
        width: 71px;
        bottom: -41px;
    }
    .s-icon-1>a {
        position: relative;
        padding: 14px 3px 14px 2px;
    }
    .s-header-12 .hd-cart{
        margin-left: 12px;
        padding: 10px;
    }
    .s-header-12 .hd-cart .name{
       font-size: 18px;
    }
    .s-header-12 .hd-cart .align-items i {
        font-size: 32px;
        margin-right: 3px;
    }
    .s-header-12 .hd-cart .bage{
        left: 29px;
        top: 6px;
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
    .s-header-12 .hd-news {
        margin-left: 20px;
    }
    [class*="b-search-"] {
        width: 350px;
        max-width: 350px;
    }
    .b-card-1 .b_thumb {
        width: 100%;
    }
    .b-card-5 .b_title {
        margin-top: 10px;
        font-size: 20px;
    }
    .b-card-36 .b_title {
        font-size: 22px;
        height: 75px;
    }
    .b-card-36 .b-market {
        font-size: 28px;
    }
    .b-card-36 .b-market>span:last-child {
        font-size: 20px;
    }
    .b-card-36 .b_order i{
        width: 55px;
        height: 55px;
        font-size: 30px;
    }
    .headline-3 .title {
        font-size: 33px;
    }
    .flash-name span {
        font-size: 33px;
    }
    .headline-3 .see-more {
        font-size: 21px;
        padding: 9px 20px;
    }
    .list-pl {
        margin-right: 160px;
    }
    .btn-56 {
        font-size: 21px;
        padding: 10px 20px;
    }
    .b-card-42 .b_title {
        font-size: 27px;
    }
    .b-card-42 .b_desc {
        font-size: 20px;
    }
    .b-card-1 .b_desc {
        font-size: 18px;
    }
    .b-card-1 .b_source li {
        display: inline-block;
        font-size: 20px;
    }
    .b-card-1 .b_title {
        font-size: 23px;
        font-weight: 600;
        line-height: 1.2;
        padding-top: 10px;
        margin-bottom: 10px;
        transition: 0.3s color ease-in-out;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .s-footer-3 .ft-menu li {
        font-size: 23px;
        margin: 0 10px 8px 0;
    }
    .s-footer-3 .c-headline-4 h3 {
        font-size: 23px;
    }
    .s-footer-3 .ft-menu li>h1 {
        font-size: 23px;
    }
    .s-footer-3 .ft-copyright {
        line-height: 40px;
        font-size: 22px;
    }
    .s-footer-3 .bct img {
        height: 90px!important;
        margin-top: 15px;
    }
    .s-header-12 .hd-news a {
        font-size: 22px;
    }
    [class*="b-search-"]>input {
        font-size: 21px;
    }
    .s-header-12 .hd-location {
        font-size: 22px;
    }
    [class*="b-search-"]>button i {
        line-height: inherit;
        font-size: 23px;
    }
    .s-header-12 .hd-info .hd-phone {
        margin-left: 14px;
        font-size: 20px;
    }
    .s-header-12 .hd-info .hd-phone div:last-child {
        font-weight: bold;
        font-size: 25px;
    }
    .s-header-12 .hd-logo>img {
        height: 4.429em;
    }
    .s-header-12 .s_top {
        padding: 25px 0;
    }
    .s-header-12 .hd-menu>ul>li>a {
        padding: 8px 20px;
    }
    .s-breadcrumb-1 {
        font-size: 21px;
    }
    .c-button-8 {
        display: inline-block;
        font-size: 20px;
    }
    .s-sidebar-4>ul li>a {
        font-size: 22px;
    }
    .s-sidebar-4 .s_heading span {
        font-size: 23px;
    }
    .s-sidebar-4 .b-card-1 .b_title {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4;
    }
    .b-card-36 .b_info i {
        color: #ffd200;
        margin-right: 2px;
        font-size: 25px;
    }
    .b-card-36 .b_content {
        padding: 0 12px 12px;
        height: 200px;
    }
}

@media screen and (max-width: 992px){
    .s-icon-1 {
        bottom: 20%;
        padding: 20px 0px 20px 5px;
        display: none;
    }
    .s-banner-1 {
        padding: 15px 0!important;
    }
    .s-sanpham {
        margin: 20px 0;
    }
    .b-card-36 .b_title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
     .s-banner-1 .b-sslide-ratio .slick-list::before {
        content: '';
        display: block;
        padding-bottom: 35%;
    }
    .s-icon-2>a:last-child {
        right: 30px;
    }
    /* vka */

    .vka-wrapper {
        position: fixed;
        bottom: 75px;
        z-index: 1000;
        right: -20px;
    }
    .vka-checkbox {
        display: none !important
    }
    .vka {
        width: 60px;
        max-width: unset;
        height: 60px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 0;
        border-radius: 50%;
        background: #c31d1d;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
        position: absolute;
        right: 40px;
        bottom: -4px;
        z-index: 1000;
        overflow: hidden;
        transform: rotate(0deg);
        -webkit-transition: all .15s cubic-bezier(.15, .87, .45, 1.23);
        transition: all .15s cubic-bezier(.15, .87, .45, 1.23)
    }
    .vka-checkbox:checked~.vka {
        -webkit-transition: all .15s cubic-bezier(.15, .87, .45, 1.23);
        transition: all .15s cubic-bezier(.15, .87, .45, 1.23);
        width: 30px;
        height: 30px;
        right: 53px;
        bottom: 10px;
    }
    [class*=icon-cps-] {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/images/icons/img-nut-lien-he-final.png) !important;
        background-repeat: no-repeat;
        background-size: 453px
    }
    .icon-cps-vka-menu {
        width: 50px;
        height: 50px;
        margin: 0 !important;
        background-size: 694px;
        background-position: -649px 0
    }
    .vka-checkbox:checked~.vka .icon-cps-vka-menu {
        width: 20px;
        height: 20px;
        margin: 0;
        background-size: 300px;
        background-position: -139px -31px
    }
    .vka-wheel {
        width: 300px;
        height: 115px;
        position: absolute;
        bottom: -11px;
        right: 44px;
        transform: scale(0);
        transform-origin: bottom right;
        transition: all .3s ease;
        z-index: 12
    }
    .vka-checkbox:checked~.vka-wheel {
        transform: scale(1)
    }
    .vka-checkbox:not(:checked)~.vka {
        animation-name: zoom;
        -webkit-animation-name: zoom;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        cursor: pointer;
        box-shadow: 0 0 0 0 #c31d1d;
    }
    @keyframes zoom {
        0% {
            transform: scale(.9)
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 15px transparent
        }

        100% {
            transform: scale(.9);
            box-shadow: 0 0 0 0 transparent
        }
    }
    .vka-wheel .vka-action {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        text-decoration: none
    }
    .vka-wheel .vka-action:hover {
        transform: scale(1.1)
    }
    .vka-button {
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        padding: 4px;
        border-radius: 50%;
        background: #0f1941;
        box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
        font-size: 24px;
        color: #fff;
        transition: all 1s ease;
        overflow: hidden
    }
    .vka-wheel .vka-action-2 {
        top: 5px;
        right: 0
    }
    .vka-wheel .vka-button-2 {
        background: #fb0;
    }
    .icon-cps-phone {
        width: 28px;
        height: 28px;
        background-position: -51px -49px
    }
    .vka-wheel .vka-action-4 {
        right: 0;
        bottom: 125px
    }
    .vka-wheel .vka-button-4 {
        background: #2f82fc
    }
    .vka-wheel .vka-button-mess {
        background: #2f82fc;
    }
    .icon-cps-chat-zalo {
        width: 30px;
        height: 30px;
        background-position: -362px -1px;
        background-size: 515px
    }
    .icon-cps-facebook {
        width: 28px;
        height: 28px;
        background-position: -178px 0
    }
    .icon-cps-messenger {
        width: 28px;
        height: 28px;
        background-image: url(/images/icons/mess-white.png)!important;
        background-size: cover;
    }
    .vka-wheel .vka-action-3 {
        right: 0;
        bottom: 185px;
        cursor: pointer;
    }
    .vka-wheel .vka-button-3 {
        background: #006AFF
    }

    /* Vka */
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 479px){
    .b-card-36 .b_title {
        height: 66px;
    }
    .b-card-36 .b_order i {
        width: 40px;
        height: 40px;
    }
    .b-card-36 .b_desc{
        position: relative;
    }
    .b-card-36 .b_order {
        position: absolute;
        bottom: 4px;
        right: -8px;
    }
    .b-card-36 .b-market {
        font-size: 18px;
        height: 36px;
    }
    .bg-white {
        padding: 30px 10px;
    }
    .headline-3 .title {
        font-size: 20px;
    }
    .s-footer-3 .c-headline-4 h3 {
        font-size: 14px;
    }
    .s-footer-3 .ft-menu li>h1 {
        font-size: 18px;
        font-weight: inherit;
    }
    .ft-logo-1 {
        display: flex;
        justify-content: center;
    }
    .s-icon-1:before, .s-icon-1:after {
        width: 50px;
    }
}