/*
Theme Name: Flastsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.product-category {
	display: none;
}

.slider-prod:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    border-right: 1px solid #dbdbdb;
}
.slider-prod:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    border-right: 1px solid #dbdbdb;
}
.col-widget {
	border-left: 1px solid #dbdbdb;
}
.col-widget .custom-html-widget ul,
.col-widget .custom-html-widget .box_style_content{
	padding-left: 15px;
}
.row-single-product {
	border: 1px solid #dbdbdb;
}

.row-single-product .col-product-left {
	border-right: 1px solid #dbdbdb;
}
.col-blog-title {
	border-right: 1px solid #d2d2d2;
}
.pt-5 {
	padding-top: 40px;
}
.btn-download {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
   color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    transition: padding 0.3s; /* Thêm transition */
}

.fa-arrow-right {
    display: inline-block;
	padding-left: 4px;
    transition: padding-left 0.3s; /* Thêm transition */
}

.btn-download:hover .fa-arrow-right {
	
    padding-left: 14px; /* Tăng padding khi hover */
}
form.cart {
	padding-left: 20px;
	
}
.woocommerce-loop-product__title a {
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.mobile-sidebar .nav-top-not-logged-in:before, .account-login:before {
	left: 10px;
}
.logo-nav {
	text-align: center;
}

.logo-nav img {
	width: 75%;
}
.top-slider .flickity-prev-next-button.previous {
	left: 10%;
}
.cat_prod .cat_title:after {
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: FontAwesome;
    content: '\f0d7';
}
.vnt-product.red-line {
	 border-top:4px solid #e50028;
}
.vnt-product {
	 border-top:4px solid #24a9e1;
	margin: auto;
}
.variations label {
	font-size: 16px;
}
.product-widget ul li a {
	font-size: 14px;
}
.nav-top-not-logged-in span {
	width: 85%;
}
.nav-top-not-logged-in,
.account-link.account-login {
	height: 50px;
	padding-left: 60px !important;
}
.header-nav-main .header-block {
	width: 71%;
}
.nav-top-not-logged-in:before,
.account-login:before {
	content: "\f007";
	position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #0066b4;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    color: #0066b4;
    padding: 4px;
    text-align: center;
    font-weight: normal;
}
.login a:before {
	position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #0066b4;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    color: #0066b4;
    padding: 4px;
    text-align: center;
    font-weight: normal;
}
.product-small ins span.amount {
	color: #e50028;
}
.header-search-form.search-form {
	width: 95%;
}
#slide_info .item{
	padding: 0 20px;
}
.content-status {
    width: 40px;
    float: left;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
    padding: 0 3px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f0343b;
    text-transform: uppercase;
}
.right-header {
	display:flex;
}
.news-content {
	width: 500px;
	padding-left: 20px;
}
.cart-item a {
	color: #fff !important;
}
.cart-item {
	width: 50px;
	text-align: center;
	background-color:#207bc1;
	border-radius: 6px;
} 
.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; /* khoảng cách giữa các phần tử */
}

.cart .custom-quantity-label {
    font-weight: bold;
    margin-right: 5px;
    white-space: nowrap; /* tránh bị xuống dòng */
}

.cart .ux-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
	margin-right: 206px;
}

.cart .ux-quantity__button {
    background-color: #f0f0f0;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.cart .input-text.qty {
    text-align: center;
    width: 50px;
    border: none;
    padding: 5px;
    outline: none;
}

/* Đặt các button Gọi ngay, Add to Cart, Buy Now trên 1 hàng */
.cart button {
    margin: 5px 0;
}

.cart button.custom-quantity-label {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
}

.cart button.single_add_to_cart_button,
.cart button.ux-buy-now-button {
    padding: 8px 15px;
    white-space: nowrap;
    border-radius: 4px;
}

/* Đưa 3 nút button nằm cùng hàng */
.cart {
    gap: 15px;
}

