/*

Theme Name: SeoViet

Theme URI: seoviet.vn

Author: seoviet

Author URI: seoviet.vn

Description: 

Version: 4.0

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: shtheme

Tags: seoviet





/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

## Sidebar - Widgets

# Content

	## Posts and pages

	## Comments

# Media

	## Captions

	## Galleries

## Layout construct

## Shortcode

## Footer

## Menu Mobile

## Custom css

## Responsive

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body {
	font-family: 'Inter', Arial, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

a {
	color: #333;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover {
	color: #333;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
}

p {
	margin-bottom: 0.4rem;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	font-weight: 600;
}

.site-boxed {
	max-width: 1170px;
	margin: 0 auto;
}

.site-boxed .container {
	padding-left: 0;
	padding-right: 0;
}

.container-custom {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}

.pagination li {
	min-width: 24px;
	text-align: center;
	line-height: 24px;
}

.pagination li.active,
.pagination li:hover {
	color: #c5161d;
}


.lang-item img {
	max-width: 36px;
	filter: drop-shadow(0px 0px 3px #ffffff80);
}

/*--------------------------------------------------------------

# Grid System

--------------------------------------------------------------*/

@media (min-width: 992px) {

	.content-sidebar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}

	.sidebar-left-right .content-sidebar-wrap,
	.sidebar-left-left .content-sidebar-wrap,
	.sidebar-right-right .content-sidebar-wrap {
		margin-left: -10px;
		margin-right: -10px;
	}

	.content-sidebar-wrap .site-main,
	.content-sidebar-wrap .sidebar {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sidebar-left-right .content-sidebar-wrap .site-main,
	.sidebar-left-left .content-sidebar-wrap .site-main,
	.sidebar-right-right .content-sidebar-wrap .site-main,
	.sidebar-left-right .content-sidebar-wrap .sidebar,
	.sidebar-left-left .content-sidebar-wrap .sidebar,
	.sidebar-right-right .content-sidebar-wrap .sidebar {
		padding-left: 10px;
		padding-right: 10px;
	}

	.category .content-sidebar-wrap .site-main,
	.tax-product_cat .content-sidebar-wrap .site-main,
	.post-type-archive-product .content-sidebar-wrap .site-main,
	.category .content-sidebar-wrap .sidebar,
	.tax-product_cat .content-sidebar-wrap .sidebar,
	.post-type-archive-product .content-sidebar-wrap .sidebar {
		margin-bottom: 30px;
	}

	.no-sidebar .content-sidebar-wrap .site-main {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.page-template-page-fullwidth .content-sidebar-wrap .site-main,
	.content-sidebar-wrap .site-main.full-width {
		-ms-flex: 0 0 100% !important;
		-webkit-box-flex: 0 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		float: none;
	}

	.content-sidebar .site-main,
	.content-sidebar-sidebar .site-main {
		float: left;
	}

	.sidebar-left .content-sidebar-wrap .site-main,
	.sidebar-right .content-sidebar-wrap .site-main,
	.page-template-page-left-sidebar .content-sidebar-wrap .site-main,
	.page-template-page-right-sidebar .content-sidebar-wrap .site-main {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.sidebar-left-right .content-sidebar-wrap .site-main,
	.sidebar-left-left .content-sidebar-wrap .site-main,
	.sidebar-right-right .content-sidebar-wrap .site-main {
		-ms-flex: 0 0 60%;
		-webkit-box-flex: 0;
		flex: 0 0 60%;
		max-width: 60%;
	}

	.sidebar-right .content-sidebar-wrap .site-main,
	.sidebar-right-right .content-sidebar-wrap .site-main,
	.page-template-page-right-sidebar .content-sidebar-wrap .site-main {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.sidebar-left .content-sidebar-wrap .site-main,
	.sidebar-left-right .content-sidebar-wrap .site-main,
	.page-template-page-left-sidebar .content-sidebar-wrap .site-main {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.sidebar-left-left .content-sidebar-wrap .site-main {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.sidebar-left .content-sidebar-wrap .sidebar-primary,
	.sidebar-right .content-sidebar-wrap .sidebar-primary,
	.page-template-page-left-sidebar .content-sidebar-wrap .sidebar-primary,
	.page-template-page-right-sidebar .content-sidebar-wrap .sidebar-primary {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.sidebar-left-right .content-sidebar-wrap .sidebar-primary,
	.sidebar-left-left .content-sidebar-wrap .sidebar-primary,
	.sidebar-right-right .content-sidebar-wrap .sidebar-primary {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.sidebar-left .content-sidebar-wrap .sidebar-primary,
	.sidebar-left-right .content-sidebar-wrap .sidebar-primary,
	.sidebar-left-left .content-sidebar-wrap .sidebar-primary,
	.page-template-page-left-sidebar .content-sidebar-wrap .sidebar-primary {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.sidebar-right .content-sidebar-wrap .sidebar-primary,
	.sidebar-right-right .content-sidebar-wrap .sidebar-primary,
	.page-template-page-right-sidebar .content-sidebar-wrap .sidebar-primary {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.sidebar-left-right .content-sidebar-wrap .sidebar-secondary,
	.sidebar-left-left .content-sidebar-wrap .sidebar-secondary,
	.sidebar-right-right .content-sidebar-wrap .sidebar-secondary {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.sidebar-left-left .content-sidebar-wrap .sidebar-secondary {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.sidebar-left-right .content-sidebar-wrap .sidebar-secondary,
	.sidebar-right-right .content-sidebar-wrap .sidebar-secondary {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.home .content-sidebar-wrap .site-main {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

}



.site-content {
	padding-top: 50px;
}

.home .site-content {
	padding-top: 0px;
}

/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

.site-title,
.site-description {
	font-size: 0;
	margin: 0;
}



.site-header {
	position: relative;
	background-color: #F4F5F7;
	padding: 20px 0 50px 0;
}

.site-header.header-banner #showmenu {
	right: 15px;
}

.site-header.header-logo .logo img,

.site-header.header-logo-style2 .logo img {
	margin: 10px 0;
}





.site-header .header-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header .header-content ul li {
	display: inline-block;
}

.site-header .header-content ul li:not(:last-child) {
	margin-right: 20px;
}



/*--------------------------------------------------------------

# Main Navigation

--------------------------------------------------------------*/
.main-navigation div.menu-main-menu-container {
	position: relative;
}

.main-navigation ul {
	padding: 0;
	margin: 0;
}

.main-navigation ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.main-navigation ul.menu li {
	position: relative;
	display: block;
}

.main-navigation ul.menu li a {
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 8px;
	font-weight: normal;
}

.main-navigation ul.menu>li {
	float: left;
}

.main-navigation ul.menu>li>a {
	font-size: 18px;
	padding: 0 40px;
	line-height: 60px;
	height: 60px;
	font-weight: 600;
	color: #FFF;
}

.main-navigation ul.menu>li.has-megamenu {
	position: static;
}

.main-navigation ul.menu>li.has-megamenu ul.sub-menu {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.main-navigation ul.menu>li.has-megamenu ul.sub-menu li {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.main-navigation ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.main-navigation ul ul {
	background-color: #C5161D;
	min-width: 240px;
	padding: 0 15px;
	border-top: 2px solid #FFD401;
	transform: translateX(50%);
	position: absolute;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	-ms-transform: translate3d(0, 20px, 0);
	-o-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.main-navigation ul ul li a {
	border-bottom: 1px solid #f2f2f2;
}

.main-navigation ul ul li:last-child a {
	border-bottom: none;
}

.main-navigation ul ul li.menu-item-has-children>a:before {
	float: right;
	margin-right: -14px;
	line-height: 22px;
	content: "\f105";
	font-family: Font Awesome\ 5 Pro;
}

.main-navigation ul ul li ul {
	position: absolute;
	left: 80%;
	top: -2px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.main-navigation ul ul li ul li {
	width: 100%;
	opacity: 1;
}

.main-navigation ul ul li:hover>ul {
	left: 100%;
	opacity: 1;
	visibility: visible;
}

.main-navigation ul.menu>li>a:hover,
.main-navigation ul.menu>li.current-menu-item>a,
.site-header.logo-left .main-navigation ul.menu>li>a:hover,
.site-header.logo-left .main-navigation ul.menu>li.current-menu-item>a,
.main-navigation ul.menu ul>li>a:hover,
.main-navigation ul.menu ul>li.current-menu-item>a,
.site-header.logo-left .main-navigation ul.menu ul>li>a:hover,
.site-header.logo-left .main-navigation ul.menu ul>li.current-menu-item>a {
	color: #FFD401 !important;
}

/*.main-navigation ul.menu > li.megamenu {position: static;}
.main-navigation ul.menu > li.megamenu > ul.sub-menu {display: flex;flex-wrap: wrap;padding: 10px;left: 0;min-width: unset;}
.main-navigation ul.menu > li.megamenu > ul.sub-menu > li {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%; padding-left: 10px; padding-right: 10px;}
.main-navigation ul.menu > li.megamenu > ul.sub-menu > li > a{border-bottom: unset; font-weight: bold;}
.main-navigation ul.menu > li.megamenu > ul.sub-menu li.menu-item-has-children > a::before{content: unset;}
.main-navigation ul li.megamenu ul ul {
	padding-left: 10px;
	padding-right: 10px;
	position:relative;
	left:0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	box-shadow: unset;
	border-top: unset;
}
.main-navigation ul li.megamenu ul ul li {
 	text-align:left
}
.main-navigation ul li.megamenu ul ul li a {
	font-weight:400;
	padding:5px 10px;
	padding-left:12px;
	font-size:15px;
	text-align:left;
	position:relative;
	border-bottom: unset
}
.main-navigation ul li.megamenu ul ul li a::before {
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	background-color:#fff;
	left:0;
	top:12px
}*/



/*.site-header.header-banner .main-navigation, .site-header.header-logo-style2 .main-navigation { background: #C5161D; }*/

.site-header.header-banner .main-navigation .container>div {
	background-color: #C5161D;
}



.site-header.header-logo .main-navigation {
	background: none;
}

.site-header.header-logo .main-navigation ul.menu {
	float: right;
}

.site-header.header-logo .main-navigation ul.menu>li {
	margin-right: 30px;
}

.site-header.header-logo .main-navigation ul.menu>li:last-child {
	margin-right: 0;
}

.site-header.header-logo .main-navigation ul.menu>li>a {
	color: #333333;
	padding: 0;
	line-height: 80px;
	height: 80px;
}



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

.heading {
	margin: 0 0 25px 0;
	font-size: 28px;
	color: #C5161D;
	font-weight: bold;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
}

.heading a {
	position: relative;
	color: #C5161D;
}



.page-title,
h1.entry-title {
	font-size: 28px;
	font-weight: 600;
	color: #C5161D;
	margin: 5px 0 15px 0;
}



.page-title-bar {
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
}

.page-title-bar .title {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0;
}



.wtb-breadcrumb {
	padding: 5px 0;
	background: #ececec;
}

.wtb-breadcrumb .rank-math-breadcrumb {
	padding: 10px 0;
	background: none;
	color: #333333;
}

.wtb-breadcrumb .rank-math-breadcrumb p {
	margin-bottom: 0px;
}



#back-top {
	margin: 0;
}

#back-top a {
	display: block;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

#back-top span {
	background: #C5161D url(lib/images/top.png) no-repeat center 50%;
	border-radius: 5px;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 20%;
	right: 30px;
	z-index: 9;
	opacity: .5;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#back-top span:hover {
	opacity: 1;
}



iframe[name='google_conversion_frame'] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -13px;
	float: left;
}



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}



.col-xs-15 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}



@media (min-width: 768px) {
	.col-md-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.col-lg-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-xl-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.wpcf7 label {
	font-weight: 500;
	display: block;
}



.wpcf7 div.wpcf7-validation-errors {
	margin: 32px 0 16px;
}



.wpcf7 span.wpcf7-not-valid-tip {
	margin: 5px 0;
}



div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: none;
}



div.wpcf7-response-output {
	padding: 12px 20px;
}



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

.page_nav * {
	display: inline-block;
	padding: 3px 10px;
	background: #FFF;
	border: 1px solid #C5161D;
	margin: 0;
}

.page_nav .current,
.page_nav .page-numbers:hover {
	background: #C5161D;
	color: #FFF;
}



.screen-reader-text {
	display: none;
}



.wpcf7 .form-group {
	margin-bottom: 15px;
}

.wpcf7 .form-control {
	height: 34px;
	font-size: 14px;
	border-radius: 0;
}

.wpcf7 .btn {
	min-width: 110px;
	border-radius: 0;
	border-color: #C5161D;
	background-color: #C5161D;
	color: #fff;
}

.wpcf7 .btn:hover {
	background-color: #C5161D;
	border-color: #C5161D;
}

.wpcf7 textarea.form-control {
	height: 160px;
	border-radius: 0;
}



/*--------------------------------------------------------------

## Css Scrollbar

--------------------------------------------------------------*/

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}



::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}



::-webkit-scrollbar-thumb {
	background-color: #807d7d;
	border-radius: 8px;
}



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}



.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}



.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.content-sidebar-wrap:before,
.content-sidebar-wrap:after {
	clear: both;
	display: table;
	content: " ";
}



.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}



.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/*--------------------------------------------------------------

# Sidebar - Widgets

--------------------------------------------------------------*/

.widget {
	margin: 0 0 20px;
}

.sidebar .widget {
	margin: 0 0 30px 0;
}

.sidebar .widget .widget-title {
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #C5161D;
	padding: 0.625em 0.625em;
	margin: 0;
}

.sidebar .widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget select {
	max-width: 100%;
}



.sidebar .widget_nav_menu>div,
.widget_supports .list-supporter,
.sidebar .content-feature-page,
.sidebar .slider-products,
.sidebar .list-post-item,
.sidebar .widget_text .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
	border: 1px solid #cccccc;
	border-top: none;
}



.sidebar .widget_list_posts .list-post-item,
.sidebar .widget_list_view_posts .list-post-item,
.sidebar .widget .content-feature-page,
.sidebar .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
	padding: 10px;
}



/* Widget Custom Menu */

.sidebar .widget_nav_menu ul li {
	position: relative;
	padding: 8px 10px;
}

.sidebar .widget_nav_menu ul li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #333333;
}

.sidebar .widget_nav_menu ul li.current-menu-item>a {
	color: #333;
}

.sidebar .widget_nav_menu ul li.menu-item-has-children ul {
	display: none;
	padding: 0 0 0 0;
}

.sidebar .widget_nav_menu ul li.menu-item-has-children ul li {
	padding: 15px 0 0 16px !important;
}

.sidebar .widget_nav_menu ul li.menu-item-has-children .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 39.8px;
	height: 39.8px;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
	color: #333333;
	background: rgba(255, 255, 255, 0.085);
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

.sidebar .widget_nav_menu ul li.menu-item-has-children .arrow:before {
	content: '\f067';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 8px;
	left: 15px;
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

.sidebar .widget_nav_menu ul li.open>.arrow:before {
	content: '\f068';
}

.sidebar .widget_nav_menu ul li:hover>a {
	color: #C5161D;
}



.site-footer .widget_nav_menu ul li {
	border-bottom: 0 !important;
}

.site-footer .widget_nav_menu ul>li.menu-item-has-children>a {
	padding: 3px 0;
	color: #FFF;
}

.site-footer .widget_nav_menu ul>li.menu-item-has-children .arrow {
	width: 34px;
	height: 34px;
	background: transparent;
}

.site-footer .widget_nav_menu ul>li.menu-item-has-children .arrow:before {
	color: #FFF;
	top: 5px;
	left: initial;
	right: 1px;
}



/* Widget Search */

.search-form {
	position: relative;
}

.search-form label {
	width: 100%;
	margin-bottom: 0;
}

.search-form input[type=search],
.search-form input[type=submit] {
	height: 34px;
	outline: none;
	border: none;
}

.search-form input[type=search] {
	width: 100%;
	background: none;
	color: #FFF;
	font-weight: normal;
	padding: 5px 39px 5px 10px;
}

.search-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=search]::-moz-placeholder,
.search-form input[type=search]:-ms-input-placeholder,
.search-form input[type=search]:-moz-placeholder {
	color: #FFF;
}

.search-form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: url(lib/images/btsearch.png) center center no-repeat;
	text-indent: -9999px;
	width: 34px;
	cursor: pointer;
}

.sidebar .search-form {
	padding: 4px 12px;
	background: #176fc8;
	overflow: hidden;
}

.site-header .search-form {
	border-radius: 15px;
	background: #FFF;
	overflow: hidden;
	border: 1px solid #ccc
}

.site-header .search-form input[type=search] {
	color: #333333;
}

.not-found .search-form {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}

.not-found .search-form label {
	-webkit-box-flex: 1 !important;
	-ms-flex: auto !important;
	flex: auto !important;
	margin-right: 8px;
}

.not-found .search-form input[type=search] {
	color: #333333;
	height: 35px;
	padding: 4px 10px;
	border: 1px solid #d1d5da;
	border-radius: 3px;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
}

.not-found .search-form input[type=search]::-webkit-input-placeholder,
.not-found .search-form input[type=search]::-moz-placeholder,
.not-found .search-form input[type=search]:-ms-input-placeholder,
.not-found .search-form input[type=search]:-moz-placeholder {
	color: #333333;
}

.not-found .search-form input[type=submit] {
	font-size: 14px;
	height: 35px;
	position: static;
	background: none;
	text-indent: 0;
	width: auto;
	cursor: pointer;
	padding: 6px 12px;
	background-color: #eff3f6;
	background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
	border: 1px solid rgba(27, 31, 35, 0.2);
	border-radius: .25em;
}



/* Widget Recent Posts */

.sidebar .widget_recent_entries ul li {
	padding: 5px 10px;
	border-bottom: 1px solid #cccccc;
}

.sidebar .widget_recent_entries ul li:last-child {
	border-bottom: none;
}

.sidebar .widget_recent_entries ul li .post-date {
	display: block;
}



/* Widget Recent Posts */

.widget .list-post-item li {
	margin-bottom: 10px;
}

.widget .list-post-item li:last-child {
	margin-bottom: 0;
}

.widget .list-post-item .post:after {
	clear: both;
}

.widget .list-post-item .alignleft {
	width: 100px;
	margin-right: 10px;
}

.widget .list-post-item .alignright {
	width: 100px;
	margin-left: 10px;
}

.widget .list-post-item .aligncenter {
	text-align: center;
}

.widget .list-post-item h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.widget .list-post-item h3 a {
	color: inherit;
}



/* Widget Support */

@media (min-width: 1200px) {
	.widget_supports .list-supporter {
		padding-top: 190px;
		background-image: url(lib/images/bg-support.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
}

.widget_supports .list-supporter .email {
	padding: 5px 10px;
	font-weight: 600;
	line-height: 20px;
}

.widget_supports .phone {
	font-size: 1.25rem;
	color: #ff0000;
	font-weight: bold;
}

.widget_supports .support-style-1 {
	background-color: #FFF;
}

.widget_supports .support-style-1 .supporter {
	padding: 0 10px 10px 10px;
}

.widget_supports .support-style-1 li {
	padding: 5px 0;
	font-size: 14px;
	color: #333333;
	border-top: 1px solid #333;
}

.widget_supports .support-style-1 li:first-child {
	border-top: none;
}

.widget_supports .support-style-1 li:last-child {
	border-bottom: none;
}

.widget_supports .support-style-1 i {
	width: 22px;
	margin-right: 12px;
}

.widget_supports .support-style-2 .supporter {
	margin: 0 8px;
	padding: 5px 8px 5px 50px;
	border-top: 1px solid #dddddd;
	background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
	position: relative;
}

.widget_supports .support-style-2 .supporter:first-child {
	border-top: none;
}

.widget_supports .support-style-2 .name {
	font-weight: 600;
}

.widget_supports .support-style-2 .skype {
	position: absolute;
	right: 7px;
	bottom: 10px;
	z-index: 1;
}

.widget_supports .support-style-2 .email a {
	color: #333333;
}

.widget_supports .support-style-3 .supporter:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
}

.widget_supports .support-style-3 ul {
	position: relative;
	padding: 8px 10px;
}

.widget_supports .support-style-3 .name {
	font-size: 0.75rem;
	color: #333333;
}

.widget_supports .support-style-3 .phone {
	line-height: 24px;
}

.widget_supports .support-style-3 .social {
	position: absolute;
	bottom: 10px;
	right: 8px;
	z-index: 1;
}

.widget_supports .support-style-3 .social a {
	display: inline-block;
	margin-left: 4px;
}



/* Widget Slider Products */

.sidebar .content-feature-page,
.sidebar .slider-products {
	padding: 10px 10px 0 10px;
}



.item-product-slide {
	overflow: hidden;
	margin-bottom: 15px;
}

.item-product-slide:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.item-product-slide .alignleft,
.item-product-slide .alignright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	width: 100px;
	height: 100px;
	background: #FFF;
}

.item-product-slide .alignleft>div,
.item-product-slide .alignright>div {
	width: 100%;
}

.item-product-slide .alignleft {
	margin-right: 15px;
}

.item-product-slide .alignright {
	margin-left: 15px;
}

.item-product-slide .alignnone img {
	margin: 0 auto 10px;
}

.item-product-slide h3 {
	margin: 5px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.item-product-slide h3 a {
	color: #333333;
}

.item-product-slide .price {
	font-weight: bold;
	color: #ff0000;
	margin: 0;
}

.item-product-slide .price .text_price,
.item-product-slide .price .badge {
	display: none;
}

.item-product-slide .price ins,
.item-product-slide .price del {
	display: block;
	text-decoration: none;
}

.item-product-slide .price ins {
	margin-right: 0;
}

.item-product-slide .price del {
	text-decoration: line-through;
	font-weight: normal;
	color: #666666;
}

.item-product-slide.slick-slide img {
	width: auto;
	display: inline-block;
	max-height: 100px;
	max-width: 100px;
}



/* Widget Slider Posts */

.sidebar .widget_listpost_widget ul {
	padding: 20px 10px;
	background: #fafafa;
}



/* Slick Slider */

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 40%;
	margin: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
	background: #FFF !important;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
	background: #C5161D !important;
	color: #FFF !important;
}

.owl-theme .owl-nav .owl-prev {
	left: -15px;
}

.owl-theme .owl-nav .owl-next {
	right: -15px;
}



html .slick-slider.slick-carousel {
	margin-left: -15px;
	margin-right: -15px;
}

html .slick-slider.slick-carousel.slick-dotted {
	padding-bottom: 40px;
	margin-bottom: 0;
}

html .slick-slider .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

html .slick-slider .slick-slide,
html .slick-slider .slick-slide a {
	outline: none;
}

html .slick-slider .slick-arrow {
	z-index: 1;
}

html .slick-slider .slick-arrow:before {
	font-family: 'Font Awesome 5 Pro';
	color: #C5161D;
	opacity: 1;
}

html .slick-slider .slick-arrow.slick-next {
	right: -15px;
}

html .slick-slider .slick-arrow.slick-next:before {
	content: "\f054" !important;
}

html .slick-slider .slick-arrow.slick-prev {
	left: -15px;
}

html .slick-slider .slick-arrow.slick-prev:before {
	content: "\f053" !important;
}

@media (max-width: 576px) {
	html .slick-slider .slick-prev {
		left: 5px;
	}

	html .slick-slider .slick-next {
		right: 5px;
	}
}

html .slick-slider .slick-dots {
	bottom: 10px;
}

html .slick-slider .slick-dots li {
	height: 5px;
	width: 10px;
}

html .slick-slider .slick-dots li button {
	height: 5px;
	width: 10px;
	border-radius: 6px;
	padding: 0;
	background: #C5161D;
	transition: all 0.35s ease-in-out;
}

html .slick-slider .slick-dots li.slick-active,
html .slick-slider .slick-dots li.slick-active button {
	width: 25px;
}

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


/* Widget Featured Page */

.widget_featuredpage .entry-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}

.widget_featuredpage .entry-title a {
	color: #C5161D;
}

.widget_featuredpage .alignleft,
.widget_featuredpage .alignright {
	width: 30%;
}

.widget_featuredpage .alignleft {
	margin-right: 10px;
}

.widget_featuredpage .alignright {
	margin-left: 10px;
}

.widget_featuredpage p {
	font-size: 0.8125rem;
	text-align: justify;
}



/* Widget Information */

.widget_information li {
	padding: 3px 0 3px 22px;
	position: relative;
}

.widget_information li i {
	font-size: 0.75rem;
	position: absolute;
	left: 0;
	top: 8px;
	width: 14px;
	text-align: center;
}

.widget_information li.label-company {
	padding-left: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.widget_information li.label-company i {
	display: none;
}



/* Widget Social */

.widget_social ul li {
	display: inline-block;
	margin-right: 5px;
}

.widget_social ul li:last-child {
	margin-right: 0;
}

.widget_social ul li a {
	font-size: 1rem;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #333;
	background: #fff;
	box-shadow: 0 3px 5px #616161;
	border-radius: 50%;
	text-align: center;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.widget_social ul li a:hover {
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}

.widget_social ul li.icon_facebook a {
	color: #3b5999;
}

.widget_social ul li.icon_twitter a {
	color: #55acee;
}

.widget_social ul li.icon_youtube a {
	color: #cd201f;
}

.widget_social ul li.icon_linkedin a {
	color: #0077B5;
}

.widget_social ul li.icon_pinterest a {
	color: #bd081c;
}

.widget_social ul li.icon_instagram a {
	color: #e4405f;
}



/* Widget Tag Cloud */

.tagcloud a {
	font-size: 14px !important;
	display: inline-block;
	border: 1px solid #C5161D;
	margin: 0 3px 5px 0;
	padding: 2px 5px;
	border-radius: 3px;
	color: #C5161D;
}

.tagcloud a:hover {
	background: #C5161D;
	color: #FFF;
}



/* Slider */

.wtb-slider {
	margin-bottom: 20px;
}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
	display: block;
}



.hentry {
	margin: 0 0 30px;
}



.byline,
.updated:not(.published) {
	display: none;
}



.single .byline,
.group-blog .byline {
	display: inline;
}



.page-links {
	clear: both;
	margin: 0 0 30px;
}



.single .hentry {
	margin-bottom: 15px;
}

.single article.post .entry-content {
	line-height: 1.8;
	margin-bottom: 20px;
}

.single .entry-content table tr td {
	padding: 8px;
	line-height: 1.42857143;
}



.entry-meta {
	font-size: 13px;
	margin-bottom: 10px;
}

.entry-meta span {
	color: #747474;
	display: inline-block;
	margin-right: 10px;
}

.entry-meta span i {
	color: #747474;
}



.socials-share {
	padding: 14px 0 14px 0;
	margin-bottom: 20px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.socials-share .share_unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.socials-share a {
	margin-right: 8px;
	display: inline-block !important;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	text-align: center;
	text-align: center;
	background: #C5161D;
	color: #fff;
	border-radius: 5px;
}

.socials-share a.zalo-share-button {
	padding: 5px;
}



.post-next-prev {
	border-bottom: 1px solid #ebebeb;
	margin: 20px 0;
}

.post-next-prev .post-next-prev-content span {
	display: block;
	font-size: 0.75rem;
	color: #c1c1c1;
	margin-bottom: 7px;
}

.post-next-prev .post-next-prev-content a {
	display: block;
	color: #222;
	margin-bottom: 20px;
}



.related-posts {
	margin-bottom: 30px;
}

.related-posts .related-title {
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.related-posts ul {
	padding-left: 0;
	list-style-position: inside;
}

.related-posts ul li {
	margin-bottom: 5px;
}

.related-posts ul li a {
	color: #333333;
}



.sidebar .widget_nav_menu ul li a:hover,
.post-next-prev-content a:hover,
.related-posts ul li a:hover,
.item-product-slide h3 a:hover,
.widget .list-post-item h3 a:hover,
.new-list article .more-link {
	color: #C5161D;
}



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}



/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 12.92px 0;
	text-align: center;
}



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {
	margin-bottom: 24px;
}



.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}



.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------

## Account

--------------------------------------------------------------*/

.FormAccount .is-relative {
	position: relative;
}

.FormAccount .is-absolute {
	position: absolute;
	top: 8px;
	right: 10px;
}

.FormAccount .form-control {
	border-radius: 0;
}

.FormAccount .btn {
	border-radius: 0;
}

.FormAccount .form-text {
	margin-bottom: 10px;
}

.FormAccount .submit_button {
	background: #C5161D;
	color: #FFF;
}

.FormAccount .btn-warning {
	color: #fff;
}

.FormAccount .error {
	margin-top: 10px;
}

.FormAccount .ui-datepicker {
	z-index: 9999 !important;
	background: #FFF;
	padding: 15px;
	border: 1px solid #dedede;
}

.FormAccount .ui-datepicker .ui-datepicker-header {
	text-align: center;
}

.FormAccount .ui-datepicker .ui-datepicker-header a {
	margin: 0 4px 2px;
	cursor: pointer;
}

.FormAccount .ui-datepicker .ui-datepicker-title {
	text-align: center;
}

.FormAccount .ui-datepicker .ui-datepicker-title select {
	margin: 2px 4px;
}

.FormAccount .ui-datepicker .ui-datepicker-calendar thead th {
	padding: 5px;
}



/*--------------------------------------------------------------

## Category

--------------------------------------------------------------*/



/*--------------------------------------------------------------

## Shortcode 

--------------------------------------------------------------*/

/* Shortcode Blog */

.blog-shortcode .post-item .post-info__thumb a {
	overflow: hidden;
	display: block;
}

.blog-shortcode .post-item .post-info__thumb a img {
	width: 100%;
	height: auto;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.blog-shortcode .post-item .post-info__thumb a img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.blog-shortcode .post-item .post-info__content {
	margin: 0;
}

.blog-shortcode .post-item .post-info__meta i {
	margin-right: 5px;
}

.blog-shortcode .post-item .post-info__title {
	margin: 10px 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4em;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 2.8em;
}

.blog-shortcode .post-item .post-info__description {
	text-align: justify;
	line-height: 1.4;
}

.blog-shortcode.style-1 .entry-thumb {
	float: left;
	width: 25%;
	margin-right: 15px;
}

.blog-shortcode.style-1 .entry-title {
	margin: 0 0 5px 0;
}

.blog-shortcode.style-1 .entry-title a {
	color: #333333;
}

.blog-shortcode.style-1 .entry-title a:hover {
	color: #C5161D;
}

.blog-shortcode.style-1 .entry-description p {
	margin-bottom: 5px;
}

.blog-shortcode.style-5 .entry-thumb {
	float: left;
	width: 110px;
	margin-right: 15px;
}

.blog-shortcode.style-5 .entry-title {
	margin-top: 0;
}

.blog-shortcode.style-5 .entry-description {
	font-size: 0.8125rem;
}

.blog-shortcode.style-6 .entry-thumb {
	padding: 3px;
	background: #FFF;
	border: 1px solid #cdcdcd;
}

.blog-shortcode.style-6 .entry-title {
	color: #333333;
}

.blog-shortcode.style-6 .entry-title:hover {
	color: #C5161D;
}

.blog-shortcode.style-6 .first-element-layout,
.sh-blog-shortcode.style-6 .second-element-layout {
	margin-bottom: 20px;
}

.blog-shortcode.style-6 .first-element-layout .element {
	margin-bottom: 0;
}

.blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

.blog-shortcode.style-6 .second-element-layout .element:last-child {
	margin-bottom: 0;
}

.blog-shortcode.style-6 .second-element-layout .entry-thumb {
	float: left;
	width: 110px;
	margin-right: 15px;
}

.blog-shortcode.style-6 .second-element-layout .entry-title {
	margin-top: 0;
}

.blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
	float: left;
	width: 30%;
	margin-right: 20px;
}

.blog-shortcode.style-7 .first-element-layout .element .entry-title {
	margin: 0 0 5px 0;
}

.blog-shortcode.style-7 .second-element-layout {
	margin-bottom: 20px;
}

.blog-shortcode.style-7 .second-element-layout .element {
	margin-bottom: 5px;
}

.blog-shortcode.style-7 .second-element-layout .element .entry-title {
	margin: 0;
}

.blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #C5161D;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.blog-shortcode.style-8 .element .post-inner {
	position: relative;
}

