@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    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: #ddd;
}

tr {
    margin-bottom: 10px;
}

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

ul li {
    list-style: none;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
}

i.fa {
    line-height: inherit;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f3f3f3!important;
    /* color: #707070; */
    font-size: 13px;
}

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

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #e86300;
}

html {
    scroll-behavior: smooth;
}

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

.container {
    width: 100%;
    max-width: 1200px;
}

.pagination {
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pagination-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-group .pagination {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination-group .pagination a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
}

.pagination-group .pagination span {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
    background-color: #e23b41;
    color: #fff;
}

.remove_checked {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
    display: none;
}

.remove_checked.active {
    display: block;
}

.remove_checked button {
    border: 0;
    background-color: #44b3ea;
    padding: 0 10px;
    line-height: 28px;
    border-radius: 3px;
    color: #fff;
    outline: 0;
}

.attributes-list{
    width: 100%;
}

.attributes-list span{
    cursor: pointer;
    margin-left: 5px;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    padding-right: 25px;
    background: #1DA04E;
    border-radius: 4px;
    font-size: 12px;
    line-height: 22px;
    padding-left: 3px;
}

.attributes-list span::before{
    content: "\f00d";
    background: #095f29;
    display: block;
    height: 22px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 22px;
    border-radius: 0 4px 4px 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.swal2-title {
    font-size: 14px !important;
}

.swal2-styled {
    font-size: 13px !important;
}

.swal2-popup {
    max-width: 23em !important;
}

.swal2-icon {
    transform: scale(0.7);
}

.slide_giuatrang {
    width: 100%;
    overflow: hidden;
}


/*css slide home*/

.slide .slick-dots {
    bottom: 20px;
}

.slide .slick-dots li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    /* position: absolute; */
    background: rgba(153, 153, 153, 1);
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.slide .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
    border: 3px solid rgba(241, 89, 42, 1);
}

.slide .slick-dots li button {
    width: 12px;
    height: 12px;
}

.slide .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

.list_cateChild{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list_cateChild .item{
    width: 25%;
    padding: 0;
}

.list_cateChild .item .box{
    display: block;
    position: relative;
    padding: 11px 16px;
}

.list_cateChild .item .box .image{
    width: 100%;
    height: 180px;
    position: relative;
}

.list_cateChild .item .box:hover{
    box-shadow: 0 2px 10px rgb(6 6 6 / 30%);
}

.list_cateChild .item .box .image img{
    transition: transform .2s;
    max-height: 180px;
    margin: 0 auto;
    display: block;
}

.list_cateChild .item .box:hover .image img{
    transform: scale(.8);
}

.list_cateChild .item .box .name{color: #000;font-size: 14px;line-height: 20px;font-weight: 500;margin-bottom: 0;max-height: 60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.list_cateChild .item .box .name a{
    color: #007bff;
}

.bg-home {}

.manuf_lst {
    width: 100%;
}

.manuf_lst ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.manuf_lst li {
    width: 12.5%;
    position: relative;
    padding: 11px 16px;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
}

.manuf_lst li .wrap-img {
    height: 50px;
    position: relative;
}

.manuf_lst li h4 {
    color: #000;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
    max-height: 60px;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.manuf_lst li .wrap-img img {
    transition: transform .2s;
    margin: 0 auto;
    display: block;
    max-height: 50px;
    object-fit: cover;
    width: auto;
}

.manuf_lst li a {
    color: #333;
}

.nav-vertical {
    position: relative;
    /* top: 40px; */
    left: 0px;
    right: 0;
    z-index: 10;
    height: 0;
    display: block;
}

.nav-vertical .nav-list {
    background-color: #fff;
}

.nav-vertical .nav-list li {
    position: unset;
}

.nav-vertical .nav-list>li>a {
    position: relative;
    display: block;
    color: #000;
    padding: 12px 0 14px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.nav-vertical .nav-list>li>a>img {
    width: auto;
    height: auto;
    max-width: 22px;
}

.nav-vertical .nav-list>li>a:hover {
    background-color: #f8f9fa;
    color: #ed2024;
}

.nav-vertical .nav-list>li>a>img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 4px;
}

.ver-mega-mn1 {
    position: absolute;
    right: 5px;
}

.nav-vertical-sub {
    position: absolute;
    width: calc(100% + 30px);
    left: 90%;
    top: 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    visibility: hidden;
    transition: left 0.5s;
    z-index: -1;
    height: 495px;
    top: 3px;
    box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub {
    visibility: inherit;
    left: 100%;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub li {
    padding: 6px 0 5px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.wrap-slide-home {
    padding: 10px 0 0;
}

.item-banner-home {
    margin-bottom: 15px;
}

.item-banner-home img {
    border: solid 1px #ebebeb;
    height: auto;
    object-fit: cover;
}

.padding_in {
    padding: 0 15px 0 0;
}

.bg-pro-tab .item-banner-home {
    margin-bottom: 10px;
    margin-top: 0px;
}

.hover-effect {
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    overflow: hidden;
}

.hover-effect-2:before {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    visibility: visible;
    z-index: 1;
}

.hover-effect-2:hover:before {
    border: 0 solid rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.hover-effect-10:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hover-effect-10:before,
.hover-effect-10:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 3;
}

.hover-effect-10:hover:before,
.hover-effect-10:hover:after {
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-effect-10:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.hover-effect-10 {
    display: block;
    background: #000;
}

.hover-effect-10:hover img {
    opacity: .5;
    -webkit-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}

.hover-effect-4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -ms-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}

.hover-effect-4:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.template-detail {
    padding: 20px 0;
}

.slide {
    position: relative;
    /* margin-bottom: 20px; */
    width: calc(100% - 520px);
    margin-left: 260px;
    float: left;
}

.slide:after {
    /* content: ""; */
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-image: url(../images/line-slide.png);
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
}

.wrap-support {
    /* padding: 20px 0 0; */
    padding-bottom: 30px;
}

.box-support {
    padding: 20px 20px 0;
    background-color: #fff;
    border: solid 1px #ebebeb;
}

.mw-20 {
    min-width: 20%;
}

.col-support-item {
    margin-bottom: 20px;
}

.support-item {}

.support-item .box {
    display: flex;
    align-items: center;
}

.support-item .box .icon {
    width: 50px;
}

.support-item .box .icon img {}

.support-item .box .content {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.support-item .box .content h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.support-item .box .content .desc {
    line-height: 1.4;
    font-size: 14px;
}

.wrap-product-home {
    padding: 20px 0 30px;
    background: #f8f8f8;
}

.wrap-product-home-2 {
    background-color: #f2f2f5;
}

.list-product-home {}

.page-item.active .page-link {
    background-color: #e86300;
    border-color: #e86300;
}

.page-link {
    color: #e86300;
}

.col-product-card {
    margin-bottom: 30px;
}

.product-card {}

.product-card .box {
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.product-card .box .image {
    position: relative;
}

.product-card .box .image img {}

.product-card .box .hot {
    bottom: 5px;
    right: 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #C70909;
    font-size: 10px;
    padding: 0 10px 0 8px;
    height: 21px;
    line-height: 23px;
    text-align: center;
    display: block;
    position: absolute;
}

.product-card .box .hot:before {
    content: "";
    background: url(../images/icon-sale.png) no-repeat 0 0;
    width: 11px;
    height: 21px;
    position: absolute;
    left: -11px;
    top: 0;
}

.product-card .box .hot:after {
    content: "";
    background: url(../images/icon1-sale.png) no-repeat 0 0;
    width: 3px;
    height: 21px;
    position: absolute;
    right: -3px;
    top: 0;
}

.product-card .box .sale {
    position: absolute;
    top: 0;
    top: 17px;
    right: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.product-card .box .content {
    padding: 10px 15px;
    border-top: 1px solid #ccc;
}

.product-card .box .content .name {
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 45px;
}

.product-card .box .content .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-price .new-price {
    color: #e86300000;
    font-weight: 700;
    font-size: 15px;
    margin-right: 7px;
}

.box-price .old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #6c757d;
}

.product-card .action {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translate(0, -100%);
    opacity: 0;
    transition: all 0.5s;
}

.product-card .box:hover .action {
    top: 50%;
    opacity: 1;
}

.product-card .action ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .action ul li {
    width: 40px;
}

.product-card .action ul li a {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background-color: #c31f26;
    color: #fff;
}

.product-card .action ul li a i {}

.product-card .action ul li a svg {
    width: 18px;
    fill: #fff;
}

.product-card .action ul li a:hover {
    background-color: #05090a;
    color: #fff;
}

.product-card .action ul li a:hover svg {
    fill: #fff;
}

.group-title {
    text-align: center;
    margin-bottom: 20px;
}

.group-title1 .title1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 25px;
    /* color: #000; */
    color: #404040;
}

.group-title .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 22px;
    /* color: #000; */
    color: #404040;
}

.bg-img {
    max-width: 250px;
    margin: 0 auto;
}

.group-title .title-img {
    margin-bottom: 7px;
}

.img-title {
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-title img {
    height: 100%;
    width: auto;
}

.title-h {
    background: #fff
}

.title-h .text {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient( 60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-h1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.title-h1:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 18px;
}

.title-h1 .text {
    background: #f8f8f8;
    margin: 0;
    font-size: 25px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 300;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.title-h1 .text strong {
    font-weight: 600;
    padding-right: 5px;
}

#countdown {
    height: auto;
    text-align: left;
    border-radius: 5px;
    /* margin: auto; */
    /* padding: 10px 0 20px; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

#countdown #tiles {
    position: relative;
    z-index: 1;
}

#countdown #tiles>span {
    width: 58px;
    max-width: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #05090a;
    border-radius: 3px;
    margin: 0px 1px;
    padding: 1px 0;
    display: inline-block;
    position: relative;
}

#countdown #tiles>span:first-child {
    margin-left: 0;
}

#countdown #tiles>span:last-child {
    margin-right: 0;
}

#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: left;
}

#countdown .labels li {
    width: 102px;
    font: bold 15px 'Droid Sans', Arial, sans-serif;
    color: #d2ae7e;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.cate-dot-1 .slick-dots {
    width: auto;
    bottom: unset;
    right: 80px;
    top: -25px;
}

.cate-dot-1 .slick-dots li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    /* position: absolute; */
    background: #eee;
    /* border: 3px solid rgba(255, 255, 255, 0.9); */
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.cate-dot-1 .slick-dots li.slick-active {
    background: #353a3d;
    /* border: 3px solid rgba(0, 0, 0, 1); */
}

.cate-dot-while-1.cate-dot-1 .slick-dots li.slick-active {
    background-color: #eee;
}

.cate-dot-while-1.cate-dot-1 .slick-dots li {
    background-color: #fff;
}

.cate-dot-1 .slick-dots li button {
    width: 12px;
    height: 12px;
}

.cate-dot-1 .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 25px;
    height: 50px;
    background-color: #bababa;
    color: #fff;
}

.cate-arrows-1 .slick-prev {
    left: 0px;
}

.cate-arrows-1 .slick-next {
    right: 0px;
}

.cate-arrows-1 .slick-prev i,
.cate-arrows-1 .slick-next i {
    font-size: 20px;
    color: inherit;
}

.cate-arrows-1-sm .slick-prev,
.cate-arrows-1-sm .slick-next {
    width: 10px;
    height: 30px;
}

.cate-arrows-1-sm .slick-prev i,
.cate-arrows-1-sm .slick-next i {
    font-size: 10px;
}


/* cate 2 */

.cate-arrows-2 .slick-prev,
.cate-arrows-2 .slick-next {
    opacity: 1;
    font-size: 30px;
    top: 3px;
    right: 0;
    transform: translateY(-2px);
    z-index: 3;
    margin: 0;
    width: 25px;
    height: 30px;
    /* background-color: #bababa; */
    color: #333;
}

.cate-arrows-2 .slick-prev {
    left: unset;
    right: 5px;
}

.cate-arrows-2 .slick-next {
    right: -8px;
}

.cate-arrows-2 .slick-prev i,
.cate-arrows-2 .slick-next i {
    font-size: 15px;
    color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: #c31f26; */
    /* font-weight: bold; */
    /* font-size: 18px; */
    background-color: unset;
    color: red;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
}

.nav-pills .nav-link {
    font-size: 13px;
    line-height: 24px;
}

.title-nav-tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 3px solid #000;
    border-top: 1px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}

.title-nav-tab h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    padding-right: 60px;
    background: linear-gradient( 60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 30px;
    font-weight: bold;
    /* white-space: nowrap; */
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.title-nav-tab2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 0px solid #000;
    border-top: 0px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}

.title-nav-tab2:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 19px;
}

.title-nav-tab2 h3 {
    background: #f8f8f8;
    margin: 0;
    font-size: 22px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.list_image_video {}

.list_image_video .slick-prev,
.list_image_video .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 1;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
}

.list_image_video .slick-prev:before,
.list_image_video .slick-next:before {
    display: none;
}

.list_image_video .slick-prev {
    left: 2px;
}

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

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

.list_image_video .item {
    width: 33.3333%;
    padding: 0 2px;
}

.list_image_video .item .image {
    width: 100%;
    cursor: pointer;
}

.list_image_video .item .image img {
    height: 71px;
    object-fit: cover;
}

.nav-pills {
    background: #f8f8f8;
    position: relative;
}

.nav-pills .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}

.wrap-product-tab {
    padding: 30px 0 20px;
    background-color: #f8f8f8;
}

.wrap-product-tab:nth-child(2n) {
    background-color: #f8f8f8;
}

.homenews {
    width: 260px;
    background: #fff;
    height: 340px;
    overflow-y: auto;
    float: left;
}

.homenews h2 {
    margin-left: 10px;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.homenews h2 strong {
    padding: 10px 0;
    font-size: 14px;
    color: #002995;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 16px;
    display: block;
}

.homenews h2 strong a {
    color: #002995;
    font-size: 17px;
}

.homenews h2 strong:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid #002995;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-left: 10px;
}

.homenews ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #ededed;
}

.homenews ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #ededed;
}

.homenews ul li:last-child {
    border: none;
}

.homenews ul li a {
    overflow: hidden;
    line-height: 1.3em;
    font-size: 14px;
    color: #333;
}

.dt-best-seller .item {
    display: block;
}

.dt-best-seller .item img {
    width: 40px;
    float: left;
}

.dt-best-seller .item .info {
    margin-left: 45px;
}

.dt-best-seller .item .desc {
    display: -webkit-box;
    max-height: 32px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 16px;
}

.dt-best-seller .item .price {
    color: #d0021b;
    font-weight: 600;
    margin-right: 3px;
}

.dt-best-seller .item .price-discount {
    color: #333;
}

.homenews ul li a:hover {
    color: #e86300;
}

.slide-pro {
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap-news-home {
    padding: 0px 0 30px;
}

.wrap-news-home .group-title .title {
    /* color: #e23b41; */
    /* padding-bottom: 0; */
}

.list-news-home {
    /* padding: 0 70px */
}

.fo-03-news {
    /* padding: 0 7.5px; */
    margin-bottom: 25px;
}

.fo-03-news .box {
    display: flex;
    flex-wrap: wrap;
}

.fo-03-news .image {
    overflow: hidden;
    width: 30%;
    position: relative;
    height: auto;
}

.fo-03-news .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 65%;
}

.fo-03-news-main .image a {
    padding-bottom: 67%;
}

.fo-03-news .date {
    /* margin-bottom: 10px; */
    font-size: 13px;
    color: #898989;
}

.fo-03-news .image img {
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.fo-03-news .image:hover img {
    transform: scale(1.1);
}

.fo-03-news .content {
    width: 70%;
    text-align: left;
    display: block;
    padding-left: 20px;
}

.fo-03-news .content .caption {
    padding-left: 115px;
}

.fo-03-news .content .time {
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #c31f26;
    color: #fff;
    width: 70px;
    text-align: center;
    font-size: 16px;
    transform: translateY(-50%);
    left: 20px;
    padding: 5px;
    font-weight: bold;
}

.title-template {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    margin-top: 0;
}

.title-template-in {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #353a3d;
    margin: 0;
}

.count-search {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 40px;
    background-color: #eee;
    padding: 5px 20px;
    margin: 0;
    margin-bottom: 10px;
}

.title-template .title-inner {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient( 60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-template .orderby {}

.title-template select {
    background-color: inherit;
    border: unset;
}

.product-detail-infor .box-infor .info-desc .desc ul li {
    list-style: disc !important;
    margin-left: 12px;
}

.fix-sidebar {
    position: sticky;
    top: 110px;
}

#side-bar {
    margin-bottom: 30px;
}

.side-bar {
    /* background-color: #ffffff; */
    /* box-shadow: 0 1px 2px #d9dadb; */
    margin: 0 0 20px 0;
    /* border: 1px solid #ddd; */
}

.side-bar:last-child {
    margin-bottom: 0;
}
.side-bar .title-h span {
	margin-right: 0;
}

.title-sider-bar {
    font-size: 15px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    padding: 7px 20px 7px;
    line-height: 26px;
    text-transform: uppercase;
    background-color: #353a3d;
    border-top: 2px solid #fdcb4f;
    border-bottom: solid 2px #fdcb4f;
}

.menu-side-bar {
    background: #eee;
}

.list-category {}

.list-fill {
    /* padding: 20px 15px; */
    background: #eee;
    padding: 10px;
}

.box-list-fill {
    margin-bottom: 20px;
}

.list-fill .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    font-size: 15px;
}

.box-list-fill {
    margin-bottom: 10px;
    width: 100%;
}

.box-list-fill:last-child {
    margin-bottom: 0;
}

.title-s {
    /* border-bottom: 1px solid #ddd; */
    /* font-size: 16px; */
    /* font-weight: bold; */
    /* margin-bottom: 10px; */
    /* padding-bottom: 5px; */
    font-size: 13px;
    font-weight: 700;
    color: #111;
    background: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
}

.title-s i {
    position: absolute;
    right: 0;
    top: 4px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #beb8b8;
}

.title-s i.active:before {
    content: "\f067";
}

.form-check-input {
    position: absolute;
    margin-top: 0.1rem;
    margin-left: -1.25rem;
}

.box-list-fill ul {
    padding: 10px 5px;
}

.box-list-fill ul li {
    margin-top: 5px;
    width: 50%;
    float: left;
    font-size: 11px;
}

.box-list-fill ul img {
    height: 20px;
    width: auto;
}

.box-list-fill ul li+li {
    margin-top: 6px;
}

.box-list-fill1 {
    margin-bottom: 10px;
    width: 100%;
}

.box-list-fill1 ul {
    padding: 10px 5px;
}

.box-list-fill1 ul li {
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
}

.box-list-fill1 ul img {
    height: 20px;
    width: auto;
}

.box-list-fill1 ul li+li {
    margin-top: 6px;
}

.box-feature {
    width: 100%;
    margin-bottom: 15px;
}

.box-feature .list-product-item-home {
    border: 3px solid #e86300;
}

.box-feature .title {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    background-color: #e86300;
    color: #FFFFFF;
    padding: 4px 55px 3px 10px;
    overflow: visible;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    height: 40px;
    line-height: 33px;
}

.box-feature .title .sub-title-after {
    border-width: 40px 0 0 27px;
    border-style: solid;
    border-color: transparent transparent transparent #e86300;
    position: absolute;
    right: -27px;
    top: 0px;
}

.box-feature .title .sub-title-after:before {
    content: '';
    width: 10px;
    height: 29px;
    transform: skew(34deg, 0deg);
    background: #e86300;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7701c', endColorstr='#ff3e1c', GradientType=1);
    position: absolute;
    top: -35px;
    right: -6px;
}

.box-feature .title .sub-title-after:after {
    content: '';
    width: 10px;
    height: 29px;
    transform: skew(34deg, 0deg);
    background: #e86300;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7701c', endColorstr='#ff3e1c', GradientType=1);
    position: absolute;
    top: -35px;
    right: -26px;
}

.hastag {
    margin-top: 6px;
    min-width: 100%;
    overflow: hidden;
    margin-bottom: 6px;
}

.hastag .tags {
    float: left;
    padding: 3px 10px;
    background: #e86300;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
}

.tags i {
    margin-right: 5px;
}

.tag_title {
    float: left;
    padding: 3px 10px;
    background: #fff;
    font-size: 12px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #847c7c;
}

.menu-side-bar {}

.menu-side-bar li.active>a {
    color: #fdcb4f;
}

.list-category ul>li>a>img {
    /*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a>.pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a>.pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.active>a>.pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active>a>.pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    position: relative;
    user-select: none;
    display: block;
    /* height: 48px; */
    line-height: 40px;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px;
    /* color: #222222; */
    position: relative;
}

.list-category>ul>li>a {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}

ul.menu-side-bar>li>a:before {
    display: none;
}

.list-category ul>li>a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 20px;
    /* top: 18px; */
    font-weight: 900;
    display: none;
}

.list-category ul>li>a>span {
    padding-left: 6px;
    /* border-left: 1px solid #e5e5e5; */
}

.menu-side-bar li ul {
    padding-left: 5px;
    display: none;
}

.menu-side-bar-leve-2 {
    display: none;
}

.menu-side-bar-leve-3 {
    display: none;
}

.cate_info {
    background: url(../images/c.gif) no-repeat center 20px;
    text-align: center;
    padding-top: 65px;
    font-size: 18px;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.cate_info .desc {
    line-height: 30px;
    max-width: 820px;
    margin: auto;
}

.cate_info .name {
    font-weight: 700;
    padding-top: 10px;
    height: 40px;
    font-size: 19px;
}

.cate_info .line_column {
    width: 1px;
    height: 30px;
    overflow: hidden;
    background-color: #1a1a1a;
    margin-left: auto;
    margin-right: auto;
}

.cam_ket {
    padding: 40px 0 20px;
    width: 100%;
    background-image: url(../images/bg_conso.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.cam_ket .group-title .title {
    color: #fff;
}

.cam_ket .title-b {
    color: #fff;
}

.cam_ket:before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 80%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.list_camket {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.list_camket .item {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.list_camket .item .box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.list_camket .item .box .image {
    width: 60px;
}

.list_camket .item .box .image img {}

.list_camket .item .box .info {
    width: 100%;
    text-align: center;
    padding-top: 11.2px;
    padding-bottom: 0;
    position: relative;
    font-size: 14.4px;
}

.list_camket .item .box .info .name {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.list_camket .item .box .info .desc {
    margin-top: 1.6px;
    margin-bottom: 1.6px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.list-category .menu-side-bar-leve-2>li>a {
    padding-left: 10px;
    line-height: 35px;
    /* height: 35px; */
}

.list-category .menu-side-bar-leve-2>li>a:before {
    left: 30px;
    /* top: 11px; */
    display: none;
}

.list-category .menu-side-bar-leve-3>li>a {
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
    left: 58px;
    top: 11px;
}

.list-trending {}

.list-trending ul {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li {
    font-size: 13px;
    margin-top: 0;
    padding: 15px;
    /* border-bottom: 1px solid #f0f0f0; */
}

.list-trending ul>li>.box {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ff9a00;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.list-trending .box .icon {
    width: 140px;
    overflow: hidden;
    /* height: 125px; */
}

.list-trending .box .icon img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.list-trending .box .icon:hover img {
    transform: scale(1.1);
}

.list-trending .box .content {
    width: calc(100% - 140px);
    padding-left: 10px;
}

.list-trending .box .content .price {
    font-size: 18px;
    font-weight: bold;
    color: #c31f26;
}

.list-trending .box .content .date {
    text-transform: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: auto;
    color: #a9a9a9;
}

.list-trending .box .content .price-side {
    font-size: 15px;
    color: #f68519;
    font-weight: 600;
}

.list-trending .box .content .name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    /* line-height: 30px; */
}

.list-trending .box .content .name a {
    /* color: inherit; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.list-trending .box .content .name a:hover {
    /* color: #282e88; */
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
    line-height: 20px;
    height: 40px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.list-uudiem {
    padding: 10px;
}

.uudiem-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.uudiem-item:last-child {
    margin-bottom: 0;
}

.uudiem-item .icon {
    width: 35px;
    height: auto;
}

.uudiem-item img {}

.uudiem-item .content {
    padding-left: 15px;
    width: calc(100% - 35px);
}

.uudiem-item .content h3 {
    font-size: 15px;
    /* font-weight: bold; */
    margin: 0;
    margin-bottom: 5px;
}

.uudiem-item .content .desc {
    font-weight: bold;
    font-size: 18px;
}

.wrap-breadcrumbs {
    background-color: #e9ecef;
    margin-bottom: 0px;
}

.wrap-breadcrumbs .breadcrumb {
    background: unset;
    margin: 0;
    padding: 10px 0px;
}

.wrap-breadcrumbs .breadcrumb li {
    font-size: 13px;
}

.wrap-breadcrumbs .breadcrumb li a {}

.wrap-breadcrumbs .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.desc_detail {
    background: #eee;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.compare-wrapper {}

.title-compare {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 10px;
    background-color: #eee;
    align-items: center;
    flex-wrap: wrap;
}

.col-compare {
    margin-bottom: 50px;
}

.compare-card {}

.compare-card .box {
    position: relative;
}

.compare-card .image {}

.compare-card .remove-compare {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    /* background-color: #ccc; */
    /* border-color: #ccc; */
    color: #c31f26;
    font-size: 30px;
    /* padding: 3px; */
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-card .remove-compare i {
    line-height: 30px;
}

.compare-card .sale {
    position: absolute;
    top: 17px;
    left: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.compare-card .content {
    border: 1px solid #ddd;
    padding: 10px 20px;
    text-align: center;
}

.compare-card .name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    /* border-bottom: 1px solid #ddd; */
    padding: 10px 0;
    /* margin-bottom: 10px; */
    text-align: center;
}

.compare-card .view-more {
    text-align: center;
    margin-bottom: 10px;
}

.compare-card .box-price {
    justify-content: center;
}

.compare-card .new-price {}

.compare-card .old-price {}

.compare-card .info {}

.compare-card .info h3 {
    font-size: 20px;
    text-align: center;
    /* border-bottom: 1px solid #cccc; */
    /* padding-bottom: 10px; */
    font-weight: bold;
    color: #c31f26;
    text-transform: uppercase;
}

.compare-card .info ul {}

.compare-card .info ul li {
    padding: 10px;
    /* border-bottom: 1px solid #ddd; */
}

.compare-card .info ul li strong {
    font-weight: bold;
    font-size: 18px;
}

.compare-card .info ul li:last-child {
    border-bottom: unset;
}

.compare-card .info ul li a {}

.box-product-main {
    /* padding-top: 20px; */
    /* border-bottom: 2px solid #e5e5e5; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
}

.image-main {
    position: relative;
}

.image-main .sale {
    position: absolute;
    /* right: 0; */
    top: 0;
    top: 10px;
    left: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.box-image-product .image-main {
    order: 1;
    width: 100%;
}

.box-image-product .image-main a {
    display: block;
    position: relative;
}

.box-image-product .image-main a i {
    top: 10px;
    right: 10px;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.box-image-product .image-main a i:hover {
    border-color: #7c6455;
    background-color: #7c6455;
    color: #fff;
}

.box-image-product .image-main a i {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
}

.box-image-product .image-main img {
    width: 100%;
}

.box-image-product {
    display: block;
}

.desc-pro-detail-sm {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    padding: 0 5% 5px 5%;
    line-height: 18px;
}

.list-small-images {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 40px;
}

.small-image {
    padding: 5px;
    /* background: #fff; */
    cursor: pointer;
}

.small-image img {
    border: 1px solid #eee;
    /* padding: 3px; */
    background: #fff;
    height: 78px;
    object-fit: cover;
    width: 100%;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
    margin: 0;
    width: 25px;
    height: 25px;
    /* transform: translateY(-50%); */
    z-index: 66;
    text-align: center;
    opacity: 1;
    background-color: unset;
    border-radius: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
    opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
    content: '';
    /* display: block; */
    /* z-index: 9; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* opacity: 1; */
    /* -webkit-transition: all 0.2s ease-out; */
    /*  -o-transition: all 0.2s ease-out; */
    /*  -moz-transition: all 0.2s ease-out; */
    /* transition: all 0.2s ease-out; */
    /* background-size: 14px; */
}

.list-small-image .slick-prev:before {
    /* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
    background-image: url('../images/slick-next.png');
}

.list-small-image .slick-prev:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
    color: #737373;
    line-height: 24px;
    font-size: 15px;
    /* display: none; */
}

.list-small-image {
    padding: 0 20px;
    width: 100%;
    order: 0;
}

.list-small-image .pt-box {
    padding: 20px 0;
    /* padding-left: 25px; */
}

.list-small-image .slick-prev {
    /* left: 50%; */
    top: 0;
}

.list-small-image .slick-next {
    /* right: -25px; */
    bottom: 0;
    top: unset;
}

.property_customs {
    width: 100%;
    font-size: 15px;
}

.property_customs .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.property_customs .title h2 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.property_customs .content {
    line-height: 28px;
}

.property_customs .content p {
    padding: 10px;
    margin: 0;
}

.property_customs .content ul li {
    list-style: disc !important;
    margin-left: 20px;
    line-height: 20px;
}

.property_customs .content ol li {
    margin-left: 20px;
    line-height: 28px;
}

.property_customs .content p:nth-child(2n+1) {
    background: #f4f4f4;
}

.product-detail-infor {
    padding: 0;
}

.product-detail-infor .box-infor {
    margin-bottom: 10px;
    padding-top: 0px;
    color: #000
}

.product-detail-infor .box-infor h2 {
    font-weight: 600;
    /* color: #c31f26; */
    /* padding: 5px 0 5px 0; */
    /* text-transform: uppercase; */
    margin: 0 0 0px;
    font-size: 25px;
}

.product-detail-infor .box-infor .masp {
    padding: 10px 0 5px;
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
}

.product-detail-infor .box-infor .masp i {
    font-size: 15px;
    padding-right: 5px;
}

.product-detail-infor .box-infor .status {
    margin-top: 0px;
    font-size: 15px;
    color: #000;
    line-height: 26px;
}

.product-detail-infor .box-infor .status strong {
    font-weight: 600;
}

.product-detail-infor .box-infor .status strong i {
    font-size: 14px;
    padding-right: 5px;
}

.product-detail-infor .box-infor .status span {
    color: #333;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
}

.product-detail-infor .box-infor .info-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.product-detail-infor .box-infor .info-desc .col_2_desc {
    padding: 0 5px;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(1) {
    width: 42%;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(2) {
    width: 58%;
}

.product-detail-infor .box-infor .info-desc h3 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-detail-infor .box-infor .info-desc .desc {}

.wrap-price>h3 {
    text-align: center;
    font-size: 13px;
    color: red;
}

.list-attr .price {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.wrap-price-pro-detail {
    padding: 6px 0;
    /* font-weight: 500; */
    font-size: 14px;
    border-top: 1px solid #d7d7d7;
}

.wrap-price-pro-detail .new_price {
    color: #e86300;
}

.box_new_price {
    font-size: 14px;
    line-height: 1;
    display: table;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}

.box_new_price>span {
    float: left;
    line-height: 24px;
    margin-right: 10px;
}

.box_new_price strong.new_price {
    display: inline-block;
    overflow: hidden;
    font-size: 20px;
    color: #e86300;
    vertical-align: middle;
    margin-right: 5px;
    float: left;
}

.box_new_price small {
    font-size: 85%;
}

.box_old_price {
    margin-top: 5px;
    width: 100%;
}

.sale_percent {
    color: #d0021b;
    font-size: 14px;
    font-weight: normal;
    line-height: 31px;
    background: #288ad6;
    padding: 3px 2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 30px;
}

.sale_percent span {
    padding: 0 6px;
    color: #fff;
    position: relative;
}

.sale_percent span::before {
    content: "";
    float: left;
    position: absolute;
    top: -3px;
    left: -14px;
    width: 0;
    height: 0;
    border-color: transparent #288ad6 transparent transparent;
    border-style: solid;
    border-width: 11px 12px 12px 0;
    z-index: 1;
    box-shadow: 3px 0 0 #288ad6;
}

.sale_percent span::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -5px;
    float: left;
    width: 5px;
    height: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    z-index: 2;
}

.price-no-vat {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
}

.price-no-vat span {
    color: #ed1c24;
    font-size: 22px;
    font-weight: 700;
}

.price-no-vat-old {
    display: flex;
    justify-content: flex-end;
}

.price-no-vat-old .title_giacu {
    margin-right: 10px;
}

.price-vat {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.price-vat span {
    color: #ed1c24;
    font-size: 22px;
    font-weight: 700;
}

.pro-stock {
    padding: 6px 0;
    border-top: 1px solid #d7d7d7;
    color: #0091d5;
    font-weight: 700;
    font-size: 17px;
}

.group-btn-buy-pro-detail {}

.group-btn-buy-pro-detail .box-buy {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #d7d7d7;
}

.group-btn-buy-pro-detail .box-buy a {
    background-color: #ffb400;
    min-width: 40%;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    border: solid 0px #000;
    color: #fff;
    border-radius: 3px;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-call {
    padding-top: 20px;
}

.wrap-call .title_call {
    font-size: 20px;
    margin-bottom: 13px;
    color: red;
    font-weight: 700;
}

.wrap-call p {
    margin-bottom: 15px;
}

.wrap-call li {
    margin-bottom: 8px;
    font-size: 15px;
}

.wrap-call li:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 7px;
}

.wrap-call a {
    color: #288ad6;
}

.list-attr .price span:first-child {
    color: #e86300000;
    font-size: 22px;
    font-weight: 800;
}

.list-attr .price span.donvi {
    font-weight: normal;
}

.list-attr .price .title_giacu {
    font-weight: normal;
    color: #666;
    font-size: 16px;
    /* margin-left: 10px; */
}

.list-attr .price .old-price {
    font-weight: normal;
    color: #666;
    font-size: 16px;
    text-decoration: line-through;
}

.list-attr {
    display: flex;
    margin-top: 10px;
    background: #f3f3f3;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 3px;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.list-attr .attr-item {
    width: 33%;
    padding: 10px 10px;
}

.list-attr .attr-item:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
}

.list-attr .attr-item:nth-child(2) {
    width: 100%;
}

.list-attr .attr-item:nth-child(3) {
    width: 100%;
}

.list-attr .attr-item>h3 {
    font-size: 13px;
    color: #333;
    text-align: left;
    margin-top: 0;
}

.tiet_kiem {
    width: 100%;
    display: flex;
    align-items: center;
}

.tiet_kiem .g2 {
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 26px;
    font-weight: normal;
}

.tiet_kiem .g2 b {}

.tiet_kiem .tk {
    float: left;
}

.tiet_kiem .tk b {
    float: left;
    line-height: 26px;
    width: 60px;
    padding-left: 20px;
    background: #f99f31 url(../images/gc.png) no-repeat left top;
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
    border-radius: 3px;
    font-weight: 700;
}

.wrap-add-cart {
    display: inline-flex;
    justify-content: space-between;
    margin-left: 5px;
    align-items: center;
}

.add-to-cart {
    display: inline-block;
    padding: 8px 10px;
    background: linear-gradient(45deg, #e86300, #e86300);
    color: #fff;
    border-radius: 15px;
    border: solid 2px #f00;
}

.box-add-cart {
    display: flex;
}

.pro_mun {
    display: flex;
}

.pro_mun input {
    border: 1px solid #ddd;
    width: 40px;
    text-align: center;
}

.pro_mun a {
    width: 30px;
    height: 35px;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
}

.box-add-cart button {
    padding: 10px 20px;
}

.product-detail-infor .box-price {
    /* border-top: dashed 1px #116935; */
    /* padding: 7px 0; */
    /* border-bottom: dashed 1px #116935; */
    font-size: 25px;
}

.product-detail-infor .box-price .price {
    /* font-size: 16px; */
    line-height: 1;
    padding: 8px 0;
    color: #c31f26;
}

.product-detail-infor .box-price .price .name-price {
    margin-right: 10px;
    text-transform: unset;
}

.product-detail-infor .price-number {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.product-detail-infor .box-price .old-price {
    color: #767373cc;
}

.product-detail-infor .box-rate {
    line-height: 1;
    padding: 8px 0;
    border-bottom: 1px solid #707070;
}

.product-detail-infor .box-rate span.name-danh-gia {
    margin-right: 10px;
    font-size: 20px;
}

.product-detail-infor .box-rate span {}

.product-detail-infor .box-rate span i {
    color: #ffde5a;
    font-size: 20px;
}

.product-detail-infor .desc-product {
    padding: 0px 0 0px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #f5f5f5;
    line-height: 1.6;
}

.product-detail-infor .desc-product ul {
    flex-wrap: wrap;
    padding: 10px 15px 0px;
    display: flex;
}

.product-detail-infor .desc-product ul li {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
}

.dathang {
    padding: 10px 15px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.dathang i {
    color: #c31f26;
    margin-right: 5px;
}

.dathang .phone {
    color: #c31f26;
    font-weight: bold;
}

.box-buy .addnow {
    background-color: #c31f26;
}

.box-buy {
    /* margin-bottom: 0; */
    /* float: left; */
    /* width: 33.3333%; */
}

.hen_lich {
    float: left;
    width: 33.33333%;
}

.hen_lich a {
    background-color: #f99f31;
    min-width: 40%;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    border-radius: 20px;
    height: 42px;
    display: inline-block;
    border: solid 0px #f99f31;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.sign_now {
    float: left;
    width: 33.333333%;
}

.sign_now a {
    background-color: #e86300000;
    min-width: 40%;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    border-radius: 20px;
    height: 42px;
    display: inline-block;
    border: solid 0px #e86300000;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.box-buy .add-compare {}

.giaohang {}

.giaohang ul {
    background-color: #fff8f8;
    padding: 15px 15px 0 15px;
    border: 1px dashed #c31f26;
    margin-bottom: 20px;
}

.giaohang ul li {
    display: flex;
    margin-bottom: 10px;
}

.giaohang ul li .icon {
    width: 50px;
    flex: 0 0 auto;
}

.giaohang ul li .desc {
    padding-left: 10px;
    /* margin-bottom: 10px; */
    line-height: 24px;
}

.list-file {}

.share {
    margin-top: 5px;
}

.tab-product {
    /* width: 73%; */
    /* float: left; */
    /* margin-right: 2%; */
}

.tab-product .tab-content {
    padding: 15px 0;
    text-align: justify;
    font-size: 15px;
}

.tab-product .tab-content img {
    width: auto;
    max-width: 100%;
}

.tab-product .tab-content ul li {
    list-style: disc !important;
    margin-left: 20px;
    line-height: 28px;
}

.tab-link {
    position: sticky;
    top: 49px;
}

.tab-link ul {
    display: flex;
    background-color: #f0f0f0;
    flex-wrap: wrap;
}

.tab-link ul li {}

.tab-link ul li a {
    display: inline-block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0 14px;
    border-top: 2px solid transparent;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.tab-link ul li a.active,
.tab-link ul li a:hover {
    color: #c31f26;
    border-top: 2px solid #c31f26;
    background-color: #fff;
}

.tab-pro-content {
    border: 1px solid #ebebeb;
    padding: 20px;
    padding-top: 25px;
}

.tab-item {}

.tab-item iframe {
    max-width: 100%;
}

.block-product {
    width: 100%;
    margin-bottom: 15px;
}

.content-category {
    text-align: justify;
    /* padding: 15px; */
    /* background-color: #fff8f8; */
    /* border: 1px dashed #eee; */
    margin-top: 0px;
    margin-bottom: 20px;
}

.content-category img {
    width: auto;
    max-width: 100%;
}

.content-category ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.contact-form {
    margin-bottom: 20px;
}

.contact-form .form {}

.contact-form .form p {
    margin: 0 0 10px;
    font-size: 15px;
}

.contact-form .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;
}

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

.contact-form .form button {
    font-size: 14px;
    color: #fff;
    border: none;
    height: 35px;
    width: 150px;
    cursor: pointer;
    outline: 0;
    background: #e86300;
    border: 2px solid #e86300;
}

.contact-infor {
    margin-bottom: 20px;
}

.contact-infor .infor {
    margin-bottom: 20px !important;
    line-height: 20px;
}

.contact-infor .infor .address {}

.contact-infor .infor .address .title {
    padding-bottom: 7px;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-infor .infor .address .pt_list_addres {
    margin-bottom: 15px;
}

.contact-infor .infor .address .pt_list_addres>li {
    line-height: 25px;
    margin-bottom: 5px;
}

.contact-infor .infor .map {}

.contact-infor .infor .map iframe {
    height: 220px;
}


/*end css template contact*/

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccc;
    border-radius: 100%;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    color: #000;
}

.category-slide-1 .slick-prev:before,
.category-slide-1 .slick-next:before {
    content: unset;
}

.category-slide-1 .slick-prev {
    left: -37px;
}

.category-slide-1 .slick-next {
    right: -37px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    font-size: 18px;
    color: #000;
}

.wrap-partner {
    padding: 15px 0;
    /* background: #fff; */
}

.wrap-partner .category-slide-1 .slick-prev {
    left: 0;
}

.wrap-partner .category-slide-1 .slick-next {
    right: 0;
}

.wrap-partner .category-slide-1 .slick-prev,
.wrap-partner .category-slide-1 .slick-next {
    width: 22px;
    border-radius: 4px;
    box-shadow: unset;
    border: 0;
    height: 40px;
    background: rgba(255, 255, 255, .7);
}

.wrap-partner .list-item {
    background-color: #fff;
}

.wrap-partner .list-item .item {
    /* padding: 10px; */
    height: auto;
    width: 14.285%;
}

.wrap-partner .list-item .box {
    /* border: 1px solid #eee; */
    /* padding: 10px; */
    background: #fff;
    /* height: 85px; */
    margin: 0 5px;
}

.wrap-partner .list-item .box a {
    /* border: 1px solid #eee; */
    display: block;
    text-align: center;
    padding: 10px 5px;
}

.wrap-partner .list-item .box img {
    width: auto;
    height: 55px;
    object-fit: contain;
    margin: 0 auto;
}

.card-news-horizontal {
    margin-bottom: 25px;
}

.card-news-horizontal .box {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f8f8;
}

.card-news-horizontal .image {
    width: 100%;
}

.card-news-horizontal .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 73%;
}

.card-news-horizontal .image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-news-horizontal .content {
    width: calc(100% - 0%);
    padding-left: 0px;
    padding-top: 10px;
    /* padding: 15px; */
}

.card-news-horizontal .image img {
    height: 94px;
    object-fit: cover;
}

.card-news-horizontal .content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-right: 10px;
}

.card-news-horizontal .content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 45px;
}

.card-news-horizontal .content .date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #898989;
}

.card-news-horizontal .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    line-height: 22px;
    font-size: 15px;
    padding-right: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

.wrap-category-product {
    padding: 20px 0 0;
    background-color: #fff;
}

.col-category-item {
    margin-bottom: 25px;
}

.category-item {}

.category-item .box {
    background-color: #f1e5d5;
    display: flex;
    padding: 30px;
    border-radius: 3px;
}

.category-item .box:hover {
    color: #404040;
    border: 1px solid #404040;
}

.category-item .box:hover img {
    color: red;
    transform: scale(1.1);
}

.category-item .box .content {
    width: 135px;
    flex: 0 0 135px;
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 100%; */
    padding-bottom: 40px;
    position: relative;
    padding-right: 5px;
}

.category-item .box .content h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.category-item .box .content h4 {
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 0;
    /* margin-top: 90px; */
    position: absolute;
    bottom: 10px;
}

.category-item .box .image {
    width: 100%;
}

.category-item .box .image .padding-image {
    padding-bottom: 57%;
    position: relative;
    overflow: hidden;
}

.col-category-item-2 .box .image .padding-image {
    padding-bottom: 56%;
}

.category-item .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.blog-product-detail .contact-form {
    margin-bottom: 20px;
    background: none;
    padding: 0px;
}

.form_danhgia.rating-star-main {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.form_danhgia.form-feedback {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form_danhgia.rating-star-main,
.form_danhgia.form-feedback {
    width: 100%;
}

.box-star-title i.fa-star {
    color: #ffc700;
}

.empty__cate-title {
    font-size: 17px;
}

.dnone {
    display: none;
}

.box-rating {
    display: flex;
    flex-flow: column;
    justify-content: center;
    /* width: 50%; */
}

.box-rating i.fa-star {
    color: #ffc700;
}

.medium-rating {
    text-align: center;
    font-size: 3.815rem;
    line-height: 1.32;
}

i.fa-star {
    color: #707070;
}

.feedbacks {
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}

.rating_detail {
    max-width: 300px;
    min-width: 250px;
    display: flex;
    flex-flow: column;
}

.danhgia_sao {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}

.danhgia_sao .contact-form .form button {
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    height: 35px;
    width: 100%;
    cursor: pointer;
    outline: 0;
    background: #01524c;
    text-transform: uppercase;
    border: 2px solid #01524c;
    font-weight: 600;
    border: none;
    background: transparent;
    color: #000;
    display: flex;
    align-items: center;
    min-width: 200px;
    max-width: 250px;
    justify-content: space-between;
}

.percent-rating {
    width: calc(100% - 70px);
    height: 24px;
    border-radius: 50px;
    overflow: hidden;
    background-color: rgb(209, 209, 214);
}

.rating_detail_item_js {
    cursor: pointer !important;
}

.box-percent {
    width: 0;
    height: 100%;
    background-color: #bd140c;
}

.allowed {
    cursor: not-allowed;
}

.b-r-8 {
    border-radius: 8px;
}

.m-t-20 {
    margin-top: 20px;
}

.p-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.p-x-24 {
    padding-left: 15px;
    padding-right: 15px;
}

.show-3-item {
    transition: all 0.3s ease;
}

.p-y-24 {
    padding-top: 12px;
    padding-bottom: 0;
}

.review-info-name {
    color: #288ad6;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}

.review-info-location {
    font-size: 13px;
    line-height: 1;
    color: #646266;
}

.contact-form .form button.product-review-info-btn {
    color: #646266;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
}

.load-multiple-image>img {
    max-width: 55px;
    width: 100%;
}

.product-review-detail {
    width: 100%;
}

.product-review-detail i.fa-star {
    color: #ffc700;
}

.product-review-info {
    width: calc(100% - 100px);
}

.feedback-item {
    width: 100%;
}

.fs-p-13 {
    font-size: 13px;
    line-height: 1.23;
    margin-left: 14px;
}

.product-review-detail-cmt {
    color: #646266;
    margin-top: 8px;
}

.product-user-comments {
    height: auto;
    overflow: hidden;
}

.product-user-comments span {
    position: relative;
    word-break: break-word;
    font-size: 15px;
}

.product-review-btn {
    position: relative;
    word-break: break-word;
}

.product-review-btn-box {
    display: inline-block;
    position: relative;
    padding: 8px 0;
    min-width: 48px;
    line-height: 1;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.product-review-content {
    white-space: nowrap;
    border: 0;
    border-radius: 24px;
    display: flex;
    position: relative;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    padding: 3px 16px;
    height: 32px;
    color: #fff;
    transition: border-color 1ms cubic-bezier(.22, .61, .36, 1), background-color 1ms cubic-bezier(.22, .61, .36, 1);
    background-color: #288ad6;
}

.pl-BaseIcon {
    width: 28px;
    height: 28px;
    display: inline-block;
    fill: currentColor;
    vertical-align: middle;
    pointer-events: none;
}

.pl-BaseIcon--scalable {
    stroke: currentColor;
    stroke-width: 1px;
}

.pl-BaseIcon.BaseIcon {
    width: 24px;
    height: 24px;
}

.single-start-top-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.single-vote-sub-title {
    font-size: 15px !important;
    color: #333;
}

.single-vote-btn {
    margin-top: 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    background-color: #d70018;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
}

.single-vote-btn:focus,
.single-vote-btn:hover {
    color: #fff;
}

.contact-form .form button.review-btn-show-all {
    margin: 0 auto;
    justify-content: center;
}

.contact-form .form button.review-btn-show-all i,
.contact-form .form button.review-btn-show-less i {
    padding-left: 10px;
}

.contact-form .form button.review-btn-show-less {
    margin: 0 auto;
    justify-content: center;
}

.popup-rating {
    border-radius: 10px;
}

.poup-header {
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #d70018;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
}

.poup-header p {
    padding-left: 10px;
}

.cps-input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid#d4d4d4;
    outline: none;
    box-sizing: border-box;
    margin-top: 15px;
    border-radius: 10px;
    padding: 0px 10px;
    color: #333;
    background-color: #fff;
    float: left;
}

.cps-textarea {
    margin-top: 15px;
    width: 100%;
    height: 120px;
    outline: none;
    border: 1px solid#d4d4d4;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 6px;
}

.is-flex {
    display: flex;
}

.input__file {
    color: #919191;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    flex: 1;
    padding: 0 8px;
}

.my-2 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}

.is-hidden {
    display: none!important;
}

.is-align-items-center {
    align-items: center!important;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.btn-add-image-rating {
    height: 35px;
    padding: 7px 11px;
    background: #e5e7eb;
    color: #444;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

label[for] {
    cursor: pointer;
    padding: 0 15px;
}

.input-icon {
    height: 20px;
    width: 20px;
    margin-top: 3px;
    margin-right: 5px;
}

.input-icon i {
    height: 12px;
}

.load-multiple-image>img {
    max-width: 55px;
    width: 100%;
}

.rate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rate-title {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-right: 10px;
}

.rate:not(:checked)>input {
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    width: 27px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
    color: #ffc700;
    /* margin-right: 30px; */
    padding: 0;
    margin-bottom: 0;
}

.rate:not(:checked)>label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.rate>input:checked~label {
    color: #ffc700;
    font-weight: 700;
}

.btn-submit-rate {
    width: 100%;
    height: 40px;
    border: 1px solid#d4d4d4;
    outline: none;
    box-sizing: border-box;
    margin-top: 15px;
    border-radius: 10px;
    padding: 0px 10px;
    color: #fff;
    background-color: #d70018;
}

.wrap-pro-tab-home {
    padding: 30px 0;
    background: #f4f4f4;
    position: relative;
}

.wrap-pro-tab-home .nav-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    border: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item {
    margin: 0 10px;
}

.wrap-pro-tab-home .nav-tabs .nav-item a {
    border: unset;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    background-color: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item a.active {
    border-bottom: 0px solid #404040;
    color: #000
    /* font-weight: bold; */
}

.wrap-pro-tab-home .tab-content {}

.col-product-item {
    margin-bottom: 10px;
    height: auto;
    padding: 0 15px;
}

.product-item {
    position: relative;
}

.product-item .box {}

.product-item .box .image {
    /* background-color: #fff; */
    /* background-image: url(../images/bg-product.png); */
    /* padding: 10px; */
    box-shadow: 0 0 0px #404040;
    position: relative;
    padding: 0px;
}

.product-item .box .image a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    border: 1px solid transparent;
    overflow: hidden;
    /* background-color: #fff; */
    /* background-image: url(../images/bg-product.png); */
    /* border: 1px solid transparent; */
}

.product-item .box .image a:hover {
    border: 1px solid #353a3d;
}

.product-item .box .image a:hover img {
    transform: scale(1.1);
}

.product-item .box .image .km {
    position: absolute;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    padding-right: 10px;
    line-height: 20px;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.product-item .box .image .km:before {
    content: "\f06b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e86300b10;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    position: absolute;
    left: 5px;
}

.product-item1 .box .image:before,
.product-item1 .box .image:after {
    content: '';
    width: 30%;
    height: 30%;
    background-size: 100% 100%;
    position: absolute;
    background-color: #f99f31;
    z-index: -1;
}

.product-item .box .image:before {
    top: 0;
    left: 0;
}

.product-item .box .image:after {
    bottom: 0;
    right: 0;
}

.product-item .box .image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    /* padding: 7px; */
}

.product-item .box .content {
    text-align: left;
    padding: 10px 0 0 0;
}

.product-item .box .content h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.product-item .box .content h3 a {
    color: #353a3d;
}

.product-item .box .content h3 a:hover {
    color: #f99f31;
}

.product-item .box .content .box-price {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin-top: 5px;
}

.product-item .box .content .box-price span {
    font-weight: 500;
    display: inline-block;
    background-size: contain;
    padding: 0;
    min-width: unset;
    height: 31px;
    line-height: 31px;
    font-family: 'Roboto', sans-serif;
}

.product-item .box .content .box-price .new_price .number-price {
    color: #f00;
    font-size: 17px;
}

.menu-button-edit {
    display: none;
}

.menu-button-edit i {}

.wrap-ykkh {
    padding: 30px 0;
    background-color: #fff;
}

.wrap-ykkh .cate-dot-1 .slick-dots {
    position: unset;
}

.list-ykkh {}

.col-ykkh-item {
    padding: 0 15px;
    margin-top: 29px;
}

.item-ykkh {}

.item-ykkh .box {
    width: 76px;
    float: left;
    margin: -7px 13px 0 20px;
    border: 4px solid #fff;
    height: 76px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.col-ykkh-item .item-ykkh .nd_ykien {
    background: #fff;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
    border-radius: 10px;
    padding: 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    min-height: 220px;
    font-weight: 300;
    position: relative;
}

.col-ykkh-item .item-ykkh .nd_ykien1:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 32px;
    transform: translateY(-50%);
    background-color: #353a3d;
    text-align: center;
    line-height: 56px;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.col-ykkh-item1 {
    padding: 0 0px;
    margin-top: 60px;
    width: 100%;
}

.item-ykkh {}

.item-ykkh .box {
    width: 76px;
    float: left;
    margin: -7px 13px 0 20px;
    border: 4px solid #fff;
    height: 76px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.col-ykkh-item1 .item-ykkh .nd_ykien {
    background: #fff;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
    border-radius: 10px;
    padding: 0px;
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    min-height: 255px;
    font-weight: 300;
    position: relative;
}

.col-ykkh-item1 .item-ykkh2 .nd_ykien:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 32px;
    transform: translateY(-50%);
    background-color: #353a3d;
    text-align: center;
    line-height: 56px;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.item-ykkh .box_right {
    text-align: left;
}

.item-ykkh .box_right h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.item-ykkh .box_right p {
    font-size: 16px;
    margin: 0;
    color: #959595;
    font-style: italic;
}

.item-ykkh .box img {}

.button_baogia {
    width: 100%;
}

.button_baogia a {
    background-color: #002995;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    border: solid 0px #000;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
}

.cate_home {
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.cate_home .cate-dot-1 .slick-dots {
    position: unset;
}

.cate_home .list_cate {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
}

.cate_home .list_cate2 {
    margin-bottom: 0;
}

.cate_home .list_cate .item {
    padding: 0 10px;
    float: left;
    width: 33.33333%;
}

.cate_home .list_cate2 .item {
    padding: 0 10px;
    float: left;
    width: 50%;
}

.cate_home .list_cate .image {
    width: 100%;
    overflow: hidden;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.cate_home .list_cate .box .image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
    object-fit: cover;
    transition: 0.5s;
}

.cate_home .list_cate .box:hover .image img {
    transform: scale(1.2);
}

.cate_home .list_cate .box {
    overflow: hidden;
    color: #222;
    align-items: center;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
}

.category_item {
    width: 100%;
    background-color: #fff;
}

.category_item.category-more {
    display: none;
}

.categories.show-more .category_item.category-more {
    display: block;
}

.category_item .cat-title {
    padding: 0 0 10px 10px;
    margin: 0;
    display: block;
}

.category_item .cat-title strong {
    border-left: 3px solid #C70D3A;
    padding: 0 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.list_cate .box .content {}

.list_cate .box .content h4 {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.6px;
    margin-bottom: 14px;
    margin-top: 10px;
    color: #000;
    text-transform: uppercase;
}

.list_cate .box .content .category-list {
    font-size: 13px;
    line-height: 1.2;
}

.list_cate .box .content .category-list li {
    white-space: nowrap;
    color: #fff;
    margin-bottom: 9px;
}

.list_cate .box .content .category-list li:last-child {
    margin-bottom: 0;
}

.list_cate .box .content .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration .3s;
    color: #fff;
}

.list_cate .box .content .category-list li::before {
    content: "\f054";
    color: inherit;
    padding-right: 8px;
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    font-weight: 600;
}

.wrap-detail {
    width: 100%;
    display: flex;
}

.detail_col_left {
    flex: unset;
}

.detail_col_right {
    max-width: 33.33333%;
    flex: unset;
}

.cate_home .list_banner {
    padding: 0 5px;
    width: 100%;
}

.cate_home .list_banner .item {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.cate_home .list_banner .box {
    display: block;
    position: relative;
    color: #fff;
}

.cate_home .list_banner .box .image {
    width: 100%;
}

.cate_home .list_banner .box .image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    min-height: 213px;
    object-fit: cover;
}

.cate_home .list_banner .banner_content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
}

.cate_home .list_banner .banner_content h4 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
    font-weight: 700;
    margin: 0;
}

.cate_home .list_banner .banner_content h4 span {
    color: #fcb819;
}

.cate_home .list_banner .banner_content h3 {
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    line-height: 33px;
    font-weight: 700;
    margin-top: 0;
}

.cate_home .list_banner .banner_content .dec {
    font-size: 14px;
    letter-spacing: -0.1px;
    margin-bottom: 22px;
    opacity: .8;
}

.cate_home .list_banner .banner_content a {
    padding: 9px 34px 9px 34px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
}

.cate_home .list_banner .banner_content a:hover {
    color: #fcb819;
    background-color: #fff;
}

.cate_home .list_banner .banner_content a i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    line-height: 0;
    font-size: 14px;
    margin-bottom: 2px;
}

.col-item-service {
    margin-bottom: 5px;
}

.item-service {}

.item-service .box {
    margin: 0 auto;
    padding: 10px 0px 5px 0;
    border-radius: 4px;
}

.item-service .box .icon {
    width: 80px;
    margin: 10px auto 10px;
}

.item-service .box .icon img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.item-service .box .name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #403426;
}

.item-service .box .text_grey {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    padding: 0;
    color: #403426;
}

.col-1-5 {
    min-width: 20%;
}

.wrap-service {
    padding: 0px 0 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/bg_conso.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: relative;
}

.list_service {
    width: 100%;
}

.wrap-service .cate-dot-1 .slick-dots {
    position: unset;
    transform: unset;
}

.wrap-post-home {
    padding: 30px 0 30px;
    /* background: #eee; */
    position: relative;
    z-index: 2;
    /* margin-top: -360px; */
}

.info-count-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.info-count-pro .count-pro {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.info-count-pro .orderby {
    width: 100%;
    max-width: 250px;
}

.img_about {
    margin: 0 -15px;
}

.desc_nd {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    max-width: 750px;
    padding-top: 10px;
    margin: auto;
}

.parallax-section2 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /* height: 400px; */
}

.parallax {
    position: relative;
    overflow: hidden;
    background-color: #fdcb4f;
}

.shape-divider2,
.shape-divider3,
.shape-divider4 {
    overflow: hidden;
}

.shape-divider2 svg,
.shape-divider3 svg,
.shape-divider4 svg {
    position: absolute;
    left: 0;
    width: 100vw;
    z-index: 1;
}

.shape-divider2 svg {
    top: 0;
}

.parallax-section2 .parallax {
    min-height: 500px;
}

.shape-divider4 svg {
    top: -24%;
}

.box-catalog-main {
    background-color: #fff;
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.box-cat-bar {
    height: 34px;
    line-height: 32px;
    position: relative;
}

.box-cat-bar a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.box-cat-title h2 {
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 6px;
    padding-top: 4px;
    margin: 0;
    font-size: 17px;
    border-left: 4px solid #e86300;
}

.list-brand-highlight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.list-brand-highlight .brand-highlight-item {
    text-align: center;
    display: inline-block;
    margin: 3px 2px 1px 2px;
    position: relative;
    border: 3px solid #ddd;
    border-radius: 5px;
}

.list-brand-highlight .brand-highlight-item label {
    margin: 0;
}

.brand-thumb {
    height: 56px;
    width: 94px;
    vertical-align: middle;
    line-height: 50px;
    display: block;
    padding: 2px 10px;
}

.brand-highlight-item img {
    image-rendering: -webkit-optimize-contrast;
}

.brand-thumb img {
    max-width: 80px;
    vertical-align: middle;
    object-fit: scale-down;
}

.brand-thumb img {
    object-fit: scale-down;
    height: 100%;
}

.form-tv .modal-dialog {
    max-width: 600px;
}

.form-tv {
    text-align: center;
}

.form-tv form {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px 100px;
    display: flex;
    align-items: center;
    color: #3333;
    /* justify-content: center; */
}

.form-tv .box-content-form {
    width: 100%;
}

.form-tv .modal-body {
    padding: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    border: solid 5px #353a3d;
}

.form-tv .modal-content {
    background-color: unset;
    border: 0px solid rgba(0, 0, 0, .2);
}

.close-form-modal {
    font-size: 18px;
    margin: 15px 0;
    display: inline-block;
    color: #000;
}

.form-tv .modal-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
}

.form-tv .modal-title img {
    width: 220px;
}

.title-form-m {
    text-align: center;
    background-image: linear-gradient( 84deg, #353a3d 0%, #353a3d 47%, #353a3d 72%, #353a3d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    /* color: #954220; */
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.title-form-sm {
    text-align: center;
    color: #333;
    margin: 0px 0 20px;
}

.form-tv input {
    /* border: 1px solid #008c46 !important; */
    height: 40px;
}

.form-tv button {
    width: 50%;
    background-color: #353a3d;
    border-color: #353a3d;
    box-shadow: unset;
    /* margin-bottom: 20px; */
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.form-tv button:hover {
    background: #353a3d;
    color: #fff;
}

.form-tv textarea {
    border: 1px solid #008c46;
    border-radius: 0;
}

.form-tv .text {
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    color: #5c5c5c;
}

.wrap-banner-home {
    margin-bottom: 30px;
}

.left-1 .list-news-sidebar ul {
    display: flex;
    flex-wrap: wrap;
}

.left-1 .list-news-sidebar ul>li {
    width: 50%;
    border: none;
}

.left-1 .list-news-sidebar ul>li:nth-child(odd) {
    padding-right: 15px;
}

.left-1 .list-news-sidebar ul>li:nth-child(even) {
    padding-left: 15px;
}

.left-1 .list-news-sidebar ul>li .box {
    border-bottom: 1px #eee solid;
}

.property_customs .content ul li {
    padding: 10px;
    list-style-type: none!important;
    margin: 0;
}

.property_customs .content ul li:nth-child(odd) {
    background-color: #f1f1f1;
}

.noi_dung_sp>* {
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
}

.noi_dung_sp h2{
    font-size: 20px;
    font-weight: 700;
}

.noi_dung_sp h3{
    font-size: 15px;
}

#dataProductSearch {
    display: flex;
    flex-wrap: wrap;
}

.product-relate #dataProductSearch {
    display: block;
}

.box-aside {
    height: 100%;
}

.box-aside .box-content {
    height: calc(100% - 50px);
    outline: 1px solid #ddd;
}

.show-more {
    margin-bottom: 20px;
}


/* HHHH */

.toggle-1 {
    -webkit-animation-name: toglle;
    -webkit-animation-duration: 3s;
    animation-name: toglle;
    animation-duration: 3s;
}

@-webkit-keyframes toglle-1 {
    0% {
        max-width: 0%;
    }
    50% {
        max-width: 50%;
    }
    100% {
        max-width: 100%;
    }
}

@keyframes toggle-1 {
    0% {
        max-width: 0%;
    }
    50% {
        max-width: 50%;
    }
    100% {
        max-width: 100%;
    }
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.box-link-paragraph {
    background-color: #fff;
    margin-bottom: 30px;
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto;
}

.box-link-paragraph {
    background-color: #fff;
    margin-bottom: 30px;
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: 100%;
}

.box_content .box-link-paragraph h2 {
    margin: 8px 0;
    font-size: 16px;
}

.box_content .box-link-paragraph h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 400;
}

.title-link-header {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box-link-paragraph>ul {
    width: 100%;
    max-height: 250px;
    padding: 0;
    overflow-y: auto;
}

.index {
    margin-right: 3px;
}

.box-link-paragraph ul li {
    margin-bottom: 0;
    margin-left: 30px;
}

.box-link-paragraph>ul>li {
    font-weight: 300;
    list-style: none !important;
    font-size: 15px;
    line-height: 24px;
}

.box-link-paragraph>ul>li ul {
    margin-top: 0px;
    font-weight: normal;
    font-size: 90%;
}

.box-link-paragraph ul li a {
    color: #000;
    font-weight: 600;
}

.list-content-paragraph>div {
    /* display:flex; */
    margin-bottom: 15px;
}

.list-content-paragraph>div ul,
.list-content-paragraph>div ol {
    list-style: none;
}

.name-p {
    color: #09428f;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.list-content-paragraph>div .index {
    width: auto;
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 3px;
}

.item-banner {}

.item-banner a {
    display: block;
    overflow: hidden;
}

.item-banner a:hover img {
    transform: scale(1.1);
}

.item-banner a img {
    transition: all 0.5s;
    width: 100%;
    height: auto;
}

.quatang {
    border: solid 1px #ccc;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 15px 10px 10px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.quatang .title {
    position: absolute;
    top: -10px;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    left: 50%;
    font-weight: 500;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
}

.quatang .box_quatang {
    font-size: 14px;
}

.box_quatang ul {}

.box_quatang li {
    padding-left: 24px;
    padding-bottom: 3px;
    font-size: 13px;
    line-height: 20px;
}

.box_quatang li strong {
    color: #e86300b10;
}

.box_quatang li:before {
    content: "\f06b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e86300b10;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    position: absolute;
    left: 0;
}

.modal-First .modal-dialog {
    max-width: 900px;
    /* overflow: hidden; */
}

.modal-First .modal-dialog .modal-body {
    padding: 0;
}

.modal-First .modal-content {
    border: none;
    background-position: 60% center;
    background-color: #f3f3f5;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: solid 1px #eee;
}

.modal-First .close {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -25px;
    top: -25px;
    left: unset;
    /* transform: translate(0%,-100%); */
    opacity: 1;
    color: #fff;
    font-size: 30px;
    background: #000 url(../images/ik.png) no-repeat center center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.modal-First .close:hover {
    opacity: 1;
}

.image-modal {}

.image-modal .image {
    width: 380px;
    float: left;
}

.image-modal .info_product_modal {
    width: 380px;
    height: 100%;
    float: left;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}

.image-modal .info_product_modal .title {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.info_product_modal .list-attr .price span:first-child {
    font-size: 22px;
}

.image-modal .info_product_modal .image {
    width: 100%;
    float: unset;
}

.image-modal .info_product_modal .image img {
    height: auto;
}

.image-modal .image img {
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.image-modal a {
    display: block;
}

.image-modal a img {
    border-radius: 10px;
}

.newsletter-content {
    margin-left: auto;
    text-align: center;
    padding: 40px 28px 40px;
    float: right;
    width: calc(100% - 380px);
}

.newsletter-content h4 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 0;
}

.newsletter-content h4 span {
    color: #fcb819;
}

.newsletter-content h2 {
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1.4px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
}

.newsletter-content h2 span {
    font-weight: 800;
}

.newsletter-content .dec {
    max-width: 100%;
    margin: 0 2px 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.newsletter-content .dec b {
    color: #eb1c24;
}

.newsletter-content .input-wrapper-inline {
    position: relative;
    max-width: 613px;
    width: 100%;
}

.newsletter-content .input-wrapper-inline label {
    display: inline-block;
    width: 70px;
    text-align: left;
}

.newsletter-content .input-wrapper-inline .ngay_den {
    width: calc(100% - 74px);
    display: inline-block;
}

.newsletter-content .form-control {
    border: 1px solid #222;
    background: #fff;
    flex: 1;
    min-width: 40px;
    border-radius: 3px;
    min-height: 38px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    background-color: Transparent;
    padding: 7px 10px;
    height: auto;
    overflow: hidden;
    height: 48px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-bottom: 12px;
}

.newsletter-content .input-wrapper-inline button {
    border-radius: 3px;
    padding: 0;
    border-color: #f99f31;
    display: block;
    background-color: #f99f31;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    position: relative;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.product-cats {
    margin-left: 0;
    clear: both;
    display: inline-block;
    border: 1px #000;
    border-style: dashed;
    border-color: darkgreen;
    padding: 3px;
    overflow: hidden;
    padding-bottom: 0px;
    background: honeydew;
    width: 100%;
    margin-bottom: 10px;
}

.product-cats li {
    float: left;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    width: 25%;
    padding: 0 3px;
}

.product-cats li p {
    width: 100%;
    background: #e86300;
    visibility: visible;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    text-align: left;
    padding: 0;
    padding-left: 5px;
    border: 1px solid #DADADA;
    font-size: 12px;
    border-radius: 5px;
    line-height: 24px;
}

.product-cats li a {
    color: #ffffff;
    text-decoration: none;
}

.col-banner-home {
    width: 100%;
    margin-top: 15px;
    padding: 0;
}

.banner-home {
    /* margin-bottom: 30px; */
}

.banner-home a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 40%;
}

.banner-home img {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner-home img:hover {
    transform: scale(1.1);
}

.title-h {
    border-bottom: 1px #002995 solid;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0px;
    padding-right: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    position: relative;
}

.title-h span {
    display: block;
    margin: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 15px;
    border-right: 1px solid #f3f3f3;
    background-image: linear-gradient(to right, #002995, #00a3f3);
    color: #fff;
    margin-right: 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.title-h span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-top: 40px solid transparent;
    border-left: 30px solid #00a3f3;
}

.title-h span:before {
    content: '';
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-top: 40px solid transparent;
    border-right: 30px solid #e86300;
    display: none;
}

.menu-title {
    display: flex;
    padding-top: 0px;
    padding-right: 14px;
    width: calc(100% - 272px);
    align-items: center;
    overflow: scroll hidden;
}

.menu-title::-webkit-scrollbar {
    height: 4px
}

.menu-title::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.menu-title::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e1d4cc;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.menu-title::-webkit-scrollbar-thumb:window-inactive {
    background: #000;
}

.menu-title li {
    position: relative;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    /* max-width: unset; */
    padding: 0 0px 0 10px;
    line-height: 40px;
    margin: 0;
    color: #337ab7;
    font-size: 14px;
}

.menu-title li:not(:last-child) {
    margin-right: 0px;
}

.menu-title li:nth-child(1) {
    /* background: green !important; */
}

.menu-title li:nth-child(2) {
    /* background: #d2691e!important; */
}

.menu-title li:nth-child(3) {
    /* background: orange !important; */
}

.menu-title li:nth-child(4) {
    /* background: #8a2be2!important; */
}



.menu-title li:nth-child(16) {
    background: green !important;
}

.menu-title li:nth-child(17) {
    background: #d2691e!important;
}

.menu-title li:nth-child(18) {
    background: orange !important;
}

.menu-title li:nth-child(19) {
    background: #8a2be2!important;
}

.menu-title li:nth-child(20) {
    background: brown !important;
}

.menu-title li:nth-child(21) {
    background: green !important;
}

.menu-title li:nth-child(22) {
    background: #d2691e!important;
}

.menu-title li:nth-child(23) {
    background: orange !important;
}

.menu-title li:nth-child(24) {
    background: #8a2be2!important;
}

.menu-title li:nth-child(25) {
    background: brown !important;
}

.menu-title li:nth-child(26) {
    background: green !important;
}

.menu-title li:nth-child(27) {
    background: #d2691e!important;
}

.menu-title li:nth-child(28) {
    background: orange !important;
}

.menu-title li:nth-child(29) {
    background: #8a2be2!important;
}

.menu-title li:nth-child(30) {
    background: brown !important;
}

.menu-title li:nth-child(31) {
    background: green !important;
}

.menu-title li:nth-child(32) {
    background: #d2691e!important;
}

.menu-title li:nth-child(33) {
    background: orange !important;
}

.menu-title li:nth-child(34) {
    background: #8a2be2!important;
}

.menu-title li:nth-child(35) {
    background: brown !important;
}

.menu-title li:nth-child(36) {
    background: green !important;
}

.menu-title li:nth-child(37) {
    background: #d2691e!important;
}

.menu-title li:nth-child(38) {
    background: orange !important;
}

.menu-title li:nth-child(39) {
    background: #8a2be2!important;
}

.menu-title li:nth-child(40) {
    background: brown !important;
}

.menu-title li:not(:last-child):before {
    content: '';
    width: 0px;
    height: 15px;
    position: absolute;
    background-color: #000;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-title li a {
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #e86300, #ffb400);
    padding: 5px 20px;
    border-radius: 5px;
}

.menu-title li a:hover {
    color: #fff;
}

.title-h a:hover {
    color: #fff;
}

.title-h-2 {
    /* border-bottom: 2px #e90000 solid; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
}

.topNewsTitle {
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 15px;
    border-right: 1px solid #f3f3f3;
    background: #e86300;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.ulcategory {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ulcategory>li {
    display: block;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
}

.ulcategory>li {
    display: block;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
}

.ulcategory>li>a {
    display: block;
    padding: 4px 10px 4px 8px;
    color: #000;
    font-size: 15px;
    letter-spacing: .5px;
    background: #fff;
}

.ulcategory li.active>a {
    background: #1da04e;
    color: #fff;
    border-radius: 4px;
}

.ulcategory>li.has-sub .icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #eee;
    height: 31px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.ulcategory>li.has-sub .ulcategorySub {
    display: none;
    margin: 0;
    padding: 10px 0 10px 10px;
    border-top: 2px solid #f3f3f3;
    border-radius: 0 0 3px 3px;
    background: #fff;
}

.ulcategory>li.has-sub.show-sub .ulcategorySub {
    display: block;
}

.ulcategory>li.has-sub .ulcategorySub li {
    display: block;
}

.ulcategory>li.has-sub .ulcategorySub li a {
    display: block;
    padding: 8px 10px 8px 8px;
}

.mobile_links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.mobile_links {
    margin-bottom: 15px;
}

.mobile_links .item {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    font-size: 13.5px;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    color: #666;
    width: 10%;
    padding: 0;
}

.mobile_links.show-more .item {
    display: block;
}

.mobile_links .item .inner {
    background: #fff;
    height: 100%;
    padding: 3px;
}

.mobile_links .item a {
    display: block;
    color: #333;
}

.mobile_links .item a img {
    width: auto;
}

.mobile_links .item .title {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
}

.view-all {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #f38c13;
    font-size: 14px;
    z-index: 1;
}

.view-all i {
    color: #f38c13;
    padding-left: 5px;
}

.title-h-2 .name {
    background-image: linear-gradient(45deg, #e86300, #e86300);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 15px 7px 15px;
    display: inline-block;
    text-align: left;
    position: relative;
    min-width: 220px;
    font-size: 16px;
}

.title-h-2 .name:before {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: -25px;
    z-index: 1;
    transform: skew(45deg);
}

.padding_in {
    padding: 0 8px;
}

.p10 {
    padding-left: 10px;
    padding-right: 10px;
}

.col-item-product {
    width: 25%;
    max-width: 25%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-top: solid 1px #f3f3f3;
    padding: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #fff;
}

.wrap-ss-home-2 .col-item-product {
    width: 20%;
    max-width: 20%;
}

.category_item .col-item-product {
    width: 20%;
    max-width: 100%;
}

.box-feature .col-item-product {
    width: 20%;
    max-width: 100%;
}

.product-relate .col-item-product {
    width: 20%;
    max-width: 100%;
    height: auto;
}

.item-product {}

.item-product {}

.item-product .box {
    background-color: #fff;
}

.item-product .box .image {
    margin-bottom: 5px;
    position: relative;
    background: #fff;
}

.item-product .box .sale {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 37px;
    height: 20px;
    background-color: #f00;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.item-product .box .sale strong {
    font-weight: bold;
    font-size: 12px;
}

.item-product .box .image a {
    display: block;
    text-align: center;
    padding-bottom: 85%;
    position: relative;
    overflow: hidden;
}

.item-product .box .image a img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-product .box .content {
    padding: 0;
}

.item-product .box .content .name {
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    height: 50px;
    margin: 10px 0 0 0;
}

.item-product .box .content .name a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-product .box .content .name a:hover {
    color: #e86300
}

.price-pro {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    max-width: 220px;
    align-items: center;
}

.price-pro span {}

.price-pro .new_price {
    display: inline;
}

.price-pro .new_price .number-price {
    font-size: 14px;
    color: #f00;
}

.price-pro .old_price {
    display: inline;
    margin-left: 10px;
}

.price-pro .old_price .number-price {
    font-size: 13px;
    color: #979797;
    font-weight: 400;
    text-decoration: line-through;
}

.price-pro .contact_price {
    display: inline;
}

.price-pro .contact_price .number-price {
    font-size: 14px;
    color: #e86300;
}

.item-product .box .content .price-pro .unit {}

.item-product .box .content .group-action-pro {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
}

.item-product .box .content .group-action-pro a {
    font-size: 13px;
    border-radius: 0;
}

.item-product .box .content .group-action-pro a i {
    margin-right: 5px;
}

.item-product .box .content .group-action-pro .btn-cart {
    background-color: #f18d13;
    color: #fff;
    border: 1px solid #f18d13;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 11px;
    height: 28px;
}

.item-product .box .content .group-action-pro .btn-comment {
    border-radius: 5px;
    border: none;
    height: 30px;
    background: #a0d9f4;
    color: #333;
}

.item-product .box .content .group-action-pro .views {
    line-height: 28px;
}

.item-product .box .content .supplier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.item-product .box .content .name-sup {}

.item-product .box .content .image-sup {
    width: 70px;
}

.category-dot-1 .slick-dots {
    bottom: 22px;
    left: 0;
}

.category-dot-1 .slick-dots li {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    /* position: absolute; */
    background: #636363;
    /* border: 3px solid rgba(255, 255, 255, 0.9); */
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.category-dot-1 .slick-dots li.slick-active {
    background: #e38c2b;
    /* border: 3px solid rgba(0, 0, 0, 1); */
}

.category-dot-1 .slick-dots li button {
    width: 8px;
    height: 8px;
}

.category-dot-1 .slick-dots li button:before {
    width: 100%;
    height: 100%;
}

.wrap-ss-home-2 {
    margin-bottom: 15px;
}

.list-product-item-home {
    background-color: #fff;
    padding: 0px 0px;
    display: inline-block;
    float: left;
    width: 100%;
}

.row-75 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row-75>[class^='col-'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-10>[class^='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.list-post-home {
    /* padding: 15px 5px 0; */
    /* background-color:#fff; */
}

.col-item-post {
    margin-bottom: 15px;
}

.item-post {
    height: 100%;
    background-color: #fff;
}

.item-post .box {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
}

.item-post .image {
    width: 100%;
}

.item-post .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 67%;
}

.item-post .image a:hover img {
    transform: scale(1.1);
}

.item-post .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.item-post .content {
    width: calc(100% - 0px);
    padding: 10px;
}

.item-post .content .list-info-post {
    color: #a0a0a0;
    margin-bottom: 5px;
}

.item-post .content .date {
    font-size: 13px;
}

.item-post .content .date span {
    background-color: #FF4141;
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-size: 30px;
    line-height: 1;
}

.item-post .content .name {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    line-height: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-post .content .name a:hover {
    /* color: #bc2024; */
}

.item-post .content .desc {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    padding: 0;
    margin-bottom: 10px;
    color: #5a5a5a;
    text-align: justify;
}

.box-viewmore {
    color: #e86300;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.news_rale {
    margin-top: 10px;
}

.list_news_lq {
    margin-bottom: 25px;
}

.list_news_lq>li {}

.list_news_lq>li>a {
    font-size: 16px;
    padding: 5px 0;
    line-height: 25px;
    display: block;
}

.list_news_lq>li>a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    display: inline-table;
    vertical-align: middle;
    margin-right: 8px;
    color: #000;
    font-weight: 700;
}

.title-relate {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.col-banner-home-2 {
    margin-bottom: 30px;
}

.nav-dots {}

.nav-dots>li {
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 10px;
}

.slider-nav .slick-slide {
    text-align: center;
    padding: 5px 0;
    /* border-left: 1px solid #ccc; */
}

.slider-nav .slick-active:last-child {
    /* border-left: none; */
    /* border-right: 1px solid #ccc; */
}

.slider-nav .slick-active:first-child {
    /* border-right: none; */
}


/* .dots-title-slider {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
} */

.dots-title-slider {
    margin-top: 0;
    font-size: 16px;
    background-color: #fff;
}

.dots-title-slider .slick-current {
    font-weight: 500;
    position: relative;
}

.dots-title-slider .slick-current::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1DA04E;
    top: 0;
    left: 0;
}

.dots-title-slider .slick-active {
    position: relative;
    font-size: 10px;
}

.dots-title-slider .slick-active {
    border-right: 1px solid #ccc;
    box-shadow: unset;
}

.dots-title-slider {
    border-left: 1px solid #ccc;
    /* border-right: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
}

.box-right {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    https: //vptek.vn/;
    /* overflow: scroll hidden; */
}

.see-more {
    display: flex;
    align-items: center;
    color: #e86300;
    padding: 0 10px;
    line-height: 40px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}
.box-right a:hover {
	color: #333;
}


/* HHH */

@media(max-width:1300px) {
    .category-slide-1 .slick-prev {
        left: 0;
    }
    .category-slide-1 .slick-next {
        right: 0;
    }
}

@media (min-width:992px) {
    .block-content-right {
        order: 1;
    }
}

@media (max-width: 767px) {
    .manuf_lst li {
        width: 25%;
    }
}

@media (max-width:550px) {
    .category-item .box .content {
        width: 110px;
        flex: 0 0 110px;
    }
    .category-item .box .content h3 {
        font-size: 14px;
    }
    .card-news-horizontal .content {
        width: 100%;
    }
    .card-news-horizontal .image {
        width: 100%;
    }
}

.link-service {
    display: block;
    max-width: 790px;
    background: #fdcb4f;
    color: #fff;
    padding: 10px 15px;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 20px;
}

.link-service:hover {
    color: #fff;
}

.link-service i {
    margin-left: 10px;
}

.pd-10 {
    padding: 0 10px;
}

.text-service {
    padding: 0 5px;
}

.title-service {
    font-size: 63px;
    color: #fdcb4f;
    text-transform: uppercase;
    font-weight: bold;
}

.service-view {
    border: 1px solid #fdcb4f;
    border-radius: 20px;
    padding: 0 19px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    color: #fdcb4f;
}

.service-view:hover {
    color: #fff;
    background-color: #fdcb4f;
}

.col-service-item {
    padding: 0 5px;
    margin-bottom: 20px;
}

.service-item {
    box-shadow: 1px 15px 19px #dddddd;
}

.service-item .box {
    text-align: center;
    padding: 0 0 15px;
    background-color: #fff;
}

.service-item .box .image {
    margin-bottom: 15px;
}

.service-item .box .image img {
    object-fit: cover;
    width: auto;
}

.service-item .box .name {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fdcb4f;
    line-height: normal;
}

.service-item .box .name span {
    max-width: 112px;
    display: inline-block;
}

.wrap-service .col-service-item:nth-child(2) .box .name a:hover {
    color: #282e88;
}

.wrap-service .col-service-item:nth-child(3) .box .name a:hover {
    color: #fdcb4f;
}

.wrap-service .col-service-item:nth-child(4) .box .name a:hover {
    color: #fad187;
}

.icon-dv-right {
    margin-top: 5px;
}

.line-div {
    width: 50px;
    height: 1px;
    background: #707070;
    margin: 0 auto;
}

.title-xemthem {
    font-size: 24px;
    color: #707070;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}

.title-#c31f26 {
    color: #fdcb4f;
}

.title-while {
    color: #fff;
}

.group-title .desc {
    color: #222;
    margin-bottom: 0;
    line-height: 24px;
    max-width: 750px;
    font-size: 15px;
    text-align: center;
    margin: auto;
}

.wrap-system {
    padding: 25px 0 60px;
    background-color: #fdcb4f;
    color: #fff;
}

.box-system {
    position: relative;
}

.list-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
}

.list-icon span {
    /* display: inline-block; */
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #3895f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}

.list-icon span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white-2;
    animation: animation-glowing-white-2 1.5s infinite;
}

.list-icon span.active:after {
    animation-name: animation-glowing-white-2-active;
}

@keyframes animation-glowing-white-2-active {
    0% {
        box-shadow: inset 0 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.5);
    }
    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

@keyframes animation-glowing-white-2 {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.1);
    }
    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

.list-icon span.active {
    transform: translate(-50%, -50%) scale(1.5);
}

.list-icon span:before {
    content: "\f041";
}

.close-map {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    line-height: 23px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.close-map:before {
    content: "x";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.bg-image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.bg-image-load.active {
    z-index: 1;
    opacity: 1;
}

.bg-image-load.active .image-load {
    transform: translate(-50%, -50%) scale(1);
}

.box-system .image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    /* opacity: 0; */
    text-align: center;
    max-width: 500px;
    /* overflow: hidden; */
    transition: all 0.5s;
}

.box-image-load {
    padding-bottom: 100%;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #e23b41;
}

.box-system .image-load img {
    width: auto;
    max-width: 70%;
    /* max-width: 100%; */
    height: 80%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrap-system .image-sytem {}

.wrap-system .image-sytem img {}

.btn-view {
    display: inline-block;
    border-radius: 40px;
    line-height: 45px;
    background-color: #fff;
    color: #e23b41;
    font-size: 18px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e23b41;
    box-shadow: 0px 1px 5px 1px #a38a8a;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white;
    animation: animation-glowing-white 1.5s infinite;
}

.btn-light {
    padding: 3px 12px;
    font-size: 14px;
    color: #333;
    background-color: #f99f31;
    border-color: #f99f31;
}

@keyframes animation-glowing-white {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }
}

.btn-view:hover {
    color: #fff;
    background-color: #e23b41;
}

.btn-view i {
    font-size: 28px;
    margin-right: 10px;
}

.wrap-count {
    padding: 25px 0;
}

.wrap-count .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.image-about {}

.image-about .image {
    overflow: hidden;
    display: block;
}

.image-about img {
    transition: 0.5s;
}

.image-about .image:hover img {
    transform: scale(1.2);
}

.link_about {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.link_about a {
    display: inline-block;
    color: #e23b41;
    border-radius: 50px;
    border: 1px solid #e23b41;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 18px;
}

.link_about a:hover {
    background-color: #e23b41;
    color: #fff;
}

.list_count {}

.item_count {
    text-align: center;
    margin-bottom: 20px;
}

.item_count .box_count {}

.item_count .box_count .counter-value {
    color: #e23b41;
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 5px;
}

.item_count .box_count p {}

.list-news-2 .fo-03-news .content {
    padding-top: 30px;
}

.list-news-2 .fo-03-news h3 a {
    color: #e23b41;
}

.list-news-2 .fo-03-news h3 a:hover {
    color: #282e88;
}

.list-news-2 .fo-03-news .desc {
    -webkit-line-clamp: 2;
    height: 46px;
    margin-bottom: 5px;
}

.fo-03-news h3 {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    line-height: 20px;
    margin: 0px 0 0px;
    position: relative;
    margin-top: 10px;
}

.fo-03-news h3 a {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 19px;
    line-height: 20px;
    padding-bottom: 10px;
}

.fo-03-news h3 a:hover {
    color: #e23b41;
}

.fo-03-news .desc {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 110px;
    margin-bottom: 10px;
    text-align: justify;
}

.fo-03-news-main .content {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.block-action-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fo-03-news-main .block-action-news {
    color: #e23b41;
}

.fo-03-news-main .date {
    color: #e23b41;
}

.xemthem {
    text-decoration: underline;
    color: #e86300
}

.wrap-bg {
    background-image: url(../images/bg-01.png);
    padding: 15px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-bg {
    position: relative;
    margin: 0 auto;
}

.box-bg>img {
    /* min-height: 300px; */
    /* object-fit: cover; */
    width: 100%;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.before-after-unset:before,
.before-after-unset:after {
    content: unset;
}

.box-bg .d-flex {}

.box-bg-content {
    justify-content: center;
    align-items: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.box-bg-content .logo-bg {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.box-bg-content .button_tuvan {
    width: 50%;
    padding-left: 10px;
}

.box-bg-content .logo-bg img {
    width: auto;
    max-width: 328px;
}

.wrap-contact-footer {
    padding: 15px 0 0;
}

.col-1-5 {
    min-width: 20%;
}

.col-item-contact {
    color: #e23b41;
    margin-bottom: 15px;
}

.col-item-contact .box {
    text-align: center;
}

.col-item-contact .box .icon {
    text-align: center;
}

.col-item-contact .box .icon img {
    height: 75px;
    width: auto;
    margin: 0 auto;
}

.col-item-contact .box .name {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.col-item-contact .box .desc {
    font-size: 17px;
}

.col-item-img {
    margin-bottom: 15px;
}

.col-item-img .box {}

.col-item-img .box .image {
    text-align: center;
}

.col-item-img .box .image img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.breadcrumbs {
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
    background-color: #fff;
}

.breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    z-index: 1;
}

.breadcrumbs ul {
    float: left;
    width: 100%;
    padding: 12px 15px;
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 20px; */
    display: inline-block;
    max-width: 795px;
    background-color: #e23b41;
}

.breadcrumbs ul>li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 400;
}

.breadcrumbs ul>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    float: left;
}

.breadcrumbs ul>li>a:after {
    content: "/";
    /*    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
    */
}

.breadcrumbs ul>li:last-child a:last-child:after {
    content: "\f107";
    margin: 0px 0px 0 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    position: relative;
    top: 2px;
}

.breadcrumbs ul>li span {
    display: inline-block;
    color: #fff;
}

.blog-news {
    padding: 50px 0;
}

.line-div-long {
    width: 100%;
    height: 1px;
    background-color: #000;
    max-width: 670px;
    margin: 30px auto;
}

.list-news-2 {}

.list-news-2 .row {
    padding: 0 7.5px;
}

.list-news-2 .row .col-xs-12 {
    padding: 0 7.5px;
}

.list-news-2>.row:nth-child(2n) .left {
    float: right;
}

.list-news-2 .left {}

.list-news-2 .right {}

.list-news-2 .fo-03-news {
    margin-bottom: 15px;
}

.list-news-blog {}

.list-news-blog .fo-03-col-news:nth-child(1),
.list-news-blog .fo-03-col-news:nth-child(6) {
    width: 50%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .image a,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .image a {
    padding-bottom: 66.7%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    background-image: linear-gradient(0deg, rgba(204, 204, 204, 0.9), rgba(237, 233, 233, 0.9), transparent);
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content {
    color: #e23b41;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .date,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .date {
    color: inherit;
}

.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #3e4494
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #707070;
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content .block-action-news,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content .block-action-news {
    color: #e23b41;
}

.blog-news-detail {
    padding: 0px 0;
    background: #fff;
}

.p-75 {
    padding: 0 7.5px;
}

.p-5 {
    padding: 0 5px;
}

.p-10 {
    padding: 0 10px;
}

.padding-content {
    padding: 25px 38px 35px;
}

.title-detail {
    /* color: #e90000; */
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    /* padding-bottom: 15px; */
    margin-bottom: 15px;
    margin-top: 15px;
}

.desc-content {}

.desc-content ul {
    list-style: disc;
    padding-left: 15px;
    margin: 10px 0;
}

.desc-content ul li {
    list-style: disc !important;
}

.side-bar .title-h span {
    width: 100%;
    text-align: left;
}

.side-bar .title-h span:after {
    display: none;
}

.fix-sidebar {
    position: sticky;
    top: 110px;
}

.box-form-search-sidebar {
    padding: 15px;
}

.side-bar {
    background-color: #f5f5f5;
    /* box-shadow: 0 1px 2px #d9dadb; */
    margin: 15px 0 22px 0;
}

.banner-sidebar {
    margin-bottom: 10px;
}

.side-bar .title-h span {
    width: 100%;
}

.side-bar .title-h span:after {
    display: none;
}

.side-bar:last-child {
    margin-bottom: 0;
}

.title-sider-bar {
    font-size: 16px;
    margin: 0;
    color: #000000;
    font-weight: 500;
    padding: 16px 20px 12px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 26px;
    text-transform: uppercase;
    padding: 11px 9px 10px 12px;
    background: #f38c13;
    color: #fff;
}

#myInputAddress {
    margin-bottom: 10px;
}

.addressItem {
    margin-bottom: 10px;
}

.form-check input {
    cursor: pointer;
}

.form-check .form-check-label {
    cursor: pointer;
}

.form-check .form-check-label:hover {
    color: #f38c13;
}

.price_check {
    margin-bottom: 10px;
}

.type-fill {
    padding: 5px 10px;
    font-weight: bold;
    margin-top: 5px;
}

#myDataAddress {
    padding: 10px;
}

.list-fill .form-group {
    padding: 10px;
}

.list-category {
    padding: 10px 10px 12px 10px;
    /* border: 1px #ddd solid; */
}

.list-category li {
    list-style: none;
    line-height: 44px;
    font-size: 16px;
    text-transform: none;
    /* color: #f00; */
    padding: 0 5px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.list-category li:last-child {
    border-bottom: none;
}

.menu-side-bar {}

.menu-side-bar ul {
    display: none;
    /* padding-left: 10px; */
}

.list-category ul>li>a>img {
    /*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 35px;
    transition: all 0.5s;
    opacity: 0.4;
    /* display: none; */
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a .pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.active>a>.pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active a .pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    position: relative;
    user-select: none;
    display: block;
    /* height: 48px; */
    line-height: 30px;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 0 20px;
    /* color: #222222; */
    position: relative;
}

.list-category ul>li>a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 20px;
    top: 18px;
    font-weight: 600;
}

.list-category ul>li>a>span {
    padding-left: 0;
    /* border-left: 1px solid #e5e5e5; */
}

.list-category ul>li>a {
    padding-left: 10px;
    line-height: 35px;
    /* height: 35px; */
}

.list-category ul>li>a:before {
    left: 10px;
    top: 0px;
}

.list-category>ul>li {
    margin-bottom: 5px;
}

.list-category>ul>li>a {
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 25px;
}

.list-category>ul>li>a:before {
    display: none;
}

.list-trending {}

.list-trending ul {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li {
    font-size: 13px;
    margin-top: 0;
    padding: 15px;
    /* border-bottom: 1px solid #f0f0f0; */
}

.list-trending ul>li>.box {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ff9a00;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.list-trending .box .icon {
    width: 125px;
    overflow: hidden;
    height: 125px;
}

.list-trending .box .icon img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.list-trending .box .icon:hover img {
    transform: scale(1.1);
}

.list-trending .box .content {
    width: calc(100% - 125px);
    padding-left: 10px;
}

.list-trending .box .content .date {
    text-transform: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: auto;
    color: #a9a9a9;
}

.list-trending .box .content .price-side {
    font-size: 15px;
    color: #f68519;
    font-weight: 600;
}

.list-trending .box .content .name {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 30px;
}

.list-trending .box .content .name a {
    /* color: inherit; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    color: #e23b41;
}

.list-trending .box .content .name a:hover {
    color: #282e88;
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
    line-height: 20px;
    height: 40px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.list-news-sidebar {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
}

.list-news-sidebar .price-pro .new_price .number-price {
    font-size: 13px;
}

.list-news-sidebar ul {
    list-style: none;
    /* margin: 10px 0 0; */
    /* padding: 10px; */
    /* border: 1px #b0aeae solid; */
}

.list-news-sidebar ul li {
    margin-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px #eee solid;
    padding-bottom: 5px;
}

.list-news-sidebar ul li>a {
    color: #055699;
    font-size: 12px;
}

.list-news-sidebar ul li .box {
    display: flex;
}

.list-news-sidebar ul li .box .image {
    width: 100px;
    overflow: hidden;
}

.list-news-sidebar ul li .box .image img {
    transition: 0.3s;
}

.list-news-sidebar ul li .box .image:hover img {
    transform: scale(1.2);
}

.list-news-sidebar ul li .box .content {
    width: calc(100% - 100px);
    padding-left: 10px;
}

.list-news-sidebar ul li .box .content .date {
    font-size: 13px;
}

.list-news-sidebar ul li .box h3 {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    color: #055699;
    margin: 0;
    margin-bottom: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-news-sidebar ul li .box h3 a {
    color: #333;
    font-size: 14px;
}

.list-news-sidebar ul li .box h3 a:hover {
    color: #e90000;
}

.pagination {
    margin: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-product {
    padding: 30px 0;
    width: 100%;
}

.blog-product .group-title .title {
    padding-bottom: 0;
    color: #e86300;
}

.blog-product .group-title {
    margin-bottom: 18px;
}

.blog-product .btn-view {
    box-shadow: 6px 11px 30px -4px #ccc;
    animation-name: unset;
}

.list-service-2 {
    margin-bottom: 10px;
}

.col-service-item-2 {
    margin-bottom: 15px;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover {
    color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2 {
    background-color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2:after {
    border-left-color: #282e88;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover {
    color: #e86300;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2 {
    background-color: #e86300;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2:after {
    border-left-color: #e86300;
}

.service-item-2 {}

.service-item-2 .box {
    box-shadow: 6px 11px 30px -4px #ccc;
    display: block;
    padding: 25px 48px 35px;
    background-color: #fff;
}

.service-item-2 .box:hover {
    color: #e23b41;
}

.service-item-2 .box:hover .line-div-2:after {
    content: "";
    border-top: 6px solid transparent;
    border-left: 6px solid #c31f26;
    /* border-right:4px solid #c31f26; */
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.service-item-2 .box:hover .line-div-2 {
    background-color: #e23b41;
}

.service-item-2 .icon {
    margin-bottom: 15px;
}

.service-item-2 .icon img {
    height: 135px;
    width: auto;
    object-fit: contain;
}

.service-item-2 .name {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.service-item-2 .desc {
    font-size: 17px;
    line-height: 24px;
    height: 72px;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.line-div-2 {
    width: 50px;
    background-color: #000;
    height: 2px;
    position: relative;
}

.wrap-tab-service {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrap-tab-service .nav-tabs {
    border: unset;
    border-top: 2px solid #707070;
    max-width: 830px;
    margin: 0 auto;
}

.wrap-tab-service .nav-tabs li {}

.wrap-tab-service .nav-tabs li a {
    background-color: #fff;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0;
    /* box-shadow: inset 0px 1px 1px 0.8px #ccc; */
    outline: unset;
    border: unset;
}

.wrap-tab-service .nav-tabs li.active a {
    background-color: #2c8ff2;
}

.icon-tab {}

.icon-tab img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.wrap-tab-service .tab-content {
    padding-top: 30px;
}

.title-service-tab {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 40px;
    color: #e23b41;
}

.title-service-tab-sm {
    text-transform: uppercase;
    font-size: 20px;
    color: #707070;
    font-weight: bold;
}

.desc-tab {
    font-size: 15px;
    line-height: 1.6;
}

.product-relate {
    padding-top: 20px;
    float: left;
    width: 100%;
}

.blog-product-detail {
    padding: 10px 0 18px;
}

.blog-product-detail .group-title {
    margin-bottom: 18px;
}

.blog-product-detail .group-title .title {
    padding-bottom: 0;
    color: #353a3d;
    font-size: 25px;
}

.blog-contact {
    padding: 40px 0;
}

.tuvan_ct {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.image-contact {
    text-align: center;
}

.image-contact {
    max-width: 1000px;
    margin: 0 auto;
}

.image-contact .wrap-system {
    padding: 0;
}

.form-search-icon {
    padding-left: 15px;
    width: 100%;
    max-width: 400px;
}

.form-search-icon .form-group {
    margin-bottom: 0;
}

.form-search-icon input {
    height: 50px;
    border-radius: 30px;
    padding-left: 40px;
    font-size: 18px;
    width: 100%;
}

.form-search-icon .search-label {
    position: relative;
    margin: 0;
    width: 100%;
}

.form-search-icon .search-label:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 50%;
    transform: translate(0, -50%);
    color: #707070;
    display: none;
}

.form-search-icon .search-label button {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    position: absolute;
    top: 12px;
    left: 12px;
}

.form-search-icon .search-label button i {
    color: #707070;
}

.wrap-list-contact-address {
    padding-top: 40px;
}

.blog-lienhe-hoptac {
    padding: 40px 0;
}

.blog-lienhe-hoptac .group-title {
    margin-bottom: 5px;
}

.blog-lienhe-hoptac .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.content-lienhe-hoptac {
    max-width: 1000px;
    margin: 0 auto 10px;
    text-align: justify;
    font-size: 16px;
}

.form-contact-hoptac {
    max-width: 800px;
    margin: 0 auto;
}

.form-contact-hoptac input:not([type=radio]):not([type=checkbox]),
.form-contact-hoptac select {
    height: 50px;
    border-radius: 0;
}

.form-contact-hoptac textarea {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    border-radius: 0;
}

.form-contact-hoptac .border-input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.form-contact-hoptac .border-input label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 12px 0;
    cursor: pointer;
    position: relative;
    padding-left: 0;
}

.form-contact-hoptac .border-input input {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.form-contact-hoptac .border-input .design {
    width: 22px;
    height: 22px;
    border: 2px solid #242424;
    border-radius: 100%;
    margin-right: 8px;
    position: relative;
}

.form-contact-hoptac .border-input .design::before,
.form-contact-hoptac .border-input .design::after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}

.form-contact-hoptac .border-input .design:before {
    background-color: #242424;
    opacity: 0;
    transition: .3s;
}

.form-contact-hoptac .border-input .design:after {
    background-color: #2500e0;
    opacity: .4;
    transition: .6s;
}

.form-contact-hoptac .btn-view {
    line-height: 58px;
    padding: 0px 26px;
    font-size: 24px;
    margin-top: 20px;
}

.form-contact-hoptac .border-input input:checked+.design::before {
    opacity: 1;
    transform: scale(.6);
    top: -2px;
    left: -2px;
}

.form-contact-hoptac .border-input .text {
    color: #5d5656;
    font-size: 16px;
}

.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
    font-size: 24px;
    font-weight: normal;
}

.form-contact-hoptac .checkbox label {
    font-size: 17px;
}

.form-contact-hoptac .checkbox label input {
    float: left;
    position: relative;
    top: 3px;
}

.form-contact-hoptac label a {
    text-decoration: underline;
    font-weight: 700;
}

.form-contact-hoptac input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
}

.form-contact-hoptac select {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
}

.border-input {
    border: 1px solid #ccc;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.title-form {
    text-align: center;
    text-transform: uppercase;
    color: #e23b41;
    font-weight: bold;
    font-size: 31px;
    margin-bottom: 10px;
}

.blog-about-us {
    padding: 5px 0 0;
}

.wrap-about-us .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.wrap-about-us .desc-about {
    max-width: 560px;
}

.wrap-about-us {}

.wrap-about-us .container>.row {
    align-items: flex-end;
}

.about-text {}

.about-text .group-title {
    margin-bottom: 0;
}

.desc-about {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}

.image-about-us {
    margin-bottom: 20px;
}

.image-about-us img {}

.wrap-tam-nhin {
    padding: 30px 0;
    box-shadow: 0 0 25px 0px #ccc;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wrap-tam-nhin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.box-tam-nhin {
    max-width: 800px;
    margin: 0 auto;
}

.item-tam-nhin {}

.item-tam-nhin:last-child .line-tam-nhin {
    display: none;
}

.title-tam-nhin {
    font-size: 44px;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    color: #282e88;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    position: relative;
    line-height: 80px;
}

.title-tam-nhin img {
    width: auto;
    position: absolute;
    left: 0;
}

.item-tam-nhin:nth-child(3n+2) .title-tam-nhin {
    color: #eb1c23;
}

.item-tam-nhin:nth-child(3n+3) .title-tam-nhin {
    color: #f9bb5a;
}

.item-tam-nhin .desc {
    line-height: 32px;
    font-size: 24px;
    font-style: italic;
    width: 100%;
}

.wrap-ls {
    padding: 40px 0 50px;
}

.item-ls {}

.item-ls .image-ls {
    margin-bottom: 25px;
}

.item-ls .image-ls img {}

.ls-text {
    margin-bottom: 25px;
}

.title-ls {
    color: #e23b41;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.desc-ls {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
}

.line-tam-nhin {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background-color: #707070;
    margin: 20px auto;
}

.bg-line {
    background-image: url(../images/bg-line.png);
    height: 17px;
    margin-bottom: 25px;
}

.item-ls-sm {
    padding: 5px 1px;
}

.item-ls-sm:first-child .box {
    border-left: 1px solid #707070;
}

.item-ls-sm .box {
    text-align: center;
    /* border-left:1px solid #707070; */
    border-right: 1px solid #707070;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 15px;
    cursor: pointer;
}

.slide-ls-sm {
    padding: 0 20px;
}

.item-ls-sm.slick-current {
    padding: 0;
}

.item-ls-sm.slick-current .box {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.wrap-banner-home-2 {
    background: #f8f8f8
}

.title_danhmuc {
    background: #c31f26;
    padding: 10px 10px;
}

.title_danhmuc h2 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.video {
    width: 100%;
}

.video iframe {
    width: 100%;
    height: 262px;
}

.list-attr .attr-item .form-group label {
    font-size: 15px;
}

.sale {
    position: absolute;
    top: 0;
    top: 10px;
    left: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #002995;
    padding: 9px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: 0px solid #ccc;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    background: #fff;
    margin-right: 7px;
    color: #404040;
    font-weight: 500;
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #ccc;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ccc;
}

.nav-tabs {
    margin-top: 20px;
    border-bottom: 0;
}

.nav-tabs .nav-item {
    float: left;
}

.title-1 {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}

.wrap-fill {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    background: #e9ecef;
    padding: 5px;
}

.wrap-fill>.form-group {
    margin: 0 5px;
    margin-bottom: 10px;
    font-size: 12px;
    width: 100%;
}

.wrap-fill>.form-group select {
    font-size: 12px;
}

.tab-content>.active {
    display: block;
    color: #000;
    line-height: 22px;
    font-size: 15px;
    text-align: justify;
}

.pro_detail_tab_content {
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
}

.pro_detail_tab_content h2 {
    font-size: 20px;
    font-weight: 700;
}

.pro_detail_tab_content h3 {
    font-size: 15px;
}

.fd_divider {
    display: table;
    font-size: 1em;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}

.fd_divider span:first-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient( 180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg, transparent, #000);
    background-image: -o-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient( 90deg, transparent, #000);
}

.fd_divider span:nth-child(2) {
    color: #000;
    padding: 0 5px;
    width: auto;
    white-space: nowrap;
}

.fd_divider span:last-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient( 180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg, #000, transparent);
    background-image: -o-linear-gradient(180deg, #000, transparent);
    background-image: linear-gradient( 90deg, #000, transparent);
}

.fd_divider span:first-child,
.fd_divider span:last-child {
    width: 50%;
    top: 13px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.fd_divider span {
    display: table-cell;
    position: relative;
}

.o_image {
    background-image: url(../images/unknown.png);
    background-size: contain;
    width: 100px;
    height: 100px;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
}

.show-more:before {
    height: 55px;
    margin-top: -45px;
    /* content: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), color-stop(.2, #fff), to(hsla(0, 0%, 100%, 0))); */
    display: block;
}

.readmore {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #288ad6;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 40%,#fff 100%);
}

.readmore a{
    border: solid 1px #337ab7;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
    position: relative;
}

.readmore a:before{
    content: "Xem thÃªm";
}

.readmore a.active:before{
    content: "Thu gá»n";
}

.readmore a:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 6px solid #288ad6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.readmore a.active:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 0;
    border-bottom: 6px solid #288ad6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

#noi_dung_sp{
    max-height: 140px;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 15px;
}

#noi_dung_sp.active{
    max-height: unset;
}

#pro_specifications{
    max-height: 345px;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}

#pro_specifications.active{
    max-height: unset;
}

.group-title1 {
    width: 100%;
    text-align: center;
    position: relative;
}

.group-title1 .title1:before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 0px);
    width: 120px;
    height: 2px;
    background-color: #353a3d;
    transform: translate(-50%, 0);
}

.title-b {
    max-width: 750px;
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.3;
    margin: 0 auto;
}

.title-b span {
    width: 100%;
}

.item-camnhan .content .desc i.fa-quote-left {
    margin: 0 10px 18px 0;
    vertical-align: bottom;
}

.item-camnhan .content .desc i {
    font-size: 34px;
    line-height: 30px;
    display: inline-block;
    color: #dddddd
}

.wrap-suutap {
    /*background: url(../images/bg_bosuutap.jpg);*/
    padding: 120px 0;
    overflow: hidden;
    background: #eee;
    position: relative;
}

.wrap-suutap .box-about {
    width: 100%;
    display: flex;
}

.wrap-suutap .box-about .bosuutap {
    padding: 110px 0;
}

.wrap-suutap .box-about .bosuutap h4 {
    font-size: 30px;
}

.wrap-suutap .box-about .bosuutap h2 {
    font-size: 50px;
    font-weight: 600;
}

.wrap-suutap .box-about .bosuutap p {
    font-size: 20px;
}

.wrap-suutap .btn-about {
    border-color: #fff;
    padding: 10px 30px;
    background: #613d00;
    margin-top: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.bg_slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bg_slide .image {
    width: 100%;
    display: none
}

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

.bg_slide1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none
}

.bg_slide1 .image1 {
    width: 100%;
}

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

.free {
    font-size: 13px;
    text-align: left;
    color: #333;
}

.free img {
    width: 40px;
    padding-right: 5px;
}

.title_sp_detail {
    text-align: left;
    padding-bottom: 10px;
}

.title_sp_detail h1 {
    padding: 10px 0 0 0;
    margin: 0;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    color: #333;
    line-height: 26px;
}

.title_sp_lienquan {
    background: #002995;
    margin-bottom: 15px;
}

.title_sp_lienquan h2 {
    color: #fff;
    padding: 9px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.content-info-pro {
    padding: 6px 0;
    border-top: 1px solid #d7d7d7;
    /* border-bottom: 1px solid #d7d7d7; */
    display: flex;
}

.content-info-pro .left {
    width: 100%;
    float: left;
    border-right: 0px solid #d7d7d7;
}

.content-info-pro .left ul {}

.content-info-pro .left ul li {
    color: #000;
}

.content-info-pro .left ul li span {
    display: inline-block;
}

.content-info-pro .left ul li .name-f {
    width: 30%;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 8px 4px 0;
}

.content-info-pro .left ul li .value-f {}

.content-info-pro .left ul li .value-f a {
    color: #288ad6;
}

.content-info-pro .left ul li a {}

.content-info-pro .right {
    width: 40%;
    float: left;
    text-align: center;
}

.content-info-pro .right a {
    color: #4a4a4a;
    font-size: 13px;
    position: relative;
    padding: 4px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 0 6px 6px 0;
    text-align: center;
    /* overflow: hidden; */
    margin-left: 15px;
    display: inline-block;
    position: relative;
    /* padding-left: 0; */
}

.content-info-pro .right a img {
    right: 100%;
    top: 0;
    width: auto;
    height: 100%;
    position: absolute;
}

.product-relate .product-item {
    background: #eee;
    padding: 10px;
}

.product-relate .product-item .box .image a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    border: 1px solid transparent;
    overflow: hidden;
}

.blog-news-detail .author {
    margin-bottom: 10px;
}

.blog-news-detail .image {
    margin-bottom: 15px;
}

.blog-news-detail .box_content {
    font-size: 16px;
    line-height: 1.7;
}

.box_content h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.content-news {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
}

.content-news h3 {
    text-align: left;
    font-size: 15px;
}

.content-news ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.wrap-price {
    /* display:flex; */
    /* align-items:center; */
}

.list-attr1 {
    width: 38%;
    float: left;
    padding-top: 5px;
}


/* css trang tim kiem */

.result-search {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

.main-site-right {
    width: 100%;
}

.gsc-table-result {
    display: flex;
}

.wrap-filters {
    width: 100%;
}

.gsc-result-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 13px;
}

.gsc-position {
    position: relative;
}

.gsc-tabArea {
    clear: both;
    margin-top: 6px;
    border-bottom: 1px solid #dfe1e5;
}

.gsc-tabHeader {
    border: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
    min-width: 54px;
    padding: 0 8px 1px 8px;
    display: inline-block;
    text-align: center;
}

.gsc-tabHeader.gsc-tabActive {
    border-bottom: 2px solid #5f7c50;
    color: #fff !important;
    border-color: #a9da92 !important;
    background-color: #007aff !important;
}

.gsc-above-wrapper-area {
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0 5px 0;
    margin: 0;
}

.gsc-above-wrapper-area-container {
    width: 100%;
    margin: 0;
}

.gsc-result-info-container {
    text-align: left;
}

.gsc-result-info {
    color: #676767;
    font-size: 13px;
    margin: 0;
    padding: 4px 4px 10px 4px;
    text-align: left;
}

.gsc-wrapper {
    position: relative;
    display: block;
    font-size: 13px;
}

.gsc-resultsbox-visible {
    display: block;
}

.gsc-results {
    background-color: #fff;
}

.gsc-webResult.gsc-result {
    border-color: #288ad6;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: #ffffff;
    border: 1px solid #288ad6;
    margin: 0;
    padding: 10px 0;
    zoom: 1;
    clear: both;
}

.gsc-thumbnail-inside {
    padding-left: 4px;
    padding-right: 4px;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
    font-size: 16px;
}

.gs-result .gs-title,
.gs-result .gs-title * {
    color: #00c;
    text-decoration: none;
    height: auto;
    overflow: hidden;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
    color: #0066cc;
    font-size: 14px;
}

.gsc-thumbnail-inside,
.gsc-url-top {
    display: block;
    padding: 0 4px;
}

.gs-webResult .gs-visibleUrl-short,
.gs-promotion .gs-visibleUrl-short {
    display: none;
}

.gs-webResult .gs-visibleUrl-long {
    display: none;
}

.gs-webResult div.gs-visibleUrl {
    text-align: left;
    color: #0000ff;
    font-size: 13px;
}

.gsc-control-cse .gsc-table-result {
    width: auto;
    border-spacing: 0;
    padding: 0 4px;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
    vertical-align: top;
}

.gs-web-image-box,
.gs-promotion-image-box {
    float: left;
    padding: 2px 8px 2px 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    width: 62px;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    max-width: 60px;
    max-height: 120px;
}

.gsc-results .gsc-cursor-box {
    margin: 10px;
    border: #a9da92;
    text-align: left;
}

.gsc-results .gsc-cursor {
    color: #333;
    display: inline;
    fill: #333;
}

.gs-bidi-start-align {
    text-align: left;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    display: inline;
    margin-right: 8px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #a9da92 !important;
    background-color: #007aff !important;
    color: #fff !important;
    padding: 5px !important;
    font-size: 17px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline;
    margin-right: 8px;
    cursor: pointer;
}

.left-content {}

.left-content ul {
    margin: 0;
    list-style: none;
    background-color: #fff;
    height: 360px;
    border-top: 0px solid #d7d7d7;
    border-bottom: 0px solid #d7d7d7;
    overflow: hidden;
}

.left-content ul li {
    text-align: center;
    padding: 8px 0;
    list-style: none;
    margin: 5px 0;
}

.left-content li img {
    max-height: 60px;
}

.policy {
    border: solid 1px #ccc;
    padding: 10px;
}

.policy .title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #002995;
    font-size: 18px;
}

.policy .content ul,
.policy .content ol {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.policy .content ul li,
.policy .content ol li {
    background: url(../images/checked.png) no-repeat;
    padding-left: 17px;
    background-size: 13px;
    background-position: 0 2px;
    margin-bottom: 5px;
}

.store_info {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #f00;
    border-radius: 4px;
    line-height: 22px;
}

.store_info .items {
    /* max-height: 250px; */
    padding: 0;
    margin: 0;
}

.sub-title {
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
}


/* end */

@media (max-width: 1199px) {
    .video iframe {
        height: 223px;
    }
    .product-cats li {
        width: 33.33333%;
    }
    .mobile_links .item {
        width: 12.5%;
    }
    .menu-title li a {
        padding: 5px 8px;
    }
    .slide {
        width: calc(100% - 260px);
        margin-left: 0;
    }
    .slide_giuatrang {
        background-color: #fff;
    }
    .see-more {
        padding: 0 10px;
    }
    .menu-title {
        padding-right: 10px;
    }
    .menu-title li {
        padding: 0 5px;
    }
    .box-right .see-more {
        display: none;
    }
}

@media (max-width: 991px) {
    .video iframe {
        height: 518px;
    }
    .list_cateChild .item{
        width: 33.33333%;
    }
    .box-right .see-more {
        display: block;
        line-height: 30px;
        font-size: 14px;
        padding: 0 15px;
        color: #f00;
    }
    .product-cats li {
        width: 50%;
    }
    .title-h {
        display: block;
        width: 100%;
    }
    .title-h span {
        display: inline-block;
    }
    .menu-button-edit {
        display: inline-block;
        float: right;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        color: #e86300;
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    .wrap-detail {
        flex-wrap: wrap;
    }
    .detail_col_right {
        max-width: 100%;
    }
    .mobile_links .item {
        width: 16.66666%;
    }
    .homenews {
        display: none;
    }
    .slide {
        width: 100%;
    }
    .box-right {
        display: none;
        width: 100%;
        background: #eee;
        padding: 7px 0px;
    }
    .menu-title {
        display: block;
    }
    .menu-title li {
        width: 100%;
        text-align: left;
        line-height: 30px;
    }
    .menu-title li a {
        padding: 5px 10px;
    }
    .col-item-product {
        width: 33.33333%;
        max-width: 33.33333%;
    }
    .wrap-ss-home-2 .col-item-product {
        width: 25%;
        max-width: 25%;
    }
    .category_item .col-item-product {
        width: 25%;
    }
    .box-feature .col-item-product {
        width: 25%;
    }
    .product-relate .col-item-product {
        width: 25%;
    }
    .modal-First .modal-dialog {
        max-width: 820px;
    }
    .list_image_video .item .image img {
        height: 180px;
    }
    .cate_home .list_banner .item {
        margin-bottom: 20px;
        width: 100%;
    }
    .cate_home .list_cate2 .item {
        margin-bottom: 20px;
        width: 100%;
    }
    .cate_home .list_banner .item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .left-content {
        display: none
    }
    .list_cateChild .item{
        width: 50%;
    }
    .product-detail-infor {
        padding: 0 15px;
    }
    .mobile_links .item {
        width: 20%;
    }
    .col-item-product {
        width: 50%;
        max-width: 50%;
    }
    .wrap-ss-home-2 .col-item-product {
        width: 50%;
        max-width: 50%;
    }
    .category_item .col-item-product {
        width: 50%;
    }
    .box-feature .col-item-product {
        width: 50%;
    }
    .product-relate .col-item-product {
        width: 50%;
    }
    .modal-First .modal-dialog {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .newsletter-content {
        width: 100%;
    }
    .image-modal .image img {
        border-radius: 50px 50px 0 0;
    }
    .tab-product {
        width: 100%;
        float: unset;
        margin-right: 0;
    }
    .product-relate {
        width: 100%;
    }
    .newsletter-content .form-control {}
    .image-modal .image {
        display: none;
    }
    .image-modal .info_product_modal .image {
        display: block;
    }
    .image-modal .info_product_modal .image img {
        border-radius: 0;
    }
    .image-modal .info_product_modal {
        width: 100%;
    }
    .newsletter-content .dec {
        line-height: 1.4;
    }
    .newsletter-content h2 {
        font-size: 20px;
    }
    .newsletter-content .input-wrapper-inline button {
        padding-top: 0;
        padding-bottom: 0;
    }
    .modal-First .modal-content {
        background-size: 300px auto, contain;
        background-position: top center;
    }
    .newsletter-content {}
    .form-tv .modal-body {
        background-color: #fff;
        padding: 20px;
        border-radius: unset;
    }
    .form-tv form {
        padding: 0;
        position: unset;
        border-radius: unset;
    }
    .title-form-m {
        font-size: 25px;
    }
    .form-tv .modal-title {
        font-size: 20px;
    }
    .item-post .box .content .link-detail {
        font-size: 15px;
    }
    .item-post .box .content .desc {
        font-size: 14px;
    }
    .item-post .box .content .name {
        font-size: 16px;
    }
    .item-post .box .content .info {
        font-size: 13px;
    }
    .item-post .box .image {
        width: 100%;
    }
    .item-post .box .content {
        width: 100%;
        /* padding-left: 0; */
        /* padding-top: 15px; */
    }
    .list-news-blog .fo-03-col-news:nth-child(1),
    .list-news-blog .fo-03-col-news:nth-child(6) {
        width: 100%;
    }
    .video iframe {
        height: 430px;
    }
    .list_image_video .item .image img {
        height: 160px;
    }
    .form-search-icon {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        max-width: unset;
    }
    .box-support .col-support-item {
        width: 100%;
    }
}

@media(max-width:550px) {
    .item-post .box .content {
        width: 70%;
        padding: 0 0 0 10px;
    }
    .item-post .box .image {
        width: 30%;
    }
    .item-post .content .date {
        display: none;
    }
    .item-post .box .content .name {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .item-post .box {
        padding: 10px;
    }
    .item-post .content .desc {
        margin-bottom: 5px;
    }
    .item-post .content .desc {
        -webkit-line-clamp: 2;
    }
    .list-attr .attr-item:nth-child(1) {
        margin-bottom: 0;
    }
    .list-attr .price {
        text-align: center;
    }
    .box-feature .title {
        padding: 4px 25px 3px 10px;
        font-size: 18px;
    }
    .product-cats {
        max-height: 380px;
        overflow-y: auto;
    }
    .product-cats li {
        width: 100%;
    }
    .menu-button-edit {
        color: #fff;
    }
    .mobile_links .item {
        width: 25%;
        font-size: 13px;
    }
    .rating_detail {
        max-width: 200px;
        min-width: unset;
    }
    .title-h {
        white-space: unset;
    }
    .title-h span {
        display: block;
        text-align: left;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 32px 10px 10px;
        line-height: 20px;
        font-size: 14px;
        width: 100%;
    }
    .col-item-product {
        padding: 10px 10px;
    }
    .tiet_kiem {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .list-attr1 {
        width: 100%;
    }
    .wrap-fill>.form-group {
        width: 45%;
    }
    .list_camket .item {
        width: 50%;
    }
    .box-image-product {
        flex-wrap: wrap;
    }
    .box-image-product .image-main {
        width: 100%;
    }
    .list-small-image .pt-box {
        padding: 10px 0;
    }
    .product-detail-infor .box-infor h2 {
        font-size: 22px;
    }
    .list-small-image {
        width: 100%;
        order: 2;
        flex: 0 0 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .small-image {
        height: auto;
    }
    .product-detail-infor .box-infor {
        padding-top: 0;
    }
    .list-small-image .slick-prev {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .list-small-image .slick-next {
        right: 0;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
    }
    .list_camket .item .box .info .name {
        font-size: 15px;
    }
    .page-link {
        padding: 8px;
    }
    .modal-First .modal-content {
        /* background-image: url(../images/bg_modal.jpg) !important; */
    }
    .newsletter-content {
        margin-right: auto;
    }
    .item-service .box .icon {
        width: 100px;
    }
    .col-item-service {
        padding: 0 10px;
    }
    .item-service .box .name {
        height: 36px;
    }
    .cate_home .list_cate .box .image img {
        min-height: 225px;
    }
    .content-category {
        text-align: justify;
        padding: 0px;
        background-color: #fff;
        border: 1px dashed #fff;
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .item-service .box .name {
        font-size: 15px;
    }
    .col-item-service {
        margin-bottom: 20px;
    }
    .wrap-service {
        /* padding: 0px 0 20px; */
        padding: 0;
    }
    .item-service .box {
        margin: 0 auto;
        border: 1px dashed #000;
        padding: 10px 10px;
        border-radius: 10px;
    }
    .title-nav-tab h3 {
        font-size: 16px;
    }
    .title-h .text {
        width: 100%;
        font-size: 16px;
    }
    .col-ykkh-item .item-ykkh .nd_ykien {
        min-height: 190px;
    }
    .video iframe {
        height: 300px;
    }
    .title-b {
        padding: 10px 20px 0 20px;
    }
    .wrap-ykkh .cate-dot-1 .slick-dots {
        transform: unset;
    }
    .cate_home .cate-dot-1 .slick-dots {
        transform: unset;
    }
    .list_image_video .item .image img {
        height: 100px;
    }
    #countdown {
        width: 100%;
        margin-top: 20px;
    }
    .tab-link ul li {
        width: 100%;
    }
    .tab-link {
        position: unset;
    }
    .breadcrumbs ul>li>a {
        font-size: 16px;
    }
    .breadcrumbs ul>li:last-child a:last-child:after {
        font-size: 22px;
    }
    .title-service-tab {
        font-size: 20px;
    }
    .service-item-2 .box {
        padding: 25px 30px 35px;
    }
    .wrap-partner .list-item .box {
        /* padding: 12px 0; */
    }
    .service-item-2 .name {
        font-size: 22px;
    }
    .title-service-tab-sm {
        font-size: 17px;
    }
    .title-tam-nhin img {
        margin-right: 16px;
        height: 48px;
    }
    .blog-lienhe-hoptac {
        padding: 30px 0;
    }
    .item-tam-nhin .desc {
        line-height: 26px;
        font-size: 18px;
    }
    .form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
        font-size: 18px;
    }
    .form-contact-hoptac textarea {
        height: 100px;
    }
    .form-contact-hoptac .btn-view {
        margin-top: 5px;
        line-height: 48px;
        font-size: 20px;
    }
    .padding-content {
        padding: 25px 25px 35px;
    }
    .desc-ls {
        line-height: 26px;
        font-size: 18px;
    }
    .wrap-partner .group-title .title {
        font-size: 20px;
        text-align: center;
        line-height: normal;
    }
    .wrap-partner {
        margin-top: 0;
        padding: 10px 0;
    }
    .title-ls {
        font-size: 24px;
    }
    .title-form {
        font-size: 20px;
    }
    .title-tam-nhin {
        font-size: 28px;
        width: 225px;
        line-height: 48px;
    }
    .cate-dot-1 .slick-dots {
        right: 50%;
        transform: translate(50%, 0);
        top: calc(100% + 5px);
    }
    .wrap-partner .list-item {
        padding: 0 30px;
    }
    .wrap-partner .list-item img {
        height: 100px;
        width: auto;
        object-fit: contain;
    }
    .wrap-partner .list-item .item {
        /* padding: 10px; */
    }
    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-prev,
    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-next {
        height: 50px;
    }
    .title-xemthem {
        font-size: 20px;
    }
    .group-title .title {
        font-size: 22px;
    }
    .list-news-home {
        padding: 0 30px;
    }
    .title-service {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .item-ls-sm.slick-current .box {
        font-size: 18px;
    }
    .item_count {
        margin-bottom: 0;
        padding-top: 10px;
    }
    .item_count .box_count .counter-value {
        font-size: 40px;
    }
    .wrap-system {
        padding: 25px 0 30px;
    }
    .box-bg-content {
        width: 100%;
        position: unset;
    }
    .box-bg-content .logo-bg {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    .box-bg-content .button_tuvan {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }
    .box-bg-content .logo-bg img {
        max-width: 260px;
    }
    .nav-main>li:not(:last-child) img {
        width: auto;
    }
    .wrap-breadcrumbs .breadcrumb li {
        font-size: 11px;
    }
    .hen_lich {
        float: left;
        width: 50%;
    }
    .sign_now {
        float: left;
        width: 50%;
    }
    .box-buy {
        text-align: center;
        width: 100%;
        max-width: 250px;
    }
    .group-btn-buy-pro-detail .box-buy {
        max-width: 100%;
    }
    .box-buy .add-to-cart {
        font-size: 15px;
        border-radius: 20px;
    }
    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 50%;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background: #000;
        padding: 9px 15px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }
    .blog-product-detail .group-title .title {
        font-size: 20px;
    }
    .tab-product .nav-tabs .nav-link {
        font-size: 12px !important;
        padding: 9px;
        text-align: center;
    }
    .product-item .box .image a {
        display: block;
        position: relative;
        padding-bottom: 100%;
        border: 1px solid transparent;
        overflow: hidden;
        /* background-color: #fff; */
        /* background-image: url(../images/bg-product.png); */
        /* border: 1px solid transparent; */
    }
    .free {
        font-size: 12px;
        text-align: left;
        color: #333;
        line-height: 20px;
    }
    .product-item .box .image .km {
        line-height: 16px;
    }
    .info-count-pro .count-pro {
        /* order: 1; */
    }

    .info-count-pro .count-pro h1{
        font-size: 18px;
        margin-top: 18px;
    }
    .info-count-pro .orderby {
        /* order: 0; */
    }
    .policy {
        display: none;
    }
    .store_info {
        display: none;
    }
    .nav-tabs {
        margin-top: 0px;
        border-bottom: 0;
    }
	.title-h span:after {
		display: none;
	}
	.fo-03-news .desc {
		display: none;
	}
	.fo-03-news h3 a {
		font-size: 16px;
		-webkit-line-clamp: 3;
	}
	.fo-03-news .content {
		padding-left: 10px;
	}
	.fo-03-news h3 {
		margin-top: 0;
	}
	.fo-03-news .image a {
		padding-bottom: 75%;
	}
}

@media (max-width: 400px) {
    .title-service {
        font-size: 30px;
    }
    .list-attr .attr-item:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    .list-attr .attr-item>h3 {
        text-align: center;
    }
    .box-buy {
        text-align: center;
    }
    .box-buy a {
        margin-right: 0;
    }
    .list-attr .attr-item .form-group label {
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }
    .list-attr .attr-item:nth-child(3) {
        width: auto;
    }
    .list-attr .price {
        text-align: center;
    }
    .list-attr {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 375px) {
    .title-service {
        font-size: 30px;
    }
}