@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
}

table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #d2d2d2;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #d2d2d2;
}

ul li {
    list-style: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Quicksand', sans-serif;
    background-color: #fff!important;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    color: #585858;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #d22228;
}

.header {
    position: relative;
}

.header-bottom {
    /* overflow: hidden; */
}

.header-top {
    /* background: #eee; */
    width: 100%;
    overflow: hidden;
}

.social-top a:last-child {
    margin-left: 15px;
}

.group-hotline i {
    margin-right: 10px;
    font-size: 16px;
}

.social-top {
    padding: 5px 15px;
    padding-right: 0;
    float: right;
    width: calc(100% - 240px);
    text-align: right;
    position: relative;
    background-color: #eee;
}

.social-top:before {
    content: "";
    border-top: 15px solid #eee;
    border-bottom: 15px solid #fff;
    border-left: 15px solid #fff;
    border-right: 15px solid #eee;
    position: absolute;
    right: 100%;
    top: 0;
}

.social-top:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eee;
    position: absolute;
    left: 100%;
    top: 0;
}

.social-top i {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
}

.social-top a {
    color: #000;
}

.group-menu {
    position: relative;
    display: block;
    z-index: 5;
    display: flex;
    justify-content: space-between;
}

.cart {
    width: 155px;
    float: left;
    background-image: linear-gradient(to right, #e9b72f, #c4862a);
    border-radius: 7px;
    height: 45px;
}

.cart .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.cart .image .icon-cart {
    display: inline-block;
    margin-top: 17px;
    margin-left: 10px;
    float: left;
}

.cart .image span.quality {
    color: #e9b72f;
    background-color: #fff;
    height: 35px;
    width: 35px;
    float: left;
    border-radius: 100%;
    display: inline-block;
    margin-top: 9px;
    text-align: center;
    margin-left: 10px;
    line-height: 35px;
}

.cart .image span.name {
    float: left;
    margin-left: 10px;
    color: #fff;
    line-height: 53px;
}

.cart .image img {
    width: auto;
}

.btn-brand {
    display: inline-block;
    margin: 0;
    padding: 12px 30px;
    width: auto;
    position: relative;
    vertical-align: top;
    border: 0;
}

.button_hotline_mobi {
    display: none;
}

.icon-with-description {
    width: auto;
    min-width: 180px;
    text-align: left;
    display: inline-block;
    line-height: 14px;
    height: 14px;
}

.icon-with-description i {
    color: #d22228;
    float: left;
    font-size: 36px;
    padding: 0 10px 0 0;
}

.icon-with-description span {
    float: none;
    font-size: 15px;
    display: inline-block;
}

.group-search {
    width: 100%;
    padding: 0 15px;
    float: left;
    margin: 10px 0;
}

.icon-search {
    display: none;
}

.search {
    width: 530px;
    float: left;
    margin-right: 30px;
    padding: 14px 0;
    background-color: #fff;
    border-radius: 5px;
}

.search form {
    overflow: hidden;
    padding: 0;
}

.search form select {
    width: 180px;
    float: left;
    outline: 0;
    background-color: #f3f3f3;
}

.search input[type=text] {
    width: calc(100% - 40px);
    float: left;
    border: 1px solid #e7e4d9;
    box-shadow: none;
    border-radius: 4px 0 0 4px;
    color: #898e91;
    background: transparent;
}

.search input[type=text]::placeholder {
    color: #898e91;
}

.search button[type=submit] {
    width: 40px;
    float: left;
    border: 0;
    box-shadow: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    background: #d22228;
}

.search button[type=submit] i {
    font-size: 18px;
    color: #fff;
}

.form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
}

.logo-head img {
    height: 95px;
    width: auto;
}

.header-bottom-right {
    width: calc(100% - 235px);
    /* float: right; */
}

.logo-head {
    width: auto;
    float: left;
    display: inline-block;
    padding: 11px 15px;
    position: absolute;
    bottom: 0;
}

.icon-danhmuc {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 10px;
}

.icon-danhmuc-item {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 3px 20px 0 0;
    transition: 0.4s;
}

#menu {
    margin: 0;
    background-color: #d22228;
    width: 100%;
    border-bottom: 3px solid #fcdb07;
}

#menu .col-md-12 {
    min-height: unset;
}

.menu {
    width: 100%;
    float: left;
    text-align: center;
}

.topfix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.topfix2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.menu-desktop {
    display: flex;
}

.nav-main {
    display: inline-block;
}

.nav-main li {
    display: inline-block;
    float: left;
    position: relative;
}

.nav-main li a {
    font-size: 14px;
    display: block;
    line-height: 20px;
    text-align: left;
    color: #000;
    text-transform: none;
    padding: 9px 15px;
}

.nav-main li a:hover {
    background: #eee;
}

.nav-main li .nav-sub li:not(:last-child) a {
    border-bottom: 1px solid #fff;
}

.nav-main li .nav-sub {
    background-color: #fff;
}

.nav-main li .nav-sub li {
    width: 100%;
}

.nav-main li .nav-sub li .pt_icon_right {
    position: absolute;
    right: 5px;
    top: 12px;
}

.nav-main>li>a {
    text-transform: uppercase;
    line-height: 44px;
    padding: 0 25px;
    display: block;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
}

.menu-desktop .nav-main>li>a i.fa-angle-down {
    margin-left: 6px;
}

.nav-main>li.active {
    border-color: #fcdb07;
}

.nav-main>li.active>a {
    background-color: #fcdb07;
    color: #d22228;
    border-bottom: 1px solid #fcdb07;
}

.nav-main>li.active:after {
    right: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #caaf00;
    border-right: 6px solid transparent;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: -6px;
}

.nav-main>li.active:before {
    left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #caaf00;
    border-left: 6px solid transparent;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: -6px;
}

.nav-main>li.active a:after {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    top: -6px;
    background: #fcdb07;
}

.nav-main>li.active a>i {
    margin-right: 5px;
}

.nav-main>li.active>a:hover {
    background-color: #fcdb07;
    color: #d22228;
}

.nav-main>li:not(:last-child) {
    border-right: 1px solid #ebebeb;
}

.nav-main>li>a:hover {
    color: #d22228;
    background-color: #fcdb07;
}

.product-item .image {
    position: relative;
}

.product-item .image img {
    height: 200px;
    object-fit: cover;
}

.product-item .box-content .image .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000;
    transition: 0.3s;
}