.blog-shortcode.style-8 .element .entry-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 10px;
}

.blog-shortcode.style-8 .element .entry-title {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.blog-shortcode.style-8 .element .entry-title a {
	display: block;
	color: #FFF;
	max-height: 40px;
	overflow: hidden;
}

/*@media (max-width: 414px) { .blog-shortcode .element { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }*/



/* Shortcode Blog Slide */

.blog-slider__item .entry-thumb {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.blog-slider__item .entry-thumb img {
	display: inline-block;
	width: 100%;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.blog-slider__item:hover .entry-thumb img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.blog-slider__item .entry-title {
	font-size: 15px;
	margin-bottom: 8px;
}

.blog-slider__item .entry-title a {
	color: #333333;
}

.blog-slider__item .entry-title a:hover {
	color: #C5161D;
}

.blog-slider__item .entry-meta {
	margin-bottom: 5px;
}

.blog-slider__item .blog-slider__item__hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.45);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: 20px;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog-slider__item:hover .blog-slider__item__hover {
	visibility: visible;
	opacity: 1;
}



/*--------------------------------------------------------------

## Menu Mobile 

--------------------------------------------------------------*/

.navbar {
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	background: #FFF;
	z-index: 999999;
	background: #C5161D;
	padding: 0 15px;
	position: relative;
}



.navbar-brand {
	color: #FFF !important;
	height: 46px;
	padding: 5px 0;
	font-size: 1rem;
	font-weight: bold;
	font-size: 24px;
}

.navbar-brand img {
	max-height: 30px;
}



#mobilenav {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-110%, 0px);
	-moz-transform: translate(-110%, 0px);
	-ms-transform: translate(-110%, 0px);
	-o-transform: translate(-110%, 0px);
	transform: translate(-110%, 0px);
}

#mobilenav.opened {
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);
}

