/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html {
	margin: 0px !important;
	padding: 0px !important;
	overflow-x: hidden;
}

ul,
li {
	padding: 0px;
	margin: 0px;
	list-style: none !important;
}

.bg_f {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: relative;
	transition: all 0.3s;
}

a,
a:hover {
	text-decoration: none !important;
}

a:hover {
	color: #f0a52b;
}

:hover,
:focus {
	outline: none !important;
}


body {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0em;
	color: #000;
	position: relative;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	margin: 0px !important;
}

@font-face{
	src:  url(../fonts/UTM-Androgyne.ttf);
	font-family: utm-androgyne;
}

.container {
	max-width: 1170px;
	margin: 0px auto;
	width: 100%;
}

p:empty {
	display: none !important;
}

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

iframe {
	max-width: 100% !important;
	width: 100% !important;
}

.thumbnail {
	overflow: hidden;
	padding: 0px;
	border: none;
	background: none;
	border-radius: 0px;
	margin: 0px;
	position: relative;
}

[class*="col-"] {
	padding: 0px 10px;
}

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

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}


/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 10px auto;
}

.alignright {
	float: right;
	margin: 15px 0 15px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* MENU MOBILE*/

.icon_mobile_click {
	margin: 0px;
	cursor: pointer;
	z-index: 99;
	display: none;
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
	max-width: 40px;
}

.icon_mobile_click i.fa {
	font-size: 26px;
	color: #fff;
}

#page_wrapper {
	transition: all 0.3s;
}

#menu_mobile_full {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 260px;
	left: -260px;
	background-color: #a98841;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	z-index: 9999999;
	overflow: auto;
}

.fixedheader {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	z-index: 9;
	width: 100% !important;
}

.bg_opacity {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	bottom: 0;
	z-index: 999999;
	display: none;
}

.menu_hidden {
	z-index: -1;
	left: -260px;
}

.menu_show {
	z-index: 9999999;
}

#menu_mobile_full .close_menu {
	padding: 10px;
	font-size: 20px;
	text-align: right;
	color: #fff;
	background: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	/* background: #a52626; */
	display: none;
	cursor: pointer;
	top: 0px;
	/* border: 1px solid #fff; */
	z-index: 999;
}

#menu_mobile_full .mobile-menu {
	margin: 55px 0px 0px 0px;
}

#menu_mobile_full ul li {
	width: 100%;
	display: block;
}

#menu_mobile_full .menu>li.active {
	padding: 15px 0px 10px 10px;
}

#menu_mobile_full ul li {
	position: relative;
	padding: 15px 0px 15px 10px;
	border-bottom: 1px solid #b89444;
}

#menu_mobile_full ul li a {
	color: #fff;
	text-transform: uppercase;
}

#menu_mobile_full ul li a:hover {
	text-decoration: none;
	background: none;
}

#menu_mobile_full li span {
	margin: 0px 0px 0px 10px;
}

#menu_mobile_full .sub-menu {
	display: none;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #af6a4e;
	margin: 10px 0px 0px 0px;
}

#menu_mobile_full .sub-menu li {
	padding: 15px 0px 15px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
	border-bottom: none;
	padding: 15px 0px 0px 15px;
}

#menu_mobile_full .sub-menu li a {
	font-size: 14px;
	text-transform: none;
}

.editBefore_mobile::before {
	content: "-" !important;
}

#menu_mobile_full li.menu-item-has-children::before {
	content: "+";
	position: absolute;
	right: 10px;
	top: 15px;
	color: #fff;
}

#menu_mobile_full .menu>li.not-have-child {
	padding: 0px;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child {
	padding: 0px;
	display: table;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child>a {
	padding: 10px 0px 10px 15px;
	display: table;
	width: 100%;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child:last-child>a {
	padding: 10px 0px 0px 15px;
}

#menu_mobile_full .menu>li.not-have-child>a {
	display: block;
	padding: 15px 0px 15px 10px;
}

#menu_mobile_full .sub-menu li {
	padding: 10px 0px 10px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
	padding: 10px 0px 0px 15px;
}


/* END MENU MOBILE*/


/* POPUP */

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	display: none;
	overflow: auto;
}