.product-item .box-content:hover .image .mask {
    opacity: 0;
}

.origin-header {
    float: left;
    width: 100%;
    background: url(../images/origin_header_bg.png) repeat-x left center;
    font-size: 25px;
    text-align: center;
    color: #777C74;
    line-height: 20px;
    margin-bottom: 20px;
}

#sidebar {
    width: 22%;
    float: left;
    margin-right: 1%;
}

.side-bar {
    background-color: #fff;
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.side-bar2 {
    margin-top: 10px;
}

#sidebar .side-bar .title {
    position: relative;
    background-color: #d22228;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 10px 9px 10px;
    margin: 0;
    color: #fff;
    font-size: 15px;
}

#sidebar .side-bar .title a {
    color: #fff;
}

.title-left {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px 10px;
    background: #d22228;
}

.side-bar2 .product-item .title-left {
    margin-bottom: 10px;
}

.side-bar2 .product-item {
    padding: 10px 0px;
    overflow: hidden;
}

.view-more {
    height: 32px;
    display: inline-block;
    width: 111px;
    float: unset;
}

.box-new-sidebar {
    margin-top: 15px;
}

.box-new-sidebar .content {
    padding: 10px 0px;
    overflow: hidden;
}

.box-new-sidebar .content li img {
    width: 60px;
    float: left;
}

.box-new-sidebar .content .content-right {
    float: left;
    width: calc(100% - 60px);
    padding-left: 10px;
}

.box-new-sidebar .content li h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.box-new-sidebar .content li h3 a {
    font-size: 15px;
    font-weight: 500;
}

.box-new-sidebar .content li .date {
    color: #888888;
}

.box-new-sidebar .content li .date i {
    margin-right: 5px;
}

.form-dangky .desc {
    margin: 10px 0;
}

.slick-slider {
    margin-bottom: 0;
}

.new-box {
    margin-top: 15px;
}

.form-dangky button[type=submit] {
    background-color: #b66c00;
    color: #fff;
    width: 90px;
}
.template-news .block-content-right ul{
    list-style:disc;
    padding-left: 15px;
}
.template-news .block-content-right ul>li{
    list-style: disc !important;
}
.block-content-right {
    width: 77%;
    float: right;
}

.payment {
    margin-top: 0;
    width: 100%;
    overflow: hidden;
}

.payment .step .item {
    float: left;
    width: 33.33%;
}

.payment .step .link {
    display: block;
    padding: 8px 35px 8px 30px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    background: #f0f0f0;
    position: relative;
    margin-bottom: 0;
}

.payment .step .active .link {
    background: #f4f9fd;
}

.payment .step .item:first-child .link {
    padding-left: 20px;
    height: 40px;
}

.payment .step .number {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.payment .step .active .number {
    background: #d22228;
}

.list_sanpham {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.table_scroll {
    overflow-x: auto;
}

.list_sanpham input {
    width: 20%;
    text-align: center;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #d2d2d2;
}

.list_sanpham table {
    border-collapse: collapse;
    width: 100%;
}

.list_sanpham table td {
    border: 1px solid #ddd;
    text-align: left;
}

.list_sanpham table td {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.list_sanpham table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.dat_hang {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 20px !important;
}

.dat_hang button {
    border: none;
    background: #d22228;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.box_dattour {
    height: 0px;
    position: relative;
}

.count {
    text-align: center;
}

.count .abate {
    left: -30px;
    top: 20px;
}

.count .abate::before {
    background: #33674b;
}

.count .abate::before {
    width: 8px;
    height: 2px;
    content: "";
    margin: 13px auto;
    display: block;
}

.count .btn {
    position: absolute;
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-right-color: rgb(223, 223, 223);
    border-right-style: solid;
    border-right-width: 1px;
    top: 0;
    cursor: pointer;
    padding: 0;
}

.count .augment {
    right: -30px;
}

.count .augment::before {
    background: #345d47;
}

.count .augment::before {
    width: 8px;
    height: 2px;
    margin: 14px auto;
    content: "";
    display: block;
}

.count .augment::after {
    content: "";
    width: 2px;
    height: 8px;
    background: #345d47;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0;
}

.count .quantity {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
}

.list_sanpham button {
    background: #d22228;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0px;
}

.count>* {
    display: inline-block;
}

.uk-position-relative {
    position: relative;
}

.contact_primary1 {
    margin-top: 0px;
    background: #fff;
    border: solid 1px #eee;
    overflow: hidden;
    padding: 15px;
    line-height: 32px;
    margin-bottom: 20px !important;
}

.contact_primary1 input {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px!important;
}

.contact_primary1 select {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px!important;
}

.contact_primary1 textarea {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 80px;
    margin-bottom: 0px!important;
    outline: 0;
}

table .count .abate::before {
    margin: 13px auto;
}

table .count .augment::before {
    margin: 13px auto;
}

table .count .augment::after {
    top: 10px;
}

.home_top .payment .step .link {
    padding: 8px 35px 8px 30px;
    height: 40px;
}

.title_thongtin {
    background: #f7f7f7;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.box_dattour button {
    background: #d22228;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 12px;
    font-weight: bold;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 20px;
}

.box-new-sidebar .content li {
    overflow: hidden;
    padding: 10px 0;
}

.box-new-sidebar .content li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.title-gradian {
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #eab830, #c18229);
}

.view-more i {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 19px;
    float: left;
    background-color: #ff9a00;
    color: #fff;
}

.view-more span {
    display: inline-block;
    width: calc(100% - 35px);
    float: left;
    line-height: 32px;
    color: #282828;
    text-align: center;
    background-color: #ff9a00;
}

.baiviet {
    margin-top: 0;
    padding: 0px;
    background: #f3f4f6;
}

.baiviet h3 a {
    font-size: 16px;
    font-weight: 500;
    color: #345d47;
}

.baiviet li {
    padding: 10px 0;
}

.baiviet li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.side-bar ul li {
    position: relative;
}

.side-bar ul li img {
    position: absolute;
    left: 4%;
    top: 13%;
    height: auto;
    width: 20px;
}

.side-bar ul li i {
    position: absolute;
    left: 10px;
    top: 11px;
    font-size: 14px;
    color: #626262;
}

.side-bar ul li .pt_icon_right {
    right: 5px;
    top: 13px;
    /* transform: translate(0,-50%); */
    left: unset;
}

.side-bar ul li:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.side-bar ul li a {
    line-height: 22px;
    font-size: 14px;
    color: #282828;
    padding: 7px 15px 7px 20px;
    background-color: #f3f4f6;
    display: block;
}

.side-bar ul li:hover>a {
    background-color: #d22228;
    color: #fff;
}

.menu_sub_sidebar {
    position: absolute;
    top: 0;
    left: 70%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    border-left: 1px solid #2d5640;
}

.side-bar>ul>li:hover .menu_sub_sidebar {
    visibility: inherit;
    opacity: 1;
    left: 100%;
    transition: all 0.3s;
}

.product .slick-prev,
.product .slick-next {
    top: -23px;
    width: 25px;
    height: 25px;
    padding: 0px;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    opacity: 1;
}

.product .slick-prev {
    left: unset;
    right: 30px;
}

.product .slick-next {
    right: 0px;
}

#slide {
    width: 75%;
    float: right;
}

.origin-header h2 {
    background: #fff;
    padding: 0 35px;
    color: #0c2b57;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.main {
    margin-top: 10px;
}

.top-menu {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    transform: translateY(-50%);
}

.top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu ul li {
    margin-bottom: 12px;
    width: 150px;
    border-radius: 5px 0 0 5px;
}

.top-menu ul li:first-child {
    background-color: #fac526;
    height: 70px;
}

.top-menu ul li a {
    color: #d73242;
    background-clip: padding-box;
    display: block;
    font-weight: bold;
    font-size: 13px;
    height: 50px;
    padding: 5px 0 3px 55px;
}

.info_detail {
    margin-bottom: 15px;
    text-align: justify;
}

.info_detail .content {
    padding: 15px 0;
}

.top-menu ul li:first-child a {
    color: #000!important;
    padding: 4px 15px;
    font-weight: normal;
}

.top-menu ul li:first-child a span {
    font-weight: bold;
    font-size: 16px;
}

.top-menu ul li:nth-child(2) {
    background: #ffffff url(../images/facebook.png) no-repeat center left 15px;
}

.top-menu ul li.two a {
    display: flex;
    align-items: center;
}

.top-menu ul li:nth-child(3) {
    background: #ffffff url(../images/zalo.png) no-repeat center left 15px;
}

.box-product {
    padding: 10px 0 10px 50px;
    position: relative;
}

.box-product h3 a {
    color: #000;
    font-size: 18px;
}

.box-product h3 {
    color: #000;
    font-size: 18px;
    margin-top: 0;
}

.more {
    position: absolute;
    background-color: #b62c00;
    color: #fff;
    display: inline-block;
    padding: 7px 5px;
    top: 10px;
    left: 0;
}

.more:hover {
    color: #fff;
}

.more i {
    margin-left: 8px;
}

.project {
    background-color: #f9f7f7;
    padding: 30px 0;
}

.banner-left {
    position: relative;
}

.banner-left .sub-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    background-color: #98ce00;
    opacity: 0.9;
    color: #fff;
    text-align: center;
}

.box-form .title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
}