#mobilenav h3 {
	color: #C5161D;
	font-size: 1.25rem;
	margin-bottom: 0;
}

#mobilenav .mobile-menu {
	margin: 0;
	padding: 0;
}

#mobilenav .mobilenav__inner>div:not(.toplg) {
	overflow-y: auto;
	height: calc(100% - 60px);
}

#mobilenav ul {
	margin: 0;
	padding: 0;
}

#mobilenav ul li {
	display: block;
	position: relative;
	overflow: auto;
}

#mobilenav ul li a {
	color: #333333;
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 14px;
	border-top: solid 1px #dfe3e8;
	-moz-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

#mobilenav ul.mobile-menu>li:last-child>a {
	border-bottom: solid 1px #dfe3e8;
}

#mobilenav ul.mobile-menu>li.open {
	background: #f7fcff;
}

#mobilenav ul.mobile-menu>li.open>a {
	color: #C5161D;
}

#mobilenav ul.mobile-menu>li.current_page_item>a {
	color: #C5161D;
}

#mobilenav ul ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 20px;
}

#mobilenav ul ul.sub-menu li a {
	padding-left: 0;
}

#mobilenav ul>li.menu-item-has-children.open>.arrow:before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

#mobilenav .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
	color: #333333;
	background: rgba(255, 255, 255, 0.085);
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