.popup .content_popup {
	position: relative;
	margin: 60px auto 0px auto;
	z-index: 9;
	width: 80%;
	text-align: center;
	transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	max-width: 300px;
	background: #fff;
	padding: 0px 0px 0px 0px;
	max-width: 600px;
	width: 100%;
	border-radius: 5px;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.popup .close_popup {
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	padding: 7px 15px;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	clear: both;
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 20px;
}

.popup .form-control {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.popup .form-group {
	margin: 15px 0px 0px 0px;
}

.popup button[type*="submit"] {
	color: #fff;
	background-color: #d9534f;
	border: none;
	border-radius: 20px;
	padding: 13px 30px;
	font-size: 16px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}

.popup button[type*="submit"]:hover {
	background: #1eaab8;
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}


/*nav-primary*/

.nav_primary {
	padding: 0px;
	border-radius: 10px;
	float: left;
}

.nav_primary ul.menu>li {
	float: left;
	position: relative;
	margin: 0px 20px;
}
.nav_primary ul.menu>li:first-child{
	margin: 0px 20px 0px 0px;
}
.nav_primary ul.menu>li>a {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 0px;
	font-weight: 500;
}

.nav_primary ul>li>ul.sub-menu {
	position: absolute;
	width: 215px;
	background: #dd664f;
	border-top: 1px solid #fff;
	top: 70px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.nav_primary ul>li>ul.sub-menu::before {
	width: 100%;
	content: "";
	position: absolute;
	height: 10px;
	top: -10px;
}

.nav_primary ul>li:hover>ul.sub-menu {
	top: 52px;
	visibility: visible;
	opacity: 1;
}

.nav_primary ul>li>ul.sub-menu>li>a {
	font-size: 13px;
	text-transform: none;
	display: block;
	border-bottom: 1px solid #fba999;
	padding: 10px 15px;
}

.nav_primary ul>li>ul.sub-menu>li:last-child>a {
	border-bottom: none;
}

.nav_primary ul>li>ul.sub-menu>li {
	float: none;
}

.nav_primary ul>li>ul.sub-menu>li.menu-item-has-children::before {
	content: "\f105" !important;
	font: normal normal normal 14px/1 FontAwesome !important;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -6px 0px 0px 0px;
	color: #fff;
	font-size: 11px !important;
}

.nav_primary ul>li>ul.sub-menu>li>a:hover {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0px;
}

.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu {
	position: absolute;
	left: 110%;
	top: -1px;
	transition: all 0.3s;
	background: #833121;
}

.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu>li>a {
	border-bottom: 1px solid #ab4c4c;
}

.nav_primary ul>li>ul.sub-menu>li:hover ul.sub-menu {
	left: 100%;
}

.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
	position: absolute;
	left: 110%;
	top: -1px;
	transition: all 0.3s;
	background: #3a0606;
}

.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
	left: 100%;
}

.nav_primary ul li a:hover {
	background: none;
}

/* SLICK SLIDE */

.slick-slide {
	padding: 0px 10px;
}

.slick-list {
	margin: 0px -10px;
	height: auto !important;
}

.slick-dots li button {
	font-size: 0px;
	line-height: 0px;
	display: block;
	width: 13px;
	height: 13px;
	padding: 5px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	content: "" !important;
}

.slick-prev:before {
	content: "\f104" !important;
	font: normal normal normal 14px/1 FontAwesome !important;
	font-size: 38px !important;
	width: 37px;
	height: 37px;
	display: inline-block;
	line-height: 40px !important;
	color: #fff!important;
}

.slick-next:before {
	content: "\f105" !important;
	font: normal normal normal 14px/1 FontAwesome !important;
	font-size: 38px !important;
	width: 37px;
	height: 37px;
	display: inline-block;
	line-height: 37px !important;
	color: #fff !important;
	border-radius: 20px;
	text-align: center;
}

.slick-prev {
	left: -60px !important;
}

.slick-next {
	right: -60px !important;
}

.slick-prev:hover::before,
.slick-next:hover::before {
	color: #5cbfb2 !important;
}

.slick-prev,
.slick-next {
	top: 50% !important;
	width: 37px !important;
	height: 37px !important;
	margin: -17px 0px 0px 0px;
	transition: all 0.3s;
}

.slick-dots li {
	padding: 0px !important;
	width: initial !important;
	height: initial !important;
}

.slick-dots li button::before {
	content: "" !important;
}

.slick-dots li.slick-active button {
	background: #d62825 !important;
}

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

.slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0px;
	background: #ccc;
}

.slick-dots li.slick-active button {
	background: #686c6f !important;
}

.list_banner:hover .slick-prev {
	left: 20px !important;
}

.list_banner:hover .slick-next {
	right: 20px !important;
}


/* --SLICK SLIDE-- */

.scrolltop {
	bottom: 90px;
	position: fixed;
	right: -40px;
	transition: all 0.3s;
	z-index: 500;
	cursor: pointer;
	max-width: 40px;
	left: initial;
	z-index: 999;
}

.go_scrolltop {
	right: 20px;
}
.scrolltop i.fa {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f4cb29;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}

/*ctf7*/

.wpcf7-spinner {
	position: absolute !important;
	bottom: 20px;
	right: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #46b450 !important;
	color: #fff !important;
	border: none !important;
}

.wpcf7-not-valid-tip {
	text-align: left;
	padding: 5px 0px 0px 0px;
}

.wpcf7-spinner {
	position: absolute !important;
	bottom: 20px;
	right: 20px;
}

.wpcf7 form:not(.sent) .wpcf7-response-output,
.mc4wp-error,
.mc4wp-notice,
.woocommerce-error,
.woocommerce-info,
.dokan-alert-warning,
.dokan-alert-danger,
.dokan-alert-info,
.dokan-error,
.dokan-info {
	background-color: #e0a118;
	color: #fff !important;
	border: 0px !important;
	font-size: 12px;
	margin: 20px 0px !important;
	clear: both;
}


