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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-body-family);
	font-weight: 600;
	/*! margin: 10px 0; */
	padding: 0;
	color: #333;
}

table {
	width: 100%;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding-left: 10px;
	/* border: 1px solid #ddd; */
}

tr {
	margin-bottom: 10px;
}

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

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

p {
	padding: 0;
	margin: 0;
}

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

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

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

ol,
ul {
	margin: 0;
}

a:focus,
a:hover {
	text-decoration: none;
	cursor: pointer;
	color: var(--color-hover);
}

html {
	scroll-behavior: smooth;
}

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

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

.quangcao_in {
	margin-bottom: 10px;
}

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

.breadcrumbs {
	/* background: url(../images/bg-ss.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.overlay {
	display: none;
	position: fixed;
	z-index: 999900;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .4);
}

.overlay.active {
	display: block;
}

.scroll_log {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.menu_fix_mobile {
	position: fixed;
	z-index: 999999999;
	height: 100%;
	width: 320px;
	top: 0;
	right: 0;
	background: #fff;
	transition: all 200ms linear 0s;
	transform: translateX(100%);
	padding: 20px;
}

.btn-menu-mobile {
	cursor: pointer;
}

.main-menu-show {
	transform: translateX(0) !important;
	transition: all 200ms linear 0s;
	border-right: 1px solid #fff;
	overflow-y: scroll;
	/*! overflow: hidden; */
}

