/*

Theme Name: Web3B

Theme URI: thietkeweb3b.com

Author: Quang Hoa

Author URI: thietkeweb3b.com

Description: 

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: shtheme

Tags: web3b

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

>>> 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=Roboto:400,400i,500,500i,700,700i&subset=vietnamese');

html{font-size:62.5%;}

body {font-family: 'Roboto', Arial, sans-serif;font-size: 14px;}

a {color: #00a701;transition: all 0.3s;}

a:hover {color: #00a701;}

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;

}

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

# 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 */

.logo img {

	margin: 7px 0 9px;

}

.header-content__infor__el {

	padding: 10px 5px;

	overflow: hidden;

	position: relative;

	background-repeat: no-repeat;

	background-size: contain;

}

.header-content__infor__phone {

	float: left;

	width: 215px;

	padding: 12px 5px 10px 26px;

	background-image: url(lib/images/bg-phone.png);

	position: relative;

	left: 12px;

}

.header-content__infor__email {

	float: left;

	width: 290px;

	padding: 12px 0px 12px 4px;

	margin-right: -30px;

	background-image: url(lib/images/bg-email.png);

}

.header-content__infor__el p {

	margin: 0;

}

.header-content__infor__el p:first-child {

	margin-top: 2px;

}

.header-content__infor__el a {

	color: #252525;

}

.header-content__infor__el .hotline {

    margin-top: -4px;

}

.header-content__infor__el strong {

	font-size: 18px;

	color: #ed1c24;

}

.header-content__infor__el strong a {

	color: inherit;

}

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

# 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: #333333;

	display: block;

	white-space: nowrap;

	padding: 8px 20px 8px 8px;

	font-weight: normal;

}

.main-navigation ul.menu > li > a {

	font-size: 14px;

	font-weight: normal;

	padding: 0 19px;

	line-height: 40px;

	height: 40px;

	color: #FFF;

	text-transform: uppercase;

}

.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 {

	background: #ed1c24;

}

/* Submenu 1 */

.main-navigation ul ul {

    background-color: #fff;

    border-top: 2px solid #00a701;

	min-width: 210px;

	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: #00a701;

}

.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: -2px;

    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: #00a701;

	border-bottom: 2px solid #ed1c24;

}

.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;

}

.box-social ul {padding:0;margin:0;text-align: right;line-height: 40px;}

.box-social .widget {margin: 0;}

.box-social ul li a {

    display: inline-block;

    height: 30px;

    width: 30px;

    color: #959595 !important;

    background: #ebebeb !important;

    box-shadow: initial !important;

    line-height: 30px;

    border-radius: 50%;

    font-size: 16px;

    text-align: center;

    transition: all 0.3s ease-out;

}

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

# Elements

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

.heading {

	margin: 0 0 15px 0;

	padding: 0;

	font-size: 16px;

	color: #00a701;

	font-weight: bold;

	/* line-height: 40px; */

	text-transform: uppercase;

    border-bottom: 2px solid #00a701; 

}

.heading a:not(.xemtatca) {

	position: relative;

	display: inline-block;

	background: #00a701;

	color: #FFF;

	text-align: center;

	border-radius: 5px 5px 0 0;

	min-width: 200px;

	margin-left: 20px;

	line-height: 40px;

}

.heading .xemtatca {

    float: right;

    font-size: 13px;

    color: #959595;

    text-transform: none;

    font-weight: normal;

    position: relative;

    top: 18px;

}

/* .heading a:after {

    content: '';

    display: inline-block;

    position: absolute;

    bottom: -3px;

    left: 0;

    width: 100%;

    height: 3px;

    background: #00a701;

} */

.home .page-title {display: none;}

.page-title, h1.entry-title {

	font-size: 22px;

	font-weight: 600;

	color: #00a701;

	margin: 5px 0 15px 0;

}

.page-title-bar {

    padding: 20px 0 10px 0;

    margin-bottom: 20px;

}

