@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');

* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: gray;
}

html,
.menu_fix_mobile {
    scrollbar-width: thin;
    scrollbar-color: gray;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-body-family);
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    color: #ac3526;
}

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: 1px solid #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;
}

body {
    font-family: var(--font-body-family);
    background-color: #fff !important;
    color: #717173;
}

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

a {
    text-decoration: none;
    font-family: var(--font-body-family);
    color: #444;
}

ol,
ul {
    margin: 0;
}

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

html {
    scroll-behavior: smooth;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}

.box_dattour button i {
    margin-left: 10px;
}

.quangcao_in {
    margin-bottom: 10px;
}

.product_list1 .box_folder_products span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide {
    position: relative;
}

.nd_banner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 3;
}

.nd_banner .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

.nd_banner .title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

.nd_banner .desc {
    color: #fff;
    width: 45%;
    font-size: 16px;
    line-height: 24px;
}

.product_list1 {
    /*! display: flex; */
    /*! flex-wrap: wrap; */
    /*! justify-content: space-between; */
}

.bg_goc {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 2;
}

/* slideshow */
.slideshow {
    background-color: #f3f3f3;
}

.slideshow .slick-arrow i {
    font-size: 30px;
    color: #ffffffb2;
    margin-top: 2px;
}

.slideshow .slick-prev {
    left: 50px;
}

.slideshow .slick-next {
    right: 50px;
}

.ban-view {
    padding-top: 200px;
    padding-bottom: 200px;
}

.slide__title {
    font-size: 35px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.slide__desc p {
    color: white;
    font-size: 18px;
}

.slide__more span {
    display: block;
    width: fit-content;
    padding: 12px 60px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
    transition: all .3s;
    position: relative;
    color: white;
}

/* end slide-show */


.slide:before {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.50;
    z-index: 1;
}

.slide .image img {
    opacity: 0;
}

.box-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-dots {
    left: 0;
}

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

.slide .slick-prev,
.slide .slick-next {
    margin: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 0.75;
    background-color: none;
    border-radius: 100%;
}

.slide .slick-prev i,
.slide .slick-next i {
    color: #fff;
    line-height: 24px;
    font-size: 25px;
}

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

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

.slick-active .ban-view {
    animation-name: ctbanner;
    animation-duration: 3s;
}

@keyframes ctbanner {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: auto;
        opacity: 1;
    }
}


.abouthead-content {
    padding-top: 20px;
    margin: 0px -10px;
}

.abouthead-box {
    padding: 0px 10px;
}

.abouthead-box-img {
    position: relative;
    z-index: 1;
    transition: .6s;
    overflow: inherit;
}

.abouthead-box-img::before {
    padding-bottom: 89.71%;
    content: "";
    display: block;
}

.abouthead-box:hover .abouthead-box-img {
    transform: translateY(-5px);
}