#mobilenav .arrow:before {
	content: '';
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-bottom: none;
	border-right: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

#mobilenav .mobilenav__inner {
	background: #f3f3f3;
	max-width: 84%;
	position: relative;
	height: 100%;
}

#mobilenav .mobilenav__inner .menu-top-menu-container {
	height: calc(100% - 128px);
	overflow: auto;
}

#mobilenav .mobilenav__inner .menu_close {
	position: absolute;
	top: 0;
	right: -20%;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	cursor: pointer;
	width: 20%;
	height: 100%;
	cursor: pointer;
}

#mobilenav .mobilenav__inner .toplg {
	padding: 18px 15px;
	height: 60px;
	text-align: center;
}

#mobilenav .mobilenav__inner .toplg img {
	max-width: 150px;
	margin: 0 auto;
}



.panel-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
}

.panel-overlay.active {
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	min-height: 100vh;
	opacity: 0.6;
	filter: alpha(opacity=35);
	-moz-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}



#showmenu {
	height: 24px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 5;
}



.hamburger {
	display: inline-block;
	width: 30px;
	height: 24px;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}



.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner:before,
.hamburger-inner:after {
	content: "";
	display: block;
}

.hamburger-inner:before {
	top: -10px;
}

.hamburger-inner:after {
	bottom: -10px;
}



.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	width: 30px;
	height: 2px;
	background-color: #FFF;
	border-radius: 2px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.site-header:not(.header-banner) .hamburger-inner,
.site-header:not(.header-banner) .hamburger-inner:after,
.site-header:not(.header-banner) .hamburger-inner:before {
	background-color: #333333;
}



.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner:before {
	-webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner:after {
	top: -20px;
	-webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: .32s;
	transition-delay: .32s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}



/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/

.site-footer {
	color: #FFF;
}

.site-footer a {
	color: #FFF;
}



.footer-widgets {
	padding: 60px 0 30px 0;
	background: url(lib/images/footer-banned.png) no-repeat center;
	background-size: cover;
}

.footer-widgets h4.widget-title {
	font-weight: 600;
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #FFD401;
	position: relative;
	margin-bottom: 30px;
}

.footer-widgets .heading-line {
	position: absolute;
	bottom: -15px;
}

.footer-widgets .heading-line .short-line {

	display: inline-block;

	width: 0;

	height: 3px;

	background-color: #FFB018;

	border-radius: 10px;

	position: relative;

	margin-right: 10px;

	transition: all .4s linear;

	-webkit-transition: background ease 500ms;

	-moz-transition: background ease 500ms;

	-ms-transition: background ease 500ms;

	-o-transition: background ease 500ms;

	transition: background ease 500ms;

	-webkit-animation: move-short 2.5s infinite linear;

	animation: move-short 2.5s infinite linear;

}

.footer-widgets .heading-line .long-line {

	display: inline-block;

	width: 40px;

	height: 3px;

	background-color: #FFB018;

	border-radius: 10px;

	position: relative;

	transition: all .4s linear;

	-webkit-transition: background ease 500ms;

	-moz-transition: background ease 500ms;

	-ms-transition: background ease 500ms;

	-o-transition: background ease 500ms;

	transition: background ease 500ms;

	-webkit-animation: move 2.5s infinite linear;

	animation: move 2.5s infinite linear;

}

.footer-widgets ul {
	padding-left: 0;
	list-style: none;
}

.footer-widgets ul ul {
	display: none;
}

.footer-widgets .widget_nav_menu ul li {
	position: relative;
	padding: 3px 0 3px 15px;
}

.footer-widgets .widget_nav_menu ul li a:before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "\f105";
	font-family: Font Awesome\ 5 Pro;
}

.footer-widgets .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}

.footer-widgets .widget_information li i {
	color: #FFB018;
	font-size: 0.875rem;
}

@media (min-width: 1200px) {

	.footer-widgets .footer-widgets-area:nth-child(1) {
		-ms-flex: 0 0 34%;
		flex: 0 0 34%;
		max-width: 34%;
	}

	.footer-widgets .footer-widgets-area:nth-child(2),
	.footer-widgets .footer-widgets-area:nth-child(3),
	.footer-widgets .footer-widgets-area:nth-child(4) {
		-ms-flex: 0 0 22%;
		flex: 0 0 22%;
		max-width: 22%;
	}

}

.site-info {
	padding: 10px 0;
	background: #C5161D;
}

.site-info p {
	margin-bottom: 0;
}



@-webkit-keyframes move-short {

	100% {

		width: 140px;

		margin-right: 0
	}

}

@keyframes move-short {

	100% {

		width: 50px;

		margin-right: 0
	}

}

@-webkit-keyframes move {

	100% {

		width: 0
	}

}

@keyframes move {

	100% {

		width: 0
	}

}


.list-categories a {
	display: inline-block;
	border: 1px solid #C5161D;
	padding: 5px 15px;
	margin-right: 10px;
}

.list-categories a:last-child {
	margin-right: 0;
}

.list-categories a:hover {
	background-color: #C5161D;
	color: #fff;
}


/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.pt-6 {
	padding-top: 4.5rem;
}

.pb-6 {
	padding-bottom: 4.5rem;
}

.pt-7 {
	padding-top: 6rem;
}

.pb-7 {
	padding-bottom: 6rem;
}

.pt-8 {
	padding-top: 8.5rem;
}

.pb-8 {
	padding-bottom: 8.5rem;
}

.mt-6 {
	margin-top: 4.5rem;
}

.mb-6 {
	margin-bottom: 4.5rem;
}

.mt-7 {
	margin-top: 6rem;
}

.mb-7 {
	margin-bottom: 6rem;
}

.mt-8 {
	margin-top: 8.5rem;
}

.mb-8 {
	margin-bottom: 8.5rem;
}

a.btn-headpage {
	width: 245px;
	height: 42px;
	line-height: 42px;
	background-color: #C5161D;
	border-radius: 25px;
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}


.modal-website .modal-content {
	padding: 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.3);
}

.modal-website .modal-dialog .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
	padding: 0;
}

.modal-website .modal-dialog .close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 33px;
	height: 33px;
	color: #FFF;
	padding: 0;
	font-size: 24px;
	z-index: 9;
	background: #f44336;
	opacity: 1;
}

.modal-website .modal-dialog .close {
	color: #FFF;
	font-size: 24px;
}

.modal-website .modal-body {
	padding: 0;
}

.modal-website .modal-body .form-tn {
	max-width: 575px;
}

.modal-website .modal-body .form-tn .form-tn__wrap {
	background-color: #eff2f7;
	color: #333333;
	padding: 40px 15px 10px 15px;
}

.modal-website .modal-body .form-tn h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.modal-website .modal-body .form-tn .form-tn__wrap {
		padding: 40px 25px 20px 25px;
	}
}

@media (min-width: 768px) {
	.modal-website .modal-dialog {
		max-width: 575px;
	}
}

.modal-website .modal-body .wpcf7-form input.wpcf7-text {
	height: 40px;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 10px;
}

.modal-website .modal-body .wpcf7-form input.wpcf7-submit {
	height: 40px;
	width: 200px;
	border: unset;
	background-color: #B7B7B7;
	font-weight: 600;
	color: #fff;
}

.modal-website .modal-body .wpcf7-form input.wpcf7-submit:hover {
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.modal-website .modal-body .wpcf7 .ajax-loader {
	display: none;
}


.section-title {
	position: relative;
	height: 139px;
}

.section-title span {
	position: relative;
	color: #fff;
	top: 40%;
	padding-left: 185px;
}

.section-title:before {
	content: '';
	background: url('lib/images/homepage/section-title.png') no-repeat;
	position: absolute;
	height: 139px;
	width: 100%;
}

section.home-service .chatluong .section-title {
	text-align: right;
}

section.home-service .chatluong .section-title:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	right: 0;
}

section.home-service .chatluong .section-title span {
	padding-left: 0;
	padding-right: 170px;
}


section.banned {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

section.banned .item .item-images {
	position: relative;
}

section.banned .item .item-images .border-infinity {
	background: url(lib/images/homepage/infinity.png) no-repeat center;
	height: 192px;
	display: block;
	margin: 0 auto;
	animation: spin 10s linear infinite;
}

section.banned .item .item-images img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*section.home-slider .item-slide{min-height: 450px;}*/
section.home-slider .item-slide h6 {
	color: #00989E;
	font-size: 35px;
	font-weight: 600;
	line-height: 75px;
}

section.home-slider .item-slide h3 {
	color: #C5161D;
	font-size: 55px;
	font-weight: 700;
	line-height: 75px;
	margin-bottom: 25px;
}


section.home-contact .contact-title h6 {
	line-height: 26px;
	font-size: 25px;
	color: #fff;
}

section.home-contact .contact-title p {
	margin-bottom: 0;
	line-height: 26px;
}

section.home-contact .wpcf7-form input[type=text],
section.home-contact .wpcf7-form input[type=email],
section.home-contact .wpcf7-form input[type=tel] {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 15px;
}

section.home-contact .wpcf7-form textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

section.home-contact .wpcf7-form input[type=submit] {
	background-color: #C5161D;
	border: unset;
	color: #fff;
	width: 245px;
	height: 40px;
	margin: 30px auto 0;
	border-radius: 15px;
	font-size: 16px;
	text-align: center;
	display: block;
}

section.home-contact .wpcf7-form .ajax-loader {
	display: none;
}


section.home-service {
	background: url(lib/images/homepage/home-service.png) no-repeat top;
	background-size: cover;
}

section.home-service .home-service-wrap ul {
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: unset;
}

section.home-service .home-service-wrap ul li.tab_cot {
	display: -ms-flexbox !important;
	display: flex !important;
}

section.home-service .home-service-wrap ul li.tab_cot a {
	display: block;
	background-color: #FED101;
	position: relative;
	text-align: center;
	padding: 25px 40px;
	width: 100%;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

section.home-service .home-service-wrap ul li.tab_cot a:after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #C5161D;
}

section.home-service .home-service-wrap ul li.tab_cot a img {
	margin-bottom: 15px;
}

section.home-service .home-service-wrap ul li.tab_cot a.active,
section.home-service .home-service-wrap ul li.tab_cot a:hover {
	background-color: #C5161D;
}

section.home-service .home-service-wrap ul li.tab_cot a.active img,
section.home-service .home-service-wrap ul li.tab_cot a:hover img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(325deg) brightness(103%) contrast(101%);
}