.page-title-bar .title {

    font-size: 24px;

    line-height: 1.4;

    margin-top: 0;

}

.breadcrumb {

	padding: 5px 0;

	margin-bottom: 10px;

	background: none;

	color: #333333;

}

#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: #00a701 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: 20px;

}

.page_nav * {

	display: inline-block;

	padding: 3px 10px;

	background: #FFF;

	border: 1px solid #00a701;

	margin: 0;

}

.page_nav .current, .page_nav .page-numbers:hover {

	background: #00a701;

	color: #FFF;

}

.screen-reader-text {display: none}

.btn {

	font-size: 14px;

	background: #f4f4f4;

	color: #ed1c24;

	text-transform: uppercase;

	border: 1px solid #ed1c24;

}

.box-form .btn {

    width: 100%;

}

.box-form > p {

	margin-bottom: 0;

	position: relative;

}

.box-form > p:before {

	content: "\f35a";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    margin-right: 5px;

    position: absolute;

    top: 3px;

    right: 28%;

    color: #ed1c24;

}

.ajax-loader {display: none !important;}

.btn.focus, .btn:focus, .btn:hover {

	color: #ed1c24;

	opacity: .9;

}

.btn-primary {

	border-color: #00a701;

}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {

	background: #00a701;

	border: none;

}

.form-control {

	height: 34px;

	font-size: 14px;

}

textarea.form-control {

	height: 160px;

}

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

## Css Scrollbar

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

::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);

	background-color: #fff;

}

::-webkit-scrollbar {

	width: 8px;

	background-color: #fff; 

}

::-webkit-scrollbar-thumb {

	background-color: #555; 

}

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

# 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: 16px;

	color: #FFF;

	font-weight: 600;

	text-transform: uppercase;

	text-align: center;

	background: #00a701;

	padding: 10px 10px;

	border-radius: 5px 5px 0 0;

	margin: 0;

}

.sidebar .widget_nav_menu > div, .widget_supports .list-supporter, 

.sidebar .content-feature-page, .sidebar .slider-products {

	border: 1px solid #cccccc;

	border-top: none;

}

.sidebar .widget ul {

	padding: 0;

}

.sidebar .widget_list_view_posts .list-post-item,

.sidebar .widget .content-feature-page {

	padding: 10px;

}

.sidebar .widget_list_posts .list-post-item, 

.sidebar .textwidget {padding:10px 0;}

.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: #00a701;

    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: calc( 100% - 34px );

	float: left;

	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;

}

.search-form input[type=submit] {

	float: right;

	background: url(lib/images/btsearch.png) center center no-repeat;

	text-indent: -9999px;

	width: 34px;

	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: 5px 12px;

	background: #176fc8;

	overflow: hidden;

}

.site-header .search-form {

	/* position: absolute; */

	/* top: 6px;

	right: 5px; */

	width: 300px;

	border: 1px solid #e1e1e1;

	display: inline-block;

	border-radius: 20px;

}