.cart button {
    flex: 1; /* Tự giãn ra để đều nhau nếu cần */
    min-width: auto;
}
.custom-price-wrapper .custom-price-title {
	display: inline-block;
	width: 200px;
}
.custom-price-wrapper .woocommerce-Price-amount {
	padding-left: 20px;
}
.single_add_to_cart_button {
	display: none;
}
.fa-money:before {
    content: "\f0d6";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-shield:before {
    content: "\f132";
}
.fa-refresh:before {
    content: "\f021";
}
.woocommerce-product-attributes-item__label, .woocommerce-product-attributes-item__value {
	font-weight: 100;
	color: #000;
}
.product_title {
	font-weight: 400;
	color: #000;
}
.box_wrap{
    padding: 20px;
}
.box_wrap .before{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 25px;
    padding-left: 25px;
    position: relative;
}
.box_wrap .before:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 25px;
    color: #0066b4;
}
 .word {
	color: #ed3136;
	font-weight: 700;
	 font-size: 24px;
}
    .effect-text {
	padding: 8px 0;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	text-transform: capitalize;
	color: white;
}
.word {
	display: inline-block;
	transform: translate3d(0, 0, 0);
}
.char {
	display: inline-block;
	visibility: hidden;
	transition: visibility 0s, opacity 0.5s linear;
	margin-right: 2px;
}
.char.visible {
	visibility: visible;
	opacity: 1;
}
.space {
	display: inline-block;
	width: 8px; /* Điều chỉnh kích thước khoảng trắng nếu cần */
}
@keyframes flip {
	from {
		transform: rotateY(90deg);
	}
	to {
		transform: rotateY(0deg);
	}
}

.phrase {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.phrase.visible {
	opacity: 1;
	/* Thêm hiệu ứng flip nếu cần */
	animation: flip 0.5s forwards; /* Thay đổi hoặc thêm hiệu ứng flip tùy ý */
}

.header-bottom-nav.nav-center li:hover > a {
	
	color: #DC2E25;
}
.header-bottom-nav.nav-center li a {
	font-size: 14px;
	color: #fff;
}
.header-nav.header-bottom-nav.nav-right li:active > a {
	color: #000;
}
.header-nav.header-bottom-nav.nav-right .sub-menu li a {
	color: #000;
}
.header-nav.header-bottom-nav.nav-right a {
	color: #fff;
}
.header-nav.header-bottom-nav {
	gap: 0 45px;
}
.header-bottom .flex-center {
	width: 50%;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link {
   
    border-bottom: 1px solid #ccc;
    border-left: 2px solid #007cbc;
	border-right: 2px solid #007cbc;
}
.icon1 .slick-cat a {
	color: #DC2E25;
}

.icon2 .slick-cat a {
	color: #007cbc;
}

#mega-menu-mega_menu li:nth-child(2) a.mega-menu-link:before{
	content: ".";
	
	color: transparent !important;
	width: 40px !important;
}
#mega-menu-mega_menu li:first-child a.mega-menu-link:before {
	background: url(/wp-content/uploads/2025/03/Thiet-ke-chua-co-ten-14.png) !important;
	
}

#mega-menu-mega_menu li:nth-child(2) a.mega-menu-link:before {
	background: url(/wp-content/uploads/2025/03/Thiet-ke-chua-co-ten-12.png) !important;
}

#mega-menu-mega_menu li:nth-child(3) a.mega-menu-link:before {
	background: url(https://iquatcongnghiep.vn/vnt_upload/product/03_2018/cat1.png) !important;
}
#mega-menu-mega_menu li:nth-child(4) a.mega-menu-link:before {
	background: url(https://iquatcongnghiep.vn/vnt_upload/product/03_2018/cat2.png) !important;
}
#mega-menu-mega_menu li:nth-child(5) a.mega-menu-link:before {
	background: url(https://iquatcongnghiep.vn/vnt_upload/product/07_2021/quat-cong-trinh-toa-nha_1.png) !important;
}
#mega-menu-mega_menu li:nth-child(6) a.mega-menu-link:before {
	background: url(https://iquatcongnghiep.vn/vnt_upload/product/03_2018/cat3.png) !important;
}
#mega-menu-mega_menu li:nth-child(7) a.mega-menu-link:before {
	background: url(https://iquatcongnghiep.vn/vnt_upload/product/03_2018/cat4.png) !important;
}
#mega-menu-mega_menu li:nth-child(8) a.mega-menu-link:before {
	background: url(https://iquatcongnghiep.vn/vnt_upload/product/07_2021/linh-kien-quat.png) !important;
}
#mega-menu-mega_menu li:nth-child(9) a.mega-menu-link:before {
	background: url(https://iquatcongnghiep.vn/vnt_upload/product/07_2021/icon-sanphamkhac.png) !important;
}
#mega-menu-mega_menu li:nth-child(10) a.mega-menu-link:before {
	background: url(https://iquatcongnghiep.vn/vnt_upload/product/03_2018/cat7.png) !important;
}

