/*
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=Muli:400,400i,600,600i,700,700i&subset=vietnamese');
html{font-size:62.5%;}
body {font-family: 'Muli', Arial, sans-serif;font-size: 14px;color: #252525;}
a {color: #279f27;transition: all 0.3s;}
a:hover {color: #279f27;}
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 */
/*--------------------------------------------------------------
# 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: bold;
	padding: 0 20px;
	line-height: 40px;
	height: 40px;
	color: #FFF;
	text-transform: uppercase;
}
.main-navigation ul.menu > li.menu-item-has-children > a:after {
    content: "\f0d8";
    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: "\f0d7";
}
.main-navigation ul.sub-menu > li > a:before {
	content: "\f054";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #269c26;
    margin-right: 5px;
}
.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.li-home > a:hover {
	color: #269c26 !important;
}
.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: #ebdc6f;
}
/* Submenu 1 */
.main-navigation ul ul {
    background-color: #fff;
    border-top: 2px solid #ebdc6f;
	min-width: 210px;
	left: 0;
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    top: 70px;
    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: #279f27;
}
.main-navigation ul ul li a {
	border-bottom: 1px solid #e1e1e1;
}
.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: 75%;
    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: #279f27;
}
.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: 35px;
}
.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: #FFF;
	padding: 0;
	line-height: 100px;
	height: 100px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.heading {
	margin: 0 0 51px 0;
	padding: 15px 0 14px !important;
	font-size: 30px !important;
	color: #252525;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
}
.heading a {
	position: relative;
	display: inline-block;
	color: #279f27;
}
.heading a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background: #269c26 center;
}
.page-title, h1.entry-title {
	font-size: 22px;
	font-weight: 600;
	color: #279f27;
	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: #279f27 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 #279f27;
	margin: 0;
}
.page_nav .current, .page_nav .page-numbers:hover {
	background: #279f27;
	color: #FFF;
}
.screen-reader-text {display: none}
.btn {
	font-size: 14px;
	background: #279f27;
	color: #FFF;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #FFF;
	opacity: .9;
}
.btn-primary {
	border-color: #279f27;
}
.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: #279f27;
	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: 15px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #279f27;
	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;
}
.woocommerce ul.cart_list li a span, .woocommerce ul.product_list_widget li a span {
	color: #333333;
    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;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-left: 0;
}
.woocommerce ul.product_list_widget .woocommerce-Price-amount {
    font-weight: bold;
    color: #ff0000;
    margin: 0;
}
/* 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: #279f27;
    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: 29px;
	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: 29px;
	cursor: pointer;
}
.search-form input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #898989;
	font-size: 13px;
	font-style: italic;
}
.search-form input[type=search]::-moz-placeholder { /* Firefox 19+ */
	color: #898989;
	font-size: 13px;
	font-style: italic;
}
.search-form input[type=search]:-ms-input-placeholder { /* IE 10+ */
	color: #898989;
	font-size: 13px;
	font-style: italic;
}
.search-form input[type=search]:-moz-placeholder { /* Firefox 18- */
	color: #898989;
	font-size: 13px;
	font-style: italic;
}
.sidebar .search-form {
	padding: 4px 12px;
	background: #176fc8;
	overflow: hidden;
}
.site-header .search-form {
	position: relative;
	line-height: 29px;
	margin-top: 5px;
	width: 250px;
	border-radius: 30px;
	background: #FFF;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}
.site-header input[type=search] {color: #333333}
/* 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: 200px;
		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: #279f27;
}
.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 .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;
}
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: -30px;
}
.slick-slider .slick-prev {
	left: -30px;
}
.gioi-thieu .slick-slider .slick-next {
	right: 15px;
}
.gioi-thieu .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: #279f27;
	opacity: 1;	
}
.gioi-thieu .slick-next, .gioi-thieu .slick-prev {
	color: #FFF;
	background: #279f27 !important;
	padding: 8px 23px 26px 11px;
}
.gioi-thieu .slick-slider .slick-next:before, .gioi-thieu .slick-slider .slick-prev:before {
	color: #FFF;
}
.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: #279f27;
	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 {
	margin: 0 !important;
	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: #279f27;
}
.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 {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #ffffff !important;
    background: #fff;
    /*box-shadow: 0 3px 5px #616161;*/
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-out;
}
.widget_social .icon_facebook a {background: #3b5999}
.widget_social .icon_twitter a {background: #55acee}
.widget_social .icon_google a {background: #dd4b39}
.widget_social .icon_youtube a {background: #cd201f}
.widget_social .icon_linkedin a {background: #0077B5}
.widget_social .icon_pinterest a {background: #bd081c}
.widget_social .icon_instagram a {background: #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 #279f27;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #279f27;
}
.tagcloud a:hover {
	background: #279f27;
	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 {
	margin-bottom: 0px;
}
html .theme-default .nivo-controlNav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.bong-da .vc_single_image-wrapper {
	cursor: pointer;
    position: relative
}
.bong-da .vc_single_image-wrapper::before, .bong-da .vc_single_image-wrapper::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    transform-origin: center
}
.bong-da .vc_single_image-wrapper::before {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transform: scale3d(0,1,1)
}
.bong-da .vc_single_image-wrapper::after {
    border-left: 1px solid white;
    border-right: 1px solid white;
    transform: scale3d(1,0,1)
}
.bong-da .vc_single_image-wrapper:hover::before, .bong-da .vc_single_image-wrapper:hover::after {
    transform: scale3d(1,1,1);
    transition: transform 0.5s
}
.shop-lowen .image-product {
	cursor: pointer;
    position: relative
}
.shop-lowen .image-product::before, .shop-lowen .image-product::after {
    content: '';
    position: absolute;
    z-index: 20;
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    transform-origin: center
}
.shop-lowen .image-product::before {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transform: scale3d(0,1,1)
}
.shop-lowen .image-product::after {
    border-left: 1px solid white;
    border-right: 1px solid white;
    transform: scale3d(1,0,1)
}
.shop-lowen .image-product:hover::before, .shop-lowen .image-product:hover::after {
    transform: scale3d(1,1,1);
    transition: transform 0.5s
}
.vc_tta-tab {
	margin: 0 8px 10px !important;
}
.vc_tta-tabs-list {
	margin-bottom: 40px !important; 
}
.vc_tta-tab.vc_active {
	background: #279f27 !important;
	color: #FFF !important ;
}
.vc_tta-tab {
	background: #FFF 279f27 !important;
	color: #2729f1 !important
}
/*--------------------------------------------------------------
# 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 {
	position: relative;
}
.home .entry-meta {
	position: absolute;
	top: 4px;
	left: 4px;
	padding: 0 6px;
	line-height: 25px;
	text-align: center;
	background: #279f27;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 0;
}
.entry-meta .year-time {
	font-size: 14px;
	font-weight: bold;
}
.entry-meta .date-time {
	border-bottom: 1px solid #FFF;
}
.socials-share {
    padding: 20px 0 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.socials-share .fb_iframe_widget {
    position: relative;
    top: -8px;
}
.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: #279f27;}
/*--------------------------------------------------------------
## 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: #279f27;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: 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;
	}
}
.sing .site-content {
	padding-top: 0px;
}
.site-content {
	padding-top: 0px;
}
.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: #279f27;
}
.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;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html  {margin-bottom: 0 !important}
/*--------------------------------------------------------------
## 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 .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: #279f27;
}
.sh-blog-shortcode.style-1 .element .entry-description p {
	margin-bottom: 5px;
}
/* Blog Shortcode 2 */
/* Blog Shortcode 3 */
/* 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 #cdcdcd;
}
.sh-blog-shortcode.style-6 .entry-title a {
	color: #333333;
}
.sh-blog-shortcode.style-6 .entry-title a:hover {
	color: #279f27;
}
.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: 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: #279f27;
	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: 999999;
    background: #279f27;
    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: #279f27;
    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;
	background: #1b6b29;
	margin: 0;
	padding: 10px 15px;
    font-size: 14px;
    border-bottom: solid 1px #098412;
	border-top: solid 1px #098412;
	-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: #03480f;
}
#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 .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: 33px;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:#FFF}
/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer {
	color: #FFF;
}
.site-footer p {
	margin-bottom: 0;
}
.site-footer a {
	color: #FFF;
}
.footer-widgets {
	padding: 50px 0 30px 0;
	color: #FFF;
	background: #252525;
}
.footer-widgets h4.widget-title {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.footer-widgets h4.widget-title:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background: #FFF;
	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: "\f0da";
    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;
	color: #FFF;
	font-size: 13px;
	background: url('lib/images/bg-bot.png') repeat;
}
.header-main {
	position: relative;
	background: url('lib/images/bg-bot.png') repeat;	
}
.header-main:after {
	position: absolute;
	background: url('lib/images/bg-menu.png') no-repeat right top;
	top: -30px;
	right: 50%;
	content: '';
	width: 100%;
	height: 30px;
}
.dang-ky-nhanh .vc_col-sm-12>.vc_column-inner {
	padding: 75px 15px 65px !important;
}
.dang-ky-nhanh .vc_column-inner {
	padding:  0px 15px !important;
}
.dangkychitiet span.vc_tta-title-text {color: #ebdc6f; font-weight:bolder;}
.heading1 {
	text-transform: uppercase;
	font-weight: bold;
}
.dang-ky-nhanh .wpcf7-text {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	border: none;
	margin: 0;
	padding-left: 11px;
	width: 200px;
	margin-right: 10px;
	color: #252525;
}
.dang-ky-nhanh .wpcf7-submit {
	margin-top: 10px;
	line-height: 40px;
	border: none;
	height: 40px;
	border-radius: 5px;
	color: #FFF;
	background: #e60013;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	padding: 0 18px;
}
.dang-ky-nhanh .wpcf7-submit:hover {
	background: #af2732;
}
.dang-ky-nhanh input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #252525;
}
.dang-ky-nhanh input::-moz-placeholder { /* Firefox 19+ */
	color: #252525;
}
.dang-ky-nhanh input:-ms-input-placeholder { /* IE 10+ */
	color: #252525;
}
.dang-ky-nhanh input:-moz-placeholder { /* Firefox 18- */
	color: #252525;
} 
@media (min-width: 1230px) {
	.home .vc_col-sm-4 {
		width: 35% !important;
	}
	.home .vc_col-sm-8 {
		width: 65% !important;
	}
}
.dang-ky-nhanh .wpb_content_element {
	margin-bottom: 0 !important;
}
.home .page-title {display: none;}
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.gioi-thieu figure {
	z-index: 103;
	padding: 10px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	background-color: rgb(255, 255, 255);
}
.gioi-thieu .wpb_single_image {
	padding: 2px 0!important;
}
button.slick-arrow i {
	display: none;
}
.gioi-thieu button.slick-next:active, .gioi-thieu button.slick-prev:active {
	padding: 8px 23px 26px 11px !important;
}
.bong-da {
}
.bong-da p {
	line-height: 23px;
	text-align: justify;
}
.hoi-dap .vc_tta.vc_general .vc_tta-icon {
	float: right;
	margin-top: 10px;
}
.hoi-dap .vc_tta-container {
	width: 50%;
	float: right;
	padding: 0 15px; 
}
.hoi-dap .vc_tta.vc_general .vc_tta-panel-title {
	border-radius: 5px !important;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	font-size: 18px !important;
	font-weight: bold !important;
}
.hoi-dap .vc_tta.vc_general .vc_tta-panel-title a {
	color: #252525 !important;
	padding: 31px 20px !important;
}
.hoi-dap .vc_tta.vc_general .vc_tta-panel-title a:hover, .hoi-dap .vc_tta.vc_general .vc_active a {
	color: #279f27 !important;
}
.hoi-dap .vc_tta-panel-body {
	border: 1px solid #e1e1e1 !important;
}
.santap-hocphi .vc_tta-panel {
	display: block;
	height: 0px;
}
.santap-hocphi .vc_tta-panel.vc_active {
	height: auto !important;
}
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div {
	position: relative;
}
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div > .ult-item-wrap:nth-child(3) {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 500px;
	color: #FFF;
}
.santap-hocphi .wpb_single_image .vc_single_image-wrapper {
	background: #FFF;
	transition: 0.5s ease;
}
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div:hover .wpb_single_image .vc_single_image-wrapper {
	background: #FFF;
	transition: 0.5s ease;
}
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div:hover .wpb_single_image .vc_single_image-wrapper img {
	opacity: 0;
}
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div:hover > h3 {
	bottom: initial;
	top: 0;
}
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div:hover > .ult-item-wrap:nth-child(3) {
	top: 30px;
	transition: all 1s ease;
}
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div:hover > .ult-item-wrap:nth-child(3),
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div:hover > .ult-item-wrap:nth-child(3) p,
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div:hover > .ult-item-wrap:nth-child(3) span { 
	color: #333 !important
}
.santap-hocphi .slick-slide > div > .ult-item-wrap > div > div > div > .ult-item-wrap:nth-child(3) span {
	color: #FFF !important;
}
.page {
	margin-bottom: 0;
}
.view-detail {
	font-size: 13px;
}
.new-active .blog-slider__item__inner {
	border: 1px solid #e1e1e1;
	padding: 4px;
	position: relative;
	background: #FFF;
}
.new-active .entry-content {
	padding: 0 10px;
	line-height: 26px;
}
.new-active .doingu .blog-slider__item .entry-title {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.home .doingu .entry-meta {display: none;}
.new-active .blog-slider__item .entry-title {
	font-size: 16px;	
	font-weight: bold;
	margin-bottom: 0;
}
.new-active .blog-slider__item .entry-title a {
	color: #279f27;
}
.shop-lowen .slick-next:before, .shop-lowen .slick-prev:before, .new-active .slick-next:before, .new-active .slick-prev:before, .thu-vien-anh .slick-next:before, .thu-vien-anh .slick-prev:before {
	color: #e1e1e1;
	font-size: 33px !important;
}
.thu-vien-anh .slick-slide .wpb_single_image {
	margin-bottom: 30px !important;
	padding-top: 2px;
}
.thu-vien-anh .doi-tac .slick-slide .wpb_single_image {
	margin-bottom: 30px !important;
	padding-top: 2px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thu-vien-anh .heading {
	margin-top: 35px;
}
.thu-vien-anh .vc_figure {
	padding: 10px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
html [class^="ultsl-"], html [class*=" ultsl-"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
html [class^="ultsl-"]:before, html [class*=" ultsl-"]:before {
	content: "";
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d8d8d8;
}
html .slick-active [class^="ultsl-"]:before, 
html .slick-active [class*=" ultsl-"]:before {
	background: #279f27;
}
#tab-description {
	display: block!important;
}
.xemthem a {
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 13px 32px 13px 13px !important;
	border: none !important;
	border-radius: 3px !important;
}
.xemthem a:hover {
	background: #0e6a2a !important;
}
.xemthem .vc_btn3-icon {
	right: 12px !important;
}
.button.product_type_simple {
	display: none !important;
}
.woocommerce div.product .summary p.price {
	color: #212529 !important;
}
.dang-ky label {
	color: #252525;
	line-height: 40px;
	margin-bottom: 10px;
}
.dang-ky input {
	padding-left: 13px;
	padding-right: 13px;
}
.dang-ky .wpcf7-submit {
	background: #279f27;
	cursor: pointer;
	border: none;
	margin: 10px 0;
	text-transform: uppercase;
	color: #FFF;
}
.dang-ky .wpcf7-submit:hover {
	color: #FFF;
	background: #076d07;
}
.dang-ky input, .dang-ky select {
	border: 1px solid #e1e1e1;
	outline: none;
	width: 80%;
	float: right;
	line-height: 40px;
	height: 40px;
}
.form-dang-ky .wpb_raw_html {
	padding: 12px 12px 47px !important;
	border: 2px solid #e1e1e1 !important;
	background: #f4f4f4 !important;
}
.hoc-phi {
	line-height: 40px;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #279f27 !important;
	text-transform: uppercase;
}
.santap-hocphi .vc_tta.vc_general .vc_tta-panel-body {
	padding: 0 !important;
}
#video .box-content {
    background: #daf3fd;
}
#video .box-content h3 {
	text-transform: uppercase;
    font-size: 18px;
    border-left: 7px solid #269c26;
    padding-left: 20px;
    margin-bottom: 15px;
}
.santap-hocphi .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background: #FFF !important;
	border: none !important;
}
.lich-hoc tbody tr:nth-child(1) {
	background: #279f27 !important;
	border: none !important;
}
.lich-hoc tbody, .lich-hocbonga tbody, #lichhockarate tbody {
	border: 1px solid #e1e1e1;
	margin-bottom: 20px !important;
}
.lich-hoc {
	padding-bottom:  20px !important;
}
.lich-hoc tbody td {
	padding: 0 !important;
}

.lich-hoc tbody tr:not(:nth-child(1)) td, .lich-hocbonga tbody tr:not(:nth-child(1)) td, #lichhockarate tbody tr:not(:nth-child(1)) td {
	border: 1px solid #e1e1e1 !important;
}
.hoc-phi-tab tbody td {
	border: 1px solid #e1e1e1 !important;
} {
	border: 1px solid #e1e1e1 !important;
}
.hoc-phi-tab tbody td {
	border: 1px solid #e1e1e1 !important;
}
.santap-hocphi .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	padding-top: 3px !important;
	text-align: center !important;
}
.santap-hocphi .vc_tta-tabs .vc_tta-tab>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 20px !important;
	border-radius: 0 !important;
	background: #FFF !important;
	color: #279f27 !important;
	border: 1px solid #279f27 !important;
}
.santap-hocphi .vc_tta-tabs .vc_tta-tab>a:after, .santap-hocphi .vc_tta-tabs .vc_tta-tab.vc_active>a::before {
	display: none !important;
}
.santap-hocphi .vc_tta-tabs .vc_tta-tab.vc_active>a {
	color: #FFF !important;
	background: #279f27 !important;
}
.san-tap h3 {
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 18px;
	padding: 31px 15px !important;
	font-size: 16px !important;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	margin-bottom: 0 !important;
}
.san-tap .slick-slider .slick-dots {
	bottom: -15px;
}
.san-tap .wpb_wrapper p {
	color: #FFF;
	margin-top: 5px;
	line-height: 25px;
	text-align: justify;
}
.san-tap .ult-item-wrap {
	position: relative;
}
.san-tap .vc_figure {
	padding: 9px;
	border: 1px solid #e1e1e1;
}
.top-header .container {
	display: flex;
	justify-content: flex-end;
}
.top-header .widget {
	height: 40px;
	line-height: 40px;
	margin: 10px 0px 10px 30px;
}
.top-header .widget-title {
	line-height: 40px;
	margin-bottom: 0;
	display: inline-block;
}
#flags {
	display: inline-block;
	float: right;
	width: 65px !important;
}
#flags ul {
	padding: 6px 0 0 13px;
	width: 65px !important;
}
.gioi-thieu .slick-slider .slick-dots {
	bottom: 45px;
}
.bong-da.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-bottom: 15px;
}
.shop-lowen .slick-slider .slick-dots {
	bottom: 40px;
}
.video-embed .vc_column-inner {
	padding-top: 0 !important;
}
.video-embed .wpb_content_element {
	margin-bottom: 0 !important;
}
.santap-hocphi .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background: #FFF !important;
	border: none !important;
}
.santap-hocphi .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
	background: #FFF !important;
	color: #279f27 !important;
	border: 1px solid #279f27 !important;
	font-weight: bold;
}
.santap-hocphi .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	background: #279f27 !important;
	color: #FFF !important;
	border: 1px solid #279f27 !important;
}
.page-template-page-fullwidth .page-title-bar {
	display: none !important;
}
.wpb-js-composer .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
	background: #279f27 !important;
	border-color: #279f27 !important;
	text-transform: uppercase;
	font-weight: 700
}
.wpb-js-composer .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #FFF !important
}
.vc_row-no-padding>.vc_col-sm-12>.vc_column-inner {
	padding-top: 0!important;
}
.page-template:not(.home) .new-active .blog-slider__item .entry-title {
	font-size: 18px;
	text-align: center;
}
.page-template:not(.home) .new-active .blog-slider__item .entry-meta, :not(.home) .new-active .entry-description {
	display: none !important;
}
.dang-kygui label {
	color: #252525;
	line-height: 40px;
	margin-bottom: 10px;
}
.dang-kygui input {
	padding-left: 13px;
	padding-right: 13px;
}
.dang-kygui .wpcf7-submit {
	background: #279f27;
	cursor: pointer;
	border: none;
	margin: 10px 0;
	text-transform: uppercase;
	color: #FFF;
}
.dang-kygui textarea {
	width: 80%;
	float: right;
	height: 120px;
	line-height: 40px;
	border: 1px solid #e1e1e1;
	outline: none;	
}
.dang-kygui .wpcf7-submit:hover {
	color: #FFF;
	background: #076d07;
}
.dang-kygui input, .dang-kygui select {
	border: 1px solid #e1e1e1;
	outline: none;
	width: 80%;
	float: right;
	line-height: 40px;
	height: 40px;
}
.thu-vien-cat {
	text-align: center;
	font-size: 18px !important;
	margin: 10px 0 !important;
	text-transform: uppercase;
	font-weight: bold;
}
.wrap-thuvien .wpb_single_image, .dactrung .wpb_single_image {
	margin-bottom: 0 !important;
}
.dactrung h2 {
	margin: 8px 0 15px !important;
	font-weight: bold;
}
.wrap-thuvien .vc_single_image-wrapper {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #cec8c8;
}
.xem-album > a {
	font-size: 16px !important;
	text-transform: uppercase;
	border-radius: 48px !important;
	border: 1px solid #279f27 !important;
	background: #FFF !important;
}
.xem-album > a:hover {
	color: #FFF !important;
	background: #279f27 !important;
}
.dactrung .vc_column-inner >.wpb_wrapper {
	margin-bottom: 20px!important;
	background: #f7ba02;
}
.dactrung .wpb_wrapper h3 {
	color: #FFF !important;
	font-weight: bold !important;
	text-transform: uppercase;
	padding: 10px 5px;
}
.ctfield {
	font-weight: bold;
	font-size: 16px;
}
.chatlieu {
	font-weight: normal;
}
.conhang {
	color: #279f27;
	font-style: italic;
	font-weight: bold;
}
.hethang {
	color: #cd201f;
	font-style: italic;
	font-weight: bold;
}
h5.modal-title {
	font-size: 16px;
	font-weight: bold;
	margin: auto;
	text-transform: uppercase;
	color: #279f27;
}
.modal-header .close {
	display: none;
}
#lichhockarate tr, #lichhocbongda tr {
	text-align: center !important;
}
.modal .address {
	text-align: center;
	color: #FFF !important;
	margin-bottom: 10px;
}
.modal-body, .modal-body1 {
	font-size: 18px;
	background: #279f27;
}
.modal-footer button:nth-child(2){display: none;}
.tieudengay {
	height: 42px !important;
	text-align: center !important; 
}
.show_map p, .show_map1 p {text-align: center !important;}
.bubble {
    animation: expand .75s ease-in-out infinite;
    border-radius: 20px;
    display: inline-block;
    transform-origin: center center;
    margin: 0 3px;
    width: 20px;
    height: 20px;
}
.bubble:nth-child(1) {
    background: #27ae60;
}
.bubble:nth-child(2) {
    animation-delay: 180ms;
    background: #f1c40f;
}
.bubble:nth-child(3) {
    animation-delay: 360ms;
    background: #e67e22;
}
.bubble:nth-child(4) {
    animation-delay: 540ms;
    background: #2980b9;
}
.show_map {cursor: pointer;}
.widget.widget_search h4 {display: none;}

.wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-body {
	height: auto !important;
	opacity: 1 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	height: 0;
	display: block;
	opacity: 0;
}
.noidungthongtinanhien {
    height: 300px;
    overflow: hidden;
}
.noidungthongtinanhien.active {
    height: auto;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
	.container {
	    max-width: 1230px !important;
	}
	.logo img {
		position: absolute;
		bottom: -52px;
		left: 0;
		z-index: 5;
	}
}
/* Large devices (desktops, less than 1200px) */
@media (min-width: 993px) and (max-width: 1230px) {
	.dang-ky-nhanh .wpcf7-text, .dang-ky-nhanh .wpcf7-submit {
		width: calc(50% - 10px) !important;
	}
}
@media (max-width: 1230px) { 
	.slick-slider .slick-next {
		right: -15px;
	}
	.slick-slider .slick-prev {
		left: -15px;
	}
	.dang-ky-nhanh .vc_col-sm-12>.vc_column-inner {
		padding: 30px 15px 5px !important;
	}
	.heading1 {
		font-size: 24px !important;
		margin-top: 10px !important;
	}
	.vc_col-sm-4 {
		width: 100% !important;
	}
	.vc_col-sm-8 {
		width: 100% !important;
	}
	.dang-ky-nhanh .wpcf7-text, .dang-ky-nhanh .wpcf7-submit {
		width: 100% !important;
		margin-right: 0 !important;
		margin-top: 10px;
	}
	h2.heading1 {
		margin-bottom: 8px !important;
	}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
	#site-navigation, .sidebar .widget_nav_menu ul ul {
		display: none;
	}
	.santap-hocphi .vc_col-sm-5, .santap-hocphi .vc_col-sm-7, .vc_col-sm-6{width: 100% !important}
	.logo img {
		width: 60px;
	}
	.logo {text-align: center;	}
	h2.heading1 {
		font-size: 18px !important;
	}
	.site-boxed .site-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-widgets {
		padding: 30px 0 15px 0;
	}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
	.dactrung .vc_col-sm-3 {
		width: 50%;
		float: left;
	}
	.hoi-dap .vc_tta-container {
		padding: 0 !important;
	}
	.header-main:after {
		display: none;
	}
	.hoi-dap .vc_tta-container {
		width: 100%;
	}
	.site-info, .site-info * {
		text-align: center;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}
	.dang-ky-nhanh .vc_col-sm-12>.vc_column-inner {
		padding: 15px 15px 0px !important;
	}
	.heading {
		font-size: 18px;
		margin-bottom: 20px;
		padding-top: 5px !important;
	}
	.ult-carousel-wrapper {
		margin-bottom: 25px !important;
		padding-bottom: 10px !important;
	}
	.lich-hoc .wpb_wrapper, #lichhockarate .wpb_wrapper, #lichhocbongda .wpb_wrapper {
		overflow-x: scroll;
	}
	.lich-hoc table, #lichhockarate table, #lichhocbongda table {
		overflow-x: scroll;
		width: 768px !important;
	}
	.hoi-dap .vc_tta.vc_general .vc_tta-panel-title a {
		padding: 20px 13px !important;
	}
	.top-header .widget_search, .top-header .widget_social {
		display: none;
	}
	.top-header .widget {
		margin: 0 !important;
	}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
	.dang-ky input, .dang-ky select {
		width: 100%;
	}
	.dactrung .vc_col-sm-3 {
		width: 50%;
	}
}