.site-header input[type=search] {color: #333333;font-style: italic;padding-left: 10px;}

.site-header input[type=search]::placeholder {color: #333333;font-style: italic;}

/* 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;

	padding-bottom: 10px;

	border-bottom: 1px solid #e1e1e1;

}

.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 .alignleft img {

	height: 70px;

	object-fit: cover;

	object-position: center;

	border: 1px solid #e1e1e1;

}

.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: 400;

	line-height: 1.2;

	overflow: hidden;

	height: 48px;

	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: 139px;

		background-image: url(lib/images/bg-support.png);

		background-repeat: no-repeat;

		background-position: top center;

		background-size: contain;

	}

	.widget_supports .support-style-3 {

		padding-top: 0;

		background: none;

	}

}

.widget_supports .support-style-1 {

	background-color: #00a701;

}

.widget_supports .support-style-1 .supporter {

	padding: 0 10px 10px 10px;

}

.widget_supports .support-style-1 li {

	padding: 5px 0;

	font-size: 14px;

	color: #FFF;

	border-top: 1px solid #FFF;

}

.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 .support-style-2 .zalo {

	position: absolute;

	right: 7px;

	bottom: 10px;

	z-index: 1;

}

.widget_supports .support-style-2 .email {

	margin: 0 8px;

	font-weight: 600;

	border-top: 1px solid #dddddd;

	line-height: 30px;

}

.widget_supports .support-style-2 .email a {

	color: #333333;

}

.widget_supports .support-style-3 {

	padding: 5px 0;

}

.widget_supports .support-style-3 ul {

	padding: 10px 15px;

	background: url(lib/images/zalo_logo.png) 186px center no-repeat;

}

.widget_supports .support-style-3 ul li {

}

.widget_supports .support-style-3 .name {

	font-size: 16px;

}

.widget_supports .support-style-3 .phone {

	font-size: 22px;

	font-weight: bold;

	color: #ff0000;

}

/* 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 {

	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: #00a701;

	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: #00a701;

	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: #00a701;

}

.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 a {

	top: 3px;
	
    position: relative;

    display: inline-block;

    height: 30px;

    width: 30px;

    color: #FFF;

    background: transparent;

    border: 1px solid #FFF;

    line-height: 30px;

    border-radius: 5px;

    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)}

/* 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 {

	margin-bottom: 20px;

}

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 {

	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: 15px 0 10px 0;margin-bottom: 20px;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;}

.socials-share .fb_iframe_widget {/* position: relative; *//* top: -8px; */float: left;}

.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: 20px;

}

.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: #00a701;}

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

## 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: #00a701;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}

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

# 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: calc(98% - 22.974%);

	}

	.sidebar-content .sidebar,

	.content-sidebar .sidebar {

		float: left;

		width: 22.974%;

	}

	.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: 15px;

}

.page-template-page-fullwidth .site-main {

	width: 100%;

}

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

## Category

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

.sh-blog-shortcode.style-1 .element.item-new {

	margin-bottom: 0;

}

.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {

    margin-bottom: 20px;

    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: #00a701;

}

.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: 10px 0 5px 0;

	font-size: 15px;

	font-weight: 600;

	line-height: 1.2;

	text-transform: uppercase;

}

.sh-blog-shortcode .element .entry-description {

	text-align: justify;

	line-height: 1.4;

}

/* Blog Shortcode 1 */

.sh-blog-shortcode.style-1 .element.hentry:last-child {

	margin-bottom: 0;

}

.sh-blog-shortcode.style-1 .element .post-inner {

    display: inline-block;

    width: 100%;

    border: 1px solid #e1e1e1;

}

.sh-blog-shortcode.style-1 .element .entry-thumb {

    float: left;

    width: 30.837%;

    margin-right: 0;

}

.sh-blog-shortcode.style-1 .element .entry-content {

    float: left;

    width: calc(100% - 30.837%);

    margin-right: 0;

    padding: 10px;

}

.sh-blog-shortcode.style-1 .element .entry-title {

	margin: 0 0 5px 0;

}

.sh-blog-shortcode.style-1 .element .entry-title a {

	color: #00a701;

}

.sh-blog-shortcode.style-1 .element .entry-title a:hover {

	color: #333333;

}

.sh-blog-shortcode.style-1 .element .entry-description p {

	margin-bottom: 5px;

}

.sh-blog-shortcode.style-1 .entry-field .box-price {

	border: 1px solid #e1e1e1;

	background:  #f4f4f4;

	border-radius: 20px;

	padding: 0 10px;

}

/* Blog Shortcode 2 */

/* Blog Shortcode 3 */

.sh-blog-shortcode.style-1 .element .entry-thumb a img,

.sh-blog-shortcode.style-3 .element .entry-thumb a img {

	max-height: 170px;

	height: 170px;

	object-fit: cover;

	object-position: center;

}