#mega-menu-mega_menu li:first-child a.mega-menu-link:before,
#mega-menu-mega_menu li:nth-child(2) a.mega-menu-link:before,
#mega-menu-mega_menu li:nth-child(3) a.mega-menu-link:before, 
#mega-menu-mega_menu li:nth-child(4) a.mega-menu-link:before, 
#mega-menu-mega_menu li:nth-child(5) a.mega-menu-link:before, 
#mega-menu-mega_menu li:nth-child(6) a.mega-menu-link:before,
#mega-menu-mega_menu li:nth-child(7) a.mega-menu-link:before,
#mega-menu-mega_menu li:nth-child(8) a.mega-menu-link:before,
#mega-menu-mega_menu li:nth-child(9) a.mega-menu-link:before,
#mega-menu-mega_menu li:nth-child(10) a.mega-menu-link:before
{
	content: ".";
	color: transparent !important;
	width: 40px !important;
}
del span.amount {
    color: #000;
}
  .tieudesp .product-page-price bdi {
                font-size: 25px;
            }

            .tieudesp .product-page-price del bdi {
                font-size: 18px !important;
            }


            .price-wrapper .price {
                margin-top: 10px;
            }
.txt-shopp {
    display: block;
    padding-top: 5px;
}
.btn-shopp-manual.btn-supp {
    background-color: #1d69c4;
}
.btn-shopp-manual {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    height: 45px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}
.btn-prod-shopping .btn-shopp-manual {
    color: #fff !important;
    display: block;
}
.btn-shopp-manual.btn-buy {
    background-color: #da251c;
}
.btn-buy-wrap {
    margin-bottom: 10px;
}
.btn-prod-shopping {
    background-color: #fff;
    padding: 0 10px 10px 10px;
}
.btn-prod-shopping .btn-shopp-manual {
    color: #fff !important;
    display: block;
}
.btn-buy-wrap, .btn-supp-wrap {
    width: 48.72%;
    display: inline-block;
    vertical-align: top;
}
.btn-prod-shopping {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}
.is-divider {
	display: none;
}
span.widget-title {
    background: url(https://quatcongnghiepviet.com/wp-content/uploads/2024/03/bg-tit-lg-x1.png);
    background-size: 100% 48px;
    display: block;
    height: 48px;
    color: #fff;
    line-height: 34px;
    padding-left: 10px;
}
.row-quathuongtruc .slick-cat .slick-slide {
	    color: #007CBC;
    font-weight: 700;
    font-size: 14px;
	display: block;
	width: 100%;
}
.nav-tabs+.tab-panels {
 
    padding: 10px;
}
.slick-prev.slick-arrow {
	right: -130px; 
}
.slick-next.slick-arrow {
	right: -170px; 
}
.slick-arrow {
	position: absolute;
	margin-right: 0;
	margin-bottom: 0;
}
.slick-cat a {
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
}
.slick-cat {
	height: 100%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    right: 15%;
    align-items: center;
    width: 60%;
}
.listCate .item_cate .title {
    background: #007cbc;
    width: 296px;
    height: 42px;
    display: inline-block;
    font-weight: 700 !important;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 18px;
    position: absolute;
    z-index: 10;
    color: #fff;
    line-height: 42px;
    padding: 0 15px 0 16px;
    top: 0;
}
 .listCate .item_cate .title {
   
    height: 42px;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 16px;
    position: absolute;
    z-index: 10;
    color: #fff;
    line-height: 42px;
    padding: 0 20px 0 16px;
    top: 0px;
}
.icon1  .listCate .item_cate .title{
	 background: #DC2E25 url(http://quatcongnghiepviet.com/wp-content/uploads/2024/03/icon-FF0000.jpg) no-repeat right center;
}
.icon1 .listCate {
	 border-bottom: 2px solid #DC2E25;
}
.icon2 .listCate .item_cate .title{
	background: #007CBC url(https://quatcongnghiepviet.com/wp-content/uploads/2024/03/icon-007CBC.jpg) no-repeat right center;
}
.icon2 .listCate {
	 border-bottom: 2px solid #007CBC;
}

.listCate .item_cate {
    float: left;
    width: auto;
    margin-top: 50px;
    display: block;
    max-width: 100%;
}
.listCate {
	position: relative;
    width: 100%
    background: #fff;
    height: 44px;
   
}
.q1 {
	height: 45px;
}
#mega-menu-title {
	background-color: #ed3136;
}
.box-text-products {
    padding: 10px 5px;
    min-height: 100px;
}
.row-quathuongtruc.border-top-product  {
	border-top-color: #3db142;
}
.row-quathuongtruc .section-title-main{
	background-color: #3db142;
}