.box-form button {
    background-color: #acacac;
    border: 1px solid #000;
    color: #000;
}

.footer {
    background-color: #d22228;
    margin-top: 10px;
    color: #fff;
}

.footer-main {
    padding: 40px 0 25px;
}

.content-box {
    margin-bottom: 10px;
}

.content-box:not(:last-child) {
    border-right: 1px dashed rgb(255, 255, 255, 0.5);
}

.footer-layer {
    color: #fff;
}

.footer-layer .title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 27px;
}

.pt_desc_name {
    color: #fff;
    margin-bottom: 5px;
    line-height: 25px;
}

.pt_desc_name h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 0;
}

.pt_list_addres {
    line-height: 34px;
    color: #fff;
    font-size: 14px;
}

.pt_list_addres li i {
    margin-right: 5px;
}

.footer__other {
    width: 100%;
    color: #fff;
}

.footer__other .title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 25px;
}

.footer__policy {
    float: left;
}

.footer__policy a {
    color: #fff;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 41px;
    position: relative;
    padding-left: 10px;
}

.footer__policy a:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fcdb07;
    top: 19px;
    left: 0px;
}

.pt_box_desc_form {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.pt_box_form .pt_box {
    display: flex;
}

.pt_box_form .pt_box input {
    height: 40px;
    padding: 10px 15px;
    border: 1px solid rgb(255, 255, 255, 0.5);
    background: transparent;
    border-right: unset;
    width: calc(100% - 40px);
    color: rgb(255, 255, 255, 0.5);
    outline: 0;
}

.pt_box_form .pt_box input::placeholder {
    color: rgb(255, 255, 255, 0.5);
}

.pt_box_form .pt_box button {
    width: 40px;
    outline: none;
    border: 1px solid rgb(255, 255, 255, 0.5);
    border-left: unset;
    background: transparent;
    position: relative;
}

.pt_box_form .pt_box button i {
    transform: rotate(30deg);
    font-size: 12px;
    color: #fff;
}

.pt_social {
    display: flex;
    margin-top: 10px;
    margin-bottom: 0px;
}

.pt_social li:not(:last-child) {
    margin-right: 10px;
}

.pt_social li a {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    float: left;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}

.pt_social li a i {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.pt_box_thke {
    font-weight: 400;
    width: 100%;
    padding: 0 10px 10px 0px;
    border-top: 0;
    overflow: hidden;
    /* border: 1px solid #eee; */
}

.pt_box_thke p {
    text-align: left;
    padding-top: 12px;
    margin: 0;
    font-size: 14px;
    color: inherit;
}

.pt_box_thke p i {
    margin-right: 10px;
    width: 17px;
    text-align: center;
}

.pt_box_thke p span {
    font-weight: 600;
    color: #fcdb07;
}

.title-h2 {
    position: relative;
    margin-top: 15px;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
}

.title-h2:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0px;
}

.boxquangcao img {
    margin-bottom: 5px;
}

.address .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-main-left {
    padding-left: 230px;
    position: relative;
    margin-top: 15px;
}

.logo-foot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

#pagination {
    text-align: center;
    margin: 10px 0 !important;
    float: left;
    width: 100%;
}

#pagination a {
    background-color: red;
    padding: 3px 8px;
    display: inline-block;
    color: #fff;
}

.pagination {
    display: inline-block;
    margin: 10px 0 30px 0;
}

.slide {
    margin-bottom: 10px;
}

.slide img {
    object-fit: cover;
    height: 373px;
}