.sh-blog-shortcode.style-1 .element .entry-title,

.sh-blog-shortcode.style-3 .element .entry-title {

	font-size: 15px;

	text-transform: none;

	margin: 0 0 8px !important;

	overflow: hidden;

}

.sh-blog-shortcode.style-3 .element .entry-title {

	height: 36px;

}

.sh-blog-shortcode.style-3 .element .entry-title a {

	color: #00a701;

}

.sh-blog-shortcode.style-3 .element .entry-content {

	padding: 10px;

	border-right: 1px solid #e1e1e1;

	border-left: 1px solid #e1e1e1;

	border-bottom: 1px solid #e1e1e1;

}

.sh-blog-shortcode.style-3 .element .entry-field .map {

	margin-bottom: 5px;

	height: 38px;

	overflow: hidden;

	display: block;

}

.sh-blog-shortcode.style-3 .element .entry-field .map i {

	color: #00a701;

}

.sh-blog-shortcode.style-3 .entry-field .price {

	border: 1px solid #e1e1e1;

	background:  #f4f4f4;

	border-radius: 20px;

	padding: 0 10px;

}

.entry-field .price {

	line-height: 36px;

	margin-top: 8px;

}

.entry-field .box-chitiet a {

	color: #3234ff;

}

.entry-field .box-gia {

	border-right: 1px solid #e1e1e1;

	font-weight: bold;

	color: #ed1c24;

}

@media (min-width: 992px) {

	.entry-field .price .row {

		margin-left: 0px !important;

		margin-right: 0px !important;

	}

	.entry-field .price .col-5,

	.entry-field .price .col-xl-6 ,

	.entry-field .price .col-12,

	.entry-field .price .box-chitiet,

	.entry-field .price .col-7,

	.entry-field .price .box-gia {

		padding-right: 0px !important;

	}

	.entry-field .box-chitiet {

		padding-left: 10px !important;

	}

	.entry-field .price .col-6,

	.entry-field .price .col-7,

	.entry-field .price .col-xl-6,

	.entry-field .price .col-12,

	.entry-field .price .box-gia {

		padding-left: 0px !important;

	}

}

/* Blog Shortcode 4 */