section.home-service .home-service-wrap ul li.tab_cot a.active h5,
section.home-service .home-service-wrap ul li.tab_cot a:hover h5 {
	color: #fff;
}

section.home-service .home-service-wrap ul li.tab_cot a.active:after,
section.home-service .home-service-wrap ul li.tab_cot a:hover:after {
	opacity: 1;
	visibility: visible;
	bottom: -12px;
	left: 15px;
}

section.home-service .home-service-wrap .tab-content .tab-pane {
	background: #FFF3F3;
	padding: 30px 15px;
	margin-top: 25px;
	position: relative;
}


section.home-service .home-service-wrap .tab-content .service-list-name {
	width: 167px;
	height: 167px;
	text-align: center;
	background: #C5161D;
	margin: 0 auto;
	border-radius: 50%;
}

section.home-service .home-service-wrap .tab-content .service-list-name h5 {
	font-size: 18px;
	width: 120px;
	height: 80px;
	background-color: #fff;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	line-height: 1.5;
}

section.home-service .home-service-wrap .tab-content .service-list-name h5:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	position: absolute;
	top: -30px;
	left: 0;
}

section.home-service .home-service-wrap .tab-content .service-list-name h5:after {
	content: '';
	width: 0;
	position: absolute;
	bottom: -30px;
	border-top: 30px solid #fff;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	left: 0;
}

section.home-service .home-service-wrap .tab-content .col-color:nth-child(2) .service-list-name {
	background: #D44915;
}

section.home-service .home-service-wrap .tab-content .col-color:nth-child(3) .service-list-name {
	background: #E2750E;
}

section.home-service .home-service-wrap .tab-content .col-color:nth-child(4) .service-list-name {
	background: #ED9B09;
}

section.home-service .home-service-wrap .tab-content .col-color:nth-child(5) .service-list-name {
	background: #FED101;
}

section.home-service .home-service-wrap .tab-content .service-list-content:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #C5161D;
	top: -12px;
}

section.home-service .chatluong .chatluong-wrap {
	padding-left: 385px;
	background: url(lib/images/homepage/logo-home.png) center left no-repeat;
	min-height: 530px;
	position: relative;
}

section.home-service .chatluong .chatluong-wrap .quality {
	position: absolute;
}

section.home-service .chatluong .chatluong-wrap .quality.quality-1 {
	left: 200px;
}

section.home-service .chatluong .chatluong-wrap .quality.quality-2 {
	left: 350px;
	top: 105px;
}

section.home-service .chatluong .chatluong-wrap .quality.quality-3 {
	top: 212px;
}

section.home-service .chatluong .chatluong-wrap .quality.quality-4 {
	left: 350px;
	top: 340px;
}

section.home-service .chatluong .chatluong-wrap .quality.quality-5 {
	left: 200px;
	bottom: -15px;
}

section.home-service .chatluong .chatluong-wrap .quality img {
	position: absolute;
	width: 226px;
	height: 83px;
}

section.home-service .chatluong .chatluong-wrap .quality .inner {
	padding-left: 95px;
	padding-top: 15px;
}

section.home-service .chatluong .chatluong-wrap .quality .inner h6 {
	color: #C5161D;
	font-size: 16px;
	font-weight: 700;
}


section.home-contact {
	background: url('lib/images/homepage/home-contact.png') no-repeat top;
	background-size: cover;
}


section.news-products {
	background: url('lib/images/homepage/news-products.png') no-repeat top;
	background-size: cover;
}

section.news-products .products .product-wrap .inner {
	background-color: #fff;
	padding: 15px;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

section.news-products .products .product-wrap .inner:hover {
	box-shadow: 0px 0px 15px 0px #C5161D66;
}

section.news-products .products .product-wrap .inner .images-product {
	text-align: center;
	margin-bottom: 15px;
}

section.news-products .products .product-wrap .inner .content-product h4,
section.news-products .products .product-wrap .inner .content-product p {
	margin-bottom: 15px;
}

section.news-products .products .product-wrap .inner .content-product a {
	color: #C5161D;
	text-decoration: underline;
}


section.section-news .blog-shortcode .post-info {
	border: 1px solid #C5161D;
	background-color: #fff;
	position: relative;
	transition: 0.2s ease-in-out;
}

section.section-news .blog-shortcode .post-info:after {
	content: '';
	background: #FFD401;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	height: 0px;
}

section.section-news .blog-shortcode .post-info:hover:after {
	height: 4px;
}

.blog-shortcode .post-info__thumb {
	position: relative;
}

.blog-shortcode .post-info__meta {
	color: #C5161D;
	border: 1px solid #C5161D;
	margin-bottom: 0;
	background-color: #FFD401;
	width: 60px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
}

.blog-shortcode .post-info__meta span.date {
	font-size: 16px;
}

section.section-news .blog-shortcode .post-info__content {
	padding: 0 15px;
}

section.section-news .blog-shortcode .post-info__title {
	font-size: 1.125rem;
	max-height: 3em;
}

section.section-news .blog-shortcode .post-info__title a {
	color: #C5161D;
}


/*Page Template*/
section.section-news .heading-pagecustom {
	font-size: 26px;
	color: #333;
	text-align: left;
	text-transform: unset;
	font-weight: 600;
}

.pagetemplate-title {
	font-size: 28px;
	line-height: 43px;
	color: #C5161D;
	font-weight: 700;
}

.repeart-image .repeart-image-img .inner {
	background-size: contain;
	background-repeat: no-repeat;
	padding: 20px;
	display: flex;
	align-items: center;
	font-size: 18px;
	justify-content: center;
}

.repeart-image ul {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.repeart-image-2 [class^='col-']:nth-child(2n+1) .repeart-image-img .inner {
		background-image: url('lib/images/repeater-image/Union3-red.png');
	}

	.repeart-image-2 [class^='col-']:nth-child(2n) .repeart-image-img .inner {
		background-image: url('lib/images/repeater-image/Union3-yellow.png');
	}

	.repeart-image-3 [class^='col-']:nth-child(2n+1) .repeart-image-img .inner {
		background-image: url('lib/images/repeater-image/Union2-red.png');
	}

	.repeart-image-3 [class^='col-']:nth-child(2n) .repeart-image-img .inner {
		background-image: url('lib/images/repeater-image/Union2-yellow.png');
	}

	.repeart-image-4 [class^='col-']:nth-child(2n+1) .repeart-image-img .inner {
		background-image: url('lib/images/repeater-image/Union1-red.png');
	}

	.repeart-image-4 [class^='col-']:nth-child(2n) .repeart-image-img .inner {
		background-image: url('lib/images/repeater-image/Union1-yellow.png');
	}
}

@media (max-width: 991.98px) {
	.repeart-image-2 .repeart-image-img:nth-child(2n+1) .inner {
		background-image: url('lib/images/repeater-image/Union3-red.png');
	}

	.repeart-image-2 .repeart-image-img:nth-child(2n) .inner {
		background-image: url('lib/images/repeater-image/Union3-yellow.png');
	}

	.repeart-image-3 .repeart-image-img:nth-child(2n+1) .inner {
		background-image: url('lib/images/repeater-image/Union2-red.png');
	}

	.repeart-image-3 .repeart-image-img:nth-child(2n) .inner {
		background-image: url('lib/images/repeater-image/Union2-yellow.png');
	}

	.repeart-image-4 .repeart-image-img:nth-child(2n+1) .inner {
		background-image: url('lib/images/repeater-image/Union1-red.png');
	}

	.repeart-image-4 .repeart-image-img:nth-child(2n) .inner {
		background-image: url('lib/images/repeater-image/Union1-yellow.png');
	}
}

.repeart-image-2 .repeart-image-img .inner {
	height: 278px;
	padding: 20px 30px;
}

.repeart-image-3 .repeart-image-img .inner {
	height: 282px;
}

.repeart-image-4 .repeart-image-img .inner {
	height: 168px;
}

section.section-tab05.bg1-tab05 {
	background: url(lib/images/repeater-image/bg1-tab5.png) no-repeat center;
	background-size: cover;
}

section.section-tab05.bg2-tab05 {
	background: url(lib/images/repeater-image/bg2-tab5.png) no-repeat center;
	background-size: cover;
}

section.section-tab05.bg3-tab05 {
	background: url(lib/images/repeater-image/bg3-tab5.png) no-repeat center;
	background-size: cover;
}

section.section-tab02.list-repeater-tab2 .item-inner {
	background: #FFFFFF;
	height: 100%;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 20px 15px;
}

section.section-tab02.list-repeater-tab2 .item-inner .item-inner-number {
	background-color: #FFD401;
	color: #C5161D;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 18px;
	border-radius: 25px;
}


section.section-tab01 ul {
	padding-left: 15px;
	margin: 0;
}

section.section-tab01 ul li {
	margin-bottom: 15px;
}

section.section-tab01 p {
	font-size: 18px;
	line-height: 30px;
}



section.section-tab04-color1 {
	background: rgba(68, 148, 40, 0.1);
}

section.section-tab04-color2 {
	background: #fff;
}

section.section-tab04-color3 {
	background: rgba(140, 233, 253, 0.1);
}

section.section-tab04 .section-tab04-wrap01 .inner {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 20px 15px;
	height: 100%;
}

section.section-tab04 h5 {
	font-size: 20px;
	font-weight: 700;
}

section.section-tab04 .section-tab04-wrap01 p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin-bottom: 0;
}

section.section-tab04 .section-tab04-wrap02 .step-1 {
	text-align: right;
}

section.section-tab04 .section-tab04-wrap02 .step-2 {
	text-align: left;
}

section.section-tab04 .section-tab04-wrap02 .step-arrow {
	width: 100%;
	display: block;
	border-top: 2px dotted #ccc;
	;
	position: relative;
}

section.section-tab04 .section-tab04-wrap02 .step-arrow:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #ccc;
	display: block;
	position: absolute;
	left: -2px;
	top: -12px;
}

section.section-tab04 .section-tab04-wrap02 .step-arrow:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #ccc;
	display: block;
	position: absolute;
	right: -2px;
	top: -12px;
}

section.section-tab04 .section-tab04-wrap02 .step-1-content,
section.section-tab04 .section-tab04-wrap02 .step-2-content {
	font-size: 17px;
}