.menu_fix_mobile .close-menu {
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.menu_fix_mobile .close-menu .logo_menu {
	display: inline-block;
	padding: 10px 10px 10px 25px;
}

.menu_fix_mobile .close-menu .logo_menu img {
	width: auto;
	max-width: unset;
	height: 30px;
}

/* .menu-product {
        padding-bottom: 10px;
        margin-bottom: 15px;
        overflow: hidden;
    } */

.close-menu {
	padding-bottom: 15px;
}

.close-menu span {
	font-size: 14px;
	color: #222;
	font-weight: 600;
}

.menu_fix_mobile .close-menu>a {
	float: right;
	color: #000;
	/*! width: 50px; */
	/*! height: 52px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/*! background: #3e3938; */
	font-size: 14px;
}

.menu_fix_mobile ul {
	display: inline-block;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.menu_fix_mobile ul li {
	float: left;
	position: relative;
	margin: 0;
	transition: 0.4s;
	width: 100%;
	/* border-bottom: 1px solid #cdcdcd9c; */
}

.menu-c2-mobile ul li {
	border-bottom: 1px solid #cdcdcd9c;
}

.close-menu a i {
	color: #222;
}


.menu_fix_mobile ul li a {
	font-size: 14px;
	font-weight: 400;
	/*! text-transform: uppercase; */
	padding: 10px 0px;
	color: #222;
	display: inline-block;
	width: 100%;
	/* border-bottom: 1px solid #cdcdcd9c; */
	line-height: normal;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-transform: uppercase;
}

.menu_fix_mobile ul li a:hover {
	transform: translateX(25px);
	color: #222;
}

.menu_fix_mobile ul li i.fa-chevron-down {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	transition: 0.3s;
	border-left: 1px solid #fff;
	cursor: pointer;
}

.menu_fix_mobile li ul.nav-sub {
	display: none;
	position: static;
	top: 100%;
	border: none;
	left: 0;
	padding: 0;
	background-color: transparent;
	text-align: left;
	min-width: 180px;
	transition: unset;
	float: left;
}

.menu_fix_mobile .nav-main>li:hover .nav-sub {
	transition: unset;
}

.box-tinttuc-newss {
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
	height: 100%;
}

.menu_fix_mobile .nav-main li ul.nav-sub li {
	width: 100%;
	padding: 0;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a {
	padding: 11px 15px 11px 35px;
	display: block;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	line-height: normal;
	white-space: normal;
	text-transform: inherit;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a:hover {
	color: #fff;
}

.menu_fix_mobile .nav-main li .nav-sub li:not(:last-child):after {
	display: none;
}

.menu_fix_mobile li ul.nav-sub-child {
	display: none;
	position: static;
	top: 100%;
	border: none;
	left: 0;
	padding: 0;
	background-color: transparent;
	text-align: left;
	min-width: 180px;
	transition: unset;
	float: left;
}

.menu_fix_mobile .nav-main li ul.nav-sub-child li a {
	padding: 11px 15px 11px 70px;
}

.box_folder_products h3 a span {
	font-weight: 500;
	font-size: 13px;
}

.item-name-maydo-center ul li:before {
	color: #0088cc;
	margin-right: 10px;
	content: "\f058";
	font-family: 'Font Awesome 5 Free';
}

.header {
	background-color: #fff;
	/*! position: fixed; */
	left: 0;
	top: 0;
	/*! height: 156px; */
	right: 0;
	z-index: 10000;
}


.img-producs-ld-pages img {
	height: 159px;
}

.header.fixed {
	/* background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%; */
}

.sl-deatil-quantyli input {
	padding-left: 12px !important;
	text-align: center;
	padding: 0 10px;
	font-size: 18px;
	border: 1px solid #ebeaea !important;
	background: #fff;
	height: 42px;
	width: 38px;
	display: block;
	color: #000;
}

.sl-deatil-quantyli {
	display: flex;
}

.header.fixed1 {
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.logo-head a img {
	/* margin-left: 20px; */
	width: 270px;
}

#menu .container {
	position: relative;
}

.item-search-desk {
	display: none;
}

.logo-scroll {
	display: none;
}

.box-header-left-bar {

	display: none;
	align-items: center;
}

.logo-noscroll {
	display: block;
}

.header.fixed .logo-scroll {
	display: block;
}

.header.fixed .logo-scroll img {
	width: 149px;
}

.header.fixed .logo-noscroll {
	/* display: none; */
}

.header.fixed .logo-head {
	position: unset;
	transform: unset;
}

.width_fix_logo {
	width: 184px;
	padding: 0 15px;
	float: left;
}


.box-menu-desk-right {
	/*  display: flex;
    align-items: center;
    column-gap: 1rem;
    justify-content: space-between; */
}

.list_sale {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: auto;
}

.list_sale li {
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.list_sale li+li {
	margin-left: 2px;
}

.list_sale li.sale_value {
	background-image: linear-gradient(#f00, #ef0000);
}

.list_sale li.new_value {
	background-image: linear-gradient(#8d0000, #ef0000);
}

.list_sale li.hot_value {
	background-color: #f18800;
}

.list-bar {
	cursor: pointer;
	position: absolute;
	top: 27px;
	left: 20px;
	display: none;
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #717173;
	margin: 6px 0;
	transition: 0.4s;
}

.list-bar2 {
	cursor: pointer;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	display: none;
}

.bar4,
.bar5,
.bar6 {
	width: 24px;
	height: 3px;
	background-color: #717173;
	margin: 4px 0;
	transition: 0.4s;
}

.language {
	display: inline-block;
	float: left;
	margin-left: 10px;
	position: relative;
}

.language a {
	display: block;
	font-size: 17px;
	line-height: 28px;
}

.box_search {
	/* display: flex;
    margin-left: 10px;
    position: relative;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer; */
}

.search-news-desk {
	position: relative;

}

.search-news-desk input {
	/* width: 100%;
    padding: 7px 25px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #0089cc;
    font-size: 13px; */
}

.search-news-desk .button {
	/* position: absolute;
    right: 15px;
    top: 50%;
    padding: 0;
    margin: 0;
    transform: translateY(-50%); */
}

.box_search svg {
	height: 15px;
}

.box_search svg path {
	fill: #222;
}

.item-search-desk {
	padding: 8px;
	border: 1px solid #222;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

.fix_hotline {
	display: none;
	margin: 0;
	padding: 0;
	left: 5px;
	bottom: 10px;
	position: fixed;
	z-index: 9;
}

.fix_hotline ul {
	float: left;
	width: 100%;
}

.fix_hotline li {
	padding: 5px;
	display: inline-block;
	position: relative;
	border-radius: 15px;
	border-radius: 50%;
	box-shadow: 0 3px 10px #888;
}

.fix_hotline li+li {
	margin-left: 10px;
}

.fix_hotline li img {
	width: 40px;
	height: auto;
	padding: 6px;
}

.call-floating-menu {
	background-color: #26c71f;
}

.zalo-floating-menu {
	background-color: #0089CC;
}

.messenger-floating-menu {
	background-color: #fff;
}

.filter_chungloai {
	padding: 0 10px;
	display: flex;
	float: left;
	width: 100%;
}

.filter_chungloai .name {
	width: 170px;
	color: #78b558;
	padding: 0 10px;
	display: flex;
	border: 1px solid #ddd;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.filter_chungloai .list_ds {
	padding: 6px 0;
	width: calc(100% - 160px);
	border: 1px solid #ddd;
}

.filter_chungloai .list_ds li {
	width: 33.222%;
	float: left;
}

.filter_chungloai .list_ds li a {
	display: block;
	font-weight: 500;
	padding: 3px 7px;
}


.form_search {
	z-index: 5;
	padding: 0;
	height: 34px;
	transition: 0.5s;
}

.open .form_search {
	width: 330px;
}

.form_search input {
	width: calc(100% - 140px);
	float: left;
	border: 1px solid #0088cc;
}

.form_search button {
	width: 60px;
	float: left;
	background-color: #eb4f8e;
	border: 1px solid #f1592a;
}

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

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


.width_fix_menu {
	width: calc(100% - 500px);
	padding-right: 0;
	position: unset;
	float: left;
}

#menu .container-fluid {
	padding: 0 5.73%;
}

.menu-desktop {
	/* height: 100%;
    display: flex;
    text-align: right;
    position: unset; */
}

.menu-desktop .nav-main {
	display: flex;
	/* column-gap: 1rem; */
	justify-content: space-between;
}

.menu ul li {
	float: left;
}

.menu>ul>li {
	/*! margin-top: 45px; */
	position: relative;
}

.menu>ul>li.open:hover>a {
	position: relative;
}

.menu>ul>li.open:hover>a:after {
	width: calc(100% - 10px);
	height: 0;
	display: block;
	content: '';
	position: absolute;
	bottom: -5px;
	left: 14px;
	background: linear-gradient(225deg, transparent 14px, #db2128 14px);
}

.menu>ul>li.megamenu {
	position: unset;
}

.about-home section.product-outstanding {
	/* padding-top: 35px; */
	margin-top: 2rem;
}

section.product-outstanding {
	/* background: #34393c; */
	/* padding-top: 60px; */
	/* background: linear-gradient(178deg, rgba(38, 110, 57, 1) 33%, rgba(58, 145, 81, 1) 62%, rgba(52, 144, 76, 1) 92%); */
}


section.product-outstanding .section-title {
	/* font-family: "Montserrat", sans-serif; */
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	padding-bottom: 10px;
	/* margin-bottom: 35px; */
	position: relative;
	margin-bottom: 1rem;
	display: inline-block;
}

.item-contenp-jayn span {
	color: #ccc !important;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 10px !important;
}

.title-hedding-top-pages h2 span {
	/* color: #0088cc; */
}

section.textwidget-html {
	padding-top: 60px;
	/* background: #222; */
}

.item-contenp-jayn {
	text-align: center;
	margin: 20px 5px 0 5px;
	color: #222;
}

.item-contenp-jayn p {
	text-align: center;
	/* color: #cccc !important; */
	font-size: 14px !important;
}

.title-outs-hedding {
	text-align: center;
}

.product-outstanding .section-title:before {
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	background: #fff;
	bottom: 0;
}

.menu ul li a {
	color: #000;
	font-size: 15px;
	padding: 0 16px;
	line-height: 20px;
	/* font-weight: 700; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 3px;
}

.menu>ul>li>a {
	line-height: 28px;
	padding: 10px 15px;
	font-weight: 400;
	text-transform: uppercase;
}

.bg {
	background-color: #FFF;
	/* background-color: #ccc; */
}

.bg-color {
	/* background-color: #EFF0F2; */
}

section.about-home {
	display: none;
	background: #34393c;
	padding-top: 30px;
	background: linear-gradient(180deg, rgba(38, 110, 57, 1) 33%, rgba(60, 148, 83, 1) 62%, rgba(79, 159, 100, 1) 92%);
}

section.about-home .title-hedding-top-pages h2 {
	color: #fff;
}

section.about-home .subtitle-home p {
	padding-bottom: 15px;
	color: #fff;
}

section.about-home .box-content-about-home2 p {
	color: #fff;
}

section.about-home .title-hedding-top-pages h2:before {
	content: unset !important;
}

section.about-home .title-hedding-top-pages h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

section.about-home .title-hedding-top-pages img {
	height: 11px;
	width: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;

}

.title-hedding-top-pages h2 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	/* font-family: "Montserrat", sans-serif; */
}

.title-hedding-top-pages {
	text-align: center;
}

.textwidget-congtrinh {
	text-align: center;
}

.textwidget-congtrinh p {
	width: 60%;
	margin: 0 auto;
}

.title-hedding-top-pages h2:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	bottom: 0;
	background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #e4322b 47.87%, rgba(217, 217, 217, 0) 101%);
	width: 80%;
	height: 1px;
}

.textwidget-html .subtitle-home p:before {
	padding-left: 0px;
}

.box-content-about-home2 {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.subtitle-home p:before {
	content: url(../images/icon_start.png);
	position: absolute;
	/* padding-left: 35px; */
	left: 0px;
	top: -20px;
	display: none;
}

.box-btn-outs h3 {
	font-size: 24px;
}

.subtitle-home p:after {
	position: absolute;
	right: 0;
	top: -16px;
	content: url("../images/icon_end.png");
	display: none;
}

section.about-home p {
	color: #fff;
	font-size: 14px;
}

.ss2-content-boxx-abouts p {
	/* padding-bottom: 10px; */
}

.subtitle-home {
	position: relative;
	/* color: #888888; */
	text-align: center;
	font-size: 16px;
	margin: 0px;
	line-height: 25px;
}

.menu>ul>li>a:hover {
	color: #266e39;
}

.menu-c2-desk {
	display: none;
}

li.nav-sub-item:hover .menu-c2-desk {
	display: block;
}

.menu-c2-desk ul li a {
	position: relative;
}

.menu-c3-desk {
	position: absolute;
	background: #000000de;
	left: 100%;
	top: -5px;
}

.menu-c3-desk {
	display: none;
}

.menu-c2-desk ul li:hover .menu-c3-desk {
	display: block;
}

.menu-c3-pt {
	opacity: 0;
	position: absolute;
	left: 100%;
	background: #f7f8fa;
	top: 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 3px;
	overflow: hidden;
}

.box-item-icon-destk a:hover {
	background: #2e3192;
	color: #fff !important;
	transform: unset !important;
}

.nav-sub {
	position: absolute;
	top: 99%;
	left: 0;
	visibility: hidden;
	min-width: 195px;
	z-index: 5;
	padding: 0px 0px;
	background-color: #F7F8FA;
	transition: all 0.4s ease 0s;
	border-top: 0px solid #db2128;
	opacity: 0;
	transform: translateY(-10px);

}

.nav-sub-in {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #ffffff;
	/*! border-top: 5px solid #db2128; */
	padding: 15px 0px 25px 0px;
	transition: opacity .25s;
	opacity: 0;
	transform: translateY(30px);
	pointer-events: none;
	transition: .5s;
	-webkit-transition: .5s;
	z-index: 22;
}

.nav-sub-in .row .clm:nth-child(2) {
	border-left: 1px solid #e3e3e3;
}

.nav-sub-in h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: black;
	text-align: left;
	padding-bottom: 5px;
}

.nav-sub-in h3 svg {
	height: 13px;
}

.nav-sub-in ul li {
	float: unset;
}

.nav-sub-in ul li a {
	color: black;
	font-size: 14px;
	padding: 0 0px;
	line-height: 20px;
	font-weight: 400;
	width: 100%;
	display: flex;
	text-align: left;
	margin-bottom: 1px;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	padding: 5px 0px;
}

.nav-sub-in ul li:hover {
	background-color: #ffdfdf;
}

.nav-sub-in ul li a:hover {
	transform: translateX(25px);
	color: #da2128;
}

.nav-sub-in ul li a svg {
	width: 12px;
	height: 12px;
	fill: #da2128;
	display: none;
	margin-right: 7px;
	font-weight: 600;
	margin-top: 1px;
}

.nav-sub-in ul li a:hover svg {
	display: block;
}

.nav-sub-in a img {
	padding-top: 25px;
	width: auto;
	height: 300px;
}

.nav-sub-in .item {
	width: 25%;
	float: left;
	position: relative;
}

.nav-sub-in .item:not(:last-child) {
	border-right: 1px solid #fff;
}

.nav-sub-in .item h3 {
	margin: 0;
}

.prd-menu {
	display: none;
	transition: .5s all;
	-webkit-transition: .5s all;
}

.prd-menu.active {
	display: block;
}

h2.ribbon-wrap-ws {
	position: relative;
	margin: 8px 20px 0 -12px;
	font-size: 18px;
	line-height: 18px;
	transition: width .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.ribbon {
	position: relative;
}

.ribbon a {
	display: block;
	position: relative;
	background: #ef4136;
	margin-right: 160px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 10px 10px 30px;
	width: 90%;
}

.ribbon a:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 0px;
	right: -16px;
	border-color: #ef4136 transparent;
	border-style: solid;
	border-width: 18px 16px;
}

.ribbon a:after {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	bottom: -12px;
	left: 0;
	border-top: 12px solid #aa2d2d;
	border-left: 12px solid transparent;
}

.khuyenmai-info {
	padding: 10px;
}

.nav-sub-in .item h3 a {
	padding: 6px 15px 6px;
	font-size: 14px;
	color: #222;
	font-weight: 700;
	text-align: left;
	display: block;
	text-transform: uppercase;
}

.nav-sub-in .item ul {
	width: 100%;
	float: left;
}

.nav-sub-in .item ul li {
	width: 100%;
}

.nav-sub-in .item ul li a {
	text-align: left;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #3f4245;
	padding: 6px 15px;
}

.nav-sub-in .item ul li a:hover {
	color: #db2128;
}

.nav-main li .nav-sub li {
	width: 100%;
	border-bottom: 1px solid #e2f1e2;
}

.menu-c3-desk ul li a {
	padding: 10px 40px !important;
}

.nav-main li .nav-sub li a {
	text-align: left;
	white-space: nowrap;
	padding: 10px 15px;
	display: block;
	font-size: 15px;
	line-height: 20px;
	/* font-weight: 500; */
	color: #222;
	transform: translateX(0);
	transition: .4s;
}

a.nav-sub-link {
	position: relative;
}

.menu-c2-desk {
	position: absolute;
	left: 100%;
	background: #F7F8FA;
	padding: 5px 10px;
	top: 0px;
}

.nav-main li .nav-sub li:last-child a {
	border-bottom: none;
}

.nav-main li .nav-sub li a:hover {
	color: #2e3192;
	transform: translateX(10px);
}

.menu-mobile-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.menu-c2-mobile.active-2 {
	background-color: #fff;
	display: block;
}

.box-menu-c2-icon-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.menu-c2-mobile.active-2 ul {
	width: 100%;
}

.menu-c2-mobile.active-2.active-3 {
	display: block;
}

.menu-c2-mobile.active-2.active-3 .box-menu-c2-icon-mobile {
	display: inline-flex;
}

li.nav-item i {
	color: #fff;
}

.menu-c2-mobile.active-2.active-3 .menu-c3-menu-mobile {
	display: block;
	background-color: #fff;
}

.menu-mobile-1 span {
	width: 40px;
	text-align: center;
	/* border-bottom: 1px solid #cdcdcda8; */
	/* padding-bottom: 13px; */
}

.menu-c2-mobile {
	display: none;
}

.menu-c2-mobile.active2 {
	display: block;
}

.menu-c3-menu-mobile {
	display: none;
}

.menu-c3-menu-mobile.active-3 {
	display: block;
}


.nav-sub-child {
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	min-width: 250px;
	background-color: #717173;
	border-left: 1px solid #fff;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

.hedding-icon-filter.active-filter .plush {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	width: 0px;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.group_hotline_header {
	display: inline-block;
	width: 293px;
	margin-left: 23px;
	margin-top: 45px;
	float: right;
	/* padding-right: 15px; */
}

.box_hotline_header {
	color: #717173;
	font-size: 16px;
	display: inline-block;
	float: left;
	line-height: 28px;
	font-weight: 500;
}

.box_hotline_header span {
	display: inline-block;
	margin-right: 0px;
	font-weight: 400;
	color: #db2128;
}

.box_hotline_header .phone_number {
	display: inline-block;
	font-weight: 500;
	color: #db2128;
}

.slide {
	position: relative;
}

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

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

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

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

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

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

/* slideshow */
.slideshow .slick-arrow i {
	font-size: 30px;
	color: #000000b2;
	margin-top: 2px;
}

.slick-arrow svg {
	height: 23px;
}

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

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

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

section.text-image.pd-section-top.pd-section-bottom .title.title-img {
	text-align: left;
	padding-bottom: 0px !important;
	/*! border-bottom: 1px solid #89ad27; */
}

section.text-image.pd-section-top.pd-section-bottom .title.title-img h2:before {
	content: "";
	background: none;
}

ul.chinhsach-pro li span {
	font-weight: 500;
}

section.text-image.pd-section-top.pd-section-bottom .title.title-img h2 {
	-webkit-text-fill-color: unset;
	display: inline-block;
	padding: 5px 20px;
	font-size: 15px;
	margin-bottom: 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 12px 35px 10px 35px;
	border: none;
	color: hsla(0, 0%, 40%, .85);
	border-radius: 25px;
	text-transform: uppercase;
}

section.text-image.pd-section-top.pd-section-bottom .tablinks.active .title.title-img h2 {
	color: #fff;
	background: linear-gradient(0deg, #536c0f 0%, #89ad27 100%);
}

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

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

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

/* end slide-show */


.slide:before {

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

.slide .image img {
	opacity: 0;
}

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

.slick-dots {
	left: 0;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.btn-viewss-products svg {
	width: 15px;
	height: 15px;
	margin-left: 8px;
	fill: #ffff;
}

.btn-viewss-products {
	justify-content: center;
	padding: 5px 10px;
	display: inline-flex;
	color: #fff;
	border-radius: 5px;
	background: linear-gradient(90deg, #f5408e 0%, rgba(249, 96, 162, 1) 45%, rgba(251, 126, 180, 1) 100%);
	align-items: center;
}

.box-btn-vesper {
	text-align: center;
	padding-bottom: 20px;
}

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

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

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

.product-list {
	background-color: #eee !important;
	padding-block: 30px 20px;
	margin-top: 3rem;
	padding: 0;
	margin: 0;
}

.product-list h2 {
	margin: 0;
}

.product-list .title-hedding-top-pages:before {
	position: absolute;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #2e3192 47.87%, rgba(217, 217, 217, 0) 101%);
	left: 0;
	display: block;
	content: "";
	bottom: 0;
}

.product-list .title-hedding-top-pages {
	display: flex;
	align-items: center;
	column-gap: 2rem;
	justify-content: space-between;
	padding-bottom: 0px;
	position: relative;
	margin-bottom: 13px;
}

.title-top {
	display: flex;
	align-items: center;
	column-gap: 3rem;
	justify-content: space-between;
}

.btn_seemore {
	font-size: 16px;
	display: flex;
	align-items: center;
	column-gap: 1rem;
	color: #266e39;
}

.btn_seemore:hover {
	color: #266e39;
}

.btn_seemore svg {
	width: 14px;
	fill: #266e39;
}

.product_timer {
	display: inline-flex;
	border: 1px solid #BA0F0C;
	width: 220px;
	height: 48px;
	align-items: center;
	justify-content: flex-end;
	border-top-right-radius: 25px;
	/* border-bottom-left-radius: 25px; */
	padding-right: 2.2rem;
	position: relative;
	margin-bottom: 2rem;
	display: none;
}

.timer {
	display: inline-flex;
	column-gap: .3rem;
}

.timer p {
	font-size: 16px;
	color: #BA0F0C;
	font-weight: 700;
}

.clock {
	position: absolute;
	top: 50%;
	left: 1.8rem;
	transform: translateY(-50%);
	color: #BA0F0C;
	display: block;
	height: 24px;
}

.clock svg {
	width: 24px;
	height: 24px;
}

.product-small-box {
	/*! overflow: hidden; */
	cursor: pointer;
	border-radius: 7px !important;
	margin-bottom: 15px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-small__img: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);
	display: none;
}

.product-small__img:hover:before {
	animation: shine .75s;
	display: block;
}

.product-small__img {
	overflow: hidden;
	position: relative;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.product-small-content {
	background-color: #e1e1e1;
	height: 95px;
}

.product-small__img {
	/*! overflow: hidden; */
}

.product-small__img a {
	/*! /*! position: relative; */
	*/ overflow: hidden;
	display: ;
	display: block;
	position: ;
	position: relative;
}

.product_action {
	/*! /*! position: absolute; */
	position: absolute;
	top: 5px;
	right: 5px;
	height: 35px;
	/*! width: 100%; */
	background-color: #df0202;
	/*! transition: .4s; */
	/*! transform: translateY(40px); */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	width: 40px;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 53% 100%, 47% 100%, 0 69%);
	clip-path: polygon(0 0, 100% 0, 100% 81%, 53% 100%, 47% 100%, 0 80%);
}

.product-small-box:hover .product_action {
	/*! transform: translateY(0); */

}

.product_action p {
	color: #fff;
	font-size: 13px;
	/* line-height: 40px; */
	position: relative;
}

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

.product-list.bg-color {
	padding: 30px 0px !important;
}

.product-list-head {
	display: flex;
	width: 100%;
	border-bottom: solid 2px #3c8c9b;
	padding-right: 20px;
	overflow: hidden;
}

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

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

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

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

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

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

.product-box {}

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

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

.price_new {
	color: #da2128;
	font-weight: 600;
}

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

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

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

}

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

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

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

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

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box_folder_products h3 a span {
	display: none !important;
}

section.parameter.pd-section-top.pd-section-bottom {
	display: none;
}

section.register.pd-section-top.pd-section-bottom {
	display: none;
}

.box-title-details span {
	/* display: none; */
}

.tkb p a {
	color: #Fff;
}

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

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

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

.payment ul {
	display: flex;
}

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

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

.payment .step .active .link {
	background: #89ad27;
	color: #fff;
}

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

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

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

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

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

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

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

.box_dattour a {
	background: linear-gradient(to right, #8d0000, #ef0000);
}

.count {
	text-align: center;
}

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

.count .abate::before {
	background: linear-gradient(297deg, rgb(52, 79, 255) 0%, #2e3192 50%);
}

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

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

.list-prices-products {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	margin-top: 5px;
}

.box-title-details .product-item__info--desc {
	margin-bottom: 10px;
}

.list-prices-products s {
	padding-left: 13px;
	color: #cdcdcd;
	font-size: 16px;
	margin-top: 5px;
}

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

.count .augment::before {
	background: linear-gradient(297deg, rgb(52, 79, 255) 0%, #2e3192 50%);
}

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

.count .augment::after {
	content: "";
	width: 2px;
	height: 8px;
	background: linear-gradient(297deg, rgb(52, 79, 255) 0%, #2e3192 50%);
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 11px;
	left: 0px;
	right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.title-headding .bg_img {
	/*! height: 38px; */
	padding: 10px 5px 5px 5px;
	/*! background-image: linear-gradient(#ded377, #ded377); */
	border-radius: 5px;
	background: #89ad27;
}

.title-headding .bg_img .title {
	display: inline-block;
	height: 100%;
	width: 100%;
	text-align: center;
	background-image: linear-gradient(to right, #ebebeb, #ffffff);
	border-radius: 4px;
	color: #ffff;
	font-size: 18px;
	line-height: 1.2;
	background: unset;
	text-transform: uppercase;
	font-weight: 600;
}

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

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

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

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

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

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

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

.doitac_item2 h2 a {
	color: #717173;
}

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

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

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

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

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

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

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

.box-tinttuc-newss:hover img {
	transform: scale(1.1);
	transition: 0.5s ease;
}

.box-tinttuc-newss .image {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

span.delivery-desc ul li {
	list-style: disc !important;
}

section.bg-vie-all {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

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

	50% {
		opacity: 1;
	}

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

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

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

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

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

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

.box-chitiet_bottom {
	display: none;
	margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab_title {
	text-align: center;
}

.product {
	/*! padding: 40px 0 50px; */
}

section.panel-has-style-pages {
	padding: 30px 0px;
}

.title-has span {
	font-size: 28px;
	color: #000;
	margin: 0 0 10px 0;
	display: inline-block;
}

.title-has {
	border-bottom: 1px solid #cdcdcd;
}

.items-content-has-keypages {
	padding-top: 17px;
}

.items-content-has-keypages p {
	font-size: 14px;
	color: #666666;
}

.product_list {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: repeat(4, calc((100% - 40px) / 4));
	grid-template-rows: 265px 265px;
	grid-gap: 0.5rem 0.5rem;
}

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

.product_item {
	box-shadow: rgba(0, 0, 0, 0.55) 1px 4px 5px;
	/*! padding: 0px 15px; */
	text-align: left;
	position: relative;
}

.product_list .product_item::before {
	position: absolute;
	width: 95%;
	height: 95%;
	/*! background: #0000007a; */
	content: "";
	margin: 0 auto;
	top: 50%;
	bottom: 0;
	right: 0;
	opacity: 0;
	left: 0;
	z-index: 1;
	border: 2px solid #d1b05c;
	transform: translateY(-35%);
	visibility: hidden;
}

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

.product_item .image {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

span.txt-main a {
	div#fancybox-container-1 {
		z-index: 9999999999;
	}

	color: #fff;
}

div#fancybox-container-1 {
	z-index: 9999999999;
}

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

#collapseButton {
	margin-top: 20px;
}

.content_tap_chi {
	padding-left: 8px;
}

.box_info_order_success .info_customer .address {
	font-size: 16px;
}

.abouthead-contentpage {
	margin: 0px;
}


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

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

.title_heading span {
	color: #db2128;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chinhsach-pro {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #cacaca;
	padding-top: 12px;
	border-radius: 10px;
}

.chinhsach-pro li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-size: 14px;
}

.chinhsach-pro li img {
	width: 45px;
	margin-right: 10px;
	height: 45px;
	object-fit: contain;
	border-radius: 100%;
}



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

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

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

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

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

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



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

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

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

.folder_products_item {
	padding: 0px;
}

.box_folder_products {
	margin-bottom: 20px;
}



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

.product-list .title-hedding-top-pages h2 {
	justify-content: center;
}

.banner-product-by img {
	width: 100%;
	object-fit: cover;
}

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

.so-widget-sow-editor .box-title-details h1 a {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: inline-block;
}

.so-widget-sow-editor .box-title-details h1 a:before {
	content: "";
	position: absolute;
	width: 38%;
	height: 3px;
	background: rgba(0, 0, 0, .1);
	bottom: 0;
}

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

.box_folder_products .image img {
	width: 100%;
	margin: 0;
}

.box_folder_products h3 {
	text-align: left;
}

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

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

.box-chitiet_bottom {
	padding: 20px 20px;
	border: 1px dashed #262626;
	margin-top: 20px;
	color: black;
}

span.model-title-km {
	color: #fff;
	font-size: 17px;
	display: block;
	padding-left: 7px;
	text-align: left;
}

.box-chitiet_bottom h2 {
	color: #000;
	font-weight: 500;
}

.clm.item-product-by {
	padding-bottom: 0px;
}

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

.tablinks {
	display: inline;
	zoom: 1;
	vertical-align: middle;
	line-height: 1.4;
	color: #666;
	margin-right: 2.0rem;
	text-transform: uppercase;
	margin-left: 2.0rem;
}

.banner-product-by {
	position: relative;
}

.title.title-img {
	text-align: center;
}

.banner-product-by h2 {
	position: absolute;
	top: 0;
	font-size: 48px;
	font-weight: 600;
	line-height: 55px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 0;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 44px;
}

.banner-product-by span {
	display: block;
	font-weight: 400;
	font-size: 32px;
	\#: ;
}

.playvideo {
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
}

.playvideo svg {
	height: 60px;
	width: 60px;
	fill: white;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	border-radius: 100%;
	animation: bounceIn 2s ease-in-out infinite;
	cursor: pointer;
}

@keyframes bounceIn {
	0% {
		transform: scale(1.2);
		opacity: 1;
	}

	100% {
		transform: scale(1);
	}
}

.tablinks:hover {
	color: #2e3192;
}

.tab-detail-products .wrapper_tabcontent .tabcontent {
	padding-top: 13px;
	font-size: 14px;
	color: #111;
}

/* Tab active */
.tablinks.active {}

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

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


}

.product-small-box {
	border: 0px solid #ffffff61 !important;
}

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

.star li {
	display: flex;
}

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

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

.news {
	/*! width: 100%; */
	/*! padding: 35px 0 40px; */
	/*! position: relative; */
	/*! background: #f6f6f6; */
	background: #eee;
	padding-top: 30px;
}

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

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

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

.news_home .img_tamgiac img {
	width: auto;
}

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

.post_list {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.first_news .image {
	position: relative;
}

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


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

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

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

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

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

.news_item .image {

	border-radius: 5px;
	margin-right: 10px;
}

.news_rale .news_item .image {
	width: 110px;
	height: 80px;
}

.news_rale .news_item .news_infor h3 a {
	font-size: 16px;
	font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	overflow: hidden;
}

.news_rale .news_item .image img {
	border-radius: 10px;
}

.title-headding .bg_img .title {}

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

.news_item .image img {

	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 05px;
}

.page_news .news_item .image img {
	aspect-ratio: 1/.6;
	object-fit: cover;
	transition: all .4s ease-in;
}

.news_item .news_infor {
	/*! width: calc(100% - 0px); */
	padding: 5px 0px 0px 0px;
	/*! position: relative; */
	/*! text-align: left; */
	flex: 1;
}

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

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

.box-header2-mobile>a {
	display: inline-flex !important;
	align-items: center;
}

.box-header2-mobile>a>img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 100px;
}

li.menu-c2-mobiless a {
	text-transform: math-auto !important;
}

.box-header2-mobile {
	align-items: center;
}

.menu-c3-menu-mobile a {
	display: inline-flex !important;
	align-items: center;
}

.menu-c3-menu-mobile a img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 100%;
}

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

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

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

.news_item .news_infor h3 {
	margin: 0 0px;
	line-height: 1.3;
	height: fit-content;
	font-size: 15px;
	margin-left: 0px;
	font-weight: 500;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	color: black;
	text-align: left;
	margin-bottom: 5px;
}

.news_item .news_infor h3 a {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	/*! max-height: 40px; */
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.news_item .news_infor h3 a:hover {
	/*! color: #2e3192; */
}

.page_news .news_item .news_infor h3 a {
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/*! min-height: 48px; */
}

.page_news .news_item .news_infor h3 a:hover {
	/*! color: #2e3192; */
}

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

.page_news .news_item .news_infor .desc {
	color: #333;
	text-align: justify;
	font-size: 13px;
	margin: 5px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

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

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

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

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

.files_item .image {
	width: 100%;
}

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

.files_item .files_infor {
	width: 100%;
}

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

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

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

.footer {
	padding: 0;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.box-flow-us a {
	display: inline-block;
	padding: 5px 30px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.box-flow-us {
	padding-top: 20px;
}

.box-flow-us span {
	display: inline-block;
	font-size: 14px;
	padding-bottom: 25px;
}

.box-flow-us p {
	font-size: 14px;
}

.footer-main {

	position: relative;
}

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

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

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


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

label.textra {
	padding-top: 18px !important;
}

.social_foot ul {
	display: inline-block;
}

.social_foot li {
	float: left;
}

.user-box textarea {
	border-radius: 25px;
	background: none;
	border: 1px solid #fff;
	width: 100%;
	height: 40px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 10px;
}

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

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

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

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

.box_content_bottom {
	margin-top: 50px;
}

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

.logo_footer .image {
	width: auto;
}

.logo_footer .image img {
	width: auto;
}

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

section.bg-vie-all {
	/* background: #ededed; */
}

.box_address ul {
	float: left;
}

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

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

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

section.product.list-product.pd-section-top {
	background: none !important;
}

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

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

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

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

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

.footer_links {
	font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumbs {
	padding: 10px 0;
	position: relative;
	width: 100%;
	background-color: #eee;
}

.breadcrumbs ul {
	float: left;
	width: 100%;
}

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

.item-smoll-pone img {
	height: auto;
	padding-bottom: 10px;
	cursor: pointer;
	aspect-ratio: 1/1;
}

.breadcrumbs .breadcrumbs-item {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: -ms-flex-wrap;
	flex-wrap: wrap;
	float: left;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #222 !important;
	text-transform: none;
	font-weight: 500;
}

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

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

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

.breadcrumbs .breadcrumbs-item .currentcat {
	border-right: 0px solid #222;
}

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

.breadcrumb {
	margin-bottom: 0px;
	padding: 8px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.f-p-attribute-False.active {
	background-position: 0 7px !important;
	font-weight: bold;
}

li.item-list-filter i {
	padding-left: 5px;
}

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

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

.categories_about .icon_video_category img {
	width: auto;
}

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

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

.list_categories {
	padding: 30px 0;
}

.list_categories .box_categories {
	width: 100%;
}

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

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

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

.list_categories .categories_info a {
	display: block;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

.date_time {
	color: #888;
	margin-bottom: 10px;
}

.date_time svg {
	height: 14px;
	fill: #888;
	margin-right: 4px;

}

.date_time span {
	margin-right: 10px;
	font-size: 14px;
}

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

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

.share {
	margin: 20px 0 10px;
}
.wrap-list-news{
	padding: 20px 0;
}
.box-video .image{
	margin-bottom: 10px;
}
.box-video .image>a{
	position: relative;
	padding-top: 80%;
	display: block;
}
.box-video .image>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-video .image>a .fab{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: red;
	font-size: 30px;
}
.box-vide__ttl{
	font-size: 16px;
}
.box-vide__ttl>a{
-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.popup_auto .modal-content {
	background-color: transparent;
	border: none;
	box-shadow: unset;
}

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

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

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

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

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

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

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

.news_rale {
	margin: 0 auto;
	color: #717173;
	/*! padding-top: 20px; */
	/*! width: 200px; */
	position: sticky;
	height: fit-content;
	top: 10px;
}

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

.page-product-detail {
	width: 100%;
	padding-top: 40px;
	background: #fff;
}

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

.info_detail {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box_status .value_status a {
	color: #fff
}

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

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

section.home-video .container {
	padding-left: 5px;
}

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

.tinhtrang span {
	font-weight: bold;
	color: #3c8c9b;
	font-weight: 500;
}

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

.img_nho {
	margin: 10px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

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

.column {
	cursor: pointer;
}

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

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

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

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

.slick-slide {
	outline: 0;
}

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

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

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

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

.button_support .icon img {
	width: auto;
}

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

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

.info_detail .thong_so {
	padding: 0px 0px 10px 10px;
}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box_thong_so a {
	color: #f18800;
}

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

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

.para_product {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}

.tab_product {
	width: 100%;
}

.tab_product .tab-content {
	width: 100%;
	padding-top: 30px;
	margin-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #0d7182;
}

.box-btn-vesper a:hover {
	color: #fff;
}

.tab_product .nav-tabs {
	background-color: #ebebeb;
	border-bottom: 0;
	width: 100%;
	position: relative;
	float: left;
}

.tab_product .nav-tabs:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	/*! background-color: #ebebeb; */
	top: 0;
	right: calc(100% - 1px);
}

.tab_product .nav-tabs:after {
	content: '';
	width: 200%;
	position: absolute;
	height: 100%;
	/*! background-color: #ebebeb; */
	top: 0;
	left: calc(100% - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ct-right p {
	margin-bottom: 10px;
	font-weight: 370;
}

.ct-right p strong {
	color: #000000;
	font-weight: 500;
}

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

.map {
	height: 100%;
}

.map p {
	height: 100%;
}

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

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

.ct-left form button {
	font-size: 14px;
	color: #fff;
	background: var(--bg-btn-base);
	border: none;
	height: 40px;
	width: 150px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.content-page img {
	padding-bottom: 10px;
}

.ct-right h1 {
	font-weight: 600;
	/*! color: #2e3192; */
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #000000;
}

.item-img-popip i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #efe47b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

strong {
	font-weight: 600;
}

.desc p a {
	color: #015b2f;
	font-weight: 400;
}

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

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

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

.noi_dung_in ul li {
	font-size: 14px;
	list-style: disc;
	margin-bottom: 9px;
}

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

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

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

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

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

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

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

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

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

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

#video_home video {
	width: 100%;
}

.fixed-contact-icons {
	position: fixed;


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

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

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

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

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

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

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

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

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

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

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

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

p.hedding-boloc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	padding-bottom: 10px;
}

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

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

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

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

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

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

.box_info_order_success .list_sp_order_success {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.map iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px 0px 0px 10px;
}

.contact-temp-body {
	/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
	background-color: white;
	/* padding: 0px 15px 0px 0px; */
	border-radius: 10px;
}

.blog-group-lever2.blog-group {
	padding: 12px 0px;
	background-color: #fff;
}

.wrap-breadcrumbs {
	background: #f5f5f5
}

.slide {
	position: relative;
}

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

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


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

	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.slick-arrow {
	opacity: 1;
	z-index: 1;
	border-radius: 3px;
	background-color: #f9f8f800;
	/*! box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

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

.foot_li1 {
	padding: 0px 10px;
}

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

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


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

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

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

footer .tit {
	color: black;
}

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

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

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

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

.container {
	width: 100%;
}

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

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

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

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



.foot_li1 svg {
	display: none;
}



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

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

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

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

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

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

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

.service-delivery__info p {
	font-size: 14px;
	color: #404040;
}

.service-delivery-body {
	background-color: white;
	padding: 0px 20px;
}

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

.service-delivery-box {
	padding: 20px 0px;
}

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

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

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

	padding-bottom: 15px;
}

.evaluate {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid rgb(223, 223, 223);
}

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

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

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

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

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

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

#commentForm {
	margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

.star-list li {
	display: flex;
}

.list__star {
	align-items: center;
}

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

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

.comment {
	margin-top: 20px;
}

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

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

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

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

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

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





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

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

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

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

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

.search-setion-tabs.size .filter-product ul li {
	border-radius: 5px;
	text-align: center;
	width: unset;
	padding: 0px 5px;
	margin-right: 8px;
}

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

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

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

.box_form_dky form {
	padding: 6px 0;
}

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

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

.item-img-doitac {
	padding: 10px;
	background: #fff;
	margin: 10px 7px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 2.95px 3.6px;
}

section.doitac_khachhang {
	background: #eee;
	padding-bottom: 30px;
	border-bottom: 1px solid #cdcdcd5e;
	border-top: 1px solid #cdcdcd5e;
}

.box-doitac-ss {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	padding-top: 20px;
}

section.doitac_khachhang .title-hedding-top-pages h2 {
	font-weight: 600;
	font-size: 30px;
}

.camnhan-slider .title-hedding-top-pages h2 {

	margin: 0px;
}

.customer_review {
	margin-top: 0px;
}

.customer_review .slick-arrow {
	display: none !important;
}

span.woocommerce-Price-amount.amount bdi {
	padding-left: 7px;
}

.customer_review .slick-track {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.product_page .product_item a::before {
	background: none;
}

.item-tags ul li:hover {
	background: linear-gradient(to right, #8d0000, #ef0000);
	transition: 1s ease;
}

li.customer_item.slick-slide p {
	color: #171717;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
}

.product_page .item-product-by {
	padding-bottom: 20px;
}

.customer_review .customer_item {
	border-radius: 5px;
	flex: 1;
	padding: 0px 10px;
	/*! background-color: #1D212D; */
	/*! min-height: 277px; */
	height: 100%;
	margin: 0px;
}

.customer_review {
	margin-left: -7px;
	margin-right: -7px;
}

.customer_review .slick-dots {
	bottom: -35px;
}

.slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #ccc;
	border-radius: 50%;
}

/* .customer_review .slick-dots li.slick-active {
    background-color: #000;
} */
.rate .star {
	color: #FCC153;
}

.custormer_cmt {
	font-size: 14px;
	line-height: 25px;
	color: #000;
	/* margin-top: 1rem; */
}

.customer_info {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	column-gap: 1.5rem;
}

.customer_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.testi-card_icon img {
	height: 31px;
	object-fit: contain;
	width: 55px;
	margin-bottom: 8px;
	display: block;
}

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

.customer_name {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #89ad27;
}

.customer_work {
	display: block;
	font-size: 13px;
	color: #393939;
}

.title-hedding-top-pages p {
	background-image: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

section.doitac_khachhang .title-hedding-top-pages h2:before {
	content: "";
	position: absolute;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	bottom: 10px;
}

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

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

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

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

.header.fixed ul.nav-main li a:hover {}

footer {
	padding: 30px 0 10px;
	color: #fff;
	background-color: #0e0e0e;
	display: inline-block;
	width: 100%;
}

ul.img-foter-bct li a img {
	height: 57px;
	width: 150px;
	object-fit: contain;
}

ul.img-foter-bct li {
	padding-bottom: 10px;
}

.footer-main {
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	/* padding: 30px 0 px; */
	color: #fff;
	background: url(https://tamsenvang.com/frontend/images/bg_whychoose.jpg);
	display: inline-block;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

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

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

.item-tags ul li a {
	color: #fff;
	font-size: 14px;
}

.item-tags {
	padding-bottom: 10px;
	/* border-top: 1px solid #cdcdcd30; */
	padding-top: 12px;
}

.item-tags ul {
	flex-wrap: wrap;
	display: flex;
	justify-content: left;
}

.item-tags ul li {
	margin-bottom: 5px;
	padding: 5px 15px;
	margin-right: 15px;
	background: #89ad27;
	69%);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.logo-footer img {
	height: 20px;
	font-size: 20px;
	height: 102px;
	max-width: unset;
	margin-top: 10px;
	width: unset;
}

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

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

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

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

.title-footer:before {
	top: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95px;
	height: 1px;
	background-color: #fff;
}

.footer-link {
	color: #ffffff;
}

.list-link-footer ul li {
	color: #fff;
}

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

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

.pt_social li:not(:last-child) {
	margin-right: 5px;
	/*! padding-left: 5px; */
}

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

.pt_social li a {
	align-items: center;
	height: 37px;
	width: 37px;
	text-align: center;
	float: left;
	border: 1px solid #fff;
	/* border-radius: 100%; */
	background-color: #fff;
	color: #2f36a5;
	display: flex;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 5px;
	border-radius: 100%;
}



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

.img-copy-right img {
	height: 40px;
	width: auto;
}

.box-copy-rights-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-copy-rights-footer {
	/* border-top: 1px solid #cdcdcd2e; */
	padding-top: 10px;
}

.footer-bottom {
	background-color: #303036;
	padding: 10px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

}

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

.box-footer {
	/*! margin-block: 1.5rem 15px; */
}

.listNews {
	margin-top: 50px
}








.section-title {
	font-weight: 700;
	color: #222;
	margin-top: 0;
}

.product-outstanding span {
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 14px;
	color: #393939
}

.listProduct.row .product-item {
	flex: 1;
	padding: 0px 7px;
	margin-top: 1rem;
	border-radius: 6px;
}

.listProduct {
	/* flex-direction: column; */

}

.listProduct.row .product-item .list-category-box a img {
	/* padding: 0px 20px; */
}
























section.congtrinh-pages {
	background: #222;
}

.congtrinh-pages .title-hedding-top-pages {
	padding-top: 30px;
	border-top: 1px solid;
}

.grid-congtrinh-left {
	width: 66.66%;
	overflow: hidden;
}

.grid-congtrinh-right {
	width: calc(100% - 66.66%);
}

.box-grid-congtrinh {
	display: flex;
	align-items: center;
}

.item-congtrinh img {
	border: 1px solid #fff;
}

.item-congtrinh {
	overflow: hidden;
	position: relative;
}

.content-item-img-congtrinh {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.congtrinh_meta a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.item-congtrinh:hover .btn-meta-congtrinh a {
	border: 1px solid yellow;
}

.ow-button-base {
	text-align: center;
}

.title-hedding-top-pages h2 {
	text-transform: uppercase;
	color: #000;
}

.ow-button-base a {
	background: #0088cc;
	font-size: 1em;
	padding: 10px 2em;
	display: inline-block;
	margin: 30px;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.textwidget-congtrinh {
	text-align: center;
}

.box-slider-camnhan {
	padding: 10px;
}

.content-slider-camnhan p {
	font-size: 16px;
	color: #fff;
}

.content-slider-camnhan {
	text-align: center;
}

.content-slider-camnhan a {
	display: inline-block;
	background: #0088cc;
	font-size: 1em;
	padding: 10px 2em;
	border-radius: 5px;
}

.content-slider-camnhan span {
	display: block;
	color: #ccc;
	padding: 10px;
}

.item-imag-slide-camnhan img {
	border-top-right-radius: 30px;
	overflow: hidden;
	border-bottom-left-radius: 30px;
	height: 290px;
}

.textwidget-congtrinh p {
	color: #ccc;
	padding-bottom: 10px;
}

.textwidget-congtrinh {
	padding-bottom: 20px;
}

.post-list-box {
	display: flex;
	flex-wrap: wrap;
}

.box-slider-camnhan {
	width: 20%;
}







.btn-xemthem-slider {
	padding-top: 20px;
	background: #222;
	text-align: center;
	padding-bottom: 20px;
}

.btn-xemthem-slider a {
	background: #0088cc;
	padding: 1rem 3rem;
	display: inline-block;
	font-size: 16px;
	border-radius: 5px;
}



section.camnhan-slider {
	position: relative;
	padding-bottom: 50px;
	background: url(../images/footer-bg.png);
	box-shadow: rgba(0, 0, 0, 0.24) 0px -6px 10px;

}

section.camnhan-slider .title-hedding-top-pages {
	padding-top: 30px;
	/* border-top: 1px solid; */
	margin-top: 10px;
}

.item-congtrinh:hover img {
	transform: scale(1.1);
	transition: 1s ease;
}

.btn-meta-congtrinh a {
	padding: 5px 30px;
	display: inline-block;
	border: 1px solid #fff;
	text-transform: uppercase;
	color: #fff;
}

.btn-meta-congtrinh {
	padding-top: 20px;
}

.item-congtrinh:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000047;
}

.item-congtrinh:hover:before {
	background: unset;
}

section.motopress-wrapper {
	background: linear-gradient(180deg, rgba(38, 110, 57, 1) 33%, rgba(60, 148, 83, 1) 62%, rgba(79, 159, 100, 1) 92%);
	padding-top: 20px;
	padding-bottom: 30px;
}

.video-panel img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	display: none;
}

.video-panel {
	display: flex;
	padding-top: 10px;
	justify-content: center;
}

.video-panel p {
	color: #fff;
	/* font-style: italic; */
	text-align: center;
}

.imag-video {
	position: relative;
}

.imag-video:before {
	content: url('../images/youtube.png');
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.imag-video img {
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.35) 3px 4px 5px;
}





.box-slick-new-tintuc button.slick-prev.slick-arrow {
	border: none;
	left: -35px;
}

.box-slick-new-tintuc button.slick-prev.slick-arrow i {
	font-size: 20px;
	color: #fff;
}

.box-slick-new-tintuc button.slick-next.slick-arrow {
	border: none;
	color: #fff;
	right: -35px;
}

.box-slick-new-tintuc button.slick-next.slick-arrow i {
	font-size: 20px;
	color: #fff;
}

.box-slick-new-tintuc {
	padding-bottom: 30px;
	border-bottom: 1px solid #cdcdcd4a;
}



.box-main-news-tintuc {
	padding-right: 25px;
	display: flex !important;
}

.title-content-news p {
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	font-weight: 600;
}

.box-img-news img {
	height: 100%;
}

.excerpt p {
	padding: 0px;
	color: #333;
	text-align: justify;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 20px;
}

.box-img-news {
	width: 40%;
}

.title-content-news {
	width: 60%;
}

.box-img-news img {
	padding: 0 20px 0 0;
}

section.news-tintuc {
	background: #eee;
	padding-top: 20px;
}

section.news-tintuc .title-hedding-top-pages h2 {
	color: #000;
}



.img-twight:hover .gallery_home a:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1;
}

.img-twight:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0003;
}

.gallery_home p {
	color: #fff;
	font-weight: 700;
	padding-top: 10px;
}

.img-twight {
	position: relative;
}

.img-twight .gallery_home {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery_home a:before {
	pointer-events: none;
	content: '';
	position: absolute;
	border: #0088cc solid 2px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.gallery_home a {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 20px;
	font-size: 18px;
	line-height: 25px;
	display: block;
	text-align: center;
}

.box-left-img-twiget .img-twight img {
	height: 100%;
	border-left: 0px;
	transition: .9s;
	transform: scale(1);
}

.img-twight:hover img {
	transform: scale(1.01);
}

.item-bottom-img-twiget .img-twight {
	width: 100%;
}

/* product_list */
.product_list {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: repeat(4, calc((100% - 40px) / 4));
	grid-template-rows: 265px 265px;
}

.product_item {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.product_item a {
	display: block;
	position: relative;
	height: 100%;
	/*! text-transform: uppercase; */
	transition: .9s;
	overflow: hidden;
}

.product_item a::before {
	background: #00000070;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .8s;
	z-index: 5;
}

.product_item a:hover::before {
	/*! background-color: rgba(0, 0, 0, .4); */
	transition: .8s;
}

.product_item a:hover {
	transition: .8s;
}

.product_item a:hover img {
	transform: scale(1.06);
	transition: .8s;
}

.product_item.item_main {
	grid-column: 3 / span 2;
	grid-row: 1 / span 2;
}

.product_item.item_sub {
	grid-column: 1 / span 2;
	grid-row: 2 / span 1;
}

.product_item .product_btn {
	text-transform: uppercase;
	text-align: center;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: #ffffff47;
	padding: 5px 0px;
	z-index: 10;
	width: 100%;
}

.product_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*  -----   */



.ss-grid-twiget {
	padding-top: 15px;
	display: flex;
	gap: 1rem;
}

.box-left-img-twiget {
	/*! width: 33%; */
}

.box-right-img-twiget {
	width: calc(100% - 33%);
}

.ss-grid-twiget img {
	height: 405px;
	border: 1px solid #fff;
}

.item-top-img-twiget {
	display: flex;
}

.img-twight {
	width: 50%;
}

.box-left-img-twiget .img-twight {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.title-content-news p a {
	color: #000;
	font-size: 18px;
	display: block;
	display: -webkit-box;
	/* height: 43px; */
	line-height: 23px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-btn-outs h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}




































.camnhan ul {
	min-height: 350px;
	margin-top: 30px;
}

.camnhan ul li.hideLeft {
	left: 0%;
	opacity: 0;
	transform: translateY(50%) translateX(-50%);
}

.camnhan ul li {
	position: absolute;
	transition: transform 1s, left 1s, opacity 1s, z-index 0s;
	opacity: 1;
	text-align: center;
}

.post-list li {
	padding-top: 0;
	padding-bottom: 0;
}

.thumbnail {
	margin: 0 0 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.camnhan ul li.hideLeft img {
	width: 150px;
}

.camnhan .thumbnail img {
	border-top-right-radius: 30px;
	overflow: hidden;
	border-bottom-left-radius: 30px;
}

.camnhan .thumbnail img {
	margin: 0 auto !important;
}

.camnhan ul li img {

	transition: width 1s;
}

.camnhan ul li .post_meta {
	transition: 0.3s;
}

.camnhan .post_meta {
	text-align: center;
	display: none;
	position: relative;
}

.camnhan ul li.prevLeftSecond img {
	width: 150px;
	height: 150px;
}

.camnhan ul li.prev img {
	height: 200px;
	width: 200px;
}


.camnhan ul li.selected img {
	height: 300px;
	width: 300px;
}


.camnhan ul li.next img {
	height: 200px;
	width: 200px;
}

.camnhan ul li.nextRightSecond img {
	height: 150px;
	width: 150px;
}

.item-slick-details img {
	/* animation-name: zoom; */
	animation-duration: 30s;
	animation-fill-mode: forwards;
}

.camnhan ul li.prevLeftSecond {
	z-index: 4;
	left: 15%;
	transform: translateY(50%) translateX(-100%);
	opacity: .7;
}

.camnhan ul li.prev {
	z-index: 5;
	left: 30%;
	transform: translateY(50px) translateX(-70%);
}

.camnhan ul li.selected {
	z-index: 10;
	left: 50%;
	transform: translateY(0) translateX(-50%);
}

.camnhan ul li.next {
	z-index: 5;
	left: 70%;
	transform: translateY(50px) translateX(-30%);
}

.camnhan ul li.nextRightSecond {
	z-index: 4;
	left: 85%;
	transform: translateY(50%) translateX(0%);
	opacity: .7;
}

.camnhan ul li.hideRight {
	left: 100%;
	opacity: 0;
	transform: translateY(50%) translateX(-125%);
}






div#buttons svg {
	width: 51px;
	height: 50px;
	fill: #fff;
}

div#prev {
	display: inline-block;
	position: absolute;
	top: 55%;
	z-index: 999;
	left: 80px;
	transform: rotate(180deg);
}

div#next {
	position: absolute;
	top: 57%;
	right: 80px;
	z-index: 99;
}


.contact_icon svg {
	height: 23px;
	fill: #0089CC;
}

.header_contact {
	display: flex;
	align-items: center;
	column-gap: 1rem;
}

.txt-bold {
	font-weight: 700;
	color: #000;
	font-size: 20px;
}

.header_contact p {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.header_main {
	padding-block: 8px;
	background: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
	position: relative;
}


/* test  */
.item-slick-hide.clm.slick-slide.slick-current.slick-active.slick-center img {
	width: 300px !important;
}

.item-slick-hide.clm.slick-slide.slick-current.slick-active.slick-center {
	width: 300px !important;
}

.box-content-slick-hiden {
	display: none;
}

.item-slick-hide.clm.slick-slide.slick-current.slick-active.slick-center .box-content-slick-hiden {
	display: block;
}

.item-slick-hide.clm.slick-slide.slick-active {
	width: 200px !important;
}

.item-slick-hide.clm.slick-slide.slick-active img {
	border-top-right-radius: 30px;
	overflow: hidden;
	border-bottom-left-radius: 30px;
}

.item-slick-hide.slick-slide.slick-cloned.slick-active {
	width: 150px !important;
}

/* end test  */






.post-list-box.camnhan {
	position: relative;
	width: 100%;
	/* margin: 50px auto 0 auto; */
	max-width: 1366px;
}

.camnhan ul li.selected .post_meta {
	display: block;
	margin: 15px auto 0 auto;
	/* display: table; */
	max-width: 460px;
	position: absolute;
}

.excerpt {
	color: #ccc;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.camnhan .post_meta .post-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	color: #000;
	font-weight: 600;
	margin: 0 0 10px 0;
}

section.news-tintuc.news-details .title-content-news a {
	color: #222;
	font-weight: 700;
	padding-bottom: 10px;
	display: inline-block;
	font-size: 14px;
}

section.news-tintuc.news-details {
	background: unset;
	padding-top: 30px;
}

section.news-tintuc.news-details .title-content-news p {
	color: #222;
	padding-bottom: 10px;
}

section.news-tintuc.news-details .title-content-news .excerpt p {
	font-size: 13px !important;
}

section.what-footer-keni {
	background: #0e0e0e;
	padding-bottom: 50px;
}

.what-footer-keni .title-hedding-top-pages h2 {
	font-size: 20px;
	font-weight: 200;
	padding-top: 60px;
}

.item-unst {
	border-bottom: 2px solid #0088cc;
	padding: 5px;
	background: #fff;
}

.post-list_h-content a {
	padding: 5px 15px;
	background: #fff;
	min-height: 47px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #5b5b5c;
}



























.title-boloc-ducts {
	background: #f2f2f2 !important;
	position: relative;
	padding-bottom: 0px !important;
}

.title-boloc-ducts h1:before {
	position: absolute;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #2e3192 47.87%, rgba(217, 217, 217, 0) 101%);
	left: 0;
	display: block;
	content: "";
	bottom: 0;
}

.item-all-boloc.active~.dropdown-wrapper-boloc {
	display: block;
}

section.boloc_product {
	background: #f2f2f2;
	padding: 0px 0px 20px;
}

.title-boloc-ducts h1 {
	background-image: #2e3192;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	font-weight: 700;
	text-align: center;
}

.item-all-boloc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid #e9e8e8fa;
	border-radius: 5px;
	background: #fffdfda3;
}

.dropdown-wrapper-boloc {
	display: none;
	padding-top: 11px;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	top: 48px;
	box-shadow: 0 0 7px 0;
	padding: 5px 10px;
	z-index: 9;
	border-radius: 5px;
}

.box-boloc {
	position: relative;
}

.lable-loc {
	font-size: 13px;
	color: #000;
}

.span-icon-boloc i {
	color: #000;
	font-size: 14px;
}

li.filter-item-box {
	margin-bottom: 5px;
}

li.filter-item-box input {
	margin-right: 6px;
}

li.filter-item-box label a {
	font-size: 13px;
	font-weight: 500;
}

.service__text {
	color: #222;
	font-weight: 400;
	font-size: 15px !important;
}








ul.l.f-p-attribute {}

.hedding-icon-filter~ul.l.f-p-attribute {
	display: none;
}

.hedding-icon-filter.active-filter~ul.l.f-p-attribute {
	display: block;
	border: 1px solid #828282;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99999999999;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	width: 319px;
	padding: 10px;
	border: 1px solid #cbcbcb;
	box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
}


button.slick-prev.slick-arrow i {
	font-size: 19px;
	color: #000;
}

button.slick-next.slick-arrow i {
	font-size: 14px;
	color: #000;
}

section.Design-top-details {
	/*! padding-bottom: 0px; */
	/*! padding-top: 20px; */
	/*! margin-top: 20px; */
}

.box-tt-products .box-title-details h1 {
	text-align: left;
	margin-top: 5px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000000;
	font-weight: 600;
	font-size: 25px;
}

.box-title-details h1 {
	/* color: #fff; */
	text-align: center;
}

.box-title-details h1 span {
	display: block;
	font-size: 14px;
	color: #f00;
}

.list-turn {
	padding: 10px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.list-turn li {
	padding: 0px 20px;
	position: relative;
}

.list-turn li:first-child {
	padding-left: 0px;
}

.list-turn li:not(:last-child)::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: black;
	right: 0;
}

.list-turn li label {
	color: black;
	position: relative;
	line-height: 1.2;
	margin-bottom: 0px;
	margin-right: 5px;
}

.list-turn li span {
	line-height: 1.2;
}

.list-turn li .star svg {
	fill: #ffbc01;
	height: 13px;

}

.list-turn li label::before {
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: black;
	content: "";
}



.mota_title {
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.so-widget-sow-editor {
	/*! padding-top: 20px; */
}

section.hotro_detail {
	display: none;
}

.item-img-banners-news img {
	height: 500px;
}

.content-banner p {
	text-align: center;
	color: #ccc;
	font-style: italic;
	font-size: 12px;
	width: 70%;
	margin: 0 auto;
}

.box-quantyli-details {
	display: flex;
	align-items: center;
	margin-top: 10px;
	/* display: none !important; */
}

input[type="number"] {
	padding: 0px;
	text-align: center;
	font-size: 14px;
}

.link_3d {
	margin-left: 15px;
}

.link_3d.box-them-cart {
	background: none;
	border: 1px solid #ccc;
	box-shadow: rgba(100, 100, 111, 0) 0px 7px 29px 0px;
}

.link_3d.box-them-cart span a {
	color: #222;
}

.link_3d a {
	text-transform: uppercase;
}

small.right-details-product {
	padding-bottom: 20px;
	display: inline-block;
	font-size: 14px;
	color: #222;
}

.title-product span {
	font-size: 14px;
	color: #404040;
	position: relative;
}

.link_3d a {
	color: #fff;
}

.link_3d {
	background: #df0202;
	color: #fff;
	padding: 10px 5px;
	font-weight: 600;
	font-size: 12px;
	width: 150px;
	text-align: center;
	margin-top: 0px;
	/*! margin-bottom: 10px; */
	border-radius: 4px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.title-product {
	padding-bottom: 0px;
	padding-top: 0px;
}

.box-price-deis {
	display: flex;
	align-items: baseline;
}

.box-price-deis {
	display: flex;
}

.box-price-deis div:first-child {
	margin-left: 0px !important;
	margin-right: 10px;
}

s.woocommerce-Price-old-products {
	font-size: 16px;
	/*! margin-left: 7px; */
}

.woocommerce-Price-products {
	font-size: 25px;
	color: #df0202;
	font-weight: 600;
	margin-left: 15px;
	line-height: 1.2;
}

.mgg-products p {
	font-size: 13px;
	color: #000;
}

.content-banner {
	padding-bottom: 50px;
}

.item-slick-details img {
	margin: 0 auto;
	aspect-ratio: 1/.7;
}

.product_list1.autoplay5 .slick-track {
	padding-bottom: 10px;
}

section.text-image.pd-section-top.pd-section-bottom {
	padding-top: 0px;
}

section.text-image.pd-section-top.pd-section-bottom .title.title-img {
	padding-bottom: 20px;
}
.slick-slider:not(:hover) .slick-arrow{
	opacity: 0;
}
.title.title-img h2 {
	color: #333;
	display: inline-flex;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-background-clip: text;
	font-size: 27px;
	position: relative;
	letter-spacing: -.7px;
}

.title.title-img h2:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	bottom: -4px;
	background: linear-gradient(90deg, rgb(228 50 43 / 10%) 15%, var(--color-hover) 48%, rgb(222 91 85 / 0%) 93%);
	width: 80%;
	height: 1px;
}

.title.title-img {
	/* padding-bottom: 5px; */
	/*! border-bottom: 1px solid #cdcdcd; */
	/*! margin-bottom: 20px; */
}

.programme-sale {}

.programme-sale h3 {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	font-size: 15px;
	margin: 0;
	background: #e4322b;
	color: #fff;
	position: absolute;
	left: 20px;
	top: -15px;
	z-index: 1;
	margin: 0 auto;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	text-align: center;
	border-radius: 5px;
}

.programme-sale {
	font-size: 16px;
	color: #484848;
	font-weight: 600;
	border: #b20f0f solid 1px;
	border-radius: 4px;
	padding: 10px 0 0;
	position: relative;
	overflow: visible;
	margin: 21px 0;
	float: left;
	width: 100%;
	margin-top: 0px;
}

.programme-sale h4 {
	font-size: 15px;
	font-weight: 500;
	color: black;
	margin-bottom: 6px;
	margin-top: 10px;
}

.programme-sale ul li {
	position: relative;
	padding-left: 18px;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
	padding-top: 4px;
}

/* .programme-sale ul li:before{
    position: absolute;
    content: "?";
    left: 0;
    color: #0088cc;
    font-weight: bold;
    font-size: 16px;
} */

.programme-sale ul li::before,
.programme-sale ul li::after {
	content: '';


	position: absolute;
	top: 50%;


	left: 0;


	transform: translate(-50%, -50%);
}

.programme-sale ul li::before {
	width: 6px;
	height: 2px;
	background-color: #e4322b;
	transform: rotate(50deg);
	top: 16px;
	left: 0px;
}

.programme-sale ul li::after {
	width: 13px;
	height: 2px;
	background-color: #e4322b;
	transform: rotate(-69deg);
	top: 11px;
}



.programme-sale p {
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
}

.programme-sale .note {
	font-size: 14px;
	font-weight: 600;
	color: #e4322b;
	line-height: 1.4;
	margin-top: 5px;
}

.programme-sale form {
	margin-top: 10px;
}

.programme-sale input {
	border: 1px solid #e4322b;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 5px;
	border-radius: 5px;
	height: 38px;
}

.programme-sale button {
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	color: white;
	border-radius: 5px;
	background: linear-gradient(90deg, rgba(228, 50, 43, 1) 15%, rgba(232, 70, 63, 1) 48%, rgba(222, 91, 85, 1) 93%);
}

.outstanding-prd-body {
	margin: 0px -10px;
}

.outstanding-prd-box {
	padding: 0px 10px;
}

.outstanding-prd-box span {
	text-align: center;
	display: block;
	margin-top: 10px;
	font-size: 14px;
	padding: 0px 10px;
}

.text-image {}

.text-image h2 {
	font-weight: 500;
}

.text-image .desc p {
	color: #333;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	padding-bottom: 10px;
}

.sp-table tr td:first-child {
	font-weight: 600;
	color: black;
}

.sp-table tr:nth-child(2n) {
	background-color: white;
}

.sp-table tr {
	border-bottom: 1px solid #ececec;
}

.sp-table table {
	border: 0px;
}

li.item-list-filter {
	display: flex;
	align-items: center;
	padding: 1px 10px;
	border: 1px solid #cdcdcd;
	margin-right: 5px;
	border-radius: 25px;
	margin-bottom: 10px;
}

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

li.item-list-filter p {
	display: inline-block;
	padding-left: 5px;
}

.list-filter {
	padding-top: 10px;
	padding-bottom: 10px;
}

li.item-list-filter span {
	font-size: 13px;
}

li.item-list-filter p i {
	font-size: 12px;
}

.seemore a {
	padding: 0 30px;
	border-radius: 5px;
	height: 30px;
	display: block;
	width: fit-content;
	background-color: #2e3192;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	animation: identifier 1s infinite;
	-moz-animation: identifier 1s infinite;
	-webkit-animation: identifier 1s infinite;
	-o-animation: identifier 1s infinite;
	margin-top: 20px;
}

@keyframes identifier {
	from {
		transform: scale(1.0);
	}

	to {
		transform: scale(1.3);
	}
}

.list-img-prd {
	overflow: hidden;
}

.list-img-prd ul {
	margin: 0px -5px;
}

.list-img-prd li {
	padding: 0px 5px;
}

.register img {
	width: 100%;
	border: 2px solid #fff;
	border-radius: 10px;
}



.tab_chitiet_details #myTabContents p {
	color: #222;
	font-weight: 400;
	font-size: 16px;
}

.box-form-catalog-wrapper {
	display: none;
	justify-content: space-between;
	padding-top: 10px;
}

.intro-catelog {
	padding-bottom: 10px;
	width: 100%;
	font-size: 21px;
	color: #ff0000;
	font-weight: 600;
}

span.your-phone-form input {
	margin-bottom: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: 3px solid transparent;
	padding: 10px 25px;
	border: 1px solid #cdcdcd;
}


.box-form-catalog-wrapper form {
	width: 100%;
}

.input-wrapper-form button {
	border: 3px solid transparent;
	padding: 14px 25px;
	position: absolute;
	bottom: 0;
	top: 0;
	width: 139px;
	background-color: #0088cc;
	font-size: 17px;
	color: #fff;
	border-radius: 0px 30px 30px 0px;
}

.input-wrapper-form {
	position: relative;
}





























.content_hotro {
	border: 2px dashed #666;
	border-radius: 5px;
	padding: 15px;
}

.item_mauda img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.item_mauda {
	width: 50px;
	height: 50px;
	padding: 0px 1px;
}

.item-hotro-detail i {
	font-size: 34px;
	color: #000;
}

.item-hotro-detail {
	text-align: center;
}

.item-hotro-detail p {
	color: #000;
}

.clm.phone-detail-product p {
	font-size: 17px;
	color: #000;
	padding-bottom: 20px;
}

.clm.phone-detail-product span {
	font-size: 17px;
	color: #d90000;
}

.bangmauda {
	border: 1px solid #e7e7e7;
	padding: 15px;
	background: #fff;
}

.name_bienthe {
	color: #9f0000;
	font-weight: 700;
	font-size: 14px;
}

.title_bangmau {
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
}

.list_item {
	display: flex;
}

.row.box-left-content-productss {
	align-items: center;
}

.row.bp-hotro-pages {
	align-items: center;
}

.title-boloc-ducts {
	padding-bottom: 0px;
	padding: 20px;
}



.dm-product-pages .list-category-box a img {
	border-radius: 10px;
	margin: 0 auto;
	width: 64px;
	height: auto;
	margin-bottom: 13px;
}

.dm-product-pages .list-category-box a h3 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

/* .slide-4.dm-product-pages {
        display: flex;
        flex-wrap: wrap;
    } */

/* .slide-4.dm-product-pages .clm {
        width: 20%;
    } */













.item-video a img {
	height: 325px;
	/* position: relative; */
}

.item-video a .btn-video img {
	width: 64px;
	height: 45px;
}

.item-video a .btn-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.item-video {
	position: relative;
}


.product-name-video {
	margin: 10px 5px;
	text-align: center;
}

.product-name-video p {
	font-style: italic;
	font-size: 14px;
}


.tabs_list-product ul {
	display: flex;
	justify-content: space-between;
}

.tabs_list-product ul li {
	padding: 10px 0px;
	background: #d2c858;
	color: #000;
	font-size: 14px;
	display: block;
	text-align: center;
	border-left: 1px solid #d2c858;
	border-right: 1px solid #d2c858;
	cursor: pointer;
	border-radius: 10px;
	width: 100%;
	margin: 0px 5px;
	font-weight: 400;
}

.tabs_list-product {
	padding-bottom: 20px;
}

.tab-content-product-details {
	padding: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}

.tab_chitiet_details {
	padding-top: 30px;
}

.btn-xemthem-details {
	display: none;
	text-align: center;
	padding-top: 30px;
}

.btn-xemthem-details button {
	border: 1px solid #000;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 35px;
}


section.brand-details.product-tt {
	padding-top: 0px;
}

.product-tt .item-content-brands a {
	font-size: 14px;
	margin: 0px;
}


.product-tt .item-content-brands {
	text-align: center;
}

.product-tt .item-content-brands span {
	color: #222;
	font-weight: 600;
	font-size: 14px;
}

.item-content-brands {
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-tt .item-content-brands a:hover {
	color: #0088cc;
}













section.brand-details {
	padding-top: 40px;
}

.item-content-brands a {
	color: #222;
	font-size: 20px;
	line-height: 22px;
	text-decoration: none;
	margin: 10px 0;
	display: block;
	font-weight: 600;
}

.btn-brand-now a {
	font-size: 14px;
	text-decoration: underline;
	color: #0088cc;
	font-weight: 600;
}

.btn-brand-now {
	text-align: center;
}

.item-content-brands p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	font-weight: 400;
}

.item_mauda {
	position: relative;
}

img.item-hover-images {
	top: 105%;
	position: absolute;
	width: 150px;
	height: 150px;
	max-width: 200px;
	left: 0;
}

img.item-hover-images {
	display: none;
}

.item_mauda:hover .item-hover-images {
	display: block;
}

.item-hotro-detail p {
	font-size: 12px;
}

.name_bienthe {
	font-size: 17px;
}

















.item-img-second {
	text-align: center;
	padding-bottom: 20px;
}

section.ladi-section-cn-pages .bt-fist-section {
	margin: 0 auto;
	margin-top: 20px;
}


.item-img-second img {
	border-radius: 5px;
	width: 180px;
	height: 136px;
}

.content-title-second {
	text-align: center;
}

.clm.block-section-second {
	padding: 5px;
}

.item-blog-secontd {
	padding: 28px 40px;
	border: 1px solid #fff;
	border-radius: 5px;
}

.news_rale.col-md-3 {
	position: static;
	top: 90px;
	position: sticky;
	top: 70px;
	left: 0;
	z-index: 111;
	user-select: none;
	height: 90% !important;
}



.box-all-secont-ss {
	background: rgb(67 66 65);
	border-radius: 5px;
	padding: 5px;
}

.content-title-second p {
	color: #fff;
}

.content-form-pages span p {
	color: #df0202;
	font-size: 25px;
}

.content-top-cn {
	text-align: center;
}

.content-top-cn p {
	color: #fff;
}

.content-top-cn h1 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 10px;
}

section.second-section {
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #000;
}

.box-banner-cn img {
	height: 500px;
}

.box-all-twet {
	position: relative;
}

.content-slider-cn {
	position: absolute;
	top: 25%;
}

.content-slider-cn h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 10px;
}

.content-slider-cn h2 {
	color: #fff;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%);
	padding: 10px 0px;
}

.box-price-cn h4 {
	color: #fff;
	font-weight: 600;
}

p.persent-buy {
	color: #fff;
}

.bpxx-price-opp-cn {
	display: flex;
	align-items: center;
}

h1.persent-sale {
	padding: 0px 5px;
	font-size: 79px;
	font-weight: 800;
	color: rgb(255, 210, 49);
	line-height: 64px;
}

.box-price-cn {
	text-align: end;
}

.col-4-CN {
	display: flex;
	align-items: flex-start;
}

p.persent-buy-ptram {
	color: rgb(255, 210, 49);
	font-size: 40px;
	font-weight: 800;
	line-height: 53px;
}

.box-text-right-cn {
	padding-left: 5px;
}

.bt-fist-section {
	color: #000;
	cursor: pointer;
	/* margin: 0 auto; */
	animation: pulse 2s infinite alternate;
	background-color: rgb(255, 210, 49);
	width: 210px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: 1px solid black;
	font-size: 14px;
	box-shadow: 0 0 0 0.5px white;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}











.item-top-content-opper {
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	padding: 0px 20px;
}

.item-top-content-opper p {
	color: #fff;
	font-size: 25px;
	padding-right: 10px;
	font-weight: 900;
	font-size: 24px;
}

.item-top-content-opper p span {
	display: block;
	font-size: 36px;
	color: #fff;
}

.item-top-content-opper span {
	font-size: 72px;
	color: rgb(255, 210, 49);
	font-weight:
		bold;
}

.box-saper {
	display: flex;
	justify-content: center;
	padding-bottom: 25px;
	width: 430px;
	margin: 0 auto;
}

.box-content-btom-spaset {
	text-align: center;
}

section.form-tv-ld-pages.form-cn .content-form-pages p {
	font-size: 17px;
}

.box-content-btom-spaset p {
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
}

.box-content-btom-spaset a {
	margin-top: 20px;
	animation-name: bounce;
	animation-delay: 0s;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	display: inline-block;
	background: rgb(255, 210, 49);
	padding: 5px 30px;
	border-radius: 25px;
	font-weight: 800;
}

section.font-ships {
	padding: 50px 0px;
}

section.ss-banner-opper:before {
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-left-content-opper {
	position: relative;
}

section.ss-banner-opper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000091;
	top: 0;
}

section.ss-banner-opper {

	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
}

.ladi-section-cn-pages .bt-fist-section {
	margin-top: 40px;
}


section.ladi-section-cn-pages {
	padding-bottom: 50px;
	padding-top: 50px;
}

.conten-title-laddi {
	text-align: center;
}

.conten-title-laddi h1 {
	color: #000;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 0px;
}

.content-pages-ladi-box {
	padding-top: 40px;
}

.conten-title-laddi span {
	font-style: italic;
	font-size: 13px;
	color: #000;
	position: relative;
}

.conten-title-laddi span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.5px;
	background: #0088cc;
	bottom: -6px;
}




.img-producs-ld-pages {
	border-radius: 10px;
	overflow: hidden;
}

.content-ladi-box span {
	color: rgb(5, 31, 77);
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 10px;
	display: inline-block;
}

.content-ladi-box {
	padding: 15px 0px;
}

.content-ladi-box p {
	color: #000;
	text-align: justify;
}

.box-contetn-font-ships {
	padding-top: 50px;
}

.ladi-headline-ships p {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	position: relative;
}

.ladi-headline-ships p:before {
	content: "";
}

.ladi-headline-ships img {
	width: 75px;
	height: 75px;
	position: absolute;
	top: -34px;
	left: -26px;
	z-index: -1;
}

.ladi-headline-ships {
	position: relative;
}

.item-hepprter {
	overflow: hidden;
}

.row.box-hepter {
	padding-top: 30px;
}

.item-hepprter img {
	height: 240px;
	border-radius: 10px;
}

.content-ships {
	text-align: center;
	padding-top: 10px;
}

.content-ships a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
}

.content-ships p {
	font-style: italic;
	color: #000;
}

.btn-next-ships {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-next-ships a {
	color: #000;
	text-decoration: underline;
	font-weight: 700;
}

.btn-next-ships i {
	padding-left: 10px;
	color: #000;
	font-size: 17px;
}

section.maydo-pages {
	padding-bottom: 50px;
}

.item-img {
	padding: 5px;
}

.item-slider-ld-pages {
	padding-top: 25px;
}

section.box-slider-ld-pages {
	padding-bottom: 40px;
}

.item-maydo-pages {
	margin-top: 17px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
}

.item-maydo-pages .row {
	align-items: center;
}

.item-name-maydo {
	padding-left: 25px;
	text-align: center;
}

.item-name-maydo p {
	line-height: 1.2;
	color: rgb(0, 0, 0);
	text-align: center;
	font-weight: 700;
	font-size: 21px;
}

.item-name-maydo span {
	color: rgb(242, 66, 13);
	font-size: 14px;
	font-weight: 600;
	padding-top: 10px;
	display: inline-block;
}


.item-maydo-pages {
	margin-top: 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
}

.item-maydo-pages .row {
	align-items: center;
}

.item-name-maydo {
	padding-left: 25px;
	text-align: center;
}

.item-name-maydo p {
	line-height: 1.2;
	color: rgb(0, 0, 0);
	text-align: center;
	font-weight: 700;
	font-size: 21px;
}

.item-name-maydo span {
	color: rgb(242, 66, 13);
	font-size: 14px;
	font-weight: 600;
	padding-top: 10px;
	display: inline-block;
}

.item-name-maydo-center ul li {
	text-align: center;
	padding: 5px;
	font-size: 17px;
	color: #000;
}

.item-name-maydo-center ul li i {
	font-size: 13px;
	color: blue;
	padding-right: 10px;
}























.content-top-cn {
	padding-bottom: 20px;
	position: relative;
}

.login-box {
	position: relative;
	width: 400px;
	padding: 40px;
	margin: 20px auto;
	background: rgb(67 66 65 / 98%);
	box-sizing: border-box;
	box-shadow: 0 15px 25px rgba(0, 0, 0, .6);
	border-radius: 10px;
}

.login-box p:first-child {
	margin: 0 0 30px;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.login-box .user-box {
	position: relative;
}

.login-box .user-box input {
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
	border: none;
	border: 1px solid #fff;
	outline: none;
	background: transparent;
	border-radius: 25px;
}

.login-box .user-box label {
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 10px;
	font-size: 14px;
	color: #fff;
	pointer-events: none;
	transition: .5s;
}

.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
	top: -20px;
	left: 0;
	color: #fff;
	font-size: 12px;
}

.box-content-opper .row {
	align-items: center;
}

.login-box form button {
	background: #0088cc;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	transition: .5s;
	margin-top: 30px;
	letter-spacing: 3px
}

.login-box button:hover {
	background: #fff;
	color: #272727;
	border-radius: 5px;
}

.login-box button span {
	position: absolute;
	display: block;
}

.login-box button span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #fff);
	animation: btn-anim1 1.5s linear infinite;
}

@keyframes btn-anim1 {
	0% {
		left: -100%;
	}

	50%,
	100% {
		left: 100%;
	}
}

.login-box button span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #fff);
	animation: btn-anim2 1.5s linear infinite;
	animation-delay: .375s
}

@keyframes btn-anim2 {
	0% {
		top: -100%;
	}

	50%,
	100% {
		top: 100%;
	}
}

.login-box button span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #fff);
	animation: btn-anim3 1.5s linear infinite;
	animation-delay: .75s
}

@keyframes btn-anim3 {
	0% {
		right: -100%;
	}

	50%,
	100% {
		right: 100%;
	}
}

.login-box button span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #fff);
	animation: btn-anim4 1.5s linear infinite;
	animation-delay: 1.125s
}

@keyframes btn-anim4 {
	0% {
		bottom: -100%;
	}

	50%,
	100% {
		bottom: 100%;
	}
}

.login-box p:last-child {
	color: #aaa;
	font-size: 14px;
}

.login-box a.a2 {
	color: #fff;
	text-decoration: none;
}

.login-box a.a2:hover {
	background: transparent;
	color: #aaa;
	border-radius: 5px;
}













section.form-tv-ld-pages {
	display: none;
	position: relative;
}

.box-banner-cn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0003;
	z-index: 9;
}


.box-banner-cn {
	position: relative;
}

.img-form-popup img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-ld-pages section.form-tv-ld-pages {
	display: block;
}

.box-form-pages-ss {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 800px;
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	display: flex;
}

section.form-tv-ld-pages.form-cn .content-form-pages {
	padding: 30px 15px;
}

.content-form-pages {
	padding: 20px 35px;
	text-align: center;
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content-form-pages p {
	font-size: 21px;
	font-weight: 700;
	color: #222;
}

.content-form-pages span {
	display: block;
	color: rgb(255, 109, 0);
	font-size: 28px;
	font-weight: 600;
}

span.ss-somnhat {
	color: #222;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
}

.ladi-form-item-input input {
	width: 100%;
	padding: 8px;
	margin-bottom: 1rem;
	/* border-radius: 6px; */
	padding-left: 12px;
	background-color: #f4f4f4;
}

.ladi-form-item-input {
	padding-top: 15px;
}

.ladi-form-item-input button {
	margin-top: 20px;
	/* width: 100%; */
	background: #0088cc;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.img-form-popup {
	position: relative;
	flex: 3;
}

.close-form-ld-pages {
	height: 35px;
	width: 35px;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	box-sizing: border-box;
	line-height: 35px;
	display: inline-block;
}

.close-form-ld-pages::before,
.close-form-ld-pages::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% - 7px);
	display: block;
	height: 1px;
	width: 15px;
	background-color: var(--gray-dark, #000);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.close-form-ld-pages::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.close-form-ld-pages:hover:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.close-form-ld-pages:hover::after {
	transform: rotate(0deg);
}

.ladi-form-item-input textarea {
	border: 1px solid rgb(10, 103, 233);
	width: 100%;
	border-radius: 6px;
	height: 60px;
}

.close-form-ld-pages i {
	color: #000;
	font-size: 20px;
}

.content-page-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10002;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.content-page-popup:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: #00000082;
	top: 0;
	bottom: 0;
}

section.camnhan-slider-mobile {
	display: none;
}














a.a-c1-desktop-pages:hover {}

.bar-menu.ai-center.btn-menu-mobile.bar-menu--mobile.flex-1 {
	display: none !important;
}

.bar-menu.d-flex.ai-center.btn-menu-mobile {
	margin-left: 0px;
}











input[type="text"] {
	color: #000;
}



ul.pt_social li a i {
	color: #000;
}

.box-footer-right-1 .box-footer {
	width: 30%;
}

.clm.box-footer-right-1 {
	display: flex;
}

.box-footer.box-footer-1 {
	width: 40% !important;
}

.box-footer-last p {
	font-size: 14px;
}

.box-footer-last span {
	font-size: 14px;
	padding-top: 15px;
	display: block;
}

.form-flat-form {
	padding-top: 10px;
}

.form-flat-form form {
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.form-flat-form input {
	height: 35px;
	width: 65%;
	font-size: 14px;
	padding-left: 10px;
	background: #5a5a5e;
	background: #cdcdcd;
	border-radius: 0px;
}

.form-flat-form button {
	height: 35px;
	display: inline-block;
	width: 35%;
	background: #fff;
	line-height: 35px;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

.form-flat-form input::placeholder {
	color: #333;
}




























.box-banner-smoll button.slick-prev.slick-arrow {
	/*! top: 0; */
	/*! left: 50%; */
	/*! transform: translateX(-50%); */
}


.box-banner-smoll button.slick-next.slick-arrow {
	/*! top: 100%; */
	/*! left: 50%; */
	/*! transform: translateX(-50%); */
}

.product-list-body.autoplay6 .slick-dots {
	position: unset;
}

.box-banner-smoll button.slick-prev.slick-arrow i {
	font-size: 18px;
	transform: rotate(90deg);
}


.box-banner-smoll button.slick-next.slick-arrow i {
	font-size: 18px;
	transform: rotate(90deg);
}

.product-list-box span.price del span {
	font-size: 13px;
}


.product-small-content a h3 {
	/* min-height: 45px; */
}

.desc_content {
	padding: 10px 0px 0px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #222;
}

.desc_content p {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
}

.desc_content ul li {
	list-style: disc !important;
	margin-left: 20px;
	font-weight: 400;
	margin-bottom: 2px;
}

.box-banner-smoll {
	margin: 0px -5px;
	padding-top: 8px;
}

.anouncement {
	display: none;
}

.search-filter svg {
	width: 27px;
	height: 27px;
}

.search-filter input {
	width: 100%;
	padding: 7px;
	border: 1px solid #cdcdcd;
}

.search-filter {
	position: relative;
}

.search-filter button {
	padding: unset;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}

p.hedidng-search-filter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	padding-bottom: 10px;
}













.filter.filter-product {
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
}

.filter-product-head {
	color: #828282;
	display: block;
	height: 39px;
	overflow: hidden;
	padding: 0px 7px;
	position: relative;
	line-height: 39px;
	font-weight: 700;
	font-size: 13px;
}

.filter-product ul li {
	display: block;
	\: #ff0000;
	\: 20px;
	color: #000;
	border: 1px solid #cdcdcd;
	margin-right: 10px;
	margin-bottom: 10px;
}

.filter.filter-product.check-filter a.f-p-attribute-False {
	display: block;
	color: #828282;
	position: relative;
	font-size: 14px;
	color: #000;
	width: 28px;
	height: 28px;
}

.filter.filter-product.check-filter a.f-p-attribute-False:hover {
	background-position: 0 6px;
	color: #27aae1;
	font-weight: bold;
}


.hedding-icon-filter {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hedding-icon-filter span {
	color: #828282;
	position: unset;
	/* right: 15px; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
}


.hedding-titles-index .wpb_wrapper {
	position: relative;
	text-align: center;
	margin-left: auto;
	width: 100%;
}

.hedding-titles-index .sub-title {
	width: auto;
	background: #89ad27;
	text-align: center;
	margin: 0 10px;
	position: relative;
	color: #fff;
	display: inline-block;
}

span.left:before {
	content: "";
	display: inline-block;
	float: left;
	position: absolute;
	font-size: 0;
	width: 0;
	height: 0;
	left: -10px;
	border-top: 15px solid #89ad27;
	border-left: 10px solid transparent;
	top: 0;
}

span.left:after {
	content: "";
	display: inline-block;
	float: left;
	position: absolute;
	font-size: 0;
	width: 0;
	bottom: 0;
	height: 0;
	left: -10px;
	border-bottom: 15px solid #89ad27;
	border-left: 10px solid transparent;
}

span.content-title {
	display: inline-block;
	padding: 0 25px;
	line-height: 27px;
}

span.right {
	font-size: 0;
	position: relative;
	right: 0;
	top: 0;
	line-height: 30px;
	float: right;
	color: #333 !important;
}

span.right:before {
	content: "";
	display: inline-block;
	position: absolute;
	font-size: 0;
	width: 0;
	height: 0;
	right: -10px;
	border-top: 15px solid #89ad27;
	border-right: 10px solid transparent;
	top: 0;
}

span.right:after {
	content: "";
	display: inline-block;
	position: absolute;
	font-size: 0;
	width: 0;
	height: 0;
	right: -10px;
	border-bottom: 15px solid #89ad27;
	border-right: 10px solid transparent;
	bottom: 0;
}


span.left {
	color: #333 !important;
}

.hedding-titles-index h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	font-weight: 700;
	word-spacing: 5px;
	font-size: 30px;
}

.decorative-icon {
	display: inline-block;
}

.heading-title .wpb_wrapper p {
	float: none;
	display: inline-block;
}

.decorative-icon p {
	display: inline-block;
	font-size: 0;
	float: left;
	margin-bottom: 0;
	line-height: 21px;
	height: 21px;
}

.decorative-icon p.icon-left:before {
	content: "";
	background-color: #333;
	display: inline-block;
	height: 1px;
	width: 50px;
}

.decorative-icon p.icon-center:before {
	text-align: center !important;
	display: inline-block;
	top: -8px;
	position: relative;
	height: 33px;
	background-size: cover;
	background-image: url(../images/icon-line-gio.png);
	content: "";
	width: 25px;
	opacity: 0.5;
}

.decorative-icon p.icon-right:before {
	content: "";
	background-color: #333;
	display: inline-block;
	height: 1px;
	width: 50px;
}

.decorative-icon p.icon-center {
	margin: 0 10px;
	height: 21px;
}

.product-img-h13 h2 {
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 25px;
}

.box-products-sales-left {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.wpb_text_column-left {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
}

.box-products-sales-left .sub-titlle-v2 {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}

.product-img-h13 {
	text-align: center;
}

.box-products-sales-left .sub-title {
	width: auto;
	background: #ffffff;
	text-align: center;
	margin: 0 10px;
	position: relative;
	color: #6e6060;
	display: inline-block;
}

.box-products-sales-left .left:before {
	border-top: 15px solid #ffffff;
}

.box-products-sales-left .left:after {
	border-bottom: 15px solid #ffffff;
}

.box-products-sales-left .right:before {
	content: "";
	display: inline-block;
	position: absolute;
	font-size: 0;
	width: 0;
	height: 0;
	right: -10px;
	border-top: 15px solid #ffffff;
	border-right: 10px solid transparent;
	top: 0;
}

.box-products-sales-left .right:after {
	border-bottom: 15px solid #ffffff;
}


.box-products-sales-left:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.box-products-sales-left:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.box-products-sales-left:hover:after {
	background-color: rgba(255, 255, 255, .2);
	top: 50%;
	bottom: 50%;
}

.box-products-sales-left:hover:before {
	background-color: rgba(255, 255, 255, .2);
	right: 50%;
	left: 50%;
}

.list-products-sales {
	padding-top: 20px;
}


.title-filer-templeta h1 {
	color: #333;
}

li.colors-picks {
	width: 28px;
	height: 28px;
	border-radius: 100px;
}

.filter.filter-product.check-filter.filter-prices li {
	width: 100%;
	border: none;
}

.filter.filter-product.check-filter.filter-prices li:last-child {
	margin-bottom: 0px;
}

.hedding-icon-filter.active-filter span.miniun {
	opacity: 1;
	transform: unset;
	width: unset;
}

.hedding-icon-filter span.miniun {
	opacity: 0;
	width: 0px;
	transform: unset;
}

.hedding-icon-filter i {
	font-size: 17px;
	margin-bottom: 10px;
}

.hedding-icon-filter.active-filter span.miniun i {
	margin-bottom: 0px;
}


.filter.filter-product.check-filter.filter-prices ul.l.f-p-attribute {
	width: 200px;
}


.search-setion-tabs select {
	color: #828282;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 5px;
}

.filter.filter-product.check-filter.filter-prices a span {
	font-size: 13px;
	margin-left: 7px;
}

.filter.filter-product.check-filter.filter-prices a input {
	width: 10px;
	height: 10px;
}

.filter.filter-product.check-filter.filter-prices ul.l.f-p-attribute li a:before {
	content: "";
}

.filter.filter-product.check-filter.filter-prices a input:before {
	width: 100%;
	height: 20px;
	background: none;
	position: absolute;
	content: "";
}

.desc-content-news-block .entry-body p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.add-to-cart {
	color: #fff;
}

.about-footer p {
	color: #000;
	padding-right: 20px;
	text-align: justify;
}

p.text-text-secondary {}

.see-more:hover {
	color: var(--color-hover);
}


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



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

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

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

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

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

	.number_special .mx_width {
		max-width: 1350px;
		margin: auto;
	}

	.news_home .mx_width {
		max-width: 1350px;
		margin: auto;
	}


	.number_special .img_bg_number img {
		width: 100%;
	}

	.container {
		width: 1200px;
	}

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

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


@media(min-width: 1990px) {

	.container {
		width: 1300px;
	}

	.ban-view.container {
		width: 1695px;
	}
}

@media (max-width: 1199px) {
	.menu>ul>li>a {
		font-size: 13px;
	}

	.folder_products .nav-pills>li>a {
		font-size: 16px;
		width: 230px;
		padding: 13px 10px;
	}

	.nav-sub-in {
		width: 90%;
	}

	.filter_chungloai .list_ds li {
		width: 33.2223%;
	}

	.files_list .files_item {
		width: 25%;
	}

	.box_search {
		/* margin-left: 8px; */
	}

	.nd_banner .title {
		margin-bottom: 0;
	}

	.slide .banner_top .nd_banner .desc {
		display: none;
	}

	.box_hotline_header {
		font-size: 14px;
	}

	.box_hotline_header span {
		display: none;
	}

	.box_search>i {
		padding: 5px 6px;
	}

	.form_dky button {
		margin-top: 0;
	}

	.width_fix_menu {
		width: calc(100% - 420px);
	}

	.group_hotline_header {
		margin-left: 15px;
		width: 221px;
	}
}

@media (min-width: 992px) {
	.header_main.fixed-menu {
		z-index: 99999999;
	}

	.menu-desktop .nav-main>li:hover .nav-sub {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}

	.menu-desktop .nav-sub>li:hover .nav-sub-child {
		display: block;
	}

	.menu-desktop .nav-main>li:hover .nav-sub-in {
		display: flex;
		flex-wrap: wrap;
		opacity: 1;
		transform: translateY(0px);
		pointer-events: unset;
	}

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

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

}

@media (max-width: 991px) {



	.contact-temp-body {
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		background-color: white;
		padding: 0px 15px 0px 15px;
		border-radius: 10px;
	}

	section.home-video .container {
		padding-left: 10px;
	}

	.header_main.fixed-menu {
		z-index: 9999999;
	}

	.home-video .big-box .img-box {
		margin-right: 0px !important;
	}

	.logo-bg.background-image {
		background-image: none !important;
		background: none !important;
	}

	.box-img-ports-left {
		height: unset !important;
		margin-bottom: 20px;
	}

	.box-img-ports-left a img {
		height: 100%;
	}

	.product_item .product_btn {
		padding: 10px;
	}

	.product_list {
		grid-template-rows: 200px 200px;
	}

	section.about-home p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.box-header-left-bar {
		justify-content: unset;
	}

	.conten-title-laddi span:before {
		content: "";
		background: none;
	}

	.box-slick-new-tintuc button.slick-next.slick-arrow {
		right: -10px;
	}

	.box-slick-new-tintuc button.slick-prev.slick-arrow {
		left: -18px;
	}

	.abouthead-box-img a img {
		object-fit: contain;
	}

	.abouthead__title {
		font-size: 16px;
	}

	.item-top-content-opper {
		display: block;
		text-align: center;
	}

	span.your-phone-form input {
		width: 60%;

	}

	section.box-tt-products {
		/*! padding-left: 15px; */
	}

	/* .slide-4.dm-product-pages .clm {
            width: 33.222%;
        } */
	.title-boloc-ducts {
		padding-top: 20px;
	}

	section.boloc_product {
		padding: 0px 0px;
	}

	.box-all-boloc .clm {
		padding-bottom: 10px;
	}

	.item-all-boloc {
		box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 0px;
	}

	.gallery_home a {
		display: inline-block;
	}

	.congtrinh_meta a {
		font-size: 17px;
	}

	.content-item-img-congtrinh {
		width: 85%;
	}

	.grid-congtrinh-left {
		width: 100%;
	}

	.grid-congtrinh-right {
		display: flex;
		width: 100%;
	}

	.box-grid-congtrinh {
		display: block;
	}

	.grid-congtrinh-left .item-congtrinh {
		width: 100%;
	}

	.item-congtrinh {
		width: 50%;
	}

	.img-twight .gallery_home {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
	}

	.title-hedding-top-pages h2 {
		/* font-family: "Montserrat", sans-serif; */
		font-size: 26px;
	}

	.subtitle-home {
		margin-right: 10px;
	}


	.foot_li1 {
		padding: 0px 5px;
	}

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

	.foot_ul2 li {
		padding: 5px 0px;
	}

	.foot_li1 svg {
		display: block;
		transform: rotate(90deg);
		width: 6px;
		height: 10px;
	}

	.bar-menu svg {
		/* height: 22px !important; */
	}

	.box_search svg {
		height: 15px !important;
	}

	/* .menu-desktop {
        display: none !important;
    } */

	.header_bottom {
		display: none;
	}

	.logo-head a img {
		width: 95px !important;
	}

	.anouncement {
		display: block;
	}

	.header_content {
		padding: 10px 0px;
	}

	.header_main {
		display: block !important;
		padding-block: 0px;
	}

	.bar-menu--mobile {
		margin-left: 0px !important;
	}

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

	.list_kh .khach_hang_item {
		width: 50%;
	}

	.slide .banner_top .image img {
		height: 210px;
	}

	.filter_chungloai {
		padding: 0 15px;
	}

	.filter-title-name .drop_down_filter {
		position: absolute;
		height: 40px;
		right: 0;
		display: inline-block;
		top: 0;
		width: 40px;
		line-height: 40px;
		text-align: center;
		border-left: 1px solid #fff;
	}

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

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

	.slide .banner_top .box-slide {
		background-position: calc(100% - 26%) center;
	}

	.nd_banner .title {
		font-size: 22px;
		font-weight: 700;
	}

	.box_thong_so .content {
		line-height: 24px;
	}

	.thong_so ul {
		margin: 10px 0;
	}

	.filter-title-name {
		background-color: #db2128;
		text-align: left;
		padding: 5px 10px;
		position: relative;
	}

	.filter-item-name {
		margin: 0;
		position: relative;
	}

	.support_client .content {
		flex-direction: column;
		align-items: center;
	}

	.support_client .box_left {
		width: 100%;
		order: 2;
		padding: 0 15px;
	}

	.support_client {
		padding: 60px 0;
	}

	.support_client .box_right {
		order: 1;
		width: 100%;
		padding: 0 15px;
		text-align: center;
		margin-bottom: 30px;
	}

	.list_categories {
		padding: 0;
	}

	.list_thuong_hieu {
		padding: 30px 0 0;
	}

	.categories_about {
		padding: 25px 0;
	}

	.categories_about .content {
		padding-left: 0;
	}

	.list_categories .box_categories .categories_item {
		width: 25%;
	}

	.list_thuong_hieu .nav-pills>li {
		width: 25%;
	}

	.list_thuong_hieu .nav-pills>li>a h3 {
		font-size: 14px;
	}

	.list_categories .categories_info h3 {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.list_service {
		margin-top: 40px;
	}

	.title_underline {
		margin-top: 30px;
	}

	.copyright-text {
		width: 100%;
	}

	.news_home .img_tamgiac img {
		width: 100px;
	}

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

	.list_service .service_item {
		width: 50%;
		margin-bottom: 15px;
	}

	.list_thuong_hieu .nav-pills>li {
		padding: 0 5px;
	}

	.box_content_slide .block_nd .desc {
		display: none;
	}

	.slide .slick-prev,
	.slide .slick-next {
		display: none !important;
	}

	.box_content_slide .block_nd .title_slide .with_me {
		font-size: 14px;
	}

	.box_content_slide .block_nd .title_slide .you_can {
		font-size: 22px;
	}

	.box_content_slide .block_nd .trust {
		font-size: 22px;
	}

	.filters-container {
		display: none;
	}

	.group_button_link .more_about {
		width: 130px;
		height: 36px;
	}

	.group_button_link .more_about a {
		font-size: 14px;
		line-height: 36px;
	}

	.group_button_link .video_slide {
		margin-left: 10px;
	}

	.box_content_slide .block_nd {
		max-width: 246px;
	}

	.group_button_link .video_slide .icon_play {
		height: 36px;
		width: 36px;
		margin-right: 0;
	}

	.group_button_link .video_slide .icon_play i {
		font-size: 16px;
		line-height: 36px;
		margin-left: 2px;
	}

	.solution_services {
		margin-top: 25px;
	}

	.group_button_link .video_slide span {
		display: none;
	}

	.filter-title {
		display: block;
		margin-top: 0;
	}

	.filter-item {
		border-top: 1px solid #fff;
		cursor: pointer;
	}

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

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

	.files_list .files_item {
		width: 33.2223%;
	}

	.group_hotline_header {
		width: 221px;
	}

	.list-bar2 {
		display: inline-block;
	}

	.breadcrumbs {
		padding: 10px 0;
	}

	.breadcrumbs .breadcrumbs-item {
		font-size: 14px;
	}



	.page_news .news_item .image img {}

	.page_news .news_item .news_infor {
		width: 100%;
		padding: 15px 8px 8px;
	}

	.page_news .news_item .news_infor h3 a {
		min-height: 35px;
		font-size: 16px;
	}

	.page_news .news_item .news_infor .desc {
		font-size: 13px;
		max-height: 72px;
	}

	.breadcrumbs {
		margin-top: 0;

	}

	.filters {
		margin-top: 15px;
	}

	.product_item .box_product .box_nd .type {
		width: 100%;
	}

	.product_item .box_product .box_nd .code {
		width: 100%;
		text-align: left;
	}

	.first_news {
		width: 50%;
	}

	.news_right {
		width: 50%;
	}

	.news_right .news_item {
		width: 100%;
	}

	.news_right .news_item:nth-child(3) {
		display: none;
	}

	.news_right .news_item:nth-child(4) {
		display: none;
	}

	.support:before {
		opacity: 1;
	}

	.support_item .box_support .title {
		margin-bottom: 0;
	}

	.group_hotline_header {
		margin: 28px 0 28px 20px;
	}

	.logo-head {
		/* margin-left: 20px; */
		display: inline-block;
		/* width: 100px; */
	}

	.support {
		margin-top: 0;
	}

	.box_content_slide {
		transform: unset;
		top: unset;
		left: 0;
		bottom: 20px;
	}

	.menu-mobile {
		display: none;
		float: left;
		width: 100%;
		background-color: #db2128;
	}

	.bg_goc {
		width: 40%;
	}

	.nav-main {
		padding: 0;
		width: 100%;
		float: left;
	}

	.menu>ul>li {
		width: 100%;
		margin-top: 0;
		padding-bottom: 0;
	}

	.menu>ul>li>a {
		line-height: 35px;
		font-size: 16px;
	}

	.menu>ul>li>a:hover {
		color: #fff;
	}

	.menu ul li a {
		border-bottom: 1px solid #fff;
		color: #000;
	}

	.nav-main li i.fa-chevron-down {
		position: absolute;
		right: 0;
		top: 0;
		width: 36px;
		height: 36px;
		font-size: 12px;
		color: #fff;
		transition: 0.3s;
		border-left: 1px solid #fff;
		line-height: 36px;
		text-align: center;
	}

	.header .container {
		width: 100%;
	}

	.nav-sub {
		position: static;
		background-color: transparent;
		padding: 0;
		border: none;
	}

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

	.nav-main li .nav-sub li a {
		padding: 0 15px 0 40px;
		color: #fff;
		border-bottom: 1px solid #fff;
	}

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

	.nav-sub-child {
		position: static;
		border: none;
		background-color: transparent;
	}

	.nav-main li .nav-sub-child li a {
		padding: 0 15px 0 70px;
	}

	.width_fix_logo {
		width: auto;
		text-align: left;
	}

	.width_fix_menu {
		width: 100%;
		padding: 0;
	}

	.list_folder_products .folder_products_item {
		width: 50%;
	}

	.box-banner-smoll button.slick-prev.slick-arrow {
		border: none;
	}

	.box-banner-smoll button.slick-next.slick-arrow {
		border: none;
	}


	.link_3d {
		width: 48%;
		float: left;
		margin-left: 0px;
		margin-top: 0px;
		border: 1px solid #fff;
	}

	.link_3d.box-them-cart {
		width: 47% !important;
		float: right;
	}

	.box-quantyli-details {
		display: block;
	}

	.sl-deatil-quantyli {
		/*! padding-bottom: 20px; */
		padding-right: 10px;
	}

}

@media (max-width: 768px) {

	.rating-average {
		margin: 0 auto !important;
	}

	.list-reviews.flex-1 {
		margin-bottom: 20px;
		padding: unset !important;
	}

	.noi_dung_in table tbody tr td {
		width: 100% !important;
		display: block !important;
	}

	.product_list {
		margin-top: 2rem;
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto auto;
	}

	.product_item.item_main {
		grid-column: unset;
		grid-row: unset;
	}

	.product_item.item_sub {
		grid-column: unset;
		grid-row: unset;
	}

	.box-form-pages-ss {
		flex-direction: column;
		width: 416px;
		max-width: 80%;
	}

	.img-form-popup img {
		height: 210px;
	}

	.listProduct {
		/* flex-direction: column; */
		column-gap: 0;
	}

	.product_action {
		/*! display: none; */
		top: 5px;
		right: 5px;
	}

	.listProduct.row .product-item:last-child {
		flex: unset;
		width: 100%;
	}

	.listProduct.row .product-item {
		margin: 4px;
	}

	.product-small-content {
		height: 120px;
	}

	.price.ta-center .price {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.box-form-catalog-wrapper {
		display: none;
	}

	.item-img-banners-news img {
		height: 230px;
	}



	.price-cate-list {
		display: flex !important;
	}

	.login-box {
		width: 100%;
	}

	.item-blog-secontd {
		display: block;
	}

	.item-img-second {
		width: 100%;
	}

	.img-producs-ld-pages img {
		height: unset;
	}

	.item-img-second img {
		height: 165px;
	}

	.item-blog-secontd {
		padding: 10px 10px;
	}

	.content-title-second {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.content-slider-cn {
		left: 34px;
	}



	.intro-catelog {
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}

	.video-panel {
		padding-bottom: 20px;
	}

	.box-form-catalog-wrapper form {
		width: 90%;
		margin: 0 auto;
	}

	.imag-video img {
		height: 230px;
	}

	/* .container {
            padding-right: 10px !important;
            padding-left: 10px !important;
        } */

	.home_top .payment .step .link {
		display: block;
		padding: 8px;
	}

	.nd_banner .title h1 {
		font-size: 22px;
	}

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

	.home_top .payment .step .item.step-1 {
		width: 24%;
	}

	.home_top .payment .step .item.step-2 {
		width: 38%;
	}

	.home_top .payment .step .item.step-3 {
		width: 38%;
	}


	.fixed-contact-icons {
		display: none;
	}

	.fixed-tel {
		display: none;
	}

	.nd_banner .title {
		max-width: 300px;
	}

	.box_dat_mua .box_price .name_price {
		width: 80px;
	}

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

	.folder_products .nav-pills>li.active>a:before {
		display: none;
	}

	.list_kh .khach_hang_item {
		width: 100%;
	}

	.khach_hang_item .box_kh .image {
		text-align: center;
	}

	.khach_hang_item .box_kh .image img {
		height: auto;
		max-width: 300px;
	}

	.folder_products .nav-pills>li {
		width: 100%;
	}

	.folder_products .nav-pills>li+li {
		margin-left: 0;
		margin-top: 5px;
	}

	.folder_products .nav-pills>li.active>a {
		content: unset;
	}

	.folder_products .nav-pills>li>a {
		width: 100%;
		padding: 10px;
	}

	.filter_chungloai {
		flex-direction: column;
	}

	.filter_chungloai .name {
		order: 1;
		width: 100%;
		padding: 10px 5px;
	}

	.filter_chungloai .list_ds {
		order: 2;
		width: 100%;
	}


	.support_client2 .box_left {
		width: 100%;
		padding: 0 15px;
		justify-content: center;
	}

	.support_client2 {
		padding: 60px 0;
	}

	.nav-tabs>li>a {
		font-size: 14px;
		padding: 10px 17px;
	}

	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		font-size: 14px;
	}

	.list_categories .box_categories .categories_item {
		width: 33.2223%;
	}

	.list_thuong_hieu .nav-pills>li {
		width: 33.2223%;
	}

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

	.fix_hotline {
		display: inline-block;
	}

	.modal-dialog {
		width: calc(100% - 30px);
	}

	.news_rale .news_item {
		width: 100%;
	}

	.product_item .box_product .box_nd .type {
		width: 50%;
	}

	.product_item .box_product .box_nd .code {
		width: 50%;
		text-align: right;
	}

	.support_item {
		width: 100%;
	}

	.support_item:not(:last-child) {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #fafafa;
	}

	.support_item .box_support .image {
		width: 62px;
		text-align: center;
	}

	.support_item .box_support .image img {
		width: auto;
	}

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

	.nav-pills>li>a {
		width: 200px;
		padding: 11px 10px;
		font-size: 18px;
	}

	.product {
		/*! padding: 40px 0 30px; */
	}

	.news {
		/*! padding: 30px 0; */
	}

	.news_home {
		padding: 35px 0 0;
	}

	.doitac_list {
		margin-top: 35px;
	}

	.doitac {
		padding: 30px 0 20px;
	}

	.number_special .img_bg_number {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		width: 100%;
		text-align: left;
		margin-bottom: 25px;
	}

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

	.number_special {
		padding: 30px 0;
	}

	.list_count {
		width: 100%;
	}

	.list_count .item .box_nd {
		width: 100px;
	}

	.list_count .item .desc {
		width: calc(100% - 100px);
	}

	.number_ok::after {
		top: -12px;
	}

	.list_count .item .counter-value {
		font-size: 44px;
	}

	.noi_dung_in {
		padding: 0;
	}

	.product_list1 {
		padding: 0;
	}

	.slick-dots {
		bottom: -28px;
	}
}

@media (max-width: 550px) {
	.box-cpyrighty {

		padding-bottom: 70px !important;
	}

	.tkb {
		display: none;
	}

	span.wifget-about {
		padding-bottom: 0px !important;
		font-size: 30px !important;
	}

	.logo-bg.background-image {
		width: 257px !important;
	}

	.outstanding-prd {
		padding-top: 15px;
	}

	.content-form-pages {
		padding: 20px 10px;
	}

	.ldp-bottom-form-title h2 {
		font-size: 17px;
	}

	.product_timer {
		width: 180px;
		height: 30px;
		border-top-right-radius: 21px;
	}

	.clock svg {
		width: 18px;
		height: 18px;
	}

	.clock {
		left: 0.8rem;
		height: 20px;
	}

	.timer p {
		font-size: 13px;
		/* color: #BA0F0C; */
		font-weight: 600;
	}

	.product-list .title-hedding-top-pages {
		column-gap: 2rem;
	}

	.listProduct {
		flex-direction: column;
		/*! row-gap: 12px; */
	}

	.listProduct.row .product-item {
		margin: 0;
	}

	.listProduct.row .product-item:last-child {
		flex: 1;
		/* width: 100%; */
	}

	section.Design-top-details {
		padding-bottom: 0px;
	}

	.link_3d.box-them-cart {
		width: 100% !important;
	}

	.item-slick-details img {
		height: 280px;
	}

	.box-btn-outs h3 {
		font-size: 18px !important;
	}

	.subtitle-home p:before {
		content: "";
		display: none;
	}

	.box-content-about-home2 {
		text-align: center;
		width: 100%;
	}

	.subtitle-home p:after {
		content: "";
		display: none;
	}



	.box-slick-new-tintuc {
		border: none;
		/* padding-bottom: 10px; */
	}

	section.camnhan-slider-mobile {
		display: block;
	}

	.item-maydo-pages .row .clm:nth-child(3) {
		order: 1;
	}

	.item-maydo-pages .row .clm:nth-child(1) {
		order: 2;
	}

	.item-maydo-pages .row .clm:nth-child(2) {
		order: 3;
	}

	.item-name-maydo {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.item-name-maydo-center ul li {
		text-align: left;
	}

	.item-maydo-pages {
		padding: 10px;
	}

	.content-top-cn h1 {
		font-size: 27px;
	}

	.conten-title-laddi h1 {
		font-size: 27px;
		padding-bottom: 10px;
	}

	.content-ladi-box span {
		font-size: 14px;
	}

	.content-ladi-box p {
		font-size: 12px;
	}

	.item-top-content-opper p {
		font-size: 21px;
		padding-top: 15px;
	}

	.item-top-content-opper span {
		font-size: 56px;
	}

	.item-top-content-opper p span {
		font-size: 30px;
	}

	.row.box-hepter .clm {
		padding-bottom: 20px;
	}

	.content-ships p {
		font-size: 11px;
	}

	.content-slider-cn h1 {
		font-size: 27px;
	}

	.content-slider-cn h2 {
		font-size: 14px;
	}

	.box-price-cn {
		text-align: left;
	}

	h1.persent-sale {
		font-size: 55px;
	}

	p.persent-buy-ptram {
		font-size: 30px;
		line-height: 30px;
	}

	section.product-outstanding .section-title {
		font-size: 18px;
		padding-bottom: 10px;
	}
}

.col-4-CN {
	align-items: center;
}

.bt-fist-section {
	font-size: 12px;
	width: 145px;
}

.box-unstyled .clm {
	padding-bottom: 10px;
}


.content-banner p {
	width: 90%;
}

section.doitac_khachhang .title-hedding-top-pages h2 {
	margin-bottom: 20px;
	font-size: 18px;
}

.box-main-news-tintuc {
	display: block !important;
	padding: 0px 7px;
	border-radius: 8px;
}

.box-slick-new-tintuc button.slick-next.slick-arrow {
	right: 0px;
}

.box-img-news {
	width: 100%;
}

.title-content-news {
	text-align: center;
	padding-top: 10px;
	width: 100%;
}

.box-img-news img {
	aspect-ratio: 1/.6;
	padding: 0px;
}

.grid-congtrinh-right {
	display: block;
}

.item-congtrinh {
	width: 100%;
}

section.motopress-wrapper {
	margin-top: 0;
}

.box-left-img-twiget {
	/*! width: 100%; */
}

.box-right-img-twiget {
	/*! width: 100%; */
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ss-grid-twiget {
	/*! display: block; */
}

.img-twight {
	/*! width: 100%; */
}

.item-top-img-twiget {
	/*! display: block; */
	gap: 1rem;
}




.subtitle-home:before {
	position: unset;
	float: left;
}

section.about-home p {
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
}

table .count .uk-position-relative {
	display: flex;
	flex-direction: inherit;
	align-items: center;
	justify-content: center;
}

table .count .btn {
	position: relative;
}

table .count .augment {
	order: 3;
	right: unset;
}

table .count .quantity {
	order: 2;
}

table .count .abate {
	order: 1;
	left: unset;
}

.logo-head {
	/* padding: 0;
        display: flex;
        align-items: center; */
}

.slide .banner_top .image img {
	height: 160px;
}

.box_dat_mua .box_price {
	width: 100%;
	padding-bottom: 0;
}

.box_status .value_status {
	margin-bottom: 0;
	font-size: 12px;
}

.box_status button a {
	font-size: 12px;
}

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

.box_status {
	width: 100%;
}

.list_kh .khach_hang_item {
	margin-bottom: 10px;
}

.khach_hang_item .box_kh .info_kh {
	min-height: unset;
}

.khach_hang_item .box_kh .info_kh h3 {
	font-size: 14px;
	height: auto;
	min-height: unset;
}

.box_content_slide .block_nd .title_slide {
	max-width: 134px;
}

.box_content_slide .block_nd .title_slide .you_can {
	font-size: 20px;
}

.slide .banner_top .box-slide {
	background-position: calc(100% - 26%) center;
}

.slide .box-slide {
	background-position: calc(100% - 31%) center;
}

.list_folder_products .box_folder_products .image {
	height: auto;
}

.list_folder_products .box_folder_products .image img {
	width: 100%;
}

.box_status .group_nd_button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_status .name_status {
	width: 100%;
}

.filter_chungloai .list_ds li {
	width: 50%;
}

.service_item .box_service h3 a {
	font-size: 14px;
	line-height: 20px;
}

.related_products {
	padding-top: 15px;
}

.nav-tabs>li {
	width: 50%;
}

.support_client2 {
	padding: 40px 0;
}

.support_client {
	padding: 40px 0;
}

.categories_about .icon_video_category {
	margin-right: 15px;
	width: 50px;
}

.logo_footer {
	margin-top: 0;
}

.list_categories .box_categories .categories_item {
	width: 50%;
}

.list_thuong_hieu .nav-pills>li {
	width: 50%;
}


.news_home .img_tamgiac img {
	width: 40px;
}

.list_count .item {
	font-size: 14px;
	padding: 0;
}

.slide .image img {
	height: auto;
}

.files_list .files_item {
	width: 50%;
}

.list_count .item .desc {
	padding-left: 15px;
}

.open .form_search {
	width: 280px;
}

.form_search input {
	width: calc(100% - 40px);
}

.form_search button {
	width: 40px;
}

.service_item .box_service .line {
	margin: 15px 0;
}

.list_service {
	padding: 0 7.5px;
}

.list_service .service_item {
	padding: 0 7.5px;
}

.service_item .box_service {
	padding: 25px 15px 25px 20px;
}

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

.doitac_item2 .image {
	height: auto;
}

.group_social_foot {
	width: 100%;
}

.library_image_item .image img,
.library_video_item .image img {
	height: 165px;
}

.list_folder_products .box_folder_products h3 a {
	font-size: 16px;
}

.list_folder_products .folder_products_item {
	margin-bottom: 30px;
}

.folder_products {
	padding: 50px 0 20px;
}

.pps-content iframe {
	height: 250px;
}

.box_thong_so .title {
	font-size: 20px;
	margin-bottom: 10px;
}

.page-product-detail {
	padding-top: 25px;
}

.box_news_detail h1 {
	margin: 0px 0 10px;
	background: #000000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.news_detail {
	padding-bottom: 15px;
	padding-top: 20px;
}

.page_news {
	padding: 20px 0 10px;
}

.product_page .product_item {
	width: 100%;
	padding: 0;
}

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

.footer-main {
	padding: 1.5rem 0;
	padding-bottom: 0px;
}

.footer_bottom {
	padding: 15px 0;
}

.copyright-text {
	font-size: 14px;
	line-height: normal;
}

.footer_bottom {
	text-align: center;
}

.back_to_top {
	float: unset;
}

.back_to_top span {
	font-size: 14px;
	float: left;
}

.product_item .image img {
	height: auto;
}

.name_company {
	font-size: 18px;
	line-height: normal;
}

.title_underline {
	font-size: 18px;
}

.news_right .news_item {
	margin-bottom: 15px;
}

.first_news {
	width: 100%;
	margin-bottom: 30px;
}

.support {
	padding: 10px 0;
}

.nav-pills>li>a {
	width: 142px;
	padding: 9px 5px;
	font-size: 13px;
}

.list_count .item .icon_image img {
	width: 60px;
}

.list_count .item .counter-value {
	font-size: 36px;
}

.support_item .box_support .image {
	width: 45px;
}

.support_item .box_support .title a {
	font-size: 17px;
}

.support_item .box_support span {
	font-size: 14px;
}

.number_ok::after {
	top: -10px;
}

.list_count .item p {
	font-size: 14px;
}

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

.number_special {
	padding: 30px 0 20px;
}

.list_count {
	margin-top: 20px;
}

.product {
	/*! padding: 40px 0 10px; */
	/* background: #f9f9f9; */
	/* border-top: 1px solid #eee7e736; */
	padding: 20px 0px;
}



.slide .slick-prev,
.slide .slick-next {
	top: 64%;
	opacity: 1;
	display: none !important;
}

.news_right {
	width: 100%;
}




.width_fix_logo {
	text-align: left;
	width: 145px;
	padding-right: 0;
}

.home_top .payment .step .item.step-1 {
	width: 100%;
	display: flex;
	width: 100%;
	align-items: center;
	min-width: max-content;
	max-width: fit-content;
}

.home_top .payment .step .item.step-2 {
	width: 100%;
	min-width: max-content;
	max-width: fit-content;
}

.home_top .payment .step .item.step-3 {
	width: 100%;
	width: 100%;
	min-width: max-content;
	max-width: fit-content;
}

.noi_dung_in iframe {
	width: 100%;
}

.nav-pills .tablinksRb {
	min-width: 270px;
	margin-bottom: 25px;
	padding: 10px 10px;
	width: 100%;
}

.number_special .img_bg_number {
	text-align: center;
}

.box_dat_mua {
	flex-direction: column;
	justify-content: center;
}

.box_folder_products .image img {}

.wrap-fill2 {
	width: 24%;
}

.group-title .title-img {
	width: 100%;
}

.foot_li1 h2 {
	font-size: 13px;
	margin: 6px 0px;
	line-height: 1.2;
	font-weight: 600;
}

footer .tit {
	color: #4b4b4b;
	font-weight: 400;
}

.content-page tr {
	/* display: flex;
	flex-wrap: wrap; */
}



.list_categories .box_categories .categories_item {
	padding: 0 5px;
}

.list_categories .categories_info .image {
	height: 150px;
}

.info_detail h1 {
	font-size: 22px;
}

.info_detail .thong_so {
	padding: 0px 0px 10px 20px;
}

.info_detail h1 {
	margin: 0px;
	margin-top: 10px;
}

.thong_so li::before {
	left: -15px;
}

.thong_so li {
	font-size: 14px;
}

section.textwidget-html {
	padding-block: 30px;
	margin-top: 0;
	background: #eee;
}

section.product-outstanding {
	padding-block: 30px;
	margin-top: 0rem;
}

.product-small-content a h3 {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	min-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 40px;
}

.price ins bdi {
	color: #df0202 !important;
}

.subtitle-home p {
	font-size: 15px;
	max-width: 70%;
	line-height: 1.5;
	margin: auto;
	color: #000;
}

.summary-right-box .price-cate-list {
	display: flex !important;
}

/* } */

@media (max-width: 425px) {
	.box_hotline_header {
		display: none;
	}

	.group_hotline_header {
		width: 118px;
	}
}

.category {
	background-color: whitesmoke;
}

.category__icon img {
	height: 30px;
	width: auto;
	max-width: unset;
}

.category__name {
	font-size: 13px;
	color: black;
	text-transform: uppercase;
	padding-left: 5px;
	font-weight: 500;
	flex: 1;
}

.category-box {
	padding: 15px 5px;

}

.category .clm {
	margin: 10px 0px;
	position: relative;
}

.category .clm::before {
	content: "";
	position: absolute;
	width: 92%;
	height: 1px;
	background-color: #e4e4e4;
	bottom: -10px;
}

.category .clm:not(:nth-child(2n)) {
	border-right: 1px solid #e4e4e4;
}

.date {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.seemore-cnt {
	margin-top: 25px;
}

.seemore-cnt a {
	padding: 4px 19px;
	border: 1px solid #db2128;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 3px;
	color: #db2128;
	display: inline-block;
}

.product-mobile,
.seemore-cnt {
	display: none;
}

.product-desktop {
	margin: 0px -15px;
}

.header-bars svg {
	height: 19px;
	margin-top: 7px;
	margin-left: 14px;
}

.menu-mobile-right,
.category {
	display: none;
}

.foot_ul2 li {
	color: #222;
	font-size: 13px;
	font-weight: 400;
}

.cart_logo {
	display: flex;
	align-items: center;
	margin-top: 5px;
	margin-left: 10px;
}

.cart_logo svg {
	fill: white;
}

.cart_logo a {
	position: relative;
}

.cart_logo a span {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: red;
	font-size: 12px;
	top: -10px;
	right: -10px;
	color: white;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.projectRb-btn-right svg {
	height: 10px;
}

.swal2-container.swal2-center.swal2-backdrop-show {
	z-index: 99999999;
}

.fix-footer {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #eee;
	padding: 10px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
	display: block;
}

.fix-footer-box svg {
	height: 20px;
	width: 33px;
	fill: #266e39;
}

.fix-footer-box img {
	height: 20px;
	width: auto;
	margin-top: -1px;
	margin-bottom: 8px;
}

footer {
	padding-bottom: 60px;
}

#button-contact-vr {
	bottom: 10px;
	left: 10px;
	margin: -10px;
	transform: scale(0.8);
	margin-bottom: 0px !important;
	position: fixed;
	z-index: 99999;
}

#gom-all-in-one {
	display: flex;
	flex-direction: column;
}

#gom-all-in-one #viber-vr {
	transition: 1.3s all;
	-moz-transition: 1.3s all;
	-webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

#viber-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
}

#button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.phone-vr-img-circle a {
	display: block;
	line-height: 37px;
}

.phone-vr-img-circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#gom-all-in-one #zalo-vr {
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33, 150, 243, 0.7);
}

#gom-all-in-one #phone-vr {
	transition: 0.7s all;
	-moz-transition: 0.7s all;
	-webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
	opacity: 0.7;
	box-shadow: 0 0 0 0 #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
	background-color: #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
	background-color: #dd2223;
}

#phone-vr .phone-vr-circle-fill {
	opacity: 0.7;
	box-shadow: 0 0 0 0 #dd2223;
}

.phone-vr-img-circle {
	background-color: #e60808;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
	background-color: #2196F3;
}

#viber-vr .phone-vr-img-circle {
	background-color: #2196f3;
}




@-webkit-keyframes phone-vr-circle-fill {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

.info_product_modal {
	width: 45%;
	height: 100%;
}

.newsletter-content {
	margin-left: auto;
	text-align: center;
	padding: 10px;
	float: right;
	width: 55%;
}

.modal.fade.modal-First.show.stoklist {
	background: #cdcdcdcc;
}

.modal {
	display: unset !important;
}

.fade {
	opacity: unset !important;
}

.modal.fade.modal-First.show.stoklist .clone {
	position: absolute;
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -13px;
	top: -15px;
	left: unset;
	opacity: 1;
	color: #fff;
	font-size: 27px;
	background: #ee2034 url(https://vitysolar.vn/frontend/images/ik.png) no-repeat center center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

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

.image-modal .info_product_modal .image img {
	height: 260px;
	object-fit: contain;
	border: solid 1px #ccc;
	margin-left: 5px;
}

.modal.fade.modal-First.show.stoklist .newsletter-content h2 {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.6px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	color: #000;
	margin-top: 0px;
}

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

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

.modal-body .close {
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	top: -33px;
	justify-content: center;
	right: -33px;
	left: unset;
	opacity: 1;
	color: #fff;
	font-size: 27px;
	background: #0d7182 url(https://vitysolar.vn/frontend/images/ik.png) no-repeat center center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 5px;
}

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

.modal-content {
	border: none;
}

.modal-body {
	padding: 0px;
}

.modal.fade.modal-First.show.stoklist {
	background: #cdcdcdcc;
	opacity: unset;
	opacity: 1 !important;
	transition: 1s ease;
	visibility: inherit;
}

.banner-product-news img {
	height: 420px;
}

h2.title-products-flash:hover {
	color: #f46020;
}


.stoklist {
	opacity: 0;
	visibility: hidden;
}


.modal.fade.modal-First.stoklist .modal-dialog {
	transform: translate(-50%, -250%) !important;
}

.logo_menu a img {
	opacity: 0;
}

.modal.fade.modal-First.show.stoklist .modal-dialog {
	transition: 1s ease;
	transform: translate(-50%, -50%) !important;
}


.abouthead-box-img a:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px)
	}

	33.3% {
		transform: translateX(-6px)
	}

	49.95% {
		transform: translateX(4px)
	}

	66.6% {
		transform: translateX(-2px)
	}

	83.25% {
		transform: translateX(1px)
	}

	100% {
		transform: translateX(0)
	}
}

.modal-dialog.modal-dialog-centered {
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 16px;
	border-radius: 15px;
}

.abouthead {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f3f1ec;
	position: relative;
	z-index: 10;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.abouthead span {
	color: #222;
	font-size: 20px;
	text-transform: uppercase;
}

.abouthead h2 {
	padding-bottom: 20px;
	font-size: 32px;
	color: #222;
	font-weight: 600;
	padding-top: 0;
	margin: 0;
}

.bar-menu {
	margin-left: 20px;
	display: none;
}

.bar-menu svg {
	height: 25px;
	fill: #326e42;
	/* margin-right: 5px; */
}

.bar-menu span {
	font-size: 14px;
	color: #000;
}

.view__infor ul {
	display: flex;
	float: unset;
}

.view__infor ul li {
	width: fit-content;
	padding-left: 0px;
	padding-right: 17px;
	font-size: 14px;
}

.view__infor ul li span {
	color: #0d7182;
}

.view__infor ul li::before {
	content: unset;
}

.list-category-box {
	/* margin-bottom: 20px; */
	position: relative;
}

.list-category-box a {
	text-align: center;
}

.list-category-box a img {
	height: 360px;
}

.list-category-box a h3 {
	color: black;
	font-size: 19px;
	font-weight: 700;
}

.list-category {
	background: #f2f2f2ff;
	padding-top: 20px;
}

.list-category-body .row {
	justify-content: center;
}

.listNew-box a {
	display: block;
}

.listNew-box a img {
	width: 135px;
	margin-right: 20px;
}

.listNew-content h3 {
	font-size: 14px;
	line-height: 1.5;
	height: auto;
	max-height: 66px;
	overflow: hidden;
	display: inline-block;
	margin: 0px;
	transition: .4s;
	text-transform: uppercase;
	color: black;
	font-weight: 500;
}

.listNew-content .date {
	font-size: 13px;
}

.news-list-body .slick-dots {
	top: -25px;
	bottom: unset;
	right: 6px;
	left: unset;
	text-align: right;
}

.news-list-body .slick-dots li {
	border: 1px solid #0d7182;
	list-style: none !important;
}

.news-list-body .slick-dots li.slick-active {
	background-color: #0d7182;
	;
}

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

.slick-dots li button::before {
	content: unset;
}

.slick-dots li button {
	width: 0px;
}

.submit-email {
	padding: 60px 0px 50px 0px;
	position: relative;
}

.submit-email::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: white;
	opacity: .5;
}

.submit-email .container .row .clm:nth-child(1) {
	z-index: 1;
	position: relative;
}

.submit-email .container .row .clm:nth-child(2) img {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	top: 50%;
	transform: translateY(-33%);
}

.submit-email-body p {
	color: black;
	line-height: 1.4;
	font-size: 14px;
}

.submit-email-body form {
	padding-top: 50px;
}

.submit-email-body form input {
	width: calc(100% - 23px);
	height: 50px;
	border-bottom: solid 1px #257f8f;
	padding: 0px 18px;
	border-radius: 5px;
	border: 1px solid #d3d3d3;
}

.submit-email-body form button {
	position: absolute;
	width: 51px;
	height: 51px;
	z-index: 100;
	top: 0;
	right: 0;
	padding: 0;
}

.submit-email-body form .form-group {
	margin-top: 12px;
}

.product-outstanding-body .list-category-box .box-btn-outs {
	z-index: 11;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 50px;
}

.box-btn-outs h3 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 0px;
	line-height: 24px;
}

.box-btn-outs {
	text-align: center;
}

.box-btn-outs a {
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 5px 15px;
	color: #fff;
	border: 0.5px solid #dbd6d6e8;
	cursor: pointer;
	font-weight: 300;
}

.item-content-center-outs:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000007a;
	content: "";
	z-index: 9;
}

.img-slider-camnhan img {
	height: 255px;
}

.excerpt-mobile {
	color: #000;
	text-align: center;
	padding-top: 10px;
}

.excerpt-mobile p {
	font-size: 18px;
	padding-bottom: 10px;
}

.excerpt-mobile span {
	color: #cdcdcd;
	padding-bottom: 20px;
	display: inline-block;
}

.item-content-center-outs:after {
	content: url("https://noithatfunika.com/frontend/images/before_images.png");
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 1;
	transition: all 0.3s;
	z-index: 9999;
}

.item-content-center-outs:hover:after {
	top: 50%;
	opacity: 1;
	visibility: initial;
}

.item-content-center-outs {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 40%) 3px 6px 5px;
}

.box-menu-c2-icon-mobile a {
	margin-left: 15px;
}

.menu-c2-mobile>ul>li>a {
	display: inline-flex;
	justify-content: space-between;
}

.swiper-wrapper .slick-dots {
	bottom: 0;
}

.menu-c3-menu-mobile ul li a {
	margin-left: 25px !important;
}

ul.nav_right li a {
	padding: 0px 5px;
}


li.nav-item.open a i {
	color: #000;
	font-size: 15px;
	margin-left: 5px;
}

.box-item-icon-destk i {
	padding-right: 10px;
	color: #000 !important;
}

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

.box-menu-icon-c2-deskp i {
	color: #fff !important;
}

.box-menu-icon-c2-deskp {
	display: flex;
	align-items: center;
}












.price-cate-list s {
	color: #222;
}

.price-cate-list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.price-cate-list p {
	font-size: 14px;
	padding-right: 15px;
	font-weight: 600;
	color: #df0202;
}

.price-cate-list s {
	font-size: 13px;
}

.logo-head.logo-center-home {
	display: none;
}

.item-slick-details a {
	display: block !important;
}

.header.fixed .box-header-left-bar .logo-noscroll {
	display: block;
}


.box-footer-right-1 .box-footer {
	width: 30%;
	padding: 0px 5px;
}

.box-content-add-fury ul li {
	color: #fff;
}

.box-boloc select {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 10px;
	border-radius: 5px;
}


section.tab-detail-products .tabs {
	border-bottom: 1px solid #ddd;
}

.summary-right-box ul {}

.summary-right-box ul li {
	border-bottom: 2px solid #fff;
	padding: 15px;
	background-color: #f0f0f0;
}

.summary-right-box .box_folder_products {
	margin-bottom: 0px;
}

.summary-right-box h2 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #0087ca;
	margin-bottom: 5px;
	margin-top: 6px;
}

.contact_txt {
	padding-right: 5px;

}

.contact_txt.txt-bold {
	color: #df0202;
}

.summary-right {
	height: fit-content;
	position: sticky;
	top: 80px;
}

.title-hedding-top-pages h2 {
	font-size: 22px;
	letter-spacing: -.7px;
	/*! background-image: #2e3192; */
	-webkit-background-clip: text;
	-webkit-text-fill-color: #f5408e;
	font-family: "Poppins", sans-serif;
}

section.doitac_khachhang .title-hedding-top-pages h2 {

	font-size: 28px;
}


.box-icon-title-add i {
	color: red;
	font-size: 24px;
}

.box-icon-title-add span {
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 10px;
}

.box-icon-title-add {
	display: flex;
	align-items: center;
}

.box-content-add-fury {
	padding-top: 15px;
}

.box-content-add-fury p {
	font-size: 13px;
}

.box-add-res {
	padding-bottom: 20px;
	padding-top: 20px;
}

.box-footer-limit-address.clm {
	border-top: 1px solid #cdcdcd30;
}

.answer {
	display: none;
	margin-top: 5px;
}

.answer.active {
	display: block;
	font-size: 16px;
	padding: 10px 0px 0px;
	margin-top: 5px;
}

.question {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.question-title {
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	align-items: center;
	margin: 0;
}

.question-title svg {
	height: 20px;
	fill: #e4322b;
	margin-right: 4px
}

.question-title svg path {
	fill: #89ad27;
}

.mecom_scala_rating {
	height: 7px;
	background-color: #d9dfe5 !important;
}

.mecom_stars_value {
	margin-right: 10px;
}

.mecom_stars_value svg {
	fill: rgb(249, 156, 19) !important;
}

.mecom_review_row:nth-child(2) .mecom_stars_value svg:last-child {
	fill: rgb(101, 115, 132) !important;
}

.mecom_review_row:nth-child(3) .mecom_stars_value svg:nth-child(4),
.mecom_review_row:nth-child(3) .mecom_stars_value svg:nth-child(5) {
	fill: rgb(101, 115, 132) !important;
}

.mecom_review_row:nth-child(4) .mecom_stars_value svg:nth-child(3),
.mecom_review_row:nth-child(4) .mecom_stars_value svg:nth-child(4),
.mecom_review_row:nth-child(4) .mecom_stars_value svg:nth-child(5) {
	fill: rgb(101, 115, 132) !important;
}

.mecom_review_row:nth-child(5) .mecom_stars_value svg:nth-child(2),
.mecom_review_row:nth-child(5) .mecom_stars_value svg:nth-child(3),
.mecom_review_row:nth-child(5) .mecom_stars_value svg:nth-child(4),
.mecom_review_row:nth-child(5) .mecom_stars_value svg:nth-child(5) {
	fill: rgb(101, 115, 132) !important;
}

.mecom_num_reviews {
	margin-left: 10px;
	color: #4d4d4d;
	font-size: 14px;
}

.mecom_num_reviews b {
	font-weight: 400;
	color: #4d4d4d;
}

.reviews h3 {
	padding-bottom: 7px;
	font-size: 16px;
	margin: 0;
	margin-top: 0px;
	margin-top: 0px;
	color: #646464;
	font-weight: 400;
	margin-top: 10px;
}

.mecom_stars_value svg {
	height: 12px;
	margin-left: 5px;
	fill: #4a4a4a;
	margin-top: -2px;
}

.mecom_scala_rating {
	border-radius: 3px;
}

.review-btn a {
	padding: 9px 19px;
	display: block;
	background: #08c;
	color: white;
	font-weight: 500;
	border-radius: 4px;
	/*! margin-left: 30px; */
	/*! margin-right: 20px; */
	text-align: center;
	border-radius: 25px;
	text-transform: full-size-kana;
	width: fit-content;
}

.reviews-box {

	border-radius: 7px;
}

.product-rating {
	display: flex;
	margin-left: 5px;
}

.text-text-secondary {
	color: #4a4f63;
	text-align: left;
	font-weight: 600;
}

.comment h2 {
	font-weight: 300;
	color: #3c3c3c;
	margin-bottom: 10px;
}

.comment-tab h2 {
	color: white;
	background: linear-gradient(297deg, rgb(51, 75, 239) 0%, rgb(46, 49, 146) 78%);
	font-weight: 500;
	font-size: 21px;
	width: fit-content;
	padding: 5px 30px;
	margin: 0;
}

.comment-tab {
	border-bottom: 1px solid #08c;
	margin-bottom: 20px;
}

.comment .group-form textarea {
	border: 1px solid #c1bfbf;
	border-radius: 5px 5px 0px 0px;
	padding: 8px 12px;
	font-size: 14px;
	color: black;
}

.comment .group-form:nth-child(3) {
	border: 1px solid #c1bfbf;
	padding: 10px;
	border-top: 0px;

	border-radius: 0px 0px 5px 5px;
}

.comment .group-form input {
	margin-top: 0px;
	margin-right: 5px;
}

.comment .group-form input[type="text"] {
	border: 1px solid #c1bfbf;
	padding: 2px 8px;
	flex: 1;
	height: 32px;
	font-size: 15px;
	margin-right: 10px;
	border-radius: 4px;
}

.comment .group-form label {
	margin-right: 10px;
	margin-bottom: 0px;
}

.comment .group-form button {
	font-size: 13px;
	color: white;
	background-color: #2e3192;
	height: auto;
	padding: 2px 10px;
	font-weight: 600;
	border-radius: 4px;
	width: 146px;
}

.comment .group-form label {
	display: flex;
	align-items: center;
}

.dont {
	font-size: 15px;
	padding: 10px 0px;
	display: block;
}


.ldp-bottom-form-box {
	border: 3px solid #2e3192;
	border-radius: 10px;
	box-shadow: 0px 0px 37px 0px rgba(116, 116, 116, 0.75);
	-webkit-box-shadow: 0px 0px 37px 0px rgba(116, 116, 116, 0.75);
	-moz-box-shadow: 0px 0px 37px 0px rgba(116, 116, 116, 0.75);
}

.ldp-bottom-form-title h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background: rgb(6, 138, 137);
	background: linear-gradient(17deg, #2e3192 38%, #2e3192 63%);
	color: white;
	margin: 0;
	padding: 13px;
}

.ldp-bottom-form-content {
	background: #363636;
	padding: 40px 20px;
	border-radius: 0 0 7px 7px;
}

.ldp-bottom-form-content input,
.ldp-bottom-form-content select {
	height: 45px;
	width: 100%;
	padding: 5px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 0;
	background-color: white;
}

.ldp-bottom-form-content p {
	text-align: center;
	color: white;
	margin-top: 20px;
}

.ldp-bottom-form-content .link-product {
	height: 24px;
	font-size: 12px;
}

.ldp-bottom-form-content button {
	line-height: 45px;
	padding: 0 50px;
	background-color: #2e3192;
	color: #fff;
	font-size: 18px;
	border-radius: 7px;
	margin: 0 auto;
	text-transform: uppercase;
}

.register {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.parameter .container .clm:nth-child(1) {
	height: 345px;
	overflow: hidden;
}

.parameter .container .clm.active {
	height: auto;
}

.camnhan-slider .title-hedding-top-pages h2 {
	background-image: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
	color: white !important;
}

li.customer_item.slick-slide p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}


.title-hedding-top-pages h2 p {
	background-image: #2e3192;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}

.rating-average {
	text-align: center;
}

.rating-average .point-comment {
	text-align: center;
	font-size: 65px;
	line-height: 1.2;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
	margin-top: 2px;
}

.rating-average svg {
	height: 18px;
	fill: #ffbc01;
}

.selec-peoducts-sevrive .product-img-h13 h2 {
	font-size: 19px;
	width: 100%;
}

.selec-peoducts-sevrive .product-img-h13 {
	width: 100%;
}



@media (min-width:992px) {
	.fix-footer {
		display: none;
	}

	footer {
		padding-bottom: 0px;
	}

	.image-modal {
		display: flex;
	}
}

@media (max-width:586px) {
	.fix-footer-box span {
		color: #222;
		font-size: 12px;
	}

	.fix-footer-box svg {
		height: 17px;
	}

	.fix-footer-box img {
		height: 20px;
	}


}





@media (max-width: 1400px) {
	.menu>ul>li>a {
		line-height: 28px;
		/* padding: 20px 10px; */
	}

	.submit-email .container .row .clm:nth-child(2) img {
		height: 78%;
	}
}

@media (max-width: 1200px) {
	.submit-email .container .row .clm:nth-child(2) img {
		height: 53%;
	}

	.title-content-news p a {
		height: 43px;
	}
}

@media (max-width: 992px) {
	section.service.bg-image .clm:nth-child(3) .service-box {
		margin-bottom: 0px;
	}

	section.service.bg-image .clm:nth-child(4) .service-box {
		margin-bottom: 0px;
	}

	.service-box {
		
	}

	.contact_txt {
		display: none;
	}

	.header_contact {
		column-gap: 0;
	}

	.btn_seemore {
		display: none;
	}

	.box-btn-outs a {
		font-size: 11px;
	}

	.box-header-left-bar {
		padding-right: 20px;
		display: flex;
	}

	.subtitle-home p:before {
		/*! position: unset; */
	}

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

	.link_3d.box-them-cart {
		width: 100%;
		margin-left: 0px;
		/*! margin-top: 7px; */
	}

	.search {
		display: block;
	}

	.img-copy-right {
		display: none;
	}

	.col-md-12.col-sm-12.box-copy-rights-footer {
		border: none;
	}

	.footer-bottom {
		padding-bottom: 100px;
	}

	.header.fixed .box-header-left-bar .logo-noscroll {
		display: none;
	}

	.logo-head.logo-center-home .logo-noscroll {
		display: none;
	}

	.clm.box-header-left-bar .logo-noscroll {
		display: none;
	}

	.logo-head.logo-center-home {
		display: block;
	}

	.box_search {
		margin-left: 8px;
		justify-content: end;
	}

	.logo-head .logo-scroll {
		display: none !important;
	}

	.header_top {
		display: none !important;
	}

	.logo-head.logo-center-home .logo-scroll {
		display: block !important;
	}

	.logo-head.logo-center-home {
		margin: 0px;
	}

	.search-news-desk .button {
		position: unset !important;
		transform: unset !important;
	}

	.search-news-desk input {
		display: none;
	}

	.link_3d {

		padding: 10px 3px;
	}

	.submit-email .container .row .clm:nth-child(2) img {
		display: none;
	}

	.category {
		display: block;
	}

	.menu-mobile-right {
		display: flex;
	}

	.product-desktop {
		margin: 0px 0px;
	}

	#menu .container-fluid {
		padding: 0px 15px;
	}

	.box_search {
		display: none;
	}

	.contact_number {
		display: none;
	}

	.contact_icon {
		display: flex;
		cursor: pointer;
		width: 40px;
		height: 40px;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
	}

	.contact_icon:hover {
		background-color: #eee;
	}

	.slideshow .slick-arrow {
		display: none !important;
	}

	.ban-view {
		padding-top: 100px;
		padding-bottom: 150px;
		background-color: #00000082;
	}

	.slide__title {
		font-size: 50px;
		text-align: center;
	}

	.slide__desc {
		text-align: center;
	}

	.slide__more span {
		margin: 0 auto;
		padding: 5px 40px;
		margin-top: 15px;
	}

	.projectRb-btn-right {
		display: none;
	}

	.tablinks {
		margin-right: 15px;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.tablinks.active {
		color: #db2128;
		font-size: 14px;
		height: auto;

	}

	.slick-arrow {

		width: 33px;
		height: 33px;
		/*! border: 2px solid white; */
	}

	.slick-prev {
		left: 5px;
	}

	.slick-next {
		right: 5px;
	}

	.follow .item {
		margin-bottom: 10px;
	}

	.follow .icon {
		width: 55px;
	}

	.foot_ul1 {
		flex-wrap: wrap;
	}

	.foot_li1 {
		width: 100%;
	}

	.foot_ul2 {
		display: none;
	}

	.foot_ul2.mystyle {
		display: block;
	}

	.foot_ul2 a {
		padding-left: 10px !important;
	}

	#footer-foot_nav ul li a {
		border-bottom: 1px solid #f2f2f2;
		padding: 7px 0px;
		margin: 0;
		font-weight: 600;
	}

	.footer-top {
		padding-bottom: 8px;
		padding-top: 8px;
	}


	.footer-left {
		justify-content: center;
	}

	.link-box {
		justify-content: center;
		display: flex;
		overflow-x: scroll;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;

	}

	footer .build {
		text-align: center;
	}

	/* 
        .container {
            padding-right: 30px;
            padding-left: 30px;
        } */

	.box_folder_products h3 a {
		line-height: 1.5;
		font-size: 15px;
		font-weight: 500;
	}

	.banner {
		background-color: whitesmoke;
		padding: 30px 0px;
	}

	.banner img {
		height: 400px;
	}

	.follow {
		display: none;
	}

	.projectRb {
		padding-bottom: 30px;
	}

	.seemore-cnt {
		display: block;
	}

	#button-contact-vr {
		display: none;
	}
}

@media (max-width: 768px) {
	.content-page td {
		width: 100% !important;
		display: block !important;
	}

	.link_3d {
		/*! margin-left: 24px; */
		width: 50%;
	}

	.box-quantyli-details {
		display: flex;
		/*! flex-wrap: wrap; */
	}

	.info_product_modal {
		width: 100%;
		height: 100%;
	}

	.newsletter-content {
		margin-left: auto;
		text-align: center;
		padding: 20px;
		float: right;
		width: 100%;
	}
}


@media (max-width: 586px) {
	.img-slider-camnhan img {
		width: 50%;
		margin-inline: auto;
		border-radius: 6px;
	}

	.box-banner-smoll button.slick-prev.slick-arrow {
		top: 50%;
		left: 0px;
	}

	.box-banner-smoll button.slick-prev.slick-arrow i {
		transform: rotate(0deg);
	}

	.box-banner-smoll button.slick-next.slick-arrow {
		top: 50%;
		left: 100%;
	}

	.box-banner-smoll button.slick-next.slick-arrow i {
		transform: rotate(0deg);
	}

	.clm.item-banner-detailpage {
		order: 2;
	}

	.item-smoll-pone img {
		padding: 5px;
		aspect-ratio: 1/.7;
	}

	.clm.box-footer-right-1 {
		display: flex;
		flex-wrap: wrap;
	}

	.box-footer-right-1 .box-footer {
		width: 100%;
	}

	.box-footer.box-footer-1 {
		width: 100% !important;
	}

	.abouthead-box-img a img {
		width: auto;
		height: auto;
	}

	.listProduct.row .product-item:nth-child(5) .list-category-box a,
	.listProduct.row .product-item:nth-child(4) .list-category-box a {
		display: block;
	}

	.listProduct.row .product-item .list-category-box a img {
		padding: 0px 0px;
	}

	.listProduct.row .product-item:nth-child(5) .list-category-box a img,
	.listProduct.row .product-item:nth-child(4) .list-category-box a img {

		width: 100%;

	}

	.listProduct.row .product-item:nth-child(5) .list-category-box a h3,
	.listProduct.row .product-item:nth-child(4) .list-category-box a h3 {

		width: 100%;

	}

	.listProduct.row .product-item:nth-child(1) {
		width: 100%;
	}

	.listProduct.row .product-item:nth-child(2),
	.listProduct.row .product-item:nth-child(3) {
		width: 100%;
	}

	.slide__title {
		font-size: 30px;
		line-height: 1.2;
	}

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

	.projectRb-btn-left {
		overflow-x: scroll;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		justify-content: left;
	}

	.product-desktop {
		display: none;
	}

	.product-mobile {
		display: block;
	}



	.box_folder_products h3 a {
		font-size: 14px;
	}

	.link-box {
		justify-content: left;
	}

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

	.list_thuong_hieu .nav-pills>li .image {
		height: 115px;
	}

	.list_thuong_hieu .nav-pills>li img {
		height: 115px;
	}

	.categories_info span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}

@media (max-width: 1300px) {
	.header.fixed .logo-scroll img {
		width: 120px;
	}

	.logo-desk {
		width: 100px;
	}
}

@media (max-width: 992px) {
	.slick-dots {
		bottom: -28px;
	}

	.product-list-right ul {
		display: none;
	}

	.abouthead span {
		font-size: 14px;
	}

	.abouthead h2 {
		font-size: 45px;
	}

	.abouthead {
		padding-top: 40px;
	}

	h2.product-list__title {
		padding: 8px 10px 7px 10px;
	}

	.service-delivery-box {
		display: block;
		text-align: center;
	}

	.service-delivery__img {
		width: 55px;
	}

	.service-delivery__img {
		margin: 0 auto;
		margin-bottom: 15px;
	}

	h2.news-list__title {
		padding: 8px 10px 7px 10px;
	}

	.abouthead {
		margin-top: -80px;
		background-size: auto;
		background-position: top;
	}
}

@media (max-width: 768px) {
	.ss-grid-twiget {
		flex-direction: column;
	}

	.box-left-img-twiget {
		width: 100%;
	}

	.img-twight {
		width: 100%;
	}

	.box-right-img-twiget {
		width: 100%;
	}

	.item-top-img-twiget {
		flex-direction: column;
	}

	.ss-grid-twiget img {
		height: 230px;
	}

	.title-hedding-top-pages h2 {
		font-size: 18px;
	}

	section.doitac_khachhang .title-hedding-top-pages h2 {

		font-size: 23px;
	}

	section.about-home .subtitle-home p {
		max-width: 100%;
	}

	.subtitle-home p {
		max-width: 100%;
		padding-bottom: 15px;
	}
}

@media (max-width: 568px) {
	.textwidget-congtrinh p {
		width: 90%;
	}

	.excerpt-mobile span p {
		font-size: 13px;
		color: #000;
	}

	.box-content-add-fury {
		font-size: 14px;
	}

	.fix-footer {
		padding: 10px 0px 2px 0;
	}

	section.camnhan-slider-mobile {
		background: #EFF0F2;
	}

	/* section.camnhan-slider {
        display: none;
    } */

	.item-cam-nhan button.slick-next.slick-arrow {
		border: none;
	}

	.item-cam-nhan button.slick-next.slick-arrow i {
		color: #fff;
	}

	.item-cam-nhan button.slick-prev.slick-arrow {
		border: none;
	}

	.item-cam-nhan button.slick-prev.slick-arrow i {
		color: #fff;
	}

	.abouthead__title {
		font-size: 13px;
	}

	.abouthead h2 {
		font-size: 25px;
		margin-bottom: 0px;
	}

	.abouthead {
		padding-top: 50px;
	}

	.service-delivery-body {
		padding: 0px;
	}

	.service-delivery__info h5 {
		font-size: 11px;
	}

	.service-delivery__info p {
		font-size: 11px;
	}

	.service-delivery__img {
		width: 35px;
	}

	.service-delivery__img {
		margin-bottom: 10px;
	}

	h2.product-list__title,
	h2.news-list__title {
		font-size: 14px;
		min-width: 155px;
	}

	.product-list-right a {
		font-size: 13px;
	}

	.product__price,
	.product__price span {
		display: block;
		text-align: center;
	}

	.cart__product .box_cart {
		font-size: 13px;
	}

	.product__title {
		font-size: 14px;
	}

	.product-list-body {
		padding: 10px 0px;
	}


	.read-detail {
		font-size: 12px;
	}

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

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

	.group-title .title h2 {
		font-size: 18px !important;
		padding: 0;
	}

	.sidebar-product-box h4 {
		color: #0d7182;
		font-weight: 800;
		font-size: 23px !important;
	}

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

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

	.service-delivery-box {
		padding: 0px 0px;
	}

	.list-category-box a h3 {
		color: black;
		font-size: 14px;
	}

	.list-category-box {
		margin-bottom: 10px;
	}

	.tabcontent iframe {
		height: 215px;
	}

	.summary-right-box ul li {
		border-bottom: 2px solid #fff;
		padding: 5px 5px;
		background-color: #fff;
	}

	.summary-right-box h2 {
		font-size: 18px;
		text-align: left;
		text-transform: uppercase;
		font-weight: 600;
		color: #000;
		margin-bottom: 5px;
		margin-top: 6px;
	}

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

a:focus {
	outline: unset;
}

/* fix */
.header_top {
	background: #0E121D;
}

.nav_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0px;
}

ul.nav_right li {
	font-size: 13px;
	color: #fff;
}

.nav_top ul {
	display: flex;
	justify-content: flex-end;
}

.nav_top a {
	padding: 0px 12px;
	display: flex;
	align-items: center;
	column-gap: .5rem;
	font-size: 13px;
	/* font-weight: 400; */
}

.nav_top a:hover {
	color: #0089CC;

}

.nav_top svg {
	width: 16px;
	height: 16px;
}

.nav_right li {
	display: flex;
	align-items: center;
}

.nav_right a {
	position: relative;
}

.nav_right .cart_number {
	position: absolute;
	top: 4px;
	right: 0px;
	color: #fff;
	font-size: 8px;
	width: 18px;
	height: 14px;
	border-radius: 4px;
	background-color: #0089CC;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_top a:hover path {
	fill: #0089CC;
}

.header_content {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.box_search {
	width: 50%;
	max-width: 520px;
}

.search-news-desk form {
	display: flex;
}

.search-news-desk input {
	flex: 1;
	/* border: 1px solid #0089CC; */
	padding-inline: 10px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.search-news-desk .button {
	background-color: #0089CC;

}

.search-news-desk .button svg path {
	fill: #fff;
	font-weight: 900;
}

.search-news-desk form {
	border: 1px solid #0089CC;
	border-radius: 6px;
	overflow: hidden;
}

.contact_number {
	color: #0089CC;
	cursor: pointer;
}

.nav_bottom {
	/*  display: flex;
   justify-content: center; */
}

.header_bottom {
	background-color: #34393c;
	/* box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.15); */
}

.slick-dots li {
	width: 7px;
	height: 7px;
	border-radius: 1px;
	border: 0;
	border-radius: 100%;
}

.slick-dots li.slick-active {
	background-color: #e4322b;
}

.parameter h2 {
	margin-top: 0px;
}

.parameter h2 strong {
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
	font-size: var(--heading-2);
}

.parameter p {
	font-size: 14px;
	padding-bottom: 12px;
	color: #222;
	text-align: justify;
}

.parameter .clm {
	justify-content: right;
	position: sticky;
	top: 70px;
	height: fit-content;
}

.ldp-bottom-form-content .row {
	margin: 0px -5px;
}

.ldp-bottom-form-content .clm {
	padding: 0px 5px;
}

.question-title {
	cursor: pointer;
}

.text-image li {
	list-style: disc;
	margin-left: 15px;
	color: #222;
	text-align: justify;
	padding-bottom: 5px;
}

.text-image h2 {
	text-align: left;
	font-size: 25px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #89ad27;
}

.register img {
	height: 100%;
}

.service-box {}

.product-list .section-title {
	background-image: url(../images/upsell-title-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 13px 72px;
	color: white;
	font-weight: 500;
	font-size: 23px;

}

.register {
	padding-bottom: 96px;
}

.comment h2 {
	font-weight: 700 !important;
	text-transform: uppercase;
	background: #000000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.section-title-fw {
	font-weight: 700 !important;
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.product_page {
	background-color: #fff;
}

.comment input[type="radio"] {
	height: 11px;
	margin-top: 0px !important;
}

.icon-cart-mobile {
	display: none;

}

.icon-hotline {
	display: flex;
}

.service__img img {
	height: 38px !important;
	width: auto;
}

.service__text {
	margin-top: 10px;
	font-size: 13px;
}

.review-btn a {
	background: linear-gradient(0deg, #536c0f 0%, #89ad27 100%);
	font-size: 17px;
}

.product-list .title-hedding-top-pages h2 {
	color: black !important;
}

.motopress-wrapper .title-hedding-top-pages h2 {
	color: white !important;
}

.motopress-wrapper .title-hedding-top-pages h2::before {
	background-color: #fff !important;
}

.slideshow-mb {
	display: none;
}

.list-small-image .slick-track {
	top: 0%;
	/*! left: 20%; */
	transform: translate(-50%, -50%);
	margin-left: auto;
	margin-right: auto;
}

.small-image img {
	display: block;
	border: 1px solid #e3e3e3;
	border-radius: 15px;
	padding: 5px;
	height: 115px;
}


.box-banner-smoll button {
	height: 88%;
	top: 18px;
	background-color: #e6e6e6;
	width: 20px;
}

.box-banner-smoll button:hover {
	background-color: #e6e6e6;
}

.box-banner-smoll button.slick-next {
	right: -19px;
}

.box-banner-smoll button.slick-prev {
	left: -19px;
}

.list-small-image {
	padding: 0px 25px;
}

.box-banner-smoll button svg {
	height: 17px;
	fill: #6c6c6c;
}
































.cart-search-desk {
	display: flex;
	align-items: center;
}

.cart-search-desk span {
	line-height: 43px;
	border: 1px solid #d0dbe9;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 44px;
	height: 44px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.search-desl {
	margin-right: 14px;
}

.cart-search-desk span i {
	color: #000;
}

.header-layout-default .menu-area .logo-bg {
	position: absolute;
	height: 100%;
	width: 543px;
	border-radius: 0 0px 0 0;
	background: var(--theme-color);
	bottom: 0;
	left: 0;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.logo-bg.background-image {
	position: absolute;
	height: 100%;
	width: 480px;
	border-radius: 0 0px 0 0;
	background: #266e39;
	bottom: 0;
	left: 0;
	z-index: 0;
	-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}



.header_top .nav_left li a {
	color: #fff;
}

.header_top .nav_left li a svg {
	fill: #fff;
}

.nav_right a {
	color: #fff;
}

.cart-desl {
	position: relative;
}

span.sale-plush {
	position: absolute;
	top: -8px;
	width: 20px;
	height: 20px;
	font-size: 11px;
	background: #266e39;
	color: #fff;
	right: -3px;
}

.nav_right a svg {
	fill: #fff;
}

ul.nav_left li {
	position: relative;
}

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

.box-cpyrighty {
	background: #262a36;
	padding: 8px 0px;
}

.tkb p {
	color: #ffffff;
	font-size: 15px;
}

.title-footer:after {
	top: 100%;
	content: "";
	position: absolute;
	width: 16px;
	/* border-left: 4px dashed #0E121D; */
	/* border-right: 4px dashed #0E121D; */
	height: 2px;
	/* background-color: transparent; */
	bottom: 0px;
	left: 40px;
	/* animation: footerLine 7s linear infinite; */
}

@keyframes footerLine {
	0% {
		left: 40px;
	}

	50% {
		left: 0;
	}

	100% {
		left: 40px;
	}
}

ul.nav_left li:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

ul.nav_left li:last-child:before {
	background: none;
}


























.miniun {
	position: absolute;
	right: 11px;
	top: 40%;
	transform: translateY(-50%);
}

a.a-c1-desktop-pages:hover .plush {
	transform: rotate(180deg);
	opacity: 0;
	transition: 0.5s;
}

a.a-c1-desktop-pages:hover .miniun {
	transform: rotate(180deg);
	opacity: 1;
	transition: 0.5s ease;
	position: absolute;
	right: 9px;
	top: 30%;
}

.item-content-center-outs:hover img {
	transform: scale(1.1);
	transition: 1s ease;
}

a.lienhe-amounts {
	display: inline-block;
	background: linear-gradient(88deg, rgba(0, 116, 61, 1) 10%, rgba(1, 91, 47, 1) 47%, rgba(0, 116, 61, 1) 81%);
	border-radius: 4px;
	text-transform: uppercase;
	color: #fff;
	height: 29px;
	font-size: 13px;
	line-height: 29px;
	padding: 0px 30px;
}

.main {
	margin-top: 0px !important;
}

.header {
	height: unset !important;
}

.fancybox-content {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	padding: 5px !important;
}

.fancybox-content.slick-slide {
	height: unset !important;
}

.fancybox-slide--html .fancybox-close-small {
	opacity: 1 !important;
	background-color: white !important;
	height: 24px !important;
	padding: 0 !important;
	width: 24px !important;
}

.fancybox-button svg path {
	stroke-width: 0 !important;
	fill: black !important;
}

.parameter iframe {
	height: 322px !important;
}

.list-category-body .slide-4 {
	margin: 0px -7px !important;
}

.box-slider-poker {}

.slick-port-new-left {
	width: 50%;
	/* position: relative; */
}

.box-posts-news-right {
	width: calc(50% - 15px);
}

.box-img-ports-left {
	height: 515px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.conten-post-left {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 15px;
	background: #201d1db3;
}

.conten-post-left h2 a {
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
}

.conten-post-left p {
	color: #fff;
	font-size: 14px;

	font-weight: 300;
	text-align: left;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.container-slick-ports {
	padding-right: 5px;
}

.item-post-news-rights {
	display: flex !important;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #1d191933 !important;
}

.img-post-right-kerder {
	overflow: hidden;
}

.img-post-right-kerder img {
	width: 130px;
	height: 100px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	transition: transform 350ms ease-out;
}

.img-post-right-kerder img:hover {
	transform: scale(1.1);
}

.content-posted-right-loper {
	flex: 1;
	padding-left: 15px;
}

.content-posted-right-loper h2 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
}

.content-posted-right-loper p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

a.btn-more-all {
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	color: #f5408e;
	font-weight: 500;
}

a.btn-more-all i {
	font-size: 11px;
	margin-left: 3px;
	transform: translateX(0px);
	transition: transform 350ms ease-out;
}

a.btn-more-all:hover i {
	transform: translateX(5px);
	transition: transform 350ms ease-out;
}


















.search-desl form {
	background: #fff;
	border: 1px solid #aec6b4;
	border-radius: 8px;
	position: relative;
	padding: 3px 20px;
	width: 250px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	overflow: hidden;
}

.search-desl form input {
	/* padding-left: 20px; */
	height: 100%;
	width: 100%;
	font-size: 13px;
	font-style: italic;
}

.search-desl form button {
	position: absolute;
	border: 1px solid #aec6b4;
	right: 0;
	top: 0;
	background: linear-gradient(94deg, #2e3192 33%, linear-gradient(297deg, rgb(52, 79, 255) 0%, #2e3192 50%) 62%, rgba(79, 159, 100, 1) 92%);
	bottom: 0;
}

.search-desl form button i {
	color: #fff;
	font-size: 13px;
}


li.product_item.item_main:after {
	position: absolute;
	width: 93%;
	height: 93%;
	content: "";
	margin: 0 auto;
	top: 50%;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	border: 2px solid #fff;
	transform: translateY(-50%);
}

li.product_item:after {
	position: absolute;
	width: 93%;
	height: 93%;
	content: "";
	margin: 0 auto;
	top: 50%;
	bottom: 0;
	right: 0;
	opacity: 0;
	left: 0;
	z-index: 1;
	border: 2px solid #fff;
	transform: translateY(-35%);
	visibility: hidden;
}


li.product_item:hover:before {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
	transition: 1s ease;

}

li.product_item:hover:after {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
	transition: 1s ease;
}
















.content-meber-cerer:hover h2 {
	color: #2e3192;
}

.contai-icon {
	display: flex;
	align-items: center;
}

.content-meber-cerer h2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 40px;
	letter-spacing: -.3px;
	color: #30373e;
}

.content-meber-cerer p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -.3px;
	color: #535353;
}

.item-member img {
	height: 120px;
	width: 120px;
	object-fit: contain;
}

.content-meber-cerer {
	padding-left: 23px;
}

section.about-uss {
	padding: 40px 0px;
	background-image: url(https://tatdreamhome.vn/frontend/images/About_01_imges.png);
	background-repeat: no-repeat;
	background-position: left;
}

h2.about-size {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 3.4px;
	color: #2e3192;
}

.logo-head a .logo-desk {
	width: 170px;
}

.search-mobile button {
	padding: 0px;
}

.search-mobile button i {
	font-size: 17px;
	color: #326e42;
}

.search-mobile {
	display: flex;
	align-items: center;
}

span.wifget-about {
	color: #30373e;
	font-size: 40px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: -1px;
	padding-bottom: 20px;
	display: inline-block;
	background-image: #2e3192;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-family: "Poppins", sans-serif;
}

.content-dest-aboutuss p {
	font-size: 16px;
	line-height: 24px;
}

.motopress-wrapper .title-hedding-top-pages h2 {
	color: #fff !important;
	background-image: unset;
	-webkit-text-fill-color: unset;
}

.content-dest-aboutuss {
	padding-bottom: 25px;
}

.elementor-button-text a {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1.2px;
	padding: 13px 38px 13px 40px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 6px;
	display: inline-block;
	background: #2e3192;
	border-radius: 30px;
	color: #fff;
}

.bg-contunt {
	padding: 10px;
	overflow: hidden;
	padding-right: 35px;
	position: relative;
}

.bg-contunt img {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 5px 1px 7px;
}

.bg-contunt img {
	position: relative;
}

.bg-contunt:after {
	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);
	display: none;
}

.bg-contunt:hover:after {
	animation: shine .75s;
	display: block;
}

.elementor-button-text a:hover {
	background: #2e3192;
}

.box-item-icon-destk:hover .menu-c3-pt {
	z-index: 999999;
	opacity: 1;
}

.cart-search-desk {
	display: none;
}









































.home-video {
	position: relative;
	padding-bottom: 3rem !important;
	background: #2e3192;
}

.home-video .container {
	position: relative;
}

.home-video .big-box {
	position: relative;
	padding-bottom: 3rem !important;
}

.home-video .big-box .img-box {
	height: 70vh;
	margin-right: 15px;
	min-height: 500px;
	max-height: 550px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 5px;
	overflow: hidden;
}

.img-box img {
	opacity: 1;
	transition: opacity 300ms;
	width: auto;
	object-fit: cover;
	min-width: 100%;
	height: 100%;
}

.home-video .big-box .text-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom, #00743d, rgba(0, 0, 0, 0));
	display: flex;
}

.text-box .my-auto {
	margin-bottom: auto !important;
	margin-top: auto !important;
}

.home-video .big-box .text-box .brief {
	font-size: 25px;
	color: #dabd82;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

.home-video .big-box .text-box .title-utmcentur {
	font-weight: 600;
	font-size: 20px;
	max-width: 400px;
	color: #d6d6d6;
	font-size: 30px;
	font-family: "Poppins", sans-serif;
}

.home-video .big-box .text-box .wrap-play {
	position: relative;
	height: 100px;
	max-width: 400px;
}

.video-play-text {
	display: flex;
	margin-top: .5rem !important;
}

a.video-popup.mfp-iframe {
	color: #d6d6d6;
}

.home-video .big-box .text-box .wrap-play .video-play-text .video {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	color: #000;
	display: inline-block;
	background: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, #ded377 81%);
	border: 1px solid #ded377;
	z-index: 999;
	font-size: 12px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	position: relative;
	z-index: 100;
	top: 5px;
}

.home-video .big-box .text-box .wrap-play .video-play-text .name {
	line-height: 30px;
	position: relative;
	margin-left: 20px;
	text-decoration: underline;
	z-index: 100;
	text-transform: uppercase;
}

.home-video .big-box .text-box .wrap-play .video-main {
	width: 40px;
}

.home-video .big-box .text-box .wrap-play .video-main {
	display: inline-block;
	position: relative;
	z-index: 10;
	position: absolute;
	left: -5px;
	top: 42px;
}

.home-video .big-box .text-box .wrap-play .video-main .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.home-video .big-box .text-box .wrap-play .video-main .waves {
	position: absolute;
	width: 80px;
	height: 80px;
	background: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -20px;
	bottom: -20px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.home-video .big-box .text-box .wrap-play .video-main .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.home-video .big-box .text-box .wrap-play .video-main .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.home-video .slide-video-box {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 9px;
	background: linear-gradient(110deg, #00743d 10%, #015b2f 47%, rgba(0, 116, 61, 1) 81%);
	width: 800px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 0;
	padding: 10px 10px;
	padding-left: 13px;
	background: #015b2f;
}

img.img-cover {
	border-radius: 5px;
	opacity: 1;
	transition: opacity 300ms;
}

.slick-owl-item {
	padding-right: 5px;
}

.slickowl-carousel button i {
	font-size: 16px !important;
}

.slickowl-carousel button {
	width: 25px !important;
	height: 25px !important;
	background: #fff !important;
	opacity: 0;
	transform: translateX(-100px);
}

.slickowl-carousel:hover button {
	opacity: 1;
	transform: translateX(0px);
	transition: 1s ease;
}

.slickowl-carousel .slick-next.slick-arrow {
	transform: translateX(100px);
}

.slickowl-carousel:hover .slick-next.slick-arrow {
	opacity: 1;
	transform: translateX(0px);
	transition: 1s ease;
}

.item-img-popip {
	padding: 2px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	position: relative;
}

.item-img-popip:hover {
	border: 1px solid #dabd82;
}


































section.procedure {
	padding-bottom: 1.5rem !important;
	background: linear-gradient(88deg, rgba(0, 116, 61, 1) 10%, rgba(1, 91, 47, 1) 47%, rgba(0, 116, 61, 1) 81%);
}

.header-box {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.5rem;
}

p.title-header-box {
	font-size: 28px;
	position: relative;
	letter-spacing: -.7px;
	display: inline;
	background-image: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.box-content-ss-procder {
	box-shadow: rgba(0, 0, 0, 0.5) 0px -2px 15px;
}

.brief p {
	line-height: 1.4;
	color: #978256;
	background-image: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
	letter-spacing: 1px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

p.title-header-box:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	bottom: 0;
	background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #2e3192 47.87%, rgba(217, 217, 217, 0) 101%);
	width: 80%;
	height: 1px;
}

.procedure-list {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.procedure .item-wrap.even {
	padding-left: 10px;
}

.procedure .item-wrap {
	position: relative;
}

.procedure .item-wrap {
	flex: 0 0 16.6666666667%;
	width: 16.6666666667%;
}

.procedure-list .item {
	display: flex;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: space-between;
	flex-direction: column !important;
}

.procedure .item-wrap.even .item .img-stt {

	margin-top: 45px;
	margin-bottom: 30px;
}

.procedure .item-wrap .item .img-stt {
	position: relative;
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
	margin-left: auto !important;
	text-align: center;
	margin-right: auto !important;
	justify-content: center;
	align-items: center;
}

.procedure .item-wrap .item .img-stt:before {
	width: 70px;
	height: 70px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #2e3192;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	text-align: center;
}

.procedure .item-wrap .item .img-stt .img-box {
	width: 60px;
	height: 60px;
	background: #dabd82;
	border: 3px solid #0f0f0f;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	position: relative;
	z-index: 10;
	display: none !important;
	-webkit-box-shadow: 20px 30px 10px 0px rgba(0, 0, 0, .1019607843);
	-moz-box-shadow: 20px 30px 10px 0px rgba(0, 0, 0, .1019607843);
	box-shadow: 20px 30px 10px 0px rgba(0, 0, 0, .1019607843);
}

.procedure .item-wrap .item .img-stt .img-box img {
	max-height: 25px;
	margin: auto !important;
}

.img-contain {
	width: auto !important;
	max-width: 90%;
	max-height: 90%;
	height: auto;
}

.procedure .item-wrap.even .item .stt {
	color: #070707;
}

.procedure .item-wrap .item .img-stt .stt {
	font-size: 40px;
	line-height: 70px;
	padding-top: 7px;
	font-weight: 600;
	padding-right: 0 !important;
	text-align: center;
}

.remove-color-text {


	background-image: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
}

.remove-color-text {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.procedure .item-wrap.even .item .info-box:before {
	top: -38px;
}

.procedure .item-wrap .item .info-box:before {
	content: "";
	width: 16px;
	height: 16px;
	background: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.procedure .item-wrap .item .info-box {
	text-align: center;

	position: relative;
}

.procedure .item-wrap.even .item .info-box {
	margin-top: 30px !important;
}

.procedure .item-wrap.even .item .info-box:after {
	content: "\f0dd";
	top: -56px;
	font-family: 'Font Awesome 5 Free';
}

.coppy-rights {
	color: #fff;
	text-align: center;
	background: #ffffff36;
	padding: 10px 0px;
}

.custom-swal-toast {
	font-size: 18px !important;
	padding: 1.5rem 2rem !important;
	min-width: 350px !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.custom-swal-title {
	font-weight: bold !important;
	color: #222 !important;
}

.custom-swal-icon {
	font-size: 20px !important;
}

.coppy-rights a {
	color: #fff;
}

.procedure .item-wrap .item .info-box:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	color: #2e3192;
}

.procedure .item-wrap .item .info-box>div {
	height: 135px;
	display: flex;
	text-align: center;
}

.procedure .item-wrap.even .item .name {
	border-color: #070707;
}

.procedure .item-wrap .item .info-box .name {
	position: relative;
	font-weight: 600;
	font-size: 17px;
	background-image: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	text-transform: uppercase;
}

.procedure .item-wrap .item .info-box .brief {
	font-size: 14px;
}

.procedure .item-wrap .item .info-box .brief {
	word-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: inherit;
	color: #fff;
}

.hr-gradient {
	position: absolute;
	height: 3px;
	width: 100%;
	background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #2e3192 47.87%, rgba(217, 217, 217, 0) 101%);
	content: "";
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	display: block;
}

.item-wrap.col.even:nth-child(2n) .img-stt {
	order: 2;
	margin-bottom: 30px !important;
	margin-top: 10px;
}



.item-wrap.col.even:nth-child(2n) .info-box {
	margin-bottom: 29px;
}

.procedure .item-wrap:nth-child(2n).even .item .info-box:before {
	top: 125px;
}

.procedure .item-wrap:nth-child(2n) .item .info-box:after {
	top: 148px;
}


span.product_btn p {
	background-image: linear-gradient(87deg, rgb(255 229 0) 10%, rgb(207 172 34) 47%, rgb(255 228 0) 81%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-weight: 600;
}

.content-dest-aboutuss strong {
	font-weight: 600;
}

.box-img-ports-left a img {
	height: 100%;
}


.form-search-mobile {
	/*! display: none; */
	/*! right: 0; */
	/*! bottom: -18px; */
	z-index: 99999;
	background: #fff;
	/*! position: relative; */
	border: 1px solid #eaeaea;
	border-radius: 25px;
	overflow: hidden;
}

.cart-search-desk.active .form-search-mobile {
	display: block;
}

.form-search-mobile form input {
	padding: 5px 0px;
	padding-left: 10px;
	width: 100%;
}

.noi_dung_in p strong {
	font-weight: 600;
}

.form-search-mobile form {
	/*! position: absolute; */
	right: 0;
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 15px;
	border-radius: 5px;
	overflow: hidden;
}

.form-search-mobile button {
	padding: 0px;
	/*! position: absolute; */
	/*! top: 50%; */
	/*! transform: translateY(-50%); */
	right: 11px;
	right: 0;
	position: relative;
	width: 35px;
}

li.menu-c2-mobiless.active .menu-c3-menu-mobile {
	display: block;
}

div#comments {
	display: flex;
	padding-bottom: 20px;
}

section.danhgia {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px;
	border-bottom: 1px solid #c4c4c470;
}

.cmuser-contents {
	padding-left: 20px;
}

.cmuser-contents {
	font-size: 15px;
	line-height: 1.2;
	padding-top: 0;
}

.cmuser-contents .f-cmmains {
	font-size: 14px;
	padding-top: 10px;
}

@media (min-width: 1600px) {
	.logo-bg.background-image {
		width: 39%;
	}

}

@media (max-width: 992px) {
	.menu_fix_mobile ul li a:hover {
		transform: unset;
		color: #89ad27;
		font-weight: 600;
	}

	.title-boloc-ducts h1 {
		font-size: 22px;
	}

	.menu_fix_mobile ul {
		display: unset;
	}

	section.about-uss {
		padding-top: 20px;
	}

	.content-posted-right-loper h2 a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.header_content {
		align-items: center;
	}

	.procedure-list {
		width: 95%;
		margin: 0 auto;
	}

	.procedure .item-wrap {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 10px;
	}

	.procedure .item-wrap .item .img-stt:before {
		border: 2px solid #ded377;
	}

	.procedure .item-wrap .item {
		justify-content: center;
		padding: 10px;
		border: 1px solid #ded377;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		flex-direction: unset !important;
	}

	.img-stt {
		position: relative;
		width: 70px;
		height: 70px;
		/* flex: 0 0 70px; */
	}

	.info-box {
		text-align: left !important;
		padding-left: 20px;
	}

	.procedure .item-wrap.even .item .info-box:before {
		content: "";
		display: none;
	}

	.procedure .item-wrap.even .item .info-box:after {
		content: "";
		display: none;
	}

	.procedure .item-wrap.even .item .img-stt {
		margin-left: unset !important;
		margin-right: unset !important;
		margin-top: 0px;
		margin-bottom: 0px !important;
	}

	.procedure .item-wrap.even .item .info-box {
		margin-top: 0px !important;
		padding-left: 20px;
	}

	.procedure .item-wrap .item .info-box>div {
		height: unset;
		text-align: left;
	}

	.item-wrap.col.even:nth-child(2n) .img-stt {
		margin-left: unset !important;
		order: unset;
		margin-right: unset !important;
	}

	.procedure .item-wrap.even .item .info-box {
		margin-bottom: 0px;
	}

	.procedure-list .hr-gradient {
		display: none;
	}


	.big-box .img-box img {
		height: 100%;
	}

	.img-box img {
		height: 120px;
		object-fit: cover;
		border-radius: 10px;
	}

	.home-video .slide-video-box {
		background: none;
		position: unset;
		width: 100% !important;
		transform: unset;
	}

	.cart-search-desk {
		display: block;
	}

	.logo-head {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 99;
		top: 0;
	}

	img.logo-desk {
		background: linear-gradient(87deg, rgba(222, 211, 119, 1) 10%, rgba(196, 175, 91, 1) 47%, rgba(222, 211, 119, 1) 81%);
	}

	.bg-contunt {
		padding-left: 0px;
		padding-right: 0px;
	}

	.logo-bg.background-image {
		width: 360px;
	}

	.nav_bottom {
		display: none;
	}

	.anouncement {
		display: none;
	}

	.item-privew {
		width: 100%;
	}

	.icon-cart-mobile {
		display: block;
		margin-top: 5px;
	}

	.icon-cart-mobile svg {
		height: 26px;
		fill: #d20303;
	}

	.icon-hotline {
		display: none;
	}
}

@media (max-width: 786px) {

	.comment .group-form:nth-child(3) {
		padding-left: 20px;
		flex-wrap: wrap;
	}

	.text-image .desc p {
		font-size: 14px;
	}

	.register img {
		margin-bottom: 15px;
		height: auto;
	}

	.comment .group-form:nth-child(2) {}

	.reviews-box {
		display: block !important;
	}


	.bupup-review-body {
		width: 94%;
	}

	.so-widget-sow-editor {
		padding: 13px !important;
	}

	.comment h2 {}

	.comment-tab h2 {
		font-size: 18px;
	}

	.comment .group-form:nth-child(2) {
		flex-wrap: wrap !important;
		justify-content: right;
	}

	.comment .group-form input[type="text"] {
		border-radius: 4px !important;
		height: 28px !important;
	}

	.comment .group-form input {
		margin-right: 0px !important;
	}

	.parameter .row {
		flex-direction: column-reverse;
	}

	.banner-product-by h2 {
		font-size: 30px;
	}

	.banner-product-by span {
		display: block;
		font-weight: 400;
		font-size: 25px;
		line-height: 1.2;
	}

	.banner-product-by img {}

	.playvideo svg {
		height: 47px;
		width: 49px;
	}

	.banner-product-by img {
		min-height: 250px;
	}

	.header_main.fixed-menu {
		position: fixed;
		left: 0;
		right: 0;

		top: 0;
	}

	.header_main.fixed-menu {
		background-color: white;
	}
}

@media (max-width:586px) {

	.home-video .big-box {
		padding-bottom: 0px !important;
	}

	.home-video .big-box .text-box .wrap-play .video-play-text .name {
		margin-left: 20px;
	}

	.home-video .big-box .img-box {
		height: 70vh;
		min-height: 400px;
		max-height: 400px;
	}

	.home-video .big-box .text-box .title-utmcentur {
		padding: 20px 0px;
		text-transform: uppercase;
		max-width: 400px;
		font-size: 15px;
	}

	.box-slider-poker {
		display: block;
	}

	p.title-header-box {
		font-size: 25px;
	}

	.slick-port-new-left {
		/*! display: none; */
		width: 100%;
	}

	.box-posts-news-right {
		width: 100%;
	}

	.slideshow-desktop {
		display: none;
	}

	.slideshow-mb {
		display: block;
	}

	.banner-product-by h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.banner-product-by span {
		font-size: 16px;
		line-height: 1.0;
		padding-bottom: 14px;
	}

	.service__img img {
		height: 40px !important;

		width: auto;

	}

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

	.item-smoll-pone {
		padding: 0px !important;
	}

	.text-image .clm {
		text-align: center;
		margin-bottom: 15px;
	}

	.product-list .section-title {
		font-size: 19px;
		padding: 13px 40px;
	}

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

	

	.price-cate-list p {
		font-size: 12px;
		padding-right: 2px;
		font-weight: 700;
		color: red;
	}

	.price-cate-list s {
		font-size: 11px;
	}

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

	.container {
		padding-right: 10px;
		padding-left: 10px;
	}

	.row {
		margin-right: -3px;
		margin-left: -3px;
	}

	.product-item,
	.product_item {
		padding: 0px 3px !important;
	}

	.product-list.bg-color {
		padding-bottom: 0px !important;
	}

	.product_list {
		margin: 0px -3px !important;
	}

	.product-list-body {
		margin: 0px -3px !important;
	}

	.product-small-box {
		margin-bottom: 10px !important;
	}

	.product_list {
		grid-gap: 10px !important;
	}

	.box-form-pages-ss {
		max-width: 95% !important;
	}

	.item-img-doitac {
		margin: 0 3px;
	}

	.box-main-news-tintuc {
		padding: 0px 3px;
	}

	.box-slick-new-tintuc {
		margin: 0px -3px;
	}

	.customer_review .customer_item {
		/* margin: 8px; */
		margin: 0px 3px;
	}

	.customer_review {
		margin-left: -3px;
		margin-right: -3px;
	}

	.listProduct.row .product-item {
		padding: 0px 7px;
	}

	.fancybox-slide--image .fancybox-content {}
}

@media (max-width:786px) {
	.parameter .clm {
		position: unset;
	}
}

@media (max-width:486px) {
	.box-quantyli-details {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.box-them-cart {
		margin-top: 5px;
	}

	.list-turn li {
		padding: 0px 6px;
	}
}

.containerCs {
	margin: auto;

	max-width: 1140px;
}

@media (min-width: 640px) {
	.containerCs {
		margin: auto;

		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.containerCs {
		margin: auto;

		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.containerCs {
		margin: auto;

		max-width: 1024px;
	}
}

@media (min-width: 1190px) {
	.containerCs {
		max-width: 1190px;
		margin: auto;
	}
}

@media (min-width: 1200px) {
	.containerCs {
		margin: auto;
		max-width: 1320px;
	}
}

.flex {
	display: flex;
}

.flex-auto {
	flex: auto;
	font-size: 14px;
	margin-left: 5px;
	font-weight: 600;
}

.items-center {
	align-items: center;
}

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

.relative {
	position: relative;
}

.link-footer {
	transition: all 0.3s ease-in-out;
}

section.product.list-product.pd-section-top {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.link-footer:hover {
	color: #00913f;
	padding: 10px;
}

.container-footer {
	background: #004e5a;
	color: #fff;
	line-height: 25px;
	padding: 50px 0;
	background: rgb(28, 167, 206);
	background: linear-gradient(297deg, rgb(28, 167, 206) 0%, rgb(0, 21, 159) 78%);
}

.item-footer-last {}

.item-tittle-footer {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.margin-bot-14 {
	margin-bottom: 14px;
}

.margin-y-19 {
	margin: 19px 0;
}

.margin-r-10 {
	margin-right: 10px;
}

.item-link-footer {
	padding-bottom: 5px;
	margin: 10px 0;
}

.item-link-footer a {
	color: #fff;
	font-size: 14px;
}

.link-footer {
	padding: 5px 0;
	cursor: pointer;
}

.container-static {
	display: flex;
	margin-top: 30px;
}

.tittle-static {
	margin-right: 30px;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.content-static {
	align-items: center;
	margin-bottom: 14px;
	flex-wrap: wrap;
}

.item-static {
	margin-right: 30px;
	margin-bottom: 10px;
}

.text-copyright {
	text-align: center;
	padding: 10px 0;
	/* background: #e4322b; */
	color: #000;
	border-top: 1px dashed #cdcdcd;
}

.text-copyright a {
	color: #000;
}

.text-copyright .containerCs {
	line-height: 25px;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.flex-wrap {
		flex-wrap: wrap;
	}

	.item-footer-last {
		margin-bottom: 40px;
	}

	.item-footer-last {
		padding-right: 0;
	}
}

@media (max-width: 768px) {

	.item-footer-last {
		width: 100% !important;
	}

	.container-static {
		flex-direction: column;
	}
}

.nav-bar {
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 100;
	height: 100%;
	width: 300px;
	transition: all 0.3s ease-in-out;
	background: #fff;
}

.open-narbar {
	left: 0;
	background-color: #2e3290;
}

.narbar-overlay {
	position: unset;
	left: 0;
	top: 0 !important;
	width: 100%;
	z-index: -1;
	opacity: 0;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	transition: all 0.3s ease-in-out;
}

.open-overlay {
	z-index: 99;
	position: fixed;
	opacity: 1;
}

.logo-navbar {
	padding: 10px 15px;
	background: #FFF;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
}

.logo-navbar img {
	width: 50px;
	height: 50px;
	margin: auto;
}

.items-navbar {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	font-size: 14px;
}

.item-navbar-collapse {
	padding: 8px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	color: white;
}

.open-collapse {
	border-bottom: unset
}

.img-navbar {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.collapsible-btn {
	display: flex;
	justify-content: space-between;
	padding: 8px 15px;
	align-items: center;
}

.collapsible-btn .svg-rotate {
	transition: all 0.2s ease-in-out;

}

.open-collapse .collapsible-btn {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.open-collapse .collapsible-btn .svg-rotate {
	transform: rotate(90deg);
}

.content-collaps {
	height: 0;
	overflow: hidden;
	padding: 0;
	transition: all 0.3s ease-in-out;
}

.open-collapse .content-collaps {
	height: 100%;
	padding: 10px 0;
}

.border-input {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.input-navbar {
	padding: 10px 15px;
	width: 100%;
}

.button-input-navbar {
	height: 35px;
	width: 35px;
	right: 3px;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 7px;
	background-color: #004E5A;
}

.button-input-navbar svg {
	fill: #fff;
	width: 16.8px;
	height: 16.8px;

}

.svg-icon-collapse {
	height: 16px;
}

.svg-icon-collapse svg {
	fill: #717173;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.question-icon svg {
	height: 12px;
}

.text-click-question.open2 .question-icon svg {
	transform: rotate(88deg);
}

.text-click-question.open2~.item-text-more {
	height: auto;
	padding: 10px 0 9px 15px;
	background-color: #eee;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
}

.title-flex {
	font-size: 16px;
}

.rate {
	line-height: 1.1;
}

.rate svg {
	height: 12px;
	width: 11px;
}

.item-footer li {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	padding-bottom: 7px;
	line-height: 1.6;
	color: #000;
}

.item-footer li strong {
	font-weight: 400;
}

.item-footer svg {
	height: 15px;
	fill: #000;
	position: absolute;
	left: 0px;
	top: 1px;
}

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

.link-footer i {
	font-size: 10px;
}

.item-link-footer {
	padding-bottom: 5px;
	margin: 2px 0;
}

.item-link-footer a {
	color: #000;
	font-size: 14px;
}

.item-tittle-footer {
	padding-bottom: 15px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.item-footer-last iframe {
	height: 135px;
	width: 100%;
}

.tittle-static {
	font-size: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.item-static {
	font-size: 13px;
}

.item-static i {
	margin-right: 5px;
}

.bct img {
	height: 35px;
	margin-top: 10px;
}

.container-footer {
	padding: 20px 0px 20px 0px;
	background: url(https://cus22.largevendor.com/frontend/images/footer.jpg);
	box-shadow: rgba(0, 0, 0, 0.24) 0px -1px 12px;
}

.hotline-img svg {
	height: 18px;
	fill: white;
}

.item-navbar-collapse a,
.collapsible-btn,
.collapsible-btn .svg-rotate {
	color: white;
}

.product-filters-box {
	position: sticky;
	display: flex;
	border-radius: 5px;
	top: 55px;
}

.sidebar-title {
	padding: 10px 0;
	line-height: 20px;
	color: black;
	font-weight: 500;
	font-size: 17px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}

.sidebar-title svg {
	height: 10px;
}

.filter-ul-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -3px;
}

.filter-li-item {
	width: 50%;
	cursor: pointer;
}

.filter-li-item label {
	position: relative;
	width: 100%;
	padding: 0px 2px;
	cursor: pointer;
}

.filter-li-item label input,
.filter-li-item label a {
	position: absolute;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.filter-li-item label.active span {
	background-color: #e4322b;
	color: white;
}

.filter-li-item label span {
	padding: 5px 10px;
	background-color: rgb(230, 238, 251);
	position: relative;
	border-bottom: 0;
	display: flex;
	align-items: center;
	color: black;
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	cursor: pointer;
}

.filter-li-item label input:checked~span,
.filter-li-item label.active~span {
	background-color: rgb(47, 53, 160);
	color: white;
}

.sidebar-title span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #e4322b;
	font-weight: 600;
}

.product-sort-box label {
	color: #464646;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 0px;
	width: 175px;
}

.product-sort-element a {
	color: #464646;
	font-weight: 400;
	font-size: 13px;
}

.product-sort-box {
	border-bottom: 1px solid #eaeaea;
	justify-content: space-between;
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	color: #2e3192;
	border-bottom: 2px solid #2e3192;
	border-radius: 0px;
}

.form-filter {
	background-color: white;
	border-radius: 0px;
	height: 37px;
	border: 1px solid #ccc;
}

.form-filter input {
	height: 100%;
	border-radius: 4px;
	padding: 0px 10px;
}

.form-filter button {
	height: 100%;
	border-radius: 4px;
	color: black;
	padding: 0px 10px;
}

.product-sort-element {
	scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scroll-snap-stop: always;
	scroll-snap-type: x mandatory;
	scroll-padding-left: 15px;
	overflow-x: auto;
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
}

.btn-filter {
	background-color: rgb(243, 247, 253);
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	text-align: center;
	justify-content: center;
	font-weight: 500;
	padding: 5px 0px;
	border: 1px solid #333;
	display: none;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.btn-filter {
		display: inline-block;
		padding: 5px 25px;
	}

	.product-filters-box {
		display: none;
	}

	.product-filters-box.hidden {
		display: block !important;
		top: 0px;
	}
}

.banner-product-by {
	position: relative;
	height: 500px;
}

.banner-product-by img {
	height: 100%;
	object-fit: cover;
}

.service__img img {
	height: 38px !important;
	width: auto;
	margin: 0 auto !important;
}

div.main .service {
	padding: 20px 0px;
	margin-bottom: 0px;
}

.title-chuyenmuc {
	font-size: 17px;
	font-weight: 600;
	color: #373737;
	margin-bottom: 5px;
}

.scrollLink {
	font-size: 15px;
	font-weight: 400;
}

.box-link-paragraph ul li {
	list-style: none;
	padding-left: 0px;
}

.box-link-paragraph ul ul {
	padding-left: 12px;
}

.box-link-paragraph ul ul li a {
	padding-left: 25px;
}

.box-link-paragraph ul li a {
	font-size: 14px;
	padding-left: 15px;
	position: relative;
	display: block;
	padding-bottom: 5px;
	line-height: 1.5;
}

.box-link-paragraph ul li a:hover,
.box-link-paragraph ul li a:hover span {
	text-decoration: underline;
	color: black;
}

.box-link-paragraph ul li a span {
	position: absolute;
	left: 0;
	top: 0px;
}

.noi_dung_in .box-link-paragraph ul {
	padding-left: 6px;
}

.box-link-paragraph {
	padding: 10px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: #2e319217;
	background: #fff;
	/*! max-height: calc(100vh - 120px); */
	overflow: hidden;
	overflow-y: hidden;
	overflow-y: auto;
	padding: 20px 10px;
	border: 1px solid #E7EAEE;
	box-shadow: 12px 16px 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	position: sticky;
	top: 60px;
}

#phone-vr span {
	position: absolute;
	background: #89ad27;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.2;
	padding: 10px 12px 10px;
	border-radius: 4px;
	/* box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17); */
	margin-right: 10px;
	width: 168px;
	left: 100%;
	top: 30%;
}

#phone-vr span::before {
	content: "";
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #89ad27 transparent transparent;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.slideshow-mobile {
	display: none;
}

.expandedImg {
	border: 1px solid #e3e3e3;
	border-radius: 15px;
}

.bupup-review {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 10;
}

.bupup-review.active {
	display: block;
}

.bupup-review-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000070;
}

.bupup-review-body {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: white;
	border-radius: 10px;
}

.bupup-review-body form h5 {
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin: 0 0 20px;
	color: black;
}

.bupup-review-body form textarea {
	width: 100%;
	border: 1px solid #dbdbdb;
	padding: 6px 11px;
	border-radius: 5px;

}

.bupup-review-body form select,
.bupup-review-body form input {
	border-radius: 5px;
}

.review-attach {
	display: flex;
	margin-bottom: 10px;
}

.review-attach span {
	color: #03a0e2;
	font-weight: 600;
}

.img-wrap-box {
	width: 80px;
	height: 80px;
}

.list_attach .mecom_insert_attach {
	width: 80px;
	height: 80px;
	border: 2px #b9b9b9 dashed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.list_attach .mecom_insert_attach input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	height: 100%;
}

.list_attach .mecom_insert_attach i {
	font-size: 30px;
	color: #b9b9b9;
}

.mecom_attach_view li {
	margin-right: 10px;
	display: inline-block;
}

.mecom_attach_view .close {
	background-color: black;
	opacity: 1;
	color: white;
	font-size: 14px;
	height: 15px;
	width: 15px;
	display: flex;
	justify-content: center;
	border-radius: 100%;
	top: -7px;
	right: -7px;
	font-weight: 400;
}

.bupup-review-body input {
	height: 34px;
	font-size: 13px;
	border: 1px solid #b9b9b9;
	padding: 0px 10px;
	margin: 0;
	color: black;
	margin: 0px 5px;
}

.bupup-review-body input[type="text"] {
	width: 100%;
}

.bupup-review-body .form-group span {
	color: #424242;
	line-height: 1.4;
	font-size: 13px;
}

.bupup-review-body button {
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	background: #89ad27;
	color: white;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
}

.form-group {
	line-height: 1.2;
}

.comment-question {
	background-color: #f9f9f9;
}

.comment-form-rating label {
	width: 30%;
	line-height: 1.5;
	padding-top: 6px;
	font-size: 12px;
}

.comment-form-rating .stars svg {
	height: 17px;
	fill: #000000;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.comment-form-rating .stars .active svg {
	height: 17px;
	fill: #fe9727;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.comment-form-rating .stars a {
	text-align: center;
	font-size: 14px;
	color: #6d6b6b;
	flex: 1;
}

.bupup-review-body form {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
}

.comment-form-rating {
	margin: 8px 0px;
}

.bupup-review-body .form-group {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.bupup-review-body .form-group input {
	margin-right: 5px;
}

.bupup-review-body form {
	position: relative;
}

.bupup-review-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 18px;
	width: 18px;
	background-color: #89ad27;
	display: flex;
	justify-content: center;
	align-items: center;
	fill: white;
	border-radius: 100%;
}

.bupup-review-close svg {
	height: 14px;
}

.p-sticky {
	position: sticky;
	top: 20px;
	height: fit-content;
}

.product-action a {
	width: 35px;
	height: 35px;
	line-height: 45px;
	text-align: center;
	background: #f4f4f4;
	display: flex;
	margin: 0px 2px;
	font-size: 14px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;

	padding: 0;
}

.product-action a:hover {
	background: #2e3192;
	color: #fff;

}

.product-action {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 0;
	z-index: 0;
	bottom: -50%;
	visibility: hidden;
	transition: bottom .6s ease-in-out;
}

.product-box:hover .product-action {
	opacity: 1;
	z-index: 1;
	bottom: 0;
	visibility: visible;
}

.box-bg-grops {
	position: relative;
}

.box-bg-grops::before {
	height: 55px;
	position: absolute;
	margin-top: -40px;
	content: "";
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff00", endColorstr="#ffffff", GradientType=0);
	display: block;
	z-index: 9;
	left: 0;
	right: 0;
	top: -15px;
}

.read-more-btn {
	border: 1px solid #2e3192 !important;
	background-color: transparent;
	color: #2e3192;
	font-size: 14px;
	padding: 7px 15px 5px 15px;
}

.read-more-btn i {
	margin: 0px 5px;
}

.picture img {
	border-radius: 10px;
}

.see-more svg {
	height: 12px;
	fill: currentColor;
	margin-left: 10px;
}

.see-more {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
	color: var(--color-base);
}

.date-time {
	text-transform: uppercase;
	color: rgb(165, 165, 165);
	font-size: 13px;
	margin-top: 10px;
}

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

.faq {
	padding-right: 20px;
}

.question-title-tru {
	display: none;
}

.question-title.active .question-title-tru {
	display: block;
}

.question-title.active .question-title-cong {
	display: none;
}










.selec-peoducts-sevrive .wpb_text_column-left {
	position: absolute;
	top: 41%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
}

.selec-peoducts-sevrive .wpb_text_column-left span.content-title {
	width: auto;
	background: #89ad27;
	text-align: center;
	margin: 0 10px;
	position: relative;
	color: #6e6060;
	display: inline-block;
	height: 30px;
}

.selec-peoducts-sevrive .wpb_text_column-left .sub-title {
	width: auto;
	background: #89ad27;
	text-align: center;
	margin: 0 10px;
	position: relative;
	color: #6e6060;
	display: inline-block;
}

.selec-peoducts-sevrive span.right:before {
	border-top: 15px solid #89ad27;
}

.selec-peoducts-sevrive span.right:after {
	border-bottom: 15px solid #89ad27;
}

.selec-peoducts-sevrive span.left:after {
	border-bottom: 15px solid #89ad27;
}

.selec-peoducts-sevrive span.left:before {
	border-top: 15px solid #89ad27;
}

.product-filters-box {
	justify-content: end;
}


.search-setion-tabs {
	position: relative;
	display: flex;
	align-items: center;
}

li.colors-picks.filter_color.active:before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	color: #fff;
	top: 50%;
	z-index: 9;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(2px 2px 2px #444);
}

.filter.filter-product.check-filter.filter-prices a {
	width: unset;
	height: unset;
}

@media (max-width: 1200px) {
	.slideshow-mobile {
		display: block;
	}

	.slideshow-desktop {
		display: none;
	}

	.slideshow-banner .slideshow__img img,
	.slideshow-list .slideshow__img img {
		height: unset !important;
	}

	.product-filters-box {
		position: relative;
	}

}

@media (max-width: 992px) {
	.about-footer p {
		padding-right: 0px;
	}

	.btn-filter {
		display: inline-flex !important;
		align-items: center;
		margin-top: 20px;
		font-size: 12px;
	}

	.btn-filter svg {
		width: 27px;
	}

	.header-top-content form {
		width: 310px !important;
	}

	.faq {
		padding-left: 0px;
	}
}

@media (max-width: 786px) {
	.mobile_links .item a img {
		height: 92px !important;
	}

	.mobile_links .item {
		width: 31% !important;
		margin-bottom: 10px;
	}

	.list-small-image {
		padding: 0px !important;
	}

	.box-banner-smoll button {
		display: none !important;
	}

	span.model-title-km {
		text-align: center;
	}

	.box-link-paragraph {
		display: none;
	}

	.listproduct-img {
		display: none;
	}

	.cmuser-contents {
		padding-left: 0px;
		padding-top: 10px;
	}

	.chinhsach-pro li {
		display: block;
		text-align: center;
	}

	.chinhsach-pro li img {
		width: 40px;
		margin: 0 auto;
		height: 40px;
	}
}

.link_3d-register {
	margin-left: 0px !important;
}

.name-p .index {
	display: none;
}

.name-p span {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	color: #2e3399;
}

.params .name-p span {
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 600;
	color: #2e3399;
}

.pt_social li {
	padding-left: 0px;
}

.box-cm span svg {
	height: 15px;
	fill: #55c5c5;
	margin-top: 4px;
	margin-right: 5px;
}

.box-cm span {
	color: #6c6c6c;
	font-size: 14px;
}

.f-cmusers {
	margin-right: 10px;
}

.star li svg {
	height: 14px;
}

.f-cmnames {
	font-size: 15px;
	color: #2e3192;
	padding-left: 0;
}

.tags {
	display: flex;
	flex-wrap: wrap;
}

.tags .tag-item {
	background-color: #2e3399;
	padding: 4px 10px;
	border-radius: 2px;
	color: white;
	font-size: 12px;
	margin-right: 10px;
	line-height: 1.3;
}

h2.question-title {
	font-size: 17px;
	margin-bottom: 0px;
}

.list-reviews.flex-1 {
	padding: 0px 90px;
}