/* 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 #e1e1e1;

}

.sh-blog-shortcode.style-6 .entry-title {

	font-size: 15px;

	text-transform: none;

	margin: 0 0 8px;

	overflow: hidden;

	height: 36px;

}

.sh-blog-shortcode.style-6 .first-element-layout .entry-title {

	margin: 10px 0 8px;

}

.sh-blog-shortcode.style-6 .entry-title a {

	color: #00a701;

}

.sh-blog-shortcode.style-6 .entry-title a:hover {

	color: #333333;

}

.sh-blog-shortcode.style-6 .first-element-layout, .sh-blog-shortcode.style-6 .second-element-layout {

	margin-bottom: 20px;

}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {

	float: left;

	width: 120px;

	margin-right: 15px;

}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb img {

	height: 78px;

	object-fit: cover;

	object-position: center;

}

.sh-blog-shortcode.style-6 .second-element-layout .entry-title {

	margin-top: 0;

}

.sh-blog-shortcode.style-6 .second-element-layout .entry-description p {

	margin-bottom: 0;

}

.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {

	margin-bottom: 10px;

    padding-bottom: 10px;

    border-bottom: 1px dotted #e1e1e1;

}

.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: #00a701;

	border-radius: 50%;

	position: relative;

	top: -2px;

	margin-right: 5px;

}

@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: 9999;

    background: #00a701;

    padding: 0 15px;

    position: relative;

}

.single-post .navbar {

    padding: 0 10px;

    line-height: 40px;

	background: transparent;

	-webkit-box-shadow: none !important;

	box-shadow: none !important;

	border: 1px solid #e1e1e1;

}

.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: #1e1e1e;

    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: #1e1e1e;

    border-left: 1px solid #000000;

    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;}

#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;

    font-size: 14px;

    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: 43px;

	height: 43px;

	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 ul ul .arrow {

	height: 45px;

}

#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: 10px;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:#00a701}

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

## Footer 

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

.site-footer {

	color: #FFF;

}

.site-footer p {

	margin-bottom: 0;

}

.site-footer a {

	color: #FFF;

}

.footer-widgets {

	padding: 30px 0 10px 0;

	background: #2f3034;

}

.footer-widgets h4.widget-title {

	font-weight: 600;

	font-size: 18px;

	text-transform: uppercase;

	position: relative;

	padding-bottom: 10px;

	margin-bottom: 20px;

}

.footer-widgets h4.widget-title:before {

	content: '';

	position: absolute;

	background: #FFF;

	width: 70px;

	height: 2px;

	bottom: 0;

	left: 0;

}

.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-weight: 900;

    font-family: Font Awesome\ 5 Free;

}

.footer-widgets .widget_nav_menu ul li a:hover {

	text-decoration: underline;

}

.site-info {

	padding: 10px 0;

	background: #00a701;

}

.site-info .widget {

	margin-bottom: 0;

}

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

## Custom Css 

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

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {

	margin-bottom: 30px !important;

}

#row4 .wtb_blog_container.wpb_content_element  {

	margin-bottom: 0 !important

}

.single-post .site-main {

	width: 100%;

}

.single-post .box-sidebar .sidebar {

	width: 100% !important;

	float: none !important;

}

.information-product .product-title h1 {

    color: #00a701;

    font-size: 20px;

    line-height: 24px;

    text-transform: uppercase;

    margin: 0px 0px 10px;

}

.information-product .product-sku-date .product-date {

    font-style: italic;

}

.information-product .infor-product-variant {

    padding: 10px 0px;

}

.information-product .infor-product-variant li.location {

    margin-bottom: 10px;

}

.information-product .infor-product-variant .fa-map-marker {

    font-size: 15px;

    color: #00a701;

    position: absolute;

    left: 0px;

}

.information-product .infor-product-variant .title-variant {

    color: #00a701;

    font-weight: normal;

    position: absolute;

    left: 20px;

}

.information-product .infor-product-variant .content-variant {

    color: rgb(51, 51, 51);

    text-align: right;

    padding-left: 40px;

    margin-bottom: 0;

}

.single-post ul {

	padding: 0;

	margin: 0;

}

.single-post ul li {

	list-style: none;

}

.information-product .infor-product-variant li:not(.location) {

    position: relative;

    margin-bottom: 1px;

    padding: 5px 10px;

    float: left;

    background: rgba(0, 0, 0, 0.08);

}

.information-product .infor-product-variant li:not(.location):nth-child(2n+1) {

    background: rgba(0, 0, 0, 0.04);

}

.information-product .infor-product-variant .area .title-variant {

    left: 15px;

}

#surround .product-image-feature {

    margin-bottom: 10px;

    pointer-events: none;

    width: 100%;

}

.variant-style .btn-style-add {

    display: inline-block;

    height: 40px;

    width: 200px;

    color: rgb(255, 255, 255);

    font-size: 14px;

    text-transform: uppercase;

    margin-bottom: 10px;

    position: relative;

    cursor: pointer;

    border-width: initial;

    border-style: none;

    border-color: initial;

    border-image: initial;

    background: #00a701;

}

.variant-style .btn-style-add:first-child {

    margin-right: 15px;

}

.variant-style .btn-style-add i {

    position: absolute;

    left: 0px;

    width: 40px;

    height: 40px;

    line-height: 40px;

    top: 0px;

    text-align: center;

    font-size: 18px;

    background: rgba(0, 0, 0, 0.2);

}

.variant-style .btn-style-add span {

    padding-left: 70px;

    line-height: 40px;

}

.variant-style button.btn-style-add span {

    padding-left: 40px;

}

.variant-style .btn-style-add.btn-call {

    background-color: rgb(255, 0, 0);

}

.variant-style .btn-style-add i::after {

    content: "";

    position: absolute;

    right: -10px;

    top: 0px;

    height: 100%;

    border-top: 20px solid transparent;

    border-bottom: 20px solid transparent;

    border-left: 10px solid rgba(0, 0, 0, 0.2);

}

.information-product .product-price {

    margin-top: 15px;

    margin-bottom: 20px;

}

.information-product .product-price .wrap-price label {

    font-size: 17px;

    font-weight: normal;

    padding-top: 5px;

    display: inline-block;

    vertical-align: bottom;

    margin-right: 10px;

}

.information-product .product-price .wrap-price span {

    font-size: 25px;

    color: rgb(33, 125, 124);

    position: relative;

    font-weight: bold;

    margin: 0px;

    padding: 5px 0px;

    border-bottom: 1px solid rgb(33, 125, 124);

    border-top: 1px solid rgb(33, 125, 124);

}

.information-product .product-price .wrap-price span.sale {

    color: rgb(241, 89, 45);

    border-bottom: 1px solid rgb(241, 89, 45);

    border-top: 1px solid rgb(241, 89, 45);

}

.information-product .infor-product-variant {

    padding: 10px 0px;

}





.info-socials-article .box-like-socials-article {

    float: left;

    padding-right: 5px;

}

.information-product .tag-wrapper li {

    display: inline-block;

    list-style-type: none;

}

.information-product .tag-wrapper li a {

    display: inline-block;

    color: rgb(51, 51, 51);

    position: relative;

    font-size: 12px;

    background: rgb(226, 226, 226);

    border-left: 3px solid rgb(59, 175, 218);

    border-color: rgb(59, 175, 218);

    padding: 4px 9px;

    margin: 5px;

}

.information-product .tag-wrapper li a::before {

    left: 0px;

    top: 8px;

    content: " ";

    height: 0px;

    width: 0px;

    position: absolute;

    pointer-events: none;

    border-style: solid;

    border-image: initial;

    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgb(59, 175, 218);

    border-width: 4px;

}

.information-product .tag-wrapper {

    margin-bottom: 15px;

}

/*************** Tab description ***************/

