@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
}

table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #ddd;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #ddd;
}

ul li {
    list-style: none;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
}

i.fa {
    line-height: inherit;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fff !important;
    color: #000;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

a:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

html {}

.slick-slider {
    margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a:hover {}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.quantity-cart-main input::-webkit-outer-spin-button,
.quantity-cart-main input::-webkit-inner-spin-button {
    -webkit-appearance: auto;
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e1d4cc;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc;
}

.image img {
    width: 100%;
}

.slide_home {
    width: 100%;
}

.slide_home .item {
    width: 100%;
}

.slide_home .item img {
    width: 100%;
}

.slide_home .cate-dot-1 .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    position: absolute;
    bottom: 15px;
    align-items: center;
    width: 100%;
    left: 0;
}

.cloe_cometss {
    cursor: pointer;
}

.slide_home .cate-dot-1 .slick-dots li {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: transparent;
}

.slide_home .cate-dot-1 .slick-dots li.slick-active {
    background: #ff9600;
    border: 2px solid #ff9600;
    width: 14px;
    height: 14px;
}

.info_left .cate-dot-1 .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    position: absolute;
    bottom: 15px;
    align-items: center;
    width: 100%;
    left: 0;
}

.info_left .cate-dot-1 .slick-dots li {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: transparent;
}

.info_left .cate-dot-1 .slick-dots li.slick-active {
    background: #ff9600;
    border: 2px solid #ff9600;
    width: 14px;
    height: 14px;
}

.so_luong_ban {
    margin-bottom: 10px;
    font-size: 18px;
}

.pagination {
    padding: 10px 0;
    justify-content: center;
}

.pagination-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-group .pagination {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination-group .pagination a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
}

.pagination-group .pagination span {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
    background-color: #e23b41;
    color: #fff;
}

.swal2-title {
    font-size: 14px !important;
}

.swal2-styled {
    font-size: 13px !important;
}

.swal2-popup {
    max-width: 23em !important;
}

.swal2-icon {
    transform: scale(0.7);
}


/*css slide home*/

.section_product .item-slide {
    position: relative;
}

.section_product .content_slide_item {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 80px;
}

.section_product .box_content_slide {
    /* width: 100%; */
    max-width: 50%;
    text-align: left;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.section_product .box_content_slide h3 {
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 24px;
    font-family: 'nasalization-rg';
    font-size: 70px;
    -webkit-text-stroke: 1px black;
    /* text-shadow: 4px 1px 0px #000; */
}

.section_product .box_content_slide h3 img {
    display: block;
    height: 53px;
}

.section_product .box_content_slide .desc1 {
    font-weight: 400;
    font-size: 34px;
    line-height: normal;
    margin-bottom: 14px;
    font-family: 'Futura';
}

.section_product .box_content_slide .desc2 {
    font-size: 23px;
    line-height: normal;
}

.box_btn_slide {
    width: 100%;
    display: flex;
    margin-top: 26px;

}

.box_btn_slide .buy_now {
    margin-right: 44px;
}

.box_btn_slide .buy_now a {
    display: inline-block;
    background-color: #ffb800;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 54px;
    min-width: 190px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0px 0px 3px #000;
    transition: all 0.3s;
}

.box_btn_slide .buy_now a:hover {
    background-color: #eede00;
}

.box_btn_slide .btn_detail {}

.box_btn_slide .btn_detail a {
    display: inline-block;
    background-color: #595959;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    line-height: 54px;
    transition: all 0.3s;
    min-width: 190px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.box_btn_slide .btn_detail a:hover {
    background-color: #8c8c8c;
}

.slide .slick-dots {
    bottom: 0;
    width: auto;
    left: 50%;
    border-radius: 15px 15px 0 0;
    transform: translateX(-50%);
    padding: 11px 10px 7px;
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
}

.slide .slick-dots li {
    width: 15px;
    height: 15px;
    background: rgba(153, 153, 153, 1);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin: 0 5px;
}

.slide .slick-dots li.slick-active button {
    background-image: linear-gradient(to bottom, #1bb7c0, #197bb3);
    /* border: 1px solid #fff; */
}

.slide .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #818181;
}

.slide .slick-dots li button:before {
    width: 12px;
    height: 12px;
    display: none;
}

.slide img {
    width: 100%;
}


.main1 .section_product_hot {
    width: 100%;
    padding: 0px 0 20px;
    background: #fff;
}

.section_product_hot .title_h2 h2 {
    padding: 0 8px;
    color: #fff;
}

.title_h2 {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    padding-top: 0;
    margin-top: 0px;
}

.title_h2:before {
       content: '';
       position: absolute;
       top: 0;
       left: 275px;
       width: 0;
       height: 0;
       border-top: 40px solid transparent;
       border-left: 55px solid #bbbbbb;
       border-bottom: 0px solid transparent;
}
.title_h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 275px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid #D5231A;
    border-bottom: 0px solid transparent;
}
.title_h2 h2 {
    color: #000;
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
}

.tin-tuc .title_h2 h2 {
    text-transform: uppercase;
}

.tab_product {
    width: 100%;
    margin-top: 5px;
}

.tab_product .nav-tabs .nav-link {
    border: 1px solid #000;
    border-radius: 3px;
    margin: 0;
    font-weight: 400;
}

.tab_product .nav-tabs .nav-item {
    margin: 0;
    margin-right: 5px;
}

.tab_product .nav-tabs .nav-item.show .nav-link,
.tab_product .nav-tabs .nav-link.active {
    padding: 5px 25px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    background-image: linear-gradient(to right, #ffb800, #ffb800);
    border: 1px solid #ffb800;
}

.block_pad_pro {
    padding: 10px;
	border: solid 1px #eee;
	border-radius: 5px;
}

.block_pad_pro .item .box {
    border-radius: 10px;
    padding: 10px 5px;
    margin-bottom: 0px;
}

.block_pad_pro .item .box .title_catologue {
    text-align: center;
    margin-top: 5px;
}

.block_pad_pro .item .box .title_catologue h2 {
    color: #333;
    letter-spacing: 0;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    height: auto;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 33px;
}

.list_pro {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.list_pro .item {
    padding: 0 10px;
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.list_pro .item .box {
    border: solid 1px #eee;
    border-radius: 10px
}

.list_pro .box {
    display: block;
    padding: 8px 8px 10px;
    margin-bottom: 25px;
}

.list_pro .box .image {
    overflow: hidden;
    position: relative;
}

.list_pro .box .image img {
    transition: all 1s;
    object-fit: cover;
}


.list_pro .box .image .chan-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.list_pro .item:hover .box-pro .chan-img {
    opacity: 1;
}


.list_pro .box .info {
    padding: 10px 0 0;
}

.list_pro .box .info h3 {
    margin: 0 0 4px;
    text-transform: none;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 40px;
}

.info p {
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
    padding: 5px 0px;
}

.list_pro .box .info h3 a {}

.list_pro .box .info h3 a:hover {
    color: #000;
}

.list_support-tr {
    row-gap: 10px;
}

.list_pro .box .info .desc {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.block-product-tr {
    padding-top: 20px;
}

.btn_order_group {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    margin-top: 35px;
}

.list_guide .box .info .btn_order_group {
    margin-top: 15px;
}

.block-product .btn_order_group {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.block-product .btn_order_group .btn_buynow {
    display: inline-block;
    background-color: #ffb800;
    color: #fff;
    padding: 0 15px;
    line-height: 42px;
    min-width: 130px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-right: 15px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s;
}

.block-product .btn_order_group .btn_detail::before {
    content: unset;
}

.block-product .btn_order_group .btn_buynow::before {
    content: unset;
}

.btn_order_group .btn_buynow:hover {}

.block-product .btn_order_group .btn_detail {
    display: inline-block;
    background-color: #595959;
    color: #fff;
    padding: 0 10px;
    line-height: 42px;
    min-width: 130px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    border-radius: 4px;
    text-align: center;
}

.btn_order_group .btn_detail:hover {}

.section_bannerProduct {
    width: 100%;
}

.section_post_home {
    width: 100%;
    padding: 30px 0 30px;
}

.section_post_home .title_h2 {
    margin-bottom: 30px;
}




.list_post .box {
    display: block;
    padding: 5px;
    transition: box-shadow 0.3s;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.list_post .box:hover {
    box-shadow: 0 0 10px #ccc;
}

.list_post .box .image {}

.list_post .box .image img {
    transition: all 1s;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* .list_post .box .image:hover img {
    transform: scale(1.2);
} */

.list_post .box .info {
    padding: 5px 0 0px 0;
}

.list_post .box .info h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 10px;
	min-height: 40px;
}

.list_post .box .info h3 a {}

.list_post .box .info h3 a:hover {
    color: #e83322;
}

.list_post .box .info .desc {
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tab_scroll {
    width: 100%;
}

.tab_scroll.fixed {
    top: 101px;
    background-color: rgba(0, 0, 0, .5);
}

.tab_scroll ul {
    display: flex;
    padding: 0 32px;
}

.tab_scroll li {
    display: inline-block;
}

.tab_scroll li:not(:last-child) {
    margin-right: 30px;
}

.tab_scroll li a {
    font-size: 18px;
    color: #000;
    display: inline-block;
    line-height: 34px;
}

.tab_scroll li.active a {
    text-decoration: underline;
    font-weight: 700;
    font-size: 20px;
}

.tab_scroll.fixed li a {
    color: #fff;
}

.btn_detail_line {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.btn_detail_line:before {
    content: '';
    position: absolute;
    background-color: #7f7f7f;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 2px;
}

.btn_detail_line a {
    color: #000;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    background-color: #fff;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.btn_detail_line a:hover {
    color: #ffcc00;
}

.bg-home {
    background-color: #fff;
}

.wrap_home {
    width: 100%;
}

.wrap_home .main_left {
    float: left;
    margin-right: 15px;
    width: calc(100% - 322px);
    padding-top: 15px;
}

.file_download {
    text-align: center;
}

.file_download span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: red;
    margin-top: 5px;
}

.wrap_home .main_right {
    float: left;
    width: 307px;
    padding-top: 15px;
}

.top_news {
    width: 100%;
    margin-bottom: 20px;
}

.title_in {
    margin-bottom: 15px;
    width: 100%;
    background-image: linear-gradient(to right, #0a589f, #ff000f);
    padding: 0 20px;
    position: relative;
}

.title_in h2 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.title_in h2 i {
    margin-right: 10px;
    font-size: 21px;
}

.title_in .date {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    float: right;
    line-height: 40px;
}

.title_in .date i {
    margin-left: 5px;
}

.title_in2 {
    margin-bottom: 15px;
    width: 100%;
    background: #efefef url(../images/bg_title.png);
    padding: 0 20px;
    background-repeat: no-repeat;
    position: relative;
}

.title_in2 h2 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 500;
}

.title_in2 h2 img {
    width: auto;
    margin-right: 12px;
}

.title_in2 .view_more_top {
    position: absolute;
    right: 18px;
    top: 13px;
    color: #ff000f;
    font-weight: 700;
}

.title_in .view_more_top {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    font-weight: 700;
}

.news_detail_content {
    font-size: 15px;
    line-height: 22px;
}

.news_detail_content ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.news_detail_content p {
    margin-bottom: 6px;
}

.news_detail_content img {
    height: auto !important;
}

.news_detail_content h1 {
    margin: 0 0 15px;
    font-size: 25px;
    font-weight: 600;
    color: #1273b1;
}

.news-box2 {
    width: 100%;
    display: flex;
}

.news-box2 .list-slide-main {
    width: calc(50% - 15px);
    margin-right: 15px;
}

.news-box2 .first-news2 {}

.first-news2 .image {
    position: relative;
    overflow: hidden;
}

.first-news2 .image img {
    height: 230px;
    transition: 1s;
    object-fit: cover;
    transition: 0.5s;
}

.first-news2 .image:hover img {
    transform: scale(1.1);
}

.first-news2 .info {
    bottom: 0;
    padding: 0;
    overflow: hidden;
}

.first-news2 .info h3 {
    font-weight: 600;
    color: #000;
    font-size: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.first-news2 .info h3 a {}

.first-news2 .info .desc {
    font-size: 14px;
    width: 100%;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.box_time {
    width: auto;
    display: inline-flex;
    line-height: 34px;
    float: left;
}

.box_time .date_time {
    float: left;
    font-size: 13px;
    color: #0a589f;
}

.list-news2-item .box_time .date_time,
.first-news2 .box_time .date_time,
.list_news_home .box_time .date_time,
.list_news_col .box_time .date_time,
.news_hot .box_time .date_time {
    display: none;
}

.box_time .date_time i {
    color: #000;
}

.box_time .views {
    font-size: 13px;
    margin-left: 15px;
    display: none;
}

.box_time .views i {}

.view_more {
    width: auto;
    height: 34px;
    text-align: center;
    line-height: 32px;
    float: right;
    padding: 0 8px;
}

.view_more a {
    font-size: 15px;
}

.view_more2 {
    width: 90px;
    height: 28px;
    border: 1px dashed #000;
    text-align: center;
    line-height: 26px;
    float: right;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
}

.view_more2 a {
    color: #0a589f;
    display: block;
}

.view_more2 a:hover {
    color: #fff;
    background-color: #0a589f;
}

.list-news2 {
    overflow: hidden;
    width: 50%;
}

.list-news2 .list-news2-item {
    float: left;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.list-news2 .list-news2-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.list-news2 .list-news2-item .image {
    position: relative;
    width: 100px;
    margin-right: 10px;
    overflow: hidden;
}

.list-news2 .list-news2-item .image img {
    object-fit: cover;
    height: 80px;
    transition: 0.5s;
}

.list-news2 .list-news2-item .image:hover img {
    transform: scale(1.1);
}

.list-news2 .list-news2-item .info {
    width: calc(100% - 110px);
}

.list-news2 .list-news2-item h3 {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list-news2 .list-news2-item h3 a {}

.flas_sale {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 9px 0;
    margin-bottom: 10px;
}

.flas_sale .title_flas_sale {
    color: #000;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}

.yeu_cau_goi_lai {
    margin-top: 15px;
    text-align: center;
    border-radius: 5px;
    padding: 15px 20px;
    position: relative;
    color: #fff;
    background-color: #073199;
}

.yeu_cau_goi_lai h3 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #ffc800;
    font-weight: 700;
}

.yeu_cau_goi_lai .desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.yeu_cau_goi_lai .box_form_uudai {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.yeu_cau_goi_lai input {
    height: 40px;
    padding: 0 15px;
    border-radius: 99px;
    width: calc(100% - 131px);
    border: 0;
}

.yeu_cau_goi_lai button {
    height: 40px;
    padding: 0 15px;
    background-color: #ffc800;
    box-shadow: unset;
    border: 0;
    border-radius: 99px;
    width: 118px;
}

#countdown {
    height: auto;
    text-align: left;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}


#countdown #tiles {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

#countdown #tiles li {
    width: 68px;
    max-width: 80px;
    font-weight: 500;
    text-align: center;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0px 5px;
    padding: 1px 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-content: center;
}

#countdown #tiles li:not(:last-child)::before {
    content: ':';
    position: absolute;
    right: -11px;
    top: 3px;
    font-size: 22px;
}

#countdown #tiles li span {
    width: 100%;
    font-size: 34px;
    line-height: 40px;
}

#countdown #tiles li:first-child {
    margin-left: 0;
}

#countdown #tiles li:last-child {
    margin-right: 0;
}

#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: left;
}

#countdown .labels li {
    width: 102px;
    color: #d2ae7e;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.news_home {
    width: 100%;
    margin-bottom: 20px;
}

.news_rale {}

.box_lienket {
    width: 100%;
    margin-bottom: 10px;
}

.news-donvithanhvien {
    padding: 7px 10px 0;
    border: 1px solid #ebebeb;
    border-top: 0;
}

.box_lienket .cate-title {
    padding: 0;
    margin-bottom: 7px;
}

.form-control-lienket {
    height: 30px;
    width: 100%;
    padding: 4px 12px;
}

.ml-30 {
    margin-left: 30px
}

.list_news_home {
    width: 100%;
}

.list_news_home .item {
    margin-bottom: 5px;
}

.list_news_home .box {
    display: block;
}

.list_news_home .box .image {
    overflow: hidden;
    width: 100%;
}

.list_news_home .box .image img {
    height: 178px;
    object-fit: cover;
    width: 100%;
}

.list_news_home .box .info {}

.list_news_home .info h3 {
    color: #0a589f;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_news_home .info h3 a {}

.list_news_home .info .desc {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_hot {
    width: 100%;
}

.box_news_hot {
    width: 100%;
    display: flex;
    background-color: #ececec;
    margin-bottom: 15px;
}

.box_news_hot .image {
    overflow: hidden;
    width: 64%;
}

.box_news_hot .image img {
    height: 405px;
    object-fit: cover;
    width: 100%;
}

.box_news_hot .info {
    width: 36%;
    padding: 15px;
    overflow: hidden;
}

.box_news_hot .info h3 {
    color: #0a589f;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
}

.box_news_hot .info h3 a {}

.box_news_hot .info .desc {
    color: #000;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.banner_quangcao {
    width: 100%;
    margin-bottom: 10px;
}

.banner_quangcao a {
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
}

.banner_quangcao img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.banner_quangcao a:hover img {
    transform: scale(1.1);
}

.banner_center {
    width: 100%;
    margin: 0 0 15px;
}

.banner_center .image {
    display: block;
}

.banner_center .image img {
    width: 100%;
}

.box_video_sidebar {
    width: 100%;
}

.video-s {
    overflow: hidden;
}

.video-s iframe {
    overflow: hidden;
    width: 100%;
    height: 168px;
    display: block;
}

.box_video_sidebar .image {}

.box_video_sidebar .image img {}

.section1_akimax {
    width: 100%;
    padding: 50px 0 0;
    background-color: #000;
}

.section2_akimax {
    width: 100%;
    padding: 50px 0;
    background-color: #000;
}

.section1_akimax .title,
.section2_akimax .title {
    text-align: center;
    margin-bottom: 30px;
}

.section1_akimax .title h2,
.section2_akimax .title h2 {
    color: #ffc800;
    font-size: 46px;
    font-weight: 700;
    margin: 0 auto 14px;
    max-width: 500px;
}

.section1_akimax .title .description,
.section2_akimax .title .description {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    max-width: 684px;
}

.section1_akimax .image img,
.section2_akimax .image img {
    width: 100%;
}

.section3_akimax {
    width: 100%;
    min-height: calc(100vh + 100px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section3_akimax .block_content {
    position: relative;
    height: 100vh;
}

.section3_akimax .image_akimax {
    width: 208px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section3_akimax .image_akimax img {
    width: 100%;
}

.section3_akimax .box_content {
    max-width: 750px;
    width: 100%;
    margin-bottom: 25px;
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: 100%;
}

.section3_akimax .box_content .title {
    color: #ffc800;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: normal;
}

.section3_akimax .box_content .description {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
}

.section3_akimax .box_content .image {
    max-width: 300px;
    display: block;
    margin: auto;
}

.section3_akimax .box_content .image img {}

.section4_akimax {
    width: 100%;
    background-color: #000;
    padding: 80px 0;
}

.section4_akimax .list_property {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.section4_akimax .item {
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.section4_akimax .item .box {
    width: 100%;
    padding: 50px 0;
}

.section4_akimax .item:nth-child(odd) .info {
    padding-top: 30px;
    padding-right: 60px;
}

.section4_akimax .item:nth-child(even) .info {
    padding-top: 30px;
    padding-left: 60px;
}

.section4_akimax .item .title {
    color: #ffc800;
    font-size: 76px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 76px;
}

.section4_akimax .item .sub_title {
    color: #fff;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 38px;
    font-weight: 700;
}

.section4_akimax .item .desc {
    color: #fff;
    text-align: justify;
    font-size: 15px;
}

.section4_akimax .item:nth-child(even) .image {
    order: 2;
}

.section4_akimax .item:nth-child(even) .box {
    order: 1;
}

.section5_akimax {
    width: 100%;
    padding-bottom: 50px;
}

.section5_akimax .image img {
    width: 100%;
}

.nav-vertical {
    position: relative;
    /* top: 40px; */
    left: 0px;
    right: 0;
    z-index: 10;
    height: 0;
    display: block;
}

.nav-vertical .nav-list {
    background-color: #fff;
}

.nav-vertical .nav-list li {
    position: unset;
}

.nav-vertical .nav-list>li>a {
    position: relative;
    display: block;
    color: #000;
    padding: 12px 0 14px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.nav-vertical .nav-list>li>a>img {
    width: auto;
    height: auto;
    max-width: 22px;
}

.nav-vertical .nav-list>li>a:hover {
    background-color: #f8f9fa;
    color: #ed2024;
}

.nav-vertical .nav-list>li>a>img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 4px;
}

.ver-mega-mn1 {
    position: absolute;
    right: 5px;
}

.nav-vertical-sub {
    position: absolute;
    width: calc(100% + 30px);
    left: 90%;
    top: 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    visibility: hidden;
    transition: left 0.5s;
    z-index: -1;
    height: 495px;
    top: 3px;
    box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub {
    visibility: inherit;
    left: 100%;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub li {
    padding: 6px 0 5px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.m_feature-nightography {
    text-align: center;
    position: relative;
    padding: 20px 0;
    background-color: #000;
    z-index: 2;
    height: auto;
}

.m_feature-nightography .copy-area {
    position: absolute;
    width: 100%;
    top: 36%;
    transform: translateY(-50%);
    z-index: 9;
}

.m_feature-nightography .title-wrap {
    max-width: 948px;
    width: 100%;
    position: relative;
    top: auto;
    z-index: 6;
    display: block;
    text-align: center;
    margin: auto;
}

.m_feature-nightography .c_cate-type2 {
    line-height: 1.22;
    margin-bottom: 22px;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.m_feature-nightography .motion-wrap {
    position: relative;
    width: 100%;
    height: 800px;
}

.m_feature-nightography .motion-wrap .o_figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    z-index: 3;
}

.m_feature-nightography .o_figure {}

.m_feature-nightography .o_figure .img {
    display: block;
    width: 100%;
    height: 100%;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: 50%; */
    /* background-color: #000; */
}

.m_feature-nightography .o_figure .img img {
    width: 100%;
}

.m_feature-mde {
    background-color: #000;
    position: relative;
    padding: 120px 0;
}

.m_feature-mde .sticky-wrap {
    position: relative;
}

.m_feature-mde .sticky-wrap {
    height: 200vh;
    min-height: 2000px;
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.m_feature-mde .sticky-inner {
    position: sticky;
    top: 0;
}

.m_feature-mde .sticky-inner {
    height: 100vh;
}

.m_feature-mde .move-wrap {
    width: 1200px;
    margin: 0 auto;
}

.blind {
    visibility: hidden;
    opacity: 0;
}

.m_feature-mde .appcast-area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    margin-left: -494px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m_feature-mde [class*=f_header-type] {
    max-width: 948px;
}

.m_feature-mde [class*=f_header-] {
    position: relative;
    top: auto;
    z-index: 2;
    right: auto;
    left: auto;
}

.m_feature-mde .appcast-area .c_feature-type2 {
    width: 380px;
    font-size: 30px;
    font-weight: 700;
    color: #ffc800;
}

.plus-highlights [class*=f_header-type] .c_feature-type2 {
    font-size: 42px;
    line-height: 1.18;
}

.plus-highlights .f_header-type1 .text-wrap .copy-wrap {
    margin-top: 25px;
}

.plus-highlights [class*=f_header-type] .c_desc-type2 {
    font-size: 16px;
    line-height: 1.5;
}

.m_feature-mde [class*=c_desc-type] {
    color: #fff;
    font-size: 17px;
}

.plus-highlights .f_header-type1 .text-wrap .copy-wrap [class*=c_desc-type]:first-child {
    margin-top: 0;
}

.m_feature-mde .phone {
    z-index: 5;
    position: absolute;
}

.m_feature-mde .phone {
    width: 125px;
}

.m_feature-mde .phone {
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -170px;
}

.m_feature-mde .phone .frame {
    z-index: 2;
    position: relative;
}

.m_feature-mde .move-wrap img {
    display: block;
    width: 100%;
}

.m_feature-mde .screen-wrap {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m_feature-mde .phone .screen {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}


.m_feature-mde .vertical-content {
    z-index: 4;
    position: absolute;
    left: 50%;
    height: auto;
    width: auto;
    white-space: nowrap;
    display: flex;
}

.m_feature-mde .vertical-content {
    top: 50%;
    margin-left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 676px;
}

.m_feature-mde .laptop {
    width: 936px;
    height: 639px;
    margin-left: 0;
}

.m_feature-mde .laptop {
    display: inline-block;
    vertical-align: top;
}

.m_feature-mde .windows-area {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 260px;
    margin-left: 242px;
    transform: translate3d(0px, 804px, 0px);
}

.m_feature-mde .tv {
    display: inline-block;
    vertical-align: bottom;
}

.m_feature-mde .tv {
    width: 1027px;
    height: 640px;
}

.m_feature-mde [class*=f_header-] {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
}

.plus-highlights [class*=f_header-type] .c_cate-type2 {
    margin-bottom: 22px;
    font-size: 14px;
}

.m_feature-mde .windows-area .c_feature-type2 {
    width: 240px;
    font-size: 30px;
    font-weight: 700;
    color: #ffc800;
}

.plus-highlights [class*=f_header-type] .c_feature-type2 {
    font-size: 42px;
    line-height: 1.18;
}

.cong_nghe_tach_bui {
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url(../images/cl-5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cong_nghe_tach_bui:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.cong_nghe_tach_bui p {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.cong_nghe_tach_bui2 {
    width: 100%;
    background-color: #000;
    padding: 30px 0 80px;
}

.box_cong_nghe_tach_bui2 {
    min-height: 2300px;
    height: 250vh;
    position: relative;
}

.bg_cong_nghe_tach_bui2 {
    width: 100%;
    top: 0;
    position: sticky;
    margin: auto;
}

#tep1 {
    position: absolute;
    top: 1000px;
    height: 1px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

#tep2 {
    position: absolute;
    top: 1500px;
    height: 1px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.bg_cong_nghe_tach_bui2 .img {
    width: 100%;
    position: relative;
}

.bg_cong_nghe_tach_bui2 .img .overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .64);
    opacity: 1;
}

.bg_cong_nghe_tach_bui2 .img img {
    width: 100%;
}

.cong_nghe_tach_bui2 .title {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
}

.cong_nghe_tach_bui2 .title h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 400px;
    margin-bottom: 260px;
}

.cong_nghe_tach_bui2 .block_content {
    width: 100%;
    position: relative;
}

.cong_nghe_tach_bui2 .block_content .noidung {
    width: 100%;
}

.cong_nghe_tach_bui2 .block_content .noidung .desc {
    max-width: 330px;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: auto;
    padding-bottom: 9px;
    padding-left: 30px;
    position: relative;
    margin-top: 40px;
}

.cong_nghe_tach_bui2 .block_content .noidung .desc:before {
    content: '';
    height: calc(100% + 180px);
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
    position: absolute;
}

.cong_nghe_tach_bui2 .block_content .image {
    width: 50%;
    float: right;
    display: none;
}

.cong_nghe_tach_bui2 .block_content .image img {
    width: 100%;
}

.bo_loc_cleaner {
    width: 100%;
    padding: 30px 0;
    background-color: #ebebeb;
}

.bo_loc_cleaner .title {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.bo_loc_cleaner .title h2 {
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 700;
}

.bo_loc_cleaner .title .description {
    font-size: 18px;
    max-width: 600px;
    line-height: 24px;
    display: inline-block;
}

.bo_loc_cleaner .list_item_loc {
    display: flex;
    margin: auto;
    margin-top: 28px;
    width: 100%;
}

.bo_loc_cleaner .list_item_loc .item {
    width: 33.33333%;
    padding: 0 15px;
}

.bo_loc_cleaner .list_item_loc .box {
    display: block;
    width: 100%;
}

.bo_loc_cleaner .list_item_loc .box .image {}

.bo_loc_cleaner .list_item_loc .box .image img {}

.bo_loc_cleaner .list_item_loc .box .info {
    padding: 0 15px;
}

.bo_loc_cleaner .list_item_loc .box .info h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.bo_loc_cleaner .list_item_loc .box .info .desc {
    text-align: justify;
    line-height: 22px;
}

.section_lamsach_cleaner {
    width: 100%;
    padding: 30px 0 0;
    background-color: #ebebeb;
}

.section_lamsach_cleaner .title {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.section_lamsach_cleaner .title h2 {
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 700;
}

.section_lamsach_cleaner .title .description {
    font-size: 18px;
    max-width: 600px;
    line-height: 24px;
    display: inline-block;
}

.cleaner_section1 {
    width: 100%;
    background-color: #000;
}

.cleaner_section1 .item {
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-color: #000;
}

.cleaner_section1 .item:not(:last-child) {
    border-bottom: 1px solid #cbcad8;
}

.cleaner_section1 .item .box_info {
    position: relative;
    overflow: hidden;
}

.cleaner_section1 .item .box_info .title {
    color: #ffc800;
    font-weight: 700;
    font-size: 2.3vw;
    max-width: 20%;
    line-height: normal;
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 1;
    opacity: 0;
}

.cleaner_section1 .item .box_info .description {
    color: #fff;
    font-weight: 400;
    font-size: 1.3vw;
    max-width: 24%;
    line-height: 1.4;
    position: absolute;
    bottom: 20%;
    right: -30%;
    text-align: right;
    z-index: 1;
    opacity: 0;
}

.cleaner_section1 .item .box_info .image {
    width: 100%;
}

.cleaner_section1 .item .box_info .image img {
    position: relative;
    width: 100%;
    right: -50px;
}

.cleaner_section2 {
    width: 100%;
    padding: 30px 0;
    background-color: #000;
}

.cleaner_section2 .title {
    text-align: center;
}

.cleaner_section2 .title h2 {
    color: #ffc800;
    font-size: 46px;
    font-weight: 700;
    display: block;
    margin: 40px auto 14px;
}

.cleaner_section2 .title .description {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    max-width: 760px;
}

.cleaner_section2 .list_image {
    margin: 0 -10px;
    overflow: hidden;
    margin-top: 40px;
}

.cleaner_section2 .list_image .item {
    width: 33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.cleaner_section2 .list_image .item:first-child {
    width: 67%;
    float: left;
}

.cleaner_section2 .list_image .item .box {
    width: 100%;
}

.cleaner_section2 .list_image .item .image {}

.cleaner_section2 .list_image .item .image img {
    width: 100%;
}

.purifier_section2 {
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
}

.purifier_section2 .title {
    text-align: center;
}

.purifier_section2 .title h2 {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    display: block;
    margin: 40px auto 14px;
}

.purifier_section2 .title .description {
    color: #000;
    font-size: 18px;
    display: inline-block;
    max-width: 760px;
}

.purifier_section2 .list_image {
    margin: 0 -10px;
    overflow: hidden;
    margin-top: 40px;
}

.purifier_section2 .list_image .item {
    width: 33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.purifier_section2 .list_image .item:first-child {
    width: 67%;
    float: left;
}

.purifier_section2 .list_image .item .box {
    width: 100%;
}

.purifier_section2 .list_image .item .image {}

.purifier_section2 .list_image .item .image img {
    width: 100%;
}

#list-thanhtoan {
    margin-top: 30px;
}

.cong_nghe_loc_purifier {
    width: 100%;
    background-color: #000;
    padding-top: 45px;
}

.cong_nghe_loc_purifier .box_cong_nghe_loc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.box_cong_nghe_loc .box_cong_nghe_loc_left {
    width: 50%;
    padding: 0 30px 0 0;
}

.box_cong_nghe_loc .box_cong_nghe_loc_right {
    width: 50%;
    padding: 0;
}

.box_cong_nghe_loc .box_cong_nghe_loc_left .box {}

.box_cong_nghe_loc .box_cong_nghe_loc_left .box .info {
    width: 100%;
    padding: 0px 30px 45px 25%;
}

.box_cong_nghe_loc .box_cong_nghe_loc_left .box .info h2 {
    color: #ffb700;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 36px;
    line-height: normal;
}

.box_cong_nghe_loc .box_cong_nghe_loc_left .box .info .description {
    color: #fff;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
}

.box_cong_nghe_loc .box_cong_nghe_loc_left .box .image {}

.box_cong_nghe_loc .box_cong_nghe_loc_left .box .image img {}

.box_cong_nghe_loc .box_cong_nghe_loc_right .image img {}

.param_cong_nghe_loc {
    width: 100%;
    padding: 30px 0 20px;
    background-color: #000;
}

.param_cong_nghe_loc .title {
    text-align: center;
    width: 100%;
}

.param_cong_nghe_loc .title h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px;
}

.list_param_cong_nghe_loc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list_param_cong_nghe_loc .item {
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.list_param_cong_nghe_loc .box {
    display: block;
    text-align: center;
}

.list_param_cong_nghe_loc .box .label {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 13px;
}

.list_param_cong_nghe_loc .box .value {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.loc_hepa_purifier {
    background-color: #000;
    width: 100%;
    padding: 30px 0;
}

.loc_hepa_purifier .title {
    text-align: center;
}

.loc_hepa_purifier .title h2 {
    color: #ffb700;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 14px;
}

.loc_hepa_purifier .title .description {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    max-width: 380px;
}

.loc_hepa_purifier .box_image_loc_hepa {
    position: relative;
    padding-bottom: 124px;
    width: 100%;
}

.loc_hepa_purifier .box_image_loc_hepa .item {
    position: absolute;
    top: 71%;
}

.loc_hepa_purifier .box_image_loc_hepa .box_content {
    display: block;
    text-align: center;
}

.loc_hepa_purifier .box_image_loc_hepa .name {
    color: #ffc800;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 13px;
    width: 100%;
    max-width: 210px;
    text-transform: uppercase;
}

.loc_hepa_purifier .box_image_loc_hepa .description {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    width: 100%;
    max-width: 210px;
}

.loc_hepa_purifier .box_image_loc_hepa .item:nth-of-type(1) {
    left: 46%;
    transform: translateX(-50%);
}

.loc_hepa_purifier .box_image_loc_hepa .item:nth-of-type(2) {
    left: 70.5%;
    transform: translateX(-50%);
}

.loc_hepa_purifier .box_image_loc_hepa .item:nth-of-type(3) {
    left: 90%;
    transform: translateX(-50%);
}

.loc_hepa_purifier .box_image_loc_hepa .image img {
    width: 100%;
}

.section_product_mb {
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 456px;
}

.content-colsap li {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    margin-bottom: 15px;
}

.content-colsap .desc {
    display: inline-block;
}

.content-colsap .desc h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 4px;
}

.content-colsap li .image {
    width: 60px;
    margin-right: 16px;
    border-radius: 10px;
    overflow: hidden;
    height: 60px;
}

.content-colsap li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.input-check {
    padding: 15px;
}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #333;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: yellow;
}

.content_section_pro {
    width: 100%;
}

.content_section_pro h3 {
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: 'nasalization-rg';
    font-size: 70px;
    line-height: normal;
    margin-bottom: 0;
}

.content_section_pro h3 img {
    display: block;
}

.content_section_pro .desc1 {
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 14px;
    font-family: 'Futura';
}

.content_section_pro .desc2 {
    font-size: 16px;
    line-height: normal;
}

.content_section_pro .box_btn_slide_mb {
    width: 100%;
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}

.content_section_pro .box_btn_slide_mb .buy_now_mb {
    display: block;
    width: 100%;
    margin-bottom: 22px;
}

.content_section_pro .box_btn_slide_mb .buy_now_mb a {
    display: block;
    background-color: #ffb800;
    color: #000;
    text-align: center;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 54px;


    font-weight: 400;
    font-size: 18px;
    /* text-shadow: 0px 0px 3px #000; */
    transition: all 0.3s;
    width: 100%;
}

.content_section_pro .btn_detail_mb {

    width: 100%;
}

.content_section_pro .btn_detail_mb a {
    display: block;
    background-color: #595959;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    line-height: 54px;
    transition: all 0.3s;

    text-align: center;

    font-weight: 400;
    font-size: 18px;
    width: 100%;
}

.section1_purifier {
    width: 100%;
    background-color: #000;
    padding-top: 60px;
}

.section1_purifier .title {
    text-align: center;
    margin-bottom: 50px;
}

.section1_purifier .title h2 {
    color: #ffc800;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 14px;
}

.section1_purifier .title .description {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    max-width: 600px;
}

.section1_purifier .image {
    display: block;
    margin: auto;
}

.section1_purifier .image img {
    width: 100%;
}

.section3_purifier {
    width: 100%;
    background-image: url('../images/bg_section3.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section3_purifier .box_section3_purifier {
    padding: 0 50px;
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.box_section3_purifier .item {
    margin-bottom: 45px;
}

.box_section3_purifier .item:last-child {
    margin-bottom: 0;
}

.box_section3_purifier .item .box {
    display: flex;
    flex-wrap: wrap;
    max-width: 658px;
    padding: 16px;
    background-image: url(../images/bg_bevel.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
}

.box_section3_purifier .box .image {
    width: 200px;
    height: 200px;
}

.box_section3_purifier .box .image img {}

.box_section3_purifier .box .info {
    width: calc(100% - 200px);
    padding-left: 15px;
}

.box_section3_purifier .box .info h3 {
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 10px;
}

.box_section3_purifier .box .info .description {
    color: #fff;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
}

.section4_purifier {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}

.section4_purifier .title {
    text-align: center;
    margin-bottom: 30px;
}

.section4_purifier .title h2 {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 14px;
}

.section4_purifier .title .description {
    color: #000;
    font-size: 18px;
    display: inline-block;
    max-width: 380px;
}

.section4_purifier .box_image {
    width: 100%;
    max-width: 1000px;
    display: block;
    padding: 0 5px;
    margin: 0 auto;
}

.section4_purifier .box_image_left {
    width: 66.3%;
    float: left;
}

.section4_purifier .box_image_right {
    width: 33.7%;
    float: left;
}

.section4_purifier .box_image_left .item {
    padding: 0px 10px;
    float: left;
    width: 50%;
}

.section4_purifier .box_image_left .item:first-child {
    width: 100%;
    margin-bottom: 18px;
}

.section4_purifier .box_image .image {
    width: 100%;
}

.section4_purifier .box_image .image img {}

.section4_purifier .box_image_right .item {
    padding: 0px 10px;
    float: left;
    width: 100%;
}

.section5_purifier {
    width: 100%;
    background-color: #fff;
    padding: 0 0 30px 0;
}

.section5_purifier .image {
    width: 100%;
}

.section5_purifier .title {
    text-align: center;
    margin-bottom: 30px;
}

.section5_purifier .title h2 {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 14px;
}

.section5_purifier .title .description {
    color: #000;
    font-size: 18px;
    display: inline-block;
    max-width: 380px;
}

.section6_max {
    width: 100%;
    background-color: #000;
    padding: 0 0 30px 0;
}

.section6_max .image {}

.section6_max .title {
    text-align: center;
    margin-bottom: 30px;
}

.section6_max .title h2 {
    color: #ffc800;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 14px;
}

.section6_max .title .description {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    max-width: 380px;
}

.wrap_slide_newstop {
    width: 100%;
    /* margin-top: 15px; */
    background: #eee;
    padding: 12px 0;
}

.section6_purifier {
    width: 100%;
    padding: 50px 0;
    background-color: #000;
}

.box_section6_purifier {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
    align-items: center;
}

.box_section6_purifier_left {
    padding: 0 15px;
    width: 50%;
}

.box_section6_purifier_left .image {
    width: 100%;
}

.box_section6_purifier_left .image img {
    width: 100%;
}

.box_section6_purifier_right {
    width: 50%;
    padding: 0 15px;
    display: flex;
    align-items: flex-end;
}

.box_section6_purifier_right .info_content_section6 {}

.box_section6_purifier_right .info_content_section6 .title {
    font-size: 40px;
    color: #ffc800;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.box_section6_purifier_right .info_content_section6 .description {
    color: #fff;
    text-align: justify;
    font-size: 18px;
}

.wrap_slide_newstop .box_slide_newstop {
    width: 100%;
    display: flex;
    align-items: center;
}

.box_slide_newstop .title {
    text-transform: uppercase;
    color: #fff;
    padding: 2px 5px 0px;
    display: inline-block;
    line-height: 19px;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.6px;
    background-color: #c41919;
    border-radius: 3px;
}

.box_slide_newstop .hotline_top {
    display: inline-flex;
    width: 166px;
    justify-content: space-between;
    font-size: 19px;
    font-weight: 700;
    align-items: center;
    color: #c41919;
}

.box_slide_newstop .hotline_top img {
    width: 35px;
    height: 35px;
}

.box_slide_newstop .slide_newstop {
    width: calc(100% - 280px);
    padding-left: 10px;
}

.box_slide_newstop .slide_newstop .item {
    padding-right: 0;
    line-height: 17px;
    display: flex;
    align-items: center;
}

.box_slide_newstop .slide_newstop .item a {
    font-size: 13px;
    font-weight: 500;
}

.slide_newstop .slick-prev,
.slide_newstop .slick-next {
    display: inline-block;
    width: 25px;
    margin: 0;
    height: 25px;
    border: 1px solid #dcdcdc;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    font-size: 7px;
    color: #b7b7b7;
    z-index: 1;
    opacity: 1;
}

.slide_newstop .slick-prev:before,
.slide_newstop .slick-next:before {
    display: none;
}

.slide_newstop .slick-prev {
    left: unset;
    right: -212px;
}

.slide_newstop .slick-next {
    right: -242px;
}

.wrap-slide-home {
    padding: 20px 0 0;
}

.banner_top {
    height: 340px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.banner_top:before {
    content: '';
    background-image: linear-gradient(to right, rgba(18, 115, 177, 0.5), rgba(17, 186, 190, 0.5));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box_content_banner {
    width: 100%;
    text-align: center;
}

.box_content_banner .title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    margin: 0 0 20px;
}

.box_content_banner .image {}

.box_content_banner .image img {
    width: auto;
}

.wrap_new1 {
    width: 100%;
    margin-top: 30px;
}

.box_wrap_new1 {
    width: 100%;
    padding: 0 15px;
}

.box_small_left {
    width: 160px;
    float: left;
    margin-right: 30px;
}

.box_small_center {
    float: left;
    width: calc(100% - 520px);
    margin-right: 30px;
}

.box_small_right {
    float: left;
    width: 300px;
}

.list_tin_left {
    width: 100%;
}

.list_tin_left .item {
    margin-bottom: 13px;
}

.list_tin_left .box {
    width: 100%;
}

.list_tin_left .image {
    width: 100%;
}

.list_tin_left .image img {}

.list_tin_left h3 {
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0;
}

.list_tin_left h3 a {}

.list_tin_center {}

.list_tin_center .item {
    width: 100%;
}

.list_tin_center .box {}

.list_tin_center .image {
    width: 100%;
}

.list_tin_center .image img {}

.list_tin_center .info {}

.list_tin_center h3 {
    line-height: 26px;
    font-weight: 700;
    margin: 10px 0 13px;
    color: #292627;
    font-size: 22px;
    display: block;
}

.list_tin_center h3 a {}

.list_tin_center .desc {
    color: #888;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.list_tin_center .item:not(:first-child) {
    display: block;
    width: 100%;
    border-top: 1px dotted #ccc;
    margin-top: 20px;
    padding-top: 13px;
    padding-bottom: 20px;
}

.list_tin_center .item:not(:first-child) .box_child {
    display: flex;
    width: 100%;
}

.list_tin_center .item:not(:first-child) .image {
    order: 2;
    width: 128px;
}

.list_tin_center .item:not(:first-child) .info {
    order: 1;
    width: calc(100% - 128px);
    padding-right: 10px;
}

.list_tin_center .item:not(:first-child) h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    margin: 0 0 11px;
}

.list_tin_center .item:not(:first-child) h3 a {}

.list_tin_center .item:not(:first-child) .desc {}

.list_banner_right {
    width: 100%;
}

.list_banner_right .item {
    width: 100%;
}

.list_banner_right .item:not(:last-child) {
    margin-bottom: 8px;
}

.list_banner_right .image {
    width: 100%;
}

.list_banner_right .image img {}

.item-banner-home {
    margin-bottom: 15px;
}

.item-banner-home img {
    border: solid 1px #ebebeb;
    height: auto;
    object-fit: cover;
}

.wrap_new2 {
    width: 100%;
    margin-top: 0;
}

.box_wrap_new2 {
    width: 100%;
    padding: 0 15px;
}

.line_dot {
    background: url(../images/border_bottom.jpg) repeat-x;
    height: 8px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.group_wrap2 {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.wrap_new2 .box_left {
    width: calc(100% - 330px);
    margin-right: 30px;
    float: left;
}

.list_news_col {
    width: 100%;
    margin-top: 20px;
}

.list_news_col .item {
    width: 100%;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.list_news_col .item:after {
    width: 100%;
    height: 1px;
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.list_news_col .item:first-of-type {
    padding-top: 0;
}

.list_news_col .item:last-of-type {
    border-bottom: none;
}

.list_news_col .item .box {
    display: flex;
}

.list_news_col .box .image {
    width: 290px;
    height: 182px;
}

.list_news_col .box .image a {}

.list_news_col .box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.list_news_col .box .info {
    padding-left: 20px;
    width: calc(100% - 275px);
}

.list_news_col .box .info h3 {
    margin-bottom: 12px;
    color: #0a589f;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.list_news_col .box .info h3 a {}

.list_news_col .history_new {
    margin-bottom: 10px;
    line-height: 19px;
}

.list_news_col .history_new .cate {
    display: inline;
}

.list_news_col .history_new .cate a {
    font-size: 12px;
    color: #385f73;
    font-weight: 500;
}

.list_news_col .history_new .timeago {
    color: #9e9e9e;
    position: relative;
    padding-left: 18px;
    margin-left: 10px;
    font-style: italic;
    font-size: 12px;
}

.list_news_col .history_new .timeago:before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -230px -6px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}

.list_news_col .desc {
    clear: both;
    color: #000;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.section_product_detail {
    padding: 20px 0 0 0;
    width: 100%;
}

.section_product_detail .line {
    margin-top: 50px;
}

.info_product_detail_top {
    background-color: #000000;
    width: 100%;
}

.info_product_detail_top .info_prod {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 32px;
    align-items: center;
}

.info_product_detail_top .info_prod_l {
    width: 50%;
}

.info_product_detail_top .info_prod_l .name {
    color: #fff;
    font-size: 26px;
    line-height: 54px;
    font-family: 'Futura';
}

.info_product_detail_top .info_prod_r {
    width: 50%;
    display: flex;
    align-items: center;
}

.info_product_detail_top .info_prod_r .box_price {
    width: calc(100% - 119px);
}

.info_product_detail_top .info_prod_r .box_price .new_price {
    width: 100%;
    color: #ffcc00;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 3px;
}

.info_product_detail_top .info_prod_r .box_price .new_price .donvi {
    font-family: 'SanFranCisCoDisplay';
}

.info_product_detail_top .info_prod_r .box_old_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info_product_detail_top .info_prod_r .old_price {
    position: relative;
    width: auto;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
}

.info_product_detail_top .info_prod_r .old_price .donvi {
    font-family: 'SanFranCisCoDisplay';
}

.info_product_detail_top .info_prod_r .old_price span {
    text-decoration: line-through;
}

.info_product_detail_top .info_prod_r .old_price:before {
    content: unset;
    height: 1px;
    width: 90%;
    top: 50%;
    left: 5%;
    position: absolute;
    background-color: #fff;
}

.info_product_detail_top .info_prod_r .save {
    width: auto;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    margin-right: 20px;
}

.info_product_detail_top .info_prod_r .save .donvi {
    font-family: 'SanFranCisCoDisplay';
}

.info_product_detail_top .info_prod_r .box_buy {
    display: inline-block;
    width: 119px;
}

.info_product_detail_top .info_prod_r .box_buy a {
    display: inline-block;
    background-color: #ffb800;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
}

.info_product_detail_top .info_prod_r .box_buy a:hover {
    background-color: #eede00;
}

.wap_support {
    width: 100%;
    padding: 30px 0px;
}

.wap_support .list_support {
    width: 100%;
    padding: 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wap_support .list_support .slick-list {
    width: 100%;
}

.wap_support .item {
    width: auto;
    padding: 0 15px;
}

.wap_support .item .box {
    display: flex;
    width: 100%;
    align-items: center;
    min-width: 290px;
}

.wap_support .item .box .image {
    width: auto;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.wap_support .item .box .image img {
    width: auto;
    max-height: 50px;
}

.wap_support .item .box .name {
    font-size: 20px;
    line-height: 22px;
    width: calc(100% - 85px);
}

.info_product_detail_main {}

.info_product_detail_main .box_info_prod_main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.all_nav_imgditel .col-lg-2,
.all_nav_imgditel .col-lg-10 {}

.info_product_detail_main .info_left {
    width: 50%;
    padding: 0 15px;
}

.info_product_detail_main .info_left .image {
    width: 100%;
    border: 1px solid #eee;
}

.info_product_detail_main .info_left .image img {
    width: 100%;
}

.info_product_detail_main .info_right {
    width: 50%;
    padding: 0 15px;
}

.info_product_detail_main .info_pro_detail {}

.info_product_detail_main .info_pro_detail h1 {
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: normal;
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    font-size: 25px;
}

.info_product_detail_main .info_pro_detail h1::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 120px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}

.statistical_vote p {
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0px;
    color: #333;
    margin-bottom: 0px;
}

.statistical_vote span i {
    color: #ffa53f;
}

.statistical_vote .gach {
    padding: 0 3px
}

.box_price_detail {
    display: flex;
    gap: 25px;
    align-items: center;
}
.text_ditel {
	margin-bottom: 15px;
}
.text_ditel p {
    line-height: 1.4 !important;
}
.text_ditel ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.content_ditel_parameter ul,ol li {
	list-style: disc !important;
	margin-left: 20px;
}

.box_price_detail .giacu {
    line-height: 1;
    font-size: 25px;
    color: #111;
    opacity: .6;
    position: relative;
    text-decoration: line-through;

}



.box_price_detail .giamoi {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 26px;
    color: #E83322;
    font-weight: 500;
    position: relative;
    line-height: 1;
}

.box_price_detail .giamoi #new-price {
    font-weight: 600;
}

.butom_text_fassle p {
    font-size: 80%;
    font-style: italic;
    color: #1D396C;
    margin-bottom: 0.3em;
    line-height: 2;
}

span.fundiin__panel {
    font-size: 17px;
}

.fundiin-promotion__panel {
    margin-top: 5px;
    padding: 3px 8px;
    width: fit-content;
    background: linear-gradient(to right, #06DECD, #744DEF);
    color: #fff;
    font-family: 'League Spartan', sans-serif;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
}

.flashsalesp {
    margin: 5px 0;
    padding: 0px 11px;
    font-size: 16px;
    background: #fff url(../images/flashsale-k.png) no-repeat;
    background-size: auto;
    background-size: contain;
    padding-left: 25px;
    font-weight: 500;
}

.flashsalesp p span {
    color: #d83131;
    background-color: #ffff00;
    font-size: 120%;
}

.info_left .img_nav {
    height: 367px;
    overflow: auto;
    padding-right: 5px;
}

.box_info_prod_main .info_left>.row>.col-2,
.box_info_prod_main .info_left>.row>.col-10 {
    padding-right: 0 !important;
}

.info_left .img_nav .img_item {
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid #ddd;
}

.info_product_detail_main .info_pro_detail .description {
    font-size: 18px;
    line-height: 28px;
}

.info_product_detail_main .info_pro_detail .description ul {}

.info_product_detail_main .info_pro_detail .description li {}

.section_congdung_vacuum {
    width: 100%;
    padding: 30px 0 60px;
}

.section_congdung_cleaner {
    width: 100%;
    padding: 30px 0 60px;
    background-color: #000;
    display: none;
}

.section_congdung_vacuum .title {
    text-align: center;
    margin-bottom: 20px;
}

.section_congdung_vacuum .title h2 {
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 14px;
}

.section_congdung_vacuum .title .description {
    font-size: 18px;
    display: inline-block;
    max-width: 550px;
}

.section_congdung_vacuum .list_image_cd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.section_congdung_vacuum .list_image_cd .item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 25px;
}

.section_congdung_vacuum .list_image_cd .item .image {
    border-radius: 10px;
    overflow: hidden;
}

.thong_tin_cd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.thong_tin_cd .item {
    width: 100%;
}

.thong_tin_cd .item .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.thong_tin_cd .item .box .image {
    width: 50%;
}

.thong_tin_cd .item:nth-child(even) .box .image {
    order: 2;
}

.thong_tin_cd .item .box .image img {
    width: 100%;
}

.thong_tin_cd .item .box .info {
    width: 50%;
    padding: 0 7%;
}

.thong_tin_cd .item:nth-child(even) .box .info {
    order: 1;
}

.thong_tin_cd .item .box .info h3 {
    font-size: 39px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    word-spacing: -1px;
}

.thong_tin_cd .item .box .info .description {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.select_size {
    width: auto;
    display: flex;
}

.select_size .group-control {
    position: relative;
    margin-right: 5px;
}

.tuvanbaohanh_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select_size input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.wrap-price .select_size label {
    display: inline-flex;
    width: auto;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    margin-right: 0;
    margin-bottom: 0;
    min-width: 86px;
    text-align: center;
}

.select_size input:checked+label {
    background-color: #ccc;
    color: #000;
}

.info_product_detail2 {
    width: 100%;


    border-radius: 10px;
    padding: 0;
}

.info_product_detail2 .name {
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Futura';
}

.info_product_detail2 .quantity2 {
    font-size: 14px;
}

.box_price_detail {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}

.box_price_detail .new_price {
    width: 100%;
    color: #000;
    text-align: left;
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.box_price_detail .new_price .donvi {

    font-family: 'SanFranCisCoDisplay';
}

.box_price_detail .box_old_price {
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
}

.box_price_detail .old_price {
    position: relative;
    width: auto;
    color: #000;
    font-size: 14px;

    text-align: center;
    line-height: 18px;
    max-width: 150px;
    font-weight: bold;
}

.box_price_detail .old_price .donvi {

    font-family: 'SanFranCisCoDisplay';
}

.box_price_detail .save .donvi {
    font-family: 'SanFranCisCoDisplay';
}

.box_price_detail .old_price .gia {
    text-decoration: line-through;
}

.box_price_detail .old_price:before {
    /* content: ''; */
    height: 1px;
    width: 90%;
    top: 50%;
    left: 5%;
    position: absolute;
    background-color: #000;
}

.box_price_detail .save {
    font-size: 15px;
    color: #111;
    opacity: .6;
    line-height: 1;
}

.tinh_nang {
    width: 100%;
}

.tinh_nang .title_h2 h2 {
    font-size: 28px;
    font-weight: 700;
}

.tinh_nang .title_h2:before {
    bottom: 7px;
}

.block_tinhnang {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: auto;
}

.list_tinhnang {
    margin: 0 -15px;
}

.list_tinhnang .item {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 25px;
}

.list_tinhnang .box .image {}

.list_tinhnang .box .image img {}

.list_tinhnang .box .info {}

.list_tinhnang .box .info h3 {
    font-weight: 700;
    font-size: 20px;
}

.list_tinhnang .box .info .description {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

.param {
    width: 100%;
    padding: 30px 0 20px;
}

.param .title {
    text-align: center;
    width: 100%;
}

.param .title h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 45px;
    text-transform: uppercase;
}

.list_param {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list_param .item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.list_param .box {
    display: block;
    text-align: center;
}

.list_param .box .label {
    font-size: 18px;
}

.list_param .box .value {
    font-weight: 700;
    font-size: 20px;
}

.section_guide {
    width: 100%;
}

.section_guide .content_guide {
    font-size: 20px;
}

.section_guide .content_guide a {
    color: #2d2dff;
}

.section_rela_prod {
    width: 100%;
    background-color: #fff;
    padding-bottom: 30px;
}

.section_rela_prod .list_rela_prod {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.list_rela_prod .item {
    width: 25%;
    padding: 0 15px;
}

.list_rela_prod .box {
    display: block;
    position: relative;
}

.list_rela_prod .box .overflow {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list_rela_prod .box:hover .overflow {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.list_rela_prod .box .overflow .sub_title_rela {
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.list_rela_prod .box .overflow .title_rela {
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'nasalization-rg';
}

.list_rela_prod .box .image {
    overflow: hidden;
}

.list_rela_prod .box .image img {
    width: 100%;
}

.section_rela_prod .title_h2 h2 {
    font-size: 18px;
    font-weight: 700;
}

.section_rela_prod .title_h2:before {
    max-width: 869px;
}

.wrap_new2 .box_right {
    width: 300px;
    float: left;
    display: flex;
    position: relative;
}

.list_banner_right2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.list_banner_right2 .item {
    width: 100%;
}

.list_banner_right2 .item:nth-child(2) {
    position: sticky;
    top: 60px;
}

.list_banner_right2 .item:not(:last-child) {
    margin-bottom: 10px;
}

.list_banner_right2 .image {
    width: 100%;
}

.list_banner_right2 .image img {
    height: 402px;
}

.hoptac_top {
    padding: 40px 0;
    width: 100%;
}

.hoptac_top .info_hoptac {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.box_hoptac_left {
    width: auto;
    display: flex;
    align-items: center;
    padding: 0 15px
}

.box_hoptac_left .image {
    width: 170px;
    height: 170px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_hoptac_left .image img {
    width: 102px;
    height: auto;
}

.box_hoptac_left .info {
    padding-left: 20px;
    font-size: 18px;
    width: calc(100% - 170px);
}

.box_hoptac_left .info p {}

.box_hoptac_right {
    width: auto;
    padding: 0 15px;
}

.box_hoptac_right .description {
    font-size: 18px;
}

.hoptac_main {
    padding-bottom: 30px;
    width: 100%;
}

.hoptac_main .title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 15px;
}

.hoptac_main .content {
    width: 100%;
}

.hoptac_main .content p {
    margin-bottom: 16px;
    font-size: 17px;
}

.hoptac_main .content img {
    height: auto !important;
}

.chinhsach_main {
    padding: 40px 0;
    width: 100%;
}

.chinhsach_main .title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 15px;
}

.chinhsach_main .content {
    width: 100%;
}

.chinhsach_main .content p {
    margin-bottom: 16px;
    font-size: 17px;
}

.chinhsach_main .content img {
    height: auto !important;
}

.wrap_video_home {
    width: 100%;
}

.box_video_home {
    padding-top: 21px;
    border-top: dotted 1px #ebebeb;
    border-bottom: dotted 1px #ebebeb;
    margin-bottom: 26px;
}

.wrap_video_home .box_video_home {
    padding-top: 0;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.box_video_home .title-video-box {
    margin: 0;
}

.box_video_home .titlebox {
    color: #000;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 26px;
}

.box_video_home .titlebox::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -264px -5px;
    width: 22px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}

.box_video_home .video_show {
    display: flex;
    margin-bottom: 16px;
}

.wrap_video_home .box_video_home .video_show {
    width: calc(100% - 300px);
    display: flex;
    margin-bottom: 16px;
    float: left;
}

.box_video_home .video_iframe {
    width: calc(100% - 185px);
}

.wrap_video_home .box_video_home .video_iframe {
    width: 100%;
}

.wrap_video_home .box_video_home .video_info {
    width: 300px;
    height: 420px;
    display: none;
}

.wrap_video_home .box_video_home .smallvideo {
    margin-bottom: 0;
    width: 300px;
    float: left;
    background-color: #222;
    height: 420px;
}

.wrap_video_home .box_video_home .smallvideo ul {
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.box_video_home .video_iframe iframe {
    width: 100%;
    height: 294px;
}

.wrap_video_home .box_video_home .video_iframe iframe {
    height: 420px;
}

.wrap_video_home .box_video_home .smallvideo ul li img {
    height: 40px;
}

.wrap_video_home .box_video_home .smallvideo ul li {
    width: 100%;
    display: flex;
    padding: 10px 15px;
}

.wrap_video_home .box_video_home .smallvideo ul li .image {
    width: 72px;
    margin-right: 8px;
}

.wrap_video_home .box_video_home .smallvideo ul li h4 {
    width: calc(100% - 80px);
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden;
    margin: 0;
}

.wrap_video_home .box_video_home .smallvideo ul li .icon-small-play {
    display: none;
}

.list_cate_pro {
    width: 100%;
}

.list_cate_pro .item {
    margin-bottom: 30px;
    width: 100%;
}

.list_cate_pro .box_item {
    display: flex;
    flex-wrap: wrap;
}

.list_cate_pro .box_item_left {
    width: 40%;
    padding: 0 15px;
    display: flex;
}

.list_cate_pro .item:nth-child(odd) .box_item_left {
    order: 1;
}

.list_cate_pro .item:nth-child(even) .box_item_left {
    order: 2;
}

.list_cate_pro .box_item_left .image {
    overflow: hidden;
    width: 100%;
    display: flex;
}

.list_cate_pro .box_item_left .image img {
    width: 100%;
    transition: all 1s;
}

.list_cate_pro .box_item_left .image:hover img {
    transform: scale(1.2);
}

.list_cate_pro .box_item_right {
    width: 60%;
    padding: 0 15px;
    display: flex;
}

.list_cate_pro .item:nth-child(odd) .box_item_right {
    order: 2;
}

.list_cate_pro .item:nth-child(even) .box_item_right {
    order: 1;
}

.list_cate_pro .box_item_right .info {
    padding: 30px;
    background-color: #f8f8f8;
    width: 100%;
}

.list_cate_pro .box_item_right h3 {
    position: relative;
    font-size: 24px;
    color: #1275b1;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 25px;
    text-align: center;
}

.list_cate_pro .box_item_right h3:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to right, #edac1e, #edac1e);
    transform: translateX(-50%);
}

.list_cate_pro .box_item_right .desc {
    line-height: 26px;
    text-align: justify;
    margin-bottom: 10px;
}

.list_cate_pro .box_item_right .product_view_more {
    padding: 0 20px;
    display: inline-block;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
    background-image: linear-gradient(to right, #1274b1, #11b9be);
}

.list_cate_pro .box_item_right .product_view_more:hover {
    background-image: linear-gradient(to right, #11b9be, #1274b1);
}

.banner_right {
    width: 100%;
}

.banner_right img {
    width: 100%;
}

.banner_right a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.banner_right a:before {
    background: rgba(255, 255, 255, 0.88);
    bottom: 0;
    content: "";
    left: 5px;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    width: 0;
    height: 0;
}

.banner_right:hover a:before {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition-duration: 1.1s;
    -moz-transition-duration: 1.1s;
    -webkit-transition-duration: 1.1s;
    -khtml-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 100%;
    width: 100%;
}

.box_video_home .video_info {
    width: 185px;
    height: 294px;
    padding: 0 10px 5px 20px;
    background-color: #f1f1f1;
    overflow: hidden;
}

.box_video_home .video_info h3 {
    color: #000;
    margin-bottom: 15px;
    display: block;
    margin-top: 24px;
    position: relative;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
}

.box_video_home .video_info h3 a {}

.box_video_home .video_info .timeago {
    color: #757779;
    font: normal 12px/18px Arial;
    margin-bottom: 13px;
    display: block;
}

.box_video_home .video_info .sapo {
    font: normal 12px/18px Arial;
    color: #656565;
}

.box_video_home .smallvideo {
    display: inline-block;
    margin-bottom: 20px;
}

.box_video_home .smallvideo ul {
    margin-left: -7px;
    margin-right: -7px;
}

.box_video_home .smallvideo ul li {
    float: left;
    width: 25%;
    padding: 0 7px;
}

.box_video_home .smallvideo ul li .image {
    width: 100%;
    position: relative;
}

.box_video_home .smallvideo ul li img {
    width: 100%;
    height: 104px;
    object-fit: cover;
}

.box_video_home .smallvideo ul li .icon-small-play {
    background: url(../images/sprite_autoprov3.png) no-repeat -392px -62px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box_video_home .smallvideo ul li h4 {
    color: #292627;
    margin-top: 12px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
}

.service {
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 0;
}

.list_service {
    width: 100%;
}

.list_service .item {
    padding: 0 15px;
    width: 33.33333%;
    float: left;
}

.list_service .box {
    padding: 6px;
    display: block;
    background-color: #fff;
}

.list_service .box .image {
    width: 100%;
}

.list_service .box .image img {
    width: 100%;
}

.list_service .box .info {
    width: 100%;
}

.list_service .box .info h3 {
    /* border-bottom: 1px solid #ebebeb; */
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    background-image: linear-gradient(45deg, #1273b1, #15b7be);
}

.list_service .box .info h3 a {}

.list_service .box .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 300;
    height: 44px;
    margin: 12px 0;
    display: none;
}

.list_service .box .view_Detail {
    display: block;
    background-color: #ebebeb;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
    display: none;
}

.wrap_qc_home {
    width: 100%;
    position: relative;
}

.aqua_city {
    width: 100%;
    background: #F2F2F2;
    display: flex;
}

.aqua_city .image {
    width: 100%;
    float: left;
}

.aqua_city .image img {
    width: 100%;
}

.aqua_city .info {
    float: left;
    width: 45%;
    padding: 0 15px 0 20px;
    position: relative;
}

.aqua_city .info h3 {
    margin: 32px 0px 9.86111px;
    font-size: 18px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 29px;
    font-weight: 600;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.aqua_city .info h3 a {}

.aqua_city .info .desc {
    height: auto;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin: 0;
}

.inforActive {
    overflow: hidden;
    display: -webkit-box;
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.logo-wrap {
    position: relative;
    width: 50%;
    max-height: 23.6667px;
}

.avatarNative {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.rightNative img {
    max-height: 20px;
}

.avatar_desc {
    font-size: 12px;
    color: #999;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    height: auto;
    overflow: hidden;
    left: 20px;
}

.inforActive .see_now {
    width: 106px;
    height: 24px;
    border: none;
    background-color: #c41919;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0;
    float: right;
    font-size: 12px;
    line-height: 24px;
}

.wrap_qc_home2 {
    width: 100%;
    position: relative;
}

.wrap_read_more {
    width: 100%;
    position: relative;
}

.box_new_type2 {
    width: 100%;
    display: flex;
    margin: 10px 0;
}

.box_tinhay {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-right: 0;
    border-bottom: dotted 1px #ebebeb;
}

.box_tinhay .box {
    display: block;
    position: relative;
    width: 100%;
}

.box_tinhay h2 {
    margin: 0;
}

.box_tinhay .titlebox {
    color: #1e2a32;
    font-weight: 700;
    font-size: 17.5px;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-bottom: 11px;
    margin-bottom: 11px;
    display: block;
    position: relative;
}

.box_tinhay .titlebox::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -292px -5px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.box_tinhay .titlebox::after {
    content: '';
    background-color: #c41919;
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.box_tinhay .titlebox .gachcheo {
    content: '';
    background-color: #efefef;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
}

.box_tinhay .bignews ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.box_tinhay .bignews ul li {
    width: 50%;
    padding: 10px 10px;
    border-bottom: dotted 1px #dedede;
    display: inline-block;
    float: left;
}

.box_tinhay .bignews li .image {
    width: 113px;
    height: 70px;
    float: left;
    margin-right: 15px;
}

.box_tinhay .bignews li .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box_tinhay .bignews li .title {
    color: #1d1d1d;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: -4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box_tinhay .bignews li .title a {}

.box_tinhay .smallnews ul li {
    padding: 6px 0 5px 19px;
    border-bottom: dotted 1px #dedede;
    display: block;
    position: relative;
}

.box_tinhay .smallnews ul li:last-child {
    border-bottom: none;
}

.box_tinhay .smallnews ul li::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -344px -9px;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 13px;
}

.box_tinhay .smallnews ul li .title {
    color: #1d1d1d;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.even {
    padding: 50px 0;
}

.even .video_home {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 0px;
    float: left;
}

.wrap-box-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
    z-index: 2;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 99.2%, #049b88 0%);
    box-shadow: 5px 6px 30px 0px rgb(0 0 0 / 10%);
    transition: 0.4s;
    border-radius: 3px;
    padding: 10px;
}

.wrap-box-top:hover {
    background: #006953;
}

.bg_dichvu1.active .wrap-box-top {
    background: none;
}

.wrap-box-top .left {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
}

.item-about:nth-child(2n) .left {
    order: 1;
}

.wrap-box-top .left img {
    width: 170px;
    padding: 5px;
    height: 170px;
    background: #F5F5F5;
    object-fit: cover;
    border-radius: 50%;
}

.wrap-box-top .right {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 100%;
}

.wrap-box-top .box_info .desc2 {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    min-height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrap-box-top .box_info .desc2 a {
    color: #333;
}

.wrap-box-top .box_info .desc2 a:hover {
    text-decoration: underline;
}

.wrap-box-top:hover .box_info .desc2 a {
    color: #fff;
}

.bg_dichvu.active .wrap-box-top .box_info .desc2 a {
    color: #fff;
}

.padding-r {
    padding: 10px;
}

.wrap-box-top .right .content {
    width: 100%;
}

.wrap-box-top .box_info h2 {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.wrap-box-top .box_info h2 a {
    color: #333
}

.wrap-box-top:hover .box_info h2 a {
    color: #fff;
}

.bg_dichvu.active .wrap-box-top .box_info h2 a {
    color: #fff;
}

.wrap-box-top .box_info h2 a:hover {
    text-decoration: underline;
}

.even .video_home iframe {
    height: 313px;
    width: 100%;
}

.even .box_info {
    width: 100%;
    max-width: 565px;
    color: #333;
    text-align: left;
    padding: 20px 0px 30px;
    float: right;
}

.even .box_info .title {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 8px;
    color: #0f7cc1;
}

.even .box_info .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 11%;
    height: 2px;
    width: 84px;
    background-color: #f00;
    transform: translateX(-50%);
}

.even .box_info .desc1 {
    position: relative;
    padding: 0 28px;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 25px;
}

.even .box_info .desc1::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Times New Roman';
    height: auto;
    width: auto;
    line-height: 20px;
    font-size: 40px;
    display: inline;
    transform: rotate(181deg);
}

.even .box_info .desc1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Times New Roman';
    height: auto;
    width: auto;
    line-height: 20px;
    font-size: 40px;
    display: inline;
}

.even .box_info .desc2 {
    text-align: justify;
    margin: auto;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
}

.even .box_info .desc2 ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.even .box_info .view_more {
    background-color: #005445;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    height: 38px;
    padding: 0 13px;
    display: inline-block;
    float: unset;
    margin-top: 30px;
    min-width: 130px;
    border: 1px solid #005445;
}

.even .box_info .view_more:hover {
    color: #fff;
    background-color: #b50000;
    border: 1px solid #fff;
}

.danhgiaxe {
    width: 100%;
    background-color: #f3f3f3;
    padding: 25px 24px 6px 23px;
}

.danhgiaxe .box {
    display: block;
    position: relative;
    width: 100%;
}

.danhgiaxe h2 {
    margin: 0;
}

.danhgiaxe .titlebox {
    color: #1e2a32;
    font-weight: 700;
    font-size: 17.5px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-bottom: 11px;
    margin-bottom: 11px;
    display: block;
    position: relative;
}

.danhgiaxe .titlebox::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -322px -5px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.danhgiaxe .titlebox::after {
    content: '';
    background-color: #c41919;
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.danhgiaxe .titlebox .gachcheo {
    content: '';
    background-color: #efefef;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
}

.danhgiaxe .listnews ul li {
    padding: 9px 0 15px;
    position: relative;
}

.danhgiaxe .listnews ul li:first-child {
    margin-top: 20px;
}

.danhgiaxe .listnews ul li .image {
    position: relative;
    display: block;
}

.danhgiaxe .listnews ul li .percentage {
    width: 41px;
    height: 41px;
    position: absolute;
    right: 0;
    bottom: -41px;
    background-position: -197px -199px;
    z-index: 10;
}

.content_cate_detail {
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.title-template-news {
    text-align: center;
    position: relative;
    font-size: 24px;
    color: #1275b1;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 25px;
}

.title-template-news:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to right, #edac1e, #edac1e);
    transform: translateX(-50%);
}

.content_cate_detail .description {
    text-align: center;
    max-width: 960px;
    display: inline-block;
    line-height: 26px;
}

.template-detail {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.wrap-list-product {
    padding-top: 10px;
}

.list-product-card {
    padding-left: 0;
    padding-right: 0;
}

.list-product-card>.row>.col-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.list-product-card>.row {
    display: flex;
    flex-wrap: wrap;
}

.product-card {}

.product-card .box {
    background: #fff;
    transition: all .3s ease;
    margin-bottom: 30px;
}

.product-card .box:hover {
    /* box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1); */
    transform: translateY(-5px);
}

.product-card .card-top {
    position: relative;
    overflow: hidden;
}

.product-card .card-top .image {
    position: relative;
    overflow: hidden;
}

.sale-1 {
    position: absolute;
    top: -3;
    left: 20px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 1px 0px 0px;
    padding-bottom: 4px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    width: 40px;
    height: 36px;
    background-image: url(../images/bg-sale.webp);
    background-size: 40px 36px;
    background-position: 0px 0px;
}

.section3_akimax_mb {
    width: 100%;
    display: none;
    background-color: #000;
    padding: 30px 0;
}

.section3_akimax_mb h2 {
    color: #ffc800;
    font-size: 46px;
    font-weight: 700;
    margin: 0 auto 50px;
    max-width: 500px;
}

.section3_akimax_mb .col-12 {
    padding: 0 20px;
}

.section3_akimax_mb .col-12>.image {

    text-align: center;
}

.section3_akimax_mb .col-12>.image img {

    max-width: 250px;
}

.section3_akimax_mb .list_akimax {}

.section3_akimax_mb .list_akimax .item {}

.section3_akimax_mb .item .box {}

.section3_akimax_mb .item .box .info {}

.section3_akimax_mb .item .box .info .title {
    color: #feb801;
    font-weight: 700;
    line-height: normal;
    font-size: 38px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.section3_akimax_mb .item .box .info .desc {
    color: #fff;
    margin-bottom: 30px;
}

.section3_akimax_mb .item .box .image {}

.section3_akimax_mb .item .box .image img {}

.product-card .card-top .image a {
    display: block;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.product-card .card-top .image a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-card:hover .card-top .image a::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.product-card .card-top .image-card {
    width: 100%;
    object-fit: cover;
    transition: all 1s;
    height: 220px;
}

.product-card .card-top .image-card img {
    object-fit: cover;
    height: 220px;
}

.product-card .card-top .image-default {}

.product-card .card-top .image-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.product-card .box:hover .image-hover {
    opacity: 1;
}

.product-card .card-top .list-status {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
}

.product-card .card-top .list-status>li {
    position: relative;
    width: auto;
    margin-bottom: 5px;
}

.product-card .card-top .list-status>li>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.product-card .card-top .list-status .new span {
    color: #ffffff;
    background-color: #5eb100;
}

.product-card .card-top .list-status .sale span {
    color: #ffffff;
    background-color: #90c7e0;
}

.product-card .card-top .list-status .hot span {
    color: #ffffff;
    background-color: #f20600;
}

.product-card .card-top .list-quick {
    display: flex;
    position: absolute;
    bottom: 30px;
    right: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 10;
    width: 35px;
    /* padding: 10px; */
    /* background: rgba(0, 0, 0, 0.3); */
    flex-direction: column;
}

.product-card .box:hover .card-top .list-quick {
    /* bottom: 15px; */
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* left: 0; */
    right: 10px;
    /* padding: 10px; */
    /* bottom: 0; */
}

.product-card .card-top .list-quick>li {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    margin-bottom: 5px;
}

.product-card .card-top .list-quick>li>a {
    background: #fff;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    /* margin-left: 5px; */
    color: #000;
}

.product-card .card-top .list-quick>li>a:hover {
    background: #b50000;
    color: #fff;
    border-color: #b50000;
}

.product-card .card-body {
    background-image: linear-gradient(45deg, #1273b1, #15b7be);
    padding: 10px 15px;
}

.product-card .card-body .card-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    text-transform: uppercase;
}

.product-card .card-body .card-name a {
    color: #fff;
}

.product-card .card-body .card-name a:hover {
    color: #edac1e;
}

.product-card .card-body .card-price {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
}

.product-card .card-body .card-price .new-price {
    font-size: 17px;
    color: #f00;
    font-weight: 600;
}

.product-card .card-body .card-price .old-price {
    color: #8d8d8d;
    margin-left: 8px;
    font-weight: 500;
    text-decoration: line-through;
}

.product-card .card-body .rate {
    margin-top: 8px;
    line-height: 1;
}

.product-card .card-body .rate span {
    display: inline-block;
    width: 91px;
}

.product-card .card-body .rate span:before {
    content: "\f006\f006\f006\f006\f006";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    letter-spacing: 4px;
    color: #fabe00;
    width: attr(data-foo);
}

.product-card .card-body .rate span i {}

.product-card .card-body .action-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-card .card-body .add-to-cart {
    display: inline-block;
    font-size: 14px;
    background: #e9242d;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 7px 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    font-size: 16px;
    width: calc(100% - 40px);
    padding: 5px 10px;
    height: 35px;
    text-align: center;
}

.product-card .card-body .add-to-cart:hover {
    background-color: #fff;
    color: #e9242d;
    border-color: #e9242d;
}

.product-card .card-body .add-to-withlist {
    border: 1px solid #e9242d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    background: #fff;
    color: #e9242d;
    margin-left: 5px;
}

.product-card .card-body .add-to-withlist:hover {
    background: #e9242d;
    color: #fff;
}

.product_hover-block:hover {
    background: #b50000;
}

.product_hover-block {
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 99;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    background: #000;
    border-radius: 100%;
    padding: 5px;
    transform: translate(-50%, 50%) scale(0);
}

.product_hover-block .actions {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.product_hover-block .actions a {
    color: #fff;
}

.product-card .box:hover .product_hover-block {
    transform: translate(-50%, 50%) scale(1);
}

button.btn-cart {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.button.btn-cart {
    float: left;
    width: 66%;
    border: none;
}

.button.btn-cart>a {
    display: block;
    background: #e9242d;
    height: auto;
    line-height: 18px;
    padding: 7px 12px 3px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    border: 1px solid #e9242d;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0 7px;
    width: 100%;
}

.button.btn-cart>a:before {
    color: #ffffff;
    content: "\f07a";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0 5px 0 0;
}

.button.btn-cart span {
    border: medium none;
    color: #ffffff;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}

.add-to-links {
    margin: 5px 0 0;
    font-size: 12px;
}

.product_hover-block .actions .add-to-links,
.list-center-outer .add-to-links {
    float: right;
    margin: 0;
    vertical-align: middle;
    width: 34%;
}

.product_hover-block .add-to-links li:first-child,
.list-center-outer .add-to-links li:first-child {
    background: #e9242d;
    float: left;
    font-size: 0;
    height: 36px;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}

.add-to-links li a.quickview {
    display: block;
    height: 100%;
    width: 100%;
}

.add-to-links li a.quickview:before {
    color: #fff;
    content: "\f002";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 38px;
    vertical-align: top;
    text-align: center;
    width: 100%;
}

.product_hover-block .add-to-links li:first-child+li {
    background: #e9242d;
    float: left;
    font-size: 0;
    height: 36px;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}

.add-to-links li a.link-detail {
    line-height: 38px;
    vertical-align: top;
}

.add-to-links li a.link-detail {
    display: block;
    height: 100%;
    width: 100%;
}

.add-to-links li a.link-detail:before {
    color: #fff;
    content: "\f037";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 40px;
    vertical-align: top;
    text-align: center;
    width: 100%;
}

.sprite {
    background-image: url(../images/sprite_autoprov3.png);
}

.danhgiaxe .listnews ul li .percentage .text-point {
    color: #fff;
    text-align: center;
    width: 32px;
    font-size: 17px;
    line-height: 33px;
    font-weight: 700;
    display: inline-block;
}

.danhgiaxe .listnews ul li .title {
    color: #151515;
    display: block;
    background-color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    padding: 13px 25px 13px 17px;
    margin: 0;
}

.special_news {
    width: 100%;
    margin: 0 0 26px;
    padding-bottom: 31px;
    border-bottom: dotted 1px #ebebeb;
    padding-top: 28px;
    border-top: dotted 1px #ebebeb;
    display: inline-block;
    position: relative;
}

.wrap_qc_home2 .special_news {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 0;
    border-top: none;
}

.special_news .image {
    width: 508px;
}

.wrap_qc_home2 .special_news .image {
    width: calc(100% - 195px);
}

.special_news .image img {
    height: 318px;
    object-fit: cover;
}

.special_news .info {
    background: #051322;
    width: 224px;
    height: 292px;
    padding: 29px 22px 0 5px;
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    text-align: right;
}

.special_news .info::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 293px #051322;
    border-left: solid 42px transparent;
    float: left;
    margin-top: -30px;
    margin-left: -46px;
}

.special_news .info .title {
    color: #fff;
    margin-bottom: 33px;
    display: block;
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
}

.special_news .info .title a {}

.special_news .info .zonename {
    color: #ff5454;
    font: normal 15px/22px Roboto-Medium;
    text-transform: uppercase;
    position: absolute;
    padding-right: 24px;
    right: 21px;
    bottom: 15px;
}

.special_news .info .zonename::after {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -359px -6px;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
}

.boxembed {
    width: 100%;
    display: flex;
}

.img_left_docnhieu {
    width: 300px;
    float: left;
    border-top: 1px dotted #c4c4c4;
    border-bottom: 1px dotted #c4c4c4;
    min-height: 271px;
}

.img_left_docnhieu a {
    display: inline-block;
}

.img_left_docnhieu img {
    width: 100%;
}

.line {
    margin: 30px auto;
    height: 2px;
    width: 100%;
    max-width: 520px;
    background-color: #000;
}

.video_product {
    width: 100%;
    padding-bottom: 40px;
}

.video_product .title {
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
}

.video_product .title h2 {
    color: #000;
    margin: 0;
    font-weight: 700;
    max-width: 481px;
    font-size: 38px;
    display: inline-block;
    margin-bottom: 0;
}

.video_product .title .description {
    font-size: 18px;
    display: inline-block;
    max-width: 760px;
    margin-top: 10px;
}

.clearfix {
    clear: both;
}

.video_product .box_video {
    width: 100%;
    padding: 0;
}

.video_product .box_video iframe {
    width: 100%;
    height: 658px;
    max-width: 100%;
    display: block;
    margin: auto;
}

.section_property {
    width: 100%;
    background-color: #000;
    padding: 45px 0 20px;
}

.section_property .list_property {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.section_property .item {
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.section_property .item_1 {}

.section_property .item_2 {}

.section_property .item .image {}

.section_property .item_2 .image {
    order: 2;
}

.section_property .item_4 .image {
    order: 2;
}

.section_property .item .image img {}

.section_property .item .box {
    width: 100%;
    padding: 50px 16%;
}

.section_property .item_2 .box {
    order: 1;
}

.section_property .item_4 .box {
    order: 1;
}

.section_property .item .info {}

.section_property .item .title {
    color: #ffc800;
    font-size: 76px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 76px;
}

.section_property .item .sub_title {
    color: #fff;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 38px;
    font-weight: 700;
}

.section_property .item_4 .sub_title {}

.section_property .item .desc {
    color: #fff;
    text-align: justify;
    font-size: 15px;
}

.section_property2 {
    display: none;
    width: 100%;
    padding: 30px 0;
    background-color: #000;
}

.section_property2 .list_property {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.section_property2 .item {
    width: 100%;
    margin-bottom: 35px;
}

.section_property2 .item .box {}

.section_property2 .item .box .info {
    margin-bottom: 25px;
}

.section_property2 .item .image {}

.section_property2 .item .title {
    color: #ffc800;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal;
    text-align: center;
}

.section_property2 .item .sub_title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
}

.section_property2 .item .desc {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.do_pa {
    width: 100%;
    background-color: #000;
    padding: 40px 0;
}

.do_pa .box_pa {
    width: 100%;
    background-color: #e4e4e4;
    height: 400px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.do_pa .box_pa:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.do_pa .box_pa .name {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
}

.do_pa .box_pa p {
    position: relative;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.do_pa .box_pa .number {
    position: relative;
    width: 100%;
    color: #feb801;
    font-weight: 700;
    line-height: normal;
    font-size: 54px;
}

.specifications {
    width: 100%;
    background-color: #000;
    padding-bottom: 140px;
}

.specifications .list_specifications {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.list_specifications .item {
    padding: 0 10px;
    width: 50%;
    float: left;
    margin-bottom: 20px;
    display: flex;
}

.list_specifications .item_1 {}

.list_specifications .item_2 {
    position: relative;
    top: 100px;
}

.list_specifications .item_2 .box {
    background-image: url(../images/bg_sun.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.list_specifications .list_chedo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    padding: 0 10px;
    padding-bottom: 35px;
}

.list_specifications .list_chedo li {
    width: 33.33333%;
    padding: 0 10px;
}

.list_specifications .list_chedo li .image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.list_specifications .list_chedo li .image img {
    display: inline-block;
}

.list_specifications .list_chedo li .title_chedo {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.list_specifications .list_chedo li .mota {
    text-align: justify;
    color: #fff;
    font-size: 14px;
}

.list_specifications .item_3 {}

.list_specifications .item_4 {
    position: relative;
    top: 100px;
}

.list_specifications .box {
    background-color: #1b1b1b;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_specifications .box .info {
    padding: 0 50px;
}

.list_specifications .box .info .title {
    color: #feb801;
    font-weight: 700;
    line-height: normal;
    font-size: 38px;
    margin-bottom: 15px;
}

.list_specifications .box .info .desc {
    color: #fff;
}

.list_specifications .box .image {}

.list_specifications .box .image img {}

.section_feature {
    width: 100%;
    background-color: #000;
    padding-bottom: 140px;
    padding-top: 100px;
}

.section_feature h2 {
    color: #ffc800;
    font-size: 46px;
    font-weight: 700;
    margin: 0 auto 50px;
    max-width: 500px;
}

.section_feature .list_feature {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.list_feature .item {
    padding: 0 10px;
    width: 50%;
    float: left;
    margin-bottom: 20px;
    display: flex;
}

.list_feature .item_1 {}

.list_feature .item_2 {
    position: relative;
    top: 100px;
}

.list_feature .item .box {
    /*background-image: url(../images/bg_sun.jpg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.list_feature .item_3 {}

.list_feature .item_4 {
    position: relative;
    top: 100px;
}

.list_feature .box {
    background-color: #1b1b1b;
    padding-top: 50px;
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_feature .box .info {
    margin-bottom: 40px;
    padding: 0 30px;
}

.list_feature .box .info .title {
    color: #feb801;
    font-weight: 700;
    line-height: normal;
    font-size: 38px;
    margin-bottom: 15px;
}

.list_feature .box .info .desc {
    color: #fff;
}

.list_feature .box .image {}

.list_feature .box .image img {}

.download_file {
    font-size: 20px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
}

.download_file a {
    color: #2d2dff;
}

.phukien_danang {
    width: 100%;
    background-color: #fff;
    padding: 20px 0 50px;
}

.phukien_danang .title {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.phukien_danang .title h2 {
    font-size: 40px;
    font-weight: 700;
    max-width: 745px;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
    margin: 0 0 14px;
}

.phukien_danang .title .description {
    font-size: 18px;
    display: inline-block;
    max-width: 550px;
}

.phukien_danang .box_phukien_danang {
    display: flex;
    flex-wrap: wrap;
}

.phukien_danang .box_phukien_danang_left {
    width: 32%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.phukien_danang .box_phukien_danang_left .description {
    text-align: justify;
    font-size: 16px;
}

.phukien_danang .box_phukien_danang_left .image {}

.phukien_danang .box_phukien_danang_left .image img {
    width: 100%;
}

.phukien_danang .box_phukien_danang_right {
    padding: 0 15px;
    width: 68%;
}

.phukien_danang .box_phukien_danang_right .image {
    width: 100%;
}

.phukien_danang .box_phukien_danang_right .image img {
    width: 100%;
}

.phukien_danang2 {
    width: 100%;
    background-color: #fff;
    padding: 20px 0 50px;
}

.phukien_danang2 .title {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.phukien_danang2 .title h2 {
    font-size: 40px;
    font-weight: 700;
    max-width: 394px;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
    margin: 0 0 14px;
}

.phukien_danang2 .title .description {
    font-size: 18px;
    display: inline-block;
    max-width: 560px;
}

.phukien_danang2 .box_phukien_danang {
    display: flex;
    flex-wrap: wrap;
}

.phukien_danang2 .box_phukien_danang_left {
    width: 36%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    order: 2;
}

.phukien_danang2 .box_phukien_danang_left .description {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 15px;
}

.phukien_danang2 .box_phukien_danang_left .image {}

.phukien_danang2 .box_phukien_danang_left .image img {
    width: 100%;
}

.phukien_danang2 .box_phukien_danang_right {
    padding: 0 15px;
    width: 64%;
    order: 1;
}

.phukien_danang2 .box_phukien_danang_right .image {
    width: 100%;
}

.phukien_danang2 .box_phukien_danang_right .image img {
    width: 100%;
}

.section_slide_row {
    width: 100%;
    padding: 30px 0;
    background: #ebebeb;
    color: #000;
    display: none;
}

.section_slide_row h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px;
}

.slide_row {
    width: 100%;
}

.section_slide_row .item {
    width: 100%;
    padding: 0 5px;
}

.section_slide_row .box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.section_slide_row .box .title {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 8px;
    padding: 0 30px;
}

.section_slide_row .box .description {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
    padding: 0px 30px;
    min-height: 92px;
}

.section_slide_row .box .image {}

.section_slide_row .box .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section_baogom {
    width: 100%;
    background-color: #fff;
    padding: 50px 0 50px;
}

.section_baogom.section_baogom_vacuum {
    padding-top: 0;
}

.section_baogom .title {
    text-align: left;
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
}

.section_baogom .title h2 {
    font-size: 40px;
    font-weight: 700;
    max-width: 394px;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
    margin: 0 0 34px;
}

.section_baogom .box_phukien_danang {
    display: flex;
    flex-wrap: wrap;
}

.section_baogom .box_phukien_danang_left {
    width: 30%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    order: 2;
    align-content: flex-start;
}

.section_baogom.section_baogom_vacuum .box_phukien_danang_left {
    padding-top: 50px;
}

.section_baogom .box_phukien_danang_left ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.section_baogom .box_phukien_danang_left .description {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 15px;
}

.section_baogom .box_phukien_danang_left .image {}

.section_baogom .box_phukien_danang_left .image img {
    width: 100%;
}

.section_baogom .box_phukien_danang_right {
    padding: 0 15px;
    width: 70%;
    order: 1;
}

.section_baogom .box_phukien_danang_right .image {
    width: 100%;
}

.section_baogom .box_phukien_danang_right .image img {
    width: 100%;
}

.box_baogom {
    display: flex;
    padding: 0 15px;
    align-items: flex-end;
}

.box_baogom .box_image_full {
    width: 40%;
}

.box_image_full .box {
    width: 100%;
}

.box_image_full .box .image {}

.box_image_full .box .image img {}

.box_image_full .box .name {
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
}

.box_baogom .list_image_mini {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.list_image_mini .item {
    width: 33.33333%;
    padding: 0 40px;
    margin-bottom: 70px;
    align-items: center;
}

.list_image_mini .item:nth-child(7) {
    margin-bottom: 0;
}

.list_image_mini .item:nth-child(8) {
    margin-bottom: 0;
}

.list_image_mini .item:nth-child(9) {
    margin-bottom: 0;
}

.list_image_mini .item .box {

    border-bottom: 1px solid #686868;
    padding: 18px 0px;
}

.list_image_mini .item .box .image {

    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_image_mini .item .box .image img {

    width: auto;
    max-height: 100px;
    max-width: 140px;
    object-fit: cover;
}

.list_image_mini .item .box .name {

    text-align: center;
    font-weight: 700;
}

.docnhieunhat {
    width: calc(100% - 300px);
    float: right;
    background-color: #f9f9f9;
    border: 1px dotted #c4c4c4;
}

.docnhieunhat .titlebox {
    position: relative;
    margin-left: 20px;
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    padding: 16px 27px;
}

.docnhieunhat .titlebox:before {
    width: 12px;
    height: 12px;
    content: '';
    background-image: url(../images/sprite_autoprov3.png);
    background-position: -244px -199px;
    display: block;
    position: absolute;
    left: 0;
    top: 21px;
}

.docnhieunhat .listnews ul {
    display: inline-block;
    margin-left: 20px;
}

.docnhieunhat .listnews ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e7eaf1;
    border-top: 1px solid #fff;
    padding: 10px 0;
    padding-right: 15px;
}

.docnhieunhat .listnews ul li:first-child {
    border-top: 1px solid #e7eaf1;
}

.docnhieunhat .listnews ul li .sothutu {
    color: #e30b0f;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    width: 38px;
    float: left;
}

.docnhieunhat .listnews ul li h3 {
    margin: 0;
    width: calc(100% - 38px);
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #475e7b;
    position: relative;
    display: inline;
}

.docnhieunhat .listnews ul li h3 a {
    color: #333;
}

.docnhieunhat .listnews ul li:last-child {
    border-bottom: none;
}

.append_stream {
    width: 100%;
}

.btnViewMore {
    color: #292627;
    background-color: #fff;
    font-size: 15px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    width: 169px;
    height: 45px;
    border: solid 1px #dfdfdf;
    border-radius: 3px;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

.btnViewMore::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -449px -7px;
    width: 18px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 16px;
}

.btnViewMore::after {
    content: '';
    background-color: #e7e7e7;
    width: 167px;
    height: 4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.padding_in {
    padding: 0 15px 0 0;
}

.bg-pro-tab .item-banner-home {
    margin-bottom: 10px;
    margin-top: 0px;
}

.hover-effect {
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    overflow: hidden;
}

.hover-effect-2:before {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    visibility: visible;
    z-index: 1;
}

.hover-effect-2:hover:before {
    border: 0 solid rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.hover-effect-10:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hover-effect-10:before,
.hover-effect-10:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 3;
}

.hover-effect-10:hover:before,
.hover-effect-10:hover:after {
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-effect-10:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.hover-effect-10 {
    display: block;
    background: #000;
}

.hover-effect-10:hover img {
    opacity: .5;
    -webkit-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}

.hover-effect-4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -ms-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}

.hover-effect-4:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.template-detail {
    padding: 20px 0;
}

.slide {
    position: relative;
}

.slide:after {
    /* content: ""; */
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-image: url(../images/line-slide.png);
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
}

.wrap-support {
    /* padding: 20px 0 0; */
    padding-bottom: 30px;
}

.box-support {
    padding: 20px 20px 0;
    background-color: #fff;
    border: solid 1px #ebebeb;
}

.mw-20 {
    min-width: 20%;
}

.col-support-item {
    margin-bottom: 20px;
}

.phantrang {
    width: 100%;
    margin-top: 25px;
}

.phantrang ul {
    display: flex;
    justify-content: center;
}

.phantrang li {
    display: inline-block;
    margin: 0 4px;
}

.phantrang li a {
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin: 6px 0 0;
    display: block;
}

.phantrang li.active a {
    background-color: #ffcc00;
    color: #000;
    font-size: 16px;
}

.phantrang li a:hover {
    background-color: #ffcc00;
    color: #000;
}

.wap_product_detail {
    width: 100%;
}

.info_product_detail_top {
    width: 100%;
    padding: 0 40px;
}

.support-item {}

.support-item .box {
    display: flex;
    align-items: center;
}

.support-item .box .icon {
    width: 50px;
}

.support-item .box .icon img {}

.support-item .box .content {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.support-item .box .content h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.support-item .box .content .desc {
    line-height: 1.4;
    font-size: 14px;
}

.hexagon {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 300px 0;
    position: relative;
}

.hexagon .box_exagon {
    text-align: center;
}

.hexagon .box_exagon .hexagon_bg {
    width: 230px;
    height: 230px;
    background-color: #000;
    border-radius: 20px;
    transform: rotate(0deg);
    display: inline-block;
}

.hexagon .box_exagon .hexagon_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 200px;
}

.hexagon .box_exagon .hexagon_logo .image {
    width: auto;
}

.hexagon .box_exagon .hexagon_logo .image img {
    width: auto;
    height: auto;
}

.wrap-product-home {
    padding: 20px 0 30px;
    background: #f8f8f8;
}

.wrap-product-home-2 {
    background-color: #f2f2f5;
}

.list-product-home {}

.page-item.active .page-link {
    background-color: #0f7cc1;
    border-color: #0f7cc1;
}

.page-link {
    color: #0f7cc1;
}

.col-product-card {
    margin-bottom: 30px;
}

.product-card {}

.product-card .box {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.product-card .box .image {
    position: relative;
}

.product-card .box .image img {}

.product-card .box .hot {
    bottom: 5px;
    right: 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #C70909;
    font-size: 10px;
    padding: 0 10px 0 8px;
    height: 21px;
    line-height: 23px;
    text-align: center;
    display: block;
    position: absolute;
}

.product-card .box .hot:before {
    content: "";
    background: url(../images/icon-sale.png) no-repeat 0 0;
    width: 11px;
    height: 21px;
    position: absolute;
    left: -11px;
    top: 0;
}

.product-card .box .hot:after {
    content: "";
    background: url(../images/icon1-sale.png) no-repeat 0 0;
    width: 3px;
    height: 21px;
    position: absolute;
    right: -3px;
    top: 0;
}

.product-card .box .sale {
    position: absolute;
    top: 0;
    top: 17px;
    right: 10px;
    background-color: #242828;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.product-card .box .content {
    padding: 10px 15px;
    border-top: 1px solid #ccc;
}

.product-card .box .content .name {
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 45px;
}

.product-card .box .content .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-price .new-price {
    color: #c31f26;
    font-weight: 700;
    font-size: 16px;
    margin-right: 7px;
}

.box-price .old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #6c757d;
}

.product-card .action {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translate(0, -100%);
    opacity: 0;
    transition: all 0.5s;
}

.product-card .box:hover .action {
    top: 50%;
    opacity: 1;
}

.product-card .action ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .action ul li {
    width: 40px;
}

.product-card .action ul li a {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background-color: #c31f26;
    color: #fff;
}

.product-card .action ul li a i {}

.product-card .action ul li a svg {
    width: 18px;
    fill: #fff;
}

.product-card .action ul li a:hover {
    background-color: #05090a;
    color: #fff;
}

.product-card .action ul li a:hover svg {
    fill: #fff;
}

.group-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 1000px;
}

.group-title .title {
    text-transform: none;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    color: #333;
    position: relative;
}

.group-title .title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    height: 7px;
    width: 100px;
    background-image: url(../images/line_home.png);
    transform: translateX(-50%);
}

.group-title .desc-title {
    font-size: 16px;
    text-align: center;
    max-width: 650px;
    padding-bottom: 20px;
    font-weight: 300;
    margin: auto;
}

.title-h {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.title-h .text {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-h1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.title-h1:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 18px;
}

.title-h1 .text {
    background: #f8f8f8;
    margin: 0;
    font-size: 25px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 300;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.title-h1 .text strong {
    font-weight: 600;
    padding-right: 5px;
}

.cate-dot-1 .slick-dots {
    width: auto;
    bottom: unset;
    left: 50%;
    position: unset;
    margin-top: 7px;
}

.cate-dot-1 .slick-dots li {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    /* position: absolute; */
    background: #707070;
    /* border: 3px solid rgba(255, 255, 255, 0.9); */
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.cate-dot-1 .slick-dots li.slick-active {
    background-image: linear-gradient(to bottom, #1bb7c0, #197bb3);
    /* border: 3px solid rgba(0, 0, 0, 1); */
}

.list_menu_nav_ditelmobi {
    display: none;
}

.cate-dot-while-1.cate-dot-1 .slick-dots li.slick-active {
    background-color: #707070;
}

.cate-dot-while-1.cate-dot-1 .slick-dots li {
    background-color: #fff;
}

.cate-dot-1 .slick-dots li button {
    width: 12px;
    height: 12px;
    display: none;
}

.cate-dot-1 .slick-dots li button:before {
    width: 12px;
    height: 12px;
    display: none;
}

.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 40px;
    height: 40px;
    color: #000;
    border-radius: 5px;
    background-color: rgba(183, 183, 183, 0.2);
}

.cate-arrows-1 .slick-prev {
    left: 20px;
}

.cate-arrows-1 .slick-next {
    right: 20px;
}

.cate-arrows-1 .slick-prev i,
.cate-arrows-1 .slick-next i {
    font-size: 20px;
    color: inherit;
	color: #fff
}

.cate-arrows-1-sm .slick-prev,
.cate-arrows-1-sm .slick-next {
    width: 10px;
    height: 30px;
}

.cate-arrows-1-sm .slick-prev i,
.cate-arrows-1-sm .slick-next i {
    font-size: 10px;
}


/* cate 2 */

.cate-arrows-2 .slick-prev,
.cate-arrows-2 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 3px;
    transform: translateY(-70px);
    z-index: 3;
    margin: 0;
    width: 25px;
    height: 30px;
    /* background-color: #bababa; */
    color: #333;
}

.cate-arrows-2 .slick-prev {
    left: unset;
    right: 40px;
}

.cate-arrows-2 .slick-next {
    right: 10px;
}

.cate-arrows-2 .slick-prev i,
.cate-arrows-2 .slick-next i {
    font-size: 15px;
    color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: #c31f26; */
    /* font-weight: bold; */
    /* font-size: 18px; */
    background-color: unset;
    color: red;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
}

.nav-pills .nav-link {
    font-size: 13px;
    line-height: 24px;
}

.section_product {
    width: 100%;
    padding-top: 35px;
    background-color: #eee;
    color: rgb(0, 0, 0);
    padding-bottom: 30px;
}

.title-nav-tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 3px solid #000;
    border-top: 1px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}

.title-nav-tab h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    padding-right: 60px;
    background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 30px;
    font-weight: bold;
    /* white-space: nowrap; */
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.title-nav-tab2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 0px solid #000;
    border-top: 0px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}

.title-nav-tab2:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 19px;
}

.title-nav-tab2 h3 {
    background: #f8f8f8;
    margin: 0;
    font-size: 22px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.list_image_video {}

.list_image_video .slick-prev,
.list_image_video .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 1;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
}

.list_image_video .slick-prev:before,
.list_image_video .slick-next:before {
    display: none;
}

.list_image_video .slick-prev {
    left: 2px;
}

.list_image_video .slick-next {
    right: 0px;
}

.list_image_video .slick-prev i,
.list_image_video .slick-next i {
    font-size: 15px;
    color: #fff;
}

.list_image_video .item {
    width: 33.3333%;
    padding: 0 2px;
}

.list_image_video .item .image {
    width: 100%;
    cursor: pointer;
}

.list_image_video .item .image img {
    height: 71px;
    object-fit: cover;
}

.nav-pills {
    background: #fff;
    position: relative;
}

.nav-pills .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}

.wrap-product-tab {
    padding: 30px 0 20px;
    background-color: #f8f8f8;
}

.wrap-product-tab:nth-child(2n) {
    background-color: #f8f8f8;
}

.slide-pro {
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap-news-home {
    padding: 70px 0 50px;
    /* background-color: #f2f2f5; */
}

.wrap-news-home .group-title .title {
    /* color: #e23b41; */
    /* padding-bottom: 0; */
}

.list-news-home {
    /* padding: 0 70px */
}

.fo-03-news {
    /* padding: 0 7.5px; */
    margin-bottom: 25px;
}

.fo-03-news .box {
    position: relative;
}

.fo-03-news .image {
    overflow: hidden;
}

.fo-03-news .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.fo-03-news-main .image a {
    padding-bottom: 67%;
}

.fo-03-news .date {
    /* margin-bottom: 10px; */
    font-size: 13px;
    color: #898989;
}

.fo-03-news .image img {
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.fo-03-news .image:hover img {
    transform: scale(1.1);
}

.fo-03-news .content {
    padding: 10px 0px 20px;
    box-shadow: 0px 15px 16px #f4f4f4;
    position: relative;
    background-color: #fff;
}

.fo-03-news .content .caption {
    padding-left: 115px;
}

.fo-03-news .content .time {
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #c31f26;
    color: #fff;
    width: 70px;
    text-align: center;
    font-size: 16px;
    transform: translateY(-50%);
    left: 20px;
    padding: 5px;
    font-weight: bold;
}

.title-template {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    margin-top: 0;
}

.count-search {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 40px;
    background-color: #eee;
    padding: 10px 20px;
}

.title-template .title-inner {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-template .orderby {}

.title-template select {
    background-color: inherit;
    border: unset;
}

.topnews {
    width: 100%;
    padding: 0 15px;
}

.topnews_right {
    float: left;
    width: 300px;
}

.topnews_left {
    float: left;
    margin-right: 30px;
    width: calc(100% - 330px);
}

.about_us {
    position: relative;
    padding: 20px 0px;
}

.box_about_us {
    width: 100%;
}

.box_about_left {
    width: 60%;
    padding: 10px 15px;
}

.box_about_us .title_about {
    color: #1273b1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 5px;
}

.box_about_us .title_about span {
    color: #edac1e
}

.box_about_us .line {
    display: inline-block;
    background-color: #006953;
    width: 100px;
    height: 2px;
    line-height: 20px;
    padding: 0;
}

.box_about_us .title_about2 {
    color: #f00;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 5px;
    font-style: italic;
    text-align: center;
    line-height: normal;
}

.box_about_us .desc {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.box_about_us .desc p {
    margin-bottom: 16px;
}

.box_about_right {
    width: 40%;
    padding: 10px 15px;
}

.counter {
    width: 100%;
}

.list_counter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list_counter .item {
    width: 50%;
    display: flex;
    justify-content: center;
}

.list_counter .item:nth-child(1) {
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.list_counter .item:nth-child(2) {
    border-bottom: 2px solid #ddd;
}

.list_counter .item:nth-child(3) {
    border-right: 2px solid #ddd;
}

.list_counter .item:nth-child(4) {}

.book_room {
    background-image: url(../images/bg_book.jpg);
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0 5px;
}

.form_book {
    width: 100%;
}

.form_book .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.form_book form {
    display: flex;
    flex-wrap: wrap;
}

.form_book .form-group {
    width: auto;
    margin-right: 12px;
}

.form_book .form_ngay_nhan {
    width: 156px;
}

.form_book .form_ngay_tra {
    width: 156px;
}

.form_book .form_loai_phong {
    width: 130px;
}

.form_book .form_email {
    width: 168px;
}

.form_book .form_phone {
    width: 172px;
}

.form_book .form-control {
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    border: 1px dashed #fff;
    color: #fff;
    background-color: transparent;
}

.form_book select.form-control option {
    color: #000;
}

.form_book button.form-control {
    width: 112px;
    color: #fff;
    background-image: linear-gradient(45deg, #1273b1, #15b7be);
    border: 0;
}

.form_book .form-control::placeholder {
    color: #fff;
}

.form_book input::-webkit-outer-spin-button,
.form_book input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form_book input[type=number] {
    -moz-appearance: textfield;
}

.tieu_chi {
    width: 100%;
    padding: 30px 0;
}

.list_tieu_chi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list_tieu_chi .item {
    width: 25%;
    padding: 0 15px;
}

.list_tieu_chi .box {
    width: 100%;
    text-align: center;
}

.list_tieu_chi .box .image {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.list_tieu_chi .box .image img {
    width: auto;
    height: auto;
}

.list_tieu_chi .box .name {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 16px;
}

.list_tieu_chi .box .name:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-image: linear-gradient(to right, #1275b1, #13b8be);
    transform: translateX(-50%);
}

.list_tieu_chi .box .desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.buttom_gui {
    width: 110px;
    z-index: 2;
    margin-top: 10px;
}

.buttom_gui a {
    width: 100%;
    border-radius: 3px;
    background-image: linear-gradient(45deg, #1273b1, #15b7be);
    height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 7px 20px;
    color: #fff;
}

.buttom_gui a:hover {
    background: #333;
}

.list_counter .item .box {
    height: 140px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.list_counter .colum_number {
    color: #ff7d44;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.list_counter .colum_number .dau {}

.list_counter .colum_number .img {
    width: auto;
    max-height: 38px;
    display: flex;
    align-items: center;
}

.list_counter .colum_number .counter-value {
    padding-left: 15px;
    font-size: 45px;
    color: #ff7d44
}

.list_counter .name {
    width: 100%;
    text-align: center;
    color: #0a0a48;
}

.boxhighlight {
    width: 495px;
    padding-right: 24px;
    border-right: solid 1px #d5dbe4;
    float: left;
}

.boxhighlight h2 {
    float: left;
    margin: 0;
}

.boxhighlight .titlebox {
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: solid 3px #c41919;
    padding-bottom: 6px;
    padding-right: 23px;
    position: relative;
}

.boxhighlight .titlebox::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 31px;
    background: #fff;
    border-left: solid 1px #e7e7e7;
    display: block;
    transform: skew(-40deg);
    top: 0;
    right: -46px;
}

.boxhighlight .subcate {
    width: 250px;
    float: right;
    height: 34px;
    border-bottom: solid 1px #e2e2e2;
}

.boxhighlight .subcate ul {
    float: right;
}

.boxhighlight .subcate ul li {
    float: left;
    margin-top: 4px;
    padding-right: 10px;
}

.boxhighlight .subcate ul li .catename {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}

.boxhighlight .subcate ul li:after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #cfcfcf;
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
}

.boxhighlight .subcate ul li:last-child:after {
    content: none
}

.boxhighlight .subcate ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.boxhighlight .listnews .bignews {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 22px;
}

.boxhighlight .listnews .bignews .image {
    position: relative;
    display: inline-block;
    width: 100%;
}

.boxhighlight .listnews .bignews .image img {
    width: 100%;
}

.boxhighlight .listnews .bignews .title {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.boxhighlight .listnews .bignews .title a {}

.boxhighlight .listnews .smallnews {}

.boxhighlight .listnews .smallnews ul {
    margin: 0 -11px;
}

.boxhighlight .listnews .smallnews ul li {
    float: left;
    width: 50%;
    padding: 0 11px;
}

.boxhighlight .listnews .smallnews ul li a,
.boxhighlight .listnews .smallnews ul li img {
    display: block;
    width: 100%;
}

.boxhighlight .listnews .smallnews ul li .title {
    color: #252525;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-top: 13px;
    display: block;
    position: relative;
    margin: 0;
}

.boxmostview {
    width: 215px;
    padding-left: 24px;
    background-image: url(../images/layer-viewmore.png);
    background-repeat: no-repeat;
    float: right;
}

.boxmostview .titlebox {
    color: #020202;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
}

.boxmostview .titlebox::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -298px -30px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 2px;
}

.boxmostview .bignews {
    margin-top: 25px;
}

.boxmostview .bignews img {
    width: 100%;
    height: 119px;
    object-fit: cover;
}

.boxmostview .bignews .title {
    color: #000;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    margin: 15px 0 13px;
    display: block;
}

.boxmostview .slimScrollDiv {
    position: relative;
}

.boxmostview .smallnews {
    margin-top: 15px;
    overflow-y: auto;
    width: auto;
    height: 343px;
}

.boxmostview .smallnews ul li {
    padding: 17px 0 12px 19px;
    border-top: solid 1px #dedede;
    display: block;
    position: relative;
}

.boxmostview .smallnews ul li::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -344px -9px;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 2px;
    top: 25px;
}

.boxmostview .smallnews ul li .title {
    color: #282828;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    font-weight: 500;
}

.fix-sidebar {
    position: sticky;
    top: 110px;
}

.box_wrap_detail {
    padding: 0 15px;
    width: 100%;
}

.box_wrap_detail .detail_left {
    width: calc(100% - 330px);
    margin-right: 30px;
    float: left;
}

.box_wrap_detail .content h1 {
    color: #000;
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 29px;
    margin-top: 0;
}

.motion_product {
    width: 100%;
    position: relative;
    padding: 30px 0;
    background-color: #000;
    overflow-x: clip;
}

.motion_product .title {
    text-align: center;
    margin-bottom: 30px;
}

.motion_product .title h2 {
    color: #ffc800;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 14px;
}

.motion_product .title .description {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: justify;
}

.block_motion_product {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.motion_product .image_sp {
    position: relative;
    margin-bottom: 50px;
}

.motion_product .image_sp .image_main_sp {
    position: absolute;
    width: 13%;
    top: 4%;
}

.motion_product .image_sp .image_main_sp img {
    width: 100%;
}

.motion_product .image_sp .image_anh {
    width: 100%;
    padding-left: 10%;
}

.motion_product .image_sp .image_anh img {
    width: 100%;
}

.block_motion_product .motion_wrap2 {
    /*z-index: 4;
    position: absolute;
    left: 150px;
    height: auto;
    white-space: nowrap;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.block_motion_product .motion_wrap2 .image {
    width: 70vw;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 4;
    opacity: 0;
    transform: translateY(-50%);
}

.block_motion_product .motion_wrap2 .image img {
    width: 100%;
}

.block_motion_product .phone {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}

.block_motion_product .phone img {
    height: auto;
}

.view_all {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.view_all a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    border: 1px solid #ececec;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
}

.view_all a:hover {
    background-color: #0056a1;
    color: #fff;
}

.view_all a i {
    margin-left: 8px;
}

.view_detail {
    width: 100%;
    text-align: left;
    margin-top: 5px;
    overflow: hidden;
    float: left;
}

.view_detail a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    border: 1px solid #ececec;
    line-height: 34px;
    font-size: 14px;
    background-color: #0056a1;
    color: #fff;
    font-weight: 600;
}

.view_detail a:hover {
    background-color: #ff000f;
    color: #fff;
}

.like_share_top {
    padding-bottom: 40px;
    border-bottom: solid 1px #e4e4e4;
}

.like_share_top .info {
    float: left;
}

.like_share_top .time-detail {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: #5f5f5f;
    float: left;
}

.like_share_top .info .zonename {
    color: #000;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

.like_share_top .info .zonename:before {
    width: 2px;
    height: 11px;
    background-color: #5d5d5d;
    content: '';
    display: block;
    float: left;
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.like_share_top .fb-like {
    float: right;
    margin-right: 6px;
}

.box_wrap_detail .detail_right {
    width: 300px;
    float: left;
}

.content_detail {
    font-size: 15px;
    line-height: 1.6;
}

.content_detail iframe {
    height: 400px;
}

.content_detail img {
    height: auto !important;
    max-width: 100%
}

.listtags {
    margin-top: 20px;
    margin-bottom: 20px;
}

.listtags p {
    color: #000;
    padding-left: 22px;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 12px;
    float: left;
}

.listtags p::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -352px -30px;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
}

.listtags ul li {
    float: left;
    line-height: 20px;
}

.listtags ul li .tagname {
    color: #3d3d3d;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 6px;
}

.listtags ul li a:after {
    content: ',';
}

.listtags ul li:last-child a:after {
    content: unset;
}

.cungchuyenmuc .titlebox {
    color: #000;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 13px;
    border-left: solid 5px #d00000;
    float: left;
    margin: 0;
    display: inline-block;
}

.noibat_trangchu {
    color: #000;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 13px;
    border-left: solid 5px #d00000;
    float: left;
    margin: 0 0 25px;
}

.cungchuyenmuc #search-place {
    float: right;
    height: 28px;
    line-height: 28px;
    display: none;
}

.cungchuyenmuc #search-place label {
    color: #545454;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cungchuyenmuc #search-place select {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #434343;
    margin-right: 10px;
}

.btn_xem {
    background-color: #d00000;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    width: 58px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
}

.cungchuyenmuc .listnews {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.cungchuyenmuc .listnews ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.cungchuyenmuc .listnews ul li {
    width: 33.33333%;
    padding: 0 10px;
    margin-bottom: 30px;
    float: left;
}

.cungchuyenmuc .listnews ul li .image {
    width: 100%;
}

.cungchuyenmuc .listnews ul li .image img {
    height: 141px;
    object-fit: cover;
    width: 100%;
}

.cungchuyenmuc .listnews ul li .title {
    color: #292929;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.wrap_video {
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
}

.box_top_video {
    height: 62px;
    background-color: #1e1e25;
    width: 100%;
    z-index: 999;
}

.box_top_video h1 {
    margin: 0;
}

.box_top_video .pagetitle {
    height: 62px;
    background-color: #d01c13;
    color: #fff;
    font-size: 25px;
    line-height: 62px;
    padding-left: 24px;
    width: 250px;
    float: left;
    box-sizing: border-box;
}

.box_top_video .head-menu {
    width: calc(100% - 250px);
    float: left;
}

.box_top_video .head-menu ul {
    width: 300px;
    margin: 0 auto;
    display: block;
    height: 62px;
    position: relative;
}

.box_top_video .head-menu ul li {
    line-height: 62px;
    float: left;
    margin-right: 60px;
    height: 100%;
    position: relative;
    padding-left: 16px;
}

.box_top_video .head-menu ul li:last-child {
    margin-right: 0;
}

.box_top_video .head-menu ul li:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    background: url(../images/sprite_autoprov3.png) no-repeat -324px -162px;
    width: 8px;
    height: 16px;
}

.box_top_video .head-menu ul li.star:before {
    background: url(../images/sprite_autoprov3.png) no-repeat -343px -159px;
    width: 16px;
    height: 16px;
    left: -5px;
    top: 20px;
}

.box_top_video .head-menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: 700;
}

.box_top_video .head-menu ul li:hover a,
.head-menu ul li.active a {
    color: #fff;
}

.box_content_video {
    width: 100%;
    border: solid 1px #e0e0e0;
    overflow: hidden;
    margin-bottom: 30px;
}

.box_content_video .box_left {
    width: 250px;
    float: left;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 6%);
}

.box_content_video .box_right {
    width: calc(100% - 250px);
    float: left;
}

.cate_home {
    width: 100%;
}

.list_cate {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list_cate .item {
    width: 25%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.list_cate .item .box {
    width: 100%;
    position: relative;
}

.list_cate .item a {
    display: block;
}

.list_cate .item .image {
    width: 100%;
}

.list_cate .item .image img {
    width: 100%;
    transition: 0.5s;
}

.list_cate .item .box:hover .image img {
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.list_cate .item h3 {
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    font-family: 'Times New Roman';
}

.why_choose_us1 {
    width: 100%;
    padding: 40px 0 40px;
    position: relative;
    background: #F3FAFE
}

.why_choose_us12:before {
    content: '';
    position: absolute;
    background-color: rgb(255 255 255 / 80%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.list_why1 {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 2px #ccccccc2;
    padding: 25px 10px;
    margin: 20px;
}

.list_why1 .box {
    width: 100%;
    text-align: center;
}

.list_why1 .box .image {
    margin-bottom: 5px;
    height: 55px;
}

.list_why1 .box .image img {
    width: 56px;
}

.list_why1 .box .desc {
    font-size: 20px;
    font-style: normal;
    max-width: 250px;
    display: inline-block;
    line-height: normal;
    text-align: center;
    width: 100%;
}

.list_why1 .box .desc h2 {
    font-size: 17px;
    text-transform: none;
    font-weight: 500;
    margin: 10px 0 5px 0;
    color: #333;
}

.list_why1 .box .desc p {
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
    color: #333;
}

.why_choose_us {
    width: 100%;
    padding: 40px 0 40px;
    position: relative;
    background: url(../images/bg_taisao.jpg);
}

.why_choose_us:before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.why_choose_us .group-title {}

.why_choose_us .group-title .title {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}

.why_choose_us .group-title .title span {
    color: #fff;
}

.list_why {
    width: 100%;
    margin-top: 15px;
    border-radius: 50px;
    border: 2px solid #049b88;
    background: #fff;
    padding: 10px;
}

.list_why .box {
    width: 100%;
    text-align: center;
}

.list_why .box .image {
    width: 80px;
    float: right;
}

.list_why .box .image img {
    width: 80px;
}

.list_why .box .desc {
    font-size: 20px;
    font-style: normal;
    max-width: 345px;
    display: inline-block;
    line-height: normal;
    text-align: right;
    width: 100%;
}

.list_why .box .desc h2 {
    font-size: 19px;
    text-transform: none;
    font-weight: 600;
    margin: 5px 0 5px 0;
    color: #333;
}

.list_why .box .desc p {
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
    color: #333;
    padding-bottom: 8px;
}

.list_why2 {
    width: 100%;
    margin-top: 15px;
    border-radius: 50px;
    border: 2px solid #049b88;
    background: #fff;
    padding: 10px;
}

.list_why2 .box {
    width: 100%;
    text-align: center;
}

.list_why2 .box .image {
    width: 80px;
    float: left;
}

.list_why2 .box .image img {
    width: 80px;
}

.list_why2 .box .desc {
    font-size: 20px;
    font-style: normal;
    max-width: 345px;
    display: inline-block;
    line-height: normal;
    text-align: left;
    width: 100%;
}

.list_why2 .box .desc h2 {
    font-size: 19px;
    text-transform: none;
    font-weight: 600;
    margin: 5px 0 5px 0;
    color: #333;
}

.list_why2 .box .desc p {
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
    color: #333;
    padding-bottom: 8px;
}

.cong_nghe_tach_bui2_mb {
    display: none;
    width: 100%;
    background-color: #000;
    padding-bottom: 40px;
}

.cong_nghe_tach_bui2_mb .title {

    font-size: 24px;
    margin-top: 0;
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
}

.cong_nghe_tach_bui2_mb .description {

    font-size: 15px;
    text-align: justify;
    color: #fff;
    margin-bottom: 25px;
}

.cong_nghe_tach_bui2_mb .image {}

.cong_nghe_tach_bui2_mb .img {}

.images_taisao {
    padding-top: 85px;
}

.kmt-content {
    margin-bottom: 30px;
    display: block;
}

.kbwcrw-title {
    padding: 15px 0 15px 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #2b2d33;
    background-color: #f5f5f5;
    position: relative;
    font-weight: 900;
}

.kbwc-relate-list .krli {
    display: block;
    border-top: 1px solid #ebebeb;
    padding: 9px 12px;
    cursor: pointer;
    position: relative;
    width: 100%;
    float: left;
}

.krlic-avatar {
    display: block;
    width: 64px;
    height: 40px;
    margin-right: 10px;
    position: relative;
    background-color: #f7f7f7;
    float: left;
}

.krlic-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kbwc-relate-list .krlic-info {
    width: 134px;
    float: left;
}

.krlici-title {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 500;
}

.vod-content {
    margin: 75px auto 0;
    width: 100%;
    max-width: 690px;
}

.vod-body-container {
    box-sizing: border-box;
}

.kbwcli {
    background: #fff;
    background-color: #fff;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 8%);
    overflow: hidden;
    margin-bottom: 25px;
    width: 100%;
    display: flex;
}

.kbwcli-content {
    width: 100%;
}

.kbwcli-iframe {
    width: 100%;
    background: #000;
    position: relative;
}

.kbwcli-iframe iframe {
    width: 100%;
    height: 400px;
}

.kbwclic-body-video {
    padding: 20px 25px;
}

.kbvi-title a,
.kbvi-title {
    font-size: 25px;
    color: #222;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    line-height: 30px;
}

.kbvi-title a {
    font-size: 24px;
    line-height: 30px;
    color: #262626;
    font-weight: 500;
}

.kbvi-meta {
    margin-bottom: 10px;
    width: 100%;
}

.kbvi-time {
    position: relative;
    font-size: 13px;
    color: #555;
}

.kbvi-sapo {
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    white-space: pre-line;
    display: block;
}

.detailvideo {
    width: 100%;
}

.detailvideo .kbwcli-content {
    width: 100%;
}

.detailvideo .kbwcli-content .kbwcli-iframe {
    width: 100%;
}

.detailvideo .kbwcli-content .kbwcli-iframe iframe {
    width: 100%;
    height: 400px;
}

.video-detail-body-wrapper {
    width: 100%;
    overflow: hidden;
}

.video-detail-body-wrapper .alignCenter {
    margin: 0 auto;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.vdbw-left {
    width: 410px;
    position: relative;
    padding: 25px 20px 10px 0;
    z-index: 0;
    float: left;
}

.vdbw-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 31px;
}

.vdbw-meta {
    margin-bottom: 22px;
}

.kbvi-time {
    position: relative;
    font-size: 13px;
    color: #555;
}

.vdbw-sapo {
    font-size: 13px;
    line-height: 19px;
    color: #646464;
    margin-bottom: 12px;
    white-space: pre-line;
}

.vdbw-right {
    padding: 25px 0 0 10px;
    float: right;
    position: relative;
    width: 248px;
}

.vdbw-right:after {
    background: url(../images/grd-border.png) top right repeat-y;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
}

.vdbw-rel-header {
    margin-bottom: 15px;
}

.vdbwrhl-text {
    font-weight: 500;
    font-size: 14px;
    color: #767676;
}

.vdbw-right .slimScrollDiv {
    overflow: visible;
}

.button_download {
    margin-bottom: 15px;
}

.button_download a {
    display: inline-flex;
    align-items: center;
    background-color: #4dabf7;
    text-align: center;
    padding: 2px 27px;
    border-radius: 9px;
    color: #fff;
    font-size: 26px;
    line-height: 58px;
}

.button_download i {
    color: #fff;
    font-size: 40px;
    margin-right: 15px;
}

.news_detail {
    width: 100%;
}

.news_detail .box_info {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
}

.nhan {
    background-color: red;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 5px;
}

.news_detail .box_info h1 {
    margin: 0 0 13px;
    font-size: 22px;
    color: #0a589f;
    font-weight: 700;
}

.news_detail .box_info .box_time {
    line-height: 19px;
    margin-right: 20px;
}

.news_detail .fb-like {
    display: inline-block;
}

.news_detail .fb-like iframe {
    width: 135px;
    height: 20px;
}

.news_detail .description {
    padding: 15px;
    border: 1px solid #bfbfbf;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

.news_detail .description p {
    margin-bottom: 16px;
}

.news_detail .content {
    line-height: 22px;
    font-size: 15px;
    padding-bottom: 20px;
}

.news_detail .content img {
    height: auto !important;
}

.news_detail .content p {
    margin-bottom: 16px;
}

.box_tags {
    width: 100%;
    background-color: #eeeeee;
    padding: 11px 15px;
    margin-bottom: 20px;
}

.box_tags span {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.box_tags a {
    border: 1px solid #cacaca;
    display: inline-block;
    background-color: #fff;
    padding: 0 13px;
    margin: 2px 0;
    font-size: 15px;
}

.relate-list {
    height: 169px;
    width: 100%;
    overflow-y: auto;
}

.vdbw-rel-news-list li {
    margin-bottom: 20px;
    border-bottom: solid 1px #ececec;
    padding-bottom: 17px;
    list-style: none;
}

.vdbw-rel-news-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.vdbwrn {
    display: flex;
    justify-content: space-between;
}

.vdbwrn-ava {
    display: block;
    width: 98px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    position: relative;
    height: 55px;
}

.vdbwrna-wrapper {
    display: block;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.vdbw-rel-news-list li .vdbwrn-info {
    width: calc(100% - 108px);
}

.vdbwrni-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box_hoatdong {}

.box_hoatdong .image {
    width: 100%;
    margin-top: 10px;
}

.box_hoatdong .image img {}

.list_hoatdong {
    width: 100%;
    padding-top: 10px;
}

.list_hoatdong ul {}

.list_hoatdong li {
    position: relative;
    padding: 10px 0;
    line-height: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #efefef;
}

.list_hoatdong li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #ff000f;
    position: absolute;
    font-size: 13px;
    top: 14px;
    left: 0px;
}

.wrap-price label {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: normal;
    white-space: nowrap;
    margin-right: 10px;
    width: auto;
}

.list_hoatdong li a {
    color: #0a589f;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

#side-bar {
    margin-bottom: 30px;
    position: sticky;
    top: 8px;
}

.side-bar {
    margin: 0 0 10px;
}

.side-bar:last-child {
    /*margin-bottom: 0;*/
}

.yeucaugoi_mobi {
    display: none;
}

.title-sider-bar {
    margin: 0;
    color: #fff;
    font-weight: 700;
    padding: 6px 15px 6px 25px;
    line-height: 27px;
    text-transform: uppercase;
    background-image: linear-gradient(45deg, #1273b1, #15b7be);
    position: relative;
    font-size: 15px;
}

.title-sider-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    border-left: 26px solid #fff;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    width: 0;
    height: 0;
    display: none;
}

.title-sider-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 25px solid #ff0000;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    width: 0;
    height: 0;
    display: none;
}

.list-category {
    background-color: #fff;
    margin-top: 0;
    padding: 15px 0;
    border: 1px solid #E6E6E6;
    border-top: 0;
}

.list-fill {
    padding: 20px 15px;
}

.list-fill .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    font-size: 15px;
}

.list-supplier {
    margin-bottom: 20px;
}

.list-supplier:last-child {
    margin-bottom: 0;
}

.title-s {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.list-supplier ul {}

.list-supplier ul img {
    height: 20px;
    width: auto;
}

.list-supplier ul li+li {
    margin-top: 15px;
}

.menu-side-bar {}

.menu-side-bar li.active>a {
    color: #c31f26;
}

.list-category ul>li>a>img {
    /*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a>.pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a>.pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.active>a>.pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active>a>.pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    user-select: none;
    display: block;
    text-decoration: none;
    clear: both;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 15px;
    color: #222222;
    position: relative;
}

.list-category>ul>li {
    position: relative;
    padding: 8px 10px 8px 28px;
}

.list-category>ul>li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #353535;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 16px;
}

.list-category>ul>li img {
    width: auto;
    position: absolute;
    left: 18px;
    top: 8px;
}

.list-category>ul>li>a {
    font-size: 14px;
    padding: 0;
    line-height: 18px;
    display: block;
    color: #353535;
    font-weight: bold;
}

.list-new-sb.list-category>ul>li>a {
    border-bottom: 1px dashed #4b4b4b;
    padding-bottom: 10px;
    color: #000;
}

ul.menu-side-bar>li>a:before {
    display: none;
}

.list-category ul>li>a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 20px;
    /* top: 18px; */
    font-weight: 900;
    display: none;
}

.list-category>ul>li>a:hover {
    color: #b50000;
}

.list-category ul>li>a>span {}

.box_list_banner {
    width: 100%;
}

.box_list_banner .row {
    margin: 0 -7.5px;
}

.box_list_banner .banner_center {
    width: 50%;
    padding: 0 7.5px;
}

.menu-side-bar li ul {
    padding-left: 5px;
    display: none;
}

.menu-side-bar-leve-2 {
    display: none;
}

.menu-side-bar-leve-3 {
    display: none;
}

.list-category .menu-side-bar-leve-2>li>a {
    padding-left: 10px;
    line-height: 35px;
    /* height: 35px; */
}

.list-category .menu-side-bar-leve-2>li>a:before {
    left: 30px;
    /* top: 11px; */
    display: none;
}

.list-category .menu-side-bar-leve-3>li>a {
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
    left: 58px;
    top: 11px;
}

.list-trending {}

.list-trending ul {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li {
    font-size: 13px;
    margin-top: 0;
    padding: 15px;
    /* border-bottom: 1px solid #f0f0f0; */
}

.list-trending ul>li>.box {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
    display: inline-block;
    padding: 5px 15px;
    background-color: #b50000;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.list-trending .box .icon {
    width: 90px;
    overflow: hidden;
    /* height: 125px; */
}

.list-trending .box .icon img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.list-trending .box .icon:hover img {
    transform: scale(1.1);
}

.list-trending .box .content {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.list-trending .box .content .price {
    font-size: 18px;
    font-weight: bold;
    color: #c31f26;
}

.list-menu_nav {
    display: flex;
    justify-content: right;
    align-items: center;
    min-height: 60px;
    margin-bottom: 15px;
}

.list-menu_nav .menu_leght {
    text-transform: uppercase;
    font-size: 1.15em;
    color: #222;
    font-weight: bold;
    float: left;
    width: 80%;
}

.list-menu_nav .menu_leght h1 {
    font-size: 25px;
    font-weight: 600;
}

.menu_leght a {
    color: rgba(102, 102, 102, 0.7);
    font-weight: normal;
}

.menu_right select {
    margin: 5px 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    text-transform: none;

}

.divider {
    opacity: .35;
    margin: 0 0.3em;
    font-weight: 300;
}

.list-trending .box .content .date {
    text-transform: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: auto;
    color: #a9a9a9;
}

.list-trending .box .content .price-side {
    font-size: 15px;
    color: #f68519;
    font-weight: 600;
}

.list-trending .box .content .name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    /* line-height: 30px; */
}

.list-trending .box .content .name a {
    /* color: inherit; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.list-trending .box .content .name a:hover {
    /* color: #282e88; */
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
    line-height: 20px;
    height: 40px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.room-rates {
    padding: 30px 0;
    width: 100%;
}

.room-rates .list-room-rates {
    width: 100%;
}

.list-room-rates .item {
    width: 100%;
}

.list-room-rates .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.list-room-rates .box .image {
    width: 50%;
    order: 1;
}

.list-room-rates .item:nth-child(even) .image {
    order: 2;
}

.list-room-rates .box .image img {
    width: 100%;
}

.list-room-rates .box .info {
    width: 50%;
    order: 2;
    padding: 30px;
}

.list-room-rates .item:nth-child(even) .box .info {
    order: 1;
}

.list-room-rates .box .info h3 {
    color: #1273b1;
    background-color: #ebebeb;
    text-align: center;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    line-height: 20px;
    font-weight: 700;
    height: 60px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.list-room-rates .box .info .desc {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 400;
}

.list-room-rates .box .info ul {
    border-top: 1px solid #ebebeb;
    margin-bottom: 22px;
}

.list-room-rates .box .info ul li {
    font-weight: 300;
    padding: 13px 0 13px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.list-room-rates .box .info ul li:nth-child(1):before {
    content: '';
    background-image: url('../images/icon_dientich.png');
    display: block;
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.list-room-rates .box .info ul li:nth-child(2):before {
    content: '';
    background-image: url('../images/icon_dichvu.png');
    display: block;
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.list-room-rates .box .info ul li:nth-child(3):before {
    content: '';
    background-image: url('../images/icon_giaphong.png');
    display: block;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.list-room-rates .box .info ul li span {
    padding-left: 5px;
}

.list-room-rates .box .info ul li span strong {
    font-weight: 600;
}

.list-room-rates .box .info .icon_book_room {
    display: inline-flex;
    background-image: linear-gradient(to right, #1273b1, #11b9be);
    color: #fff;
    line-height: 42px;
    align-items: center;
    width: 150px;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
}

.list-room-rates .box .info .icon_book_room img {
    margin-left: 10px;
}

.list-uudiem {
    padding: 10px;
}

.uudiem-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.uudiem-item:last-child {
    margin-bottom: 0;
}

.uudiem-item .icon {
    width: 35px;
    height: auto;
}

.uudiem-item img {}

.uudiem-item .content {
    padding-left: 15px;
    width: calc(100% - 35px);
}

.uudiem-item .content h3 {
    font-size: 15px;
    /* font-weight: bold; */
    margin: 0;
    margin-bottom: 5px;
}

.uudiem-item .content .desc {
    font-weight: bold;
    font-size: 18px;
}

.wrap-breadcrumbs {
    background-color: #E6E6E6;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.wrap-breadcrumbs .breadcrumb {
    background: unset;
    margin: 0;
    padding: 5px 0px;
    justify-content: left;
}

.wrap-breadcrumbs .breadcrumb li {
    font-size: 14px;
}

.wrap-breadcrumbs .breadcrumb li a {}

.wrap-breadcrumbs .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.compare-wrapper {}

.title-compare {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 10px;
    background-color: #eee;
    align-items: center;
    flex-wrap: wrap;
}

.col-compare {
    margin-bottom: 50px;
}

.compare-card {}

.compare-card .box {
    position: relative;
}

.compare-card .image {}

.compare-card .remove-compare {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    /* background-color: #ccc; */
    /* border-color: #ccc; */
    color: #c31f26;
    font-size: 30px;
    /* padding: 3px; */
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-card .remove-compare i {
    line-height: 30px;
}

.compare-card .sale {
    position: absolute;
    top: 17px;
    left: 10px;
    background-color: #242828;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.compare-card .content {
    border: 1px solid #ddd;
    padding: 10px 20px;
    text-align: center;
}

.compare-card .name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    /* border-bottom: 1px solid #ddd; */
    padding: 10px 0;
    /* margin-bottom: 10px; */
    text-align: center;
}

.compare-card .view-more {
    text-align: center;
    margin-bottom: 10px;
}

.compare-card .box-price {
    justify-content: center;
}

.compare-card .new-price {}

.compare-card .old-price {}

.compare-card .info {}

.compare-card .info h3 {
    font-size: 20px;
    text-align: center;
    /* border-bottom: 1px solid #cccc; */
    /* padding-bottom: 10px; */
    font-weight: bold;
    color: #c31f26;
    text-transform: uppercase;
}

.compare-card .info ul {}

.compare-card .info ul li {
    padding: 10px;
    /* border-bottom: 1px solid #ddd; */
}

.compare-card .info ul li strong {
    font-weight: bold;
    font-size: 18px;
}

.compare-card .info ul li:last-child {
    border-bottom: unset;
}

.compare-card .info ul li a {}

.box-product-main {
    margin-bottom: 20px;
}

.image-main {
    position: relative;
}

.image-main .sale {
    position: absolute;
    right: 0;
    top: 0;
    top: 17px;
    right: 10px;
    background-color: #242828;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.box-image-product {}

.box-image-product .image-main a {
    display: block;
    position: relative;
}

.box-image-product .image-main a i {
    top: 10px;
    right: 10px;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.list-small-images {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 40px;
}

.small-image {
    padding: 5px;
    /* background: #fff; */
    cursor: pointer;
}

.small-image img {
    border: 1px solid #eee;
    padding: 3px;
    background: #fff;
    height: 70px;
    object-fit: cover;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
    margin: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 1;
    background-color: unset;
    border-radius: 6px;
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
    opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
    content: '';
    /* display: block; */
    /* z-index: 9; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* opacity: 1; */
    /* -webkit-transition: all 0.2s ease-out; */
    /*  -o-transition: all 0.2s ease-out; */
    /*  -moz-transition: all 0.2s ease-out; */
    /* transition: all 0.2s ease-out; */
    /* background-size: 14px; */
}

.list-small-image .slick-prev:before {
    /* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
    background-image: url('../images/slick-next.png');
}

.list-small-image .slick-prev:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
    color: #737373;
    line-height: 24px;
    font-size: 15px;
    /* display: none; */
}

.list-small-image {
    padding: 0 0px;
}

.list-small-image .slick-prev {
    left: -25px;
}

.list-small-image .slick-next {
    right: -25px;
}

.product-detail-infor {}

.product-detail-infor .box-infor {
    margin-bottom: 20px;
    color: #404040;
}

.product-detail-infor .box-infor h1 {
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 25px;
    color: #0f7cc1
}

.product-detail-infor .box-infor h2 {
    font-weight: 600;
    /* color: #c31f26; */
    /* padding: 5px 0 5px 0; */
    /* text-transform: uppercase; */
    margin: 0 0 0px;
    font-size: 25px;
}

.product-detail-infor .box-infor .masp {
    padding: 10px 0;
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    font-weight: 600;
}

.product-detail-infor .box-infor .status {
    margin-top: 5px;
    font-size: 15px;
    color: #000;
    line-height: 26px;
}

.product-detail-infor .box-price {
    font-size: 25px;
}

.product-detail-infor .box-price .price {
    /* font-size: 16px; */
    line-height: 1;
    padding: 8px 0;
    color: #c31f26;
}

.product-detail-infor .box-price .price .name-price {
    margin-right: 10px;
    text-transform: unset;
}

.wrap-price .list-attr {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.wrap-price .list-attr .attr-item>h3 {
    font-size: 13px;
    color: #333;
    text-align: left;
    margin-top: 0;
}

.wrap-price .list-attr .attr-item:nth-child(1) {
    width: 45%;
}

.wrap-price .list-attr .attr-item:nth-child(2) {
    width: 30%;
}

.wrap-price .list-attr .attr-item:nth-child(3) {
    width: 25%;
}

.wrap-price .price span:first-child {
    color: #333;
    font-weight: normal;
    font-size: 20px;
}

.wrap-price .price span:last-child {
    text-transform: uppercase;
}

.wrap-price .price {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: red;
}

.product-detail-infor .price-number {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.product-detail-infor .box-price .old-price {
    color: #767373cc;
}

.product-detail-infor .box-rate {
    line-height: 1;
    padding: 8px 0;
    border-bottom: 1px solid #707070;
}

.product-detail-infor .box-rate span.name-danh-gia {
    margin-right: 10px;
    font-size: 20px;
}

.product-detail-infor .box-rate span {}

.product-detail-infor .box-rate span i {
    color: #ffde5a;
    font-size: 20px;
}

.product-detail-infor .desc-product {
    padding: 0px 0 0px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #f5f5f5;
    line-height: 1.6;
}

.product-detail-infor .desc-product ul {
    flex-wrap: wrap;
    padding: 10px 15px 0px;
    display: flex;
}

.product-detail-infor .desc-product ul li {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
}

.dathang {
    padding: 10px 15px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.dathang i {
    color: #c31f26;
    margin-right: 5px;
}

.dathang .phone {
    color: #c31f26;
    font-weight: bold;
}

.box-buy {
    margin-bottom: 10px;
}

.box-buy a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    /* float: left; */
    margin-right: 5px;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    padding: 0 51px;
    background-color: #a3a3a3;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
}

.box-buy .addnow {
    background-color: #c31f26;
}

.box-buy {
    margin-bottom: 0;
}

.box-buy .add-to-cart {
    background-color: #ffc800;
    margin-bottom: 0;
    margin-right: 0;
    height: 60px;
    font-weight: 500;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    max-width: 400px;
}

.box-buy .add-to-cart:hover {
    background-color: #8c8c8c;
}

.box-buy .add-compare {}

.wrap-price .list-attr .attr-item .form-group label {
    font-size: 15px;
}

.wrap-add-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.box-add-cart {
    display: flex;
}

.pro_mun {
    display: flex;
}

.pro_mun a {
    width: 30px;
    height: 38px;
    border: 1px solid #000;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
}

.pro_mun a.cart_qty_reduce {
    border-radius: 4px 0 0 4px;
    background-color: #f9f9f9;
}

.pro_mun a.cart_qty_add {
    border-radius: 0 4px 4px 0;
    background-color: #f9f9f9;
}

.pro_mun input {
    border: 1px solid #000;
    border-radius: 0px ;
    text-align: center;
    border-right: 0;
    border-left: 0;
    width: 50px;
    font-weight: 700;
}

.text_header {
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 10px;
}

.Evaluate .itemEvaluate:nth-child(2) {
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 20px;

}

.Evaluate {
    border-top: 1px solid #ddd;
    margin: 0 auto;
}

.Evaluate .itemEvaluate:nth-child(3) {
    text-align: center;
}

.thongkeudanhgia {
    margin-bottom: 10px;
}

.Evaluate .all_cmtaa {
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 7px;
    align-items: center;
}

.padding_left_none .itemEvaluate .vote i {
    color: #ffa53f;
}

.vote i:hover {
    transition: all .25s ease;
    transform: scale(1.1);
}

.hovervote label {
    width: 100%;
}

.checked {
    color: #ffa53f !important;
}

.devvn_num_reviews {
    white-space: nowrap;
}

.itemEvaluate ul li span {
    white-space: nowrap;

}

.vote i {
    cursor: pointer;
}

.review {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: #0b0b0bad;
}

.review .bg_review {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 590px;
    border-radius: 5px;
}

i.fa-star {
    color: #999;
}

i.fa-star.vang {
    color: #fe9727;
}

span.devvn_num_reviews {
    min-width: 150px;
    color: #fe9727;
}

.itemEvaluate ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.percent-rating {
    width: calc(100% - 70px);
    height: 13px;
    border-radius: 7px;
    overflow: hidden;
    background-color: rgb(209, 209, 214);
}

.review-cout {
    flex: 0 0 137px;
    text-align: right;
}


.box-percent {
    width: 0;
    height: 100%;
    background-color: #ffa53f;
}

.itemEvaluate button {
    background-color: #fe9727;
    color: #fff;
    padding: 7px 20px;
    font-size: 15px;
    border-radius: 3px;
    border: solid 1px #fe9727;
    transition: all .3s ease;
    display: inline-block;
    outline: none;
}

.commet .text_header {
    font-size: 20px;
}

.text_header {
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 15px;
    padding-top: 10px;
}

.vote_star_cmt {
    margin-right: 20px;

}

.vote_star_cmt i {
    font-size: 13px;
}

.commet_add {
    padding-bottom: 15px;
    position: relative;
}

.sumit_commethoidap {
    margin-top: -7px !important;
    padding-bottom: 15px;
    padding-top: 20px;
    background-color: #f7f7f7;
}

.commet_add .input {
    padding: 0 15px;
}

.sumit_commethoidap .btn_commet {
    margin-left: 15px;
}

.itemcmt {
    padding: 15px 0;
}

.name_cmtss {
    display: flex;
    gap: 20px;

}

.right_hoidap {
    line-height: 1.2;
    color: rgb(255, 155, 0);
    font-size: 14px;
}

.name_cmtss .name_hoidap {
    font-weight: bold;
}

.name_cmt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.block-product .desktop-show {
    display: none;
}

.name_cmt .avata {
    background: #eee;
    color: #999;
    width: 27px;
    height: 27px;
    display: inline-block;
    line-height: 27px;
    text-align: center;
}

.contentcmt {
    margin-bottom: .5rem;
}

.time_trl_cmt {
    color: #686868;
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
}

.time_trl_cmt .trl {
    color: #ec3237;
    cursor: pointer;
}

.hidden {
    display: none;
}

.aaaaa textarea {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tongdanhgia p {
    text-align: center;
}

.aaaaa form .fomt_bg {
    border: solid 1px rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-bottom: 10px;
}

.cmt_qt {
    border-radius: 5px 5px 0 0;
    margin-left: 27px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    padding: 10px 12px;
}

.header_cmt_qt {
    font-weight: bold;
    margin-right: 2px;
}

.header_cmt_qt .note {
    color: #fff;
    font-size: 0.7em;
    background: #ec3237;
    font-style: normal;
    padding: 2px 5px;
    margin-left: 6px;
    border-radius: 10px;
}

.review .text_header_review {
    font-weight: bold;
    margin: 0rem 0 0.5rem;
}

.review form textarea {
    padding: 10px;
    width: 100%;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.review form .item {
    display: flex;
    padding: 5px 0;
    width: 100%;
    gap: 10px;
}

.review form .item label {
    margin-bottom: 0;
    width: 20%;
}

.upfileimg input {
    display: none;
}

.showimg_upfile {
    /* display: flex; */
    gap: 10px;
}

.img-wrap {
    height: 77px;
    width: 77px;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}

.img-wrap-box img {
    width: 80px;
    height: 80px;
}

.upfileimg {
    padding: 0px 0;
}

.img-wrap i {
    cursor: pointer;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 10;
}

.devvn-plus {
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

#sendComment .vote {
    width: 80%;
    display: flex;
}

.hovervote label {
    text-align: center;
}

.review form .item label i {
    font-size: 20px;
}

.click_dong_mo {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}

.vote input {
    display: none;
}

.review form .item input {
    width: 85%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.item_btn {
    padding: 5px 0;
    text-align: center;
}

.upfile .up input {
    display: none;
}

.upfile .up {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 1px 12px !important;
    overflow: hidden;
    margin: 0 0 10px 0;
    align-items: center;
}

.upfile .up span {
    color: #03a0e2;
    font-weight: 700;
    font-size: 16px;
    padding: 5px;
}

.devvn_insert_attach {
    width: 80px;
    height: 80px;
    text-align: center;
    display: inline-block;
    float: left;
    border: 2px dashed #ccc;
    line-height: 76px;
    font-size: 25px;
    color: #ccc;
    cursor: pointer;
    /* margin: 10px 17px; */
}

.devvn_insert_attach.hidden {
    display: none;
}

.upfile .up label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.upfile .up img {
    width: 20px;
}

.commet .text_header {
    font-size: 20px;
}

.commet textarea {
    width: 100%;
    padding-left: 0.5rem;
    font-size: 14px;
}

.sumit_commet .upfileimg {
    background: #f7f7f7;
    margin-top: -7px;
}

.sumit_commet .input {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    flex: 0 0 75%;
    align-items: center;
    flex-wrap: wrap;
}

.sumit_commet .showimg_upfile,
.sumit_commet .upfile .up {
    padding: 0 15px !important;
}

.contentcmt .star_cmt {
    padding-right: 10px;
}

.contentcmt .star_cmt i {
    font-size: 14px;

}

.hinhanh_cmt a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.hinhanh_cmt {

    margin-bottom: 5px;
}

.name_cmt .text {
    line-height: 1.2;
    color: #52b858;
    font-size: 14px;
    font-weight: 200;
}

.header_show_img h3 {
    margin: 0 0 5px;
    font-size: 20px;
}

.showhinhanhcmt ul {
    display: flex;
    gap: 10px;
}

.showhinhanhcmt ul li {
    display: flex;
    gap: 10px;
}

.showhinhanhcmt ul li a img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.upfileimg ul li .img-wrap .bacu {
    width: 80px;
    height: 80px;
    object-fit: cover;
    background: #cccccc45;
}

.showhinhanhcmt ul li a span {
    position: absolute;
    font-weight: 400;
    /* margin: 75px 0px 0px -108px; */
    padding: 2px 4px;
    color: #fff;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 8%);
    font-size: 12px;
    left: 5px;
    bottom: 5px;
}

.showhinhanhcmt {
    margin: 20px 0;
}

.sumit_commet {
    top: 100%;
    z-index: 2;
    width: 100%;
    margin-top: 20px;
}

.tab_ditel .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: rgba(17, 17, 17, 0.85) !important;
    font-size: .8em;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bolder;
    transition: all .2s;
    padding: 10px;
}

.tab_ditel .nav-tabs .nav-link {
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bolder;
    color: rgba(102, 102, 102, 0.85);
    transition: all .2s;
    padding: 10px;
    border: none;
    background-color: transparent;
    position: relative;
}

.sumit_commet .upfileimg {
    flex: 0 0 25%;
    background: transparent;
}

.aaaaa form .fomt_bg {
    display: flex;
    flex-wrap: wrap;
}

.tab_ditel .nav-tabs .nav-link:first-child {
    padding-left: 0;
}

.nav-tabs .nav-item {
    margin-right: 10px;
}

.tab_ditel {
    padding-bottom: 25px !important;
}

.tongdanhgia h2,
.tongdanhgia h2 span i {
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #fe9727;
    font-size: 48px;
    margin-bottom: 0;

}

.tongdanhgia h2 {

    font-family: 'Nunito Sans', sans-serif;
}

.itemEvaluate ul li span i {
    color: #333;
}

.tab_ditel .nav-tabs .nav-link::after {
    content: "";
    width: 0%;
    height: 3px;
    background-color: rgba(17, 17, 17, 0.85);
    top: 0;
    position: absolute;
    left: 0;
    transition: width .3s ease;

}

.tab_ditel .nav-tabs .nav-link.active::after {
    width: 100%;
}

.tab_ditel_s1 iframe {
    width: 100%;
    height: 745px;
}

.list_menu_nav_ditel p {
    line-height: 1.2;
    color: rgba(102, 102, 102, 0.7);
    font-weight: normal;
    text-transform: uppercase;
    font-size: .85em;
    margin: 0 0 0.5em;
}

.tab_ditel .nav-tabs .nav-link:hover::after {
    width: 100%;
}

.tab-content>.tab-pane {
    opacity: 1;
}

.tab_ditel .nav-tabs {
    border-top: 1px solid #dee2e6;
    margin-bottom: 15px;
}

.cloe_comet i {
    cursor: pointer;
    font-size: 25px;
}

.input input {
    width: 47%;
    margin-bottom: 1rem;
    font-size: 14px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn_commet {
    color: #fff;
    background-color: #35373a;
    border-color: #007bff;
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text_header {
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 25px;
}

.commet_add {
    padding-bottom: 15px;
    position: relative;
}

.item_btn .btn_submit {
    background: #ffa53f;
    color: #fff;
    padding: 7px 20px;
    font-size: 15px;
    border-radius: 3px;
    border: solid 1px #ffa53f;
    margin-right: 1rem;
    outline: none;
    transition: all .3s ease;
}

.item_btn .btn_close {
    color: #222;
    outline: none;
    border: none;
    background-color: transparent;
    transition: all .3s ease;
    cursor: pointer;
}

.tab_ditel {
    padding: 40px 0;
}

.giaohang {}

.giaohang ul {
    background-color: #fff8f8;
    padding: 15px 15px 0 15px;
    border: 1px dashed #c31f26;
    margin-bottom: 20px;
}

.giaohang ul li {
    display: flex;
    margin-bottom: 10px;
}

.giaohang ul li .icon {
    width: 50px;
    flex: 0 0 auto;
}

.giaohang ul li .desc {
    padding-left: 10px;
    /* margin-bottom: 10px; */
    line-height: 24px;
}

.list-file {}

.share {
    margin-top: 20px;
}

.tab-product {}

.tab-product p {
    margin-bottom: 16px;
}

.tab-product .tab-content {
    padding: 10px 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    background: #fff;
}

.tab-product .tab-content img {
    width: auto;
    max-width: 100%;
}

.tab-link {
    position: sticky;
    top: 49px;
}

.tab-link ul {
    display: flex;
    background-color: #f0f0f0;
    flex-wrap: wrap;
}

.tab-link ul li {}

.tab-link ul li a {
    display: inline-block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0 14px;
    border-top: 2px solid transparent;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.tab-link ul li a.active,
.tab-link ul li a:hover {
    color: #c31f26;
    border-top: 2px solid #c31f26;
    background-color: #fff;
}

.tab-pro-content {
    border: 1px solid #ebebeb;
    padding: 20px;
    padding-top: 25px;
}

.tab-item {}

.tab-item iframe {
    max-width: 100%;
}

.slick-slide {
    height: auto;
}



.nav-tabs {
    margin-top: 0px;
    border-bottom: 0px solid #dee2e6;
}

.content-category {
    text-align: justify;
    padding: 15px;
    background-color: #fff;
    border: 1px dashed #eee;
    margin-top: 25px;
    margin-bottom: 30px;
}

.template-contact {
    padding-top: 30px;
}

.contact-form {
    margin-bottom: 20px;
}

.contact-form .form-group {
    padding-left: 35px;
    position: relative;
}

.contact-form .form-group i {
    position: absolute;
    left: 0;
    top: 10px;
    color: #9b999a;
}

.contact-form .form-control {
    border: unset;
    border-bottom: 1px solid #ced4da;
    padding-left: 0;
    border-radius: 0;
}

.contact-form .btn-block {
    background-color: #006953;
    width: auto;
    display: inline-block;
    border: solid 1px #006953;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

.contact-form label {
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-size: 16px;
}

.contact-form .form {}

.contact-form .form p {
    margin: 0 0 10px;
    font-size: 15px;
}

.title-contact {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 19px;
    line-height: 32px;
    color: #ea1e29;
}

.contact-form .title_form {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 19px;
    line-height: 32px;
    text-transform: uppercase;
    color: #333;
}

.contact-form .form input {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form select {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form textarea {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form button {
    font-size: 14px;
    color: #fff;
    background: #e83322;
    border: none;
    height: 35px;
    width: 150px;
    border-radius: 0px;
    cursor: pointer;
    outline: 0;
}

.contact-infor {
    margin-bottom: 20px;
}

.contact-infor .infor {
    margin-bottom: 20px !important;
    line-height: 20px;
}

.block-contact {
    padding: 20px 0;
}

.map-contact iframe {
    height: 250px;
    width: 100%;
}

.block-contact .list-address-footer {
    margin-bottom: 10px;
    line-height: 20px;
}

.block-contact .list-address-footer ul li {
    line-height: 24px;
    list-style: disc !important;
    margin-left: 16px;
}

.contact-infor .infor .address {}

.contact-infor .infor .address .title {
    padding-bottom: 0;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.contact-infor .infor .address .pt_list_addres {
    margin-bottom: 15px;
}

.contact-infor .infor .address .pt_list_addres>li {
    line-height: 25px;
    margin-bottom: 5px;
}

.contact-infor .infor .map {}

.contact-infor .infor .map iframe {
    height: 220px;
}


/*end css template contact*/

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 35px;
    text-align: center;
    padding: 5px 0;
    height: 35px;
    line-height: 20px;
    border-radius: 100%;
    box-shadow: 3px 3px 10px #ddd;
    color: #333;
    background: #fff;
}

.category-slide-1 .slick-prev {
    left: 0px;
}

.category-slide-1 .slick-next {
    right: 0px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    font-size: 22px;
    /* color: #fff; */
}

.wrap-partner {
    padding: 20px 10px;
    background-color: #fff;
}

.wrap-partner .list-item {
    /* border: 1px solid #dcdcdc; */
    border-radius: 3px;
    /* padding: 7px 30px; */
}

.wrap-partner .list-item .item {
    padding: 0 10px;
    width: 25%;
}

.wrap-partner .list-item .box {
    /* border: 1px solid #eee; */
    padding: 0px;
}

.wrap-partner .list-item img {
    border: solid 1px #eee
}

.card-news-horizontal {
    margin-bottom: 25px;
}

.card-news-horizontal .box {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f8f8;
}

.card-news-horizontal .image {
    width: 100%;
}

.card-news-horizontal .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}

.card-news-horizontal .image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-news-horizontal .content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding: 10px;
}

.card-news-horizontal .image img {
    height: 94px;
    object-fit: cover;
}

.card-news-horizontal .content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-right: 0;
}

.card-news-horizontal .content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 48px;
}

.card-news-horizontal .content .date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #898989;
}

.card-news-horizontal .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 64px;
    text-align: justify;
    line-height: 21px;
    font-size: 15px;
    padding-right: 0;
    margin-bottom: 10px;
}

.pd-10 {
    padding: 0 10px;
}

.icon-dv-right {
    margin-top: 5px;
}

.line-div {
    width: 50px;
    height: 1px;
    background: #707070;
    margin: 0 auto;
}

.title-xemthem {
    font-size: 24px;
    color: #707070;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}

.title-#c31f26 {
    color: #e23b41;
}

.title-while {
    color: #fff;
}

.group-title .desc {
    color: #222;
    margin-bottom: 0;
    line-height: 24px;
    max-width: 750px;
    font-size: 15px;
    text-align: center;
    margin: auto;
}

.wrap-system {
    padding: 25px 0 60px;
    background-color: #e23b41;
    color: #fff;
}

.box-system {
    position: relative;
}

.list-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
}

.list-icon span {
    /* display: inline-block; */
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #3895f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}

.list-icon span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white-2;
    animation: animation-glowing-white-2 1.5s infinite;
}

.list-icon span.active:after {
    animation-name: animation-glowing-white-2-active;
}

@keyframes animation-glowing-white-2-active {
    0% {
        box-shadow: inset 0 0 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.5);
    }

    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

@keyframes animation-glowing-white-2 {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.1);
    }

    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

.list-icon span.active {
    transform: translate(-50%, -50%) scale(1.5);
}

.list-icon span:before {
    content: "\f041";
}

.close-map {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    line-height: 23px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.close-map:before {
    content: "x";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.bg-image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.bg-image-load.active {
    z-index: 1;
    opacity: 1;
}

.bg-image-load.active .image-load {
    transform: translate(-50%, -50%) scale(1);
}

.box-system .image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    /* opacity: 0; */
    text-align: center;
    max-width: 500px;
    /* overflow: hidden; */
    transition: all 0.5s;
}

.box-image-load {
    padding-bottom: 100%;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #e23b41;
}

.box-system .image-load img {
    width: auto;
    max-width: 70%;
    /* max-width: 100%; */
    height: 80%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrap-system .image-sytem {}

.wrap-system .image-sytem img {}

.btn-view {
    display: inline-block;
    border-radius: 40px;
    line-height: 45px;
    background-color: #fff;
    color: #e23b41;
    font-size: 18px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e23b41;
    box-shadow: 0px 1px 5px 1px #a38a8a;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white;
    animation: animation-glowing-white 1.5s infinite;
}

.btn-light {
    color: #212529;
    background-color: #eee;
    border-color: #eee;
}

@keyframes animation-glowing-white {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }
}

.btn-view:hover {
    color: #fff;
    background-color: #e23b41;
}

.btn-view i {
    font-size: 28px;
    margin-right: 10px;
}

.wrap-count {
    padding: 25px 0;
}

.wrap-count .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.image-about {}

.image-about .image {
    overflow: hidden;
    display: block;
}

.image-about img {
    transition: 0.5s;
}

.image-about .image:hover img {
    transform: scale(1.2);
}

.link_about {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.link_about a {
    display: inline-block;
    color: #e23b41;
    border-radius: 50px;
    border: 1px solid #e23b41;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 18px;
}

.link_about a:hover {
    background-color: #e23b41;
    color: #fff;
}

.list_count {}

.item_count {
    text-align: center;
    margin-bottom: 20px;
}

.item_count .box_count {}

.item_count .box_count .counter-value {
    color: #e23b41;
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 5px;
}

.item_count .box_count p {}

.list-news-2 .fo-03-news .content {
    padding-top: 30px;
}

.list-news-2 .fo-03-news h3 a {
    color: #e23b41;
}

.list-news-2 .fo-03-news h3 a:hover {
    color: #282e88;
}

.list-news-2 .fo-03-news .desc {
    -webkit-line-clamp: 2;
    height: 46px;
    margin-bottom: 5px;
}

.fo-03-news h3 {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    line-height: 20px;
    margin: 0px 0 0px;
    position: relative;
    margin-top: 10px;
}

.fo-03-news h3 a {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.fo-03-news h3 a:hover {
    color: #e23b41;
}

.fo-03-news .desc {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 92px;
    margin-bottom: 25px;
}

.fo-03-news-main .content {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.block-action-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fo-03-news-main .block-action-news {
    color: #e23b41;
}

.fo-03-news-main .date {
    color: #e23b41;
}

.xemthem {
    text-decoration: underline;
}

.wrap-bg {
    background-image: url(../images/bg-01.png);
    padding: 15px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-bg {
    position: relative;
    margin: 0 auto;
}

.box-bg>img {
    /* min-height: 300px; */
    /* object-fit: cover; */
    width: 100%;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.before-after-unset:before,
.before-after-unset:after {
    content: unset;
}

.box-bg .d-flex {}

.box-bg-content {
    justify-content: center;
    align-items: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.box-bg-content .logo-bg {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.box-bg-content .button_tuvan {
    width: 50%;
    padding-left: 10px;
}

.box-bg-content .logo-bg img {
    width: auto;
    max-width: 328px;
}

.wrap-contact-footer {
    padding: 15px 0 0;
}

.col-1-5 {
    min-width: 20%;
}

.col-item-contact {
    color: #e23b41;
    margin-bottom: 15px;
}

.col-item-contact .box {
    text-align: center;
}

.col-item-contact .box .icon {
    text-align: center;
}

.col-item-contact .box .icon img {
    height: 75px;
    width: auto;
    margin: 0 auto;
}

.col-item-contact .box .name {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.col-item-contact .box .desc {
    font-size: 17px;
}

.col-item-img {
    margin-bottom: 15px;
}

.col-item-img .box {}

.col-item-img .box .image {
    text-align: center;
}

.col-item-img .box .image img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.breadcrumbs {
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
    background-color: #fff;
}

.breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    z-index: 1;
}

.breadcrumbs ul {
    float: left;
    width: 100%;
    padding: 12px 15px;
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 20px; */
    display: inline-block;
    max-width: 795px;
    background-color: #e23b41;
}

.breadcrumbs ul>li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 400;
}

.breadcrumbs ul>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    float: left;
}

.breadcrumbs ul>li>a:after {
    content: "/";
    /*    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
    */
}

.breadcrumbs ul>li:last-child a:last-child:after {
    content: "\f107";
    margin: 0px 0px 0 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    position: relative;
    top: 2px;
}

.breadcrumbs ul>li span {
    display: inline-block;
    color: #fff;
}

.blog-news {
    /* padding: 50px 0; */
}

.line-div-long {
    width: 100%;
    height: 1px;
    background-color: #000;
    max-width: 670px;
    margin: 30px auto;
}

.list-news-2 {}

.list-news-2 .row {
    padding: 0 7.5px;
}

.list-news-2 .row .col-12 {
    padding: 0 7.5px;
}

.list-news-2>.row:nth-child(2n) .left {
    float: right;
}

.list-news-2 .left {}

.list-news-2 .right {}

.list-news-2 .fo-03-news {
    margin-bottom: 15px;
}

.list-news-blog {}

.list-news-blog .fo-03-col-news:nth-child(1),
.list-news-blog .fo-03-col-news:nth-child(6) {
    width: 50%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .image a,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .image a {
    padding-bottom: 66.7%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    background-image: linear-gradient(0deg, rgba(204, 204, 204, 0.9), rgba(237, 233, 233, 0.9), transparent);
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content {
    color: #e23b41;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .date,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .date {
    color: inherit;
}

.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #3e4494
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #707070;
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content .block-action-news,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content .block-action-news {
    color: #e23b41;
}

.blog-news-detail {
    padding: 10px 0 40px;
}

.p-75 {
    padding: 0 7.5px;
}

.p-5 {
    padding: 0 5px;
}

.p-10 {
    padding: 0 10px;
}

.padding-content {
    padding: 25px 38px 35px;
}

.news-detail {
    text-align: justify;
    /* border-radius: 15px; */
    overflow: hidden;
    margin-bottom: 30px;
}

.title-detail {
    color: #c31f26;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.7;
}

.title-lg {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-detail .box_content {
    font-size: 15px;
    line-height: 1.6;
}

#wrapSizeChange h1 {
    font-size: 1.6em;
    font-weight: bold;
}

#wrapSizeChange h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#wrapSizeChange h3 {
    font-size: 1.3em;
    font-weight: bold;
}

#wrapSizeChange h4 {
    font-size: 1.2em;
    font-weight: bold;
}

#wrapSizeChange h5 {
    font-size: 1.1em;
    font-weight: bold;
}

.news-detail .author {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #f7f7f7;
    /* padding: 5px; */
}

.news-detail .author .date {
    text-transform: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: auto;
    color: #a9a9a9;
    padding: 0 10px;
}

.changeFontSize {}

.changeFontSize * {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}

.news-detail .box_content .content-news {}

#fix-sidebar {
    position: sticky;
    top: 60px;
}

.shadow {
    box-shadow: 7px 10px 14px 4px #ccc;
}

.wrap-relate {
    margin-top: 30px;
}

.blog-tuyendung {
    padding-bottom: 40px;
    padding-top: 40px;
}

.blog-tuyendung .card-news-horizontal .image a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(226, 59, 65, 1);
    z-index: 1;
    background-image: url(../images/logo-bg.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.blog-tuyendung .card-news-horizontal .image a:hover img {
    opacity: 0.8;
}

.blog-tuyendung .card-news-horizontal .image a:hover:before {
    opacity: 1;
}

.blog-tuyendung .padding-content {}

.blog-tuyendung .card-news-horizontal:nth-child(3n+1) .content h3 {
    color: #282e88;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+2) .content h3 {
    color: #e23b41;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+3) .content h3 {
    color: #fecf78;
}

.list-trending ul>li:nth-child(3n+1) .content .name a {
    /* color: #282e88; */
}

.list-trending ul>li:nth-child(3n+2) .content .name a {
    /* color: #e23b41; */
}

.list-trending ul>li:nth-child(3n+3) .content .name a {
    /* color: #fecf78; */
}

.blog-product {
    padding: 30px 0;
    width: 100%;
}

.blog-product .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.blog-product .group-title {
    margin-bottom: 18px;
}

.blog-product .btn-view {
    box-shadow: 6px 11px 30px -4px #ccc;
    animation-name: unset;
}

.line-div-2 {
    width: 50px;
    background-color: #000;
    height: 2px;
    position: relative;
}

.icon-tab {}

.icon-tab img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.box_vanban {
    width: 100%;
    margin-bottom: 10px;
}

.box_vanban .image {
    border-bottom: 1px solid #fff;
}

.box_vanban .image img {}

.box_vanban .title-sider-bar a {
    color: #fff;
}

.box_congtrinh {
    width: 100%;
    margin-bottom: 10px;
}

.box_congtrinh .image {
    border-bottom: 1px solid #fff;
}

.box_congtrinh .image img {}

.box_congtrinh .title-sider-bar a {
    color: #fff;
}

.box_bandoc {
    width: 100%;
    margin-bottom: 10px;
}

.box_bandoc .image {
    border-bottom: 1px solid #fff;
}

.box_bandoc .image img {}

.box_bandoc .title-sider-bar a {
    color: #fff;
}

.certificate {
    width: 100%;
    margin-bottom: 10px;
}

.certificate .item {
    width: 100%;
}

.certificate .item:not(:last-child) {
    margin-bottom: 10px;
}

.certificate .item a {
    display: block;
}

.certificate .item .box {
    position: relative;
}

.certificate .box .image {}

.certificate .box .image img {
    height: 135px;
    object-fit: cover;
}

.certificate .box .info {
    width: 90%;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 99;
}

.certificate .box .info h3 {
    background-color: rgba(237, 29, 36, 0.9);
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
    margin: 0;
    font-weight: bold;
}

.certificate .box .info .date_time {
    background-color: rgba(71, 71, 71, 0.9);
    padding: 3px 10px;
}

.certificate .box .info .date_time span {
    color: #ffffff;
    padding-right: 2em;
    font-size: 12px;
    font-style: italic;
}

.newspaper {
    border: 1px solid #b7b7b7;
    margin-bottom: 10px;
    width: 100%;
}

.image-newspaper {
    width: 95%;
    margin: 0 auto;
    padding: 7px 0 0;
}

.image-newspaper img {
    width: 100%;
}

.notice-newspaper {
    width: 95%;
    margin: 0 auto;
    padding: 0.5em 0;
}

.notice-newspaper ul li {
    background: url(../images/i_tamgiac_03.png) no-repeat left 0.8em;
    padding: 4px 0 0 10px;
    display: block;
    text-align: justify;
}

.notice-newspaper ul li a {
    color: #333;
    font-size: 14px;
}

.notice-newspaper ul li img {
    width: auto;
    vertical-align: middle;
}

.news_flex {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.box_news_flex {
    width: 100%;
    display: flex;
}

.list_news_flex {
    width: 75%;
}

.box_news_flex .banner_flex {
    width: 25%;
    border-width: 0 2.5px;
    border-style: solid;
    border-color: transparent;
}

.box_news_flex .banner_flex img {}

.list_news_flex .item {
    width: 33.3333333%;
    border-width: 0 2.5px;
    border-style: solid;
    border-color: transparent;
    float: left;
    margin-bottom: 5px;
}

.list_news_flex .item:first-child {
    width: 66.6666666%;
}

.list_news_flex .item .box {
    position: relative;
    display: block;
}

.list_news_flex .item .box .image {
    position: relative;
    overflow: hidden;
}

.list_news_flex .item .box .image a {
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.5s;
}

.list_news_flex .item .box:hover .image a {
    transform: scale(1.2);
}

.list_news_flex .item .box .image a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
}

.list_news_flex .item .box .image a {
    padding-bottom: 220px;
    overflow: hidden;
    display: block;
}

.list_news_flex .item:first-child .box .image a {
    padding-bottom: 445px;
}

.list_news_flex .item .box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
}

.list_news_flex .item .box .info .cate {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.list_news_flex .item .box .info .cate a:hover {
    color: #fff;
}

.list_news_flex .item:first-child .box .info .cate {
    font-size: 13px;
    font-weight: 400;
}

.list_news_flex .item .box .info h3 {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list_news_flex .item .box .info h3 a:hover {
    color: #fff;
}

.list_news_flex .item:first-child .box .info h3 {
    font-size: 23px;
    line-height: 1.1;
    font-weight: 500;
    margin: 12px 0 9px;
}

.list_news_flex .item .box .info .date {
    font-size: 13px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    color: #fff;
    display: none;
}

.list_news_flex .item:first-child .box .info .date {
    display: block;
}

.box_news_flex2 {
    width: 100%;
    margin-top: 15px;
}

.list_news_flex2 {
    width: 100%;
}

.list_news_flex2 .item {
    width: 25%;
    border-width: 0 2.5px;
    border-style: solid;
    border-color: transparent;
    float: left;
    margin-bottom: 5px;
}

.list_news_flex2 .item .box {
    position: relative;
    display: block;
}

.list_news_flex2 .item .box .image {
    position: relative;
    overflow: hidden;
}

.list_news_flex2 .item .box .image a {
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.5s;
    padding-bottom: 220px;
    overflow: hidden;
    display: block;
}

.list_news_flex2 .item .box .image a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
}

.list_news_flex2 .item .box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
}

.list_news_flex2 .item .box .info .cate {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.list_news_flex2 .item .box .info h3 {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.desc-tab {
    font-size: 15px;
    line-height: 1.6;
}

.blog-product-detail {
    padding: 30px 0;
}

.blog-product-detail .group-title {
    margin-bottom: 18px;
}

.blog-product-detail .group-title .title {
    padding-bottom: 0;
    color: #0f7cc1;
    text-transform: uppercase;
}

.blog-contact {
    padding: 40px 0;
}

.tuvan_ct {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.image-contact {
    text-align: center;
}

.image-contact {
    max-width: 1000px;
    margin: 0 auto;
}

.image-contact .wrap-system {
    padding: 0;
}

.form-search-icon {
    padding-left: 15px;
    width: 100%;
    max-width: 400px;
}

.form-search-icon .form-group {
    margin-bottom: 0;
}

.form-search-icon input {
    height: 50px;
    border-radius: 30px;
    padding-left: 40px;
    font-size: 18px;
    width: 100%;
}

.form-search-icon .search-label {
    position: relative;
    margin: 0;
    width: 100%;
}

.form-search-icon .search-label:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 50%;
    transform: translate(0, -50%);
    color: #707070;
    display: none;
}

.form-search-icon .search-label button {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    position: absolute;
    top: 12px;
    left: 12px;
}

.form-search-icon .search-label button i {
    color: #707070;
}

.wrap-list-contact-address {
    padding-top: 40px;
}

.blog-lienhe-hoptac {
    padding: 40px 0;
}

.blog-lienhe-hoptac .group-title {
    margin-bottom: 5px;
}

.blog-lienhe-hoptac .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.content-lienhe-hoptac {
    max-width: 1000px;
    margin: 0 auto 10px;
    text-align: justify;
    font-size: 16px;
}

.form-contact-hoptac {
    max-width: 800px;
    margin: 0 auto;
}

.form-contact-hoptac input:not([type=radio]):not([type=checkbox]),
.form-contact-hoptac select {
    height: 50px;
    border-radius: 0;
}

.form-contact-hoptac textarea {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    border-radius: 0;
}

.form-contact-hoptac .border-input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.form-contact-hoptac .border-input label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 12px 0;
    cursor: pointer;
    position: relative;
    padding-left: 0;
}

.form-contact-hoptac .border-input input {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.form-contact-hoptac .border-input .design {
    width: 22px;
    height: 22px;
    border: 2px solid #242424;
    border-radius: 100%;
    margin-right: 8px;
    position: relative;
}

.form-contact-hoptac .border-input .design::before,
.form-contact-hoptac .border-input .design::after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}

.form-contact-hoptac .border-input .design:before {
    background-color: #242424;
    opacity: 0;
    transition: .3s;
}

.form-contact-hoptac .border-input .design:after {
    background-color: #2500e0;
    opacity: .4;
    transition: .6s;
}

.form-contact-hoptac .btn-view {
    line-height: 58px;
    padding: 0px 26px;
    font-size: 24px;
    margin-top: 20px;
}

.form-contact-hoptac .border-input input:checked+.design::before {
    opacity: 1;
    transform: scale(.6);
    top: -2px;
    left: -2px;
}

.form-contact-hoptac .border-input .text {
    color: #5d5656;
    font-size: 16px;
}

.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
    font-size: 24px;
    font-weight: normal;
}

.form-contact-hoptac .checkbox label {
    font-size: 17px;
}

.form-contact-hoptac .checkbox label input {
    float: left;
    position: relative;
    top: 3px;
}

.form-contact-hoptac label a {
    text-decoration: underline;
    font-weight: 700;
}

.form-contact-hoptac input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
}

.form-contact-hoptac select {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
}

.border-input {
    border: 1px solid #ccc;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.title-form {
    text-align: center;
    text-transform: uppercase;
    color: #e23b41;
    font-weight: bold;
    font-size: 31px;
    margin-bottom: 10px;
}

.blog-about-us {
    padding: 5px 0 0;
}

.wrap-about-us .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.wrap-about-us .desc-about {
    /* max-width: 560px; */
}

.wrap-about-us {}

.wrap-about-us .container>.row {
    align-items: flex-end;
}

.about-text {}

.about-text .group-title {
    margin-bottom: 0;
}

.desc-about {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}

.image-about-us {
    margin-bottom: 20px;
}

.image-about-us img {}

.wrap-tam-nhin {
    padding: 30px 0;
    box-shadow: 0 0 25px 0px #ccc;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wrap-tam-nhin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.box-tam-nhin {
    max-width: 800px;
    margin: 0 auto;
}

.item-tam-nhin {}

.item-tam-nhin:last-child .line-tam-nhin {
    display: none;
}

.title-tam-nhin {
    font-size: 44px;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    color: #282e88;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    position: relative;
    line-height: 80px;
}

.title-tam-nhin img {
    width: auto;
    position: absolute;
    left: 0;
}

.item-tam-nhin:nth-child(3n+2) .title-tam-nhin {
    color: #eb1c23;
}

.item-tam-nhin:nth-child(3n+3) .title-tam-nhin {
    color: #f9bb5a;
}

.item-tam-nhin .desc {
    line-height: 32px;
    font-size: 24px;
    font-style: italic;
    width: 100%;
}

.wrap-ls {
    padding: 40px 0 50px;
}

.item-ls {}

.item-ls .image-ls {
    margin-bottom: 25px;
}

.item-ls .image-ls img {}

.ls-text {
    margin-bottom: 25px;
}

.title-ls {
    color: #e23b41;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.desc-ls {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
}

.line-tam-nhin {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background-color: #707070;
    margin: 20px auto;
}

.bg-line {
    background-image: url(../images/bg-line.png);
    height: 17px;
    margin-bottom: 25px;
}

.item-ls-sm {
    padding: 5px 1px;
}

.item-ls-sm:first-child .box {
    border-left: 1px solid #707070;
}

.item-ls-sm .box {
    text-align: center;
    /* border-left:1px solid #707070; */
    border-right: 1px solid #707070;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 15px;
    cursor: pointer;
}

.slide-ls-sm {
    padding: 0 20px;
}

.item-ls-sm.slick-current {
    padding: 0;
}

.item-ls-sm.slick-current .box {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.wrap-banner-home-2 {
    background: #f8f8f8
}

.title_danhmuc {
    background: #c31f26;
    padding: 10px 10px;
}

.title_danhmuc h2 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.video {
    width: 100%;
}

.video iframe {
    width: 100%;
    height: 262px;
}

.col-galaxy-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.galaxy-item {}

.galaxy-item .box {}

.galaxy-item .box a {
    display: block;
    padding-bottom: 70%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.galaxy-item .box a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.picpl {
    position: relative;
}

.picpl .pic {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cover {
    background-color: hsla(0, 0%, 6.7%, .8);
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 100%;
    color: #fff;
}

.cover span {
    font-size: 1.6rem;
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    margin-bottom: 5px;
}

.pic {
    width: auto;
}

.cover .pic {
    width: auto;
    max-width: 25px;
}

.xem {
    opacity: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-backface-visibility: hidden;
}

.xem i {
    line-height: 56px;
}

.picpl:hover .xem {
    opacity: 1;
    color: #FFF;
    font-size: 20px;
}

.picpl:hover {
    background-color: hsla(0, 0%, 6.7%, .8);
    -moz-transition: all 2 linear;
    -ms-transition: all 2 linear;
    -o-transition: all 2 linear;
    -webkit-transition: all 2 linear;
    transition: all 2 linear;
}

.picpl:hover .pic {
    opacity: 0.2;
}

.picpl:hover .cover {
    opacity: 0;
}

.list-playlist h3 {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
}

.list-playlist .inf p {
    color: #a1a1a1;
    font-size: 14px;
    font-style: italic;
}

.fleft {
    float: left !important;
}

.fright {
    float: right !important;
}

.martop10 {
    margin-top: 10px !important;
}

.list-playlist .inf {
    padding: 0;
    background: #FFF;
}

.list-playlist .inf p {
    display: none;
}

#clear,
.clear {
    clear: left;
}

.news-detail-info {
    margin-bottom: 20px;
}

.view-galaxy {
    display: none;
}

.news-detail-info ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.news-detail-info ul li:not(:last-child) {
    margin-right: 10px;
}

.news-detail .box_content {
    margin-bottom: 20px;
}

.wrap-video iframe {
    max-width: 100%;
    width: 100%;
    height: 325px;
}

.box-link-paragraph {
    background-color: #fff;
    margin-bottom: 30px;
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    display: table;
    margin-bottom: 1em;
    padding: 10px 10px 10px 10px;
    position: relative;
    width: 100%;
}

.title-link-header {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box-link-paragraph>ul {
    width: 100%;
    padding: 0;
}

.index {
    margin-right: 3px;
}

.box-link-paragraph ul li {
    margin-bottom: 0;
}

.box-link-paragraph>ul>li {
    list-style: auto !important;
    font-size: 15px;
    margin-left: 20px;
    font-weight: 500;
    color: #333;
}

.box-link-paragraph>ul>li ul {
    margin-top: 0px;
    font-weight: normal;
    font-size: 90%;
}

.box-link-paragraph ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.show_phuluc {
    display: block
}

.show_phuluc:hover {
    cursor: pointer;
    color: #007baf;
}

.box-link-paragraph ul {
    display: block;
}

.box-link-paragraph .show_muc {
    display: block;
}

.box-link-paragraph ul li a:hover,
.box-link-paragraph>ul>li:hover {
    color: black;
}

.list-content-paragraph>div {
    /* display:flex; */
    margin-bottom: 15px;
}

.list-content-paragraph>div ul,
.list-content-paragraph>div ol {
    list-style: none;
}

#para-1-1-1 .name-p {
    font-size: 15px;
    text-align: left;
}

.name-p {
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
}

.gt_phuluc h2 {
    color: #007baf;
}

.gt_phuluc p {
    font-weight: bold;
}

.showphuluc {
    display: flex;
    justify-content: space-between;
}

.list-content-paragraph>div .index {
    width: auto;
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 3px;
    position: relative;
}

.list-content-paragraph>div .index::after {
    position: absolute;
    content: ".";
    bottom: 0;
    right: -5px;
}

#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #0056a1;
    color: white;
}

#customers img {
    width: 40px;
    display: block;
    margin: auto;
}

.stt_pc {
    width: 50px;
}

.file_pc {
    width: 90px;
}

.wrap-about-home {
    padding: 30px 0;
    background-color: #fff;
}

.box-text {
    text-align: justify;
    line-height: 1.6;
}

.box-text p {
    margin-bottom: 5px;
}

.box-text ul {
    margin-top: 15px;
    padding-left: 25px;
}

.box-text ul li {
    margin-bottom: 10px;
    position: relative;
}

.box-text ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #053162;
    position: absolute;
    top: 8px;
    left: -20px;
}

.wrap-new-home-slide {
    background-color: #faf8f9;
}

.list-item-slide-new .slick-list {
    padding: 0 300px 0 0;
    margin: 0;
}

.col-item-new {}

.item-new {}

.item-new .box {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.item-new .box .image {
    width: 58%;
}

.item-new .box .image a {
    display: block;
    position: relative;
    overflow: hidden;
}

.item-new .box .image a:hover img {
    transform: scale(1.1);
}

.item-new .box .image a:before {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    bottom: 20px;
    width: calc(100% - 60px);
    border: 2px solid #fff;
    /* border-left: none; */
    content: "";
    height: calc(100% - 60px);
}

.item-new .box .image img {
    transition: all 0.5s;
}

.item-new .box .content {
    width: 42%;
    padding: 70px;
}

.item-new .box .content .name {
    color: #053162;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.item-new .box .content .desc {
    margin-bottom: 15px;
    text-align: justify;
}

.btn-detail {
    background-color: #053162;
    border-radius: 0;
    text-transform: uppercase;
    min-width: 130px;
}

.btn-detail:hover {
    background-color: #fff;
    color: #053162;
    border-color: #053162;
}

.image-tab {}

.image-tab a {}

.image-tab img {
    height: 365px;
    object-fit: cover;
}

.wrap-new-hot {
    padding: 40px 0 35px;
    background-image: url(../images/bg_inhome.png);
    position: relative;
    color: #000;
    z-index: 2;
}

.wrap-new-hot1:before {
    content: '';
    position: absolute;
    background-color: rgb(140 101 70 / 80%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.logo-home {
    display: flex;
    align-items: center;
    background-color: #faf8f9;
    padding: 10px 0;
}

.logo-home img {
    width: 130px;
    text-align: center;
    object-fit: cover;
    flex: 0 0 130px;
    object-fit: contain;
    margin: 0 30px 0px 30px;
}

.logo-home span {
    width: 100%;
    height: 3px;
    background: #053162;
}

.col-item-post {}

.item-post {}

.item-post .image {}

.item-post .image a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 65%;
}

.item-post .image a:hover img {
    transform: scale(1.1);
}

.item-post .image a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.item-post .content {
    text-align: center;
    padding-top: 0px;
}

.item-post .content .name {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-post .content .clock {
    font-size: 14px;
    margin-bottom: 10px;
}

.wrap-search {
    background-color: #053162;
    padding: 25px 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.wrap-search .form-inline {}

.wrap-search .form-inline .left {
    width: calc(100% - 150px);
}

.wrap-search .form-inline .form-control {
    max-width: 15%;
    height: 50px;
    border-radius: 0;
    text-transform: uppercase;
}

.wrap-search .form-inline .form-control::placeholder {
    font-weight: bold;
}

.wrap-search .form-inline button {
    height: 50px;
    border-radius: 0;
    padding: 0 20px;
    background-color: #fff;
    color: #053162;
    border-color: #fff;
    text-transform: uppercase;
}

.wrap-search .form-inline .right {
    width: 150px;
}

.wrap-list-tien-ich {}

.item-tien-ich {
    padding: 60px 0;
}

.item-tien-ich:nth-child(2n) .left {
    order: 1;
}

.item-tien-ich .box-tien-ich {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.item-tien-ich .box-tien-ich .left {
    width: 32%;
    padding-left: 15px;
    padding-right: 15px;
}

.item-tien-ich .box-tien-ich .right {}

.title-tien-ich {
    color: #053162;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-bottom: 5px;
}

.title-tien-ich:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #053162;
    position: absolute;
    bottom: 0;
}

.btn-xemthem {
    background-color: #0057b4;
    color: #fff;
    border-radius: 0;
    padding: 0;
    line-height: 40px;
    padding-left: 16px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-xemthem i {
    padding: 0 10px;
    border-left: 1px solid #fff;
    height: 100%;
    line-height: 40px;
    margin-left: 10px;
}

.item-tien-ich .box-tien-ich .right {
    width: 68%;
    padding-left: 15px;
    padding-right: 15px;
}

.item-tien-ich .box-tien-ich .right .image {}

.item-tien-ich .box-tien-ich .right .image img {}

.wrap-ss-1 {
    background-size: cover;
    background-position: center;
    /* color: #fff; */
    padding: 75px 0 175px;
}

.box-content-text {
    background-color: rgba(218, 235, 181, 0.6);
    padding: 25px;
    text-align: justify;
    font-size: 18px;
}

.wrap-ss-2 {
    padding: 10px 0;
}

.box-ss-2 {
    background-color: #e4e5e7;
}

.box-text-ss-2 {
    padding: 25px 0 25px 0px;
    text-align: justify;
}

.box-text-ss-2 h4 {
    margin: 0;
    font-size: 20px;
}

.box-text-ss-2 h2 {
    font-weight: bold;
    color: #053162;
    margin-bottom: 25px;
}

.box-text-ss-2 .desc {
    margin-bottom: 20px;
    padding-left: 20px;
}

.box-text-ss-2 .desc p {
    margin-bottom: 16px;
}

.wrap-info-choi-golf {}

.list-item-content {}

.item-content {
    /* margin-bottom: 40px; */
    /* padding: 40px 0; */
}

.item-content:nth-child(2n) {
    background-color: #e3e4e6;
    padding: 40px 0;
}

.box-content-item {
    padding: 25px;
    position: relative;
}

.item-content:nth-child(2n) .box-content-item {
    border-left: 10px solid #b50000;
    border-right: 10px solid #b50000;
    border-top: 5px solid #ffd776;
    border-bottom: 5px solid #ffd776;
}

.item-content:nth-child(2n) .box-content-item:before {
    content: '';
    width: 220px;
    height: 20px;
    position: absolute;
    left: 50%;
    background-color: #e3e4e6;
    top: 0;
    transform: translate(-50%, -50%);
}

.title-sm {
    text-align: center;
    color: #053162;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.item-content .desc {
    line-height: 1.5;
    font-size: 18px;
    text-align: justify;
    text-align-last: center;
}

.block-post {
    padding: 20px 0;
}

.col-item-post {
    margin: 0 0px 20px;
}

.item-post {
    /* padding: 0 15px; */
}

.item-post .box {
    display: flex;
    align-items: center;
    /* padding: 10px; */
    flex-wrap: wrap;
    /* background-color: #fff; */
}

.item-post .box .image {
    width: 100%;
    position: relative;
}

.item-post .box .image .info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.item-post .box .image img {
    object-fit: cover;
    height: 100%;
}

.item-post .box .content {
    width: 100%;
}

.item-post .box .content .name {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 40px; */
}

.item-post .box .content .name a {
    color: #1273b1;
    font-size: 18px;
}

.item-post .box .content .name a:hover {
    /* color: #dca224; */
}

.col-item-post-2 .item-post .box .content .name {
    color: #053162;
    font-size: 20px;
    text-align: center;
}

.item-post .box .content .info {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.item-post .box .content .info span {
    margin: 0 10px;
}

.item-post .box .content .info span i {
    margin-right: 8px;
}

.item-post .box .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -.025em;
    color: #666;
    text-align: justify;
}

.item-post .box .content .link-detail {
    font-size: 15px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #053162;
    margin-top: 10px;
    display: inline-block;
}

.item-post .box .content .link-detail:hover {
    color: #dca224;
}

.item-post .box .content .link-detail i {
    padding-left: 10px;
}

.block-post-detail {
    padding: 30px 0;
}

.title-l {
    font-weight: bold;
    font-size: 25px;
    color: #053162;
    border-bottom: 3px solid #053162;
}

.box-content-detail {}

.box-content-detail h3 {
    font-weight: bold;
    margin-top: 0;
    /* margin-bottom: 5px; */
    font-size: 26px;
    color: #053162;
}

.box-content-detail .desc {
    text-align: justify;
    font-size: 18px;
}

.wrap-number-detail {
    padding: 30px 0;
}

.item-number {}

.item-number .box {
    display: flex;
}

.item-number .box .left {
    margin-right: 50px;
}

.item-number .box .left .image {}

.item-number .box .right {
    width: 320px;
    flex: 0 0 320px;
}

.item-number .box .right .box-number {
    background: #002d64;
    color: #fff;
    text-align: center;
    height: 100%;
    padding: 20px 30px;
}

.item-number .box .right .box-number .number {
    width: 110px;
    height: 110px;
    background-color: #ecca5e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    margin: 0 auto 20px;
}

.p1 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.p1 li {
    padding: 0 10px;
}

.p1 li:first-child {
    border-right: 1px solid #fff;
}

.p1 li span {
    display: block;
}

.p1 li strong {
    display: block;
}

.list-number {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.list-number ul {}

.list-number ul li {
    padding: 10px 0;
}

.list-number ul li:nth-child(1) {
    background-color: #e7da1a;
}

.list-number ul li:nth-child(2) {
    background-color: #0193e0;
}

.list-number ul li:nth-child(3) {
    background-color: #faf8f9;
}

.list-number ul li:nth-child(4) {
    background-color: #ef1514;
}

.list-navbar {
    margin-top: 20px;
    max-width: 870px;
}

.list-navbar ul {
    display: flex;
    flex-wrap: wrap;
}

.list-navbar ul li {
    width: 50px;
    margin-right: 15px;
    height: 50px;
    margin-bottom: 15px;
}

.list-navbar ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #ecca5e;
    border-radius: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #002d64;
}

.list-navbar ul li a.active {
    background-color: #002d64;
    color: #fff;
}

.bg-1 {
    background-color: #faf8f9;
}

.wrap-why-choose {
    padding: 50px 0;
}

.box-text-why {}

.title-why {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    color: #053162;
    margin-bottom: 10px;
}

.box-text-why .desc {
    margin-bottom: 20px;
}

.col-item-why {}

.item-why {}

.item-why .box {
    text-align: center;
}

.item-why .box .icon {
    margin-bottom: 15px;
}

.item-why .box .icon img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.item-why .box .content {}

.item-why .box .content h3 {
    color: #053162;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.item-why .box .content h3:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #053162;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-why .box .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrap-the-manh {
    padding: 50px 0;
}

.list-the-manh {}

.col-item-the-manh {
    margin-bottom: 30px;
}

.item-the-manh {}

.item-the-manh .box {
    border: 1px solid #ddd;
    padding: 30px;
}

.item-the-manh .box .icon {
    text-align: center;
    margin-bottom: 10px;
}

.item-the-manh .box .icon img {
    height: 100px;
    width: auto;
}

.item-the-manh .box .name {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.block-khuyen-mai {}

.title-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.title-top .text {
    font-weight: bold;
    font-size: 25px;
    color: #053162;
    border-bottom: 3px solid #ddd;
    position: relative;
    padding-bottom: 5px;
    width: auto;
    padding-right: 30px;
}

.title-top .text:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #053162;
    position: absolute;
    bottom: -3px;
}

.title-top .sale-km {
    color: #053162;
    font-size: 20px;
}

.title-top .sale-km span {
    font-size: 40px;
}

.wrap-post-2 {
    padding: 50px 0;
}

.wrap-form-tu-van {
    margin-top: 35px;
}

.form-register {
    display: flex;
    width: 100%;
}

.form-register {
    /* margin-bottom: 20px; */
    background-color: #f1f1f1;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.title-form-tv {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    color: #053162;
}

.form-register .box-form {
    justify-content: flex-start;
    width: 100%;
    margin-left: 15px;
    max-width: 400px;
}

.form-register .box-form .input-group .form-control {
    height: 50px;
}

.form-register .box-form .input-group-btn>.btn {
    height: 45px;
}

.form-register .box-form .input-group-btn>.btn {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background: #053162;
    color: #fff;
    text-transform: uppercase;
    border-color: #053162;
    border-radius: 0;
    font-weight: bold;
}

.block-galaxy {
    padding: 30px 0;
}

.title-galaxy {
    font-size: 20px;
    text-transform: uppercase;
    /* border-bottom:2px solid #ddd; */
    /* border-top: 2px solid #ddd; */
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    text-align: center;
}

.title-galaxy h1 {
    font-size: 28px;
    font-weight: 500;
    color: #1273b1;
}

.title-galaxy:before {
    content: '';
    width: 50px;
    height: 0;
    background-color: #053162;
    position: absolute;
    bottom: -2px;
}

.tab-galaxy {}

.tab-galaxy .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: unset;
}

.tab-galaxy .nav-tabs .nav-item.show .nav-link,
.tab-galaxy .nav-tabs .nav-link.active {
    border: 0px solid #053162;
    font-weight: bold;
}

.tab-galaxy .nav-tabs .nav-link {}

.list-galaxy {}

.list-galaxy>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.list-galaxy .col-galaxy-item {}

.list-attr {
    display: flex;
    margin-top: 10px;
    background: #eee;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.list-attr .attr-item:nth-child(1) {
    width: 100%;
    /* margin-bottom: 10px; */
}

.list-attr .price {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #f00;
}

.list-post {
    color: #fff;
}

.why_choose_us .group-title .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 7px;
    width: 100px;
    background-image: url(../images/line_home1.png);
    transform: translateX(-50%);
}

.desc_home {
    padding: 0 15%;
    font-size: 15px;
    color: #fff;
}

.desc_home1 {
    padding: 20px 15% 10px 15%;
    font-size: 15px;
    color: #333;
}

.wrap-pro-tab-home {
    padding: 40px 0 35px;
    background-image: url(../images/bg_inhome.png);
    position: relative;
    color: #000;
    z-index: 2;
    background: #F5F5F5
}

.wrap-pro-tab-home:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.wrap-pro-tab-home .group-title .title {
    color: #0a0a48;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}

.wrap-pro-tab-home .group-title .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 7px;
    width: 100px;
    background-image: url(../images/line_home.png);
    transform: translateX(-50%);
}

.wrap-pro-tab-home .group-title .title span {
    color: #f00;
}

.wrap-pro-tab-home .nav-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    border: unset;
    margin-top: 0;
}

.wrap-pro-tab-home .tab-pane {
    width: 100%;
}

.wrap-pro-tab-home .nav-tabs .nav-item {
    margin: 0 10px;
}

.wrap-pro-tab-home .nav-tabs .nav-item a {
    border: unset;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    background-color: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item a.active {
    border-bottom: 0px solid #404040;
    color: #000
        /* font-weight: bold; */
}

.list-product-slide {
    padding-bottom: 0;
}

.wrap-pro-tab-home .tab-content {}

.col-product-item {
    display: flex;
    margin-bottom: 25px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 15px;
}

.wrap-pro-tab-home .col-product-item {
    margin-bottom: 25px;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.product-item {
    width: 100%;
}

.product-item .box {}

.product-item .box .image {
    box-shadow: 0 0 0px #404040;
    position: relative;
    padding: 0px;
    border-bottom: solid 0px #eee;
}

.product-item .box .image a {
    display: block;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    /* background-color: #fff; */
    /* background-image: url(../images/bg-product.png); */
    /* border: 1px solid transparent; */
}

.product-item .box .image a:hover img {
    transform: scale(1.1);
}

.product-item1 .box .image:before,
.product-item1 .box .image:after {
    content: '';
    width: 30%;
    height: 30%;
    background-size: 100% 100%;
    position: absolute;
    background-color: #353a3d;
    z-index: -1;
}

.product-item .box .image:before {
    top: 0;
    left: 0;
}

.product-item .box .image:after {
    bottom: 0;
    right: 0;
}

.product-item .box .image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    /* padding: 7px; */
}

.product-item .box .content {
    text-align: center;
    padding: 10px;
}

.product-item .box .content h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item .box .content h3 a {
    color: #fff;
}

.product-item .box .content h3 a:hover {
    color: #fff;
}

.product-item .box .content .box-price {
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
}

.product-item .box .content .box-price span {
    display: inline-block;
    background-size: contain;
    padding: 0px 4px;
    height: 30px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

.wrap-partner .group-title .title {
    color: #0a0a48;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}

.wrap-partner .group-title .title span {
    color: #fab239;
}

.wrap-partner .group-title .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 7px;
    width: 100px;
    background-image: url(../images/line_home.png);
    transform: translateX(-50%);
}

.even .group-title .title {
    color: #0f7cc1;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}

.even .group-title .title span {
    color: #fab239;
}

.even .group-title .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 7px;
    width: 100px;
    background-image: url(../images/line_home.png);
    transform: translateX(-50%);
}

.sanpham_maymoc {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.pt_box_left {
    display: flex;
    flex-wrap: wrap;
}

.pt_box_left .pt_list_new_main {
    width: 47%;
}

.pt_box_left .pt_list_new_main .pt_new_main {
    margin-bottom: 10px;
}

.pt_list_new_small {
    width: 52%;
    padding-left: 10px;
}

.pt_new_main .pt_images {
    overflow: hidden;
}

.pt_new_main .pt_images:hover img {
    transform: scale(1.1);
}

.pt_new_main .pt_images img {
    width: 100%;
    height: 282px;
    object-fit: cover;
    transition: all 0.5s;
}

.pt_new_main .pt_box_content {
    color: #fff;
}

.pt_new_main .pt_box_content h3 {
    margin: 8px 0;
    line-height: 20px;
    left: 22px;
    font-size: 20px;
}

.pt_new_main .pt_box_content h3 a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 22px;
}

.pt_new_main .pt_box_content h3 a:hover {
    color: #fab239;
}

.pt_new_main .pt_box_content .pt_desc {
    font-size: 14px;
    line-height: 22px;
    height: 68px;
    overflow: hidden;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.pt_new_small {
    display: flex;
    margin-bottom: 10px;
    color: #fff;
}

.pt_new_small:nth-child(1) {
    display: none;
}

.pt_new_small .pt_images {
    overflow: hidden;
}

.pt_new_small .pt_images:hover img {
    transform: scale(1.1);
}

.pt_new_small .pt_images img {
    width: 180px;
    height: 136px;
    object-fit: cover;
    transition: all 0.5s;
}

.pt_new_small .pt_box_content {
    width: calc(100% - 180px);
    padding-left: 10px;
}

.pt_new_small .pt_box_content h3 {
    margin: 0;
    margin-bottom: 5px;
}

.pt_new_small .pt_box_content h3 a {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pt_new_small .pt_box_content h3 a:hover {
    color: #fab239;
}

.pt_new_small .pt_box_content .pt_desc {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    height: 67px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.detail_home {
    padding: 5px 0;
}

.detail_home a {
    float: left;
    color: #fab239;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 600;
}

.detail_home a:hover {
    color: #ff0;
}

.detail_home p {
    text-align: right;
    font-size: 15px;
}

.content-wrapper {
    border-bottom: solid 1px #E6E6E6;
}

.info-desc {
    font-size: 16px;
    line-height: 27px;
}

.info-desc ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.list-attr1 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
	margin-top: 15px;
}

.text_video p {
    margin: 1em 0;
    color: #333
}
.single_add_to_cart_button .add-to-cart:hover{
    color: #000;
}
.btn_ditel .single_add_to_cart_button {
    background: #e83322;
    font-size: 1em;
    letter-spacing: .03em;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 5px;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    color: #fff;
}

.btn_ditel .buy_now_button {
    color: #fff;
    background-color: #ee484a;
    font-size: 1em;
    letter-spacing: .03em;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 10px;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}

.btn_ditel .buy_now_button .buy-now {
    border: none;
    color: #fff
}

.list-attr1 .attr-item {

    width: auto;
    display: inline-block;
}

.list-attr1 .attr-item .form-group {
    width: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.list-small-images {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 40px;
}

.small-image {
    padding: 5px;
    /* background: #fff; */
    cursor: pointer;
}

.small-image img {
    border: 1px solid #eee;
    /* padding: 3px; */
    background: #fff;
    height: 78px;
    object-fit: cover;
    width: 100%;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
    margin: 0;
    width: 25px;
    height: 25px;
    /* transform: translateY(-50%); */
    z-index: 66;
    text-align: center;
    opacity: 1;
    background-color: unset;
    border-radius: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
    opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
    content: '';
    /* display: block; */
    /* z-index: 9; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* opacity: 1; */
    /* -webkit-transition: all 0.2s ease-out; */
    /*  -o-transition: all 0.2s ease-out; */
    /*  -moz-transition: all 0.2s ease-out; */
    /* transition: all 0.2s ease-out; */
    /* background-size: 14px; */
}

.list-small-image .slick-prev:before {
    /* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
    background-image: url('../images/slick-next.png');
}

.list-small-image .slick-prev:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
    color: #737373;
    line-height: 24px;
    font-size: 15px;
    /* display: none; */
}

.list-small-image {
    /* padding: 0 30px; */
    width: 101px;
    order: 0;
    flex: 0 0 100px;
    padding-right: 0px;
    max-height: 371px;
}

.list-small-image .pt-box {
    padding: 20px 0;
    /* padding-left: 25px; */
}

.list-small-image .slick-prev {
    /* left: 50%; */
    top: 0;
}

.list-small-image .slick-next {
    /* right: -25px; */
    bottom: 0;
    top: unset;
}

.box-image-product .image-main {
    order: 1;
    border: solid 1px #eee;
}

.image-main {
    position: relative;
}

.box-image-product {
    display: flex;
}

.ngay_dang {
    background: #eee;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.tracuu_vandon {
    background: #fff;
    padding: 10px 0;
}

.tab_thongtin .nav-pills {
    width: 100%;
    display: flex;
    justify-content: unset;
}

.tab_thongtin .nav-pills>li {
    display: flex;
}

.tab_thongtin .nav>li>a {
    padding: 7px 25px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
}

.tab_thongtin .nav-pills>li.active>a,
.tab_thongtin .nav-pills>li.active>a:focus,
.tab_thongtin .nav-pills>li.active>a:hover {
    background-color: #c4272e;
    border-radius: 0px;
    color: #fff;
}

.tab_thongtin .nav-pills>li+li {
    margin: 0;
    margin: 0 0px;
    border: solid 1px #fff;
}

.tab_thongtin .nav-pills {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: left;
    background: #fff;
}

.tab_thongtin .nav-pills>li {
    float: unset;
    position: relative;
    display: inline-block;
    text-transform: none;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 600;
    border: solid 1px #c4272e;
}

.tab_thongtin .nav-pills>li:not(:last-child):after {
    position: absolute;
    right: 0;
    content: '';
    height: 50%;
    margin-top: -30px;
    border-right: 0px solid #cccccc;
}

.tab_thongtin .nav-pills>li:hover:after {
    content: unset;
}

.tab_thongtin .nav-pills>li.active:after {
    content: unset;
}

.tab_thongtin .nav>li>a:hover {
    color: #c4272e;
}

.about_detail {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.about_detail .mota {
    order: 2;
    width: 58%;
    padding: 30px;
    background-color: #f8f8f8;
}

.about_detail .group-title {
    margin-bottom: 20px;
}

.about_detail .group-title .title {
    position: relative;
    font-size: 24px;
    color: #1275b1;
    text-transform: uppercase;
    font-weight: 500;
}

.about_detail .group-title .title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to right, #edac1e, #edac1e);
    transform: translateX(-50%);
}

.about_detail .description {
    text-align: justify;
    line-height: 26px;
    overflow-y: auto;
    max-height: 468px;
    padding-right: 15px;
}

.about_detail .description p {
    margin-bottom: 16px;
}

.about_detail .image {
    order: 1;
    margin-right: 30px;
    width: calc(42% - 30px);
}

.about_detail .image img {
    width: 100%;
}

.content_about_detail {
    text-align: justify;
    line-height: 26px;
}

.content_about_detail p {
    margin-bottom: 16px;
}

.tim_don {
    padding: 20px 0;
}

.tim_don .title_timdon {
    text-align: center;
}

.img_nav_mobi {
    display: none;
}

.tim_don .title_timdon h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ea1e29
}

.tim_don .title_timdon p {
    text-align: center;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.tim_don .form-dn {
    margin-top: 0px;
    position: relative;
    padding: 20px 20% 0px 20%;
}

.tim_don .form-dn i {
    background: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    text-align: left;
    line-height: 45px;
    border-radius: 5px 0 0 5px;
}

.tim_don .form-dn input[type=text] {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 20px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
    font-weight: 400;
}

.form_dn_in {
    text-align: center;
}

.form_dn_in button {
    margin: 10px 0;
    width: 150px;
    height: 40px;
    border: 1px solid #ea1e29;
    background: #ea1e29;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.share-article {
    padding: 15px 0;
}

.box-content-product-1 {
    display: flex;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
}

.box-content-product-1 .left {
    width: 30%;
    padding: 0 0px 0 0px;
}

.box-content-product-1 .left img {
    height: 100%;
    object-fit: cover;
}

.box-content-product-1 .right {
    width: 70%;
    padding: 15px 15px 15px 15px;
    background: #eee;
}

.box-content-product-1 .title-p1 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.item-qt {
    margin-bottom: 10px;
}

.item-qt h2 {
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    margin: 0;
    line-height: 1.5;
    padding: 5px 0;
    padding-right: 35px;
}

.item-qt h2 i {
    position: absolute;
    right: -10px;
    top: 0px;
    color: #b8b2b2;
    line-height: 34px;
    width: 35px;
    cursor: pointer;
    text-align: center;
}

.item-qt h2 i.active:before {
    content: '\f068';
    /* color:#ddd; */
}

.item-qt .desc {
    font-size: 15px;
    line-height: 22px;
    /* margin-top: 10px; */
    max-height: 120px;
    overflow-y: auto;
    display: none;
    font-weight: 300;
    background: #fff;
    padding: 10px;
}

.wrap-new-hot .box-content-product-1 {
    display: flex;
}

.wrap-new-hot .box-content-product-1 .left {
    width: 30%;
    padding: 0 0px 0 0px;
}

.wrap-new-hot .box-content-product-1 .left img {
    height: 100%;
    object-fit: cover;
}

.wrap-new-hot .box-content-product-1 .right {
    width: 100%;
    padding: 20px 0;
    background: unset;
}

.wrap-new-hot .box-content-product-1 .title-p1 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.wrap-new-hot .item-qt {
    margin-bottom: 10px;
    background: #f1f1f2;
    padding-bottom: 3px;
}

.wrap-new-hot .item-qt h2 {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    margin: 8px 0;
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #f1f1f2;
    text-align: center;
}

.wrap-new-hot .item-qt h2 a:hover {
    color: #FF7907
}

.wrap-new-hot .item-qt .desc {
    font-size: 15px;
    line-height: 22px;
    /* margin-top: 10px; */
    max-height: 120px;
    overflow-y: auto;
    display: none;
    font-weight: 300;
    background: #fff;
    padding: 10px;
}

.wrap-ykkh {
    padding: 30px 0;
    background-image: linear-gradient(to right, #228abb, #00ad8c);
    background-image: url(../images/bg_inhome.png);
}

.wrap-ykkh .cate-dot-1 .slick-dots {
    position: unset;
}

.wrap-ykkh .group-title .title {
    color: #0a0a48;
    text-transform: uppercase;
}

.wrap-ykkh .group-title .title-b {
    color: #333;
}

.wrap-ykkh .group-title .title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    height: 7px;
    width: 100px;
    background-image: url(../images/line_home.png);
    transform: translateX(-50%);
}

.list-ykkh {}

.col-ykkh-item {
    padding: 0 15px;
    margin-top: 29px;
}

.title-b {
    font-size: 15px;
    line-height: 20px;
    padding: 0 10%;
}

.col-ykkh-item .item-ykkh .nd_ykien {
    padding: 15px 15px 5px 15px;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    min-height: 140px;
    font-weight: 300;
    position: relative;
}

.col-ykkh-item .item-ykkh .nd_ykien1:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 32px;
    transform: translateY(-50%);
    background-color: #353a3d;
    text-align: center;
    line-height: 56px;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.col-ykkh-item1 {
    padding: 0 0px;
    margin-top: 60px;
    width: 100%;
}

.item-ykkh {
    background: #fff;
    border-radius: 5px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 99.2%, #049b88 0%);
    box-shadow: 5px 6px 30px 0px rgb(0 0 0 / 10%);
    transition: 0.4s;
}

.item-ykkh .box {
    width: 90px;
    float: left;
    margin: -15px 13px 0 20px;
    border: 4px solid #fff;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.col-ykkh-item1 .item-ykkh .nd_ykien {
    background: #fff;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
    border-radius: 10px;
    padding: 0px;
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    min-height: 255px;
    font-weight: 300;
    position: relative;
}

.col-ykkh-item1 .item-ykkh2 .nd_ykien:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 32px;
    transform: translateY(-50%);
    background-color: #353a3d;
    text-align: center;
    line-height: 56px;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.img-wrap {
    position: relative;
}

.img-wrap .devvn_insert_attach {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-ykkh .box_right {
    text-align: left;
    padding-bottom: 25px;
}

.item-ykkh .box_right h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.item-ykkh .box_right p {
    font-size: 15px;
    margin: 0;
    color: #959595;
    font-style: italic;
}

.item-ykkh .box img {}

.box_giatri_cotloi {}

.box_giatri_cotloi .row_item {}

.box_giatri_cotloi .row_item:not(:last-child) {
    margin-bottom: 15px;
}

.box_giatri_cotloi .row_item .name_item {
    font-weight: 700;
}

.box_giatri_cotloi .row_item .value_item {
    font-size: 15px;
}

.tukhoa {
    border: solid 1px #eee;
    padding: 10px;
}

.tukhoa ul li {
    display: inline-block;
    margin-right: 5px;
    list-style: disc !important;
}

.tukhoa ul li a {
    font-size: 13px;
    font-weight: 600;
}

.tuvan_in {
    background: linear-gradient(to right, #228abb, #00ad8c);
    padding: 40px 10px 0 40px;
    margin: 80px 0 10px 0;
    color: #fff;
    display: inline-block;
}

.tuvan_in .left_in {
    width: 70%;
    float: left;
}

.tuvan_in .left_in h2 {
    font-weight: 600;
}

.tuvan_in .left_in p {
    padding-bottom: 10px;
    font-size: 15px;
}

.tuvan_in .left_in .div_dangky {
    display: flex;
}

.tuvan_in .left_in .div_dangky a {
    display: inline-block;
    background: #FF7907;
    color: #FFFFFF;
    padding: 5px 20px;
    font-size: 16px;
    margin-right: 15px;
}

.tuvan_in .right_in {
    width: 30%;
    float: right;
    position: relative;
    height: 195px;
}

.tuvan_in .right_in img {
    position: absolute;
    bottom: 0;
}

.padding_none {
    padding: 0;
}

.bg_dichvu {}

.button_about {
    text-transform: uppercase;
    color: #fff;
    background-color: #006953;
    margin: 0px;
    display: inline-block;
    font-size: 15px;
    padding: 5px 25px;
}

.button_about a:hover {
    color: #ff7d44;
}

.phantrang li a.active {
    background-color: #ffcc00;
    color: #000;
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0;
}

.footer-nav-item ul {
    display: none;
    position: static;
    background-color: transparent;
    background-image: unset;
    text-align: left;
    min-width: 180px;
    transition: unset;
    width: 100%;
    box-shadow: unset;
    border: unset;
}

.fixed {
    position: fixed;
    z-index: 120;
    background-color: rgba(0, 0, 0, .5);
}

.btn_order_group .btn_buynow,
.btn_order_group .btn_detail {
    display: block;
    font-size: 24px;
    padding-left: 30px;
    position: relative;
    font-size: 500;
}

.btn_order_group .btn_buynow::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    top: 7px;
    left: 0;
    background-image: url('../images/hot-product-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.btn_order_group .btn_detail::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    top: 10px;
    left: 0;
    background-image: url('../images/hot-product-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
}


/* HHH */

#sectionPin {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    left: 0;
    background: #ebebeb;
    color: #000;
}

#sectionPin .pin-wrap {
    height: calc(100vh - 51px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 10vw;
}

#sectionPin .pin-wrap>* {
    min-width: 38vw;
    padding: 0 15px;
}

.section_propert2 h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 30px;
    color: #000;
    padding: 20px calc(10vw + 15px) 0;
}

.list_propert2 {
    width: 100%;
}

.list_propert2 .item {}

.list_propert2 .box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.list_propert2 .box .title {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 8px;
    padding: 0;
}

.list_propert2 .box .description {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
    padding: 0;
    min-height: 92px;
}

.list_propert2 .box .image {}

.list_propert2 .box .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-about-us-main {
    overflow: hidden;
}

.about-us-main-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 20px;
    font-weight: 600;
}

.container {
    width: 100%;
    max-width: 1250px;
}

.section_post_home .list_post {
    margin: 0 -10px;
}

.list_post .item {
    margin: 0 10px;
}

.item-nnt {
    margin: 0 20px;
}

.block-about-us-main-img {}

.icon-vc img {
    height: 55px;
}

.icon-vc {
    margin-bottom: 3px;
    width: 30%;
    display: inline-block;
}

.text-vc {
    width: 70%;
    text-align: left;
    display: inline-block;
}

.text-vc span {
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

.text-vc p {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
}

.van-chuyen {
    text-align: center;
    align-items: center;
    display: flex;
}

.section_product_hot {
    padding-top: 30px;
    padding-bottom: 20px;
}

.block_pad_pro .box .image img {
    height: 105px;
    background: #fff;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.block-product .desktop-show {
    margin-top: 30px;
}

.list_post .box {
    transition: box-shadow 0.3s;
    border: 1px solid #ccc;
}

.list-video-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.list-video-detail li {
    width: calc(100% / 4 - 20px);
}

span.price-old {
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 6px;
    color: #6f6f6f;
    order: 2;
    margin-left: 10px;
}

span.price-new {
    font-size: 17px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #e83322;
}

.price {
    text-align: center;
}

.line-h2,
.produc .title_h2 h2 {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    background: #D5231A;
    padding: 0 30px;
    position: relative;
    width: 275px;
}

.produc .title_h2 p {
    float: right;
}

.produc .title_h2 p a {
    font-size: 16px;
    font-weight: 400;
}

.produc .title_h2 p a:hover {
    color: #f00;
}


.produc .title_h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    background: #F4F4F4;
    border-bottom: 1px solid #221a18;
}

.produc {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
}

.list_post.slider {
    padding-top: 10px;
    padding: 0 5px;
}

.soc {
    position: absolute;
    top: 0px;
    left: 0;
    height: auto;
    width: 120px;
    z-index: 10;
}

.giam {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
}

.produc .image {
    position: relative;
}

.tin-tuc-home button {
    font-size: 20px;
    color: #333;
}

.tin-tuc-home .info button {
    font-size: 13px;
    color: #fff;
    background: #e83322;
}

.tin-tuc-home .info button i {
    padding-right: 5px;
}

.tin-tuc-home button.slick-prev {
    left: 15px;
    top: 30px;
    background: #ffffffba;
    z-index: 10;
    height: calc(100% - 30px);
    transform: translateX(-15px);
    background: transparent;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: 0.5s;
    color: #000;
}

.tin-tuc-home:hover button.slick-prev {
    width: 30px;
    opacity: 1;
}

.tin-tuc-home button.slick-next {
    z-index: 10;
    height: calc(100% - 30px);
    transform: none;
    background: transparent;
    top: 30px;
    opacity: 0.7;
    right: 0px;
    overflow: hidden;
    color: #000;
    transition: 0.5s;
    width: 0px;
}

.line-fr input {
    color: #fff;
}

.tin-tuc-home:hover button.slick-next {
    width: 30px;
}

.tin-tuc-home-in button {
    font-size: 20px;
    color: #000;
}

.tin-tuc-home-in button.slick-prev {
    left: 15px;
    top: 30px;
    background: #ffffffba;
    z-index: 10;
    height: calc(100% - 30px);
    transform: translateX(-15px);
    background: transparent;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: 0.5s;
    color: #000;
}

.tin-tuc-home-in:hover button.slick-prev {
    width: 30px;
    opacity: 1;
}

.tin-tuc-home-in button.slick-next {
    z-index: 10;
    height: calc(100% - 30px);
    transform: none;
    background: transparent;
    top: 30px;
    opacity: 0.7;
    right: 0px;
    overflow: hidden;
    color: #000;
    transition: 0.5s;
    width: 0px;
}

.tin-tuc-home-in:hover button.slick-next {
    width: 30px;
}




.sale {
    background: #ee484a;
    height: 30px;
    width: 40px;
    color: #fff;
    position: absolute;
    top: 18px;
    font-size: 15px;
    border-radius: 0 5px 5px 0;
    left: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tin-tuc-home {
    margin-left: -15px;
    margin-right: -15px;
}

.item-prody {
    margin: 0 10px;
}

.box-nnt iframe {
    width: 100%;
    height: 230px;
}

.box-nnt>a i {
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
}

.box-nnt {
    position: relative;
}

.nguoi-noi-tieng {
    padding-top: 30px;
    background-color: rgb(245, 245, 245);
    padding-bottom: 40px;
}

.contet-nnt {
    padding-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.nguoi-noi-tieng .title_h2 h2 {
    background: transparent;
}

.content-tin-tuc {
    padding: 15px;
    background: #e83322;
    text-align: left;
    color: #fff;
    height: 200px;
}

.content-tin-tuc h5 {
    margin-top: 0;
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.content-tin-tuc h5 a {
    color: #fff;
}

.content-tin-tuc h5 a:hover {
    color: #fff;
}

.content-tin-tuc span a {
    font-weight: 500;
}

.tin-tuc {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}

span.line-tt {
    background: #ccc;
    height: 2px;
    width: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: -10px;
}

.content-tin-tuc .text-tt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 15px;
    margin-bottom: 7px;
    text-align: justify;
    font-weight: 300;
}

.item-tt {
    padding: 0px 10px;
}

.item-tt .box-nnt {
    padding-bottom: 30px;
	background: #eee;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}

.item-tt .box-nnt .img img {
    display: block;
    height: 230px;
    width: 100%;
    object-fit: cover;
}


.lien-quan .box-nnt .img img {
    display: block;
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}

.lien-quan {
    padding-bottom: 30px;
}

/* HHHH */
.info-ho-tro {
    text-align: center;
}

.wapper-price {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.price-new {}

.locgia h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.is-divide {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 40px;
    margin-top: 10px;
}

.locgia {
    margin-bottom: 24px;
}

.wper-a-pro>a {
    font-size: 18px;
}

.div-count {
    font-size: 14px;
}

.wper-a-pro {

    position: relative;
}

.div-count {
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: 0;
}

ul.product-ca-sub {
    border-left: 1px solid #ddd;
    margin: 0 0 10px 3px;
    padding-left: 15px;
    width: 100%;

}

ul.product-ca-sub li a {
    padding: 3px 0;
    display: inline-block;
}

.product-ca>li {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

.price_slid .button {
    border-radius: 99px;
    background-color: #666;
    /* font-size: .85em; */
    border: none;
    padding: 3px 15px;
    color: #fff;
    font-size: 16px;
}

.price_label {
    font-size: 15px;
    padding-top: 15px;
}

.price_slid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group {
    background-color: #CBC2B9;
    margin: 0 auto;
    height: 5px;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px #9d968f;
    position: relative;
    margin: 20px 0px;
}

.locgia button {
    width: 100%;
    border: 0;
    border-radius: 5px;
    background-color: black;
    color: white;
    height: 30px;
    font-weight: 600;
}

.range-input input {
    filter: grayscale(1);
    -webkit-appearance: listbox;
    position: absolute;
    width: 100%;
    height: 0;
    margin: 0;
    background-color: transparent;
    transform: translateY(2px);
    pointer-events: none;
    margin-bottom: 15px;
}

.range-input input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    background-color: #98C787;
    border: 3px solid #98C787;
    border-radius: 50px;
    box-shadow: inset 0 1px 2px #6f9163,
        0 0 1px #6f9163;
    pointer-events: auto;
}

.progress {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    opacity: .5;
    background-color: #666;
}

.range-text div {
    position: absolute;
    background-color: #6f9163;
    color: #fff;
    font-size: 7px;
    padding: 5px;
    left: 0;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    top: 15px;
    transform: translateX(-50%);
}

.range-text .text-max {
    left: unset;
    right: 0;
    transform: translateX(50%);
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.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-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0 10px;
}

.box-binhluan {
    display: flex;
    margin: 20px 0px;
}

.box-binhluan-left {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.box-binhluan-left img {
    border-radius: 100%;
}

.box-binhluan-right {
    background-color: #f0f2f5;
    padding: 8px;
    border-radius: 15px;
    flex: 2;
}

.box-binhluan-right a {
    font-size: 16px;
    color: #253528;
    font-weight: 600;
    text-transform: capitalize;
}

.luot-cmt {
    padding: 5px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
}

.box-comment button {
    color: white;
    background-color: #000;
    border: 0;
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: 15px;
}

.comment {
    margin: 20px 0px;
}

.comment-form-container input {
    width: 49%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
}

.comment-form-container input:nth-child(3) {
    opacity: 0;
    height: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.post-page-detail-text {
    text-align: justify;
    font-size: 16px;
}

.post-page-detail-text h3 {
    text-align: justify;
    font-size: 16px;
}

.btn_ditel {
    margin-bottom: 10px;
}

.devvn_insert_attach-tr {
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
}

.showimg_upfile {
    display: inline-block;
    position: relative;
}

.devvn_insert_attach-tr .devvn-plus {
    line-height: 56px;
}

.sumit_commet .upfile.upfile-tr .up {
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
}

.fomt_bg-tr .img-wrap {
    margin: 0;
    margin-right: 10px;
}

.fomt_bg-tr .upfileimg {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: flex-start;
}

.fomt_bg-tr .showimg_upfile {
    padding: 0 !important;
}

.sumit_commet .fomt_bg-tr .input {
    justify-content: center;
}

.fomt_bg-tr .input input {
    font-size: 16px;
    width: 49%;
}

.fomt_bg.fomt_bg-tr {
    position: relative;
    row-gap: 10px;
}

.fomt_bg-tr .cloe_comet {
    position: absolute;
    top: -17px;
    right: 1px;
    transform: translateY(-100%);
}

.cloe_cometss {
    margin-bottom: 16px;
}

.fomt_bg-tr2 .cloe_comet {
    margin-bottom: 16px;
}

.fomt_bg-tr2 .input {
    width: 100%;
    flex: 0 0 100%;
}

.fomt_bg-tr2 .btn_commet {
    margin-right: 47px;
}

.aaaaa form .fomt_bg-tr2 {
    justify-content: center;
}

.aaaaa form .fomt_bg.fomt_bg-tr {
    flex-wrap: nowrap;
}

.fomt_bg-tr .img-wrap>img {
    width: 70px;
    margin-left: 1px;
}

.fomt_bg-tr .devvn_insert_attach_ input[type="file"] {
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2px;
}

.sp_noibat {
    background: #fff;
    padding: 20px 0 30px 0;
}

.sp_noibat .list_post .box {
    background: #fff;
    padding: 5px;
}

.sp_noibat .list_post .box .cart-quantity {
    width: 100%;
    border: solid 1px #ee484a;
    margin-top: 10px;
    border-radius: 20px;
    padding: 2px 5px;
}

.sp_noibat .list_post .box .cart-item .quantity-cart {
    display: block !important;
    margin-top: 0px;
}

.sp_noibat .list_post .box .cart-item .quantity-cart .box-quantity input {
    width: 65%;
    border: none;
}

.sp_noibat .list_post .box .cart-item .quantity-cart .box-quantity .next-cart {
    background: #fff;
    border: none;
    color: #333;
}

.sp_noibat .list_post .box .cart-item .quantity-cart .box-quantity .prev-cart {
    background: #fff;
    border: none;
    color: #333;
}

.produc .list_post .box .cart-quantity {
    width: 100%;
    border: solid 1px #089346;
    margin-top: 5px;
    border-radius: 20px;
    padding: 2px 5px;
}

.produc .list_post .box .cart-item .quantity-cart {
    display: block !important;
    margin-top: 0px;
}

.produc .list_post .box .cart-item .quantity-cart .box-quantity input {
    width: 65%;
    border: none;
}

.produc .list_post .box .cart-item .quantity-cart .box-quantity .next-cart {
    background: #fff;
    border: none;
    color: #333;
}

.produc .list_post .box .cart-item .quantity-cart .box-quantity .prev-cart {
    background: #fff;
    border: none;
    color: #333;
}

.section_product_hot .cart-quantity {
    width: 100%;
    border: solid 1px #e83322;
    margin-top: 10px;
    border-radius: 20px;
    padding: 2px 5px;
}

.section_product_hot .cart-item .quantity-cart {
    display: block !important;
    margin-top: 0px;
}

.section_product_hot .cart-item .quantity-cart .box-quantity input {
    width: 65%;
    border: none;
}

.section_product_hot .cart-item .quantity-cart .box-quantity .next-cart {
    background: #fff;
    border: none;
    color: #333;
}

.section_product_hot .cart-item .quantity-cart .box-quantity .prev-cart {
    background: #fff;
    border: none;
    color: #333;
}


.sp_noibat .title_h2 h2 {
    background: none;
    color: #fff;
}

.banner_km {
    padding: 20px 0;
}

.banner_km img {
    border-radius: 10px;
}

.title_home {
    text-align: center;
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    overflow: hidden;
}

.title_home h2 {
       background: #D5231A;
       display: inline-block;
       color: #fff;
       font-size: 20px;
       text-transform: uppercase;
       font-weight: bold;
       position: relative;
       margin: 0;
       padding: 10px 24px;
       width: 230px;
}
.title_home h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 60px solid #bbbbbb;
    border-bottom: 0px solid transparent;
}

.title_home h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 40px solid #D5231A;
    border-bottom: 0px solid transparent;
}
.title_home h2 img {
    padding-right: 15px;
}

.buy-now {
    width: 100%;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-top: 10px;
    color: #fff;
    background: #E83322;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .7s ease-in-out;
}

.title_news {
    text-align: left;
}

.title_news p {
    font-size: 15px;
    color: #e83322;
}

.title_news p img {
    width: 25px;
    padding-right: 5px;
}

.title_news p {
    font-size: 15px;
    color: #e83322;
    font-weight: 500;
}

.title_news h2 {
    font-size: 30px;
    color: #333;
    font-weight: 600;
}

.item-ho-tro {
    text-align: center;
    border: solid 1px #eee;
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin: 0 10px;
}

.item-ho-tro .icon-ho-tro {
    margin: auto;
	margin: 0
}

.info-ho-tro-desc {
    min-height: 80px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}

.icon_ykien img {
    margin: 10px auto;
	width: 80px;
}

.item-ho-tro h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.item-ho-tro .info-ho-tro-desc p {
    font-size: 15px;
}

.item-ho-tro p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}


.remove_checked {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
    display: none;
}

.slider__mobi {
    display: none;
}

.content_ditel_parameter li {
    list-style: disc !important;
}

.left_title {
    text-align: center;
}
.image-modal{}

.image-modal .image{
    width: 380px;
    float: left;
}

.image-modal .info_product_modal{
    width: 45%;
    height: 100%;
    float: left;
    /* padding: 15px 15px 15px 15px; */
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}

.image-modal .info_product_modal .title{
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 20px;
}

.info_product_modal .list-attr .price span:first-child{
    font-size: 22px;
}

.image-modal .info_product_modal .image{
    width: 100%;
    float: unset;
}

.image-modal .info_product_modal .image img{
    height: 260px;
    object-fit: contain;
    border: solid 1px #ccc;
}

.image-modal .image img{
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.image-modal a{
    display:block;
}
.image-modal a img{
    border-radius:10px;
}

.modal-First .modal-dialog {
    max-width: 700px;
}












.image-modal {
    display: flex;
}
.image-modal .info_product_modal {
    width: 45%;
    height: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}
.newsletter-content {
    width: 55%;
    margin-left: auto;
    text-align: center;
    padding: 20px;
    float: right;
}
.image-modal .info_product_modal .title {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 20px;
}
.newsletter-content h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -1.4px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
}
.newsletter-content form input {
    border: 1px solid #222;
    background: #fff;
    flex: 1;
    min-width: 40px;
    border-radius: 3px;
    min-height: 35px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    background-color: Transparent;
    padding: 7px 10px;
    height: auto;
    overflow: hidden;
    height: 35px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-bottom: 12px;
}
.newsletter-content form button {
    border-radius: 3px;
    padding: 0;
    border-color: #e83322;
    display: block;
    background-color: #e83322;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    position: relative;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.modal-body .close {
    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: #e83322 url(../images/ik.png) no-repeat center center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.title-tab ul {
    position: relative;
    margin-bottom: 11px;
    /* background: #F4F4F4; */
    padding-right: 10px;
    border-bottom: 1px solid #F4F4F4;
    text-align: center;
    padding-bottom: 16px;
    border-top: 1px solid #F4F4F4;
    padding-top: 19px;
    display: flex;
    justify-content: center;
}

.title-tab ul li {
    padding: 6px 24px;
    display: inline;
    z-index: 10;
    min-width: 116px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}
.title-tab ul li::before{
    position: absolute;
    left: -11px;
    top: 12px;
    font-size: 16px;
    height: 14px;
    width: 14px;
    background-image: url(/public/frontend/images/icon-gear.png);
    content: "";
    background-size: cover;
}
.title-tab ul li:first-child::before{
    content: none;
}
.image-product-new {
    position: relative;
    text-align: center;
}

.image-product-new img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.box-product-new {
    border: 1px solid rgb(232, 232, 232);
    box-sizing: border-box;
    border-radius: 14px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    margin: 8px 0px;
 
}
@media (min-width: 992px) {
    .col-md-2dot4{
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.name-product-new span {
    color: #333333;
    line-height: 18px;
    font-weight: bold;
}

.name-product-new {
    height: 40px;
    margin-bottom: 8px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    line-height: 1.2;
}

.price-product-new {
    text-align: left;
    border-bottom: 1px solid rgba(239, 239, 239, 0.52);
    border-top: solid 1px rgba(239, 239, 239, 0.54);
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-add-to-cart {
    padding: 5px 10px;
    background: #206fd8;
    border-radius: 50%;
    color: #fff;
    transform: translateX(-300px);
    transition: transform 2s ease;
    cursor: pointer;
}

.box-product-new:hover .icon-add-to-cart {
    transform: translateX(0) rotate(360deg);
}
.price-product-new span {
    color: #E51515;
    font-size: 15px;
    font-weight: bold;
}

    .product {
        display: none;
    }

    .active {
        display: block;
    }
    .slide-product-new {
        display: flex;
    }
    .active-tab {
        color: #e83322;
    }


    .content_ditel_parameter p {
        padding-bottom: 10px;
    }
    
    .content_ditel_parameter ul li {
        padding-bottom: 10px;
    }


    .content-category p {
        padding-bottom: 10px;
        line-height: 30px;
    }
    
    .content-category ul li {
        padding-bottom: 8px;
    }
    .post-page-detail-text ul li {
        list-style: disc !important;
        margin-left: 20px;
    }


@media (min-width:1440px) {
    .about-us-text {
        font-size: 20px;
    }

    .section_feature h2 {
        font-size: 70px;
        max-width: 700px;
    }

    .section1_purifier .title .description {
        color: #fff;
        font-size: 22px;
        display: inline-block;
        max-width: 750px;
    }

    .section_propert2 h2 {
        font-size: 50px;
        padding: 50px calc(10vw + 15px) 0;
    }

    .wap_support .item .box {
        min-width: 290px;
    }

    .box_image_full .box .name {
        font-size: 20px;
        margin-top: 15px;
    }

    .list_image_mini .item .box .image {
        height: 230px;
    }

    .list_image_mini .item .box .image img {
        max-height: 150px;
    }

    .list_image_mini .item .box .name {
        font-size: 18px;
    }

    .tab_scroll.fixed {
        top: 119px;
    }

    .tab_scroll li a {
        font-size: 17px;
    }

    .section_product .box_content_slide h3 img {
        height: 70px;
    }

    #sectionPin .pin-wrap {
        height: calc(100vh - 51px);
    }

    .section1_akimax .title h2,
    .section2_akimax .title h2 {
        font-size: 70px;
        max-width: 700px;
    }

    .section1_akimax .title .description,
    .section2_akimax .title .description {
        font-size: 22px;
        max-width: 836px;
        margin-bottom: 10px;
    }

    .section3_akimax .image_akimax {
        width: 280px;
        top: 50%;
    }

    .section3_akimax .box_content .title {
        font-size: 70px;
    }

    .section3_akimax .box_content .description {
        font-size: 24px;
    }

    .section3_akimax .box_content {
        max-width: 900px;
    }

    .section3_akimax .box_content .image {
        max-width: 500px;
    }

    .section2_akimax {
        padding: 120px 0;
    }

    .section1_akimax {
        padding: 120px 0 0;
    }

    .section4_akimax {
        padding: 120px 0;
    }

    .section4_akimax .item .sub_title {
        font-size: 50px;
        line-height: normal;
    }

    .section4_akimax .item .desc {
        font-size: 22px;
    }

    .section4_akimax .item .title {
        font-size: 85px;
        line-height: 90px;
        margin-bottom: 15px;
    }

    .section5_akimax {
        padding-bottom: 120px;
    }

    .info_product_detail_main .info_pro_detail .description {
        font-size: 24px;
        line-height: 34px;
    }

    .about-us-main-title {
        font-size: 25px;
    }

    .cong_nghe_tach_bui2 {
        padding: 30px 0 180px;
    }

    .box_cong_nghe_tach_bui2 {
        min-height: 200vh;
        height: 200vh;
        position: relative;
    }

    .hexagon .box_exagon .hexagon_bg {
        width: 460px;
        height: 460px;
    }

    .hexagon .box_exagon .hexagon_logo {
        height: 360px;
        width: 360px;
    }

    .cong_nghe_tach_bui2 .block_content .noidung .desc {
        font-size: 24px;
        max-width: 400px;
    }

    .box_giatri_cotloi .row_item .value_item {
        font-size: 20px;
    }

    .about-us-text {
        font-size: 20px;
    }

    .m_feature-mde .laptop {
        margin-left: 760px;
    }

    .box_giatri_cotloi .row_item .name_item {
        font-size: 20px;
    }

    .loc_hepa_purifier .box_image_loc_hepa .name {
        display: inline-block;
    }

    .loc_hepa_purifier .box_image_loc_hepa .item {
        top: 78%;
    }

    .box_section6_purifier_right .info_content_section6 .title {
        font-size: 65px;
        margin-bottom: 30px;
        line-height: 80px;
    }

    .box_section6_purifier_right .info_content_section6 .description {
        font-size: 22px;
    }

    .box_section6_purifier {
        max-width: 100%;
    }

    .section6_purifier {
        width: 100%;
        padding: 50px 0 150px;
        background-color: #000;
    }

    .box_section6_purifier_right .info_content_section6 {
        padding-left: 20px;
    }

    .loc_hepa_purifier {
        padding: 100px 0 30px;
    }

    .loc_hepa_purifier .box_image_loc_hepa .name {
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 30px;
        height: 60px;
    }

    .loc_hepa_purifier .box_image_loc_hepa .description {
        font-size: 22px;
        color: #fff;
        line-height: 26px;
        max-width: 250px;
    }

    .section1_purifier .title h2 {
        font-size: 71px;
        font-weight: 700;

    }

    .m_feature-mde .appcast-area .c_feature-type2 {
        font-size: 60px;
    }

    .m_feature-mde [class*=c_desc-type] {
        color: #fff;
        font-size: 22px;
        margin-top: 20px;
        line-height: 26px;
    }

    .m_feature-mde .windows-area .c_feature-type2 {
        width: 440px;
        font-size: 60px;
    }

    .section3_purifier .box_section3_purifier {
        min-height: 950px;
    }

    .box_section3_purifier .box .info h3 {
        font-size: 45px;
    }

    .box_section3_purifier .box .info .description {
        font-size: 22px;
        line-height: 28px;
    }

    .box_section3_purifier .item .box {
        padding: 22px 40px 22px 22px;
        max-width: 750px;
    }

    .box_section3_purifier .box .image {
        width: 220px;
        height: 220px;
    }

    .box_section3_purifier .box .info {
        width: calc(100% - 220px);
        padding-left: 25px;
    }

    .section4_purifier .title h2 {
        font-size: 70px;
        margin-top: 80px;
    }

    .section4_purifier .title .description {
        font-size: 22px;
        max-width: 600px;
        margin-bottom: 10px;
    }

    .section5_purifier .title h2 {
        font-size: 70px;
        margin-top: 80px;
    }

    .section5_purifier .title .description {
        font-size: 22px;
        max-width: 600px;
        margin-bottom: 10px;
    }

    .section6_max .title h2 {
        font-size: 70px;
        margin-top: 80px;
    }

    .section6_max .title .description {
        font-size: 22px;
        max-width: 600px;
        margin-bottom: 10px;
    }

    .list_param_cong_nghe_loc .box .label {
        font-size: 25px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 3px;
    }

    .list_param_cong_nghe_loc .box .value {
        color: #fff;
        font-size: 20px;
        line-height: 27px;
        max-width: 350px;
        display: block;
        margin: auto;
    }

    .loc_hepa_purifier .title h2 {
        font-size: 80px;
    }

    .loc_hepa_purifier .title .description {
        font-size: 22px;
    }

    .loc_hepa_purifier .title .description {
        color: #fff;
        font-size: 22px;
        display: inline-block;
        max-width: 500px;
    }

    .section_baogom .title {
        font-size: 36px;

        line-height: normal;
        margin: 0;
        position: relative;
        top: 85px;
    }

    .section_baogom .box_phukien_danang_left ul li {
        font-size: 22px;
    }

    .list_propert2 .box .title {
        font-size: 30px;
    }

    .list_propert2 .box .description {
        font-size: 22px;
    }

    .phukien_danang .box_phukien_danang_left .description {
        font-size: 20px;
    }

    .phukien_danang2 .box_phukien_danang_left .description {
        font-size: 20px;
    }

    .phukien_danang .title h2 {
        margin-top: 60px;
        font-size: 54px;
        max-width: 900px;
    }

    .phukien_danang .title .description {
        font-size: 22px;
        display: inline-block;
        max-width: 650px;
    }

    .phukien_danang2 .title h2 {
        margin-top: 60px;
        max-width: 600px;
        font-size: 54px;
    }

    .phukien_danang2 .title .description {
        font-size: 22px;
        display: inline-block;
        max-width: 690px;
    }

    .tinh_nang .title_h2 h2 {
        font-size: 40px;
    }

    .block_tinhnang {
        max-width: 1120px;
    }

    .list_tinhnang .box .info h3 {
        font-weight: 700;
        font-size: 28px;
        margin: 22px 0 8px;
    }

    .list_tinhnang .box .info .description {
        font-size: 22px;
        line-height: 32px;
    }

    .phukien_danang2 {
        padding: 20px 0 120px;
    }

    .tinh_nang {
        padding-bottom: 40px;
    }

    .do_pa .box_pa {
        height: 650px;
    }

    .do_pa .box_pa .name {
        font-size: 60px;
    }

    .do_pa .box_pa .number {
        font-size: 100px;
        line-height: 80px;
    }

    .list_specifications .box {
        padding-top: 70px;
    }

    .list_specifications .item_2 .box {
        justify-content: flex-start;
    }

    .list_specifications .list_chedo li .image img {
        /* height: 110px; */
    }

    .list_specifications .list_chedo li .title_chedo {
        font-size: 22px;
        color: #ffc800;
        margin-top: 50px;
    }

    .list_specifications .list_chedo {
        margin-top: 200px;
    }

    .list_specifications .list_chedo li .mota {
        font-size: 20px;
    }

    .list_specifications .box .info .title {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .list_specifications .box .info .desc {
        font-size: 20px;
    }

    .specifications {
        padding-bottom: 270px;
    }

    .list_specifications .item_4 {
        top: 175px;
    }

    .list_specifications .item_2 {
        top: 175px;
    }

    .list_feature .box {
        padding-top: 70px;
    }

    .list_feature .box .info .title {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .list_feature .box .info .desc {
        font-size: 20px;
    }

    .section_feature {
        padding-bottom: 270px;
    }

    .list_feature .item_4 {
        top: 175px;
    }

    .list_feature .item_2 {
        top: 175px;
    }

    .do_pa .box_pa p {
        font-size: 55px;
    }

    .do_pa {
        padding: 110px 0 120px;
    }

    .section_property .item_4 .box {
        padding: 50px 10%;
        margin-bottom: 35px;
    }

    .section_property .item_5 {
        margin-top: 140px;
    }

    .section_property .item_6 {
        margin-top: 140px;
    }

    .section_property .item_3 .box {
        margin-top: 50px;
    }

    .section_property .item_4 {
        margin-top: 320px;
    }

    .section_property .item_3 .image {
        margin-top: -70px;
    }

    .section_property .item .title {
        font-size: 85px;
        line-height: 90px;
        margin-bottom: 15px;
    }

    .section_property .item .desc {
        font-size: 20px;
    }

    .section_property .item .sub_title {
        font-size: 50px;
        line-height: 50px;
    }

    .section_property .item_4 .sub_title {}

    .section_lamsach_cleaner .title .description {
        font-size: 22px;
        line-height: 30px;
        max-width: 700px;
    }

    .section_lamsach_cleaner .title h2 {
        font-size: 70px;
    }

    .section_lamsach_cleaner {
        padding: 70px 0 0;
    }

    .bo_loc_cleaner .list_item_loc .box .info h3 {
        font-size: 24px;
    }

    .info_product_detail2 .name {
        display: inline-block;
        font-weight: 700;
        font-size: 25px;
        line-height: normal;
        margin-top: 30px;
        margin-bottom: 22px;
    }

    .wrap-price label {

        font-size: 18px;
    }

    .cleaner_section1 .item .box_info .title {
        color: #ffc800;
        font-weight: 700;
        font-size: 4vw;
        max-width: 35%;
        line-height: normal;
        position: absolute;
        top: 120px;
        left: 50%;
        z-index: 1;
    }

    .cleaner_section1 .item .box_info .description {
        color: #fff;
        font-weight: 400;
        font-size: 1.3vw;
        max-width: 24%;
        line-height: 1.2;
        position: absolute;
        bottom: 10%;
        right: -30%;
        text-align: right;
        z-index: 1;
    }

    .cleaner_section2 .title h2 {
        font-size: 70px;
        font-family: 'utm-avo';
        max-width: 700px;
        margin: 50px auto 30px;
        line-height: 90px;
    }

    .purifier_section2 .title h2 {
        font-size: 70px;
        font-family: 'utm-avo';
        max-width: 700px;
        margin: 50px auto 30px;
        line-height: 90px;
    }

    .m_feature-nightography {
        padding: 100px 0 20px;
    }

    .m_feature-nightography .c_cate-type2 {
        font-size: 70px;
    }

    .bo_loc_cleaner .title h2 {
        font-size: 70px;
        margin-top: 70px;
    }

    .bo_loc_cleaner .title .description {
        font-size: 22px;
        max-width: 700px;
        line-height: 28px;
        display: inline-block;
    }

    .bo_loc_cleaner .title {
        margin-bottom: 25px;
    }

    .cong_nghe_tach_bui2 .title h2 {
        font-size: 70px;
    }

    .info_product_detail2 .quantity2 {
        font-size: 20px;
    }

    .cleaner_section2 .title .description {
        font-size: 22px;
    }

    .purifier_section2 .title .description {
        font-size: 22px;
    }

    .box_price_detail .new_price {

        font-size: 42px;
        line-height: 44px;
        margin-bottom: 12px;
        margin-top: 10px;
    }

    .box_price_detail .save {}

    .box_price_detail .old_price {


        font-size: 18px;
        max-width: 200px;
        line-height: 24px;
    }

    .param {
        width: 100%;
        padding: 45px 0 20px;
    }

    .list_param .box .label {
        font-size: 20px;
    }

    .section_rela_prod .title_h2:before {
        max-width: 1018px;
    }

    .list_param .box .value {
        font-size: 22px;
    }

    .section_rela_prod .title_h2 h2 {
        font-size: 25px;
    }

    .thong_tin_cd .item .box .info h3 {
        font-size: 50px;
    }

    .thong_tin_cd .item .box .info {
        padding: 0 5%;
    }

    .info_product_detail_main .info_pro_detail h1 {

margin: 0;

padding-bottom: 5px;

margin-bottom: 20px;

}

    .video_product .box_video iframe {
        height: 770px;
    }

    .box-buy .add-to-cart {
        font-size: 26px;
        height: 80px;
        line-height: 80px;
    }

    .list-attr1 {
        /* margin-bottom: 15px; */
    }

    .list-attr1 .form-group {
        margin-bottom: -2px;
    }

    .list-attr1 .attr-item .form-group {
        margin-bottom: 0;
    }

    .thong_tin_cd .item .box .info .description {
        font-size: 22px;
        line-height: 30px;
    }

    .info_product_detail_top .info_prod_r .box_price .new_price {
        font-size: 32px;
        line-height: 32px;
    }

    .info_product_detail_top .info_prod_r .box_price {
        width: calc(100% - 180px);
        padding-right: 14px;
        max-width: 400px;
    }

    .info_product_detail_top .info_prod_r {
        justify-content: flex-end;
    }

    .info_product_detail_top .info_prod_r .save {
        font-size: 15px;
    }

    .info_product_detail_top .info_prod_r .old_price {
        font-size: 15px;
    }

    .section_congdung_vacuum .title .description {
        font-size: 22px;
        max-width: 670px;
    }

    .section_congdung_vacuum .title h2 {
        font-size: 60px;
        margin-top: 60px;
    }

    .video_product .title .description {
        font-size: 22px;
    }

    .video_product .title {
        margin-bottom: 15px;
    }

    .video_product .title h2 {
        max-width: 600px;
        font-size: 50px;
        margin-top: 45px;
        margin-bottom: 25px;
    }

    .section_product_detail .line {
        margin-top: 80px;
    }

    .bo_loc_cleaner .list_item_loc {
        margin-top: 50px;
    }

    .bo_loc_cleaner .list_item_loc .box .info .desc {
        font-size: 22px;
        line-height: 27px;
    }

    .wrap-price .select_size label {}

    .info_product_detail2 {
        /* padding: 36px 13px 14px; */
    }

    .block-product .btn_order_group .btn_buynow {
        display: inline-block;
        background-color: #ffb800;
        color: #fff;
        padding: 0 26px;
        line-height: 44px;
        min-width: 138px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 17px;
        margin-right: 17px;
        border-radius: 4px;
        text-align: center;
        transition: all 0.3s;
        margin-bottom: 0;
    }

    .btn_order_group .btn_detail {
        line-height: 44px;
    }

    .m_feature-mde .sticky-wrap {
        height: 200vh;
        min-height: 1653px;
        max-width: 1440px;
        width: 100%;
        margin: auto;
    }



    .hexagon {
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        padding: 300px 0 0;
        position: relative;
    }

    /* .m_feature-mde {
        overflow: hidden!important;
    } */
    .box_cong_nghe_loc .box_cong_nghe_loc_left .box .info h2 {
        font-size: 40px;
    }

    .box_cong_nghe_loc .box_cong_nghe_loc_left .box .info .description {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width:1200px) {
    
    .list-attr1 {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .list-attr1 {
        width: 100%;
        display: flex;
        align-items: flex-start !important;
        gap: 20px;
        margin-bottom: 15px;
    }
    .title-form-tv {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .fomt_bg-tr .input input {}

    .list_image_mini .item {
        padding: 0 20px;
    }

    .loc_hepa_purifier .box_image_loc_hepa .item {
        position: unset;
        transform: unset;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    @-webkit-keyframes fadeInUp2 {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }

    @keyframes fadeInUp2 {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }

    .loc_hepa_purifier .box_image_loc_hepa {
        padding-bottom: 30px;
    }

    .section1_purifier .title h2 {
        margin-bottom: 50px;
    }

    .loc_hepa_purifier .box_image_loc_hepa .name {
        max-width: unset;
        margin-bottom: 0;
    }

    .loc_hepa_purifier .box_image_loc_hepa .description {
        max-width: unset;
    }

    .loc_hepa_purifier .box_image_loc_hepa .box_content {
        text-align: left;
    }

    .loc_hepa_purifier .box_image_loc_hepa .image {
        padding: 60px 0;
    }

    .loc_hepa_purifier .box_image_loc_hepa .item:nth-of-type(1) {
        transform: unset;
    }

    .loc_hepa_purifier .box_image_loc_hepa .item:nth-of-type(2) {
        transform: unset;
    }

    .loc_hepa_purifier .box_image_loc_hepa .item:nth-of-type(3) {
        transform: unset;
    }

    .item-number .box .right {
        max-width: 250px;
    }

    .list-room-rates .box .info ul li {
        padding: 7px 0 7px 0;
    }

    .list-room-rates .box .info ul {
        margin-bottom: 14px;
    }

    .list-room-rates .box .info {
        padding: 25px;
    }

    .form_book .form_ngay_nhan {
        width: 200px;
    }

    .form_book .form_ngay_tra {
        width: 200px;
    }

    .form_book .form_loai_phong {
        width: 200px;
    }

    .form_book .form_email {
        width: 200px;
    }

    .form_book .form_phone {
        width: 200px;
    }

    .form_book button.form-control {
        width: 200px;
    }

    .form_book form {
        max-width: 640px;
    }

    .list_propert2 .box .title {
        padding: 0;
    }

    .list_propert2 .box .description {
        padding: 0;
    }

    .wrap-search {
        position: unset;
        bottom: unset;
    }

    .wrap-search .form-inline .left {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin-bottom: 10px;
    }

    .wrap-search .form-inline .right {
        width: 100%;
        text-align: right;
    }

    .wrap-search .form-inline .form-control {
        max-width: 50%;
        /* max-width: unset; */
        width: 100%;
        margin-bottom: 10px;
    }

    .item-tien-ich .box-tien-ich .left {
        width: 100%;
        order: 0;
        margin-bottom: 15px;
    }

    .item-tien-ich .box-tien-ich .right {
        width: 100%;
    }

    .item-tien-ich .box-tien-ich {
        flex-wrap: wrap;
    }

    .item-tien-ich {
        padding: 30px 0;
    }

    .list-item-slide-new .slick-list {
        padding-right: 0;
    }

    .video iframe {
        height: 223px;
    }

    .box_news_hot .image img {
        height: 238px;
    }

    .box_news_hot .info h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .box_news_hot .info .desc {
        font-size: 15px;
        line-height: 20px;
        -webkit-line-clamp: 3;
    }

    .box_news_hot .image {
        width: 52%;
    }

    .box_news_hot .info {
        width: 48%;
    }

    .list-news2 .list-news2-item .image {
        width: 90px;
    }

    .list-news2 .list-news2-item .info {
        width: calc(100% - 100px);
    }

    .list-news2 .list-news2-item h3 {}

    .list-news2 .list-news2-item .image img {
        height: 72px;
    }

    .first-news2 .image img {
        height: 317px;
    }

    .list_news_home .box .image img {
        height: 134px;
    }

    .wrap_home .main_left {
        width: calc(100% - 303px);
    }

    .wrap_home .main_right {
        width: 280px;
    }

    .about_detail .image {
        width: calc(52% - 30px);
    }

    .about_detail .mota {
        width: 48%;
        padding: 24px;
    }

    .about_detail .description {
        line-height: 26px;
    }
}

@media (min-width:992px) {
    .block-content-right {
        order: 1;
    }
}

@media (max-width: 991px) {
    #hut_bui{
        padding-bottom: 10px;
    }
  
    .van-chuyen {
        margin-bottom: 8px;
    }
    .box.box-pro .wapper-price{
        height: 42px;
    }
    
    .content-category{
        margin-top: 0px;
    }
    .info_product_detail_main .info_pro_detail h1{
        font-size: 30px;
    }
    .block_pad_pro .box .image img{
        object-fit: contain;
    }
    .aaaaa form .fomt_bg.fomt_bg-tr {
        flex-wrap: wrap;
    }

    .list-menu_nav-tr {
        min-height: unset;
    }

    .fomt_bg-tr .input input {
        margin-bottom: 10px;
        width: 100%;
    }

    .sumit_commet .fomt_bg-tr .input {
        flex: 0 0 100%;
    }

    .value-pro.free-ship {
        margin: 0px 0 !important;
    }

    .value-pro .label {
        padding: 8px 0;
        font-size: 14px !important;
    }

    .section_cart .info-prod-cart-box {
        border-left: 0 solid transparent !important;
        padding: 0;
    }

    .neext-step-box {
        text-align: left !important;
    }

    .neext-step-box {
        margin-top: 25px !important;
    }

    .neext-step-box a {
        display: initial !important;
        padding: 10px !important;
        font-size: 16px !important;
    }

    .value-pro {
        align-items: center;
    }

    .value-pro .free {

        font-size: 16px !important;
    }

    .price-value.last-value {
        font-size: 14px !important;
    }

    .info-cart-title,
    .value-pro {
        border-bottom: 1px solid #ececec;
    }

    .info-cart-title {
        margin-bottom: 0 !important;
        font-size: 18px;

    }

    .wrap-cart-step-1 {
        padding-bottom: 0;
    }

    .col-left-content {
        margin: 0 !important;
    }

    .col-cart-left {
        padding: 0 15px !important;
    }

    .section_cart .info-prod-cart-box {
        margin-top: 50px !important;
    }

    .block-product .desktop-show {
        display: block;
    }

    .block-product .section_product_hot-tr {
        display: none;
    }

    .list-video-detail li {
        width: calc(100% / 3 - 10px);
    }

    .section_product_detail {
        padding: 15px 0;
    }

    .list_menu_nav_ditelmobi {
        display: block;
        margin-bottom: 15px;
    }

    .list_menu_nav_diteldestop {
        display: none;
    }

    .merce_price .locgia:nth-child(1) {
        display: none;
    }

    .yecau_desktop {
        display: none;
    }

    .yeucaugoi_mobi {
        display: block;
    }

    .form-tuvan form {
        align-items: center;
    }

    .box-item-tuvan {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tab_ditel_s1 iframe {
        height: 520px;
    }

    .form-group {
        margin-bottom: 0 !important;
    }

    .auto_tintuc_home:hover button.slick-prev {
        width: 30px;
    }

    .auto_tintuc_home button {
        font-size: 20px;
    }

    .auto_tintuc_home button.slick-prev {
        left: 15px;
        top: 30px;
        background: #ffffffba;
        z-index: 10;
        height: calc(100% - 30px);
        transform: translateX(-15px);
        background: transparent;
        opacity: 1;
        width: 30px;
        overflow: hidden;
        transition: 0.5s;
        color: #000;
    }

    .img_nav_mobi {
        display: block;
    }

    .img_nav_destop {
        display: none;
    }

    .info_left .img_nav {
        height: auto;
    }

    .all_nav_imgditel {}

    .info_left .img_nav .img_item {
        border: none;
        padding: 10px;

    }

    .info_left .img_nav .img_item img {
        width: 100%;
    }

    .all_nav_imgditel .img_nav {
        overflow: hidden;
    }

    .list_menu_nav_ditel p {
        margin-top: 20px;
    }

    .info_product_detail_main .info_left {
        width: 100%;
    }

    .info_product_detail_main .info_right {
        width: 100%;
    }

    .block_pad_pro .box {
        margin-bottom: 20px;
    }

    .section_product_hot {
        padding-bottom: 0;
    }

    .list_post .box {
        margin-bottom: 30px;
    }

    .list_post.slider {
        padding-top: 15px;
    }

    .section_post_home {
        padding-bottom: 0px;
    }

    .wrap-box-top .left {
        width: 100%;
    }

    .section_product {
        padding-bottom: 20px;
    }

    .produc {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .nguoi-noi-tieng .box-nnt {
        margin-bottom: 20px;
    }

    .nguoi-noi-tieng {
        padding-bottom: 20px;
    }

    .tin-tuc {
        padding-bottom: 0;
    }

    .lien-quan {
        padding-bottom: 0;
    }

    .hoptac_top {
        padding: 30px 0;
    }

    .hoptac_top .info_hoptac {
        flex-wrap: wrap;
        justify-content: unset;
        align-items: unset;
    }

    .box_hoptac_left {
        width: 100%;
        margin-bottom: 15px;
    }

    .box_hoptac_right {
        width: 100%;
    }

    .section3_akimax_mb {
        display: block;
    }

    .section3_akimax {
        display: none;
    }

    .motion_product {
        padding: 30px 0 0;
    }

    .box_baogom .box_image_full {
        width: 100%;
    }

    .box_baogom .list_image_mini {
        width: 100%;
    }

    .box_baogom {
        flex-wrap: wrap;
    }

    .box_baogom .box_image_full {
        margin-bottom: 35px;
    }

    .section_product .box_content_slide .desc1 {
        font-size: 26px;
    }

    .section_product .box_content_slide .desc2 {
        font-size: 20px;
    }

    .section_product .content_slide_item {
        padding-top: 30px;
    }

    .section_slide_row {
        display: block;
    }

    .cleaner_section1 .item {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .cleaner_section1 .item .box_info .title {
        top: 0;
    }

    #sectionPin {
        display: none;
    }

    .cleaner_section1 .item .box_info .image img {
        right: 0;
    }

    .cleaner_section1 .item .box_info .title {
        font-size: 24px;
        max-width: 200px;
    }

    .cleaner_section1 {
        min-height: 100vh;
    }

    .cleaner_section1 .item .box_info .description {
        font-size: 16px;
        max-width: 300px;
    }

    .list-room-rates .box .image {
        width: 100%;
    }

    .list-room-rates .box .info {
        width: 100%;
        padding: 25px 0;
    }

    .list-room-rates .item:nth-child(even) .image {
        order: 1;
    }

    .list-room-rates .item:nth-child(even) .box .info {
        order: 2;
    }

    .list_cate_pro .box_item_left {
        width: 100%;
    }

    .list_cate_pro .box_item_right {
        width: 100%;
    }

    .list_cate_pro .item:nth-child(even) .box_item_left {
        order: 1;
    }

    .list_cate_pro .item:nth-child(even) .box_item_right {
        order: 2;
    }

    .banner_top {
        height: 250px;
    }

    .list_service .item {
        width: 50%;
    }

    .about_detail {
        flex-wrap: wrap;
    }

    .about_detail .mota {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }

    .about_detail .image {
        width: 100%;
        order: 2;
        margin-right: 0;
    }

    .about_detail .description {
        max-height: unset;
        padding-right: 0;
    }

    .wrap-box-top .right {
        width: 100%;
        padding: 20px;
        order: 1;
    }

    .list_tieu_chi .item {
        width: 50%;
        margin-bottom: 15px;
    }

    .box_about_us {
        width: 100%;
    }

    .box_about_right {
        width: 100%;
    }

    .item-number .box .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .banner_right {
        display: none;
    }

    .item-number .box {
        flex-wrap: wrap;
    }

    .item-number .box .right {
        width: 100%;
        flex: unset;
        max-width: unset;
    }

    .video iframe {
        height: 518px;
    }

    .banner_quangcao {
        /* display: none; */
    }

    .wrap_home .main_left {
        width: 100%;
        margin-right: 0;
    }

    .wrap_home .main_right {
        width: 100%;
    }

    .box_news_flex .banner_flex {
        display: none;
    }

    .list_news_flex {
        width: 100%;
    }

    .video-detail-body-wrapper .alignCenter {
        margin-bottom: 0;
        float: left;
    }

    .vdbw-title {
        margin-bottom: 15px;
    }

    .vdbw-left {
        width: 100%;
        padding: 25px 0 10px 0;
    }

    .vdbw-right {
        width: 100%;
    }

    .list_news_flex .item .box .image a {
        padding-bottom: 88%;
    }

    .list_news_flex .item:first-child .box .image a {
        padding-bottom: 88%;
    }

    .video-detail-body-wrapper {
        margin-bottom: 30px;
    }

    .box_content_video {
        display: flex;
        flex-wrap: wrap;
    }

    .box_content_video .box_right {
        width: 100%;
        order: 1;
    }

    .box_content_video .box_left {
        width: 100%;
        order: 2;
    }

    .topnews_right {
        width: 100%;
    }

    .box_wrap_detail .detail_left {
        width: 100%;
    }

    .box_wrap_detail .detail_right {
        width: 100%;
        margin-bottom: 30px;
    }

    .cungchuyenmuc .listnews ul li .image img {
        height: 184px;
    }

    .boxhighlight {
        width: 60%;
    }

    .boxmostview {
        width: 40%;
    }

    .topnews_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .boxmostview .bignews img {
        height: auto;
    }

    .special_news .image {
        width: 83%;
    }

    .wrap_qc_home2 .special_news .image {
        width: 83%;
    }

    .box_video_home .smallvideo ul li img {
        height: 140px;
    }

    .wrap_video_home .box_video_home .smallvideo ul li img {
        height: 40px;
    }

    .wrap_new2 .box_left {
        width: 100%;
        margin-right: 0;
    }

    .wrap_new2 .box_right {
        display: none;
    }

    .box_small_right {
        width: 100%;
    }

    .box_small_center {
        margin-right: 0;
        width: 65%;
    }

    .box_small_left {
        width: 32%;
        margin-right: 3%;
    }

    .list_image_video .item .image img {
        height: 180px;
    }

    .list_banner_right .item {
        width: 49%;
        float: left;
    }

    .list_banner_right .item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 2%;
    }

    .docnhieunhat {
        width: calc(100% - 203px);
    }

    .docnhieunhat .listnews ul {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }

    .docnhieunhat .listnews ul li h3 {
        width: calc(100% - 38px);
    }

    .vod-content {
        padding: 0 15px;
    }

    .list_news_home .item {
        margin-bottom: 15px;
    }

    .news_home {
        margin-bottom: 10px;
    }

    .list_why {
        width: 100%;
        margin-top: 5px;
    }

    .banner_center {
        margin: 0 0 10px;
    }

    .list_why .box .desc {
        max-width: 250px;
    }



    .section_product .content_slide_item {
        padding-top: 10px;
    }

    .box-buy a {
        width: 100%;
        padding: 0;
    }

    .video_product .box_video iframe {
        height: 400px;
    }
    
}

@media (max-width: 860px) {
    .info_product_detail_main .info_left .image img {
        height: 600px;
    }

    .info_left .img_nav .img_item img {
        height: 200px;
    }

    .title_home {
        width: 35% !important;
    }


    .item-ho-tro .info-ho-tro-desc p {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


}

@media (max-width:767px) {
    .title_home h2{
        font-size: 16px;
    }
   
    .logo-footer {
        text-align: center !important;
    }
	.produc .list_post .box .cart-item .quantity-cart .box-quantity input {
		width: 55%;
		border: none;
	}
    .icon-vc {
        margin-bottom: 3px;
        width: 20%;
        margin-right: 1%;
        display: inline-block;
    }

    .text-vc {
        width: 100%;
        text-align: left;
        display: inline-block;
    }

    .slider__desktop {
        display: none;
    }

    .slider__mobi {
        display: block;
    }

    .text-vc span {
        font-size: 11px;
    }

    .list-menu_nav .menu_leght {
        width: 100%;
    }

    #myTabContent tr {
        display: flex;
        flex-direction: column;
    }

    #myTabContent tr td {
        width: 100% !important;
    }

    .icon-vc img {
        height: 35px;
    }

    .list-attr1 {
        flex-wrap: wrap;
    }


    .btn_ditel button {
        width: 50%;
    }

    .btn_ditel .buy_now_button {
        margin-right: 0;
    }

    .list-attr1 .attr-item {
        width: 100%;
    }

    .box-text-ss-2 h2 {
        font-size: 20px;
    }

    .btn_ditel {
        width: 100%;
        display: flex;

    }

    .block_pad_pro .box {
        margin-bottom: 20px;
    }

    .section_property2 {
        display: block;
    }

    .list_feature .box .info {
        padding: 0;
    }

    .list_post .box {
        padding: 0;
    }

    .cong_nghe_tach_bui2_mb {
        display: block;
    }

    .cong_nghe_tach_bui2 {
        display: none;
    }

    .block_pad_pro .row {
        margin: 0 -15px;
    }

    .cleaner_section1 {
        display: none;
    }

    .section_congdung_vacuum {
        padding: 30px 0 10px;
    }

    .section_congdung_cleaner {
        padding: 30px 0 10px;
        display: block;
    }

    .section_baogom.section_baogom_vacuum {
        padding-bottom: 0;
    }

    .section_baogom.section_baogom_vacuum .box_phukien_danang_left {
        padding-top: 0;
    }

    .section3_purifier .box_section3_purifier {
        padding: 0;
    }

    .box_section3_purifier .box .info .description {
        font-size: 15px;
        line-height: 20px;
    }

    .box_section3_purifier .box .info h3 {
        font-size: 24px;
        margin: 0 0 5px;
    }

    .box_section3_purifier .box .info {
        width: calc(100% - 140px);
        padding-left: 15px;
    }

    .list_post.slider {
        padding-top: 0;
    }

    .box_section3_purifier .box .image {
        width: 140px;
        height: 140px;
    }

    .section_property {
        display: none;
    }

    .list_cate .item {
        width: 50%;
    }

    .section_product .content_slide_item {
        padding-top: 22px;
    }

    .box-text-ss-2 h4 {
        font-size: 16px;
    }



    .section_product_hot {
        padding: 10px 0 0;
    }

    .baner {
        padding-top: 0;
    }

    .nguoi-noi-tieng {
        padding-bottom: 10px;
    }

    .section_post_home {
        padding: 30px 0 0;
    }

    .item-new .box .image {
        width: 50%;
    }

    .item-new .box .content {
        width: 50%;
        padding: 30px;
    }

    .list-news-blog .fo-03-col-news:nth-child(1),
    .list-news-blog .fo-03-col-news:nth-child(6) {
        width: 100%;
    }

    .picpl:hover {}

    .xem {
        opacity: 1;
    }

    .xem i {
        color: #fff;
    }

    .list_news_col .box .info {
        padding-left: 10px;
        width: calc(100% - 170px);
    }

    .list_news_col .box .image {
        width: 170px;
        height: 110px;
    }

    .list_news_col .box .info h3 {
        margin-bottom: 4px;
        margin-top: 0px;
        font-size: 15px;
        line-height: 20px;
    }

    .list_news_col .desc {
        display: none;
    }

    .box_news_hot .image img {
        height: 260px;
    }

    .box_news_hot {
        flex-wrap: wrap;
    }

    .box_news_hot .image {
        width: 100%;
    }

    .box_news_hot .info {
        width: 100%;
    }

    .news-box2 .list-slide-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wrap_home .main_left {
        padding-top: 15px;
    }

    .title_in {
        margin-bottom: 10px;
    }

    .title_in2 {
        margin-bottom: 10px;
    }

    .box_time {
        line-height: 28px;
    }

    .list-news2 .list-news2-item {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .list-news2 .list-news2-item h3 {
        font-weight: 500;
    }

    .list_why {
        flex-wrap: wrap;
    }

    .list_why .item {
        width: 50%;
    }

    .view_more {
        width: 100px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }

    .news-box2 {
        flex-wrap: wrap;
    }

    .list-news2 {
        width: 100%;
    }

    .boxmostview .smallnews {
        height: auto;
    }

    .boxhighlight .subcate ul li:after {
        margin-left: 6px;
    }

    .boxhighlight .subcate ul li {
        padding-right: 6px;
    }

    .wrap_slide_newstop {
        display: none;
    }

    .wrap_video_home .box_video_home .video_show {
        width: 100%;
        margin-bottom: 0;
    }

    .wrap_video_home .box_video_home .smallvideo {
        width: 100%;
    }

    .list_news_flex .item {
        width: 50%;
    }

    .list_news_flex .item:first-child {
        width: 100%;
    }

    .list_news_flex .item .box .image a {
        padding-bottom: 70%;
    }

    .list_news_flex .item:first-child .box .image a {
        padding-bottom: 70%;
    }

    .wrap_video_home .box_video_home .video_info {
        width: 185px;
        height: 294px;
    }

    .wrap_video_home .box_video_home .video_iframe {
        width: 100%;
    }

    .wrap_video_home .box_video_home .video_iframe iframe {
        height: 294px;
    }

    .vod-content {
        margin: 20px auto 0;
    }

    .cungchuyenmuc .listnews ul li {
        width: 50%;
    }

    .cungchuyenmuc .listnews ul li .image img {
        height: 215px;
    }

    .boxhighlight {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }

    .boxhighlight .listnews .bignews .image {
        margin-bottom: 10px;
    }

    .boxmostview {
        width: 100%;
        padding-left: 0;
        background-image: unset;
    }

    .box_new_type2 {
        flex-wrap: wrap;
    }

    .box_tinhay {
        width: 100%;
        padding-right: 0;
    }

    .danhgiaxe {
        width: 100%;
    }

    .video iframe {
        height: 430px;
    }

    .aqua_city {
        flex-wrap: wrap;
    }

    .aqua_city .image {
        width: 100%;
    }

    .aqua_city .info {
        width: 100%;
        padding: 0 15px 15px 15px;
    }

    .inforActive {
        margin-top: 15px;
        position: unset;
    }

    .logo-wrap {
        width: auto;
        margin-right: 30px;
        display: flex;
    }

    .avatar_desc {
        font-size: 12px;
        line-height: 23.6667px;
        position: unset;
        transform: unset;
    }

    .list_image_video .item .image img {
        height: 160px;
    }

    .form-search-icon {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        max-width: unset;
    }

    .box-support .col-support-item {
        width: 100%;
    }

    .box_top_video .pagetitle {
        height: 44px;
        font-size: 20px;
        line-height: 44px;
        padding-left: 20px;
        width: 160px;
    }

    .box_top_video .head-menu {
        width: calc(100% - 160px);
    }

    .box_top_video .head-menu ul li {
        line-height: 44px;
        margin-right: 40px;
        padding-left: 16px;
    }

    .box_top_video {
        height: 44px;
    }

    .box_top_video .head-menu ul li:before {
        top: 15px;
    }

    .box_top_video .head-menu ul li.star:before {
        top: 13px;
    }

    .box_top_video .head-menu ul {
        width: 300px;
        height: 44px;
    }

    .wrap_home .main_right {
        padding-top: 15px;
    }

    .box-content-product-1 .right {
        width: 100%;
    }

    .box-content-product-1 .left {
        display: none;
    }

    .section_product .box_content_slide .desc1 {
        font-size: 18px;
    }

    .section_product .box_content_slide .desc2 {
        font-size: 17px;
    }

    .box_btn_slide .buy_now {
        margin-right: 15px;
    }

    .box_btn_slide .buy_now a {
        min-width: 100px;
        line-height: 40px;
        font-size: 13px;
        padding: 0;
    }

    .box_btn_slide .btn_detail a {
        padding: 0;
        line-height: 40px;
        font-size: 12px;
        min-width: 130px;
    }

    .section_product .box_content_slide h3 {
        font-size: 0;
        margin: 0;
    }

    .info_product_detail_top .info_prod_l {
        width: 100%;
    }

    .info_product_detail_top .info_prod_r {
        width: 100%
    }

    .info_product_detail_top .info_prod_r .box_price .new_price {
        text-align: left;
    }

    .info_product_detail_top .info_prod_r .box_old_price {
        display: block;
    }

    .info_product_detail_top .info_prod_r .old_price {
        width: auto;
        display: inline-block;
    }

    .info_product_detail_main .info_pro_detail h1 {
        padding-top: 15px;
    }

    .info_product_detail_top .info_prod_r .save {
        width: auto;
        margin-right: 6px;
    }

    .info_product_detail_top .info_prod {
        padding: 5px 32px;
    }

    .info_product_detail_top {
        padding: 0;
    }

    .info_product_detail_top .info_prod_r .box_old_price {
        justify-content: left;
    }




    .wap_support .item .box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wap_support .item .box .image {
        justify-content: center;
        height: 40px;
    }

    .wap_support .item .box .name {
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    .wap_support .list_support {
        padding: 0;
        /* justify-content: space-evenly; */
    }

    .wap_support .item .box .image img {
        max-width: 40px;
    }

    .thong_tin_cd .item .box .image {
        width: 100%;
        order: 2;
    }

    .section_congdung_cleaner .thong_tin_cd .item .box .image {
        padding: 0 20px;
    }

    .thong_tin_cd .item .box .info {
        padding: 0;
        width: 100%;
        order: 1;
        margin-bottom: 10px;
    }

    .thong_tin_cd .item .box {
        margin-top: 30px;
    }

    .thong_tin_cd .item .box .info h3 {
        text-align: center;
    }

    .section_congdung_cleaner .thong_tin_cd .item .box .info h3 {
        color: #ffc800;
    }

    .section_congdung_cleaner .thong_tin_cd .item .box .info .description {
        color: #fff;
    }

    .list_param .item {
        width: 50%;
        margin-bottom: 15px;
    }

    .fixed {
        position: relative;
        background-color: #000;
        top: 0;
    }

    .info_product_detail_top.fixed {
        position: fixed;
        top: 46px;
    }

    .tab_scroll.fixed li a {
        color: #000;
    }

    .tab_scroll.fixed {
        position: fixed;
        top: 115px;
        background-color: #fff;
        box-shadow: 0 2x 6px 0 #ccc;
    }

    .box-buy a {
        width: auto;
        padding: 0 20px;
    }

    .line {
        display: none;
    }

    .video_product {
        margin-top: 30px;
    }

    .section_baogom .box_phukien_danang_right {
        width: 100%;
        order: 2;
        padding: 0;
    }

    .section_baogom .box_phukien_danang_left {
        width: 100%;
        order: 1;
    }

    .section_baogom .title {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .list_specifications .item {
        width: 100%;
    }

    .list_specifications .item_2 {
        top: 0;
    }

    .list_specifications .item_4 {
        top: 0;
    }

    .specifications {
        padding-bottom: 0;
    }

    .list_feature .item {
        width: 100%;
    }

    .list_feature .item_2 {
        top: 0;
    }

    .list_feature .item_4 {
        top: 0;
    }

    .section_feature {
        padding-bottom: 0;
        padding-top: 0;
    }

    .phukien_danang .box_phukien_danang_left {
        width: 100%;
        margin-bottom: 25px;
    }

    .phukien_danang .box_phukien_danang_right {
        width: 100%;
    }

    .phukien_danang .box_phukien_danang_left .image {
        width: 45%;
        order: 1;
    }

    .phukien_danang .box_phukien_danang_left .description {
        width: 55%;
        order: 2;
        padding-left: 20px;
    }

    .phukien_danang2 .box_phukien_danang_left .image {
        width: 45%;
        order: 1;
    }

    .phukien_danang2 .box_phukien_danang_left .description {
        width: 55%;
        order: 2;
        padding-left: 20px;
    }

    .phukien_danang2 .box_phukien_danang_right {
        width: 100%;
        order: 2;
    }

    .phukien_danang2 .box_phukien_danang_left {
        width: 100%;
        order: 1;
        margin-bottom: 25px;
    }

    .box_cong_nghe_loc .box_cong_nghe_loc_left {
        width: 100%;
        padding: 0;
    }

    .box_cong_nghe_loc .box_cong_nghe_loc_right {
        width: 100%;
    }

    .box_cong_nghe_loc .box_cong_nghe_loc_left .box .info {
        padding: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .box_cong_nghe_loc .box_cong_nghe_loc_left .box .info .description {
        text-align: center;
    }

    .phukien_danang {
        padding: 70px 0 20px;
    }

    .section_product_hot .title_h2 h2 {
        padding: 0;
    }

    .block-product .section_product_hot {
        margin-top: 0;
    }

    .list-menu_nav {
        justify-content: center;
    }

    .list-menu_nav-tr {
        justify-content: right;
        display: block;
    }

    .main .section_product_hot {
        background: #ED1C24;
    }

    .block_pad_pro .item .box .title_catologue h2 {
        font-size: 13px;
    }

    .content-tin-tuc {
        padding: 15px;
    }

    .list_pro .item {
        padding: 0 10px;
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media(max-width:550px) {
    .box-product-new{
        margin: 8px 0;
    }
    .block_pad_pro .item .box
    .box-product-new{
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .name-product-new{
        height: auto;
        margin-bottom: 0;
        margin-top: 0;
        min-height: 38px;
    }
    .price-product-new{
        padding: 0;
    }
    .image-product-new img{
        aspect-ratio: 1/1;
    }
   
    .title-tab ul{
        display: block;
    }
    .title-tab ul li{
        display: block;
    }
    .title-tab ul li::before{
        content: unset;
    }
    .block_pad_pro .box .image img {
        aspect-ratio: 1/1;
        display: block;
        margin-inline: auto;
    }

    .block_pad_pro .item .box {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 10px;
        margin-bottom: 0.5em;
    }

    .block_pad_pro .item .box .title_catologue {
        margin-top: 7px;
    }

    .block_pad_pro .item .box .title_catologue h2 {
        font-size: 12px;
        line-height: 15px;
    }

    .button.buy-now {
        font-size: 12px;
    }

    .info_product_detail_main .info_left .image img {
    height: auto;
    max-height: 260px;
    object-fit: cover;
    }

    .info_left .img_nav .img_item img {
height: 70px;
    object-fit: cover;
    }
    .info_left .img_nav .img_item {
            padding: 10px 2px;
    }

    .list-menu_nav-tr .form-group {
        width: 100%;
    }

    #myTabContent iframe {
        height: 200px !important;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    #myTabContent .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sumit_commethoidap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hoidap .input input {
        width: 100%;
    }

    .fomt_bg-tr .upfileimg ul li .img-wrap .bacu {
        background: transparent;
    }

    .fomt_bg-tr .img-wrap {
        height: 70px;
        width: 70px;
    }

    .aaaaa form .fomt_bg.fomt_bg-tr {
        /* margin-bottom: 0; */
    }

    #myTabContent tr {
        height: auto !important;
    }

    #myTabContent tr td {
        height: auto !important;
    }

    #myTabContent table {
        height: auto !important;
    }

    .review .bg_review {
        padding: 10px;
    }

    .review form .item {
        flex-wrap: wrap;
    }

    .review form .item input {
        width: 100%;
    }

    .box-comment button {
        margin-top: 0;
    }

    .itemEvaluate button {
        margin-bottom: 15px;
    }

    .text_ditel p span {
        font-size: 16px !important;
    }

    .upfileimg ul li .img-wrap .bacu {
        width: 78px;
        height: 78px;
    }

    .devvn_insert_attach {
        width: 55px;
        height: 55px;
        line-height: 48px;
    }

    .list-video-detail li {
        width: calc(100% / 2 - 8px);
    }

    .tab_ditel .nav-tabs {
        flex-wrap: wrap;
    }

    .alignleft {
        width: 32px;
        margin-right: 10px;
    }

    .box_price_detail {
        flex-wrap: wrap;
    }

    .box_price_detail .box_old_price {
        margin-left: 0;
    }

    .box_price_detail .giacu {
        font-size: 20px;
    }

    /* 
    .box_price_detail .box_old_price {
        width: 100%;
    } */
    span.line-tt {
        margin-top: -5px;
    }

    .tin-tuc {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .produc .title_h2 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .search_kh input {
        height: 38px;
    }

    .search_kh button {
        right: 8px;
    }

    .item-tt .box-nnt {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .footer-top {
        padding-top: 20px;
    }

    .giam {
        width: 60%;
    }

    .soc {
        width: 50%;
    }

    .sale {
        top: 15px;
    }

    .contet-nnt {
        padding-top: 0;
    }

    .item-prody {
        margin: 0 10px;
    }

    .list_post .box {
        margin-bottom: 15px;
    }

    .produc .title_h2 h2 {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 0;
        width: 200px;
        padding: 0 0 0 20px;
    }

    .produc {
        padding-bottom: 0;
    }

    .nguoi-noi-tieng {
        padding-top: 15px;
    }

    .content-tin-tuc h5 {
        margin-bottom: 8px;
        text-align: left;
        font-size: 17px;
    }

    .content-tin-tuc .text-tt {
        font-size: 15px;
    }

    .contet-nnt {
        margin: 0 -10px;
    }

    .item-tt {
        padding: 0 5px;
    }


    

    .icon-vc {
        flex: 0 0 45px;
    }

    .van-chuyen .text-vc p {
        font-size: 10px;
    }

    .section_product {
        padding-bottom: 0;
    }

    .tuvan_in {
        padding: 10px 10px 0 10px;
        margin: 0px 0 10px 0;
    }

    .box_hoptac_left .image {
        width: 100%;
        margin-bottom: 10px;
    }

    .box_hoptac_left {
        flex-wrap: wrap;
    }

    .box_hoptac_left .info {
        padding-left: 0;
        width: 100%;
    }

    .chinhsach_main .title {
        font-size: 28px;
    }

    #countdown #tiles li {
        margin: 0 5px;
        width: 54px;
    }

    .download_file {
        font-size: 17px;
    }

    .section_feature h2 {
        font-size: 30px;
        margin: 0 auto 30px;
    }

    .section1_akimax {
        padding: 30px 0 0;
    }

    .section2_akimax {
        width: 100%;
        padding: 30px 0;
        background-color: #000;
    }

    .section1_akimax .col-12,
    .section2_akimax .col-12 {
        padding: 0 20px;
    }

    .section1_akimax .title,
    .section2_akimax .title {
        padding-right: 40px;
    }

    .section1_akimax .title h2,
    .section2_akimax .title h2 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 10px;
        text-align: left;
    }

    .section1_akimax .image,
    .section2_akimax .image {
        margin: 0 -20px;
    }

    .section1_akimax .title .description,
    .section2_akimax .title .description {
        font-size: 15px;
        width: 100%;
        text-align: justify;
    }

    .section6_purifier {
        padding: 0 0 30px;
    }

    .loc_hepa_purifier .box_image_loc_hepa .item {
        padding: 0 20px;
    }

    .loc_hepa_purifier .box_image_loc_hepa .box_content {
        padding-right: 40px;
    }

    .loc_hepa_purifier .box_image_loc_hepa .name {
        font-size: 18px;
        color: #fff;
    }

    .section1_purifier .col-12 {
        padding: 0 20px;
    }

    .section1_purifier .title {
        padding-right: 40px;
    }

    .section1_purifier .image {
        margin: 0 -20px;
    }

    .loc_hepa_purifier .box_image_loc_hepa .description {
        font-size: 15px;
    }

    .cong_nghe_loc_purifier .col-12 {
        padding: 0 20px;
    }

    .box_cong_nghe_loc .box_cong_nghe_loc_left {
        padding-right: 40px;
    }

    .section1_purifier .title .description {
        font-size: 15px;
        text-align: justify;
    }

    .do_pa .box_pa {
        height: 500px;
        background-position: right center;
    }

    .cong_nghe_tach_bui2_mb .title {
        padding-right: 40px;
    }

    .cong_nghe_tach_bui2_mb .description {
        padding-right: 40px;
    }

    .info_product_detail_top .info_prod {
        padding: 5px 0;
    }

    .box_price_detail .new_price {
        font-size: 28px;
    }

    .list_image_mini .item {
        padding: 0;
        width: 46%;
    }

    .list_image_mini .item:nth-child(odd) {
        margin-right: 8%;
    }

    .list_param .box .label {
        font-size: 14px;
    }

    .list_param .box .value {
        font-size: 16px;
    }

    .box_baogom .list_image_mini {
        padding-right: 40px;
    }

    .info_product_detail_main .info_right {
        padding: 0 10px;
    }

    .box_price_detail .save {
        font-size: 12px;
    }


    .box-item-tuvan {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .yeu_cau_goi_lai h3 {
        font-size: 18px;
    }

    .yeu_cau_goi_lai input,
    .yeu_cau_goi_lai button {
        font-size: 14px;
        height: 30px;
    }

    .box_price_detail .old_price {
        font-size: 13px;
    }

    .info_product_detail_top .col-12 {
        padding: 0 20px;
    }

    .tab_scroll ul {
        padding: 0;
        justify-content: space-between;
    }

    .tab_scroll li:not(:last-child) {
        margin-right: 15px;
    }

    .tab_scroll li a {
        font-size: 15px;
        color: #000;
        display: inline-block;
        line-height: 30px;
    }

    .tab_scroll li.active a {
        font-size: 18px;
    }

    .param .title {
        text-align: left;
    }

    .list_param .box {
        text-align: left;
    }

    .list_param .item {
        padding: 0;
        width: 46%;
        padding-bottom: 15px;
        border-bottom: 1px solid #686868;
    }

    .list_param .item:nth-child(odd) {
        margin-right: 8%;
    }

    .list_param {
        padding: 0 60px 0 20px;
    }

    .param .title h2 {
        margin: 0 0 15px;
    }

    .wap_support {
        width: 100%;
        padding: 15px 0px;
        background-color: #fbfbfb;
    }

    .info_product_detail_main {
        padding-top: 0px;
    }

    .text_header {
        line-height: 30px;
        font-size: 20px;
    }

    .tab_ditel .nav-tabs .nav-link {
        padding: 8px;
    }

    .wap_support .item .box .name {
        width: auto;
        font-size: 14px;
        max-width: 170px;
        text-align: left;
    }

    .content_section_pro .box_btn_slide_mb .buy_now_mb a {
        line-height: 42px;
        font-size: 18px;
    }

    .content_section_pro .btn_detail_mb a {
        line-height: 42px;
        font-size: 18px;
    }

    .content_section_pro h3 img {
        height: 30px;
    }

    .section_product_mb .col-12 {
        padding: 0 40px 0 20px;
    }

    .content_section_pro h3 {
        margin-bottom: 15px;
    }

    .content_section_pro .desc1 {
        line-height: 33px;
        /* max-width: 254px; */
        margin-bottom: 15px;
        font-size: 28px;
    }

    .section_post_home .title_h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .section_post_home .title_h2 h2 {
        font-size: 22px;
    }

    .section_post_home .list_post .box .image {
        border-radius: 0;
    }

    .section_post_home {

        padding-bottom: 0;
    }

    .section_post_home .col-12 {
        padding: 0 40px 0 20px;
    }

    .section_post_home .list_post .box {
        /*width: 90%;*/
    }

    .content_section_pro .desc2 {
        font-size: 15px;
        line-height: 20px;
        text-align: left;
    }

    .title_h2 h2 {
        font-size: 25px;
        padding: 0;
        font-weight: 600;
        margin-bottom: 0;
    }

    .list_pro .box .info {
        padding: 15px 0 0;
    }

    .title_h2 {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .section_rela_prod .title_h2 {
        border-top: 1px solid #686868;
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 25px;
    }

    .section_rela_prod {
        padding: 0 0 30px;
    }

    .section_rela_prod .title_h2 h2 {
        margin-bottom: 0;
    }

    .btn_order_group .btn_buynow::before {
        top: 0;
        width: 20px;
        height: 20px;
    }

    .btn_order_group .btn_detail::before {
        top: 0;
        width: 20px;
        height: 20px;
    }

    .btn_order_group .btn_buynow,
    .btn_order_group .btn_detail {
        font-size: 17px;
        line-height: 20px;
    }

    .btn_order_group .btn_buynow {
        margin-bottom: 10px;
    }

    .list_pro .box {
        padding: 4px 0 10px;
    }

    .section_product_hot_homepage .list_pro .box {
        padding: 0;
    }

    .block_pad_pro {
        padding: 10px 5px;
    }

    .btn_order_group {
        margin-top: 20px;
    }


    .list_pro .box .info .desc {
        font-size: 15px;
    }

    .list_post .box .info h3 {
        text-align: center;
        font-weight: bold;
        height: auto;
        font-size: 15px;
        line-height: 20px;
        -webkit-line-clamp: 2;
        margin-bottom: 0;
    }

    .list_post .box .info {
        padding: 15px 5px 15px 5px;
    }



    .btn_detail_line a {
        padding-right: 7px;
        font-size: 24px;
        font-weight: 400;
        font-family: 'Futura';
    }

    .btn_detail_line:before {
        height: 1px;
    }

    .hexagon .box_exagon .hexagon_logo .image {
        width: 100%;
        height: 100%;
    }

    .section_property2 .item:last-child .image {
        margin: 0 -20px;
    }

    .section3_purifier {
        background-image: url(../images/92.jpg);
        padding: 10px 0;
    }

    .section5_purifier .image {
        padding: 0 20px;
    }

    .section6_max .image {
        margin: 0 -20px;
    }

    .section3_purifier .box_section3_purifier {
        width: 80%;
        min-height: 370px;
    }

    .box_section3_purifier .item .box {
        align-items: flex-start;
        padding: 10px;
        background-position: -22px top;
    }

    .hexagon {
        padding: 200px 0;
    }

    .motion_product .col-12 {
        padding: 0 20px;
    }

    .motion_product .title {
        padding-right: 40px;
    }

    .motion_product .title h2 {
        font-size: 24px;
        margin: 0 0 10px;
        text-align: left;
    }

    .motion_product .title .description {
        font-size: 15px;
        text-align: justify;
    }

    .block_motion_product .motion_wrap2 {
        left: 60px;
    }

    .block_motion_product .motion_wrap2 .image {
        width: 80vw;
    }

    .block_motion_product .phone {
        width: 50px;
    }

    .section4_purifier .col-12 {
        padding: 0 20px;
    }

    .section4_purifier .title {
        padding-right: 40px;
    }

    .section4_purifier .title h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
    }

    .section4_purifier .box_image_left .item:first-child {
        margin-bottom: 10px;
    }

    .section4_purifier .box_image_left .item {
        padding: 0 5px;
    }

    .section4_purifier .box_image_right .item {
        padding: 0 5px;
    }

    .section4_purifier .box_image {
        padding: 0 10px;
    }

    .section4_purifier .box_image_left {
        width: 66%;
    }

    .section4_purifier .box_image_right {
        width: 34%;
    }

    .section4_purifier .title {
        margin-bottom: 20px;
    }

    .section4_purifier .title .description {
        font-size: 15px;
        max-width: 100%;
        text-align: justify;
        line-height: normal;
    }

    .section5_purifier .col-12 {
        padding: 0 20px;
    }

    .section5_purifier .title {
        padding-right: 40px;
    }

    .section5_purifier .title h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
    }

    .section5_purifier .title .description {
        font-size: 15px;
        max-width: 100%;
        text-align: justify;
        line-height: normal;
    }

    .section6_max .col-12 {
        padding: 0 20px;
    }

    .section6_max .title {
        padding-right: 40px;
    }

    .section6_max .title h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
    }

    .section6_max .title .description {
        font-size: 15px;
        max-width: 100%;
        text-align: justify;
        line-height: normal;
    }

    .box_section3_purifier .box .image {
        width: 100px;
        height: 100px;
    }

    .box_section3_purifier .item {
        margin-bottom: 20px;
    }

    .box_section3_purifier .box .info h3 {
        font-size: 20px;
    }

    .box_section3_purifier .box .info .description {
        font-size: 14px;
        line-height: 18px;
    }

    .list_param_cong_nghe_loc .box .label {
        font-size: 16px;
    }

    .box_section6_purifier_right .info_content_section6 .title {
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
    }

    .box_section6_purifier_right .info_content_section6 {
        margin-bottom: 20px;
    }

    .box_section6_purifier_right .info_content_section6 .description {
        font-size: 15px;
    }

    .section1_purifier .title h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
    }

    .box_section6_purifier_left {
        order: 2;
        padding: 0;
        width: 100%;
    }

    .box_section3_purifier .box .info {
        width: calc(100% - 100px);
        padding-left: 10px;
    }

    .box_section6_purifier_right {
        order: 1;
        width: 100%;
        padding-left: 20px;
        padding-right: 60px;
    }

    .list_param_cong_nghe_loc .box .value {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
    }

    .box_cong_nghe_loc .box_cong_nghe_loc_left .box .info h2 {
        font-size: 24px;
        text-align: left;
        margin: 0 0 10px;
    }

    .loc_hepa_purifier .title h2 {
        font-size: 24px;
        text-align: left;
    }

    .list_param_cong_nghe_loc .item {
        width: 50%;
    }

    .list_param_cong_nghe_loc {
        padding: 0 5px;
    }

    .param_cong_nghe_loc .col-12 .image {
        margin: 0 -15px;
    }

    .box_cong_nghe_loc .box_cong_nghe_loc_left .box .info .description {
        font-size: 15px;
        text-align: justify;
    }

    .box_cong_nghe_loc .box_cong_nghe_loc_right .image {
        margin: 0 -20px;
    }

    .loc_hepa_purifier .col-12 {
        padding: 0 20px;
    }

    .loc_hepa_purifier .title .description {
        font-size: 15px;
        text-align: justify;
    }

    .loc_hepa_purifier .title {
        margin-bottom: 20px;
        padding-right: 40px;
    }

    .loc_hepa_purifier .box_image_loc_hepa {
        padding: 0;
    }

    .loc_hepa_purifier .box_image_loc_hepa .image {
        padding: 40px 0;
    }

    .phukien_danang .box_phukien_danang_left .description {
        font-size: 14px;
    }

    .phukien_danang2 .box_phukien_danang_left .description {
        font-size: 14px;
    }

    .list_tinhnang {
        margin: 0;
        padding: 0 10px;
    }

    .list_tinhnang .box .info h3 {
        font-size: 18px;
    }

    .list_tinhnang .box .info .description {
        font-size: 14px;
        line-height: 20px;
    }

    .tinh_nang .title_h2 h2 {
        padding-right: 0;
        text-align: left;
        width: 100%;
        margin-bottom: 30px;
    }

    .tinh_nang .title_h2:before {
        display: none;
    }

    .phukien_danang2 {
        padding: 20px 0 30px;
    }

    .phukien_danang2 .col-12 {
        padding: 0 20px;
    }

    .tinh_nang .title_h2 {
        margin: 0;
    }

    .list_tinhnang .item {
        padding: 0 10px;
    }

    .phukien_danang .title h2 {
        font-size: 32px;
        text-transform: initial;
        text-align: left;
    }

    .phukien_danang2 .title h2 {
        font-size: 32px;
        text-transform: initial;
        text-align: left;
    }

    .phukien_danang .title {
        padding-right: 40px;
    }

    .phukien_danang2 .title {
        padding-right: 40px;
    }

    .phukien_danang .title .description {
        font-size: 15px;
        line-height: 24px;
        text-align: justify;
    }

    .phukien_danang2 .title .description {
        font-size: 15px;
        line-height: 24px;
        text-align: justify;
    }

    .phukien_danang {
        padding: 30px 0 20px;
    }

    .phukien_danang .col-12 {
        padding: 0 20px;
    }

    .list_specifications .box .info {
        padding: 0 20px;
    }

    .list_specifications .list_chedo li .title_chedo {
        font-size: 14px;
        color: #feb801;
    }

    .list_specifications .list_chedo li .mota {
        font-size: 13px;
    }

    .list_specifications .box {
        padding-top: 35px;
    }

    .list_specifications .list_chedo {
        padding: 0;
        padding-bottom: 20px;
        margin-top: 60px;
    }

    .list_specifications .box .info .desc {
        font-size: 15px;
        text-align: justify;
        padding-right: 40px;
    }

    .list_specifications .box .info .title {
        font-size: 24px;
        padding-right: 40px;
    }

    .list_feature .box .info {
        margin-bottom: 20px;
    }

    .list_feature .box {
        padding: 35px 20px;

    }

    .list_feature .box .info .desc {
        font-size: 15px;
        text-align: justify;
        padding-right: 20px;
    }

    .list_feature .box .info .title {
        font-size: 24px;
        padding-right: 20px;
    }

    .do_pa {
        padding: 25px 0;
    }

    .do_pa .col-12 {
        padding: 0 20px;
    }

    .do_pa .box_pa .name {
        font-size: 26px;
    }

    .do_pa .box_pa .number {
        font-size: 42px;
    }

    .specifications .col-12 {
        padding: 0 20px;
    }

    .section_feature .col-12 {
        padding: 0 20px;
    }

    .hexagon .box_exagon .hexagon_bg {
        height: 180px;
        width: 180px;
    }

    .hexagon .box_exagon .hexagon_logo {
        width: 150px;
        height: 150px;
    }

    .bo_loc_cleaner .list_item_loc {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .bo_loc_cleaner .list_item_loc .item {
        width: 100%;
    }

    .cleaner_section1 .item .box_info .title {
        font-size: 26px;
        max-width: 145px;
        top: 15px;
    }

    .cleaner_section1 .item .box_info .description {
        bottom: 0;
        font-size: 14px;
        max-width: 200px;
    }

    .section_baogom .box_phukien_danang_left ul li {
        margin-bottom: 10px;
        font-size: 15px;
        width: 50%;
        padding: 0 5px;
        line-height: 20px;
    }

    .section_guide .content_guide {
        margin-bottom: 20px;
        font-size: 18px;
        padding: 0 5px;
    }

    .section_lamsach_cleaner {
        background-color: #fff;
        display: none;
    }

    .section_rela_prod .list_rela_prod {
        padding: 0 10px;
    }

    .list_rela_prod .item {
        padding: 0 10px;
    }

    .section_lamsach_cleaner .title {
        margin-bottom: 20px;
    }

    .section_baogom .box_phukien_danang_left ul {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .bo_loc_cleaner .list_item_loc .box {
        display: flex;
        flex-wrap: wrap;
        padding-right: 40px;
    }

    .bo_loc_cleaner .list_item_loc .box .image {
        width: 100%;
        order: 2;
    }

    .bo_loc_cleaner .list_item_loc .box .info {
        width: 100%;
        order: 1;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin-bottom: 20px;
    }

    .bo_loc_cleaner .list_item_loc .box .info h3 {
        font-size: 24px;
        width: 100%;
        text-align: left;
        margin-top: 25px;
    }

    .bo_loc_cleaner .list_item_loc .box .image img {
        height: auto;
        object-fit: cover;
    }

    .bo_loc_cleaner .list_item_loc .box .info .desc {
        font-size: 15px;
        line-height: 24px;
    }

    .section_baogom {
        padding-top: 10px;
    }

    .section_baogom .title {
        font-size: 28px;
    }

    .section_lamsach_cleaner .title .description {
        font-size: 15px;
        line-height: 22px;
    }

    .section_lamsach_cleaner .title h2 {
        font-size: 30px;
    }

    .bo_loc_cleaner .title h2 {
        margin: 0 0 15px;
    }

    .bo_loc_cleaner .title .description {
        font-size: 15px;
        text-align: justify;
    }

    .bo_loc_cleaner .title {
        margin-bottom: 20px;
        padding-right: 40px;
    }

    .bo_loc_cleaner .col-12 {
        padding: 0 20px;
    }

    .bo_loc_cleaner .col-12>.image {
        border-bottom: 1px solid #b5b5b5;
        padding-bottom: 35px;
    }

    .bo_loc_cleaner {
        background-color: #fff;
        padding: 30px 0 30px;
    }

    .bo_loc_cleaner .title h2 {
        font-size: 28px;
        text-align: left;
    }

    .cong_nghe_tach_bui2 .block_content .noidung .desc {
        font-size: 16px;
        margin-top: 66px;
        padding-left: 20px;
    }

    .cong_nghe_tach_bui2 .block_content .noidung .desc:before {
        content: '';
        height: calc(100% + 50px);
        left: 50%;
        transform: translateX(-50%);
        bottom: 100%;
        width: 1px;
        background-color: #fff;
        position: absolute;
    }

    .cong_nghe_tach_bui2 .title h2 {
        top: 250px;
        padding: 0 50px;
    }

    .cleaner_section2 {
        padding: 20px 0;
    }

    .cleaner_section2 .col-12 {
        padding: 0 20px;
    }

    .purifier_section2 {
        padding: 20px 0;
    }

    .purifier_section2 .col-12 {
        padding: 0 20px;
    }

    .cong_nghe_tach_bui2_mb .col-12 {
        padding: 0 20px;
    }

    .cleaner_section2 .title h2 {
        font-size: 24px;
        margin-top: 0;
        text-align: left;
        padding-right: 40px;
    }

    .cleaner_section2 .title .description {
        font-size: 15px;
        text-align: justify;
        padding-right: 40px;
    }

    .cleaner_section2 .list_image .item:first-child {
        width: 100%;
    }

    .cleaner_section2 .list_image .item {
        width: 50%;
        padding: 0 7.5px;
        margin-bottom: 15px;
    }

    .cleaner_section2 .list_image {
        margin: 0 -7.5px;
        margin-top: 30px;
    }

    .purifier_section2 .title h2 {
        font-size: 24px;
        margin-top: 0;
        text-align: left;
        padding-right: 40px;
    }

    .purifier_section2 .title .description {
        font-size: 15px;
        text-align: justify;
        padding-right: 40px;
    }

    .purifier_section2 .list_image .item:first-child {
        width: 100%;
    }

    .purifier_section2 .list_image .item {
        width: 50%;
        padding: 0 7.5px;
        margin-bottom: 15px;
    }

    .purifier_section2 .list_image {
        margin: 0 -7.5px;
        margin-top: 30px;
    }

    .list-product-card {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .list-product-card>.row>.col-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .product-card .card-top .image-card {
        height: 160px;
    }

    .product-card .box {
        margin-bottom: 15px;
    }

    .list_cate_pro .box_item_right .product_view_more {
        line-height: 36px;
        font-size: 15px;
    }

    .list_cate_pro .box_item_right .info {
        padding: 20px 15px 15px;
    }

    .list_cate_pro .item {
        margin-bottom: 15px;
    }

    .banner_top {
        height: 100px;
    }

    .box_content_banner .title {
        font-size: 28px;
        margin: 0 0 7px;
    }

    .list_service .item {
        width: 100%;
    }

    .list_tieu_chi {
        padding: 0 8px;
    }

    .list_tieu_chi .box .name {
        font-size: 17px;
    }

    .list_tieu_chi .item {
        padding: 0 7px;
    }

    .book_room {
        padding: 20px 0;
    }

    .form_book .form-group {
        margin-right: 0;
    }

    .form_book .form_ngay_nhan {
        width: 100%;
    }

    .form_book .form_ngay_tra {
        width: 100%;
    }

    .form_book .form_loai_phong {
        width: 100%;
    }

    .form_book .form_email {
        width: 100%;
    }

    .form_book .form_phone {
        width: 100%;
    }

    .form_book button.form-control {
        width: 100%;
    }

    .tuvan_in .left_in {
        width: 100%;
        float: left;
    }

    .list_counter .item .box {
        height: 90px;
    }

    .tuvan_in .right_in {
        width: 100%;
        float: right;
        position: relative;
        height: 250px;
    }

    .tuvan_in .right_in img {
        position: absolute;
        bottom: 0;
        width: 200px;
        text-align: center;
    }

    .tuvan_in .left_in h2 {
        font-weight: 600;
        font-size: 25px;
    }

    .images_taisao {
        display: none;
    }

    .list_why .box .desc {
        max-width: 210px;
    }

    .list_why .box .image {
        width: 70px;
        float: left;
        padding-top: 15px;
    }

    .list_why .box .desc h2 {
        font-size: 17px;
    }

    .list_why .box .desc {
        text-align: left;
    }

    .list_why2 .box .desc {
        max-width: 210px;
    }

    .list_why2 .box .image {
        width: 60px;
        padding-top: 15px;
    }

    .list_why1 {
        width: auto;
        margin: 0 0 15px 0;
    }

    .desc2 {
        line-height: 25px;
        text-align: justify;
    }

    .form_dn_in button {
        width: 120px;
        height: 35px;
    }

    .item-about:last-child {
        margin-bottom: 20px;
    }

    .tracuu_vandon {
        padding: 15px 0;
    }

    .search_kh {
        display: block;
    }

    .group-social ul span {
        display: block;
        font-size: 13px;
    }

    .pt_box_left .pt_list_new_main {
        width: 100%;
    }

    .pt_new_small .pt_images img {
        width: 120px;
        height: 110px;
    }

    .wrap-box-top .left {
        width: 100%;
    }

    .pt_new_small .pt_box_content .pt_desc {
        line-height: 20px;
        height: 62px;
    }

    .wrap-box-top .right {
        width: 100%;
    }

    .pt_new_small .pt_box_content {
        width: calc(100% - 120px);
    }

    .pt_list_new_small {
        width: 100%;
        padding-left: 0;
    }

    .pt_group_title_new .pt_group_title .pt_title_new {
        font-size: 14px;
        padding-left: 5px;
    }

    .title-top .text {
        width: 100%;
    }

    .wrap-breadcrumbs .breadcrumb {
        padding: 10px 0;
        row-gap: 5px
    }

    .section_product {
        padding-top: 5px;

    }

    .tab-product .nav-tabs {
        margin-top: 0;
    }



    .wrap-pro-tab-home .group-title .title {
        font-size: 22px;
    }

    .nav-tabs .nav-link {
        padding: 7px 10px;
    }

    .tim_don .title_timdon h2 {
        font-size: 18px;
    }

    .tim_don .form-dn {
        padding: 20px 0% 0px 0%;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        padding: 7px 10px;
    }

    .box-product-main {
        margin-bottom: 0;
    }

    .box-image-product {
        margin-bottom: 10px;
    }

    .blog-product-detail {
        padding: 10px 0;
    }

    .even .box_info .view_more {
        margin-top: 15px;
    }

    .even .box_info .desc2 {
        font-size: 15px;
        line-height: 22px;
    }

    .even .box_info .desc1 {
        font-size: 17px;
    }

    .title-top .sale-km {
        width: 100%;
    }

    .even .box_info {
        padding: 25px 15px 20px;
    }

    .why_choose_us {
        padding: 18px 0 10px;
    }

    .why_choose_us .group-title {
        margin-bottom: 15px;
    }

    .list_why .item {
        margin-bottom: 10px;
    }

    .why_choose_us .group-title .title {
        font-size: 24px;
    }

    .list_why .item .box .desc {
        font-size: 18px;
    }

    .list_why .item .box .image {
        margin-bottom: 8px;
    }

    .list_why .item .box .image img {
        height: 76px;
    }

    .list-navbar ul li {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .item-new .box .image {
        width: 100%;
    }

    .item-new .box .content {
        width: 100%;
    }

    .title_in h2 {
        font-size: 14px;
    }

    .title_in .view_more_top {
        font-size: 14px;
    }

    .title-nav-tab h3 {
        font-size: 16px;
    }

    .picpl .pic {
        height: 260px;
    }

    .list_news_col .box .info h3 {
        -webkit-line-clamp: 3;
    }

    .list_news_col .box_time {
        display: none;
    }

    .list_news_home .box .image img {
        height: 260px;
    }

    .title_in2 .view_more_top {
        display: none;
    }

    .first-news2 .image img {
        height: 260px;
    }

    .card-news-horizontal .content {
        width: 100%;
    }

    .card-news-horizontal .image {
        width: 100%;
    }

    .list_news_flex2 .item .box .image a {
        padding-bottom: 80%;
    }

    .list_news_flex2 .item .box .info h3 {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .box_video_home .smallvideo ul li h4 {
        margin-bottom: 10px;
    }

    .list_news_flex .item .box .info h3 {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .list_news_flex .item:first-child .box .info h3 {
        font-size: 20px;
    }

    .vdbw-title {
        font-size: 20px;
        line-height: 24px;
    }

    .detailvideo .kbwcli-content .kbwcli-iframe iframe {
        height: 300px;
    }

    .box_top_video .head-menu {
        padding-left: 15px;
        width: calc(100% - 76px);
    }

    .box_top_video .head-menu ul {
        width: auto;
    }

    .box_top_video .head-menu ul li {
        margin-right: 25px;
    }

    .kbwclic-body-video {
        padding: 18px 15px;
    }

    .box_top_video .head-menu ul li a {
        font-size: 13px;
    }

    .kbvi-title a {
        font-size: 20px;
        line-height: 24px;
    }

    .box_top_video .pagetitle {
        width: 76px;
        font-size: 17px;
        padding-left: 15px;
    }

    .kbwcli-iframe iframe {
        height: 260px;
    }

    .cungchuyenmuc #search-place {
        display: none;
    }

    .cungchuyenmuc .listnews ul li .image img {
        height: 180px;
    }

    .boxhighlight .listnews .bignews .title {
        font-size: 18px;
        line-height: 24px;
    }

    .boxhighlight .subcate {
        width: auto;
    }

    .boxhighlight .titlebox {
        font-size: 15px;
        line-height: 24px;
        padding-right: 15px;
    }

    .boxhighlight .titlebox::after {
        content: '';
        transform: skew(348deg);
        top: 0;
        right: -34px;
    }

    .box_wrap_detail .content h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .cungchuyenmuc .listnews ul {
        margin: 0 -5px;
    }

    .cungchuyenmuc .listnews ul li {
        padding: 0 5px;
    }

    .img_left_docnhieu a {
        width: 100%;
    }

    .title-h .text {
        width: 100%;
        font-size: 16px;
    }

    .img_left_docnhieu img {
        height: auto;
    }

    .boxembed {
        flex-wrap: wrap;
    }

    .img_left_docnhieu {
        width: 100%;
    }

    .docnhieunhat {
        width: 100%;
    }

    .special_news .image {
        width: 100%;
    }

    .wrap_qc_home2 .special_news .image {
        width: 100%;
    }

    .wrap_new2 {
        margin-top: 0;
    }

    .view_all a {
        width: 132px;
        line-height: 40px;
        font-size: 14px;
    }

    .special_news .info {
        width: 100%;
        height: auto;
        padding: 15px 10px 10px 15px;
        position: unset;
        text-align: left;
    }

    .special_news .info .zonename {
        right: 0;
        bottom: 0;
        position: relative;
        font-size: 13px;
    }

    .special_news .info .title {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
    }

    .special_news .info::before {
        display: none;
    }

    .special_news .image img {
        height: auto;
    }

    .special_news {
        margin: 0 0 15px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .danhgiaxe {
        padding: 20px 15px 10px 15px;
    }

    .danhgiaxe .listnews ul li:first-child {
        margin-top: 15px;
    }

    .danhgiaxe .listnews ul li {
        padding: 7px 0 7px;
    }

    .danhgiaxe .listnews ul li .title {
        font-size: 15px;
        line-height: 20px;
    }

    .box_wrap_new1 {
        display: flex;
        flex-wrap: wrap;
    }

    .box_small_center {
        width: 100%;
        order: 1;
        margin-bottom: 15px;
    }

    .box_small_left {
        width: 100%;
        order: 2;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .wrap-slide-home {
        padding: 15px 0 0;
    }

    .box_small_right {
        order: 3;
    }

    .wrap_new1 {
        margin-top: 15px;
    }

    .list_tin_center h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .video iframe {
        height: 300px;
    }

    .list_image_video .item .image img {
        height: 100px;
    }

    #countdown {
        width: 100%;
        margin-top: 20px;
    }

    .tab-link ul li {
        width: 100%;
    }

    .tab-link {
        position: unset;
    }

    .breadcrumbs ul>li>a {
        font-size: 16px;
    }

    .breadcrumbs ul>li:last-child a:last-child:after {
        font-size: 22px;
    }

    .wrap-partner .list-item .box {
        padding: 12px 0;
    }

    .title-tam-nhin img {
        margin-right: 16px;
        height: 48px;
    }

    .blog-lienhe-hoptac {
        padding: 30px 0;
    }

    .item-tam-nhin .desc {
        line-height: 26px;
        font-size: 18px;
    }

    .form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
        font-size: 18px;
    }

    .form-contact-hoptac textarea {
        height: 100px;
    }

    .form-contact-hoptac .btn-view {
        margin-top: 5px;
        line-height: 48px;
        font-size: 20px;
    }

    .padding-content {
        padding: 25px 25px 35px;
    }

    .desc-ls {
        line-height: 26px;
        font-size: 18px;
    }

    .wrap-partner .group-title .title {
        font-size: 22px;
    }

    .group-title {
        margin-bottom: 10px;
    }

    .wrap-partner {
        margin-top: 0;
        padding: 15px 0 10px;
    }

    .title-ls {
        font-size: 24px;
    }

    .title-form {
        font-size: 20px;
    }

    .title-tam-nhin {
        font-size: 28px;
        width: 225px;
        line-height: 48px;
    }

    .cate-dot-1 .slick-dots {}

    .wrap-partner .list-item {
        padding: 0 30px;
    }

    .wrap-partner .list-item img {
        height: 80px;
        width: auto;
        object-fit: contain;
    }

    .wrap-partner .list-item .item {
        padding: 10px;
    }

    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-prev,
    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-next {
        height: 30px;
        width: 30px;
    }

    .cate-arrows-1 .slick-prev {
        left: -15px;
    }

    .cate-arrows-1 .slick-next {
        right: -15px;
    }

    .slide_home .cate-arrows-1 .slick-prev {
        left: 15px;
    }

    .slide_home .cate-arrows-1 .slick-next {
        right: 15px;
    }

    .title-xemthem {
        font-size: 20px;
    }

    .group-title .title {
        font-size: 22px;
    }

    .group-title .desc-title {
        font-size: 14px;
    }

    .list-news-home {
        padding: 0 30px;
    }

    .item-ls-sm.slick-current .box {
        font-size: 18px;
    }

    .item_count {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .item_count .box_count .counter-value {
        font-size: 40px;
    }

    .wrap-system {
        padding: 25px 0 30px;
    }

    .box-bg-content {
        width: 100%;
        position: unset;
    }

    .box-bg-content .logo-bg {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .box-bg-content .button_tuvan {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }

    .box-bg-content .logo-bg img {
        max-width: 260px;
    }

    .list_tin_center .item:not(:first-child) .desc {
        display: none;
    }

    .box_video_home .video_show {
        flex-wrap: wrap;
    }

    .box_video_home .video_iframe {
        width: 100%;
    }

    .box_video_home .video_iframe iframe {
        float: left;
    }

    .box_video_home .video_info {
        width: 100%;
        height: auto;
        padding: 0 15px 15px 15px;
        background-color: #f1f1f1;
        overflow: hidden;
    }

    .wrap_video_home .box_video_home .video_info {
        width: 100%;
        height: auto;
    }

    .wrap_video_home .box_video_home .video_iframe {
        width: 100%;
    }

    .wrap_video_home .box_video_home .video_iframe iframe {}

    .box_video_home .video_info h3 {
        margin-bottom: 5px;
        margin-top: 15px;
        font-size: 17px;
        line-height: 20px;
    }

    .box_video_home .video_info .timeago {
        font: normal 12px/18px Arial;
        margin-bottom: 5px;
    }

    .box_video_home .smallvideo ul {
        display: flex;
        flex-wrap: wrap;
    }

    .box_video_home .smallvideo ul li {
        width: 50%;
    }

    .section_property2 .item .title {
        text-align: left;
        font-size: 28px;
    }

    .section_property2 .item .sub_title {
        text-align: left;
    }

    .section_property2 .item .desc {
        text-align: justify;
        font-size: 15px;
        line-height: 24px;
    }

    .section_property2 .col-12 {
        padding: 0 20px;
    }

    .section_property2 .item .box .info {
        padding-right: 40px;
    }

    .list_news_col .item {
        padding: 15px 0;
    }

    .box_tinhay .bignews ul li {
        width: 100%;
    }

    .title_in .date {
        display: none;
    }

    .news_detail .box_info h1 {
        font-size: 20px;
    }

    .view_detail a {
        font-size: 13px;
    }

    .even {
        padding: 15px 0;
    }

    .even .video_home {
        margin-bottom: 20px;
        padding: 10px 10px 5px 10px;
    }

    .even .video_home iframe {
        height: 200px;
        width: 100%;
    }

    .box-image-product {
        flex-wrap: wrap;
    }

    .box-image-product .image-main {
        width: 100%;
    }

    .list-small-image .pt-box {
        padding: 10px 0;
    }

    .product-detail-infor .box-infor h2 {
        font-size: 22px;
    }

    .list-small-image {
        width: 100%;
        order: 2;
        flex: 0 0 100%;
    }

    .small-image {
        height: auto;
    }

    .product-detail-infor .box-infor {
        padding-top: 0;
    }

    .list-small-image .slick-prev {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .list-small-image .slick-next {
        right: 0;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
    }

    .about_detail .mota {
        padding: 20px 15px 15px;
    }

    .content_cate_detail {
        padding: 20px 15px 15px;
        margin-bottom: 10px;
    }

    .info_product_detail_main .info_pro_detail h1 {
        font-size: 27px;
        padding-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 11px;
        line-height: normal;
    }

    .info_product_detail2 .name {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 26px;
        line-height: normal;
    }

    .select_size input:checked+label {
        height: 30px;
    }

    .wrap-price label {
        font-size: 15px;
    }

    .attr-item {
        display: inline-block;
    }

    .attr-item .form-group {
        display: inline-block;
        width: 150px;
    }

    .wrap-price .select_size label {
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        font-size: 14px;
        min-width: 60px;
    }

    .pro_mun a {
        height: 30px;
        width: 38px;
    }

    .pro_mun input {
        width: 60px;
        border-radius: 0px !important;
    }

    .list-attr1 .attr-item {
        display: inline-block;
        width: auto;
    }

    .list-attr1 .attr-item:last-child {
        float: right;
    }

    .info_product_detail_top .info_prod_r .box_buy a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 28px;
        color: #000;
        font-weight: 500;
        border-radius: 4px;
        width: 100%;
        text-align: center;
        text-transform: initial;
    }

    .info_product_detail_top .info_prod_r .box_buy {
        text-align: right;
    }

    .list-attr1 .attr-item:last-child .form-group {}

    .section_product_hot_homepage {}

    .section_product_hot_homepage .col-12 {}

    .info_product_detail_main .info_pro_detail .description ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .info_product_detail_main .info_pro_detail .description li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 6px;
        width: 100%;
    }

    .video_product .title {
        padding-top: 15px;
        text-align: left;
        padding-right: 40px;
        position: relative;
        margin-bottom: 15px;
    }

    .video_product .title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: calc(100% - 40px);
        background-color: #686868;
    }

    .video_product .title h2 {
        font-size: 26px;
        line-height: normal;
    }

    .video_product .title .description {
        text-align: justify;
        font-size: 15px;
    }

    .section_congdung_vacuum .title .description {
        font-size: 15px;
        text-align: justify;
    }

    .thong_tin_cd .item .box .info .description {
        font-size: 15px;
        text-align: justify;
    }

    .section_congdung_vacuum .title {
        text-align: left;
    }

    .video_product {
        margin-top: 15px;
    }

    .video_product .col-12 {
        padding: 0 20px;
    }

    .section_congdung_vacuum .title {
        padding-right: 45px;
        padding-left: 5px;
    }

    .section_congdung_vacuum .col-12>.image {
        margin: 0 -15px;
    }

    .info_product_detail_main .box_info_prod_main {
        padding: 0;
    }

    .section_congdung_vacuum .title h2 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .thong_tin_cd .item .box .info h3 {
        font-size: 24px;
        text-align: left;
        margin: 0 0 10px;
    }

    .thong_tin_cd .item .box {
        margin-top: 25px;
    }

    .box_baogom {
        padding: 0 20px;
    }

    .thong_tin_cd {
        padding: 0;
    }

    .thong_tin_cd .item .box .info {
        padding: 0 60px 0 20px;
        margin-bottom: 25px;
    }

    .section_slide_row {
        padding: 20px 10px;
    }

    .section_slide_row .box .title {
        padding: 0;
    }

    .section_slide_row .box .description {
        padding: 0;
        font-size: 15px;
        text-align: justify;
        min-height: 76px;
    }

    .section_slide_row .box {
        padding: 15px 20px;
    }

    .section_slide_row .box .info {
        min-height: 192px;
    }

    .cleaner_section1 .item .box_info {
        min-height: 86vh;
        display: flex;
        align-items: center;
    }

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .info_product_detail_top .info_prod_l .name {
        font-size: 17px;
        line-height: 24px;
    }

    .info_product_detail_top .info_prod_r .box_price .new_price {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .info_product_detail_top .info_prod_r .save {
        margin-right: 2px;
        font-size: 10px;
        line-height: 12px;
    }

    .info_product_detail_top .info_prod_r .old_price {
        font-size: 10px;
        line-height: 12px;
    }

    .info_product_detail_top .info_prod_r .box_old_price {
        line-height: 12px;
    }

    .tab_scroll .col-12 {
        padding: 0 20px;
    }

    .info_product_detail_main .info_left {
            padding-inline: 0;
    }

    .section_product_detail {
        padding: 0;
    }

    .section3_akimax_mb h2 {
        font-size: 30px;
    }

    .section3_akimax_mb .col-12>.image img {
        max-width: 180px;
    }

    .section3_akimax_mb .item .box .info {
        padding-right: 40px;
    }

    .section3_akimax_mb .item .box .info .title {
        font-size: 24px;
    }

    .section3_akimax_mb .item .box .info .desc {
        font-size: 15px;
        text-align: justify;
    }

    .info-ho-tro p span {
        font-size: 13pt !important;
    }

    .block_pad_pro .item {
        padding: 0 5px;
    }

    .block_pad_pro .row {
        margin: 0 -5px;
    }

    .block_pad_pro .box {
        margin-bottom: 10px;
    }

    .review form .item-tr label {
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #sendComment .vote {
        width: 100%;
    }

    .item.item-tr {
        flex-direction: column;
    }

    .tab_ditel {
        padding-top: 25px;
    }

    .list_pro .item {
        padding: 0 10px;
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .title_h2::after {
        left: 200px;
    }
    
    .title_h2:before {
        left: 199px;
    }
}

@media(max-width:440px) {

    .right_hoidap {
        line-height: 24px;
    }

    .btn_ditel .single_add_to_cart_button,
    .btn_ditel .buy_now_button {
        font-size: 16px;
        padding: 0 0px;
    }

    .logo-head .image img {
        height: auto;
    }

    .btn_ditel .single_add_to_cart_button a {
        white-space: nowrap;
    }

    .nav-tabs .nav-item {
        width: auto;
    }

    span.price-old {
        margin-right: 1px;
        font-size: 13px;
    }

    span.price-new {
        font-size: 13px;
    }

    .video_product .box_video iframe {
        height: 300px;
    }



    .info_product_detail_top .info_prod_r .box_price {
        width: 234px;
    }

    .info_product_detail_top .info_prod_r {
        justify-content: space-between;
    }

    .info_product_detail_top .info_prod_r .box_buy {
        width: calc(100% - 242px);
    }

    .list-menu_nav~.row>div:nth-child(2) {
        padding: 0 10px;
    }

    .title_home {
        width: 80% !important;
    }

    .list_post .box .image img {
        height: 160px;
        object-fit: cover;
        aspect-ratio: 1/1.25;
        object-position: top;
    }

}

@media (max-width: 375px) {
    .tin-tuc-home .info button {
        font-size: 12px;
    }

    .fomt_bg-tr .img-wrap {
        background: transparent;
    }

    .info_left .img_nav .img_item {
        padding: 5px;
    }

    .info_left .img_nav .img_item {
        margin-bottom: 0;
    }

    .img-wrap-box {
        position: relative;
    }

    .img-wrap .devvn_insert_attach {
        left: 50%;
        top: 46%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

    .box_video_home .smallvideo ul li img {
        height: 110px;
    }

    .wrap_video_home .box_video_home .smallvideo ul li img {
        height: 110px;
    }

    .info_product_detail_top .info_prod_r .box_buy a {
        padding: 0 4px;
        font-size: 11px;
    }

    .section_product_mb {
        padding-bottom: 440px;
    }

    .tab_scroll li a {
        font-size: 13px;
    }

    .list_news_col .item .box {
        flex-wrap: wrap;
    }

    .list_news_col .box .image {
        width: 100%;
        height: 210px;
        margin-bottom: 10px;
    }

    .list_news_col .box .info {
        width: 100%;
        padding-left: 0;
    }

    .video_product .box_video iframe {
        height: auto;
    }

    .logo-head .image img {
        height: 25px;
    }


    .box_section3_purifier .box .info h3 {
        font-size: 18px;
    }

    .section3_purifier .box_section3_purifier {
        width: 83%;
    }

    .box_section3_purifier .item .box {
        background-position: -38px top;
    }
}