.slide .slick-prev {
    left: 20px;
}

.slide .slick-next {
    right: 20px;
}

.slide .slick-prev,
.slide .slick-next {
    transform: translateY(-50%);
    transition: 0.5s;
    margin: 0;
    z-index: 10;
    opacity: 0;
    width: 36px;
    font-size: 48px;
    color: #fff;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.slide .slick-prev i,
.slide .slick-next i {
    color: #fff;
    font-size: 20px;
}

.slide:hover .slick-prev {
    left: 30px;
}

.slide:hover .slick-prev,
.slide:hover .slick-next {
    opacity: 1;
}

.slide:hover .slick-next {
    right: 30px;
}

.logo-foot img {
    width: 200px;
    height: auto;
}

.address .nd {
    line-height: 26px;
    font-size: 15px;
    color: #fff;
}

.gioi_thieu {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
}

.address {
    margin-bottom: 30px;
}

.social-bottom span {
    font-weight: 600;
    float: left;
    line-height: 35px;
    font-size: 18px;
    margin-right: 10px;
}

.ratings li {
    display: inline;
}

.ratings li i {
    color: #ffcf00;
}

.product-overview .block-item {
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    margin-bottom: 5px;
}

.pt_box_choose_color {
    background: #eee;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}

.pt_box_choose_color h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pt_choose_color {
    margin-bottom: 15px;
}

.pt_choose_color ul {}

.pt_choose_color ul li {
    display: inline-block;
    margin-right: 8px;
}

.pt_choose_color ul li.active {
    border-radius: 0;
    border: 2px solid #ff9a00;
}

.pt_choose_color ul li.active button {
    color: #fff;
    border: 3px solid #fff;
}

.pt_choose_color ul li button {
    width: 120px;
    height: 88px;
    border-radius: 0;
}

.pt_choose_size {
    /* margin-bottom: 15px; */
}

.pt_choose_size ul {}

.pt_choose_size ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pt_choose_size ul li:last-child {
    margin-right: 0;
}

.pt_choose_size ul li.tran_active button {
    background-color: #ff9a00;
    color: #fff;
    border-color: #ff9a00;
}

.pt_choose_size ul li.tran_active {
    background-color: #ff9a00;
    color: #fff;
    border-color: #ff9a00;
}

.pt_choose_size ul li button {
    background: #fff;
    border-radius: 0;
    border: 1px solid #777333;
    line-height: 20px;
    padding: 5px 15px;
}

.pt_box_choose_color ul li button:focus,
.pt_box_choose_color ul li button:active,
.pt_box_choose_color ul li button:focus:active {
    outline: none;
}

.share {
    margin: 20px 0 0;
}

.share ul {
    height: 20px;
}

.share ul li {
    display: inline;
    float: left;
}

.share ul li:not(:last-child) {
    margin-right: 10px;
}

.share ul li a {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 0 8px 0 6px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
}

.share ul li.tweet a {
    background-color: #1b95e0;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border: #1b95e0;
    line-height: 20px;
}

.product-detail-left .image {
    /* border-radius: 5px; */
    border: 1px solid #dedede;
    margin-bottom: 5px;
}

.product-detail-left-content {
    margin: 5px 0;
}

.pt_box_hopqua {
    padding-top: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pt_box_hopqua .pt_box {
    border: 1px solid #ff9a00;
    border-radius: 5px;
    position: relative;
    padding-top: 25px;
}

.pt_box_hopqua .pt_box .pt_icon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff9a00;
}

.pt_box_hopqua .pt_box .pt_icon img {
    width: 55px;
    height: auto;
    margin-right: 5px;
}

.pt_box_hopqua .pt_box .pt_text {
    padding: 10px;
    font-size: 16px;
    color: #f00;
    line-height: 22px;
    font-weight: 600;
}

.tab-product-detail .tab-content {
    padding: 15px;
}

.list-new {
    padding: 0 15px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}

.list-new .new-item:first-child {
    padding-top: 0;
}

.new-item {
    width: 100%;
    float: left;
    padding: 15px 0 0px 0;
    border-bottom: 1px dashed #ccc;
}

.new-item .image {
    width: 240px;
    margin: 0px 0 15px 0;
    float: left;
}

.new-item .content_producttop_right {
    float: left;
    padding: 0 15px;
    width: calc(100% - 240px);
}

.new-item .content_producttop_right h2 {
    float: left;
    width: 100%;
    margin-top: 0;
    line-height: normal;
    font-size: 18px;
}

.new-item .content_producttop_right h2 a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.new-item .content_producttop_right h2 a:hover {
    color: #d22228;
}

.new-item .content_producttop_right p {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.new-item .content_producttop_right span a {
    font-size: 14px;
    text-align: left;
    color: #d22228;
}

.share ul li a i {
    font-size: 12px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #c18229;
    color: #fff;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #c18229;
    color: #fff;
}

.nav-pills>li>a {
    background-color: #eab830;
    color: #fff;
}

.column {
    float: left;
    width: 25%;
    padding: 5px;
    border: 1px solid #dedede;
}

.column img {
    opacity: 0.8;
    cursor: pointer;
    height: 70px;
    object-fit: cover;
}

.column img:hover {
    opacity: 1;
}

.list-image-tab:after {
    content: "";
    display: table;
    clear: both;
}

.list-image-tab .slick-prev,
.list-image-tab .slick-next {
    opacity: 1;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
}

.list-image-tab .slick-prev {
    left: 0;
}

.list-image-tab .slick-next {
    right: 0;
}

.list-image-tab .slick-prev i,
.list-image-tab .slick-next i {
    font-size: 18px;
    color: #ff9a00;
}

.share ul li.tweet i {
    margin-right: 5px;
}

.share ul li.google a {
    border: 1px solid rgba(0, 0, 0, .17);
}

.share ul li.google i {
    background-color: #fff;
    color: #db4437;
}

.product-overview .block-item span {
    float: left;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding-right: 10px;
}

.product-overview .block-item span.new-price {
    color: #4cbbc6;
    font-weight: bold;
    font-size: 30px;
    padding-right: 20px;
}

.new-detail {
    padding: 0 15px;
    width: 100%;
    float: left;
}

.new-detail h1 {
    font-size: 22px;
    color: #d22228;
    padding-top: 10px;
    font-weight: bold;
}

.product-overview .block-item span.old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 42px;
}

.pdp-product-price__discount {
    font-size: 14px;
    color: #212121;
    margin-left: 6px;
    line-height: 42px;
}

.add-buy span:before {
    content: '';
    background-color: #dadada;
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 7px;
}

.product-overview .block-item .value {
    float: left;
    width: calc(100% - 60px);
}

.product-overview .block-item .price {
    font-size: 18px;
    color: #940609;
    font-weight: 600;
}

.add-buy {
    display: block;
    width: 230px;
    height: 43px;
    line-height: 31px;
    background-color: #d22228;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    margin-top: 16px;
    /* display: flex; */
}

.add-buy:hover {
    color: #fff;
}

.add-buy span {
    width: 60px;
    display: inline-block;
    text-align: center;
    position: relative;
    float: left;
}

.add-buy span i {
    line-height: 43px;
    font-size: 22px;
}

.addcart {
    line-height: 43px;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    float: left;
}

.tab-product-detail {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    padding: 0 15px;
}

.product-detail {
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}

.product-detail .pt_box_address {
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
}

.product-detail .pt_box_address ul {
    list-style: disc;
    padding-left: 15px;
}

.product-detail .pt_box_address ul li {
    list-style: disc !important;
}

.product-detail .product-detail-left {
    padding-right: 0;
}

.product-overview .block-item label {
    float: left;
    width: 60px;
    margin: 0;
    font-size: 22px;
    line-height: 42px;
}

.ct-left,
.ct-right {
    margin-top: 20px;
    margin-bottom: 20px !important;
    line-height: 20px;
}

.ct-left form input {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.ct-left form textarea {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: 0;
}

.ct-left form button {
    font-size: 14px;
    color: #fff;
    background: #d22228;
    border: none;
    height: 35px;
    width: 150px;
    border-radius: 0px;
    cursor: pointer;
    outline: 0;
}

.infor-product-detail .product-name {
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    color: #333;
}

.social-bottom li {
    float: left;
    display: inline-block;
}

.social-bottom ul {
    float: left;
}

.social-bottom li a {
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}

.social-bottom li a img {
    width: 100%;
}

.chungnhan img {
    width: auto;
}

.social-bottom li:not(:last-child) a {
    margin-right: 5px;
}

.social-bottom li i {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}

.links-foot li a {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.social-bottom li.facebook a {
    background-color: #3b5b9a;
}

.social-bottom li.twiter a {
    background-color: #3499ea;
}

.social-bottom li.google a {
    background-color: #e33729;
}

.social-bottom li.pinter a {
    background-color: #c92027;
}

.social-bottom li.linked a {
    background-color: #037ca5;
}

.social-bottom li.youtube a {
    background-color: #f32e35;
}

.footer-bottom {
    overflow: hidden;
    background: #b80c12;
    padding: 15px 0;
    position: relative;
    /* border-top: 1px solid #fff; */
}

.cpy p {
    margin-bottom: 0;
    text-align: center;
}

.coppy-right {
    color: #fff;
    float: left;
}

.design {
    display: inline-block;
    float: right;
    color: #fff;
}

.new-item figure a img {
    transition: 0.3s;
    width: 100%;
}

.block-right {
    margin-bottom: 15px;
}

.block-right .title_pri {
    background: #0c2b57;
    margin-top: 20px;
    border-right: 2px solid #ed3237;
}

.block-right .title_pri span {
    display: inline-block;
    color: #fff;
    padding: 8px 15px;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
}

.block-right .title_pri span i {
    margin-right: 5px;
}

.block-right .list {
    padding: 10px;
    background: #f2f2f2;
}

.block-right .list li {
    border-bottom: 1px dotted #ccc;
    color: #ee1c25;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 8px;
}

.block-right .list li a {
    color: #333333;
}

.new-right .block {
    margin-bottom: 10px;
    overflow: hidden;
}

.new-right .image {
    width: 65px;
    float: left;
}

.new-right .right {
    width: calc(100% - 65px);
    float: left;
    padding-left: 10px;
}

.new-right li a {
    font-size: 13px;
}

.new-right li .right a {
    line-height: normal;
    color: #000;
    display: block;
}

.new-right {
    padding-top: 10px;
}

.block-right .box-form {
    margin-top: 10px;
}

.support {
    background-image: linear-gradient(to right, #eee, #eee);
    padding: 10px 0 10px 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.support .support-item {
    width: 33.33%;
    float: left;
    padding: 10px 20px;
    color: #333;
    text-align: left;
}

.support .support-item p {
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0 0;
    color: #333;
    text-align: left;
    text-transform: uppercase;
}

.support .support-item img {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.support .support-item span {
    font-size: 13px;
}

.title-linear {
    font-size: 16px;
    background-color: #eee;
    display: inline-block;
    padding: 0px 20px 0px 10px;
    position: relative;
    margin: 0 0 0px 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}

.title-linear:after {
    content: "";
    border-right: 20px solid transparent;
    border-left: 20px solid #eee;
    border-bottom: 20px solid #eee;
    border-top: 20px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}

.title_sp_h2 {
    border-bottom: solid 1px #eee;
}

.product {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.product .product-list {
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
}

.product .product-item {
    padding-bottom: 0px;
    margin-bottom: 10px;
    /* width: 25%; */
    float: left;
}

.product .product-item .box_product {
    float: left;
    width: 100%;
    border: 1px solid #dedede;
    text-align: center;
}

.product-item h3 {
    margin: 5px 0 5px;
    font-size: 16px;
    font-weight: 600;
}

.product-item h3 a {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item h3 a:hover {
    color: #d22228;
}

.product-item .price {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    line-height: 25px;
    float: left;
}

.product-item .price .new-price {
    display: inline-block;
    float: unset;
}

.product-item .price .old-price {
    display: inline-block;
    float: unset;
}

.product-item .price span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.product-item .image {
    position: relative;
    border-bottom: 1px solid #dedede;
}

.product-item .box_info {
    width: 100%;
    float: left;
    padding: 0px 10px 5px 10px;
}

.product-item .image .sale-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    height: 50px;
    width: 50px;
    background-image: url(../images/bg-sale.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-item .image .sale-icon span {
    line-height: 60px;
    font-weight: 600;
    font-size: 15px;
}

.slick-slide {
    outline: 0;
}

.news-item .image {
    width: 300px;
    float: left;
    padding: 0 15px;
}

.news {
    box-shadow: 0 0 7px #ddd;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-item {
    padding: 15px 0;
    overflow: hidden;
}

.news-item .desc {
    font-size: 15px;
    line-height: 22px;
    padding: 0 15px;
    text-align: justify;
}

.address-top {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    padding-bottom: 15px;
}

.nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 260px;
    z-index: 5;
}

.noi_dung_in {
    font-size: 15px;
}

.nav-sub-child {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    min-width: 250px;
    z-index: 5;
    background-color: #626262;
}

.breakcum {
    width: 100%;
    padding: 0 15px;
}

.mini_cart {
    position: relative;
    display: inline-block;
    float: right;
    width: auto;
    padding: 0 11px 0 10px;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    color: #f7972b;
    margin: 5px 0px 5px 0;
    background-color: #f5f5f3;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}

.mini_cart_mobile {
    display: none;
}

.mini_cart:hover {
    color: #fff;
    /* background-color: #f7972b; */
}

.mini_cart a {
    color: #151515;
}

.mini_cart a i {
    color: #d22228;
    font-size: 22px;
}

.mini_cart .count {
    background-color: #626262;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
    right: 0px;
    top: 5px;
}

.link {
    background: #eee;
    color: #717171;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 10px;
    margin-top: 0;
    float: left;
    width: 100%;
}

.link h1 {
    margin: 0;
    font-size: 15px;
    padding: 5px 0;
    font-weight: 600;
    display: inline-block;
    /* line-height: 7px; */
}

.link h1 a {
    font-size: 14px;
}

.link h4 {
    margin: 0;
    font-size: 14px;
    padding: 3px 0;
    line-height: 18px;
    float: right;
}

.link h4 a {
    font-size: 12px;
    padding: 0 10px;
    position: relative;
}

.link h4 a:before {
    content: '';
    position: absolute;
    transform: rotate(20deg);
    top: 1px;
    right: -2px;
    height: 10px;
    width: 1px;
    background-color: #000;
}

.link h4 a:last-child:before {
    display: none;
}

.link h2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    float: left;
}

.link h2 a {
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    float: left;
}

.link h2 a:before {
    content: '';
    position: absolute;
    transform: rotate(20deg);
    top: 4px;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: #000;
}

.link h2 a:last-child:before {
    display: none;
}

#sidebar .title {
    color: #fff;
    background: #d22228;
    margin-top: 0px;
    padding: 9px 15px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

#sidebar .list {
    padding: 10px;
    border: 1px solid #ddd;
}

#sidebar .list ul {
    margin-top: 0px;
}

#sidebar .list ul li {
    color: #333;
    list-style-position: inside;
    line-height: 18px;
    list-style: none;
}

#sidebar .list ul li a {
    color: #636363;
}

#sidebar .list h3 {
    font-size: 14px;
    line-height: normal;
    background: none;
    border: none;
    margin: 0;
    margin-top: 5px;
    padding: 5px;
    transition: all .4s;
}

#sidebar .list h3:hover {
    background: #dcdcdc;
}

#sidebar .list h3 i {
    float: right;
}

.list_loc {
    margin: 5px 0;
}

.list_loc li {
    line-height: 22px;
    text-align: left;
    margin-bottom: 10px;
    list-style: none;
}

.list_loc li i {
    font-size: 12px;
    color: #fff;
    border: solid 1px #ccc;
    text-align: center;
    padding: 2px 3px;
    margin-right: 10px;
}

.list_loc li span {
    text-align: right;
    float: right;
    display: inline-block;
    background: #333;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
}

.h1_home {
    position: relative;
    top: -3232323;
    display: none;
}

.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 99;
}

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.float-icon-hotline ul li a#messengerButton {
    padding: 0px;
    background: transparent;
    border: 0px;
}