.row-congnghiepdung.border-top-product  {
	border-top-color: #d20505;
}
.row-congnghiepdung .section-title-main{
	background-color: #d20505;
}

.row-quatcongnghiep.border-top-product  {
	border-top-color: #f6911d;
}
.row-quatcongnghiep .section-title-main{
	background-color: #f6911d;
}
.border-top-product .large-3 {
    padding: 0;
    background: #F6F6F6;
}
.border-top-product {

    border-top: 4px solid #00A2E3;
    border-left: 1px solid #dedede;
}
.section-title-normal span {
	margin-right: 0;
}
.section-title-main {
    background: #fff;
    background: #00A2E3 url(https://quatcongnghiep.vn/wp-content/uploads/2023/01/icon_bg_quatcongnghiep.png) no-repeat 5px;
    padding: 8px 8px 8px 40px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    margin-right: 0;
    font-family: 'RobotoCondensedBold', sans-serif;
}
.product-small.box x {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	color: red;
}
body.hide-vertical-menu #mega-menu-wrap-mega_menu #mega-menu-mega_menu {
    visibility: hidden;
}

#mega-menu-wrap:hover #mega-menu-wrap-mega_menu #mega-menu-mega_menu {
    visibility: visible;
}

body h1,h2,h3,h4,p {
	margin-bottom: 7px;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
top: 0;	
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link:hover {
	background-color: #24a9e1 !important;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link {
    background: #f4f4f4 !important;
	color: #000;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item {
	display: block;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	left: 100%;
	width: 285%;
	height: 400px;
	overflow-y: scroll;
}
.nav-tabs>li.active>a {
	border-top-color: #e50028;
}
.tabbed-content .nav {
	border-top: 4px solid #e50028;
}
.nav-tabs>li.active>a {
    background-color: #e50028;
	color: #fff;
}
.nav-tabs>li>a {
	border: none;
}
.slider-nav-outside .flickity-prev-next-button.previous,
.slider-nav-outside .flickity-prev-next-button.next {
	opacity: 1;
	top: -15.5%;
	background-color: #ccc;
}
.slider-nav-outside .flickity-prev-next-button.previous {
	
	left: 94.4%;
}
.slider-nav-outside .flickity-prev-next-button.next {
	right: 2%;
}
.slider-nav-circle .flickity-prev-next-button svg {
    border: 2px solid;
	border-radius: 0;
}
.slider-nav-outside.slider-nav-circle .next {
    margin-left: -16px;
}
.flickity-prev-next-button {
	height: fit-content;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}
.slider-nav-circle .flickity-prev-next-button svg {
	border: none;
}
.slider-nav-outside.slider-nav-circle .previous {
   margin-right: 0;
}
.slider-nav-circle .flickity-prev-next-button svg {
    background-color: #ccc;
}

.vnt-company .name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e50028;
    font-family: 'Roboto Condensed', sans-serif;
}
.vnt-company .before {
    position: relative;
    padding-left: 20px;
}
.vnt-company .before:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 24px;
    color: #e50028;
}
.fa-home:before {
    content: "\f015";
}
.vnt-company .before:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 24px;
    color: #e50028;
}
.vnt-company .before:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 24px;
    color: #e50028;
}
.fa-envelope:before {
    content: "\f0e0";
}
.vnt-company .before:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 24px;
    color: #e50028;
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
/*menu danh mục*/
ul.category li:hover ul.subcategory{
	display:block;
}
ul.subcategory li a{
	border-top:none !important;
}

ul.category {
    margin-bottom: 0;
}
.menu-young-plus ul li a:hover {
    color: #fff;
    background: #09a7f1;
}

