/*
Theme Name: UniTheme
Theme URI: univn.vn
Author: Quang Hoa
Author URI: univn.vn
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: univn
/*--------------------------------------------------------------
>>> 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/css?family=Montserrat:400,400i,500,500i,700,700i&display=swap&subset=vietnamese');
html{font-size:62.5%;}
body {font-family: 'Montserrat', Arial, sans-serif;font-size: 14px;line-height: 1.71428571;overflow-x: hidden;}
a {color: #97c93d;transition: all 0.3s ease-in-out;}
a:hover {color: #97c93d;}
a:hover, a:active, a:focus, a:visited {text-decoration: none}
img {max-width: 100%;height: auto}
.site-boxed {
	max-width: 1140px;
	margin: 0 auto;
}
.site-boxed .container {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title, .site-description {font-size: 0;margin: 0}
.site-header .header-content {position: relative}
/* Header style 1 */
.header-banner #showmenu {
	right: 15px;
}
/* Header style 2 */
.site-header.header-logo .logo img {
	margin: 10px 0;
}
/* Header style 3 */
/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.main-navigation ul {
	padding: 0;
	margin: 0;
}
.main-navigation ul.menu li {
	position: relative;
	display: block;
}
.main-navigation ul.menu > li {
	float: left;
}
.main-navigation ul.menu li a {
	font-size: 14px;
	color: #FFF;
	display: block;
	white-space: nowrap;
	padding: 8px 20px 8px 8px;
	font-weight: normal;
}
.main-navigation ul.menu > li > a {
	font-size: 14px;
	font-weight: bold;
	padding: 0 14px;
	line-height: 40px;
	height: 40px;
	color: #333333;
	text-transform: uppercase;
	border-radius: 2rem;
}
.main-navigation ul.menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-left: 5px;
}
.main-navigation ul.menu > li.menu-item-has-children:hover > a:after {
	content: "\f106";
}
.main-navigation ul.menu > li.li-home > a:before {
    content: "\f015";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 5px;
}
.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 {
	color: #FFF !important;
	background: #97c93d;
}
/* Submenu 1 */
.main-navigation ul ul {
    background-color: #97c93d;
	min-width: 210px;
	padding: 10px 0;
	left: 0;
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -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);
}
.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.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: #618128;
}
.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 {
    content: "\f0da";
    float: right;
    margin-right: -14px;
	font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: 22px;
}
/* Submenu 2 */
.main-navigation ul ul ul {
    position: absolute;
    left: 80%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.main-navigation ul ul ul li {
    width: 100%;
    opacity: 1;
}
.main-navigation ul ul li:hover > ul {
	opacity: 1;
    left: 100%;
    visibility: visible;
}
.site-header.header-banner .main-navigation, .site-header.header-logo-style2 .main-navigation {
	background: #FFF;
	padding: 26px 0;
}
.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 30px 0;
	padding: 0 0 20px 0;
	font-size: 30px;
	line-height: 1.4;
	color: #333333;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
   	background: url(lib/images/bg-heading.png) center bottom no-repeat; 
}
.heading a {
	position: relative;
	display: inline-block;
	color: #333333;
}
.heading-left {
	background-position: left bottom;
}
.page-title, h1.entry-title {
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	margin: 5px 0 15px 0;
}
.page-title-bar {
    padding: 60px 0 50px 0;
    margin-bottom: 60px;
    background: url(lib/images/bg-title.jpg) center top no-repeat;
    background-size: cover;
}
.page-title-bar .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    text-align: center;
    color: #FFF;
}
.breadcrumb {
	padding: 5px 0;
	margin-bottom: 10px;
	background: none;
	color: #333333;
	justify-content: center;
}
.breadcrumb, .breadcrumb * {
	color: #FFF;
}
#back-top {margin: 0}
#back-top a {display: block;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s}
#back-top span {border-radius: 5px;display: inline-block;height: 40px;width: 40px;position: fixed;bottom: 20%;right: 30px;z-index: 9;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);overflow: hidden;text-indent: 100%;white-space: nowrap;background: #97c93d url(lib/images/top.png) no-repeat center 50%;opacity: .5;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s}
#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-sm-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}
@media (min-width: 992px) {.col-md-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}
@media (min-width: 1200px) {.col-lg-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}
.wpcf7 label {font-weight: 600;display: block}
.wpcf7 div.wpcf7-validation-errors {margin: 2em 0 1em}
.wpcf7 span.wpcf7-not-valid-tip {margin: 5px 0}
.page_nav {
	text-align: center;
	margin-bottom: 60px;
}
.page_nav * {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	margin: 0 5px;
	color: #333333;
}
.page_nav .current, .page_nav .page-numbers:hover {
	background: #97c93d;
	color: #FFF;
	border-color: #97c93d;
}
.screen-reader-text {display: none}
.btn {
	font-size: 14px;
	background: #97c93d;
	color: #FFF;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #FFF;
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.btn-primary {
	border-color: #97c93d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #97c93d;
    border-color: #97c93d;
}
.form-control {
	height: 34px;
	font-size: 14px;
}
textarea.form-control {
	height: 160px;
}
/*--------------------------------------------------------------
## 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 1.5em;
}
.widget select {
	max-width: 100%;
}
.sidebar .widget {
	margin: 0 0 20px 0;
}
.sidebar .widget-title {
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #97c93d;
	padding: 10px 10px;
	margin: 0;
}
.sidebar .widget ul {
	padding: 0;
}
.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;
}
.sidebar .widget:not(.widget_slider_products) ul {
	margin: 0;
}
.sidebar .widget:not(.widget_slider_products) ul li {
	display: block;
}
/* Widget Custom Menu */
.sidebar .widget_nav_menu ul li {
	position: relative;
	padding: 8px 10px;
}
.sidebar .widget_nav_menu ul.menu > li:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}
.sidebar .widget_nav_menu ul li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #333333;
}
.sidebar .widget_nav_menu ul li a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #97c93d;
    border-radius: 50%;
    margin-right: 5px;
}
.sidebar .widget_nav_menu .menu-item-has-children .sub-menu {
	background: #FFF;
	position: absolute;
	top: -1px;
	left: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	min-width: 200px;
	border: 1px solid #cccccc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
}
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children .sub-menu {
	right: 100%;
	left: initial;
	-moz-transform: translate(-40px, 0);
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}
.sidebar .widget_nav_menu .menu-item-has-children:hover > .sub-menu,
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children:hover .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
/* Widget Search */
.search-form label {
	width: 100%;
	margin-bottom: 0;
}
.search-form input[type=search], .search-form input[type=submit] {
	height: 40px;
	outline: none;
	border: none;
}
.search-form input[type=search] {
	width: 100%;
	background: none;
	color: #FFF;
	font-weight: normal;
	padding: 4px 39px 4px 10px;
}
.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: 40px;
	cursor: pointer;
}
.search-form input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFF;
}
.search-form input[type=search]::-moz-placeholder { /* Firefox 19+ */
	color: #FFF;
}
.search-form input[type=search]:-ms-input-placeholder { /* IE 10+ */
	color: #FFF;
}
.search-form input[type=search]:-moz-placeholder { /* Firefox 18- */
	color: #FFF;
}
.sidebar .search-form {
	padding: 4px 12px;
	background: #176fc8;
	overflow: hidden;
}
.site-header .search-form {
	display: inline-block;
	position: relative;
	height: 40px;
    border-radius: 40px;
	background: #97c93d;
	overflow: hidden;
}
.site-header .search-form input[type=search] {color: #FFF;}
.site-header .search-form label {
	width: 40px;
	transition: all .3s ease-in-out;
}
.site-header .search-form:hover label {
	width: auto;
}
/* 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 .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 .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: #333;
	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 .phone {
	font-size: 20px;
	color: #ff0000;
	font-weight: 600;
}
.widget_supports .support-style-2 .skype {
	position: absolute;
	right: 7px;
	bottom: 10px;
	z-index: 1;
}
.widget_supports .list-supporter .email {
	padding: 5px 10px;
	font-weight: 600;
	line-height: 20px;
}
.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 ul li {
}
.widget_supports .support-style-3 .name {
	font-size: 12px;
	color: #333333;
}
.widget_supports .support-style-3 .phone {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #e70c0c;
}
.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;
}
html .widget_slider_products .slick-carousel.slick-dotted.slick-slider {
	margin: 0;
}
.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 {
	margin-right: 15px;
}
.item-product-slide .alignright {
	margin-left: 15px;
}
.item-product-slide .alignleft > div, .item-product-slide .alignright > div {
	width: 100%;
}
.slick-slide.item-product-slide img {
	width: auto;
	display: inline-block;
	max-height: 100px;
	max-width: 100px;
}
.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 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;
}
/* Widget Slider Posts */
.sidebar .widget_listpost_widget ul {
	padding: 20px 10px;
	background: #fafafa;
}
/* Slick Slider */
html .slick-carousel.slick-dotted.slick-slider {
	padding-bottom: 40px;
}
.slick-slider .slick-slide, .slick-slider .slick-slide a {
	outline: none;
}
.slick-slider .slick-next, .slick-slider .slick-prev {
	z-index: 1;
}
.slick-slider .slick-next {
	right: -15px;
}
.slick-slider .slick-prev {
	left: -15px;
}
.slick-slider .slick-arrow:before {
	font-family: Font Awesome\ 5 Free !important;
	font-weight: bold;
}
.slick-prev:before {
	content: "\f053" !important;
}
.slick-next:before {
	content: "\f054" !important;
}
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
	color: #97c93d;
	opacity: 1;	
}
.slick-slider .slick-dots {
	bottom: 10px;
}
.slick-slider .slick-dots li button:before {
	font-size: 14px;
	color: #d8d8d8;
}
.slick-slider .slick-dots li {
	margin: 0;
}
.slick-slider .slick-dots li.slick-active button:before {
	color: #97c93d;
	opacity: 1;
}
@media ( max-width: 575.5px ) {
	.slick-slider .slick-prev {
		left: 5px;
	}
	.slick-slider .slick-next {
		right: 5px;
	}
}
.slick-slider {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.slick-slide {
	padding-left: 15px !important;
	padding-right: 15px !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: #97c93d;
}
.widget_featuredpage .alignleft, .widget_featuredpage .alignright {
	width: 30%;
}
.widget_featuredpage .alignleft {
	margin-right: 10px;
}
.widget_featuredpage .alignright {
	margin-left: 10px;
}
.widget_featuredpage .aligncenter {
	margin-bottom: 10px;
}
.widget_featuredpage p {
	font-size: 13px;
	text-align: justify;
}
/* Widget Information */
.widget_information li {
	padding: 3px 0 3px 22px;
	position: relative;
}
.widget_information i {
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 7px;
	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 {margin: 0;padding: 0;}
.widget_social ul li {display: inline-block;margin-right: 5px;}
.widget_social ul li:last-child {margin-right: 0;}
.widget_social ul li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #333;
    background: #fff;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-out;
}
.widget_social .icon_facebook a {color: #3b5999}
.widget_social .icon_twitter a {color: #55acee}
.widget_social .icon_google a {color: #dd4b39}
.widget_social .icon_youtube a {color: #cd201f}
.widget_social .icon_linkedin a {color: #0077B5}
.widget_social .icon_pinterest a {color: #bd081c}
.widget_social .icon_instagram a {color: #e4405f}
.widget_social ul li a:hover {transform: translateY(-5px)}
/* Widget Tag Cloud */
.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px solid #97c93d;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #97c93d;
}
.tagcloud a:hover {
	background: #97c93d;
	color: #FFF;
}
/* Count Per Day */
.sidebar .cpd {
	padding: 5px 10px;
}
.sidebar .cpd li {
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
}
.sidebar .cpd li:last-child {
	border-bottom: none;
}
/* Slider */
.wtb-slider {
	margin-bottom: 35px;
	position: relative;
}
/*@media (min-width: 992px) and (max-width: 1920px) {
	.wtb-slider:after {
		content: '';
		display: block;
		width: 100%;
		height: 224px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(lib/images/bg-slide.png) bottom center no-repeat;
	}
}*/
html .theme-default .nivo-controlNav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block}
.hentry {margin: 0 0 1.5em}
.byline, .updated:not(.published) {display: none}
.single .byline, .group-blog .byline {display: inline}
.page-links {clear: both;margin: 0 0 1.5em}
.single article.post .entry-content {
	line-height: 25px;
	margin-bottom: 20px;
}
.single .entry-content table tr td {
    padding: 8px;
    line-height: 1.42857143;
}
.entry-meta {
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 10px;
}
.entry-meta span {
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	background: #969696;
	padding: 5px 15px;
}
.entry-meta span i {
	color: #FFF;
}
.socials-share {
    padding: 20px 0 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.post-next-prev {
	border-bottom: 1px solid #ebebeb;
	margin: 20px 0;
}
.post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}
.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: 20px;
	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: #97c93d;}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comment-list .comment-content a {word-wrap: break-word}
.comment-form label {display: block}
.comment-form textarea,.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {width: 100%;padding: 5px 10px}
.comment-form input, .comment-form textarea {border: 1px solid rgba(51, 51, 51, 0.1);color: rgba(51, 51, 51, 0.7)}
.comment-form input[type="submit"] {background: #97c93d;color: #FFF;padding: 5px 10px}
.comment-list {list-style: none;margin: 0;padding: 0}
.comment-list article, .comment-list .pingback, .comment-list .trackback {border-top: 1px solid #eaeaea;border-top: 1px solid rgba(51, 51, 51, 0.1);padding: 1.6em 0}
.comment-content {padding: 10px 20px 45px;margin: 25px 0 0;font-size: 15px;border: 1px solid #dfdfdf;border-radius: 3px;line-height: 1.5em !important}
.comment-list li .reply {position: absolute;margin: -45px 0 0 10px;padding: 5px 10px}
.comment-list .children {list-style: none;margin: 0}
.comment-list .children > li {padding-left: 0.8em}
.comment-author {padding: 10px 5px 0}
.comment-list li .avatar {background: #fff;float: left;margin: 0 10px 0 0px;border-radius: 50%;-moz-border-radius: 50%}
.comment-list p, .ping-list p {font-weight: normal;text-transform: none;margin: 10px 5px 10px 0;padding: 0;word-wrap: break-word}
.comment-list li .fn, .comment-list li .cfn {font-size: 16px;display: inline-block;margin: 10px 0 0}
.comment-list li .says {display: none}
/* Extra Comments */
#formcmmaxweb {margin-bottom:20px}
#formcmmaxweb textarea.form-control  {height: auto;}
span.title_comment {font-size:20px;color:#606664;line-height:1.3em;font-weight:700;margin:15px 0;display:block}
.comment-author.vcard {width:25px}
.comment-author.vcard {float:left;clear:both;z-index:2;position:relative;text-align:center}
.commentlist {margin-top:10px}
.commentlist li {overflow:hidden;clear:both;margin-bottom:10px}
.commentlist .children {margin-top:10px}
.commentBody em {color:red}
.commentBody {position:relative;margin-left:35px;overflow:hidden}
.comment-meta.commentmetadata {position:relative;padding:0;margin:0 0 5px}
.noidungcomment {font-size:14px;line-height:22px}
.cancel-comment-reply a {display: block;margin: 5px 0;font-size:14px;text-decoration:none;color:#a9883f}
.nocomments {border-color:#D98D8D;background-color:#FFCECE;background-position:left -792px;color:#665252;padding:10px}
.comment-meta.commentmetadata .ngaythang {position:absolute;top:0;right:0;color:#97c93d;opacity:.3;font-size:12px}
.commentBody:hover .comment-meta.commentmetadata .ngaythang {opacity:1}
.commentBody .reply {float:right;margin:0;position:absolute;bottom:0;right:0}
.comment-meta.commentmetadata .fn {font-weight:700;color:#333;margin:0;text-transform:capitalize;font-size:16px;line-height:22px;margin-top:2px}
ol.commentlist_mw,ol.commentlist_mw ul.children {list-style:none;padding: 0;}
ol.commentlist_mw li {margin-bottom:10px}
ol.commentlist_mw>ul.children {margin:10px 0 15px 35px;background:#f8f8f8;padding:10px;position:relative;border: 1px solid #dfdfdf;}
ol.commentlist_mw>ul.children:before  {content: '';position: absolute;top: -11px;left: 13px;width: 0;height: 0;border-bottom: 11px solid #dfdfdf;border-left: 11px solid rgba(238,238,238,0);border-right: 11px solid rgba(238,238,238,0);}
ol.commentlist_mw>ul.children:after {content:'';position:absolute;top:-10px;left:14px;width:0;height:0;border-bottom:10px solid #f8f8f8;border-left:10px solid transparent;border-right:10px solid transparent}
div.error {color:red;font-size:14px;text-align:left;line-height:16px;margin:10px 0 0}
.tools_comment a {color:#97c93d;font-size:14px;position:relative;padding:0 15px 0 0;margin:0 7px 0 0;line-height:14px}
.tools_comment a:after {content:"";width:4px;height:4px;top:50%;margin-top:-2px;background:#999;position:absolute;right:0;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}
.tools_comment a:last-child:after {display:none}
.tools_comment a:last-child {padding:0;margin:0}
.noidungcomment p {margin:0 0 5px}
/*--------------------------------------------------------------
# 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: 1.5em;max-width: 100%}
.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto}
.wp-caption .wp-caption-text {margin: 0.8075em 0}
.wp-caption-text {text-align: center}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em}
.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}
/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.sidebar-content .site-main,
	.content-sidebar .site-main {
		float: right;
		width: 74.5%;
	}
	.sidebar-content .sidebar,
	.content-sidebar .sidebar {
		float: left;
		width: 23.5%;
	}
	.content-sidebar .site-main {
		float: left;
	}
	.content-sidebar .sidebar {
		float: right;
	}
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.content-sidebar-sidebar .content-sidebar-wrap {
		float: left;
		width: 75.5%;
	}
	.sidebar-content-sidebar .site-main,
	.sidebar-sidebar-content .site-main,
	.content-sidebar-sidebar .site-main {
		float: right;
		width: 67.5496689%;
	}
	.sidebar-content-sidebar .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary,
	.content-sidebar-sidebar .sidebar-primary {
		float: left;
		width: 31.1258278%;
	}
	.sidebar-content-sidebar .sidebar-secondary,
	.sidebar-sidebar-content .sidebar-secondary {
		float: right;
		width: 23.5%;
	}
	.sidebar-sidebar-content .sidebar {
		float: left;
	}
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: right;
	}
	.content-sidebar-sidebar .sidebar-primary {
		float: right;
	}
	.content-sidebar-sidebar .sidebar-secondary {
		float: right;
		width: 23.5%;
	}
	.content-sidebar-sidebar .site-main {
		float: left;
	}
}
.site-content {
	padding-top: 0;
}
.home .site-content, .page-template-page-fullwidth .site-content {
	padding-top: 0;
}
.page-template-page-fullwidth .site-main {
	width: 100%;
}
.page-template-page-fullwidth .site-main > article {
	margin-bottom: 0;
}
.page-template-page-fullwidth .site-main > article > .entry-header {
	display: none;
}
.page-template-page-fullwidth .page-title-bar {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.sh-blog-shortcode.style-1 .element.item-new {
	margin-bottom: 0;
}
.sh-blog-shortcode.style-1 .element.item-new .post-inner {
	margin-bottom: 20px;
}
.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.sh-blog-shortcode .element.item-new .entry-description {
	color: #747474;
}
.sh-blog-shortcode .element.item-new .btn {
	border-radius: 20px;
}
.sh-blog-shortcode .element.item-new .view-detail {
	color: #97c93d;
}
.sh-blog-shortcode .element.item-new .view-detail i {
	display: none;
}
.sh-blog-shortcode .element.item-new .entry-thumb {
	padding: 2px;
    box-shadow: 0 0 2px 0 #b5b5b5;
}
/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
.sh-blog-shortcode .element .entry-content {
	margin: 0;
}
.sh-blog-shortcode .element .entry-thumb a {
	overflow: hidden;
	display: block;
}
.sh-blog-shortcode .element .entry-thumb a img {width: 100%;height: auto;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out}
.sh-blog-shortcode .element .entry-thumb a img:hover {transform: scale(1.1);-webkit-transform: scale(1.1)}
.sh-blog-shortcode .element .entry-meta {
	color: #888;
	font-style: italic;
	margin-bottom: 5px;
}
.sh-blog-shortcode .element .entry-meta i {
	margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
	margin: 15px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	/*text-transform: uppercase;*/
}
.sh-blog-shortcode .element .entry-title a {
	color: #333333;
}
.sh-blog-shortcode .element .entry-title a:hover {
	color: #97c93d;
}
.sh-blog-shortcode .element .entry-description {
	text-align: justify;
	line-height: 1.4;
	margin-bottom: 20px;
}
.view-detail {
	border-radius: 5px;
	display: inline-block;
    font-weight: bold;
    background: #97c93d;
    box-shadow: 3px 4px 0px 0px #7fa834;
    color: #FFF;
    padding: 10px 20px;
    position: relative;
    top: 0;
    text-transform: uppercase;
}
.view-detail:hover {
	background: #6dab3c;
	color: #FFF;
    top: 3px;
    box-shadow: 0 4px 0px 0px #53812d;
}
/* Blog Shortcode 1 */
.sh-blog-shortcode.style-1 .element .entry-thumb {
	float: left;
	width: 25%;
	margin-right: 15px;
}
.sh-blog-shortcode.style-1 .element .entry-title {
	margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-1 .element .entry-title a {
	color: #333333;
}
.sh-blog-shortcode.style-1 .element .entry-title a:hover {
	color: #97c93d;
}
.sh-blog-shortcode.style-1 .element .entry-description p {
	margin-bottom: 5px;
}
/* Blog Shortcode 2 */
/* Blog Shortcode 3 */
.sh-blog-shortcode.style-3 .element {
	margin-bottom: 0;
}
.sh-blog-shortcode.style-3 .element .post-inner {
/*	padding-bottom: 30px;*/
	margin-bottom: 30px;
/*	border-bottom: 1px solid #f1f1f1;*/
}
.sh-blog-shortcode.style-3 .element .entry-thumb {
	border-radius: 10px;
	overflow: hidden;
}
/* Blog Shortcode 4 */
.sh-blog-shortcode.style-4 .element .post-inner {
	text-align: center;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.sh-blog-shortcode.style-4 .element .entry-thumb {
	border-radius: 10px 10px 0 0;
	position: relative;
	overflow: hidden;
}
.sh-blog-shortcode.style-4 .element .entry-thumb:after {
    content: "";
    background-image: url(lib/images/bg3.png);
    width: 100%;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-size: 100% 26px;
    background-position: left top;
    background-repeat: repeat;
    margin: auto;
}
.sh-blog-shortcode.style-4 .element .entry-title {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}
.sh-blog-shortcode.style-4 .element .entry-title a {
	color: #333333;
}
.sh-blog-shortcode.style-4 .element .post-inner:hover .entry-title a {
	color: #97c93d;
}
.sh-blog-shortcode.style-4 .element .entry-content {
	padding: 25px 15px;
}
.sh-blog-shortcode.style-4 .element .entry-description {
    text-align-last: center;
}
.sh-blog-shortcode.style-4 .element .post-inner:hover .view-detail {
	background: #6dab3c;
	color: #FFF;
    top: 3px;
    box-shadow: 0 4px 0px 0px #53812d;
}
.sh-blog-shortcode.style-4 .element .post-inner:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/* Blog Shortcode 5 */
.sh-blog-shortcode.style-5 .entry-thumb {
	float: left;
	width: 110px;
	margin-right: 15px;
}
.sh-blog-shortcode.style-5 .element .entry-title {
	margin-top: 0;
}
.sh-blog-shortcode.style-5 .element .entry-description {
	font-size: 13px;
}
/* Blog Shortcode 6 */
.sh-blog-shortcode.style-6 .entry-thumb {
	padding: 3px;
	background: #FFF;
	border: 1px solid #cdcdcd;
}
.sh-blog-shortcode.style-6 .entry-title a {
	color: #333333;
}
.sh-blog-shortcode.style-6 .entry-title a:hover {
	color: #97c93d;
}
.sh-blog-shortcode.style-6 .first-element-layout, .sh-blog-shortcode.style-6 .second-element-layout {
	margin-bottom: 20px;
}
.sh-blog-shortcode.style-6 .first-element-layout .element {
	margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
	float: left;
	width: 110px;
	margin-right: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
	margin-top: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
	margin-bottom: 0;
}
/* Blog Shortcode 7 */
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
	float: left;
	width: 30%;
	margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
	margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
	margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
	margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #97c93d;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
/* Blog Shortcode 8 */
.sh-blog-shortcode.style-8 .element {
	margin-bottom: 30px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
	position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background-color: rgb(0, 0, 0, .5);
	padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
	display: block;
	color: #FFF;
	max-height: 40px;
	overflow: hidden;
}
.sh-blog-shortcode.style-8 .element .entry-title a:hover {
	text-decoration: underline;
}
@media (max-width: 414px) {
	.sh-blog-shortcode .element {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/*--------------------------------------------------------------
## 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: #97c93d;
    padding: 0 15px;
    position: relative;
}
.navbar-brand {
	color: #FFF !important;
	height: 46px;
	padding: 12px 0;
	font-size: 16px;
	font-weight: bold;
	/*position: absolute;
	left: 50%;
    transform: translate(-50%, 0);*/
}
.navbar-brand img {max-height: 30px;}
#mobilenav {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-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__inner {
    background: #97c93d;
    background-image: linear-gradient(to right, rgba(151, 201, 61, 0.8509803922) 0%, rgba(127, 168, 52, 0.9607843137) 100%);
    max-width: 84%;
    position: relative;
    height: 100%;
}
.mobilenav__inner .menu-top-menu-container {
	height: calc( 100% - 128px );
	overflow: auto;
}
.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__inner .menu_close i {
	font-size: 18px;
    top: 50%;
    left: 0;
    border-radius: 0 40px 40px 0;
    padding: 10px;
    position: absolute;
    background: #7fa834;
    border-left: 1px solid #7fa834;
    color: #fff;
    transform: translateY(-50%);
}
.toplg {padding: 50px 15px 40px 15px;text-align: center;}
.toplg img {max-width: 150px;margin: 0 auto;}
#mobilenav h3 {color: #f2f2f2;font-size: 28px;font-weight: bold;}
#mobilenav .mobile-menu {margin: 0;padding: 0;}
#mobilenav .mobilenav__inner > div:not(.toplg) {
	overflow-y: auto;
	height: calc( 100% - 128px );
}
#mobilenav li {display: block;position: relative;overflow: auto;}
#mobilenav li a {
	color: #fff;
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 15px;
	line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    /*border-bottom: solid 1px #161b1f;*/
	/*border-top: solid 1px #4b4e50;*/
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
#mobilenav ul.mobile-menu > li > a {
	/*background: #262d33;*/
}
#mobilenav .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	line-height: 25px;
	color: #FFF;
	background: rgba(255,255,255,0.085);
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
#mobilenav .arrow:before {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-size: 18px;
    left: 43%;
}
#mobilenav ul ul.sub-menu {
	background: #363f48;
}
#mobilenav ul > li.menu-item-has-children.open>.arrow:before {content: "\f106";}
#mobilenav ul.sub-menu {display: none;list-style: none;margin: 0;padding: 0;}
.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);-webkit-transition: opacity 0.2s ease-in-out 0s;-moz-transition: opacity 0.2s ease-in-out 0s;transition: opacity 0.2s ease-in-out 0s;}
#showmenu {position: absolute;top: 20px;right: 0;z-index: 5;}
#hamburger .hamburger{margin-left:10px}
.hamburger{display:inline-block;width:30px;height:30px;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;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}
.hamburger-box{width:30px;height:24px;display:inline-block;position:relative}
.hamburger-inner{display:block;top:50%;margin-top:-2px}
.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:30px;height:3px;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}
.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}
.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}
.hamburger--collapse .hamburger-inner::before{-webkit-transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)}
.hamburger--collapse .hamburger-inner::after{top:-20px;-webkit-transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}
.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(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
.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(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.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 .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1)}
.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear}
.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}
/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer {
	color: #555555;
}
.site-footer a {
	color: #555555;
}
.footer-widgets {
	padding: 40px 0 20px 0;
	background: url(lib/images/bg-footer.png) left top no-repeat, #FFF;
}
@media (min-width: 1200px) {
	.footer-widgets {
		padding: 60px 0 40px 0;
	}
}
.footer-widgets h4.widget-title {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	background: url(lib/images/heading-footer.png) left bottom no-repeat;
}
.footer-widgets .widget {
	margin-bottom: 2em;
}
.footer-widgets .widget_information i {
	color: #97c93d;
}
.footer-widgets ul {
    padding-left: 0;
    list-style: none;
}
.footer-widgets ul ul {
	display: none;
}
.site-footer .footer-widgets .widget_nav_menu ul li {
    position: relative;
    padding: 10px 0 11px;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
}
.site-footer .footer-widgets .widget_nav_menu ul li a {
    display: block;
}
.site-footer .footer-widgets .widget_nav_menu ul li a:before {
    position: absolute;
    right: 0;
    top: 10px;
    content: "\f105";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
}
.site-footer .footer-widgets .widget_nav_menu ul li a:hover {
    text-decoration: underline;
}
.footer-widgets .textwidget {
	text-align: justify;
}
.site-info {
	padding: 10px 0;
	background: #97c93d;
}
.site-info, .site-info a {
	color: #FFF;
}
.site-info p {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.top-header {
	padding: 10px 0;
	background: #f1f1f1;
}
.top-header .widget {
	margin-bottom: 0;
}
.top-header .widget_text {
	float: left;
}
.top-header .widget_text p {
	margin-bottom: 0;
}
.top-header .widget_social {
	float: right;
}
.top-header .widget_social ul li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	box-shadow: none;
	color: #333333;
	background: none;
}
.logo img {
	margin: 20px 0;
	max-height: 80px;
}
.header-main {
	border-bottom: 1px solid #f1f1f1;
}
.header-content__el {
	display: inline-block;
	padding-left: 50px;
	min-height: 42px;
	max-width: 286px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}
.header-content__el p {
	margin: 0;
}
.header-content__el strong {
	color: #ec469a;
}
.header-content__hotline {
	margin-right: 20px;
	background-image: url(lib/images/telephone-call.svg);
}
.header-content__email {
	margin-right: 20px;
	background-image: url(lib/images/email.svg);
}
.header-content__address {
	background-image: url(lib/images/map.svg);
}
.font-light {
	color: #FFF;
}
.heading-page {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 15px;
}
.section-page-l .wpb_text_column {
	padding: 10px 0 10px 20px;
	border-left: 1px solid #FFF;
	text-align: justify;
}
.section-page-r .wpb_text_column {
	padding: 10px 20px 10px 0;
	border-right: 1px solid #97c93d;
	text-align: justify;
}
.section-page-r.font-light .wpb_text_column {
	border-color: #FFF;
}
.heading-document {
	font-size: 48px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 40px;
}
.heading-document span {
	font-size: 30px;
	font-weight: normal;
}
html .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d {
	font-weight: bold;
	background-color: #97c93d;
	box-shadow: 3px 4px 0px 0px #7fa834;
}
html .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus, 
html .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 4px 0px 0px #53812d;
}
html .vc_row.vc_row-o-full-height {
	min-height: 100vh !important;
}
.project-item {
	margin-bottom: 30px;
}
.project-item .post-inner {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.project-item img {
	width: 100%;
}
.project-item .entry-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 30px;
	background: rgba(0,0,0,.8);
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .5s ease-in-out;
}
@media (max-width: 991px) {
	.project-item .entry-content {
		padding: 15px;
	}
}
.project-item .post-inner:hover .entry-content {
	opacity: 1;
	visibility: visible;
}
.project-item .entry-content:before,
.project-item .entry-content:after {
	display: none;
}
.project-item .entry-title {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0;
}
.project-item .entry-title a {
	color: #FFF
}
.entry-action a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 10px;
	color: #97c93d;
	background: #FFF;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}
.entry-action a:hover {
	background: #97c93d;
	color: #FFF;
}
.home .site-main > article {
	margin-bottom: 0;
}
/*#home-gioithieu {
	background: url(lib/images/bg-gt.png) right bottom 40% no-repeat;
}*/
#home-sanpham .wtb_infobox_container {
	overflow: hidden;
	margin-bottom: 0;
}
#home-sanpham .wtb-icon-box.top-icon {
	position: relative;
}
#home-sanpham .wtb-icon-box.top-icon:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
	background: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease-in-out;
}
#home-sanpham .wtb_infobox_container:hover .wtb-icon-box.top-icon:before {
	opacity: 1;
	visibility: visible;
}
#home-sanpham .wtb-icon-box.top-icon .wtb-icon-img,
#home-sanpham .wtb-icon-img img {
	width: 100%;
}
#home-sanpham .wtb-icon-img img {
	transition: all .5s ease-in-out;
}
#home-sanpham .wtb-icon-box.top-icon .wtb-icon-header {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
#home-sanpham .wtb-icon-box.top-icon .wtb-icon-header h3.wtb-icon-title {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 20px;
	background: url(lib/images/bg-heading.png) center bottom no-repeat;
}
@media (min-width: 1600px) {
	#home-sanpham .wtb-icon-box.top-icon .wtb-icon-header h3.wtb-icon-title {
		font-size: 30px;
	}
}
#home-sanpham .wtb_infobox_container:hover .wtb-icon-img img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
#home-dichvu {
	background: url(lib/images/bg2.jpg) center top no-repeat;
}
#home-gioithieu, #home-dichvu, #home-taisao, #home-duan, #home-camnhan, #home-doitac {
	padding-top: 50px;
	padding-bottom: 15px;
}
@media (min-width: 1600px) {
	#home-gioithieu, #home-dichvu, #home-taisao, #home-duan, #home-camnhan, #home-doitac {
		padding-top: 90px;
		padding-bottom: 55px;
	}
}
.filters-button-group {
	text-align: center;
	margin-bottom: 20px;
}
.filters-button-group button {
	background: none;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
	padding: 5px 20px;
	transition: all .3s ease-in-out;
}
.filters-button-group button:hover,
.filters-button-group button.is-checked {
	color: #97c93d;
}
.grid.sh-project-shortcode .project-item .entry-content {
	background: rgba(151,251,61,.8);
}
.grid.sh-project-shortcode .entry-action a:hover {
	background: #000;
}
#home-camnhan {
	background: url(lib/images/bg4.png) left top no-repeat,
				url(lib/images/bg5.png) right bottom no-repeat,
				#f1f1f1;
}
.item-testimonia__main {
	margin-bottom: 25px;
}
.item-testimonia__main h3, .item-testimonia__main .vitri {
	font-size: 14px;
	font-weight: bold;
}
.item-testimonia__main .vitri {
	margin-bottom: 15px;
}
.item-testimonia__content {
	color: #555555;
	text-align: justify;
}
.item-testimonia__content p {
	margin-bottom: 0;
}
#home-camnhan .slick-dots li:not(.slick-active) button:before {
    opacity: 1;
    color: #FFF;
}
#home-doitac {
	background: #FFF;
}
/*#services {
	background-attachment: fixed;
}*/
#testimonials {
    padding-top: 25px;
    padding-bottom: 20px;