.product-tablist.nav-tabs > li > a {

	border-radius : 0;

	margin: 0;

}

.product-tablist.nav-tabs > li > a:hover,

.product-tablist.nav-tabs > li > a:focus {

	background: none;

	border: 1px solid transparent;

}

.product-tablist.nav-tabs > li.active {

	border-top: solid 3px #00a701;

	margin: -3px 0 -1px 0px;

	position: relative;

}

.product-tablist.nav-tabs > li.active a {

	border-top: 1px solid transparent;

	border-left: 1px solid #E5E5E5;

	border-right: 1px solid #E5E5E5;

	border-bottom: 1px solid #fff;

	color: #365DB5;

	background: #fff;

}

.product-tablist.nav-tabs > li.active:after {

	content: "";

	position: absolute;

	top: 0px;

	left: 50%;

	transform: translateX(-50%);

	border: 4px solid transparent;

	border-top: 4px solid #00a701;

}

#product-tablist > li {

	float: left;

	text-align: center;

	white-space: nowrap;

}

#product-tablist > li a{

	color: #666;

	display: block;

	padding-top: 0;

	padding-bottom: 0;

	margin: 0;

	border-radius : 0;

}

#product-tablist > li:nth-child(2) a {

}

#product-tablist > li a:not(.active) {

}

#product-tablist > li a:hover,.pr-tablist > li a:focus {

	background-color: transparent;

}

#product-tablist > li.active {

	border-top: solid 3px #e60f1e;

	margin: -3px 0 -1px 0px;

	position: relative;

}

#product-tablist > li.active:after {

	content: "";

	position: absolute;

	top: 0px;

	left: 50%;

	transform: translateX(-50%);

	border: 4px solid transparent;

	border-top: 4px solid #e60f1e;

}