ul.subcategory li a:hover {
    background: none;
    color: #09a7f1
}
.menu-young-plus {
	position:relative;
	list-style:none;
	font-weight:500;
    padding: 0;
    border: 0.1px solid #ccc;
}
.menu-young-plus ul li a {
    border-top: 0.1px dashed #ccc;
    padding: 5px;
    width: 100%;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
}
.menu-young-plus ul li {
    margin: 0;
	list-style:none;
}
.menu-young-plus ul li:nth-child(1) a {
    border-top: none;
}
ul.subcategory {
   display:none;
    width: 900px;
    background: white;
    position: absolute;
    left: 84%;
    min-height: 400px;
    top: -20px;
    padding: 5px;
    z-index: 99999;
    border: 1px solid #ccc;
}
ul.category li:hover ul.subcategory {
    display: grid;
    grid-template-columns:auto auto auto;
}
ul.subcategory li {
    padding: 0px;
    float: left;
}
ul.products {
    margin: 0;
    padding-left: 15px;
}
ul.products li{
   width:100%;
}
ul.products li a {
    font-size: 12px;

}
ul.products li:nth-last-child(1) {
    padding-bottom: 20px !important;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu { 
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
/* 	visibility: hidden; */
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link {
	background-color: #000;
}
/* .ot-vm-hover:hover > #mega-menu-wrap-mega_menu #mega-menu-mega_menu {
	visibility: visible;
} */
.brand-list {
	list-style: none;
}
ul.brand-list li {
	margin-left: 0;
	float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.brand-list li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
    color: #333333;
}
.cat_prod {
    position: relative;
}
.cat_prod .cat_title {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 30px 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #24a9e1;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}
.cat_prod.active .car_content {
    opacity: 1;
    visibility: visible;
}
.cat_prod .car_content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 10;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    overflow: auto;
    max-height: 517px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
}
.cat_prod .car_content ul li {
    border-bottom: 1px solid #dbdbdb;
}
.tag_view {
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
    height: 627px;
}
.tag_view .tv_tag {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
   padding: 18px 15px 12px 15px;
    position: relative;
    min-height: 291px;
}
ol, ul {
    list-style: none;
}
.tag_view .tv_tag ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
li {
    margin-left: 0 !important;
}
.tag_view .tv_tag ul li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
    color: #333333;
}
.tag_view .tv_view {
    overflow: hidden;
    margin: 40px 15px 0;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
}
.tag_view .tv_view .i-icon {
    height: 100px;
    margin-bottom: 10px;
}
.tag_view .tv_view .i-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tag_view .tv_view .i-link a {
    display: block;
    width: 100%;
    height: 100%;
}
.tag_view .tv_view .i-icon img {
    max-width: 100%;
    max-height: 100%;
}
.cat_prod .car_content ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
}
.vnt-tool {
	display: flex;
	justify-content: space-around;
}
.menu_mobile {
    float: right;
    position: relative;
    overflow: hidden;
    display: none;
}
.header_link a {
    display: block;
    height: 50px;
    width: 130px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 5px 50px;
    position: relative;
    overflow: hidden;
}
.header_link a:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #0066b4;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    color: #0066b4;
    padding: 4px;
    text-align: center;
    font-weight: normal;
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-file-text-o:before {
    content: "\f0f6";
}

.product-right .product-small .box-text {
	padding-bottom: 14px;
}
.row-product {
	border-top: 2px solid #24a9e1;
}

.get-infomation {
	display: flex;
	
}
form {
	margin-bottom: 7px;
}
.get-infomation input {
	margin-bottom: 0;
}
.row-quatreotuong {
    background: #fff;
    border-top: 4px solid #00A2E3;
    border-left: 1px solid #dedede;
}
.row-quatreotuong .section-title-main {
    background: #fff;
    background: #00A2E3 url(https://quatcongnghiep.vn/wp-content/uploads/2023/01/icon_bg_quatcongnghiep.png) no-repeat 5px;
    padding: 8px 8px 8px 40px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    margin-right: 0;
    font-family: 'RobotoCondensedBold', sans-serif;
}
.row-quatreotuong .large-3 {
    padding: 0;
    background: #F6F6F6;
}
.btn__view-more {
	margin-bottom: 0;
}
.row-blog {
	border: 1px solid #d2d2d2;

}
.row-blog .section-title-main{
	background: #00A2E3 url(https://quatcongnghiep.vn/wp-content/uploads/2023/01/icon_bg_quatcongnghiep.png) no-repeat 5px;
    padding: 8px 8px 8px 40px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    margin-right: 0;
    font-family: 'RobotoCondensedBold', sans-serif;
}
.row-blog .section-title-container {
    margin-bottom: 0;
}

.row-blog .section-title-normal span {
    border: none;
}

.row-blog .section-title-normal {
    margin-bottom: 0;
}