.abouthead-box-img::after {
    content: "";
    position: absolute;
    width: 117px;
    height: 14px;
    background: url(https://sunhouse.com.vn/themes/1000000/assets/css/images/shadow.png) no-repeat center center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    visibility: initial;
    transition: .8s;
    opacity: .7;
}

.abouthead-box:hover .abouthead-box-img::after {
    opacity: 0;
}

.abouthead-box-img a {
    display: inline-block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

.abouthead-box-img a img {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    display: block;
    width: auto;
}

.abouthead__title {
    text-align: center;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}

.product-list {
    background-color: #fff;
    padding-bottom: 20px;
}

.product-list:nth-child(3) {
    padding-top: 20px;
}

.product-list-head {
    display: flex;
    width: 100%;
    /*! padding-right: 20px; */
    overflow: hidden;
}

h2.product-list__title {
    background-color: #ac3526;
    min-width: 215px;
    position: relative;
    padding: 12px 10px 12px 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

h2.product-list__title a {
    color: white;
}

h2.product-list__title::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 30px solid #ac3526;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -30px;
}

.product-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.product-list-right a {
    color: #ac3526;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.product-list-right ul li a {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    margin-right: 20px;
    text-transform: none;
    text-transform: full-size-kana;
}

.product-list-body {
    background-color: whitesmoke;
    padding: 20px 10px;
}

.product-box {
    border: solid 1px #eee;
    background-color: white;
}

.product__title {
    text-align: left;
    font-size: 15px;
    color: black;
    font-weight: 500;
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}

.product__price {
    padding: 0px 10px;
    margin-bottom: 10px;
}

.product__price span {
    padding: 0px 5px;
}

.price_new {
    color: rgb(218, 33, 40);
    font-weight: 600;
}

.price_old {
    font-size: 12px;
    text-decoration: line-through;
    margin-top: 3px;
}

.cart__product {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.cart__product .add-to-cart {
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.cart__product a:nth-child(1) {
    border-right: 1px solid #eee;
}

.cart__product .box_cart {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #ac3526;
}

.cart__product .box_cart svg {
    fill: #fff;
    width: 16px;
    margin-right: 5px;
}

.sale {
    background-image: url(../images/bg-sale.png);
    position: absolute;
    top: 10px;
    left: 10px;
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.product-list-box {
    padding: 0px 5px;
}

.news-list {
    padding-top: 20px;
    position: relative;
    background-color: whitesmoke;
}

.news-list .container {
    z-index: 2;
}



.news-box {
    padding: 0px 10px;
}

.news-img img {
    aspect-ratio: 1/.6;
}

.news-list-body {
    padding: 0px 0px 20px 0px;
    margin: 0px -10px;
}

.news-list-head {
    border-bottom: 2px solid rgba(0, 87, 0, 1);
    overflow: hidden;
}

h2.news-list__title {
    background-color: #ac3526;
    min-width: 215px;
    position: relative;
    padding: 12px 10px 12px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

h2.news-list__title a {
    color: white;
}

h2.news-list__title:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 30px solid #ac3526;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -30px;
}

.news-list-right a {
    color: black;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.news__title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0px;
    height: 48px;
}

.news-content {
    background-color: #fff;
    padding: 22px;
    margin-top: 10px;
}

.news-content .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgb(49, 49, 49);
    line-height: 1.4;
}

.read-detail {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
}

.read-detail svg {
    height: 15px;
    margin-left: 10px;
}



.send_contact {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
}

.support_client {
    background-image: url(../images/bg_support_client.jpg);
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 130px;
}

.support_client .content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.support_client .box_left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support_client .box_left .nd_left {
    text-align: center;
}

.support_client .box_left .nd_left .title {
    color: #db2128;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 300;
    line-height: normal;
}

.support_client .box_left .nd_left p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 10px;
}

.support_client .box_left .nd_left a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #db2128;
    display: inline-block;
    padding: 11px 10px;
    width: 264px;
    border-radius: 15px;
}

.support_client .box_left .nd_left a:hover {
    background-color: #db2128;
}

.support_client .box_right {
    width: 60%;
    display: flex;
    align-items: center;
}

.support_client .box_right .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px;
}

.support_client .box_right .desc {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
}

.support_client2 {
    background-image: url(../images/bg_support_client2.jpg);
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 100px;
}

.support_client2 .content {
    width: 100%;
    display: inline-block;
    justify-content: center;
}

.support_client2 .box_left {
    width: 50%;
    float: right;
    display: flex;
}

.support_client2 .box_left .nd_left {
    text-align: center;
}

.support_client2 .box_left .nd_left .title {
    color: #3ec3cd;
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 300;
    line-height: normal;
}

.support_client2 .box_left .nd_left p {
    color: #3ec3cd;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.support_client2 .box_left .nd_left a {
    color: #3ec3cd;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #3ec3cd;
    display: inline-block;
    padding: 9px 10px;
    font-size: 20px;
    width: 264px;
    border-radius: 24px;
}

.support_client2 .box_left .nd_left a:hover {
    color: #fff;
    background-color: #3ec3cd;
}

.bosanphan {
    background: #f41118;
    border: none;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0px;
}

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

.guidi10 {
    margin-right: 5px;
    padding-left: 35px;
    padding-right: 35px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: #F00;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    float: left;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dat_hang button i {
    font-size: 15px;
    margin-right: 10px;
}

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

.box_dattour a {
    background: #db2128 !important;
}

.count {
    text-align: center;
}

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

.count .abate::before {
    background: #288ad6;
}

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

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

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

.count .augment::before {
    background: #288ad6;
}

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

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

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

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

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

.khach_hang {
    width: 100%;
    padding: 35px 0 15px;
    position: relative;
    background: #fff;
}

.khach_hang .list_kh {
    margin-top: 35px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.list_kh .khach_hang_item {
    width: 33.3333%;
    padding: 0 15px;
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
}

.khach_hang_item .box_kh {
    width: 100%;
    float: left;
    padding: 15px 15px;
}

.khach_hang_item .box_kh:hover {
    box-shadow: 0 0 9px 4px #ddd;
}

.khach_hang_item .box_kh .image {
    width: 100%;
    margin-bottom: 10px;
}

.khach_hang_item .box_kh .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.khach_hang_item .box_kh .info_kh {
    width: 100%;
    padding-top: 15px;
    padding: 10px 0;
    min-height: 130px;
}

.khach_hang_item .box_kh .info_kh h3 {
    margin: 0;
    font-size: 18px;
    padding-bottom: 11px;
    line-height: normal;
    min-height: 60px;
    border-bottom: 1px solid #717173;
}

.khach_hang_item .box_kh .info_kh .desc {
    font-size: 14px;
    margin: 10px 0 0;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.khach_hang_item .box_kh .info_kh .date-time {
    padding: 0;
    font-size: 12px;
    font-style: italic;
    color: #717171;
}

.more_kh {
    width: 150px;
    height: 40px;
    text-transform: uppercase;
    background-color: #db2128;
    display: block;
    border-radius: 5px;
    margin: 20px auto 15px;
}

.more_kh a {
    font-size: 17px;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
}

.more_kh a i {
    font-size: 20px;
    line-height: 36px;
    display: inline;
    margin-left: 2px;
}

.doitac {
    padding: 38px 0 30px;
    clear: both;
    display: block;
    background-color: #f6f6f6;
}

.doitac .slick-prev,
.doitac .slick-next {
    transform: translateY(-50%);
    transition: 0.5s;
    margin: 0;
    z-index: 10;
    opacity: 1;
    height: 28px;
}

.doitac .slick-prev .fa-chevron-left:before {
    content: "\f104";
}

.doitac .slick-next .fa-chevron-right:before {
    content: "\f105";
}


.doitac .slick-prev {
    left: 0px;
}

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

.doitac .slick-prev i,
.doitac .slick-next i {
    color: #db2128;
    font-size: 34px;
}

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

.title-headding .bg_img {
    display: inline-block;
    width: 290px;
    height: 42px;
    padding: 2px;
    background-image: linear-gradient(#db2128, #db2128);
    border-radius: 10px;
}

.title-headding .bg_img .title {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, #ebebeb, #ffffff);
    border-radius: 10px;
    color: #717173;
    font-size: 18px;
    line-height: 38px;
}

.doitac_list {
    padding: 0 30px;
    margin-top: 50px;
}

.doitac_list:before {
    content: '';
    position: absolute;
    right: 35px;
    height: 100%;
    width: 2px;
    background-color: #f6f6f6;
    z-index: 1;
}

.doitac_item {
    padding: 0px 5px;
    width: 20%;
    float: left;
}

.doitac_item .image {
    padding: 5px 0;
    margin: 0;
    display: flex;
    text-align: center;
    height: 80px;
    box-shadow: 0px 0px 0px 0px #ccc;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: solid 1px #ccc;
    align-items: center;
    justify-content: center;
}

.doitac_item .image img {
    margin: auto;
    width: auto;
}

.doitac_item2 {
    padding: 0px 5px;
    width: 20%;
    float: left;
}

.doitac_item2 h2 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.doitac_item2 h2 a {
    color: #717173;
}

.doitac_item2 h2 a:hover {
    color: #f18800;
}

.doitac_item2 .image {
    margin: 0 0 10px 0;
    display: flex;
    text-align: center;
    background: #fff;
    height: 220px;
    border: solid 1px #eee;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.doitac_item2 .image img {
    margin: auto;
    width: auto;
}

.box_content_slide {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    z-index: 3;
    transform: translateY(-50%);
}

.box_content_slide .block_nd {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    float: left;
}

.box_content_slide .block_nd h2 {
    margin: 0 0 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.box_content_slide .block_nd .desc {
    font-size: 16px;
    color: #fff;
    text-align: left;
    max-width: 390px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 23px;
}

.box_content_slide .block_nd .title_slide {
    max-width: 410px;
    color: #fff;
    text-transform: uppercase;
}

.box_content_slide .block_nd .title_slide .with_me {
    font-size: 17px;
    display: block;
    text-align: right;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 5px;
}

.box_content_slide .block_nd .title_slide .you_can {
    font-size: 30px;
    line-height: normal;
}

.box_content_slide .block_nd .trust {
    font-size: 34px;
    color: #db2128;
    text-transform: uppercase;
    margin-top: 5px;
}

.group_button_link {
    width: 100%;
    display: inline-block;
}

.group_button_link .more_about {
    width: 160px;
    height: 46px;
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
    float: left;
}

.group_button_link .more_about a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #717173;
    font-weight: 500;
    font-size: 18px;
    line-height: 46px;
}

.group_button_link .more_about a:hover {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.group_button_link .video_slide {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.group_button_link .video_slide .icon_play {
    height: 54px;
    width: 54px;
    border-radius: 100%;
    background-color: #717173;
    border: none;
    box-shadow: unset;
    position: relative;
    text-align: center;
    outline: 0;
    margin-right: 15px;
    top: 0;
    left: 0;
    transform: unset;
}

.group_button_link .video_slide .icon_play:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #717173;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: 1.5s;
}

.group_button_link .video_slide .icon_play:hover {
    background-color: #db2128;
}

.group_button_link .video_slide .icon_play i {
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    margin-left: 5px;
}

.group_button_link .video_slide .icon_play i:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #717173;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: .5s;
}

@keyframes line-bounce {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.group_button_link .video_slide span {
    font-size: 18px;
    color: #717173;
    font-weight: 700;
    text-transform: uppercase;
}

.group_button_link .more_product {
    width: 150px;
    height: 42px;
    display: inline-block;
    padding: 1px;
    background-image: linear-gradient(#f18800, #ffb44a);
    border-radius: 5px;
    margin-left: 5px;
}

.group_button_link .more_product a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, #ffffff, #ffb878);
    border-radius: 5px;
    color: #717173;
    font-size: 18px;
    line-height: 38px;
}

.group_button_link .more_product a:hover {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, #ffb878, #fff);
    border-radius: 5px;
    color: #717173;
    font-size: 18px;
    line-height: 38px;
}

.support {
    padding: 14px 0;
    z-index: 5;
    margin-top: -90px;
    width: 100%;
    position: relative;
    display: block;
}

.support:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right, #ffb44a, #cf7400);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.36;
}

.support_item {
    padding: 0 15px;
    float: left;
    position: relative;
    width: 33.3333%;
}

.support_item .box_support {
    width: 100%;
    display: inline-block;
}

.support_item .box_support .image {
    float: left;
    margin-right: 15px;
    display: inline-block;
}

.support_item .box_support .nd {
    display: inline-block;
    float: left;
}

.support_item .box_support .title {
    margin-bottom: 8px;
}

.support_item .box_support .title a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.support_item .box_support .title a:hover {
    color: #fff;
}

.support_item .box_support span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

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

.nav-pills>li>a {
    width: 284px;
    padding: 13px 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background-image: linear-gradient(to right, #f2f2f2, #d2d2d2);
    border-radius: 10px;
}

.nav-pills>li+li {
    margin-left: 10px;
}

.nav-pills {
    padding: 10px;
    display: inline-block;
    box-shadow: 0 0 7px 0 #ccc;
    border-radius: 15px;
}

.tab_title {
    text-align: center;
}

.product {
    padding: 40px 0 50px;
}

.product_page {
    padding-bottom: 20px;
    background-color: #FFF;
    padding-top: 20px;
}

.product_list {
    /*! padding: 0 7.5px; */
    /*! width: 100%; */
    /*! float: left; */
}

.tab-content {
    margin-top: 15px;
}

.product_item {
    text-align: left;
}

.related_products .product_item,
.product_search .product_item {
    width: 25%;
}

.product_item .image {
    width: 100%;
}

.product_item .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.product_item .box_product {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    /*! padding: 0px 10px; */
    border: solid 0px #eee;
}

.product_list {
    margin: 0px -10px;
}

.product_item .box_info {
    padding-top: 20px;
    position: relative;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 25px;
}

.product_item .box_product h3 {
    margin: 0 0 4px;
}

.product_item .box_product h3 a {
    color: #333;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    height: auto;
    /*! line-height: 20px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.product_item .box_product h3 a:hover {
    color: #db2128;
}

.product_item .box_product .box_nd {
    padding: 11px 15px;
    background-color: #e8e8e8;
    overflow: hidden;
}

.product_item .box_product .box_nd .type {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #717173;
}

.product_item .box_product .box_nd .code {
    width: 50%;
    float: left;
    text-align: right;
    color: #717173;
    line-height: 24px;
    font-size: 16px;
}

.product_item .box_product .desc {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #717173;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_item .box_product .rating {
    display: none;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}

.product_item .box_product .rating i {
    color: #fdcc0d;
    font-size: 18px;
}

.product_item .box_product .rating i:not(:last-child) {
    margin-right: 3px;
}

.product_item .box_product .box_order {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_item .box_product .view_more {
    width: 48%;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.product_item .box_product .view_more a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #db2128;
    font-size: 15px;
    height: 30px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 5px;
    background-color: #eee;
}

.product_item .box_product .view_more a:hover {
    color: #78b558;
}

.product_item .box_product .view_more i {
    font-weight: 700;
    margin-right: 3px;
}

.product_item .box_product .order_button {
    width: 48%;
    display: inline-block;
    position: relative;
}

.product_item .box_product .order_button a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #e60012;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #eee;
}

.product_item .box_product .order_button a:hover {
    color: #b70614;
}

.product_item .box_product .order_button a i {
    margin-right: 3px;
}

.abouthead-icon svg {
    height: 75px;
    fill: #c2e0e6;
    margin-top: 10px;
}

.abouthead-contentpage p {
    padding-bottom: 15px;
    color: rgb(40, 40, 40);
    font-size: 14px;
    line-height: 1.9;
}

.abouthead-contentpage ul li {
    list-style: disc !important;
    margin-left: 20px;
    text-align: left;
    color: rgb(40, 40, 40);
    font-size: 14px;
    line-height: 1.9;
}

.abouthead--page::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 250px);
    background: #ebf6f8;
    z-index: -1;
}

#collapseButton,
#expandButton {
    color: rgba(0, 87, 0, 1);
    font-size: 13px;
    line-height: 1.4;
    border-radius: 25px;
    border: solid 1px rgba(0, 87, 0, 1);
    transition: .5s;
    padding: 9px 43px 11px 40px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
}

#collapseButton {
    margin-top: 20px;
}

.abouthead-contentpage {
    margin: 0px;
}


.solution_services {
    margin-top: 75px;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 0px 0 10px;
    background-image: url(../images/bg_solution.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.group_title_heading {
    width: 100%;
    text-align: center;
}

.title_heading span {
    color: #db2128;
}

.group_title_heading .sub_title_heading {
    color: #0f5062;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
}

.group_title_heading .title_heading {
    color: #717173;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
}

.group_title_heading .title_heading:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 2px;
    width: 160px;
    transform: translateX(-50%);
    background-color: #db2128;
}

.list_service {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.list_service .service_item {
    width: 25%;
    float: left;
    display: flex;
    padding: 5px 15px;
}

.service_item .box_service {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #ddd;
    border-radius: 7px;
    padding: 30px 15px 35px 35px;
}

.service_item .box_service h3 {
    margin: 0 0 25px;
}

.service_item .box_service h3 a {
    color: #717173;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.service_item .box_service h3 a:hover {
    color: #db2128;
}

.service_item .box_service .image {
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    margin-left: -11px;
}

.service_item .box_service .image img {
    width: auto;
}

.service_item .box_service .line {
    background-color: #db2128;
    width: 40px;
    height: 3px;
    display: inline-block;
    margin: 20px 0;
}

.service_item .box_service .desc {
    color: #717173;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}


.number_special {
    padding: 60px 0 130px;
    width: 100%;
    background-image: linear-gradient(#fcfcfc, #fcfcfc);
    position: relative;
}

.number_special .mx_width {
    position: relative;
    width: 100%;
}

.number_special .col-md-12 {
    position: unset;
}

.number_special .img_bg_number {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.number_special .img_bg_number img {
    width: 38vw;
}

.number_special .bg_goc_count {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 2;
}

.number_special .bg_img_count {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 2;
}

.number_special .bg_img_count img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.number_special .title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    z-index: 3;
}

.list_count {
    width: 60%;
    float: right;
    position: relative;
    z-index: 3;
}

.list_count .item {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 15px;
    display: flex;
}

.list_count .item:not(:last-child) {
    margin-bottom: 35px;
}

.list_count .item .icon_image {
    margin-right: 15px;
}

.list_count .item .box_nd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 145px;
    border-right: 1px solid #db2128;
}

.list_count .item .desc {
    width: calc(100% - 145px);
    display: flex;
    align-items: center;
    color: #717173;
    font-weight: 400;
    padding-left: 25px;
    text-align: left;
}

.list_count .item .counter-value {
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: #717173;
    line-height: normal;
    text-align: left;
    margin-bottom: 0px;
}

.number_ok::after {
    font-size: 26px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0px;
    padding-left: 4px;
    content: "+";
    font-weight: 400;
    color: #db2128;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: -16px;
}

.list_count .item p {
    margin: 0;
    color: #717173;
    text-align: left;
}

.folder_products {
    width: 100%;
    padding: 50px 0 40px;
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.folder_products .nav-pills>li>a {
    background-color: #db2128;
    color: #717173;
    border-radius: 0;
    font-weight: 700;
    background-image: unset;
    position: relative;
}

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

.folder_products .nav-pills>li.active>a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #db2128;
}



.folder_tab_title {
    margin-top: 50px;
    text-align: center;
}

.folder_products .nav-pills {
    padding: 0;
    box-shadow: unset;
    border-radius: 0;
}

.list_folder_products {
    width: 100%;
    float: left;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.folder_products_item {
    padding: 0px;
}

.box_folder_products {
    box-shadow: 0 1px 5px #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
}

.box_folder_products {
    box-shadow: 0 1px 5px #eaeaea;

    padding: 10px;

    margin-bottom: 20px;
    border-radius: 5px;
}

.box_folder_products .seemore {
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.box_folder_products .seemore svg {
    height: 9px;
    margin-left: 5px;
}

.box_folder_products .image {
    height: auto;
    width: 100%;
}

.box_folder_products .image img {
    width: 100%;
    object-fit: cover;
    margin: 0;
    height: 200px;
    border-radius: 5px;
}

.box_folder_products h3 {
    text-align: left;
}

.box_folder_products h3 a {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
}

.box_folder_products h3 a:hover {
    color: #db2128;
}



.tabs {
    display: flex;
    justify-content: center;
}

.tablinks {
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
    color: #888;
    margin-right: 1.5rem;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    margin-left: 20px;
}

.tablinks:hover {
    color: #db2128;
}

/* Tab active */
.tablinks.active {
    color: #db2128;
    font-size: 20px;
    height: 90px;
    font-weight: 600;
    margin-left: 0;
}

/* tab content */
.tabcontent {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    height: 0;
}

/* Text*/
.tabcontent p {
    color: #333;
    font-size: 16px;


}

/* tab content active */
.tabcontent.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    height: auto;
}

.nav-pills .tablinksRb {
    background-color: #db2128;
    color: #000;
    border-radius: 0;
    font-weight: 700;
    background-image: unset;
    position: relative;
    margin: 0px 5px;
    font-size: 20px;
    padding: 14px 35px;
    line-height: 1.4;
}

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

.nav-pills .tablinksRb.active:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #db2128;
}



.folder_tab_title {
    margin-top: 50px;
    text-align: center;
}

.nav-pills {
    padding: 20px 0px 20px 0px !important;
    box-shadow: unset;
    border-radius: 0;
}

.list_folder_products .folder_products_item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 50px;
}

.list_folder_products .box_folder_products .image {
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.list_folder_products .box_folder_products .image img {
    width: 225px;
    margin: 0;
}

.list_folder_products .box_folder_products h3 {
    text-align: center;
}

.list_folder_products .box_folder_products h3 a {
    color: #717173;
    font-size: 18px;
    font-weight: 500;
}

.list_folder_products .box_folder_products h3 a:hover {
    color: #db2128;
}

.model {
    color: #ac3526;
    font-size: 13.5px;
}

.selected {
    display: flex;
    align-items: center;
}

.article_star {
    margin-left: 5px;
    font-size: 15px;
    color: #acacac;
}

.star li {
    display: flex;
}

.wrapper_tabcontent h3 {
    text-align: left;
    line-height: 1.4;
    margin: 0;
    padding: 0px 0 0 0;
    margin-top: 15px;
}

.projectRb .slick-arrow {
    top: 34%;
}

.news {
    width: 100%;
    padding: 35px 0 40px;
    position: relative;
    background: #f6f6f6;
}

.news_home .mx_width {
    position: relative;
    width: 100%;
}

.news_home .group_title_heading {
    margin-bottom: 60px;
}

.news_home .img_tamgiac {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.news_home .img_tamgiac img {
    width: auto;
}

.page_news,
.page_post {
    width: 100%;
    padding: 30px 0;
}

.post_list {
    width: 100%;
}

.post_list .post_item {
    width: 100%;
    margin-bottom: 40px;
    float: left;
}

.post_list .post_item .group_date_time {
    float: left;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 20px 0 0;
    text-align: center;
    width: 58px;
}

.group_date_time ul li {
    min-height: 52px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
}

.group_date_time ul li a {
    display: block;
    font-size: 30px;
    color: #db2128;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.group_date_time ul li a i {
    line-height: 52px;
}

.post_list .post_item .box-post {
    width: calc(100% - 80px);
    float: left;
}

.post_item .box-post .image {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

.post_item .box-post .image img {
    width: 100%;
    transition: all 0.5s ease;
}

.post_item .box-post .image:hover img {
    transform: scale(1.1);
}

.post_item .box-post .image .desc {
    padding: 20px 20px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 24px;
    opacity: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: opacity 0.35s, transform 0.35s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

.post_item .box-post .image:hover .desc {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    font-weight: normal;
}

.post_item .box-post .image .desc strong {
    font-size: 100% !important;
    color: #fff !important;
    font-weight: 500;
}


.post_item .box-post .post-info h3 {
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #dbdbdb;
}

.post_item .box-post .post-info h3 a {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.entry-metadata {
    display: inline-block;
    padding: 20px 0 0;
    width: 100%;
}

.entry-metadata p {
    float: left;
    margin: 0 15px 0 0;
    color: #333334;
    font-size: 14px;
    line-height: 25px;
}

.entry-metadata p a {
    color: #333334;
    font-size: 14px;
}

.entry-metadata span {
    margin-right: 5px;
}

.first_news {
    width: 33.3333%;
    padding: 0 15px;
    float: left;
}

.first_news .image {
    position: relative;
}

.first_news .image img {
    height: 225px;
    object-fit: cover;
}


.first_news h3 a {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    color: #717173;
}

.first_news h3 a:hover {
    color: #db2128;
}

.first_news .desc {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    max-height: 40px;
    text-overflow: ellipsis;
}

.news_right {
    width: 66.6666%;
    float: left;
    padding: 0 15px;
}

.page_news .news_item {
    margin-bottom: 20px;
}

.news_item .image {
    width: 100%;
}

.page_news .news_item .image {
    width: 100%;
}

.news_item .image img {
    height: 150px;
    object-fit: cover;
}

.page_news .news_item .image img {
    height: 190px;
    object-fit: cover;
}

.news_item .news_infor {
    width: calc(100% - 0px);
    background-image: linear-gradient(50deg, #ebebeb, #ebebeb);
    padding: 15px 8px 8px;
    position: relative;
}

.news_item .news_infor p {
    padding: 15px 0;
    font-size: 12px;
    font-style: italic;
    color: #717171;
}

.page_news .news_item .news_infor {
    width: calc(100% - 0px);
    padding: 15px 15px 8px;
}

.news_item .news_infor:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 0px;
    background-image: linear-gradient(to right, #db2128, #db2128);
    right: 0;
    top: 0;
}

.news_right .news_item {
    display: flex;
    margin-bottom: 30px;
}

.news_rale .news_item {
    display: flex;
    margin-bottom: 15px;
}

.news_item .news_infor h3 {
    margin: 0 0 6px;
}

.news_item .news_infor h3 a {
    color: #717173;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.news_item .news_infor h3 a:hover {
    color: #db2128;
}

.page_news .news_item .news_infor h3 a {
    font-size: 17px;
}

.page_news .news_item .news_infor h3 a:hover {
    color: #db2128;
}

.news_item .news_infor .desc {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page_news .news_item .news_infor .desc {
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pagination span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #f18800;
    background-color: #fff;
    color: #f18800;
    font-size: 14px;
}

.pagination a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #f18800;
    background-color: #f18800;
    color: #fff;
    font-size: 14px;
}

.files_list {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.files_list .files_item {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.files_item .image {
    width: 100%;
}

.files_item .image img {
    max-width: 120px;
    height: auto;
    margin: auto;
    display: block;
}

.files_item .files_infor {
    width: 100%;
}

.files_item h3 {
    margin: 0;
    text-align: center;
}

.files_item h3 a {
    color: #545454;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    justify-content: center;
    padding: 0px 5px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.files_item h3 a:hover {
    color: #f18800;
}

.footer {
    padding: 0;
    width: 100%;
    /*! border-top: 7px solid #db2128; */
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background-image: url(../images/bg_footer.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-main {
    padding: 50px 0 30px;
    position: relative;
}

.group_social_foot {
    margin-top: 15px;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.group_social_foot span {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    line-height: 36px;
}

.ma_code {
    width: 80%;
    max-width: auto;
    float: right;
    padding-top: 10px;
}


.social_foot {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    text-align: center;
}

.social_foot ul {
    display: inline-block;
}

.social_foot li {
    float: left;
}

.social_foot li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #595755;
}

.social_foot li a:hover {
    background-color: #db2128;
    color: #fff;
}

.social_foot li i {
    line-height: 34px;
    font-size: 16px;
}

.social_foot li:not(:last-child) {
    margin-right: 8px;
}

.box_content_bottom {
    margin-top: 50px;
}

.logo_footer {
    margin-top: -25px;
    margin-bottom: 30px;
    width: 100%;
}

.logo_footer .image {
    width: auto;
}

.logo_footer .image img {
    width: auto;
}

.box_address {
    color: #fff;
    font-size: 14px;
    float: left;
}

.box_address ul {
    float: left;
}

.box_address .item {
    line-height: 26px;
}

.name_company {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    line-height: 30px;
}

.name_company:before {
    position: absolute;
    content: '';
    width: 110px;
    height: 2px;
    display: block;
    bottom: -3px;
    background-color: #fff;
}

.box_address li {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    float: left;
}

.box_address li .lal {
    width: 124px;
    float: left;
}

.box_address li .content {
    width: calc(100% - 124px);
    float: left;
}

.title_underline {
    line-height: 30px;
    margin: 0 0 20px;
    font-size: 20px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.title_underline:before {
    position: absolute;
    content: '';
    width: 85px;
    height: 2px;
    display: block;
    bottom: -3px;
    background-color: #db2128;
}

.footer_links {
    font-size: 18px;
}

.footer_links li {
    padding: 0;
    line-height: 30px;
    list-style: none;
}

.footer_links li a {
    font-size: 15px;
    color: #fff;
}

.footer_links li a:hover {
    color: #db2128;
}

.about_foot {
    font-size: 18px;
    color: #ccc;
    line-height: 26px;
    margin-bottom: 5px;
}

.form_dky .form-control {
    box-shadow: none;
    height: 40px;
    font-size: 15px;
}

.form_dky input {
    font-style: italic;
    border: 1px solid #fff;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 1);
}

.form_dky input::placeholder {
    color: #717173;
}

.form_dky button {
    width: 134px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 2px;
    background-color: #db2128;
    border-radius: 5px;
}

.form_dky button .bg {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    line-height: 36px;
}

.form_dky button i {
    margin-right: 10px;
}

.footer_bottom {
    padding: 25px 0;
    background-color: #363636;
}

.copyright-text {
    line-height: 27px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.back_to_top {
    display: inline-block;
    float: right;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
}

.back_to_top img {
    margin-left: 5px;
    width: auto;
    float: left;
    margin-top: 3px;
}

.banner_top {
    display: block !important;
    position: relative;
}

.slide .banner_top .box-slide {
    background-position: center center;
}

.banner_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.91;
    z-index: 1;
}

.breadcrumbs {
    padding: 10px 0;
    position: relative;
    width: 100%;
    background-color: #eee;
    border-top: 1px solid rgba(0, 87, 0, 1);
}

.breadcrumbs ul {
    float: left;
    width: 100%;
    scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-stop: always;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 15px;
    overflow-x: auto;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
}

.breadcrumbs .breadcrumbs-item:nth-child(1) a {
    padding-left: 0px;
    width: 134px;
    padding-right: 13px;
}

.breadcrumbs .breadcrumbs-item {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: rgb(13, 113, 130) !important;
    text-transform: none;
    font-weight: 500;
    scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-stop: always;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 15px;
    overflow-x: auto;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: nowrap;
}

.breadcrumbs .breadcrumbs-item a {
    color: #717173;
    font-size: 14px;
    padding: 0px 15px 0px 12px;
    position: relative;
}

.breadcrumbs .breadcrumbs-item a:before {
    content: '';
    right: 4px;
    top: 3px;
    position: absolute;
    height: 13px;
    width: 1px;
    background-color: #333;
    transform: rotate(20deg);
}

.breadcrumbs .breadcrumbs-item:last-child a:last-child:before {
    display: none;
}

.breadcrumbs .breadcrumbs-item .currentcat {
    color: #db2128;
    border-right: 0px solid #333;
}

.breadcrumbs .breadcrumbs-item span {
    display: inline-block;
    margin: 0 0px;
    color: #717173;
}

.breadcrumb {
    margin-bottom: 0px;
}

.list_thuong_hieu {
    width: 100%;
    padding: 45px 0 30px 0;
}

.list_thuong_hieu .nav-pills {
    box-shadow: unset;
    padding: 0;
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
}

.list_thuong_hieu .nav-pills>li {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}

.list_thuong_hieu .nav-pills>h3 .active {
    color: #db2128;
}

.list_thuong_hieu .nav-pills>h3.active>a,
.folder_products .nav-pills>h3.active>a:focus,
.folder_products .nav-pills>h3.active>a:hover {
    color: #db2128;
    background: none;
}

.list_thuong_hieu .nav-pills>li+li {
    margin-left: 0;
}

.list_thuong_hieu .nav-pills>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    border-radius: 0;
    background-color: unset;
    background-image: unset;
}

.list_thuong_hieu .nav-pills>li>a h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #717173;
    line-height: 20px;
    text-transform: uppercase;
}

.list_thuong_hieu .nav-pills>li.active>a h3 {
    color: #db2128;
}

.list_thuong_hieu .nav-pills>li>a h3 {
    color: #717173;
}

.list_thuong_hieu .nav-pills>li>a h3:hover {
    color: #db2128;
}

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

.list_thuong_hieu .nav-pills>li .image {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    margin-bottom: 20px;
    border-radius: 5px;
}

.list_thuong_hieu .nav-pills>li img {
    width: auto;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
}

.categories_about {
    padding: 40px 0;
    background-color: #db2128;
}

.categories_about .content {
    padding-left: 90px;
    display: flex;
    align-items: center;
}

.categories_about .icon_video_category {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.categories_about .icon_video_category:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #717173;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: 1.5s;
}

.categories_about .icon_video_category img {
    width: auto;
}

.categories_about .icon_video_category a:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #fff;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: .5s;
}

.categories_about .content .desc {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    max-width: 400px;
}

.list_categories {
    padding: 30px 0;
}

.list_categories .box_categories {
    width: 100%;
}

.list_categories .box_categories .row {
    display: flex;
    flex-wrap: wrap;
}

.list_categories .box_categories .categories_item {
    width: 25%;
    float: left;
    display: flex;
    padding: 0 15px;
    margin-bottom: 35px;
}

.list_categories .categories_item .categories_info {
    float: left;
    width: 100%;
    text-align: left;
}

.list_categories .categories_info a {
    display: block;
}

.list_categories .categories_info .image {
    width: 100%;
    margin-bottom: 15px;
    height: 275px;
}

.list_categories .categories_info .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.list_categories .categories_info h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #333;
}


.list_categories .categories_info h3:hover {
    color: #db2128;
}

.list_categories .categories_info span {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

blockquote {
    border-left: 5px solid #db2128;
}

.col-left {
    float: left;
    position: relative;
}

.col-right {
    float: right;
    position: relative;
}

.project {
    margin-top: 30px;
    background-color: #f5f5f5;
    padding: 15px 13px;
}

.tim_kiem_right {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.form_search2 input {
    width: calc(100% - 60px);
    float: left;
    height: 40px;
    border: 1px solid #db2128;
}

.form_search2 button {
    width: 60px;
    height: 40px;
    float: left;
    background-color: #db2128;
    border: 0;
}

.form_search2 button i {
    font-size: 16px;
    color: #fff;
}

.form_search2 .form-control {
    border-radius: 0;
    box-shadow: none;
}



.project h3 {
    margin: 0;
    padding-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #db2128;
    background: url(../images/mt-kengang.png) repeat-x bottom;
}

.project h4 {
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #db2128;
    background: url(../images/mt-kengang.png) repeat-x bottom;
}

.project li {
    overflow: hidden;
    padding: 15px 0;
    background: url(../images/mt-kengang.png) repeat-x bottom;
}

.project li h4 {
    margin: 0 0 10px;
}

.project li a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    line-height: normal;
    display: block;
}

.project li a:hover {
    color: #db2128;
}

.project li img {
    width: 80px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}

.project li .desc {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.project li .desc3 {
    font-size: 13px;
    margin: 0px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 300;
}

.news_detail {
    width: 100%;
    padding-bottom: 20px;
}

.box_news_detail {
    width: 100%;
    color: #717173;
    line-height: 26px;
    text-align: justify;
    font-size: 16px !important;
}

.box_news_detail h1 {
    color: #db2128;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 50px 0 20px;
    text-align: left;
}

.date_time {
    color: #888;
    display: inline-block;
    margin-bottom: 20px;
}

.date_time i {
    margin-right: 5px;
    font-size: 16px;
}

.box_news_detail .news_note {
    padding: 10px 22px;
    background-color: #eee;
    color: #333;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
}

.share {
    margin: 20px 0 10px;
}

.popup_auto .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: unset;
}

.popup_auto .modal-content .close {
    color: #fff;
    opacity: 1;
    font-size: 26px;
    position: absolute;
    right: -30px;
    line-height: 25px;
    top: 0px;
}

.popup_auto .modal-body {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.form_popup {
    background-color: #f18800;
    padding: 20px 25px 25px;
}

.form_popup .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
}

.form_popup .form-group .form-control {
    width: 100%;
    height: 34px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 4px 12px;
    color: #717173;
    box-shadow: unset;
    font-size: 15px;
}

.form_popup .form-control[type=submit] {
    width: auto;
    background: #fff;
    display: block;
    line-height: 40px;
    color: #f18800;
    height: 40px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0px hidden #ffffff;
    border-radius: 10px 10px 10px 10px;
    margin: auto;
    padding: 0px 30px 0px 30px;
}

.form_popup ul li {
    font-size: 15px;
    padding: 5px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.news_rale {
    width: 100%;
    margin: 0 auto;
    color: #717173;
    padding-top: 20px;
}

.news_rale .title-headding {
    margin-bottom: 33px;
}

.page-product-detail {
    width: 100%;
    /*! padding-top: 40px; */
    background: #F3F3F3;
}

.box_images_detail {
    position: relative;
    border-radius: 10px;
    margin-bottom: 5px;
}

.info_detail {
    position: relative;
}

.info_detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 24px solid transparent;
    /*! border-left: 28px solid #db2128; */
}

.images_detail {
    border: 0px solid #f0eceb;
    position: relative;
    text-align: center;
}

.images_detail a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.images_detail img {
    height: auto;
    padding: 0px;
    max-height: 100%;
    width: 100%;
    vertical-align: middle;
}

.box_dat_mua {
    /* float: left; */
    width: 100%;
    background: #e2e2e2;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.box_dat_mua .box_price {
    width: 50%;
    float: left;
    padding: 15px;
}

.box_dat_mua .box_price .name_price {
    width: 125px;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
    padding-right: 20px;
    float: left;
}

.price_top {
    margin-bottom: 0px;
    margin-top: 5px;
    display: flex;
    width: 100%;
}

.price_top span {
    font-weight: 700 !important;
    font-size: 23px !important;
    line-height: 25px;
    color: #db2128;
}

.box_dat_mua .box_price .box_value_price {
    width: calc(100% - 130px);
    float: left;
}

.box_dat_mua .box_price .value_price {
    font-size: 18px;
}

.box_dat_mua .box_price .value_price .new_price {
    display: inline-block;
    color: #717173;
    font-weight: 600;
    font-size: 17px;
}

.sidebar-product-box .box__img {
    width: 50%;
}

.sidebar-product-box .box__img a {
    display: block;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
}

.sidebar-product-box .box__img a img {
    border: 4px solid #fff;
    border-radius: 6px;
    height: 126px;
}

.sidebar-product-box .box-content {
    padding-left: 10px;
}

.sidebar-product-box .box-content h5 {
    font-size: 16px;
    color: rgba(0, 87, 0, 1);
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sidebar-product-box .box-content p {
    color: black;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sidebar-product-box {
    margin-bottom: 30px;
}

.sidebar-product-box h4 {
    color: #ac3526;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 20px;
}

.sidebar-product-box .box {
    margin-bottom: 20px;
}

.sidebar-product-box tr td:nth-child(1) {
    width: 20% !important;
    background-color: #f2f2f2;
}

.sidebar-product-box tr td {
    color: #4d4d4d;
    text-align: left !important;
    font-size: 14px;
    padding: 10px !important;
}

.giao_hang {
    border: solid 1px #ccc;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.giao_hang .giao_hang1 {
    width: 50%;
    padding: 5px;
    float: left;
}

.giao_hang .giao_hang1 p {
    color: #db2128;
    font-weight: bold;
}

.giao_hang .giao_hang1:nth-child(1) {
    border-right: solid 1px #ccc;
}

.giao_hang .giao_hang2 {
    padding: 5px;
    color: #717173;
    font-weight: 500;
}

.box_dat_mua .box_price .value_price .old_price {
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
}

.box_dat_mua .line-dr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ccc;
    width: 100%;
    float: left;
}

.box_status {
    width: 50%;
    /* float: left; */
    padding: 15px;
}

.box_status .name_status {
    width: 100px;
    font-size: 15px;
    float: left;
    line-height: 34px;
}

.box_status .group_nd_button {
    width: calc(100% - 100px);
    float: left;
}

.box_status .value_status {
    display: inline-block;
    background-color: #db2128;
    color: #fff;
    width: 190px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 20px;
    text-transform: uppercase;
}

.box_status .value_status a {
    color: #fff
}

.box_status button {
    border: none;
    float: left;
    display: inline-block;
    outline: 0;
    box-shadow: unset;
    background-color: transparent;
}

.tinhtrang_in {
    padding: 8px 0px 8px 0;
    margin: 0;
    float: left;
    border-bottom: solid 1px #ccc;
    width: 100%;
    font-size: 14px;
}

.tinhtrang p {
    width: 140px;
    padding-right: 15px;
    text-align: left;
    float: left;
}

.tinhtrang span {
    font-weight: bold;
    color: rgba(0, 87, 0, 1);
    font-weight: 500;
}

.box_status button a {
    background-color: #db2128;
    color: #fff;
    height: 30px;
    width: 190px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
}

.info_payment {
    float: left;
    width: 100%;
    padding: 0 0 25px 0;
}

.info_payment .item {
    width: 100%;
    display: flex;
}

.info_payment .item.bot-10 {
    margin-bottom: 10px;
}

.info_payment .payment_left {
    align-items: center;
    justify-content: left;
    text-align: right;
    padding-right: 10px;
    width: 140px;
    color: #636363;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.info_payment .payment_right {
    width: calc(100% - 90px);
    padding-left: 10px;
    line-height: 22px;
    font-weight: bold;
}

.info_payment .payment_right1 {
    width: calc(100% - 90px);
    padding-left: 10px;
    line-height: 22px;
    font-size: 13px;
    font-weight: normal;
}


.info_payment .payment_right .sh-nwr {
    font-size: 14px;
}

.info_payment .payment_right .sh-nwr a {
    color: #0654ba;
}

.info_payment .payment_right a {
    text-decoration: underline;
}


.list_bank img {
    background-image: url(../images/list_bank.png);
    background-repeat: no-repeat;
    width: 39px;
    height: 24px;
    display: inline-block;
}

.list_bank .vi-pv2-paypal {
    background-position: -155px 0;
}

.list_bank .vi-pv2-visa {
    background-position: 0 0;
}

.list_bank .vi-pv2-master_card {
    background-position: -39px 0;
}

.list_bank .vi-pv2-am_ex {
    background-position: -77px 0;
}

.list_bank .vi-pv2-discover {
    background-position: -116px 0;
}

.img_nho {
    margin: 10px auto 0;
}

.img_nho .column {
    width: 80px;
    /*! height: 60px; */
    text-align: center;
    margin: 0 5px 0px 5px;
    border: 1px solid #f2f2f2;
    display: flex;
    line-height: 50px;
    vertical-align: middle;
    align-items: center;
}

.img_nho img {
    height: auto;
    cursor: pointer;
    max-width: 90%;
    max-height: 150px;
    margin: auto;
    vertical-align: middle;
}

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

.img_nho .slick-prev,
.img_nho .slick-next {
    margin: 0;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    z-index: 6;
    text-align: center;
    opacity: 1;
    border-radius: 100%;
}

.img_nho .slick-prev i,
.img_nho .slick-next i {
    color: #000;
    line-height: 24px;
    font-size: 18px;
}

.slick-slide {
    outline: 0;
}

.img_nho .slick-prev {
    left: 5px;
}

.img_nho .slick-next {
    right: 5px;
}

.button_support {
    cursor: pointer;
    width: 312px;
    height: 56px;
    border-radius: 10px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to right, #f18801, #ffb44a);
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_support .icon {
    margin-right: 10px;
}

.button_support .icon img {
    width: auto;
}

.button_support .name {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
}

.info_detail h1 {
    color: #333;
    margin: 0px 0 10px 0;
    padding: 0px 0px;
    font-size: 28px;
    border-left: 0;
    font-weight: 500;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    min-height: 50px;
}

.info_detail .thong_so {
    padding: 0px;
}

.thong_so ul {
    float: left;
    margin: 0px 0;
}

.thong_so li {
    width: 100%;
    font-size: 13px;
    /*! line-height: ; */
    /*! float: left; */
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.thong_so li:last-child {
    border-bottom: 0;
}

.thong_so li .lal {
    width: 150px;
    float: left;
    padding-left: 0;
}

.thong_so li .content {
    width: calc(100% - 150px);
    float: left;
}

.thong_so li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #979797;
}

.thong_tin_lien_he {
    margin-top: 15px;
    text-align: left;
    overflow-wrap: break-word;
}

.thong_tin_lien_he .title_l {
    font-size: 24px;
}

.thong_so .time_ship {
    width: 100%;
    color: #212121;
    padding: 5px 0 12px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.time_ship p {
    font-size: 13px;
    margin-bottom: 10px;
}

.info_hotline {
    padding: 9px 15px;
    width: 100%;
    float: left;
    background-image: linear-gradient(to right, #f18801, #ffb44a);
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.info_hotline .icon_hotline {
    display: inline-block;
    margin-right: 15px;
}

.info_hotline .icon_hotline img {
    width: 36px;
}

.info_hotline span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.description_product_detai {
    margin-bottom: 10px;
    display: none;
}

.box_thong_so {
    padding: 0;
    font-size: 16px !important;
}

.box_thong_so li {
    list-style: disc;
    margin-left: 15px;
}

.box_thong_so p {
    padding-bottom: 14px;
}

.box_thong_so a {
    color: #f18800;
}

.box_thong_so .title {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #717173;
    margin-bottom: 30px;
}

.box_thong_so .content {
    font-size: 15px;
    color: #717173;
    line-height: 26px;
    text-align: justify;
}

.para_product {
    width: 100%;
    position: relative;
    margin-top: 0px;
    background-color: #F3F3F3;
}

#stickyHeader {
    position: sticky;
    height: fit-content;
    top: 100px;
}

.tab_product {
    width: 100%;
}

.tab_product .tab-content {
    width: 100%;
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ac3526;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
}

.tab_product .nav-tabs {
    background-color: #ebebeb;
    border-bottom: 0;
    width: 100%;
    position: relative;
    float: left;
    background-color: white;
    padding: 5px 0px;
    border-radius: 15px;
}



.nav-tabs>li {
    position: relative;
}

.nav-tabs>li>a {
    color: #717173;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 25px;
    border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #ac3526;
    font-weight: 600;
    font-size: 16px;
    text-transform: full-size-kana;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.sidebar_right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
}

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

.sidebar_right li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar_right li .image {
    width: 58px;
    margin-right: 15px;
}

.sidebar_right li .image img {
    width: 100%;
    height: auto;
}

.sidebar_right li .name {
    width: calc(100% - 73px);
}

.sidebar_right li .name a {
    font-size: 16px;
    color: #717173;
}

.related_products .title {
    color: #717173;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.filters {
    width: 100%;
    background: #fff;
    padding: 0;
}

.filter-item {
    width: 100%;
    box-shadow: 0 1px 5px #dedede;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 8px 0;
}

.filter-item-name {
    height: 26px;
    padding: 0px 20px;
    margin: 0;
    display: block;
    border-bottom: 0;
    position: relative;
    cursor: pointer;
}

.filter-item-name .drop_down_filter {
    height: 26px;
    display: inline-block;
    width: 26px;
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 0;
    text-align: center;
    line-height: 26px;
    transform: rotate(-180deg);
    transition: 0.5s;
}

.filter-item.active .filter-item-name .drop_down_filter {
    transform: rotate(0deg);
}

.filter-item-name span {
    color: #717173;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}

.filter-item-value {
    padding: 0px 20px;
    border-top: 0;
    margin-top: 0;
}

.active .filter-item-value {
    display: none;
}

.filter-item-value input {
    position: relative;
    top: 2px;
}

.filter-item-value .label-radio {
    padding: 0px 0 0px 0;
    position: relative;
}

.filter-item-value .label-radio i {
    position: absolute;
    top: 10px;
    left: 0;
    color: #cfcfcf;
    font-size: 15px;
    display: none;
}

.filter-item-value .label-radio label {
    font-weight: 500;
    margin-bottom: 0;
}

.filter-title {
    display: none;
    width: 100%;
    border: 0;
    margin: 10px 0 0;
    color: #fff;
    position: relative;
    font-size: 14px;
}

.filter-title-name {
    color: #fff;
    width: 100%;
    background: #f18800;
    font-size: 14px;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 20px;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.filter-title-name .drop_down_filter {
    display: none;
}

.sidebar {
    background-color: #eee;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.sidebar .title {
    position: relative;
    background-color: #4a1e1c;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0px 10px 0px 40px;
    border: solid 1px #4a1e1c;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

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

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

.sidebar ul li {
    position: relative;
    padding-left: 25px;
}

.sidebar ul li:not(:last-child) {
    border-bottom: 1px dashed #ccc;
}

.sidebar ul li i {
    position: absolute;
    font-size: 15px;
    color: #717173;
}

.sidebar ul li i.fa-caret-right {
    left: 10px;
    top: 10px;
}

/* video */
.library_image_list {
    margin-top: 20px;
}

.library_image_list,
.library_video_list {
    padding: 0 8px;
}

.library_image_item,
.library_video_item {
    margin-bottom: 15px;
    padding: 0 7px;
}

.library_image_item,
.library_video_item p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.library_image_item,
.library_video_item p a {
    font-size: 16px;
    text-align: center;
}

.library_image_item .image,
.library_video_item .image {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.library_image_item .image a,
.library_video_item .image a {
    display: block;
}

.library_image_item .image img,
.library_video_item .image img {
    object-fit: cover;
    height: 220px;
    border: solid 1px #ccc;
}

.library_image_item .image img {
    transition: 0.3s;
}

.library_image_item .image:hover img {
    transform: scale(1.2);
}

.library_video_item:hover .icon_play {
    background-color: #ff0000;
}

.library_video_item h3,
.library_image_item h3 {
    margin: 6px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    text-align: center;
}

.library_video_item h3 a,
.library_image_item h3 a {
    font-size: 16px;
    line-height: 18px;
    color: #717173;
    font-weight: 600;
}

.library_video_item h3 a:hover,
.library_image_item h3 a:hover {
    color: #199cdb;
}

.icon_play {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon_play i {
    font-size: 16px;
    margin-left: 2px;
    color: #fff;
    line-height: 50px;
}

.video_detail h2 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 25px;
    color: #d4d7e0;
}

.video_item iframe {
    width: 100%;
    height: 500px;
}

.links_gp {
    margin-bottom: 20px;
    overflow: hidden;
}

.box_video_detail .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.ct-left,
.ct-right {
    margin-top: 15px;
    margin-bottom: 15px !important;
    color: #717173;
    font-size: 15px;
}

.ct-left p {
    margin-bottom: 10px;
}

.map {
    margin-top: 10px;
}

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

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

.ct-left form button {
    font-size: 14px;
    color: #fff;
    background: #db2128;
    border: none;
    height: 40px;
    width: 150px;
    border-radius: 7px;
    cursor: pointer;
    outline: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.ct-right h1 {
    font-weight: 600;
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
}

.label-radio h2 {
    font-size: 15px;
    line-height: 30px;
}

.label-radio h2 a {
    font-weight: 600;
    text-transform: uppercase;
}

.label-radio h2 a i {
    color: #f18800;
    padding-right: 10px;
}

.label-radio h2 a:hover {
    color: #f18800
}

.modal .pps-wrap {
    box-sizing: border-box;
    position: relative;
    z-index: 10008;
    height: 100%;
    max-height: inherit;
    padding: 15px 20px 15px 20px;
    background-color: #e2f1e2;
    border-radius: 5px;
}

.modal .pps-close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 999;
}

.pps-close a.pps-close-link {
    padding: 6px;
    box-sizing: content-box;
    display: block;
    outline: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #FFFFFF;
    border-radius: 18px;
}

.pps-close a.pps-close-link i {
    font-size: 18px;
    line-height: 1;
    color: #999999;
}

.pps-content {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}

.pps-content iframe {
    width: 100%;
    height: 360px;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
}

.modal.fade .modal-dialog {
    transform: translate(-50%, -50%);
}

.modal.in .modal-dialog {
    transform: translate(-50%, -50%);
}

.noi_dung_in {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.noi_dung_in img {
    padding: 15px 0;
    width: auto;
}

.noi_dung_in p {
    padding-bottom: 10px;
}

.noi_dung_in ul {
    padding-left: 25px;
}

.noi_dung_in ul li {
    list-style: disc;
}

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

.info_download {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
}

.info_contact p {
    text-align: justify;
    font-size: 12px;
    line-height: 22px;
    color: #ff9600;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.table_contact {
    float: left;
    width: 100%;
}

.textfield_contact {
    width: 303px;
    height: 30px;
    background: #fff;
    border: 1px solid #eaeae9;
    padding: 0px 5px;
    float: left;
    color: #5a5959;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.textarea_contact {
    width: 303px;
    float: left;
}

.noidung_contact {
    float: left;
    width: 100%;
}

.txt_noidung_contact {
    float: left;
    width: 100%;
    height: 100px;
    background: #fff;
    border: 1px solid #eaeae9;
    padding: 0px 5px;
    color: #5a5959;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding-top: 5px
}

.guidi {
    float: left;
    margin-right: 5px;
    width: 120px;
    height: 30px;
    text-align: center;
    background-color: #ff9600;
    border: none;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

#video_home .modal2 {
    max-width: 900px;
    margin: 100px auto;
    width: 100%;
}

#video_home video {
    width: 100%;
}

.fixed-contact-icons {
    position: fixed;


    bottom: 55px;
    left: 5px;
    z-index: 9;
}

.fixed-contact-icons img {
    width: auto;
}

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

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

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

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

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

/* cart */
.box_order_success {
    margin-top: 50px;
}

.box_order_success .box_icon_sucess {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.box_order_success .box_icon_sucess .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(87 209 124);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box_order_success .box_icon_sucess .icon:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: rgba(87, 209, 124, 0.3);
    border-radius: 50%;
    left: -10px;
    top: -10px;
}

.box_order_success .box_icon_sucess .icon i {
    color: #fff;
    font-size: 40px;
    position: relative;
}

.box_order_success .box_icon_sucess .icon:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: rgba(87, 209, 124, 0.2);
    border-radius: 50%;
    left: -20px;
    top: -20px;
}

.box_order_success .box_icon_sucess .title_success {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    margin-top: 31px;
}

.box_info_order_success {
    border: 1px solid #000;
    padding: 25px;
    font-size: 20px;
}

.box_info_order_success .info_customer {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.box_info_order_success .info_customer .name {
    margin-bottom: 8px;
}

.box_info_order_success .info_customer .phone {
    font-size: 20px;
    margin-bottom: 8px;
}

.box_info_order_success .list_sp_order_success {
    width: 100%;
}

.box_info_order_success .list_sp_order_success .item {
    width: 100%;
    margin-bottom: 15px;
}

.box_info_order_success .list_sp_order_success .box {
    display: flex;
    align-items: center;
}

.list_sp_order_success .cart-product-image img {
    height: 83px;
    padding-right: 20px;
}

.box_info_order_success .list_sp_order_success .box_name {
    width: 55%;
    margin-right: 5%;
}

.box_info_order_success .list_sp_order_success .box_name .name {
    font-weight: 700;
}

.box_info_order_success .list_sp_order_success .box_info {
    width: 40%;
}

.box_info_order_success .list_sp_order_success .box_info .qty {
    font-size: 15px;
}

.box_info_order_success .list_sp_order_success .box_info .price {
    font-size: 15px;
}

.thank_you {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.thank_you .content_thank {
    text-align: center;
    width: 100%;
    font-size: 20px;
    max-width: 700px;
    display: block;
    margin: 0 auto 30px;
}

.group_button_home a.back_home {
    background-color: #595959;
    color: #fff;
    margin-right: 15px;
}

.group_button_home a {
    display: inline-block;
    width: 100%;
    max-width: 210px;
    line-height: 40px;
    border-radius: 5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #db2128;
    border-color: #db2128;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #db2128;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.map iframe {
    width: 100%;
    height: 220px;
}

.wrap-breadcrumbs {
    background: #f5f5f5
}

.slide {
    position: relative;
}

.contentss {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 5%;
}

.contentss span {
    font-size: 16px;
    color: black;
    font-weight: bold;
}


.follow .icon {
    width: 60px;
    position: relative;
    display: inline-block;
    display: inline;
    zoom: 1;

    display: block;
}

.follow .icon img {
    width: 100%;
    transition: all .3s;
    background: #f6ab00;
    border-radius: 50%;
    padding: 10px;
}

.follow .icon .hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.follow .text-box {
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: middle;
    text-align-last: left;
    margin-left: .7rem;
}

.follow .text-box .title {
    font-size: 16px;
    line-height: 1.4;
    transition: all .3s;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.follow .text-item {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin-right: 15px;
    position: relative;
}

.follow .text-item .tit {
    font-size: 14px;
    line-height: 1.4;
    color: #888;
}

.follow .item:hover .init {
    opacity: 0;
}

.follow .item:hover .icon .hover {
    opacity: 1;
}

.follow .text-item .img-box {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 2;
}

.follow .text-item:hover .img-box {
    visibility: visible;
    opacity: 1;
}

.follow .text-item .img-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #fff;
}

.follow .text-item .img {
    width: 120px;
    padding: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.slick-prev {
    left: 3px;
}

.slick-next {
    right: 4px;
}

.slick-arrow {
    opacity: 1;
    z-index: 1;
    border-radius: 100%;
}

.slick-arrow i {
    font-size: 15px;
    color: white;
    margin-top: 2px;
}

.foot_li1 {
    padding: 0px 10px;
}

.foot_ul1 {
    margin: 0px -10px;
}

.foot_li1 h2 {
    text-transform: uppercase;
    color: #333;
    font-size: 17px;
    font-weight: 700;
}


.footer-left {
    text-align: center;
}

#footer-foot_nav {
    padding-bottom: 30px;
}

#footer-foot_nav ul li a {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
}

footer .tit {
    color: black;
}

.footer-right .link-box a {
    margin-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
    color: black;
}

.footer-right .build a {
    font-size: 14px;
}

.pd-section-top {
    padding-top: 30px;
}

.pd-section-bottom {
    padding-bottom: 30px;
}

.container {
    width: 100%;
}

.text-list p {
    font-size: 13px;
}

.content-page {
    padding: 20px 0;
}

.content-page p {
    padding-bottom: 12px;
}



.foot_li1 svg {
    display: none;
}



.folder_products_item h3 {
    line-height: 0.7;
    margin: 10px 0;
}

.box-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
    align-items: center;
    justify-content: space-between;
}

.box-price .new-price {
    color: #ff0000;
    font-weight: 500;
    font-size: 14px;
    margin-right: 7px;
}

.box-price .old-price {
    font-size: 13px !important;
    text-decoration: line-through;
    color: #ccc !important;
    font-weight: 400 !important;
}

.service-delivery {
    padding: 20px 0px;
    background-color: #f3f3f3;
    border-top: 1px solid #f5f5f5;
}

.service-delivery__img {
    width: 50px;
    margin-right: 12px;
}

.service-delivery__info h5 {
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-bottom: 4px;
    margin-top: 0px;
}

.service-delivery__info p {
    font-size: 14px;
    color: #404040;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 63px;
    overflow: hidden;
}

.service-delivery-body {
    background-color: #fff0;
    /*! padding: 0px 20px; */
}

.service-delivery-body .slide-4 {
    margin: 0px -10px;
}

.service-delivery-body .clm {
    height: 100%;
    padding-inline: 8px;
}

.service-delivery-box {
    padding: 20px 0px;
    width: 100%;
    background: #fff;
    /*! margin-bottom: 20px; */
    border-radius: 5px;
    padding: 20px 15px;
    /*! height: 140px; */
    /*! display: -webkit-box; */
    /*! -webkit-box-orient: vertical; */
    /*! -moz-box-orient: vertical; */
    /*! -webkit-line-clamp: 4; */
    /*! height: 40px; */
}

.service-delivery-body .slick-track {
    /*! display: flex; */
    /*! align-items: center; */
}

.box_search--mobile,
.bar-menu--mobile {
    display: none !important;
}

.tab-content img,
.tab-content .content p {

    padding-bottom: 15px;
}

.evaluate {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgb(223, 223, 223);
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.evaluate__title {
    color: #ac3526;
    margin-right: 13px;
    font-size: 30px;
    font-weight: 800;
}

.evaluate-result .point {
    color: #ac3526;
    margin-right: 13px;
    font-size: 30px;
    font-weight: 800;
}

.evaluate-body .star li svg {
    height: 25px;
    width: 25px;
    fill: gray;
}

.evaluate-body .star li.selected svg {
    fill: #f7d30b;
}

.evaluate-body textarea,
.evaluate-body input {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 8px 15px;
    width: 100%;
    margin-top: 10px;
}

.evaluate-body button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #db2128;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    height: 40.4px;
    margin-top: 10px;
}

#commentForm {
    margin-top: 10px;
}

.evaluate-result .quantity {
    color: black;
    font-size: 14px;
    margin-left: 10px;
}

.evaluate-body .form .text {
    color: black;
    margin-right: 9px;
}

.lightbox {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.lb-outerContainer {
    height: 100% !important;
    width: 100% !important;
}

.lb-outerContainer {
    position: relative !important;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #0000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lb-data .lb-close {
    position: absolute;
    top: 16px;
    right: 19px;
    z-index: 999;
}

.menu ul li .nav-home {
    background-image: url(../images/homeHoverBg.png);
    font-size: 0;
    width: 50px;
    height: 48px;
    display: flex;
    text-align: center;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.menu ul li .nav-home:hover,
.menu ul li .nav-home i:hover {
    color: white;
}

.menu ul li .nav-home i {
    font-size: 20px;
}

.star-list li {
    display: flex;
}

.list__star {
    align-items: center;
}

.list__star ul {
    padding: 0;
    margin: 0;
}

.list__star ul li {
    margin-bottom: 0;
    padding-right: 4px !important;
}

.comment {
    margin-top: 20px;
    display: flex;
}

.f-cmusers {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #5d7f99;
    color: white;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.comment-info {
    font-size: 13px;
    position: relative;
    color: #171d30;
    flex: 1;
    line-height: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.name-of-comment {
    font-weight: 700;
    /*! flex: 0 0 96%; */
    margin-right: 10px;
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 0;
}

.comment-content {
    margin: 3px 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.comment-info ul li {
    font-size: 11px;
    color: #808495
}

.content-address-footer strong img {
    height: 13px;
    width: auto;
}





/* footer */
.dangky_cuoitrang {
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 20px 0;
}

.dangky_cuoitrang .box_info {
    padding: 10px 0;
    border: 1px solid #ebebeb;
    min-height: 140px;
    background: #fff;
}

.dangky_cuoitrang .box_info .title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 35px;
    letter-spacing: 3px;
}

.dangky_cuoitrang .box_info .icon {
    width: 100px;
    padding: 15px;
    border-right: 1px solid #ebebeb;
    min-height: 100px;
    margin-right: 0px;
    display: inline-block;
}

.dangky_cuoitrang .box_info .giam {
    padding: 10px;
    display: inline-block;
    line-height: 26px;
    flex: 1;
}

.dangky_cuoitrang .box_info .giam b {
    color: #fff;
    padding: 0 7px 0 23px;
    margin-left: 10px;
    margin-right: 6px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    background-image: url(../images/h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dangky_cuoitrang .box_info .giam strong1 {
    color: #fff;
    padding: 0 7px 0 23px;
    margin-left: 10px;
    margin-right: 6px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    background-image: url(../images/h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.box_form_dky {
    padding: 10px 0px;
    border: 1px solid #ebebeb;
    min-height: 140px;
    background: #fff;
}

.box_form_dky form {
    padding: 6px 0;
}

.box_form_dky input.form-control {
    width: calc(100% - 110px);
    float: left;
    border: solid 1px #e9e9e9;
    padding: 10px 15px;
    line-height: 18px;
    height: auto;
    border-radius: 8px 0 0 8px;
    outline: 0;
    box-shadow: unset;
    height: 45px;
}

.box_form_dky button {
    width: 110px;
    height: 45px;
    background-color: #ac3526;
    border: 0;
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: 0;
}

.box_form_dky button i {
    margin-left: 6px;
}

.box_form_dky .icon {
    width: 100px;
    padding: 15px;
    border-right: 1px solid #ebebeb;
    min-height: 120px;
    margin-right: 0px;
    display: inline-block;
}

.box_form_dky .giam {
    padding: 0 10px;
    display: inline-block;
    flex: 1;
}

.box_form_dky h2 {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

footer {
    padding: 30px 0 10px;
    color: #fff;
    background-color: rgba(12, 112, 130, 0.8);
    display: inline-block;
    width: 100%;
}

.footer-main {
    padding: 30px 0 10px;
    color: #fff;
    background: rgb(255, 255, 255);
    display: inline-block;
    width: 100%;
}

.footer-top-right {
    /*! padding-left: 10px; */
}

.box-footer-main-info {
    color: #fff;
}

.logo-footer {
    width: auto;
    margin-bottom: 5px;
}

.logo-footer img {
    width: 220px;
    margin-bottom: 10px;
    height: auto;
    max-width: 100%;
}

.content-address-footer {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: black;
}

.list-address-footer {
    position: relative;
    padding-left: 0px;
    font-size: 15px;
}

.footer-top-left {
    width: 60%;
    float: left;
    padding-right: 20px;
}

.title-footer {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 2px;
    position: relative;
    font-weight: 500;
    color: #000;
}

.title-footer:before {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 110%;

}

.footer-link {
    color: #ffffff;
}

.list-link-footer ul li {
    list-style: disc !important;
    margin-left: 20px;
    color: #000;
}

.footer-link li a {
    line-height: 28px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.pt_social {
    display: flex;
    margin: 0 auto 10px;
    justify-content: flex-start;
    align-items: center;
}

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

.pt_social li:first-child {
    font-size: 14px;
}

.pt_social li a {
    align-items: center;
    height: 35px;
    width: 35px;
    text-align: center;
    float: left;
    border: 1px solid #ac3526;
    border-radius: 100%;
    background-color: #ac3526;
    color: #fff;
    display: flex;
    justify-content: center;
}

.pt_social li a i {
    font-size: 17px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom {
    background-color: rgb(247, 247, 247);
    padding: 10px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: solid 1px #0000;
}

.coppy-right {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #000;
}

.box-footer {
    margin-bottom: 15px;
}

.listNews {
    margin-top: 50px
}

.box_news_detail img {
    width: 60%;
}








@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}



@media (min-width: 1200px) {
    .ban-view.container {
        width: 1085px;
    }

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

    .pd-section-top {
        padding-top: 50px;
    }

    .pd-section-bottom {
        padding-bottom: 50px;
    }
}

@media(min-width: 1440px) {
    .ban-view.container {
        width: 1370px;
    }

    .number_special .mx_width {
        max-width: 1350px;
        margin: auto;
    }

    .news_home .mx_width {
        max-width: 1350px;
        margin: auto;
    }


    .number_special .img_bg_number img {
        width: 100%;
    }

    .container {
        width: 1300px;
    }

    .pd-section-top {
        padding-top: 70px;
    }

    .pd-section-bottom {
        padding-bottom: 70px;
    }
}


@media(min-width: 1990px) {

    .container {
        width: 1500px;
    }

    .ban-view.container {
        width: 1695px;
    }
}

@media (max-width: 1199px) {
    .menu>ul>li>a {
        font-size: 13px;
    }

    .folder_products .nav-pills>li>a {
        font-size: 16px;
        width: 230px;
        padding: 13px 10px;
    }

    .nav-sub-in {
        width: 90%;
    }

    .filter_chungloai .list_ds li {
        width: 33.3333%;
    }

    .files_list .files_item {
        width: 25%;
    }

    .box_search {
        margin-left: 8px;
    }

    .nd_banner .title {
        margin-bottom: 0;
    }

    .slide .banner_top .nd_banner .desc {
        display: none;
    }

    .box_hotline_header {
        font-size: 15px;
    }

    .box_hotline_header span {
        display: none;
    }

    .box_search>i {
        padding: 5px 6px;
    }

    .form_dky button {
        margin-top: 0;
    }

    .width_fix_menu {
        width: calc(100% - 420px);
    }

    .group_hotline_header {
        margin-left: 15px;
        width: 221px;
    }

    .box_news_detail img {
        width: 70%;
    }

}

@media (min-width: 992px) {
    .menu-desktop .nav-main>li:hover .nav-sub {
        display: block;
    }

    .menu-desktop .nav-sub>li:hover .nav-sub-child {
        display: block;
    }

    .menu-desktop .nav-main>li:hover .nav-sub-in {
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        transform: translateY(0px);
        pointer-events: unset;
    }

    .menu-mobile {
        display: none !important;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

}

@media (max-width: 991px) {

    .foot_li1 {
        padding: 0px 5px;
    }

    .foot_ul1 {
        margin: 0px -5px;
    }

    .foot_ul2 li {
        padding: 5px 0px;
    }

    .foot_li1 svg {
        display: block;
        transform: rotate(90deg);
        width: 6px;
        height: 10px;
    }

    .bar-menu svg {
        height: 18px !important;
    }

    .box_search svg {
        height: 15px !important;
    }

    .menu-desktop {
        display: none !important;
    }

    .bar-menu--mobile {
        margin-left: 0px !important;
    }

    .bar-menu--mobile,
    .box_search--mobile {
        display: flex !important;
    }

    .list_kh .khach_hang_item {
        width: 50%;
    }

    .slide .banner_top .image img {
        height: 210px;
    }

    .filter_chungloai {
        padding: 0 15px;
    }

    .filter-title-name .drop_down_filter {
        position: absolute;
        height: 40px;
        right: 0;
        display: inline-block;
        top: 0;
        width: 40px;
        line-height: 40px;
        text-align: center;
        border-left: 1px solid #fff;
    }

    .filter-item-name .drop_down_filter {
        transform: rotate(0deg);
    }

    .filter-item.active .filter-item-name .drop_down_filter {
        transform: rotate(-180deg);
    }

    .slide .banner_top .box-slide {
        background-position: calc(100% - 26%) center;
    }

    .nd_banner .title {
        font-size: 22px;
        font-weight: 700;
    }

    .box_thong_so .content {
        line-height: 24px;
    }

    .thong_so ul {
        margin: 10px 0;
    }

    .filter-title-name {
        background-color: #db2128;
        text-align: left;
        padding: 5px 10px;
        position: relative;
    }

    .filter-item-name {
        margin: 0;
        position: relative;
    }

    .support_client .content {
        flex-direction: column;
        align-items: center;
    }

    .support_client .box_left {
        width: 100%;
        order: 2;
        padding: 0 15px;
    }

    .support_client {
        padding: 60px 0;
    }

    .support_client .box_right {
        order: 1;
        width: 100%;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    .list_categories {
        padding: 0;
    }

    .list_thuong_hieu {
        padding: 30px 0 0;
    }

    .categories_about {
        padding: 25px 0;
    }

    .categories_about .content {
        padding-left: 0;
    }

    .list_categories .box_categories .categories_item {
        width: 25%;
    }

    .list_thuong_hieu .nav-pills>li {
        width: 25%;
    }

    .list_thuong_hieu .nav-pills>li>a h3 {
        font-size: 15px;
    }

    .list_categories .categories_info h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .list_service {
        margin-top: 40px;
    }

    .title_underline {
        margin-top: 30px;
    }

    .copyright-text {
        width: 100%;
    }

    .news_home .img_tamgiac img {
        width: 100px;
    }

    .news_home .group_title_heading {
        margin-bottom: 40px;
    }

    .list_service .service_item {
        width: 50%;
        margin-bottom: 15px;
    }

    .list_thuong_hieu .nav-pills>li {
        padding: 0 5px;
    }

    .box_content_slide .block_nd .desc {
        display: none;
    }

    .slide .slick-prev,
    .slide .slick-next {
        display: none !important;
    }

    .box_content_slide .block_nd .title_slide .with_me {
        font-size: 15px;
    }

    .box_content_slide .block_nd .title_slide .you_can {
        font-size: 22px;
    }

    .box_content_slide .block_nd .trust {
        font-size: 22px;
    }

    .filters-container {
        display: none;
    }

    .group_button_link .more_about {
        width: 130px;
        height: 36px;
    }

    .group_button_link .more_about a {
        font-size: 14px;
        line-height: 36px;
    }

    .group_button_link .video_slide {
        margin-left: 10px;
    }

    .box_content_slide .block_nd {
        max-width: 246px;
    }

    .group_button_link .video_slide .icon_play {
        height: 36px;
        width: 36px;
        margin-right: 0;
    }

    .group_button_link .video_slide .icon_play i {
        font-size: 16px;
        line-height: 36px;
        margin-left: 2px;
    }

    .solution_services {
        margin-top: 25px;
    }

    .group_button_link .video_slide span {
        display: none;
    }

    .filter-title {
        display: block;
        margin-top: 0;
    }

    .filter-item {
        border-top: 1px solid #fff;
        cursor: pointer;
    }

    .filter-item-value {
        display: none;
    }

    .active .filter-item-value {
        display: block;
    }

    .files_list .files_item {
        width: 33.3333%;
    }

    .search {
        top: 59px;
        left: unset;
        right: 0;
    }

    .group_hotline_header {
        width: 221px;
    }

    .list-bar2 {
        display: inline-block;
    }

    .breadcrumbs {
        padding: 10px 0;
    }

    .breadcrumbs .breadcrumbs-item {
        font-size: 14px;
    }



    .page_news .news_item .image img {
        height: 190px;
    }

    .page_news .news_item .news_infor {
        width: 100%;
        padding: 15px 8px 8px;
    }

    .page_news .news_item .news_infor h3 a {
        font-size: 14px;
    }

    .page_news .news_item .news_infor .desc {
        font-size: 13px;
        max-height: 72px;
    }

    .breadcrumbs {
        margin-top: 0;
    }

    .filters {
        margin-top: 15px;
    }

    .product_item .box_product .box_nd .type {
        width: 100%;
    }

    .product_item .box_product .box_nd .code {
        width: 100%;
        text-align: left;
    }

    .first_news {
        width: 50%;
    }

    .news_right {
        width: 50%;
    }

    .news_right .news_item {
        width: 100%;
    }

    .news_right .news_item:nth-child(3) {
        display: none;
    }

    .news_right .news_item:nth-child(4) {
        display: none;
    }

    .support:before {
        opacity: 1;
    }

    .support_item .box_support .title {
        margin-bottom: 0;
    }

    .group_hotline_header {
        margin: 28px 0 28px 20px;
    }

    .logo-head {
        display: inline-block;
        width: 100px;
    }

    .support {
        margin-top: 0;
    }

    .box_content_slide {
        transform: unset;
        top: unset;
        left: 0;
        bottom: 20px;
    }

    .menu-mobile {
        float: left;
        width: 100%;
    }

    .bg_goc {
        width: 40%;
    }

    .nav-main {
        padding: 0;
        width: 100%;
        float: left;
    }

    .menu>ul>li {
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
    }

    .menu>ul>li>a {
        line-height: 35px;
        font-size: 16px;
    }

    .menu>ul>li>a:hover {
        color: #fff;
    }

    .menu ul li a {
        border-bottom: 1px solid #fff;
        color: #fff;
    }

    .nav-main li i.fa-chevron-down {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        font-size: 12px;
        color: #fff;
        transition: 0.3s;
        border-left: 1px solid #fff;
        line-height: 36px;
        text-align: center;
    }

    .header .container {
        width: 100%;
    }

    .nav-sub {
        position: static;
        background-color: transparent;
        padding: 0;
        border: none;
    }

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

    .nav-main li .nav-sub li a {
        padding: 0 15px 0 40px;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

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

    .nav-sub-child {
        position: static;
        border: none;
        background-color: transparent;
    }

    .nav-main li .nav-sub-child li a {
        padding: 0 15px 0 70px;
    }

    .width_fix_logo {
        width: auto;
        text-align: left;
    }

    .width_fix_menu {
        width: 100%;
        padding: 0;
    }

    .list_folder_products .folder_products_item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .home_top .payment .step .link {
        display: block;
        padding: 8px;
    }

    .nd_banner .title h1 {
        font-size: 22px;
    }

    .payment .step .item:first-child .link {
        padding-left: 8px;
    }

    .home_top .payment .step .item.step-1 {
        width: 24%;
    }

    .home_top .payment .step .item.step-2 {
        width: 38%;
    }

    .home_top .payment .step .item.step-3 {
        width: 38%;
    }


    .fixed-contact-icons {
        display: none;
    }

    .fixed-tel {
        display: none;
    }

    .nd_banner .title {
        max-width: 300px;
    }

    .box_dat_mua .box_price .name_price {
        width: 80px;
    }

    .box_dat_mua .box_price .box_value_price {
        width: calc(100% - 80px);
    }

    .folder_products .nav-pills>li.active>a:before {
        display: none;
    }

    .list_kh .khach_hang_item {
        width: 100%;
    }

    .khach_hang_item .box_kh .image {
        text-align: center;
    }

    .khach_hang_item .box_kh .image img {
        height: auto;
        max-width: 300px;
    }

    .folder_products .nav-pills>li {
        width: 100%;
    }

    .folder_products .nav-pills>li+li {
        margin-left: 0;
        margin-top: 5px;
    }

    .folder_products .nav-pills>li.active>a {
        content: unset;
    }

    .folder_products .nav-pills>li>a {
        width: 100%;
        padding: 10px;
    }

    .filter_chungloai {
        flex-direction: column;
    }

    .filter_chungloai .name {
        order: 1;
        width: 100%;
        padding: 10px 5px;
    }

    .filter_chungloai .list_ds {
        order: 2;
        width: 100%;
    }


    .support_client2 .box_left {
        width: 100%;
        padding: 0 15px;
        justify-content: center;
    }

    .support_client2 {
        padding: 60px 0;
    }

    .nav-tabs>li>a {
        font-size: 14px;
        padding: 10px 17px;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        font-size: 14px;
    }

    .list_categories .box_categories .categories_item {
        width: 33.3333%;
    }

    .list_thuong_hieu .nav-pills>li {
        width: 33.3333%;
    }

    .related_products .product_item,
    .product_search .product_item {
        width: 50%;
    }

    .fix_hotline {
        display: inline-block;
    }

    .modal-dialog {
        width: calc(100% - 30px);
    }

    .news_rale .news_item {
        width: 100%;
    }

    .product_item .box_product .box_nd .type {
        width: 50%;
    }

    .product_item .box_product .box_nd .code {
        width: 50%;
        text-align: right;
    }

    .support_item {
        width: 100%;
    }

    .support_item:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fafafa;
    }

    .support_item .box_support .image {
        width: 62px;
        text-align: center;
    }

    .support_item .box_support .image img {
        width: auto;
    }

    .tab-content {
        margin-top: 30px;
        padding: 13px !important;
    }

    .nav-pills>li>a {
        width: 200px;
        padding: 11px 10px;
        font-size: 18px;
    }

    .product {
        padding: 40px 0 30px;
    }

    .news {
        padding: 30px 0;
    }

    .news_home {
        padding: 35px 0 0;
    }

    .doitac_list {
        margin-top: 35px;
    }

    .doitac {
        padding: 30px 0 20px;
    }

    .number_special .img_bg_number {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        text-align: left;
        margin-bottom: 25px;
    }

    .number_special .img_bg_number img {
        width: 45vw;
    }

    .number_special {
        padding: 30px 0;
    }

    .list_count {
        width: 100%;
    }

    .list_count .item .box_nd {
        width: 100px;
    }

    .list_count .item .desc {
        width: calc(100% - 100px);
    }

    .number_ok::after {
        top: -12px;
    }

    .list_count .item .counter-value {
        font-size: 44px;
    }

    .noi_dung_in {
        padding: 0;
    }

    .product_list1 {
        padding: 0;
    }

    .social-register form {
        display: block !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
        border-left: 0px solid white !important;
    }
}

@media (max-width: 550px) {

    table .count .uk-position-relative {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    table .count .btn {
        position: relative;
    }

    table .count .augment {
        order: 1;
        right: unset;
    }

    table .count .quantity {
        order: 2;
    }

    table .count .abate {
        order: 3;
        left: unset;
    }

    .logo-head {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .slide .banner_top .image img {
        height: 160px;
    }

    .box_dat_mua .box_price {
        width: 100%;
        padding-bottom: 0;
    }

    .box_status .value_status {
        margin-bottom: 0;
        font-size: 12px;
    }

    .box_status button a {
        font-size: 12px;
    }

    .price_top {
        display: flex;
        justify-content: center;
    }

    .box_status {
        width: 100%;
    }

    .list_kh .khach_hang_item {
        margin-bottom: 10px;
    }

    .khach_hang_item .box_kh .info_kh {
        min-height: unset;
    }

    .khach_hang_item .box_kh .info_kh h3 {
        font-size: 15px;
        height: auto;
        min-height: unset;
    }

    .box_content_slide .block_nd .title_slide {
        max-width: 134px;
    }

    .box_content_slide .block_nd .title_slide .you_can {
        font-size: 20px;
    }

    .slide .banner_top .box-slide {
        background-position: calc(100% - 26%) center;
    }

    .slide .box-slide {
        background-position: calc(100% - 31%) center;
    }

    .list_folder_products .box_folder_products .image {
        height: auto;
    }

    .list_folder_products .box_folder_products .image img {
        width: 100%;
    }

    .box_status .group_nd_button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box_status .name_status {
        width: 100%;
    }

    .filter_chungloai .list_ds li {
        width: 50%;
    }

    .service_item .box_service h3 a {
        font-size: 15px;
        line-height: 20px;
    }

    .related_products {
        padding-top: 15px;
    }

    .nav-tabs>li {
        width: 50%;
    }

    .support_client2 {
        padding: 40px 0;
    }

    .support_client {
        padding: 40px 0;
    }

    .categories_about .icon_video_category {
        margin-right: 15px;
        width: 50px;
    }

    .logo_footer {
        margin-top: 0;
    }

    .list_categories .box_categories .categories_item {
        width: 50%;
    }

    .list_thuong_hieu .nav-pills>li {
        width: 50%;
    }

    .news_home .img_tamgiac img {
        width: 40px;
    }

    .list_count .item {
        font-size: 15px;
        padding: 0;
    }

    .slide .image img {
        height: auto;
    }

    .files_list .files_item {
        width: 50%;
    }

    .list_count .item .desc {
        padding-left: 15px;
    }

    .open .form_search {
        width: 280px;
    }

    .form_search input {
        width: calc(100% - 40px);
    }

    .form_search button {
        width: 40px;
    }

    .service_item .box_service .line {
        margin: 15px 0;
    }

    .list_service {
        padding: 0 7.5px;
    }

    .list_service .service_item {
        padding: 0 7.5px;
    }

    .service_item .box_service {
        padding: 25px 15px 25px 20px;
    }

    .ma_code {
        width: 100%;
        max-width: auto;
        float: left;
        padding-top: 10px;
    }

    .doitac_item2 .image {
        height: auto;
    }

    .group_social_foot {
        width: 100%;
    }

    .library_image_item .image img,
    .library_video_item .image img {
        height: 165px;
    }

    .list_folder_products .box_folder_products h3 a {
        font-size: 16px;
    }

    .list_folder_products .folder_products_item {
        margin-bottom: 30px;
    }

    .folder_products {
        padding: 50px 0 20px;
    }

    .pps-content iframe {
        height: 250px;
    }

    .box_thong_so .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .page-product-detail {
        /*! padding-top: 25px; */
    }

    .box_news_detail h1 {
        margin: 25px 0 20px;
    }

    .news_detail {
        padding-bottom: 15px;
    }

    .page_news {
        padding: 20px 0 10px;
    }

    .product_page .product_item {
        width: 100%;
        padding: 0;
    }

    .related_products .product_item,
    .product_search .product_item {
        width: 100%;
    }

    .footer-main {
        padding: 30px 0 0px;
    }

    .footer_bottom {
        padding: 15px 0;
    }

    .copyright-text {
        font-size: 14px;
        line-height: normal;
    }

    .footer_bottom {
        text-align: center;
    }

    .back_to_top {
        float: unset;
    }

    .back_to_top span {
        font-size: 14px;
        float: left;
    }

    .product_item .image img {
        height: auto;
    }

    .name_company {
        font-size: 18px;
        line-height: normal;
    }

    .title_underline {
        font-size: 18px;
    }

    .news_right .news_item {
        margin-bottom: 15px;
    }

    .first_news {
        width: 100%;
        margin-bottom: 30px;
    }

    .support {
        padding: 10px 0;
    }

    .nav-pills>li>a {
        width: 142px;
        padding: 9px 5px;
        font-size: 13px;
    }

    .list_count .item .icon_image img {
        width: 60px;
    }

    .list_count .item .counter-value {
        font-size: 36px;
    }

    .support_item .box_support .image {
        width: 45px;
    }

    .support_item .box_support .title a {
        font-size: 17px;
    }

    .support_item .box_support span {
        font-size: 14px;
    }

    .number_ok::after {
        top: -10px;
    }

    .list_count .item p {
        font-size: 15px;
    }

    .number_special .img_bg_number img {
        width: 70vw;
    }

    .number_special {
        padding: 30px 0 20px;
    }

    .list_count {
        margin-top: 20px;
    }

    .product {
        padding: 40px 0 10px;
    }

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

    .slide .slick-prev,
    .slide .slick-next {
        top: 64%;
        opacity: 1;
        display: none !important;
    }

    .news_right {
        width: 100%;
    }

    .search {
        left: unset;
        top: 37px;
        right: unset !important;
        margin-left: -22px;
        left: 0% !important;
        top: 50% !important;
        transform: translate(-72%, 86%) !important;
    }



    .width_fix_logo {
        text-align: left;
        width: 145px;
        padding-right: 0;
    }

    .home_top .payment .step .item.step-1 {
        width: 100%;
    }

    .home_top .payment .step .item.step-2 {
        width: 100%;
    }

    .home_top .payment .step .item.step-3 {
        width: 100%;
    }

    .noi_dung_in iframe {
        width: 100%;
    }

    .nav-pills .tablinksRb {
        min-width: 270px;
        margin-bottom: 25px;
        padding: 10px 10px;
        width: 100%;
    }

    .number_special .img_bg_number {
        text-align: center;
    }

    .box_dat_mua {
        flex-direction: column;
        justify-content: center;
    }

    .box_folder_products .image img {
        height: 130px;
    }

    .wrap-fill2 {
        width: 24%;
    }

    .group-title .title-img {
        width: 70%;
    }

    .foot_li1 h2 {
        font-size: 13px;
        margin: 6px 0px;
        line-height: 1.2;
        font-weight: 600;
    }

    footer .tit {
        color: #4b4b4b;
        font-weight: 400;
    }

    .content-page tr {
        display: flex;
        flex-wrap: wrap;
        border: 0;
    }

    .content-page tr td {
        width: 100% !important;
        border: 0;
    }

    .list_categories .box_categories .categories_item {
        padding: 0 5px;
    }

    .list_categories .categories_info .image {
        height: 150px;
    }

    .info_detail h1 {
        font-size: 22px;
    }

    .info_detail .thong_so {
        padding: 0px;
    }

    .info_detail h1 {
        margin: 0px;
        margin-top: 10px;
    }

    .thong_so li::before {
        /*! left: -15px; */
    }

    .thong_so li {
        font-size: 14px;
    }

    .box_news_detail img {
        width: 100%;
    }


}

@media (max-width: 425px) {
    .box_hotline_header {
        display: none;
    }

    .group_hotline_header {
        width: 118px;
    }
}

.category {
    background-color: whitesmoke;
}

.category__icon img {
    height: 30px;
    width: auto;
    max-width: unset;
}

.category__name {
    font-size: 13px;
    color: black;
    text-transform: uppercase;
    padding-left: 5px;
    font-weight: 500;
    flex: 1;
}

.category-box {
    padding: 15px 5px;

}

.category .clm {
    margin: 10px 0px;
    position: relative;
}

.category .clm::before {
    content: "";
    position: absolute;
    width: 92%;
    height: 1px;
    background-color: #e4e4e4;
    bottom: -10px;
}

.category .clm:not(:nth-child(2n)) {
    border-right: 1px solid #e4e4e4;
}

.date {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.seemore-cnt {
    margin-top: 25px;
}

.seemore-cnt a {
    padding: 4px 19px;
    border: 1px solid #db2128;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
    color: #db2128;
    display: inline-block;
}

.product-mobile,
.seemore-cnt {
    display: none;
}

.product-desktop {
    margin: 0px -15px;
}

.header-bars svg {
    height: 19px;
    margin-top: 7px;
    margin-left: 14px;
}

.menu-mobile-right,
.category {
    display: none;
}

.foot_ul2 li {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.cart_logo {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-left: 10px;
}

.cart_logo svg {
    fill: white;
}

.cart_logo a {
    position: relative;
}

.cart_logo a span {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: red;
    font-size: 12px;
    top: -10px;
    right: -10px;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projectRb-btn-right svg {
    height: 10px;
}

.fix-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    display: block;
}

.fix-footer-box svg {
    height: 20px;
    width: 33px;
    fill: #ac3526;
}

.fix-footer-box img {
    height: 20px;
    width: auto;
    margin-top: -1px;
    margin-bottom: 8px;
}

footer {
    padding-bottom: 60px;
}

#button-contact-vr {
    bottom: 10px;
    left: 10px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}




@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

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

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

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

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.info_product_modal {
    width: 45%;
    height: 100%;
}

.newsletter-content {
    margin-left: auto;
    text-align: center;
    padding: 10px;
    float: right;
    width: 55%;
}

.modal.fade.modal-First.show.stoklist {
    background: #cdcdcdcc;
}

.modal {
    display: unset !important;
}

.fade {
    opacity: unset !important;
}

.modal.fade.modal-First.show.stoklist .clone {
    position: absolute;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -13px;
    top: -15px;
    left: unset;
    opacity: 1;
    color: #fff;
    font-size: 27px;
    background: #ee2034 url(https://vitysolar.vn/frontend/images/ik.png) no-repeat center center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

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

.image-modal .info_product_modal .image img {
    height: 260px;
    object-fit: contain;
    border: solid 1px #ccc;
    margin-left: 5px;
}

.modal.fade.modal-First.show.stoklist .newsletter-content h2 {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    color: #000;
    margin-top: 0px;
}

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

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

.modal-body .close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    top: -33px;
    justify-content: center;
    right: -33px;
    left: unset;
    opacity: 1;
    color: #fff;
    font-size: 27px;
    background: rgba(0, 87, 0, 1) url(https://vitysolar.vn/frontend/images/ik.png) no-repeat center center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 5px;
}

.newsletter-content .input-wrapper-inline button {
    border-radius: 3px;
    padding: 0;
    border-color: rgba(0, 87, 0, 1);
    display: block;
    background-color: rgba(0, 87, 0, 1);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    position: relative;
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

.modal-content {
    border: none;
}

.modal-body {
    padding: 0px;
}

.modal.fade.modal-First.show.stoklist {
    background: #cdcdcdcc;
    opacity: unset;
    opacity: 1 !important;
    transition: 1s ease;
    visibility: inherit;
}

.banner-product-news img {
    height: 420px;
}

h2.title-products-flash:hover {
    color: #f46020;
}


.stoklist {
    opacity: 0;
    visibility: hidden;
}


.modal.fade.modal-First.stoklist .modal-dialog {
    transform: translate(-50%, -250%) !important;
}

.logo_menu a img {
    opacity: 0;
}

.modal.fade.modal-First.show.stoklist .modal-dialog {
    transition: 1s ease;
    transform: translate(-50%, -50%) !important;
}


.modal-dialog.modal-dialog-centered {
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 16px;
    border-radius: 15px;
}

.abouthead {
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.abouthead span {
    color: white;
    font-size: 27px;
    text-transform: uppercase;
}

.abouthead h2 {
    font-size: 60px;
    color: white;
    font-weight: 600;
}

.bar-menu {
    margin-left: 20px;
}

.bar-menu svg {
    height: 14px;
    fill: white;
    margin-right: 5px;
}

.bar-menu span {
    font-size: 14px;
    color: white;
}

.view__infor ul {
    display: flex;
    float: unset;
    flex-wrap: wrap;
}

.view__infor ul li {
    width: fit-content;
    padding-left: 0px;
    padding-right: 10px;
    font-size: 14px;
}

.view__infor ul li span {
    color: rgba(0, 87, 0, 1);
    margin-right: 4px;
}

.view__infor ul li::before {
    content: unset;
}

.list-category-box {
    background: #f3f3f3;
    padding: 10px 10px 10px 10px;
    /*! margin-bottom: 20px; */
}

.list-category-box a {
    text-align: center;
}

.list-category-box a img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}

.list-category-box a h3 {
    color: black;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0px 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 35px;
}

.list-category {
    margin-top: 20px;
}

.list-category-body .row {
    justify-content: center;
}

.listNew-box a {
    display: block;
}

.listNew-box a img {
    width: 135px;
    margin-right: 20px;
}

.listNew-content h3 {
    font-size: 15px;
    line-height: 1.5;
    height: auto;
    max-height: 66px;
    overflow: hidden;
    display: inline-block;
    margin: 0px;
    transition: .4s;
    text-transform: uppercase;
    color: black;
    font-weight: 500;
}

.listNew-content .date {
    font-size: 13px;
}

.news-list-body .slick-dots {
    top: -25px;
    bottom: unset;
    right: 6px;
    left: unset;
    text-align: right;
}

.news-list-body .slick-dots li {
    border: 1px solid rgba(0, 87, 0, 1);
    list-style: none !important;
}

.news-list-body .slick-dots li.slick-active {
    background-color: rgba(0, 87, 0, 1);
    ;
}

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

.slick-dots li button::before {
    content: unset;
}

.slick-dots li button {
    width: 0px;
}

.submit-email {
    padding: 60px 0px 50px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 37%;
    background-position: right;
}

.submit-email::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    /*! background-color: white; */
    opacity: .5;
}

.submit-email .container .row .clm:nth-child(1) {
    z-index: 1;
    position: relative;
}

.submit-email .container .row .clm:nth-child(2) img {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    top: 50%;
    transform: translateY(-33%);
}

.submit-email-body p {
    color: black;
    line-height: 1.4;
    font-size: 14px;
}

.submit-email-body form {
    padding-top: 50px;
}

.submit-email-body form input {
    width: calc(100% - 23px);
    height: 50px;
    border-bottom: solid 1px rgba(0, 87, 0, 1);
    padding: 0px 18px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.submit-email-body form button {
    position: absolute;
    width: 51px;
    height: 51px;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 0;
}

.submit-email-body form .form-group {
    margin-top: 12px;
}

@media (min-width:1200px) {
    .service-delivery__info p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: unset;
        overflow: hidden;
    }
}

@media (min-width:992px) {
    .fix-footer {
        display: none;
    }

    footer {
        padding-bottom: 0px;
    }

    .image-modal {
        display: flex;
    }
}

@media (max-width:586px) {
    .fix-footer-box span {
        font-size: 12px;
    }

    .fix-footer-box svg {
        height: 17px;
    }

    .fix-footer-box img {
        height: 20px;
    }

    .news-content {
        padding: 10px;
    }

    .news__title {
        height: 40px;
    }
}





@media (max-width: 1400px) {
    .menu>ul>li>a {
        line-height: 28px;
        padding: 20px 10px;
    }

    .submit-email .container .row .clm:nth-child(2) img {
        height: 78%;
    }
}

@media (max-width: 1200px) {
    .submit-email .container .row .clm:nth-child(2) img {
        height: 53%;
    }
}

@media (max-width: 992px) {
    .submit-email .container .row .clm:nth-child(2) img {
        display: none;
    }

    .category {
        display: block;
    }

    .menu-mobile-right {
        display: flex;
    }

    .product-desktop {
        margin: 0px 0px;
    }

    #menu .container-fluid {
        padding: 0px 15px;
    }

    .header {
        z-index: 2;
        padding: 10px 0px;
    }

    .slideshow .slick-arrow {
        display: none !important;
    }

    .ban-view {
        padding-top: 100px;
        padding-bottom: 150px;
        background-color: #00000082;
    }

    .slide__title {
        font-size: 50px;
        text-align: center;
    }

    .slide__desc {
        text-align: center;
    }

    .slide__more span {
        margin: 0 auto;
        padding: 5px 40px;
        margin-top: 15px;
    }

    .projectRb-btn-right {
        display: none;
    }

    .tablinks {
        margin-right: 15px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .tablinks.active {
        color: #db2128;
        font-size: 15px;
        height: auto;

    }

    .slick-arrow {

        width: 30px;
        height: 30px;
        border: 2px solid white;
    }

    .slick-prev {
        left: 5px;
    }

    .slick-next {
        right: 5px;
    }

    .follow .item {
        margin-bottom: 10px;
    }

    .follow .icon {
        width: 55px;
    }

    .foot_ul1 {
        flex-wrap: wrap;
    }

    .foot_li1 {
        width: 100%;
    }

    .foot_ul2 {
        display: none;
    }

    .foot_ul2.mystyle {
        display: block;
    }

    .foot_ul2 a {
        padding-left: 10px !important;
    }

    #footer-foot_nav ul li a {
        border-bottom: 1px solid #f2f2f2;
        padding: 7px 0px;
        margin: 0;
        font-weight: 600;
    }

    .footer-top {
        padding-bottom: 8px;
        padding-top: 8px;
    }


    .footer-left {
        justify-content: center;
    }

    .link-box {
        justify-content: center;
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;

    }

    footer .build {
        text-align: center;
    }

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .box_folder_products h3 a {
        line-height: 1.5;
        font-size: 17px;
    }

    .banner {
        background-color: whitesmoke;
        padding: 30px 0px;
    }

    .banner img {
        height: 400px;
    }

    .follow {
        display: none;
    }

    .projectRb {
        padding-bottom: 30px;
    }

    .seemore-cnt {
        display: block;
    }

    #button-contact-vr {
        display: none;
    }
}

@media (max-width: 768px) {
    .info_product_modal {
        width: 100%;
        height: 100%;
    }

    .newsletter-content {
        margin-left: auto;
        text-align: center;
        padding: 20px;
        float: right;
        width: 100%;
    }
}


@media (max-width: 586px) {
    .slide__title {
        font-size: 30px;
        line-height: 1.2;
    }

    .slide__desc p {
        color: white;
        font-size: 15px;
    }

    .projectRb-btn-left {
        overflow-x: scroll;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: left;
    }

    .product-desktop {
        display: none;
    }

    .product-mobile {
        display: block;
    }

    .box_folder_products {
        margin-bottom: 10px;
    }

    .box_folder_products {
        padding: 10px;
    }

    .box_folder_products h3 a {
        font-size: 14px;
    }

    .link-box {
        justify-content: left;
    }

    .projectRb .slick-arrow {
        top: 25%;
    }

    .list_thuong_hieu .nav-pills>li .image {
        height: 115px;
    }

    .list_thuong_hieu .nav-pills>li img {
        height: 115px;
    }

    .categories_info span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media (max-width: 1300px) {
    .header.fixed .logo-scroll img {
        width: 120px;
    }

    .logo-desk {
        width: 100px;
    }
}

@media (max-width: 992px) {
    .slick-dots {
        bottom: -20px;
    }

    .product-list-right ul {
        display: none;
    }

    .abouthead span {
        font-size: 14px;
    }

    .abouthead h2 {
        font-size: 45px;
    }

    .abouthead {
        padding-top: 40px;
    }

    h2.product-list__title {
        padding: 8px 10px 7px 10px;
    }

    .service-delivery-box {
        display: block;
        text-align: center;
    }

    .service-delivery__img {
        width: 55px;
    }

    .service-delivery__img {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    h2.news-list__title {
        padding: 8px 10px 7px 10px;
    }

    .abouthead {
        margin-top: -80px;
        background-size: auto;
        background-position: top;
    }
}

@media (max-width: 568px) {
    .abouthead__title {
        font-size: 13px;
    }

    .abouthead h2 {
        font-size: 36px;
        margin-bottom: 0px;
    }

    .abouthead {
        padding-top: 50px;
    }

    .service-delivery-body {
        padding: 0px;
    }

    .service-delivery__info h5 {
        font-size: 11px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 28px;
        overflow: hidden;
    }

    .service-delivery__info p {
        font-size: 11px;
    }

    .service-delivery__img {
        width: 35px;
    }

    .service-delivery__img {
        margin-bottom: 10px;
    }

    h2.product-list__title,
    h2.news-list__title {
        font-size: 14px;
        min-width: 155px;
    }

    .product-list-right a {
        font-size: 13px;
    }

    .product__price,
    .product__price span {
        text-align: center;
    }

    .cart__product .box_cart {
        font-size: 13px;
    }

    .product__title {
        font-size: 14px;
    }

    .product-list-body {
        padding: 10px 0px;
    }

    .news-list-body {
        padding: 10px 0px;
    }

    .news-list::after {
        content: none;
    }

    .news__title {
        font-size: 14px;
    }

    .news-content .desc p {
        font-size: 13px;
    }

    .read-detail {
        font-size: 12px;
    }

    .abouthead {
        margin-top: -50px;
    }

    .abouthead-content {
        padding-top: 0px;
    }

    .group-title .title h2 {
        font-size: 24px !important;
    }

    .sidebar-product-box h4 {
        color: rgba(0, 87, 0, 1);
        font-weight: 800;
        font-size: 23px !important;
    }

    .news-box {
        padding: 0px 5px;
    }

    .product-list-box {
        padding: 0px 5px;
    }

    .service-delivery-box {
        padding: 10px 5px;
    }

    .list-category-box a h3 {
        color: black;
        font-size: 14px;
    }

    .list-category-box a img {
        height: 100px;
    }

    .list-category-box {
        margin-bottom: 10px;
    }

    .group-title .title h1 {
        font-size: 24px !important;
    }
}

a:focus {
    outline: unset;
}


.logo-head {
	padding-right: 50px;
}









.deal-hot .group-title {
    background-image: url('../images/home-deal-bg.png');
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    width: 710px;
    margin: 0 auto;
}

.deal-hot .group-title img {
    height: 42px;
    width: auto;
    transition: transform 0.8s ease;
    animation: shake 0.8s ease-in-out 0.7s infinite;
    margin-right: 10px;
}

@keyframes shake {

    0%,
    100% {
        transform: scale(1) translateX(0);
    }

    25%,
    75% {
        transform: scale(1.2) rotate(5deg);
    }

    50% {
        transform: scale(1.2) rotate(-5deg);
    }
}

.deal-hot .group-title p {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(156, 0, 0, 0.96);
    font-size: 36px;
    font-style: italic;
    font-weight: 800;
    line-height: 42px;
    margin: 0 18px 0 0;
}

.deal-time-holder {
    display: flex;
    align-items: center;
    border-radius: 18px;
    box-shadow: 0 0 0 1px #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.59) 57.29%, rgba(255, 255, 255, 0.8) 96.87%);
    padding: 5px 14px;
}

.deal-time-holder b {
    background-color: black;
    height: 26px;
    width: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 5px;
    position: relative;
    margin-left: 6px;
}

.deal-time-holder b:not(:last-child):after {
    content: ':';
    position: absolute;
    right: -8px;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.deal-hot-body {
    background: linear-gradient(270deg, #00A551 0%, #8EB958 102.33%);
}


/* Tab Links */
.tabs {
    display: flex;
}

.tablinks {
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s ease;
}

.tablinks:hover {
    background: blue;
    color: #fff;
}

/* Tab active */
.tablinks.active {
    background: blue;
    color: #fff;
}

/* tab content */
.tabcontent {
    display: none;
}

/* Text*/
.tabcontent p {
    color: #333;
    font-size: 16px;
}

/* tab content active */
.tabcontent.active {
    display: block;
}

.social-register .form-group {
    margin-bottom: 0px;
}

.social-register {
    background-color: #ac3526;
    padding: 20px 0px;
}

.social-register ul.social li {
    padding-right: 15px;
    font-size: 16px;
}

.social-register ul li a {
    display: flex;
    align-items: center;
}

.social-register ul li a i {
    color: white;
}

.social-register ul li {
    color: white;
    fill: white;
}

.social-register form {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid white;
    display: flex;
}

.social-register form span {
    color: white;
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px;
}

.social-register form input {
    height: 45px;
    padding: 0px 15px;
    color: black;
    font-size: 14px;
}

.social-register form button {
    background-color: #333;
    min-width: 100px;
    font-size: 17px;
    font-weight: 400;
    color: white;
    padding: 0px 20px;
}

.social-register form button svg {
    height: 17px;
    fill: white;
    margin-right: 7px;

}

.btn-find {
    height: 45px;
    min-width: 120px;
    background-color: white;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #cc1e26;
    font-weight: 500;
    margin-bottom: 0px;
}

.programme {
    border-bottom: 1px dashed black;
    margin-bottom: 25px;
}

.programme li {
    padding: 0px 0px 15px 0px;
    font-size: 15px;
}

.programme li a {
    color: black;
    padding: 0px 20px;
    border-left: 1px solid black;
}

.programme li:nth-child(1) a {
    padding-left: 0px;
    border-left: 0px solid black;
}

.group-title {
    text-align: left;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.group-title .title {
    text-transform: none;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
}

.group-title .title-img {
    width: 80%;
    float: left;
}

.group-title .title h2 {
    font-size: 30px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    color: #ac3526;
}

.wrap-fill2 {
    float: right;
    width: 20%;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    font-size: 15px;
}

.selected svg {
    fill: #f7d30b;
    height: 15px;
    width: 15px;
}

.abouthead h2 {
    font-size: 40px;
    color: rgba(0, 87, 0, 1);
    font-weight: 900;
}

#scrollableDiv {
    height: 145px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: height 0.5s;
}

#scrollableDiv #collapseButton {
    display: none;
}

#scrollableDiv.haha #collapseButton {
    display: block;
}

#scrollableDiv.haha {
    height: auto;
    transition: height 0.5s;
}

#scrollableDiv.haha~#expandButton {
    display: none;
}

.product_list1 {
    margin-inline: calc(-1 * var(--gutter));
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* MÃƒÂ u nÃ¡Â»Ân vÃ¡Â»â€ºi Ã„â€˜Ã¡Â»â„¢ trong suÃ¡Â»â€˜t */
    z-index: 9999;
    /* Ã„ÂÃ¡ÂºÂ£m bÃ¡ÂºÂ£o popup hiÃ¡Â»Æ’n thÃ¡Â»â€¹ trÃƒÂªn tÃ¡ÂºÂ¥t cÃ¡ÂºÂ£ cÃƒÂ¡c phÃ¡ÂºÂ§n tÃ¡Â»Â­ khÃƒÂ¡c */
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.popup-message {
    font-size: 18px;
    margin-bottom: 10px;
}

.popup-close-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.content__tab_text p {
    line-height: 2.0;
    padding-top: 10px;
}

.content__tab_text table,
tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 1px;
    border: 1px solid #eee;
}

.nav-tabs.fixed {
    /*! position: fixed; */
    z-index: 0;
    left: 0;
    right: 0;
    /*! top: 50px; */
}

.nav-tabs.fixed .container {
    display: flex;
}

.nav-tabs.fixed .container li {
    padding: 10px 20px 10px 0px;

}

.nav-tabs.fixed .container li.active a {
    font-weight: 600;
    color: #db2128;
}

.pd-static-item {
    margin-bottom: 16px;
    border-radius: 15px;
    overflow: hidden;
    background: #ac3526;
    padding: 2px;
}

.pd-static-item .item-video {
    padding: 12px;
    background-color: white;
    border-radius: 0px 0px 13px 13px;
}

.pd-static-item p {
 margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  padding: 0px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 14px;
}

.pd-static-item .item-suport {
    background-color: white;
    padding: 13px;
    border-radius: 14px;
}

.pd-static-item .item-suport p {
    color: #333;
    font-weight: 600;
}

.pd-static-item .item-suport span {
    display: block;
    color: black;
    font-size: 14px;
    text-align: center;
}

.pd-static-item .item-suport img {
    width: auto;
}

.pd-static-item .item-suport .hotline {
    margin: 10px auto 14px;
    color: #ac3526;
    font-size: 24px;
    font-weight: 700;
}

.pd-static-item .item-suport .static-line {
    margin-bottom: 5px;
}

.pd-static-item .item-suport .static-line:before {
    content: "";
    background: #D9D9D9;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.pd-static-item .item-suport .static-line span {
    width: fit-content;
    background-color: white;
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 0px 15px;
}

.pd-static-item .item-suport .btn-chat {
    border-radius: 5px;
    border: 1px solid #ac3526;
    display: block;
    padding: 5px;
    color: #ac3526;
    margin-top: 10px;
    font-weight: 500;
}

.pd-btn-addcart {
    margin: 15px -5px;
}

.group-product-detail {
    background-color: white;
    border-radius: 15px;
    padding: 15px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.group-product-detail h1 {
    margin-top: 0px;
    font-size: 26px;
    color: black;
    font-weight: bold;
}

.pd-deal-price-group {
    color: black;
    border-radius: 15px;
}

.pd-deal-price b {
    font-size: 30px;
    color: #940d01;
    margin-right: 20px;
}

.pd-deal-price b u {
    font-size: 22px;
    position: relative;
    top: -5px;
}

.pd-deal-price-old b {
    font-weight: 400;
    color: gray;
    font-size: 20px;
    text-decoration: line-through;
}

.p-deal-line {
    background: #FFF7AF;
}

.pd-deal-countdown b {
    height: 24px;
    width: 24px;
    display: inline-flex;
    background-color: white;
    color: #ff0503;
    justify-content: center;
    border-radius: 3px;
}

.pd-deal-time span {
    font-size: 13px;
    margin-left: 10px;
}

.box-quantity {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #D9D9D9;
    margin-left: 15px;

}

.box-quantity span {
    height: 40px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-quantity input {
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    text-align: center;
    width: 45px;
}

.quantity-cart {
    margin-top: 15px;
    color: black;
    font-size: 14px;
}

.pd-btn-addcart {
    margin: 15px -5px;
    display: flex;
}

.btn-addcart {
    width: 50%;
    text-align: center;
    border-radius: 10px;
    height: 45px;
    margin: 0px 5px;
    font-size: 12px;
}

.btn-addcart--bynow {
    background: linear-gradient(270deg, rgb(148, 13, 1) 0%, rgb(215, 174, 92) 102.33%);
    color: white;
    background: #ac3526;
    font-size: 17px;
}

.btn-addcart--cart {
    border: 1px solid #ac3526;
    background: #eee;
    padding: 2px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-addcart--cart b {
    font-size: 15px;
    color: #ac3526;
    line-height: 1.7;
}

.btn-addcart--cart span {
    line-height: 1.0;
    font-size: 9px;
    color: #ac3526;
}

.sidebar-product,
.product_page-body {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    /*! margin-top: 20px; */

    margin-bottom: 20px;
}

.slideshow .clm {
    width: calc(100% - 286px);
    max-width: calc(100% - 262px);
}

.icon-bar:hover .list-menu {
    display: block;
}

@media (max-width: 1200px) {
    .slideshow .clm {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .main {
        margin-top: 0;
    }

    .nav-tabs.fixed {
        /*! top: 90px */
    }
}

@media (max-width: 586px) {
    .nav-tabs.fixed {
        /*! top: 62px; */
    }

    .service-delivery-body .clm {
        padding-inline: 4px;
    }

    .service-delivery-body .slide-4 {
        margin: 0px -4px;
    }

    .social-register form span {
        font-size: 14px;
        font-weight: 400;
    }

    .list-category-box a img {
        height: 110px !important;
    }

    .group-product-detail h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .btn-addcart{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .btn-addcart b{
        font-size: 16px;
    }
    .btn-addcart--cart b{
        margin-top: 0px;
    }
	.star-list .star{
		flex-wrap: wrap;
  margin-top: 7px;
	}
	.article_star{width: 100%; margin-left: 0px;}
	.breadcrumbs .breadcrumbs-item a{
		/*! padding: 0 10px; */
		white-space: nowrap;
	}
	.programme li{
		width: 100%;
	}
	.programme li a {
  color: black;
  padding: 0px;
  border-left: unset;
}
	.programme li {
  padding: 0px 0px 8px 0px;
}
}