section.pie-chart .section-tab03-item {
	background: linear-gradient(270.08deg, #898989 1.39%, rgba(137, 137, 137, 0.68) 99.93%);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	padding: 40px 30px;
	margin-bottom: 30px;
	color: #fff;
}

section.pie-chart .section-tab03-item {
	font-size: 15px;
}

section.pie-chart .section-tab03-image {
	position: absolute;
	top: 50%;
	z-index: 9;
	width: 100%;
	transform: translateY(-50%) !important;
}

section.pie-chart .section-tab03-item.section-tab03-item-left {
	position: relative;
	left: 45px;
}

section.pie-chart .section-tab03-item.section-tab03-item-right {
	position: relative;
	right: 45px;
	padding-left: 60px;
}


section.section-tab05 .item {
	padding: 30px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	border-radius: 15px;
	height: 100%;
	display: grid;
	align-items: center;
	background: #FFF;
	background: linear-gradient(86.49deg, rgba(35, 135, 158, 0.8) -10.35%, rgba(61, 166, 120, 0.8) 82.18%, rgba(255, 212, 1, 0.8) 134.94%);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(22px);
}

section.section-tab05 h5.section-tab05-subtitle {
	font-weight: 600;
	font-size: 35px;
	line-height: 50px;
	color: #FFD401;
}

section.section-tab05 h4.section-tab05-title {
	font-weight: bold;
	font-size: 55px;
	line-height: 75px;
	color: #fff;
	margin-bottom: 30px;
}

.table-template .row,
.table-template-2 .row {
	margin-right: -10px;
	margin-left: -10px;
}

.table-template .row [class^='col-'],
.table-template-2 .row [class^='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

section.section-tab06 .pricing-table {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(181, 181, 195, 0.5);
	border-radius: 6px;
	padding-bottom: 20px;
	transition: all 0.3s ease;
}

section.section-tab06 .pricing-table .pricing-table-header {
	background: #C5161D;
	border-radius: 6px 6px 0px 0px;
}

section.section-tab06 .pricing-table .pricing-table-header h3 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 55px;
	height: 55px;
	text-transform: uppercase;
	margin-bottom: 0;
}

section.section-tab06 .pricing-table .pricing-table-price {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #989898;
	border-bottom: 1px solid rgba(128, 128, 143, 0.25);
	margin-bottom: 0.5rem;
	padding: 10px 0 5px;
}

section.section-tab06.table-template .pricing-table .pricing-table-price p {
	margin-bottom: 0;
}

section.section-tab06.table-template .pricing-table .pricing-table-body {
	min-height: 330px;
}

section.section-tab06 .pricing-table .pricing-table-body ul {
	padding: 0 10px;
	margin: 0;
	list-style: none;
}

section.section-tab06 .pricing-table .pricing-table-body ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
}

section.section-tab06 .pricing-table .pricing-table-body ul li:last-child {
	margin-bottom: 0;
}

section.section-tab06 .pricing-table .pricing-table-body ul li:before {
	content: '\f00c';
	font-family: Font Awesome\ 5 Pro;
	font-size: 16px;
	font-weight: 600;
	margin-right: 8px;
	position: absolute;
	left: 0;
}

section.section-tab06 .pricing-table .pricing-table-footer a.btn-register {
	width: 180px;
	height: 50px;
	margin: 0 auto;
	background-color: #989898;
	display: block;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	border-radius: 25px;
}

section.section-tab06.table-template .pricing-table.pricetable-highlights .pricing-table-price p.price {
	color: #FDB71A;
}

section.section-tab06.table-template .pricing-table.pricetable-highlights .pricing-table-price p.saveprice {
	color: #449428;
}

section.section-tab06 .pricing-table.pricetable-highlights .pricing-table-body ul li::before {
	color: #449428;
}

section.section-tab06.table-template-2 .pricing-table.pricetable-highlights .pricing-table-price p.price span.money {
	color: #268B03;
}

section.section-tab06.table-template-2 .pricing-table.pricetable-highlights .pricing-table-footer a.btn-register {
	background-color: #FFD401;
}

section.section-tab06 .tab-pane.active {
	opacity: 1 !important;
	visibility: visible !important
}

@media (min-width: 811px) {
	section.section-tab06 .pricing-table:hover {
		transform: scale(1.08);
		position: absolute;
		z-index: 1;
		width: 100%;
		left: 0;
	}

	section.section-tab06.table-template .pricing-table:hover {
		top: -20px;
	}

	section.section-tab06.table-template .pricing-table:hover .pricing-table-price p.price {
		color: #FDB71A;
	}

	section.section-tab06.table-template .pricing-table:hover .pricing-table-price p.saveprice {
		color: #449428;
	}

	section.section-tab06 .pricing-table:hover .pricing-table-body ul li::before {
		color: #449428;
	}

	section.section-tab06.table-template .pricing-table.pricetable-highlights .pricing-table-footer a.btn-register {
		background-color: #449428;
	}

	section.section-tab06.table-template .pricing-table:hover .pricing-table-footer a.btn-register {
		background-color: #449428;
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
	}
}


section.section-tab06.table-template-2 ul.nav-tabs {
	border-bottom: unset;
	/*-ms-flex-pack: center !important;justify-content: center !important;*/
}

section.section-tab06.table-template-2 ul.nav-tabs li a {
	background-color: #C4C4C4;
	border-radius: 4px;
	padding: 9px 27px;
	margin-right: 14px;
	color: #fff;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
}

section.section-tab06.table-template-2 ul.nav-tabs li:last-child a {
	margin-right: 0;
}

section.section-tab06.table-template-2 ul.nav-tabs li a:hover {
	background-color: #C5161D;
	;
}

section.section-tab06.table-template-2 ul.nav-tabs li a.active {
	color: #333;
	background-color: #FFD401;
}

section.section-tab06.table-template-2 .pricing-table .pricing-table-body {
	min-height: 260px;
}

section.section-tab06.table-template-2 .pricing-table .pricing-table-price {
	text-align: center;
	font-weight: 600;
	padding: 15px 0 10px;
	font-size: 28px;
	line-height: 30px;
	color: #989898;
	border-bottom: 1px solid rgba(128, 128, 143, 0.25);
	margin-bottom: 0.5rem;
}

section.section-tab06.table-template-2 .pricing-table .pricing-table-price span.pricetext {
	font-size: 20px;
}

section.section-tab06.table-template-2 .pricing-table .pricing-table-body ul li {
	font-size: 15px;
}

section.section-tab06.table-template-2 .pricing-table:hover .pricing-table-price p.price span.money {
	color: #268B03;
}