#product-tablist.nav-tabs > li.active a {

	border-left: solid 1px #E5E5E5;

	border-right: solid 1px #E5E5E5;

	border-bottom: solid 1px #FFF;

	color: #365DB5;

	font-weight: bold;

	background: #fff;

}

#product-tablist > li span {

	display: inline-block;

	height: 20px;

	line-height: 20px;

	margin-top: 9px;

	width: 100%;

}

#product-tablist > li:first-child span {

	border-right: none;

}

.product-description-wrapper {

	padding: 20px;

}

#description,#comment,#product-review {

	margin-bottom: 15px;

}

#description {

	min-height: .01%;

	overflow-x: auto;

	border: solid 1px #E5E5E5;

	border-top: none;

	padding: 15px 15px 0;

}

#description iframe {

	width: 100%;

}

#description table {

	max-width: 100%!important;

}



/****************** Slide Vertical In Product ******/

.product-thumb {

    margin: 6px 0;

}

.product-thumb:first-child {

    margin-top: 0;

}

.product-thumb a {

	border: 1px solid #ddd;

	display: block;

	padding: 5px;

	text-align: center;

}

.product-thumb a.zoomGalleryActive {

	border: 1px solid #e60f1e;

}

/******************** Sidebar index ****************/

.group-collection-title {	

	border-left: none;

	position: relative;

	border-bottom: 2px solid #00a701;

	height: 40px;

	margin-bottom: 15px;

}

.group-collection-title .view-more-index {

	position: absolute;

	right: 0;

	top: 0;

	padding: 7px 10px;

	font-size: 13px;

}

.group-collection-title span {

	position: relative;

	background: #00a701;

	color: #fff;

	line-height: 40px;

	padding-left: 10px;

	text-transform : uppercase;

	display: inline-block;

	min-width: 130px;

}

.group-collection-title span:after {

	content: "";

	position: absolute;

	top: 0;

	right: -14px;

	border-top: 19px solid transparent;

	border-right: 7px solid transparent;

	border-bottom: 19px solid #00a701;

	border-left: 7px solid #00a701;

}

.information-group-collection {

	margin: 0px 10px;

	padding-bottom: 5px;

	border-bottom: 1px solid #ddd;

}

.information-group-collection:nth-child(4) {

	border-bottom: none;

}

.information-group-collection h2 {

	color: #333333;

	font-size: 13px;

	margin: 10px 0 5px;

}

.information-group-collection .information-group-collection-price > span {

	color: #217d7c;

	font-size: 14px;

	font-weight: bold;

}

.information-group-collection .information-group-collection-price > del {

	color: #f1592d;

	font-size: 12px;

}

.element-post .entry-content {

	padding: 10px;

	border-right: 1px solid #e1e1e1;

	border-left: 1px solid #e1e1e1;

	border-bottom: 1px solid #e1e1e1;

}

@media (max-width: 1368px) {

	.box-form-slider {

	    position: absolute;

	    bottom: 12% !important;

	    right: 0% !important;

   }

}

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

## Responsive 

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

/* Extra large devices (large desktops) */

@media (min-width: 992px) {

	.sh-blog-shortcode.style-6 .first-element-layout, .sh-blog-shortcode.style-6 .second-element-layout {

		margin-bottom: 0;

	}

	/* #row4 .hentry {margin-bottom: 0;} */

}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1200px) {

	.header-content__infor__email {

		padding-left: 0;

		background: none;

		width: 250px;

	}

	.header-content__infor__phone {

		background: none;

	}

	.site-header .search-form {

	    width: 200px;

	}

	.main-navigation ul.menu > li > a {

		padding: 0 9px;

	}

	.box-form > p:before {

    	right: 25%;

	}

	.box-gia {

		font-size: 13px;

	}

	.sh-blog-shortcode.style-3 .entry-field .box-gia {border-right: 0;}

	.sh-blog-shortcode.style-3 .entry-field .price {

		border-radius: 0;

	}

}