/*.wpcf7 form:not(.sent) .wpcf7-response-output:before, .mc4wp-error:before, .mc4wp-notice:before, .woocommerce-error:before, .woocommerce-info:before, .dokan-alert-warning:before, .dokan-alert-danger:before, .dokan-alert-info:before, .dokan-error:before, .dokan-info:before {
    content: "\f100";
        position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -9px;
    font-size: 18px;
    line-height: 18px;
    font-family: "woodmart-font";
}*/

.wd-notice,
div.wpcf7-response-output,
.mc4wp-alert,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.dokan-alert,
.dokan-message,
.dokan-info,
.dokan-error,
.dokan-store-contact .alert-success,
.yith_ywraq_add_item_product_message {
	position: relative;
	flex-wrap: wrap;
	padding: 10px !important;
	width: 100% !important;
	text-align: center !important;
	max-width: 100% !important;
	margin: 20px 0px 0px 0px !important;
}

.form_ct {
	position: relative;
}


/*end ctf7*/

/* end include*/
.tg_language{
	display: none;
}

.wrap_product .title_pj{
	display: NONE;
}

/* css rau */
#tiendo .slick-slider{
	margin: 0px !important;
}

#chinhsach{
	padding: 0px 0px 50px 0px;	
}

#chinhsach .textwidget p{
	font-size: 17px;
	line-height: 25px;
}

.list_banner .bg_f{
	height: 100vh;
}

.list_banner .bg_f img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.top_header{
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	padding: 15px 20px;
}

.top_header .logo_site>figure:nth-child(1){
	display: block;
}

.top_header .logo_site>figure:nth-child(2){
	display: none;
}

.top_header .wrap_top_hd{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrap_top_hd .logo_site {
	max-width: 300px;
}
.nav_social{
	margin: 0px;
}

.effect-sparkle{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
	pointer-events: none;
}

.effect-sparkle{
	background-image: url(../images/sparkle1.png),url(../images/sparkle2.png);
	animation: sparkle 60s linear infinite;
}
.list_banner{
	position: relative;
}

.list_banner ul li {
	position: relative;
}

.list_banner ul li .textwidget{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgb(0 0 0 / 40%);
	padding: 20px 0px;
}

.list_banner ul li .textwidget::before{
	content: url(../images/qb-once-show-loe-duoi.png);
	position: absolute;
	top: -22px;
	right: 40px;
}

.list_banner ul li .textwidget::after{
	content: url(../images/qb-once-show-loe-duoi.png);
	position: absolute;
	bottom: -31px;
	left: 30%;
}

.list_banner ul li .inner_txw::before{
	content: url(../images/qb-once-show-loe-trai.png);
	position: absolute;
	bottom: 10%;
	left: -13px;
	z-index: 2;
}

.list_banner ul li .inner_txw::after{
	content: url(../images/qb-once-show-loe-trai.png);
	position: absolute;
	bottom: -40px;
	right: -10px;
}

.list_banner ul li .textwidget p{
	color: #fff;
	font-size: 35px;
	line-height: 56px;
	font-weight: 700;
	text-align: center;
	margin: 0px 0px 10px 0px;
	text-shadow: 0px 0px 7px #000;
}
.tg_phone_hd{
	margin: 0px 20px 0px 0px;
}
.tg_phone_hd a{
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	position: relative;
}
.tg_phone_hd a::before{
	content: "\f095";
	font: normal normal normal 14px/1 FontAwesome;
	width: 27px;
	height: 27px;
	position: absolute;
	top: -1px;
	left: -32px;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 29px;
	text-align: center;
}

#tienich , .footer{
	background: #a98841;
	background-size: cover;
}

#ketnoi.tab-1-vitri {
	background: url(../images/bg-vitri-section2.jpg) center center no-repeat;
	transition: all 0.3s;
	background-size: cover;
}
#ketnoi.tab-1-vitri.tg_active{
	background: url(../images/bg-vitri-section.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

#ketnoi.tab-1-vitri.tg_active::before{
	content:"";
	width: 70%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	top:0;
	right:0;
}

#ketnoi.tab-1-vitri.tg_active>.panel-grid-cell{
	position: relative;
	z-index: 2;
}

#ketnoi.tab-1-vitri.tg_active  .vitri_des .textwidget{
	color: #fff;
}
.tab-content {
	display: none;
}


.tab-content.current {
	display: inherit !important;
	-webkit-animation: tg_slide_up 0.3s ease-out;
	-moz-animation: tg_slide_up 0.3s ease-out;
}

.tab-content-vitri{
	display: none !important;
}

.tab-content-vitri.current{
	display: flex !important;
}

.tab-content-vitri.current .vitri_des  .textwidget{
	-webkit-animation: tg_slide_up 0.3s ease-out;
	-moz-animation: tg_slide_up 0.3s ease-out;
	max-width: 600px;
}

.vitri_des img{
	display: none;
}