.slick-slide .inner {
  margin: 0 15px;
}

.title-partner {
	padding: 8px 0;
    background-color: #ececec;
    margin-bottom: 12px;
}
/* Css product */
.cat_prod {
    position: relative;
}

.cat_prod .cat_title {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 30px 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    background: #e50028;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}

.vnt-product .product-left{
    width: 20%;
    float: left;
}
.vnt-product .product-right{
    width: 80%;
    float: right;
}
.cat_prod {
    position: relative;
}

.tag_view .tv_tag {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px;
    position: relative;
    height: 236px;
}
.tag_view .tv_tag ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tag_view .tv_tag ul li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
    color: #333333;
}
.tag_view .tv_view {
    overflow: hidden;
    margin: 40px 15px 0;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
}
.tag_view .tv_view .i-icon {
    height: 100px;
    margin-bottom: 10px;
}
.tag_view .tv_view .i-icon img {
    max-width: 100%;
    max-height: 100%;
}
.tag_view .tv_view .i-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-prod {
    position: relative;
  
}
.slider-prod .w_item {
    width: 25%;
    float: left;
}
.slider-prod .item {
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.item-prod:after{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    content: '';
    border-top: 1px solid #f0343b;
    border-bottom: 1px solid #f0343b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
}
/*.item-prod:hover:after{*/
    /*left: 0;*/
    /*right: 0;*/
/*}*/
.item-prod:before{
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    content: '';
    border-left: 1px solid #f0343b;
    border-right: 1px solid #f0343b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
}
/*.item-prod:hover:before{*/
    /*top: 0;*/
    /*bottom: 0;*/
/*}*/
.item-prod .i-img{
 
    overflow: hidden;
    margin: 0 auto 15px;
}
.item-prod .i-img a{
    display: block;
    padding-top: 100%;
    position: relative;
}
.item-prod .i-img a img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.item-prod .i-title{
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 6px;
}
.item-prod .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.item-prod .i-price{
    font-size: 14px;
    line-height: 22px;
}
.item-prod .i-price .price-sale{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #d10000;
    margin-right: 10px;
}
.item-prod .i-price .price-regular{
    text-decoration: line-through;
    color: #bbbbbb;
}
.item-prod .i-status{
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    pointer-events: none;
}
.item-prod .i-status > div{
    margin-bottom: 3px;
}
.item-prod .i-mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(88,88,88, 0.9);
    z-index: 3;
    color: #ffffff;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-prod:hover .i-mask{
    opacity: 1;
    visibility: visible;
}
.item-prod .i-mask .i-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-prod .i-mask .i-link a{
    display: block;
    width: 100%;
    height: 100%;
}
.item-prod .i-mask .i-info{
    font-size: 13px;
    line-height: 23px;
}
.item-prod .i-mask .i-info .name{
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.item-prod .i-mask .i-info .i-content{
    margin-bottom: 10px;
}
.item-prod .i-mask .i-info .i-button{
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e50028;
    color: #ffffff;
    text-transform: uppercase;
}
.cat_prod.active .car_content {
    opacity: 1;
    visibility: visible;
}
.cat_prod .car_content ul li {
    border-bottom: 1px solid #dbdbdb;
}
ul {
    list-style: none;
    padding-left: 0;
}
.cat_prod .car_content ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
}
.cat_prod .car_content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 10;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    overflow: auto;
    max-height: 517px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
}
.tag_view .tv_tag ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tag_view .tv_tag ul li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
    color: #333333;
}

.item-prod {
    height: 335px;
    padding: 19px 14px;
    position: relative;
}
a {
    text-decoration: none;
}
.slider-prod .slick-arrow{
    width: 45px;
    height: 45px;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    color: #666666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slider-prod .slick-arrow:hover{
    background: #dbdbdb;
}
.slider-prod .slick-arrow:after {
    position: absolute;
    font-family: FontAwesome;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    line-height: 30px;
}
.slider-prod .slick-prev{
    left: auto;
    right: 0;
    margin-top: 22px;
}
.slider-prod .slick-next{
    margin-top: -22px;
}
.slider-prod .slick-prev:after {
    content: '\f104';
}
.slider-prod .slick-next:after {
     content: '\f105'; 
}
.slick-next,
.slick-prev
{
    right: 0 !important;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

.custom-sale-price span,
.custom-sale-price span bdi {
	color: #ff0000;
}

.badge-inner {
	background-color: #FF0000;
}