@media (min-width: 992px) and (max-width: 1200px) {

	.widget_supports .support-style-2 .supporter {

	    margin: 0 0px;

	    padding: 5px 8px 5px 46px;

	    border-top: 1px solid #dddddd;

	    background: url(lib/images/ic-phone.png) 7px 10px no-repeat;

	    position: relative;

	}

}

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

@media (max-width: 992px) {

	#site-navigation, .sidebar .widget_nav_menu ul ul {

		display: none;

	}

	.site-boxed .site-content {

		padding-left: 15px;

		padding-right: 15px;

	}

	.entry-field .price .row {

		margin-left: 0px !important;

		margin-right: 0px !important;

	}

	.sh-blog-shortcode.style-3 .entry-field .price {

		padding: 0;

	}

	.entry-field .price .col-5,

	.entry-field .price .box-chitiet,

	.entry-field .price .col-7,

	.entry-field .price .box-gia {

		padding-left: 10px !important;

		padding-right: 10px !important;

	}

	.sh-blog-shortcode.style-3 .entry-field .box-gia {

		border-bottom: 1px solid #e1e1e1;

	}

	.entry-field .price .col-xl-6 {

		padding-left: 0 !important;

		padding-right: 0 !important;

	}

}

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

@media (max-width: 768px) {

	.site-info, .site-info * {

		text-align: center;

	}

	.sh-blog-shortcode.style-1 .element .entry-thumb {

		width: 100%;

	}

	.sh-blog-shortcode.style-1 .element .entry-thumb a img {

		height: 255px;

		max-height: 255px;

	}

	.sh-blog-shortcode.style-1 .element .entry-content {

		width: 100%;

	}

	.box-form-slider {

	    top: 50% ;

	    left: 50% ;

	    bottom: initial !important;

	    right: initial !important;

	    transform: translate(-50%,-50%);

	}

}

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

@media (max-width: 576px) {

	a.xemtatca {display: none;}

		.product-thumb {

	    margin: 6px 0;

	    width: 19%;

	    display: inline-block;

	}

}

@media (max-width: 390px) {

	.box-form-slider {

	    width: 320px !important;

	    padding: 38px 14px !important;

	}

}

.box-slider {

	position: relative;

}

.box-form-slider {

    position: absolute;

    bottom: 27%;

    right: 0;

    z-index: 99999;

    background: rgba(0, 167, 1, 0.53);

    width: 340px;

    height: 305px;

    padding: 20px;



}

.text1 {

	font-size: 20px;

	color: #ffffff;

	font-weight: normal;

	text-align: center;

}

.box-form-slider .phonehotline,

.text2 {

	font-size: 24px;

	font-weight: bold;

	color: #fff200;

}

.text2 {

	text-align: center;

	position: relative;

	padding-bottom: 15px;

}

.text2:before {

	content: '';

	background: #FFF;

	width: 70px;

	position: absolute;

	height: 1px;

	left: 50%;

	transform: translateX(-50%);

	bottom:0;

}

.text3 {

	font-size: 18px;

	font-weight: normal;

	color: #ffffff;

	text-align: center;

	margin-bottom: 23px;

}

.box-phone {

	border: 1px dotted #fff200;

	border-radius: 20px;

	padding: 9px 20px 1px;



}

.box-phone img {

	width: 46px;

	margin-right: 10px;

	float: left;

}

.box-form-slider h4 {

	color: #fff200;

	margin-bottom: 0;

}

.box-form-slider .phonehotline {

	position: relative;

	top: -2px;

}

.related-posts {
	overflow: hidden;
}

.related-posts .entry-thumb {
	max-height: 190px;
	overflow: hidden;
}
.related-posts .entry-thumb a,
.related-posts .entry-thumb a img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#comment-fb {
	display: none;
}