.copyright {
	background: #896a25;
	text-align: center;
	padding: 12px 0px;
	position: relative;
	z-index: 1;
}
.copyright p {
	color: #fff;
	margin: 0px auto;
	display: table;
	font-size: 13px;
}
.copyright p a {
	color: #fff;
}
.copyright p img {
	max-width: 15px;
	margin: -1px 2px 0px 0px;
	transition: all 0.3s;
}
.copyright p:hover img {
	transform: rotate(360deg);
}
.introduce{
	padding: 50px 0px;
}

.short_text_h {margin: 0px 0px 30px 0px;}

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

.short_text_h .textwidget h3{
	color: #ffffff;
	font-weight: 400;
	font-size: 21px;
	line-height: 35px;
	margin: 0px 0px 10px 0px;
}

.short_text_h .textwidget h3 strong{display: block;color: #f4cb29;font-weight: 500;font-family: 'Nunito', sans-serif;font-size: 28px;text-transform: uppercase;}

.short_text_h .textwidget p{color: #fff;font-size: 17px;line-height: 27px;max-width: 70%;display: table;margin: 0px auto;}

.short_text_h .textwidget p strong{
	
}

.top_header .tg_lang_phone{
	display: flex;
	flex-direction: row-reverse;
}

.top_header .tg_lang_phone .tg_language ul{
	display: flex;
}

.top_header .tg_lang_phone .tg_language ul li{
	margin: 0px 0px 0px 10px;
}

.introduce .textwidget h1{font-size: 30px;line-height: 38px;font-weight: 700;color: #a98841;font-family: 'Nunito', sans-serif;margin: 0px 0px 5px 0px;text-transform: uppercase;}

.introduce .textwidget>ul>li {font-size: 15px;line-height: 26px;margin: 0px 0px 5px 0px;position: relative;padding: 0px 0px 0px 30px;}

.introduce .intro_r_tongquan  .textwidget {
	padding: 0px 0px 0px 20px;
}

.introduce .textwidget h2{font-family: utm-androgyne;margin: 0px 0px 25px 0px;font-size: 32px;}

.introduce .textwidget>ul>li::before{
	content: "";
	background: url(../images/kimcuong.png) center center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 0px;
	background-size: contain;
}

.introduce .textwidget>ul>li>ul{
	padding: 0px 0px 0px 20px;
}

.introduce .textwidget>ul>li>ul>li{
	position: relative;
}
.introduce .textwidget>ul>li>ul>li::before{
	content: url(../images/kimcuong13x13.png);
	width: 13px;
	height: 13px;
	position: absolute;
	top: 1px;
	left: -21px;
	background-size: 100%;
}

#ketnoi{
	padding: 100px 0px 100px 0px;
	height: 100vh;
}

.top_header.fixed_header{
	background: #a98841;
	box-shadow: 0px 0px 17px #9d9d9d;
}

.top_header{
	transition: all 0.3s;
}

.top_header.fixed_header .nav_primary ul.menu>li>a{
	color: #ffffff;
}

.top_header.fixed_header .logo_site>figure:nth-child(1){
}

.top_header.fixed_header .logo_site>figure:nth-child(2){
}

.nav_primary ul.menu>li>a:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 51%;
	right: 51%;
	bottom: -10px;
	background: #f4cb29;
	height: 2px;
	-webkit-transition-property: left,right;
	transition-property: left,right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nav_primary ul.menu>li.current>a:before{
	left: 0;
	right: 0;
}

.nav_primary ul.menu>li>a:hover:before {
	left: 0;
	right: 0;
}

.tg_phone_hd:hover a::before{
	transform: scale(1.1);
	font-size: 18px;
	background: #f48729;
	border: 1px solid #f48729;
}

.tg_phone_hd a::before{
	transition: all 0.3s;

}

.top_header.fixed_header .tg_phone_hd a::before{
	color: #ffffff;
	border: 1px solid #ffffff;
}

.top_header.fixed_header .tg_phone_hd a{
	color: #ffffff;
}

.top_header.fixed_header .tg_phone_hd:hover a::before{
	color: #fff;
	border: 1px solid #f48729;
}

.tienich_gallery .wrap_tienich p{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 700;
	display: none;
}

.tienich_gallery .slick-center .wrap_tienich p{
	display: block;
	text-align: center;
	position: relative;
	top: -80px;
}

.tienich_gallery  figure {
	overflow: hidden;
	transition: all 0.3s;
	transform: scale(1.05, 1);
	height: 292px;
}

.tienich_gallery  .slick-slide {
	padding: 0px;
}

.tienich_gallery  .slick-list {
	margin: 0px -15px;
}

.tienich_gallery  figure img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
}

.tienich_gallery  .slick-center figure img {
	object-fit: inherit;
} 

.tienich_gallery .slick-slide li {
	margin: 130px 0px 0px 0px;
}


.tienich_gallery .slick-current.slick-center {
	z-index: 2;
	position: relative;
}

.tienich_gallery .slick-current.slick-center figure {
	transform: scale(2.55, 1) !important;
	height: 530px !important;
	top: -120px;
}

.tienich_gallery .slick-active figure {
	transform: scale(1.1, 1) !important;
	position: relative;
	z-index: 1;
	height: 413px !important;
	top: -60px;
} 


.tienich_gallery {
	max-width: 1070px;
	margin: 0px auto 0px auto;
	min-height: 660px;
	position: relative;
	top: 20px;
}

.button {
	display: inline-block;
	position: relative;
}
.button.is-play {
	background-color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
.button.is-play .button-outer-circle {
	background: rgba(255,255,255,1);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.button.is-play .button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
	animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
	stroke-dasharray: 90;
	stroke-dashoffset: 0;
	animation: triangleStroke 3s;
	animation-timing-function: ease;
}
.has-scale-animation {
	animation: smallScale 3s infinite;
}
.has-delay-short {
	animation-delay: 0.5s;
}
@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes triangleStroke {
	from {
		stroke-dashoffset: 90;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes triangleStroke {
	from {
		stroke-dashoffset: 90;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@-o-keyframes triangleStroke {
	from {
		stroke-dashoffset: 90;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes triangleStroke {
	from {
		stroke-dashoffset: 90;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@-moz-keyframes smallScale {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes smallScale {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(1.5);
		opacity: 0;
	}
}
@-o-keyframes smallScale {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes smallScale {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

.play_vd{
	position: relative;
}

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

.post-type-archive .top_header , .tax-chuyen-muc-san-pham .top_header{
	position: relative;
}

.post-type-archive .top_header .nav_social, .tax-chuyen-muc-san-pham .top_header .nav_social {
	display: none;
}

.tg_product_page{
	background: url(../images/background-product.jpg) center center no-repeat;
	background-size: cover;
}
.tg_product_page .g_content{
	min-height: 600px;
}
.breadcrumb ul {
	display: block;
	margin: 0 auto;
}
.breadcrumb li {
	display: inline;
	line-height: 23px;
	color: #fff;
	font-size: 17px;
}
.breadcrumb ul li:after {
	content: "\f105";
	margin: 0 10px;
	font: normal normal normal 14px/1 FontAwesome;
	position: relative;
	top: 0;
}

.breadcrumb ul li a {
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
}

.breadcrumb ul li:last-child:after {
	content: "";
}
.breadcrumb{
	background: none;
	padding: 0px;
	margin: 20px 0px;
}
.list_post_arc .wrap_figure{

}
.wrap_product{
	background: #fff;
	border-radius: 20px;
}
.wrap_product h3{
	margin: 0px;
	background: #fff;
	border-radius: 0px 0px 20px 20px;
	padding: 13px 10px 13px 30px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}

#ketnoi #tab-1 .textwidget{
	color: #fff;
}

.form_group .wpcf7-form-control-wrap{
	display: table;
    width: 100%;
    position: relative;
}

.form_group .wpcf7-form-control-wrap::before{
	    content: url(../images/qb-once-show-loe-duoi.png);
	    position: absolute;
	    top: 28px;
	    left: -6px;
	    z-index: 2;
}

.wpcf7-spinner{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}
.wpcf7{
	position: relative;
}
.social_fixed{
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 9;
}
.wrap_tienich p{
	display: none !important;
}
#tiendo .short_text_h .textwidget h3 , #chinhsach  .textwidget h3{
	color:#000;
}

#chinhsach {
	text-align: center;
}
/* end css rau */


@-webkit-keyframes tg_slide_up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(15%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes tg_slide_up {
	0% {
		opacity: 0;
		-moz-transform: translateY(15%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@keyframes sparkle {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: -500px -1000px, -400px -400px, 300px 300px;
	}
}

@-webkit-keyframes tgfadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 70%, 0);
		transform: translate3d(0, 70%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.list_tienich .inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) {
	width: 35% !important;
}
.list_tienich .inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget{
	min-height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5cbfb2;
	flex-direction: column;
	text-align: center;
}
.list_tienich .inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget h4{color: #fff;font-weight: 400;margin: 0px 0px 10px 0px;font-size: 20px;line-height: 34px;text-transform: uppercase;}

.list_tienich .inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget h4 strong{font-weight: 400;font-size: 50px;display: block;line-height: 49px;font-family: 'Nunito';}

.list_tienich .inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget p{
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

.list_tienich .inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(2) {
	width: 65% !important;
}
.list_tienich .inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(2) figure{
	height: 230px;
}

.list_tienich .inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(2) figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#phankhu .short_text_h .textwidget p , #phankhu  .short_text_h .textwidget h3{
	color: #000;
}
.menu_pk {
	display: flex;
	margin: 0px 0px 40px 0px;
}
.menu_pk li{
	border: 1px solid #014f51;
	margin: 0px 5px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.menu_pk li:first-child{
	margin: 0px 5px 0px 0px;
}

.menu_pk li:last-child{
	margin: 0px 5px 0px 0px;
}
.menu_pk li.current{
	color: #fff;
	background: #014f51;
}

.list_tienich .panel-grid-cell>.so-panel>.panel-layout>.panel-grid {
	margin: 0px 0px 30px 0px !important;
}

.list_tienich .panel-grid-cell>.so-panel>.panel-layout>.panel-grid:last-child{
	margin: 0px !important;
}

#phankhu , #tienich , #tiendo{
	padding: 50px 0px;
}

.list_tienich_last .textwidget ul li {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 5px 0px;
}

.list_tienich_last .textwidget ul li::before {
	content: "";
	background: url(../images/check_icon_ti.png) center center no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: -13px;
}

.item_content_pk .textwidget p {
	font-size: 17px;
	line-height: 25px;
}
.project_gallery li figure {
	height: 350px;
}
.project_gallery li figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.footer{
	padding: 60px 0px 70px 0px;
}

.footer h3.widget-title{
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Nunito';
	margin: 0px 0px 20px 0px;
	font-weight: 700;
}

.footer .textwidget p{
	color: #fff;
}

.footer .textwidget form input{
	width: 100%;
	background: none;
	padding: 13px 10px 13px 30px;
	color: #ffffff;
	font-size: 16px;
	border: 1px solid #ffffff;
	border-radius: 30px;
	position: relative;
	z-index: 2;
}


.footer .textwidget form input::placeholder , .footer .textwidget form textarea::placeholder{
	color: #ffffff;
}

.footer .textwidget form input[type="submit"]{
	background: #f4cb29;
	display: table;
	width: auto;
	margin: 0px auto 20px auto;
	padding: 13px 50px;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	color: #1b1b1b;
	font-weight: 700;
}

.footer .list_group {
	margin: 0px 0px 20px 0px;
}

.footer .textwidget form textarea{
	background: none;
	width: 100%;
	border: none;
	height: 48px;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	resize: none;
}
.footer .textwidget p{
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	max-width: 80%;
	display: table;
	margin: 0px auto 30px auto;
}
.footer .wpcf7-not-valid-tip{
	color: #f48729;
}

.btn_phone_ct{
	padding: 20px 0px 0px 0px;
}

.btn_phone_ct .phone_ct{
	margin: 0px 0px 0px auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

.btn_phone_ct .phone_ct a{
	color: #fff;
}

.wrap_img_intro img{
	height: 448px;
	object-fit: cover;
	width: 100%;
}

.vitri_des ul.tab-vitri-knv li {color: #000000;text-transform: uppercase;border: 1px solid #fff;display: inline;margin: 0px 10px 0px 0px;padding: 8px 20px;border-radius: 30px;font-weight: 700;cursor: pointer;font-size: 15px;background: #fff;}

.vitri_des ul.tab-vitri-knv li.current{
	background: #a98841;
	border: 1px solid #a98841;
	color: #fff;
}

.vitri_des h3{font-size: 44px;line-height: 59px;font-family: 'Nunito';color: #fff;}
.vitri_des h4{
	color: #fff;
}
.vitri_des h3 strong{color: #f4cb29;}
.vitri_des ul li {
	font-size: 17px;
	line-height: 27px;
	padding: 0px 0px 0px 27px;
	position: relative;
}

.vitri_des .textwidget p{
	font-size: 17px;
	line-height: 25px;
	color: #fff;
}
.vitri_des ul li::before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: 12px;
	left: 10px;
}
.vitri_des ul.tab-vitri-knv li::before{
	width: 0px;
	height: 0px;
}

#product_home .list_sp_home>.panel-grid-cell{
	height: 100vh;
}

#product_home .list_sp_home>.panel-grid-cell>div>div , #product_home .list_sp_home>.panel-grid-cell>div{
	height: 100%;
}
#product_home .list_sp_home>.panel-grid-cell{
	width: 33.333% !important;
	position: relative;
}	
#product_home .list_sp_home>.panel-grid-cell>div>div {
	display: flex;
	align-items: center !important;
	position: relative;
	padding: 40px;
}



#product_home .list_sp_home>.panel-grid-cell>div>div::before{
	position: absolute;
	opacity: .7;
	z-index: 2;
	inset: 0;
	/* background: linear-gradient(37.63deg,#000 8.2%,transparent 99.65%); */
	content: "";
	transition: all 0.3s;
}
#product_home .list_sp_home>.panel-grid-cell>div>div:hover::before{
	opacity: 0.3;
}

#product_home .list_sp_home>.panel-grid-cell>div>div .textwidget{
	position: relative;
	z-index: 2;
}

#product_home .list_sp_home>.panel-grid-cell>div>div .textwidget img {
	/* filter: brightness(0) invert(1); */
	/* transition: all .3s ease-in-out; */
}

#product_home .list_sp_home>.panel-grid-cell>div>div:hover img{
	filter: brightness(100%) invert(0);
}

#product_home .list_sp_home>.panel-grid-cell>div>div h3{
	color: #fff;
	text-transform: uppercase;
	font-family: 'utm-androgyne';
	font-size: 49px;
	line-height: 60px;
	margin: 20px 0px 30px 0px;
}

#product_home .list_sp_home>.panel-grid-cell>div>div:hover h3{
	color: #f4cb29;
}

#product_home .list_sp_home>.panel-grid-cell>div>div p{color: #fff;font-size: 15px;line-height: 23px;}

#product_home .list_sp_home>.panel-grid-cell>div>div a{
	background: #a98841;
	display: table;
	width: auto;
	padding: 10px 20px;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	color: #fff;
	margin: 30px 0px 0px 0px;
}

#product_home{
	position: relative;
}

#product_home .short_text_pdhome {
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	z-index: 3;
	margin: 0px auto;
	display: table;
}

#product_home .short_text_pdhome h3{margin: 0px;color: #fff;text-align: center;font-size: 23px;line-height: 39px;}

#product_home .short_text_pdhome h3 strong{
	display: block;
	font-family: 'Nunito';
	font-size: 30px;
}