/*    background-attachment: fixed;*/
}
#testimonials .item-header-image {
    width: 108px;
    display: inline-block;
    float: left;
    position: absolute;
    top: -54px;
    left: 20px;
}
#testimonials .item-header-image img {
	border-radius: 50%;
}
#testimonials .item-header-content .name {
	font-weight: bold;
	text-transform: uppercase;
}
#testimonials .testimonials-content .content {
    clear: both;
    color: #646464;
    margin-top: 25px;
    font-weight: 300;
}
#testimonials .item-header-content {
    padding-left: 120px;
    color: #333;
}
#testimonials .item-content {
    padding-top: 54px;
}
#testimonials .item-content_ct {
    background: #FFF;
    position: relative;
    padding: 15px 20px 10px;
    min-height: 170px;
    border-radius: 40px 0 40px 0;
}
#project {
    padding-top: 25px;
}
#project .slick-carousel {
    margin: 0;
}
#project .slick-carousel .img-lg {
    width: 100%;
    aspect-ratio: 1/0.5625;
}
#project .slick-carousel .img-lg img {
    object-position: center;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.quytrinhdathang .wpb_text_column {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	border: 2px solid #ec469a;
	border-radius: 12px;
	padding: 15px;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	min-height: 100px;
}
@media (min-width: 768px) {
	.quytrinhdathang .wpb_column:not(:nth-child(4n+4)) .wpb_text_column:before {
		content: '';
		display: block;
		width: 30px;
		height: 2px;
		background-color: #ec469a;
		position: absolute;
		right: -32px;
		top: 47px;
	/*	transform: translateY(-50%);*/
	}
	.quytrinhdathang:not(:first-child) .wpb_column:not(:nth-child(4n+1)) .wpb_text_column:after {
		content: '\f0d9';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: bold;
		color: #ec469a;
		position: absolute;
		left: -32px;
		top: 33px;
	/*	transform: translateY(-50%);*/
	}
	.quytrinhdathang:not(:last-child) .wpb_column:not(:nth-child(4n+4)) .wpb_text_column:after {
		content: '\f0da';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: bold;
		color: #ec469a;
		position: absolute;
		right: -33px;
		top: 33px;
	/*	transform: translateY(-50%);*/
	}
	.quytrinhdathang:not(:last-child) .wpb_column:nth-child(4n+4) .wpb_text_column:before {
	    content: '';
	    display: block;
	    width: 2px;
	    height: 32px;
	    background-color: #ec469a;
	    position: absolute;
	    left: 50%;
	    bottom: -32px;
	    transform: translateX(-50%);
	}
	.quytrinhdathang:not(:last-child) .wpb_column:nth-child(4n+4) .wpb_text_column:after {
		content: '\f0d7';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: bold;
		color: #ec469a;
		position: absolute;
	    left: 50%;
	    bottom: -44px;
	    transform: translateX(-50%);
	}
}
@media (max-width: 767px) {
	.quytrinhdathang .wpb_column .wpb_text_column:before {
	    content: '';
	    display: block;
	    width: 2px;
	    height: 32px;
	    background-color: #ec469a;
	    position: absolute;
	    left: 50%;
	    bottom: -32px;
	    transform: translateX(-50%);
	}
	.quytrinhdathang .wpb_column .wpb_text_column:after {
		content: '\f0d7';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: bold;
		color: #ec469a;
		position: absolute;
	    left: 50%;
	    bottom: -44px;
	    transform: translateX(-50%);
	}
	.quytrinhdathang:nth-child(2n+2) {
		display: flex;
		flex-direction: column-reverse;
	}
	.quytrinhdathang:last-child .wpb_column:first-child .wpb_text_column:before, 
	.quytrinhdathang:last-child .wpb_column:first-child .wpb_text_column:after {
		display: none;
	} 
}
.field-list {
    position: relative;
    height: 540px;
}
.field-item {
    width: calc(20%);
}
.field-item:nth-child(1) {
    position: absolute;
    top: 20.7%;
    left: 0;
}
.field-item:nth-child(2) {
    position: absolute;
    top: 0;
    left: 16%;
}
.field-item:nth-child(3) {
    position: absolute;
    top: 20.7%;
    left: 32%;
}
.field-item:nth-child(4) {
    position: absolute;
    top: 0;
    left: 48%;
}
.field-item:nth-child(5) {
    position: absolute;
    top: 20.7%;
    right: 16%;
}
.field-item:nth-child(6) {
    position: absolute;
    top: 0;
    right: 0%;
}
.field-item .field-thumb {
	text-align: center;
}
.field-item .field-info {
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.field-list .field-content {
    width: 100%;
    height: 203px;
    background: url(lib/images/polygon2.png) center no-repeat;
    display: table;
    text-align: center;
    overflow: hidden;
    background-size: contain;
}
.field-list .field-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18%;
}
.field-list h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .5em;
}
.field-list p {
    margin: 0;
}
@media (min-width: 1150.98px) {
    .field-item:nth-child(2n) .field-info .field-content {
    	order: -1;
    }
}
@media (max-width: 1150px) {
	.field-list {
        position: relative;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .field-list .field-item {
        max-width: 50%;
        flex: 0 0 50%;
    	position: static;
    	padding-left: 15px;
    	padding-right: 15px;
    	margin-bottom: 30px;
    }
    .field-list .field-item:last-child {
    	margin-bottom: 0;
    }
    .field-list .field-content {
        width: 100%;
        height: auto;
        background: #EBEBEB;
        padding: 15px;
    }
    .field-list .field-inner {
    	padding: 0;
    }
}
@media (max-width: 575px) {
	.field-list .field-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
#home-duan .sh-product-shortcode .row {
	justify-content: center;
}
.product-category .count {
	display: none;
}
.zalo-share-button {
    display: inline-block;
    position: relative;
    top: -6px;
}
.zalo-share-button a {
    display: flex;
    padding: 5px 10px;
    background: #0068ff;
    color: #FFF !important;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    line-height: 1;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.header-content__el {
		margin-bottom: 5px;
		background-size: 24px auto;
		min-height: 32px;
		font-size: 12px;
		line-height: 16px;
		padding-left: 34px;
	}
	.main-navigation ul.menu > li > a {
		padding: 0 8px;
	}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	#site-navigation, .sidebar .widget_nav_menu ul ul {
		display: none;
	}
	.site-boxed .site-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo {
		text-align: center;
	}
	.logo img {
		max-height: 50px;
		margin: 10px 0;
	}
	.site-header .search-form {
		display: block;
		margin: 10px auto 10px;
		max-width: 280px;
	}
	.site-header .search-form label {
		width: 100%;
	}
	.site-header .search-form,
	.search-form input[type=search], 
	.search-form input[type=submit] {
		height: 30px;
	}
	#home-gioithieu, #home-dichvu, #home-taisao, #home-duan, #home-camnhan, #home-doitac {
		padding-top: 35px;
		padding-bottom: 0;
	}
	.top-header {
		padding: 5px 0;
	}
	.top-header .widget_text, .top-header .widget_social {
		font-size: 13px;
		text-align: center;
	}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.site-info, .site-info * {
		text-align: center;
	}
	.heading {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	html .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d, .view-detail {
		padding: 8px 14px;
		font-size: 13px;
	}
	#home-sanpham .wtb-icon-box.top-icon .wtb-icon-header h3.wtb-icon-title {
		font-size: 18px;
	}
	.sh-blog-shortcode .element .entry-title,
	.sh-blog-shortcode.style-4 .element .entry-title {
		font-size: 14px;
	}
	.filters-button-group button {
		padding: 2px 10px;
	}
	.footer-widgets h4.widget-title {
		font-size: 16px;
	}
	.page-title-bar {
		padding: 20px 0 10px 0;
		margin-bottom: 35px;
	}
	.page-title-bar .title {
		font-size: 20px;
	}
	.breadcrumb {
		font-size: 12px;
	}
	.heading-document {
		font-size: 30px;
	}
	.heading-document span {
		font-size: 20px;
	}
	.heading-page {
		font-size: 26px;
	}
	html .list-categories__item__title {
		margin: 15px;
	}
	html .list-categories__item h2, html .list-categories__item__title {
		font-size: 18px;
	}
	html .list-categories__item__wrap2 {
		padding: 15px;
	}
	html .list-categories__item__des {
		display: none;
	}
	html .list-products li .woocommerce-loop-product__title {
		font-size: 14px;
	}
	html .short-description__content {
		max-height: none;
	}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.top-header .widget_text, .top-header .widget_social {
		float: none;
	}
	.top-header .widget_social {
		display: none;
	}
	.entry-action a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 5px;
	}
	.project-item {
		margin-bottom: 10px;
	}
	.project-item .entry-title {
		font-size: 12px;
		line-height: 18px;
		max-height: 54px;
		overflow: hidden;
	}
	html .wtb-info-pro__content .el-info {
		padding-left: 0;
		padding-right: 0;
		border: none !important;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: block !important;
	}
	html .quick-phone {
		font-size: 14px;
	}
	html .quick-phone strong {
		font-size: 18px;
		display: block;
	}
	.row:not(.no-gutters) {
		margin-left: -5px;
		margin-right: -5px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 5px;
		padding-right: 5px;
	}
}