.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}

.float-icon-hotline ul li .fa-phone {
    background-color: #ed1c24;
}

.float-icon-hotline ul li .fa-zalo {
    background: #ef0303 url(../images/cbymx-eppw1.png) center center no-repeat;
}

.float-icon-hotline ul li .fa-messenger {
    background: #168efb url(../images/cbskn-228t7.png) center center no-repeat;
}

.float-icon-hotline ul li .fa {
    background-size: contain;
}

.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #e11b1e;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
    background-color: #e11b1e;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 17px;
}

.float-icon-hotline ul li:hover span {
    width: 160px;
    padding-left: 30px;
    padding-right: 10px;
    opacity: 1;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.pt_list_color .btn {
    padding: 0;
}

.pt_list_color .btn img {
    border: 1px solid #333;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.pt_contact_vertical {
    position: fixed;
    display: block !important;
    bottom: 85px;
    z-index: 100;
    left: 25px;
}

.contact-mobile .contact-item a {
    margin-bottom: 8px;
    display: block;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    overflow: hidden;
}

.contact-mobile .contact-item a i {
    color: #fff;
    line-height: inherit;
}

.contact-mobile .contact-item .fb-mess {
    background-color: #4b76bd;
}

.contact-mobile .contact-item .fb-mess img {
    width: 44px;
    max-width: unset;
    height: 44px;
    margin-left: -2px;
    margin-top: -2px;
}

.tel_phone {
    border-radius: 30px;
    line-height: 45px;
    position: absolute;
    height: 45px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    background-color: #e9242d;
    color: white;
    top: 73px;
    left: 90px;
    padding: 0;
    font-weight: 600;
    width: 0;
    overflow: hidden;
    padding-left: 29px;
    transition: all 0.5s;
    opacity: 0;
}

.quick-alo-phone:hover .tel_phone {
    width: 165px;
    left: 90px;
    opacity: 1;
}

.tel_phone a {
    margin: 0;
    color: #fff;
    display: block;
    width: 135px;
}

.quick-alo-phone.quick-alo-show {
    visibility: visible;
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    display: block;
    cursor: pointer;
    z-index: 98;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
    left: -50px;
    bottom: -50px;
}

.quick-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 45px;
    left: 45px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #3a71aa 9;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #e9242d;
    opacity: 0.5;
}