#tiendo .slick-prev{
	left: 10px !important; 
}

#tiendo .slick-next{
	right: 10px !important;
}

@keyframes tgfadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80%, 0);
		transform: translate3d(0, 80%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.list_pj .bg_f img {
	height: 570px;
	object-fit: cover;
	width: 100%;
	/* border: 2px solid #ccc; */
	/* border-radius: 20px 20px 0px 0px; */
	transition: all 0.3s;
}
.wrap_product figure{
	overflow: hidden;
	border: 2px solid #ccc;
	border-radius: 20px 20px 0px 0px;
}
.wrap_product:hover img{
	transform: scale(1.1);
}
.list_cat_tax{
	margin: 0px 0px 40px 0px;
}
.list_cat_tax ul{
	display: flex;
	justify-content: center;
	align-items: center;
}

.list_cat_tax ul li{
	margin: 0px 10px;
}
.list_cat_tax ul li a {
	display: block;
	width: 100%;
	min-width: 140px;
	color: #050d23;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 5px 20px;
	background: #fff;
}

.list_cat_tax ul li.current a{
	border-color: #f09c7d;
	background-color: #1f2f65;
	color: #f09c7d;
}
#chinhsach .csbh table td{background: #ffe5ad;padding: 12px 10px;border: 1px solid #fff;font-size: 16px;line-height: 22px;}

#chinhsach .csbh table tbody tr:nth-child(1) td{
	background: #a98841;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
}