section.section-tab06.table-template-2 .pricing-table:hover .pricing-table-footer a.btn-register {
	background-color: #FFD401;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

section.section-qa .qa-inner button.accordion {
	color: #333;
	cursor: pointer;
	border: unset;
	padding: 0;
	width: 100%;
	outline: 0;
	font-size: 15px;
	font-weight: 400;
	transition: .4s;
	background-color: #fff;
	text-align: left;
}

section.section-qa .qa-inner button.accordion.active {
	color: #FE7214;
}

section.section-qa .qa-inner button.accordion::before {
	content: '\002B';
	font-weight: 400;
	color: #333;
	font-size: 15px;
	margin-right: 7px;
	color: #fff;
	background-color: #333;
	padding: 0px 4px;
	position: relative;
}

section.section-qa .qa-inner button.accordion.active::before {
	content: "\2212";
	color: #fff;
	background-color: #FE7214;
}

section.section-qa .qa-inner .panel {
	padding: 0;
	max-height: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	transition: max-height .2s ease-out;
	color: #686868;
}


.list-icon-box .icon-box .icon-box-image {
	position: relative;
}

.list-icon-box.slick-slider.slick-carousel {
	margin-left: 0px;
	margin-right: 0px;
}

.list-icon-box.slick-slider .slick-slide {
	padding-left: 0px;
	padding-right: 0px;
}

.list-icon-box .icon-box .icon-box-image .icon-box-line {
	position: absolute;
	width: 100%;
	border: 1px dashed #ccc;
	bottom: 8px;
}

.list-icon-box .slick-slide.slick-current .icon-box .icon-box-image .icon-box-line {
	width: 50%;
	right: 0;
}

@media (max-width: 428px) {
	.list-icon-box .slick-slide.slick-current+.slick-slide.slick-active .icon-box .icon-box-image .icon-box-line {
		width: 50%;
		left: 0;
	}
}

@media (max-width: 810px) {
	.list-icon-box .slick-slide.slick-current+*+.slick-slide.slick-active .icon-box .icon-box-image .icon-box-line {
		width: 50%;
		left: 0;
	}
}

@media (max-width: 1080px),
(min-width: 1200px) {
	.list-icon-box .slick-slide.slick-current+*+*+.slick-slide.slick-active .icon-box .icon-box-image .icon-box-line {
		width: 50%;
		left: 0;
	}
}

.process-bar .slick-slide:nth-child(odd) .item-slide .item-slide-img::after {
	content: '';
	width: 100%;
	display: block;
	height: 25px;
	background-color: #FFD401;
}

.process-bar .slick-slide:nth-child(even) .item-slide .item-slide-img::after {
	content: '';
	width: 100%;
	display: block;
	height: 25px;
	background-color: #C5161D;
}

@media (min-width: 1080px) {
	.process-bar .slick-carousel {
		margin-left: 0;
		margin-right: 0;
	}

	.process-bar .slick-carousel .slick-slide {
		padding-left: 0px;
		padding-right: 0px;
	}

	.process-bar .slick-carousel .slick-slide:first-child .item-slide .item-slide-img::after {
		border-radius: 20px 0 0 20px;
	}

	.process-bar .slick-carousel .slick-slide:last-child .item-slide .item-slide-img::after {
		border-radius: 0 20px 20px 0;
	}
}

@media (min-width: 1200px) {
	section.section-tab02.list-repeater-tab2 .item-inner {
		min-height: 150px;
	}

	section.home-service .home-service-wrap .tab-content .col-color {
		position: static;
	}

	section.home-service .home-service-wrap .tab-content .service-list-content {
		position: absolute;
		left: 15px;
		display: none;
		padding: 15px 30px 1px;
		margin-top: 30px;
		width: calc(100% - 30px);
		background-color: #fff;
		border-radius: 10px;
		-webkit-box-shadow: 5px 5px 0px 0px rgba(226, 117, 14, 1);
		-moz-box-shadow: 5px 5px 0px 0px rgba(226, 117, 14, 1);
		box-shadow: 5px 5px 0px 0px rgba(226, 117, 14, 1);
	}

	section.home-service .home-service-wrap .tab-content .col-color:hover .service-list-content {
		display: block;
	}

	section.home-service .home-service-wrap .tab-content .col-color:nth-child(1) .service-list-content:before {
		left: 8%;
		transform: translateX(-8%);
	}

	section.home-service .home-service-wrap .tab-content .col-color:nth-child(2) .service-list-content:before {
		left: 29%;
		transform: translateX(-29%);
	}

	section.home-service .home-service-wrap .tab-content .col-color:nth-child(3) .service-list-content:before {
		left: 50%;
		transform: translateX(-50%);
	}

	section.home-service .home-service-wrap .tab-content .col-color:nth-child(4) .service-list-content:before {
		left: 71%;
		transform: translateX(-71%);
	}

	section.home-service .home-service-wrap .tab-content .col-color:nth-child(5) .service-list-content:before {
		left: 92%;
		transform: translateX(-92%);
	}

	section.news-products .products .product-wrap .row [class^='col-'] {
		display: -ms-flexbox;
		display: flex;
	}

	.main-navigation {
		position: absolute;
		display: block;
		width: 100%;
		top: 75px;
	}

	section.section-tab01 .col-xl-4 {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}

	section.section-tab01 .col-xl-8 {
		-ms-flex: 0 0 72%;
		flex: 0 0 72%;
		max-width: 72%;
	}

	section.pie-chart .col-xl-2 {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}

	section.pie-chart .col-xl-5 {
		-ms-flex: 0 0 36%;
		flex: 0 0 36%;
		max-width: 36%;
	}

	.no-gutters-xl {
		margin-right: 0;
		margin-left: 0;
	}

	.no-gutters-xl>.col,
	.no-gutters-xl>[class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}

	section.section-tab04 .section-tab04-wrap02 .step-2-content ol {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 10px;
	}

	section.section-tab04 .section-tab04-wrap02 .step-2-content ol li {
		-ms-flex: 0 0 44%;
		flex: 0 0 44%;
		max-width: 44%;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (min-width: 1366px) {

	.page-template-page-inforduce section.intro-tab03 .container,
	.page-template-page-DVKT section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-CNV section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-GT section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-TDDKKD section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-TDTTDT section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-SXKT section.section-tab06 .section-tab06-pricetable .container {
		max-width: 1306px;
	}
}

@media (min-width: 1480px) {

	.page-template-page-DVKT section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-CNV section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-GT section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-TDDKKD section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-TDTTDT section.section-tab06 .section-tab06-pricetable .container,
	.page-template-page-SXKT section.section-tab06 .section-tab06-pricetable .container {
		max-width: 1420px;
	}
}

@media (min-width: 1680px) {
	.page-template-page-inforduce section.intro-tab03 .container {
		max-width: 1620px;
	}
}

@media (min-width: 1920px) {
	.page-template-page-inforduce section.intro-tab03 .container {
		max-width: 1799px;
	}
}


/*Page Intro*/
.page-template-page-inforduce .site-content {
	background: url('lib/images/intropage/bg-intropage.png') no-repeat center;
	background-size: cover;
}

.page-template-page-inforduce section.intro-tab01 .intro-tab01-item {
	background: #FFFEFD;
	height: 100%;
	border-radius: 8px;
	padding: 30px 20px;
	border: 1px solid #dfdfdf;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.page-template-page-inforduce section.intro-tab01 .intro-tab01-item:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.page-template-page-inforduce section.intro-tab02 .intro-tab02-item {
	background: url(lib/images/intropage/Union.png) no-repeat center;
	width: 892px;
	height: 457px;
	margin: 0 auto;
	padding: 35px 50px;
}

.page-template-page-inforduce section.intro-tab02 .intro-tab02-item .inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: justify;
	font-size: 16px;
}

.page-template-page-inforduce section.intro-tab02 .intro-tab02-item .inner h4 {
	font-size: 30px;
	line-height: 40px;
}


/*Page TLDN*/
.page-template-page-TLDN section.section-tab05 .item {
	padding: 30px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	border-radius: 15px;
	height: 100%;
	display: grid;
	align-items: center;
	background: linear-gradient(86.49deg, rgba(197, 22, 29, 0.5) -10.35%, rgba(255, 255, 255, 0.5) 82.18%, rgba(255, 212, 1, 0.5) 134.94%);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(22px);
}


.page-template-page-TVT section.section-tab02 .inner {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
}

.page-template-page-TVT section.section-tab04 .section-tab04-wrap03 [class^='col-']:nth-child(odd) .inner {
	background-image: url('lib/images/TVTpage/Union-tvt1.png');
}

.page-template-page-TVT section.section-tab04 .section-tab04-wrap03 [class^='col-']:nth-child(even) .inner {
	background-image: url('lib/images/TVTpage/Union-tvt2.png');
}

.page-template-page-TVT section.section-tab06.table-template-2 [class^='col-']:last-child .pricing-table .pricing-table-price {
	font-size: 18px;
	padding: 1px 0;
}

.page-template-page-TVT section.section-tab06.table-template-2 [class^='col-']:last-child .pricing-table .pricing-table-price p.price {
	margin-bottom: 0;
}



/*Page DKDT*/
.page-template-page-DKDT section.section-tab02 .inner {
	height: 281px;
	text-align: left;
	padding: 35px;
}

.page-template-page-DKDT section.section-tab02 [class^='col-']:nth-child(odd) .inner {
	background-image: url('lib/images/DKDTpage/Union-tvt1.png');
}

.page-template-page-DKDT section.section-tab02 [class^='col-']:nth-child(even) .inner {
	background-image: url('lib/images/DKDTpage/Union-tvt2.png');
}

.page-template-page-DKDT section.section-tab05 {
	background-image: url('lib/images/DKDTpage/bg-tab5.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.page-template-page-DKDT section.section-tab05 .item {
	background: linear-gradient(86.49deg, rgba(130, 0, 5, 0.8) -10.35%, rgba(255, 76, 1, 0.8) 12.61%, rgba(255, 212, 1, 0.8) 105.63%);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(22px);
}


/*Page TDDKKD*/
.page-template-page-TDDKKD .section-custom-tddkkd {
	background: url('lib/images/KTNBpage/section-bg.png') no-repeat center;
}

.section-custom-tddkkd .mini-logo-before,
.section-custom-tddkkd .mini-logo-after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.section-custom-tddkkd .mini-logo-before {
	left: 10%;
}

.section-custom-tddkkd .mini-logo-after {
	right: 10%;
}

.page-template-page-TDDKKD section.section-tab06.table-template-2 .pricing-table .pricing-table-body {
	min-height: 280px;
}

.page-template-page-TDDKKD section.section-tab06 .pricing-table .pricing-table-header h3 {
	font-size: 15px;
	line-height: 25px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*Page KTNB*/
.page-template-page-KTNB section.section-tab04 .section-tab04-wrap02 .step-2-content ol {
	display: unset;
	padding-left: 0px;
	text-align: center;
}

.page-template-page-KTNB section.section-tab04 .section-tab04-wrap02 .step-2-content ol li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}


/*Page CNV*/
.page-template-page-CNV .section-tab02 .pagetemplate-title {
	font-size: 26px;
}


/*Page TDTTDT*/
.page-template-page-TDTTDT section.section-tab06 .pricing-table .pricing-table-header h3 {
	font-size: 15px;
	line-height: 25px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}



@media (min-width: 1024px) {

	.page-template-page-HTKT section.pie-chart .section-tab03-image,
	.page-template-page-SXKT section.pie-chart .section-tab03-image,
	.page-template-page-KTT section.pie-chart .section-tab03-image,
	.page-template-page-DKDT section.pie-chart .section-tab03-image,
	.page-template-page-TVT section.pie-chart .section-tab03-image {
		top: 42px;
	}

	.page-template-page-HTGTGT section.pie-chart .section-tab03-image,
	.page-template-page-QTT section.pie-chart .section-tab03-image,
	.page-template-page-TDTTDT section.pie-chart .section-tab03-image,
	.page-template-page-CNV section.pie-chart .section-tab03-image,
	.page-template-page-TDDKKD section.pie-chart .section-tab03-image,
	.page-template-page-GDLK section.pie-chart .section-tab03-image {
		top: 64px;
	}

	.page-template-page-GDLK section.pie-chart .section-tab03-item.section-tab03-item-1 {
		padding-bottom: 62.5px;
	}

	.page-template-page-TVT section.pie-chart .section-tab03-item.section-tab03-item-right {
		padding-bottom: 62.5px;
	}

	.page-template-page-DKDT section.pie-chart .section-tab03-item.section-tab03-item-right.section-tab03-item-2 {
		padding-bottom: 62.5px;
	}

	.page-template-page-TDDKKD section.pie-chart .section-tab03-item.section-tab03-item-1 {
		padding-bottom: 62.5px;
	}

	.page-template-page-TDDKKD section.pie-chart .section-tab03-item.section-tab03-item-4 {
		padding-bottom: 62.5px;
	}

	.page-template-page-TDTTDT section.pie-chart .section-tab03-item.section-tab03-item-1 {
		padding-bottom: 62.5px
	}

	.page-template-page-TDTTDT section.pie-chart .section-tab03-item.section-tab03-item-4 {
		padding-bottom: 62.5px;
	}

	.page-template-page-CNV section.pie-chart .section-tab03-item.section-tab03-item-1 {
		padding-bottom: 62.5px
	}

	.page-template-page-CNV section.pie-chart .section-tab03-item.section-tab03-item-4 {
		padding-bottom: 62.5px;
	}

	.page-template-page-KTT section.pie-chart .section-tab03-item.section-tab03-item-1 {
		padding-bottom: 65.5px;
	}

	.page-template-page-KTNB section.pie-chart .section-tab03-item.section-tab03-item-4 {
		padding-bottom: 62.5px;
	}
}

.form-lienhe-post {
	width: 80%;
	padding: 14px;
	background-color: #C5161D;
	margin: 0 auto 20px;
	color: #fff;
}

.form-lienhe-post .form-lienhe-post-wrap {
	padding: 15px;
	border: 2px dashed #fff;
}

.form-lienhe-post div.wpforms-container-full {
	margin-bottom: 0;
}

.form-lienhe-post div.wpforms-container-full .wpforms-submit-container {
	text-align: center;
}

.form-lienhe-post div.wpforms-container-full .wpforms-submit-container .wpforms-submit {
	background-color: #fff;
	color: 333;
	padding: 7px 20px;
	font-weight: bold;
	border: unset;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */



/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {}

@media (max-width: 1080px) {
	section.home-service .home-service-wrap .tab-content .col-color {
		margin-bottom: 20px;
	}

	section.home-service .home-service-wrap .tab-content .service-list-content::before {
		display: none;
	}

	section.home-service .home-service-wrap .tab-content .service-list-name {
		margin-bottom: 15px;
	}

	section.home-service .home-service-wrap .tab-content .service-list-content {
		text-align: center;
	}

	section.pie-chart .section-tab03-item.section-tab03-item-left {
		left: 0px;
	}

	section.pie-chart .section-tab03-item.section-tab03-item-right {
		right: 0px;
		padding-left: 30px;
	}

	.page-template-page-DVKT section.dvtk-tab02 .inner {
		margin: 0 auto;
	}

	.page-template-page-DKDT section.section-tab02 .inner {
		height: 219px;
	}

	.pagetemplate-title {
		font-size: 24px;
		line-height: 34px;
	}

	section.pie-chart .section-tab03-item {
		padding: 40px 25px;
	}

	.process-bar .slick-slide .item-slide .item-slide-img::after {
		content: unset !important;
	}

	.process-bar .slick-slide .item-slide .item-slide-content {
		padding-top: 0 !important;
		border: 1px dashed #FFD401;
		padding: 10px 5px;
	}
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 992px) {

	#site-navigation,
	.sidebar .widget_nav_menu ul ul {
		display: none;
	}

	.site-content {
		padding-top: 40px;
	}

	.site-boxed .site-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-header {
		margin-bottom: 0;
		padding: 0;
	}

	.site-header .header-main {
		padding: 15px 0;
	}

	.site-header .header-content ul li:not(:last-child) {
		margin-bottom: 15px;
	}

	section.banned .banned-image,
	section.home-service .home-service-wrap .tab-content .service-list-content {
		display: none;
	}

	section.home-slider .item-slide h6 {
		font-size: 30px;
	}

	section.home-slider .item-slide h3 {
		font-size: 45px;
	}

	section.home-service .home-service-wrap .tab-content .col-color {
		margin-bottom: 30px;
	}

	section.home-service .home-service-wrap ul li.tab_cot a {
		padding: 15px;
	}

	section.home-service .chatluong .section-title::before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	section.home-service .chatluong .section-title {
		text-align: left;
		font-size: 24px;
	}

	section.home-service .chatluong .section-title span {
		padding-left: 170px;
		padding-right: 0;
		top: 45%;
	}

	section.news-products .products .product-wrap .inner .content-product h4 {
		font-size: 24px;
	}

	section.home-service .chatluong .chatluong-wrap {
		background: unset;
		padding-left: 0;
		min-height: unset;
	}

	section.home-service .chatluong .chatluong-wrap .quality {
		position: relative;
	}

	section.home-service .chatluong .chatluong-wrap .quality.quality-1,
	section.home-service .chatluong .chatluong-wrap .quality.quality-2,
	section.home-service .chatluong .chatluong-wrap .quality.quality-3,
	section.home-service .chatluong .chatluong-wrap .quality.quality-4,
	section.home-service .chatluong .chatluong-wrap .quality.quality-5 {
		left: unset;
		top: unset;
		bottom: unset;
		margin-bottom: 20px;
	}

}



/* Small devices (landscape phones, less than 768px) */

@media (max-width: 768px),
(max-width: 836px) {

	.row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.row [class*='col'] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.site-info,
	.site-info * {

		text-align: center;

	}

	.site-content {
		padding-top: 30px;
	}

	.page-template-page-inforduce section.intro-tab02 .intro-tab02-item {
		width: 100%;
		height: auto;
		background: unset;
		padding: 0;
	}

	.page-template-page-inforduce section.intro-tab02 .intro-tab02-item .inner {
		position: relative;
		top: unset;
		transform: unset;
		text-align: justify;
		font-size: 16px;
	}

	section.section-tab01 .section-tab01-image {
		text-align: center;
		margin-bottom: 20px;
	}

	section.section-tab01 .section-tab01-content h1,
	section.section-tab01 .section-tab01-content h2,
	section.section-tab01 .section-tab01-content h3,
	section.section-tab01 .section-tab01-content h4,
	section.section-tab01 .section-tab01-content h5,
	section.section-tab01 .section-tab01-content h6,
	section.section-tab01 .section-tab01-content h1 span,
	section.section-tab01 .section-tab01-content h2 span,
	section.section-tab01 .section-tab01-content h3 span,
	section.section-tab01 .section-tab01-content h4 span,
	section.section-tab01 .section-tab01-content h5 span,
	section.section-tab01 .section-tab01-content h6 span {
		font-size: 28px !important;
		line-height: 46px !important;
		font-weight: bold;
	}

	section.section-tab01 .section-tab01-content p span,
	section.section-tab01 .section-tab01-content p span,
	section.section-tab01 .section-tab01-content p span,
	section.section-tab01 .section-tab01-content p span,
	section.section-tab01 .section-tab01-content p span,
	section.section-tab01 .section-tab01-content p span {
		font-size: 20px !important;
		line-height: 30px !important;
	}

	section.section-tab04 .section-tab04-wrap02 .step-1-content,
	section.section-tab04 .section-tab04-wrap02 .step-2-content {
		font-size: 16px;
	}

	section.section-tab05 h5.section-tab05-subtitle {
		font-size: 24px;
		line-height: 30px;
	}

	section.section-tab05 h4.section-tab05-title {
		font-size: 40px;
		line-height: 55px;
	}

	section.section-tab06 .pricing-table {
		box-shadow: unset;
		border: 1px solid #ccc;
	}

	.repeart-image-2 .repeart-image-img .inner {
		background-position: center;
		padding: 20px 40px;
		height: 335px;
	}

	.repeart-image-3 .repeart-image-img .inner {
		height: 251px;
		padding: 20px;
		background-size: contain;
	}

	.repeart-image-4 .repeart-image-img .inner {
		height: 205px;
	}


	.page-template-page-DKDT section.section-tab02 .inner {
		background-size: contain;
	}


	.section-custom-tddkkd .mini-logo-before {
		left: 2%;
	}

	.section-custom-tddkkd .mini-logo-after {
		right: 2%;
	}

	.home-service-wrap ul li.tab_cot a {
		margin-bottom: 20px;
	}
}



/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 576px) {

	.pt-6 {
		padding-top: 2.5rem;
	}

	.pb-6 {
		padding-bottom: 2.5rem;
	}

	.pt-7 {
		padding-top: 4rem;
	}

	.pb-7 {
		padding-bottom: 4rem;
	}

	.pt-8 {
		padding-top: 5.5rem;
	}

	.pb-8 {
		padding-bottom: 5.5rem;
	}

	.mt-6 {
		margin-top: 2.5rem;
	}

	.mb-6 {
		margin-bottom: 2.5rem;
	}

	.mt-7 {
		margin-top: 4rem;
	}

	.mb-7 {
		margin-bottom: 4rem;
	}

	.mt-8 {
		margin-top: 5.5rem;
	}

	.mb-8 {
		margin-bottom: 5.5rem;
	}

	.site-header .header-content ul.list-social {
		margin-top: 15px;
	}

	.blog-shortcode .row [class*='col'] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.heading {
		font-size: 24px;
	}

	.section-title {
		height: auto;
	}

	.section-title::before {
		content: unset;
	}

	.section-title span {
		color: #C5161D;
		top: 0;
		padding-left: 0;
		font-size: 26px;
	}

	section.home-service .chatluong .section-title span {
		padding-left: 0;
	}

	section.banned {
		padding-top: 1.5rem !important;
	}

	section.banned [class*='col']:nth-child(1) .item,
	section.banned [class*='col']:nth-child(2) .item {
		margin-bottom: 20px;
	}

	section.banned .item .item-images .border-infinity {
		width: 150px;
		height: 150px;
		background-size: contain;
	}

	section.banned .item .item-images img {
		width: 95px;
	}

	section.banned .item h4 {
		font-size: 17px;
	}

	section.home-service .home-service-wrap .tab-content .col-color {
		margin-bottom: 10px;
	}

	section.home-service .home-service-wrap .tab-content .tab-pane {
		margin-top: 0;
	}

	section.home-service .home-service-wrap .tab-content .service-list-name {
		width: 150px;
		height: 150px;
	}

	section.home-service .home-service-wrap .tab-content .service-list-name h5 {
		font-size: 16px;
	}

	section.home-service .home-service-wrap ul li.tab_cot a::after {
		content: unset;
	}

	section.home-service .home-service-wrap ul li.tab_cot a img {
		width: 50px;
		height: 50px;
	}

	section.home-service .home-service-wrap ul li.tab_cot a h5 {
		font-size: 16px;
		margin-bottom: 0;
	}

	section.home-slider .item-slide {
		min-height: unset !important;
	}

	section.home-slider .item-slide h6 {
		font-size: 24px;
	}

	section.home-slider .item-slide h6 {
		line-height: 50px;
	}

	section.home-slider .item-slide h3 {
		font-size: 36px;
		line-height: 50px;
		margin-bottom: 15px;
	}

	section.news-products .product-wrap [class*='col'] {
		margin-bottom: 15px;
	}

	section.section-tab01 .section-tab01-image {
		text-align: center;
	}

	section.section-tab01 .section-tab01-image img {
		width: 240px;
	}

	section.section-tab01 .section-tab01-content h1,
	section.section-tab01 .section-tab01-content h2,
	section.section-tab01 .section-tab01-content h3,
	section.section-tab01 .section-tab01-content h4,
	section.section-tab01 .section-tab01-content h5,
	section.section-tab01 .section-tab01-content h6,
	section.section-tab01 .section-tab01-content h1 span,
	section.section-tab01 .section-tab01-content h2 span,
	section.section-tab01 .section-tab01-content h3 span,
	section.section-tab01 .section-tab01-content h4 span,
	section.section-tab01 .section-tab01-content h5 span,
	section.section-tab01 .section-tab01-content h6 span {
		font-size: 24px !important;
		line-height: 40px !important;
	}

	a.btn-headpage {
		width: 100%;
		font-size: 16px;
	}

	.pagetemplate-title {
		font-size: 23px;
		line-height: 35px;
		margin-bottom: 20px !important;
	}

	section.pie-chart .section-tab03-item {
		padding: 15px !important;
	}

	section.section-tab04 .section-tab04-wrap02 .step-1,
	section.section-tab04 .section-tab04-wrap02 .step-2 {
		text-align: center;
	}

	section.section-tab04 .section-tab04-wrap02 .step-1-content,
	section.section-tab04 .section-tab04-wrap02 .step-2-content {
		font-size: 15px;
	}

	section.section-tab04 .section-tab04-wrap02 .step-1 img,
	section.section-tab04 .section-tab04-wrap02 .step-2 img {
		width: 110px;
	}

	section.section-tab04 .section-tab04-wrap01 .inner {
		min-height: 292px;
	}

	section.section-tab04 .inner>img {
		width: 80px;
	}

	.page-template-page-CNV section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-DVKT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-HTKT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-KTNB section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-KTT section.section-tab04 .section-tab04-wrap01 .inner {
		min-height: 322px;
	}

	.page-template-page-GT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-GDLK section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-QTT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-SXKT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-DKDT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-TVT section.section-tab04 .section-tab04-wrap01 .inner {
		min-height: 352px;
	}

	.page-template-page-TLDN section.section-tab05 .item {
		padding: 15px;
		line-height: 25px;
	}

	section.section-tab05 h5.section-tab05-subtitle {
		font-size: 20px;
		line-height: 30px;
	}

	section.section-tab05 h4.section-tab05-title {
		font-size: 24px;
		line-height: 35px;
	}

	section.section-tab05 .row [class*="col-"]:not(:last-child) {
		margin-bottom: 20px;
	}

	.section-custom-tddkkd .mini-logo-before,
	.section-custom-tddkkd .mini-logo-after {
		position: relative;
		display: block;
		top: unset;
		left: unset;
		right: unset;
		transform: unset;
		margin: 15px 0;
	}

	.section-custom-tddkkd .mini-logo-before img,
	.section-custom-tddkkd .mini-logo-after img {
		transform: rotate(90deg);
	}

	.form-lienhe-post {
		width: 100%;
	}

}



@media (max-width: 430px) {
	.repeart-image-4 .repeart-image-img .inner {
		height: 246px;
		background-size: cover;
	}

	.repeart-image-3 .repeart-image-img .inner {
		height: 303px;
		background-size: cover;
	}

	.repeart-image-2 .repeart-image-img .inner {
		height: 192px;
		background-size: cover;
	}

	section.section-tab06.table-template-2 ul.nav-tabs li a {
		padding: 9px 24px;
		margin-right: 12px;
	}

}

@media (max-width: 415px) {
	.repeart-image-4 .repeart-image-img .inner {
		height: 237px;
	}

	.repeart-image-3 .repeart-image-img .inner {
		height: 292px;
	}

	.repeart-image-2 .repeart-image-img .inner {
		height: 238px;
	}

	section.section-tab06.table-template-2 ul.nav-tabs li a {
		padding: 9px 20px;
		margin-right: 11px;
	}
}


@media (max-width: 376px) {
	.repeart-image-4 .repeart-image-img .inner {
		height: 213px;
	}

	.repeart-image-3 .repeart-image-img .inner {
		height: 263px;
	}

	.repeart-image-2 .repeart-image-img .inner {
		height: 168px;
		padding: 20px;
	}

	.page-template-page-TVT .section-tab04 .repeart-image-2 .repeart-image-img .inner p,
	.page-template-page-TVT .section-tab04 .repeart-image-2 .repeart-image-img .inner span {
		font-size: 18px !important;
	}

	.page-template-page-TVT .section-tab04 .repeart-image-2 .repeart-image-img .inner ul {
		padding-left: 15px;
		font-size: 15px;
	}

	section.section-tab06.table-template-2 ul.nav-tabs li a {
		padding: 9px 13px;
		margin-right: 10px;
	}

	.page-template-page-CNV section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-DVKT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-HTKT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-KTNB section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-KTT section.section-tab04 .section-tab04-wrap01 .inner {
		min-height: 352px;
	}

	.page-template-page-GT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-GDLK section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-QTT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-SXKT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-DKDT section.section-tab04 .section-tab04-wrap01 .inner,
	.page-template-page-TVT section.section-tab04 .section-tab04-wrap01 .inner {
		min-height: 352px;
	}
}



@media (max-width: 360px) {}