.quick-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 55px;
    left: 55px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #e9242d;
    opacity: 0.75;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}

.quick-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/quick-call-button.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.motangan {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 60px;
    -webkit-box-orient: vertical;
}

.baiviet_news {
    text-align: left;
    padding: 7px 5px;
    display: inline-block;
}

.baiviet_news img {
    width: 30%;
    float: left;
    margin-right: 10px;
    object-fit: cover;
    height: 60px;
}

.baiviet_news p {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.baiviet_news p a {
    color: #333;
}

.baiviet_news p a:hover {
    color: #d22228;
}

.support1 {
    padding: 0px 0px;
}

.support_in {
    background: #f3f4f6;
    padding: 10px;
    border-bottom: solid 1px #fff;
}

.support_in h2 {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    padding: 0;
    margin: 0;
}

.support_in_in {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.support_in_in img {
    width: 20px;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

.box_tour_km {
    background: #fff;
    width: 100%;
    float: left;
    border: solid 1px #eee;
    padding: 0px 10px 10px 10px;
}

.box_tour_km p i {
    padding-right: 10px;
    color: #ff9a00;
}

.box_tour_km p {
    text-align: left;
    padding-top: 10px;
    margin: 0;
    font-size: 14px;
}

.box_tour_km p span {
    font-weight: 600;
    color: #601b12;
}

.fixed-tel {
    left: 5px;
    bottom: 10px;
    position: fixed;
    display: inline-block;
    min-width: 70px;
    height: 40px;
    line-height: 40px;
    background: #f00;
    color: #FFF;
    font-weight: 700;
    font-size: 125%;
    border-radius: 25px;
    padding: 0 10px 0 15px;
    box-shadow: 0 0 3px #fff;
    z-index: 999;
}

.fixed-tel i {
    padding-right: 10px;
    font-size: 25px;
    padding-top: 5px;
    line-height: 30px;
}

.fixed-tel:hover {
    color: #ff0;
}

.fixed-contact-icons {
    position: fixed;
    bottom: 55px;
    left: 5px;
    z-index: 9;
}

.fixed-contact-icons i {
    color: white;
    font-size: 30px;
    background: #0083FE;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.fixed-contact-icons ._zalo {
    background: url(../images/zalo-icon.png) 0 0 no-repeat;
    background-size: cover;
}

.fixed-contact-icons ._msg {
    background: #0083FE url(../images/icon-msg.png) 0 0 no-repeat;
    background-size: cover;
}

.title_head2 {
    position: relative;
    background-color: #d22228;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 14px;
    margin: 10px 0;
    color: #fff;
}

.tin_khac {
    text-align: left;
}

.tin_khac h3 {
    font-size: 15px;
    line-height: 22px;
}

.tin_khac h3 a {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.tin_khac h3 a:hover {
    color: #626262;
}

@media (max-width: 1199px) {
    .nav-main>li>a {
        padding: 0 8px;
        font-size: 14px;
    }
    .header-bottom-right {
        width: calc(100% - 240px);
    }
    .search {
        width: 320px;
    }
    .product-item .image img {
        height: 170px;
    }
}

@media (min-width: 992px) {
    .menu-mobile {
        display: none!important;
    }
    .nav-main>li:hover .nav-sub {
        display: block;
    }
    .nav-sub>li:hover .nav-sub-child {
        display: block;
    }
}

@media (max-width: 991px) {
    .product-detail .product-detail-left {
        padding-right: 15px;
    }
    .product {
        margin-bottom: 15px;
    }
    .box_search .search {
        position: absolute;
        left: -153px;
        margin-right: 0;
        top: 100%;
        display: none;
        padding: 0;
        border-radius: 3px;
        width: 190px;
        transition: .3s all;
        height: 34px;
    }
    .search input[type=text] {
        width: calc(100% - 34px);
    }
    .search button[type=submit] {
        width: 34px;
        padding: 6px 6px;
    }
    .button_hotline_des {
        display: none;
    }
    .icon-search {
        /* display: inline-block; */
        position: absolute;
        right: 50px;
        top: 32px;
    }
    .icon-search .box_search {
        position: relative;
        padding: 5px 9px;
        cursor: pointer;
    }
    .icon-search .box_search>i {
        color: #626262;
        font-size: 20px;
    }
    .button_hotline_mobi {
        display: block;
        position: absolute;
        right: 45px;
        font-size: 15px;
        top: 36px;
        padding: 5px 9px;
        width: 138px;
    }
    .menu-desktop {
        display: none!important;
    }
    .slide img {
        height: auto;
    }
    .noi_dung_in {
        padding: 10px;
    }
    .search form {
        padding: 0;
    }
    .topfix {
        position: unset;
    }
    #menu {
        height: auto;
        /* background-color: #fff; */
    }
    #menu .container {
        width: 100%;
    }
    .menu_sub_sidebar {
        display: none;
    }
    .product-item .image img {
        height: 220px;
        object-fit: cover;
    }
    .product .product-item {
        /* width: 33.3333%; */
    }
    .nav-sub {
        position: static;
    }
    .nav-sub-child {
        position: static;
        /* background: #fff; */
        padding-left: 20px;
        overflow: hidden;
    }
    .nav-main li i.fa-chevron-down {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        width: 36px;
        height: 36px;
        line-height: 36px;
        /* border-left: 1px solid #fff; */
    }
    .nav-main li i.fa-caret-right {
        position: absolute;
        left: 0px;
        top: 11px;
        color: #fff;
    }
    .nav-main li .nav-sub {
        overflow: hidden;
        background-color: #d22228;
        padding-left: 20px;
    }
    .nav-main li .nav-sub li:not(:last-child) a {
        border-bottom: 1px solid #ddd;
        background-color: transparent;
    }
    #sidebar {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .menu-mobile {
        background-color: #d22228;
    }
    .nav-main>li:not(:last-child) {
        border-right: unset;
    }
    .header-bottom-right {
        width: 100%;
    }
    .mini_cart_mobile {
        background-color: transparent;
        position: absolute;
        top: 7px;
        right: 60px;
        display: inline-block;
    }
    .mini_cart_mobile a i {
        color: #fff;
    }
    .side-bar2 {
        width: 100%;
        margin-right: 0;
    }
    .block-content-right {
        width: 100%;
    }
    .social-bottom {
        overflow: hidden;
    }
    #slide {
        width: 100%;
    }
    .menu-mobile {
        display: none;
        max-height: 300px;
        overflow-y: auto;
    }
    .logo-head {
        width: 100%;
        padding: 5px 15px;
        position: unset;
    }
    .address {
        margin-bottom: 20px;
    }
    .title-h2 {
        margin-bottom: 10px;
    }
    .menu {
        width: 100%;
        padding: 0;
    }
    .group-menu {
        margin-top: 0;
    }
    .group-hotline a,
    .social-top a {
        line-height: 35px;
    }
    .header {
        height: auto;
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 0;
    }
    .main {
        margin-top: 80px;
    }
    .logo-head img {
        height: 60px;
        margin: 0;
        width: auto;
    }
    .logo-head {
        text-align: left;
    }
    .group-menu {
        min-height: 70px;
        border-left: 0;
    }
    .header-bottom {
        background-color: #d22228;
    }
    .group-search {
        padding: 0;
        margin-top: 10px;
        display: none;
    }
    .social-top {
        text-align: center;
        display: none;
    }
    .header-top {
        background-color: #c3c3c3;
    }
    .nav-main>li>a {
        line-height: 35px;
    }
    .nav-main li {
        width: 100%;
    }
    .nav-main {
        width: 100%;
        float: left;
    }
    .nav-main li a {
        text-align: left;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        padding-right: 30px;
    }
    .list-bar {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        top: 16px;
        right: 15px;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 4px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-8px, 6px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -7px);
    }
    .box-form {
        margin-top: 30px;
    }
    .social-bottom {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .show-mobile {
        display: none!important;
    }
}