#chinhsach .csbh table tbody tr td strong{font-size: 29px;color: #f48729;}

#chinhsach .csbh table tbody tr td em{
	font-size: 17px;
	color: #f48729;
	font-style: normal;
	font-weight: 700;
}

.grecaptcha-badge{
	display: none;
}

.footer .col-sm-12{
	width: 50%;
}

.wrap_ct_ft{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0px 0px 0px;
}
.wrap_ct_ft .phone_ct , .wrap_ct_ft .phone_cskh , .wrap_ct_ft .email_ct{
	color: #fff;
	font-size: 15px;
	position: relative;
	padding: 0px 0px 0px 35px;
}

.wrap_ct_ft .phone_ct::before , .wrap_ct_ft .phone_cskh::before{
	content: "\f098";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: -1px;
	left: 0px;
	color: #f4cb29;
	font-size: 27px;
}

.wrap_ct_ft .phone_ct a , .wrap_ct_ft .phone_cskh a , .wrap_ct_ft .email_ct a{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.wrap_ct_ft .email_ct a::before{
	content: "\f0e0";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #f4cb29;
	font-size: 22px;
}
form.wpcf7-form.submitting .ajax-loader 
{
    visibility: visible;
}
form.invalid .wpcf7-response-output
{
    display: block;
}

form.sent .wpcf7-response-output
{
    display: block;
}


/*css responsive*/
@media (min-width: 1025px) and (max-width: 1365px){
	.fixed_header .icon_mobile_click i.fa{
		color: #5cbfb2;
	}
	.icon_mobile_click{
		top: 40px;
		display: block;
	}
	.nav_social{
		display:none;
	}
	.top_header .tg_lang_phone{
		margin: 0px 40px 0px 0px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.icon_mobile_click{
		top: 40px;
	}
	.list_tienich_last>.panel-grid-cell{
	}
	.menu_pk li{
		width: 25%;
		margin: 0px 0px 15px 0px !important;
	}
	.list_banner .bg_f{
		height: 500px;
	}
}
@media (max-width: 1024px){
	.introduce .textwidget ul li{
		font-size: 14px;
		line-height: 22px;
	}
	.top_header .tg_lang_phone{
		margin: 0px 45px 0px 0px;
	}
	.list_banner ul li .textwidget{
		max-width: 90%;
		width: 100%;
	}
	.item_content_pk .textwidget p{
		font-size: 14px;
		line-height: 22px;
	}
	.short_text_h .textwidget h3 strong{
		font-size: 20px;
	}
	.footer{
		padding: 30px 0px;
	}
	.footer .textwidget form input[type="submit"]{
		padding: 16px 25px;
	}
	.list_tienich_last .textwidget ul li::before{
		left: 0px;
	}
	.list_tienich_last .textwidget ul li{
		padding: 0px 0px 0px 30px;
		font-size: 14px;
		line-height: 24px;
	}
	#tienich .slick-slider{
		margin: 0px !important;
		min-height: initial;
		top: initial;
	}
	.project_gallery li figure{
		height: 250px;
		margin: 0px 0px 20px 0px;
	}
	.short_text_h{
		margin: 0px 0px 20px 0px;
	}
	.menu_pk{
		margin: 0px 0px 20px 0px;
		flex-wrap: wrap;
	}
	#tiendo{
		padding: 30px 0px 0px 0px !important;
	}
	#phankhu, #tienich, #tiendo{
		padding: 30px 0px;
	}
	.short_text_h .textwidget p{
		max-width: 100%;
		font-size: 14px;
		line-height: 22px;
	}
	#ketnoi{
		padding: 30px 0px;
		height: initial;
	}
	.introduce .textwidget h2{
		font-size: 19px;
		line-height: 28px;
	}
	.introduce .textwidget h1{
		font-size: 20px;
		line-height: 29px;
	}
	.introduce{
		padding: 30px 0px;
	}
	.tg_banner .slick-slider{
		margin: 0px;
	}
	.nav_social{
		display: none;
	}
	.icon_mobile_click{
		display: block;
	}
	.fixed_header .icon_mobile_click i.fa{
		color: #ffffff;
	}
}
@media (max-width: 767px){
	.tg_phone_hd a::before{
		top:-11px;
	}
	#ketnoi.tab-1-vitri.tg_active::before{
		background: none;
	}
	.list_tienich_last {
		padding: 30px 0px 0px 0px;
	}
	.wrap_ct_ft .email_ct a::before{
		left: 1px;
	}
	.footer .col-sm-12{
		width: 100%;
	}
	.wrap_ct_ft .phone_ct, .wrap_ct_ft .phone_cskh, .wrap_ct_ft .email_ct{
		font-size: 14px;
		margin: 0px 0px 10px 0px;
	}
	.wrap_ct_ft .phone_ct a, .wrap_ct_ft .phone_cskh a, .wrap_ct_ft .email_ct a{
		font-size: 16px;
	}
	.wrap_ct_ft{
	display: block;
	}
	.vitri_des img{	
		display: block;
	}
	.vitri_des .textwidget p , .vitri_des ul li{
		font-size: 14px;
		line-height: 22px;
	}
	.list_banner .bg_f img{
		object-fit: cover;
	}
	.tienich_gallery .slick-active figure{
	}
	.tienich_gallery figure{
		height: 200px;
		transform: none;
	}
	.tienich_gallery figure img{
		object-fit: cover;
	}
	#product_home .list_sp_home>.panel-grid-cell>div>div{
		padding: 40px 20px;
	}
	#chinhsach .csbh table td{
		font-size: 14px;
	}
	#chinhsach .csbh table tbody tr:nth-child(1) td{
		font-size: 13px;
	}
	#ketnoi.tab-1-vitri{
		background: #d2ae60;
	}
	#ketnoi.tab-1-vitri.tg_active{
		background: #d2ae60;
	}
	#product_home .short_text_pdhome h3 strong{
		font-size: 25px;
	}
	#product_home .short_text_pdhome{
		position: relative;
		top: initial;
		padding: 17px;
	}
	#product_home .short_text_pdhome h3{
		color: #000;
		font-size: 19px;
	}
	#product_home .list_sp_home>.panel-grid-cell{
		width: 100% !important;
		height: 500px;
	}
	.tab-content-vitri.current .vitri_des .textwidget{
		padding: 0px;
	}
	.vitri_des h3{
		font-size: 30px;
		line-height: 40px;
	}
	.wrap_img_intro img{
		height: 268px;
	}
	.top_header{
		padding: 10px 15px;
	}
	.introduce .intro_r_tongquan .textwidget{
		padding: 0px;
	}
	.tienich_gallery .slick-slide li{
		margin: 0px;
	}
	.tienich_gallery .slick-active figure{
		transform: unset !important;
		top: initial;
		transition: unset;
		height: 200px !important;
	}
	.btn_phone_ct .phone_ct{
		font-size: 16px;
	}
	.project_gallery {
		margin: 0px;
	}
	.list_tienich_last>.panel-grid-cell{
		margin: 0px 0px 15px 0px !important;
	}
	.menu_pk>li:nth-child(2n+1){
	}
	.menu_pk li{
		width: 50%;
		margin: 0px 0px 10px 0px !important;
	}
	.inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell{
		margin: 0px !important;
	}
	.list_tienich .inner_tienich>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget h4 strong{
		font-size: 30px;
		line-height: 38px;
	}
	.inner_tienich>.panel-layout>.panel-grid{
		flex-direction: initial !important;
	}
	.list_banner ul li .textwidget p{
		font-size: 16px;
		line-height: 24px;
	}
	.list_banner .bg_f{
		height: 220px;
	}
	.tg_phone_hd{
		margin: 0px;
	}
	.top_header .logo_site>figure:nth-child(1),
	.top_header.fixed_header .logo_site>figure:nth-child(2){
		max-width: 180px;
		width: 100%;
	}
	.tg_phone_hd a span{
		display: none;
	}
}
/*end css responsive*/	