@media (max-width: 767px) {
    .social-top {
        display: none;
    }
    .product-item .image img {
        height: 170px;
    }
    .content-box:not(:last-child) {
        border-right: 0;
    }
    .icon-search .box_search {
        display: none;
    }
    .link h4 {
        display: none;
    }
    #hotline-header {
        display: block;
    }
    .btn-brand {
        display: none;
    }
    .hide-mobile {
        display: none!important;
    }
    .top-menu ul li:first-child a span {
        font-size: 14px;
    }
    .top-menu {
        top: initial;
        bottom: 0;
        left: 0;
        right: initial;
        width: 100%;
        transform: unset;
    }
    .top-menu ul li {
        border-radius: 0;
        margin-bottom: 0;
        height: 45px;
        width: 50%;
    }
    .top-menu ul li:first-child {
        height: 45px;
    }
    .top-menu ul li:first-child {
        float: left;
    }
    .show-mobile {
        display: flex!important;
    }
    .top-menu ul li a {
        height: 45px;
    }
    .home_top .payment .step .link {
        display: block;
        padding: 8px;
    }
    .top-menu ul li:nth-child(3) {
        display: none;
    }
    .top-menu ul li:nth-child(2) {
        float: right;
    }
    .show-mobile .group-phone {
        display: inline-block;
        margin-left: 5px;
    }
    .home_top .payment .step .item.step-1 {
        width: 24%;
    }
    .home_top .col-sm-12 {
        width: 100%;
    }
    .home_top .payment .step .item.step-2 {
        width: 38%;
    }
    .home_top .payment .step .item.step-3 {
        width: 38%;
    }
    .chungnhan {
        margin-bottom: 30px;
    }
    .payment .step .item:first-child .link {
        padding-left: 8px;
    }
    .cart {
        width: 85px;
    }
    .search {
        width: 100%;
        margin-right: 0;
    }
    .header-bottom-right {
        padding: 0 15px;
    }
}

@media (max-width: 550px) {
    .pt_choose_size ul li button {
        padding: 5px 10px;
    }
    .product-item {
        /* width: 100%; */
    }
    .product .product-item {
        /* width: 50%; */
        padding: 0 7.5px;
    }
    .product .product-list {
        padding: 10px 7.5px 0 7.5px;
    }
    .breakcum {
        padding: 0;
    }
    .link {
        margin-top: 0;
    }
    .coppy-right {
        text-align: center;
        width: 100%;
        font-size: 13px;
    }
    .list-bar {
        left: unset;
        right: 15px;
    }
    .logo-head {
        width: 100%;
        padding: 10px 15px 0px 15px;
    }
    .list-bar {
        /* top: 21px; */
    }
    .logo-head img {
        height: 52px;
    }
    .footer__policy a:before {
        top: 10px;
    }
    .footer__policy a {
        line-height: 26px;
    }
    .news-item .image {
        width: 100%;
        margin-bottom: 10px;
        float: unset;
    }
    .support .support-item img {
        float: unset;
        width: 30px;
    }
    .block-content-right {
        padding: 0;
    }
    #sidebar {
        padding: 0;
    }
    .group-search {
        display: none;
    }
    .search {
        padding: 10px 0;
        margin-right: 15px;
        width: calc(100% - 100px);
    }
    .product-item .image img {
        height: auto;
        object-fit: unset;
    }
    .search input[type=text] {
        width: calc(100% - 40px);
    }
    .home_top .payment .step .item.step-1 {
        width: 100%;
    }
    .home_top .payment .step .item.step-2 {
        width: 100%;
    }
    .home_top .payment .step .item.step-3 {
        width: 100%;
    }
    table .count .uk-position-relative {
        display: flex;
    }
    table .count .btn {
        position: relative;
    }
    table .count .augment {
        order: 3;
        right: unset;
    }
    table .count .quantity {
        order: 2;
    }
    table .count .abate {
        order: 1;
        left: unset;
    }
    .new-item .image {
        width: 100%;
    }
    .new-item .content_producttop_right {
        width: 100%;
        padding: 0;
    }
    .new-item .content_producttop_right span a {
        font-size: 15px;
    }
    .new-item .content_producttop_right p {
        font-size: 15px;
        line-height: 22px;
    }
    .new-item .content_producttop_right h2 a {
        font-size: 18px;
    }
    .logo-foot {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-bottom: 20px;
    }
    .footer-main {
        padding: 30px 0;
    }
    .footer-main-left {
        padding-left: 0;
    }
    .support .support-item {
        width: 33.33%;
        padding: 10px 5px;
        text-align: center;
    }
    .support .support-item p {
        font-size: 10px;
        font-weight: 600;
        height: auto;
        margin: 10px 0 0;
        text-transform: uppercase;
        text-align: center;
    }
    .support {
        padding: 0px 0 0px 0;
        overflow: hidden;
    }
    .support .support-item span {
        font-size: 11px;
        display: inherit;
        line-height: 14px;
    }
    .support .support-item:not(:last-child) {}
    .design {
        width: 100%;
        text-align: center;
        margin-top: 4px;
        font-size: 13px;
    }
    .logo-foot img {
        width: 160px;
    }
}

@media (max-width: 425px) {
    .new-item .image {
        width: 100%;
    }
    .new-item .content_producttop_right {
        width: 100%;
        padding: 0;
    }
}