/*
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');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=vietnamese');
html{font-size:62.5%;}
body {font-family: 'Roboto', Arial, sans-serif;font-size: 14px;}
a {color: #ff6000;transition: all 0.3s;}
a:hover {color: #ff6000;}
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: 6px 0 7px;
}
.top-header {
	background: #0f243e;
}
.top-header .widget {
	margin-bottom: 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: 16px;
	font-weight: 400;
	padding: 0 20px;
	line-height: 40px;
	height: 40px;
	color: #333;
	text-transform: uppercase;
}
.main-navigation ul.menu > li {
	border-bottom: 3px solid #FFF;
}
.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:not(:last-child) > a:hover,
.main-navigation ul.menu > li.current-menu-item:not(:last-child) > a,
.site-header.logo-left .main-navigation ul.menu > li:not(:last-child) > a:hover,
.site-header.logo-left .main-navigation ul.menu > li.current-menu-item:not(:last-child) > a {
	color: #ff6000 !important;
	/* border-bottom: 3px solid #ff6000; */
}
.main-navigation ul.menu > li:not(:last-child):hover,
.main-navigation ul.menu > li.current-menu-item:not(:last-child),
/* .site-header.logo-left .main-navigation ul.menu > li:not(:last-child), */
.site-header.logo-left .main-navigation ul.menu > li.current-menu-item:not(:last-child) {
	/* color: #ff6000 !important; */
	border-bottom: 3px solid #ff6000;
	transition:  all 0.5s ease;
}
/* Submenu 1 */
.main-navigation ul ul {
    background-color: #fff;
    border-top: 2px solid #ff6000;
	min-width: 210px;
	left: 0;
	top: 100%;
    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;
    top: 100%;
    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: #ff6000;
}
.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: #ff6000;
}
.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;
	padding: 30px 0;
}
.site-header.header-logo .main-navigation ul.menu > li:last-child {
	margin-right: 0;
}
.site-header.header-logo .main-navigation ul.menu > li:last-child a {
	background: #ff6000;
	border-radius: 5px;
}
.site-header.header-logo .main-navigation ul.menu > li:last-child > a {
	color: #FFF;
}
.site-header.header-logo .main-navigation ul.menu > li:not(:last-child) > a {
	color: #333333;
	padding: 0;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.heading {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	color: #ff6000;
	font-weight: normal;
	line-height: 40px;
	text-transform: uppercase;
    border-bottom: 3px solid #f2f2f2; 
}
.heading a {
	position: relative;
	display: inline-block;
	color: #ff6000;
}
.heading a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ff6000;
}
.home .page-title {
	display: none;
}
.page-title, h1.entry-title {
	font-size: 30px;
	color: #ff6000;
	font-family: 'Montserrat';
	margin-bottom: 20px;
}
.page-title-bar {
    font-size: 30px;
    text-align: center;
	color: #ff6000;
	font-family: 'Montserrat';
	margin-bottom: 50px;
	padding: 104px 0 80px;
	background: url('lib/images/bg-titlebar.png') center bottom no-repeat;
	background-size: cover;
}
.page-title-bar .title {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 0;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.breadcrumb {
	display: block;
	padding: 5px 0;
	margin-bottom: 10px;
	background: none;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Montserrat';
}
.breadcrumb a {
	color: #FFFF;
}
#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: #ff6000 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: left;
	margin-bottom: 20px;
}
.page_nav * {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid transparent;
	background: transparent;
	margin: 0 5px 0 0;
	color: #333333;
}
.page_nav .current, .page_nav .page-numbers:hover {
	color: #999999;
	border: 1px solid #999999;
}
.screen-reader-text {display: none}
.btn {
	font-size: 14px;
	background: #ff6000;
	color: #FFF;
	display: inline-block;
	padding:7px 20px 6px;
	text-transform: uppercase;
	border-radius: 40px;
	margin-top: 10px;
}
.form-baogia p {
	text-align: center;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #FFF;
	opacity: .9;
}
.btn-primary {
	border-color: #ff6000;
}
.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: #ff6000;
	border: none;
}
.form-control::placeholder {
	color: #999999;
}
.form-control {
	height: 40px;
	outline: none;
	font-size: 14px;
	color: #999999;
}
.your-name .form-control {
	background-color: #FFF;
	background-image: url('lib/images/icon_user.png');
	background-repeat: no-repeat;
	background-position: right 2% center;
}
.your-tel .form-control {
	background-color: #FFF;
	background-image: url('lib/images/icon_phone.png');
	background-repeat: no-repeat;
	background-position: right 2% center;
}
.your-email .form-control {
	background-color: #FFF;
	background-image: url('lib/images/icon_mail.png');
	background-repeat: no-repeat;
	background-position: right 2% center;
}
.your-date .form-control {
	background-color: #FFF;
	background-image: url('lib/images/icon_date.png');
	background-repeat: no-repeat;
	background-position: right 2% center;
}
textarea.form-control::placeholder {
	color: #999999;
}
textarea.form-control {
	height: 120px;
}
.form-baogia {
	padding: 25px 25px 25px;
    box-shadow: 0 1px 15px 0 rgba(22, 237, 247,0.5) !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-baogia .row {
	margin-left: -8px;
	margin-right: -9px;
}
.form-baogia .row [class*='col'] {
	padding-left: 8px;
	padding-right: 9px;
}
.page-id-335 .page-title-bar {
	margin-bottom: 0;
}
#post-335 {
	margin-bottom: 0;
}
#baogia {
	padding-top: 15px;
	background-position: left center !important;
}
/*--------------------------------------------------------------
## 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: #ff6000;
	padding: 10px 10px;
	margin: 0;
}
.tax-product_type .sidebar .widget-title {
	text-align: left;
	background: transparent;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	padding: 10px 0;
	color: #333;
	text-transform: none;
	font-size: 20px;
	margin-bottom: 17px;
}
.tax-product_type .sidebar .widget-title:before {
	content: '';
	background: #ff6000;
	width: 42px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tax-product_type .sidebar .date-time {
	color: #999999;
}
.sidebar .widget ul {
	padding: 0;
}
.sidebar .widget_nav_menu > div, .widget_supports .list-supporter, 
.sidebar .content-feature-page, .sidebar .slider-products,
.sidebar .widget_text .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
	border: 1px solid #cccccc;
	border-top: none;
}
.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 .list-post-item {
	/* padding: 10px 0 !important; */
}
.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: #ff6000;
    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% - 35px );
	margin-bottom: 0;
}
.search-form input[type=search], .search-form input[type=submit] {
	height: 30px;
	outline: none;
	border: none;
}
.search-form input[type=search] {
	width: 100%;
	background: none;
	color: #333333;
	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: 30px;
	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 {
	background: #f5f5f5;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-radius: 5px;
}
.site-header .search-form {
	/* position: absolute;
	top: 6px;
	right: 5px;
	z-index: 9; */
	width: 250px;
	margin-top: 4px;
	border-radius: 30px;
	display: inline-block;
	background: #FFF;
	overflow: hidden;
}
input[type=search] {color: #333333}
.sidebar input[type=search]::placeholder {color: #333333}
.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: 13px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}
.widget .list-post-item li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-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;
}
.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;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.widget .list-post-item h3 a {
	color: #333333;
}
/* 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: #ff6000;
}
.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: -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: #ff6000;
	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: #ff6000;
	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: #ff6000;
}
.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;
	color: #999999;
	text-align: center;
}
.widget_information li.label-company {
	text-transform: uppercase;
}
/* 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: #FFF;
    background: transparent;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-out;
}
/* .widget_social .icon_facebook a {color: #3b5999}
.widget_social .icon_twitter a {color: #55acee}
.widget_social .icon_google a {color: #dd4b39}
.widget_social .icon_youtube a {color: #cd201f}
.widget_social .icon_linkedin a {color: #0077B5}
.widget_social .icon_pinterest a {color: #bd081c}
.widget_social .icon_instagram a {color: #e4405f} */
.widget_social ul li a:hover {transform: translateY(-5px)}
/* Widget Tag Cloud */
.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px solid #f3f3f3;
    margin: 0 3px 5px 0;
    background: #f3f3f3;
    padding: 3px 13px;
    border-radius: 3px;
    color: #333333;
}
.tagcloud a:hover {
	background: #ff6000;
	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: 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: #999999;
	display: inline-block;
	margin-right: 10px;
}
.entry-meta span i {
	color: #999999;
}
.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: #ff6000;}
/*--------------------------------------------------------------
## 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: #ff6000;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: 75.026%;
	}
	.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: 0;
}
.home .site-content {
	padding-top: 0;
}
.page-contact .site-main,
.page-template-page-fullwidth .site-main {
	width: 100% !important;
}
/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.sh-blog-shortcode.style-1 .element.item-new {
	margin-bottom: 0;
}
.sh-blog-shortcode.style-1 .element.item-new .post-inner {
    margin-bottom: 30px;
}
.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: #ff6000;
}
.sh-blog-shortcode .element.item-new .view-detail i {
	display: none;
}
/*--------------------------------------------------------------
## 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;
	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: 42.325%;
	margin-right: 23px;
}
.sh-blog-shortcode.style-1 .element .entry-thumb img {
	height: 230px;
	object-fit: cover;
	object-position: center;
}
.sh-blog-shortcode.style-1 .element .entry-title {
	margin: 10px 0 15px 0;
	text-transform: none;
	font-size: 16px;
	font-weight: 500;
}
.sh-blog-shortcode.style-1 .element .entry-title a {
	color: #333333;
}
.sh-blog-shortcode.style-1 .element .entry-title a:hover {
	color: #ff6000;
}
.sh-blog-shortcode.style-1 .element .entry-description p {
	margin-bottom: 20px;
}
.sh-blog-shortcode.style-1 .element.item-new .view-detail {
	display: inline-block;
	width: 112px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #333333;
	color: #333333;
}
.sh-blog-shortcode.style-1 .element.item-new .view-detail:hover {
	border: 1px solid #ff6000;
	color: #ff6000;
	transition: all 0.5s ease;
}
.sh-blog-shortcode.style-1 .element.item-new .entry-meta {
	margin-bottom: 18px;
}
.sh-blog-shortcode.style-1 .element.item-new .entry-meta i {
	color: #999999;
}
.sh-blog-shortcode.style-1 .element.item-new .entry-description {
	color: #666666;
}
/* 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: #ff6000;
}
.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: #ff6000;
	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: #ff6000;
    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: #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 .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:#ff6000}
/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer {
	color: #999999;
}
.site-footer p {
	margin-bottom: 0;
}
.site-footer a {
	color: #999999;
}
.footer-widgets {
	padding: 60px 0 30px 0;
	background: #0f0f0f;
	border-top: 2px solid #ff6000;
}
@media (min-width: 992px) {
	.footer-widgets .footer-widgets-area:nth-child(1) {
	    -ms-flex: 0 0 35%;
	    flex: 0 0 35%;
	    max-width: 35%;
	}
	.footer-widgets .footer-widgets-area:nth-child(2) {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.footer-widgets .footer-widgets-area:nth-child(3) {
	    -ms-flex: 0 0 15%;
	    flex: 0 0 15%;
	    max-width: 15%;
	}
	.footer-widgets .footer-widgets-area:nth-child(4) {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}
.footer-widgets h4.widget-title {
	font-weight: 500;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 25px;
}
.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: 10px;
    content: "\f111";
    font-size: 6px;
    font-weight: 900;
    color: #ff6000;
    font-family: Font Awesome\ 5 Free;
}
.footer-widgets .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}
.site-info {
	padding: 10px 0;
	background: #080808;
}
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
@media (min-width: 1367px) {
	#giaiphap {
		padding-bottom: 187px;
		padding-top: 100px;
	}
}
#giaiphap {
    padding-bottom: 90px;
    padding-top: 60px;
}
#giaiphap .wpb_text_column {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
} 
#giaiphap .wpb_text_column  strong {
	color: #ff6000;
}
#giaiphap .aio-icon-component {
	margin-bottom: 17px;
}
#giaiphap .last-child {
	margin-bottom: 30px !important;
}
#giaiphap .aio-icon-component h3 {
	font-size: 22px;
	font-weight: normal;
}
#giaiphap button.ubtn-custom {
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 22px;
}
@-webkit-keyframes fadeInLeft {
	0% {
	   opacity: 0;
	   -webkit-transform: translateX(-20px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
	   opacity: 0;
	   transform: translateX(-20px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 0.5s;
}
.fadeInLeft1 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 0.5s;
}
.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 1s;
}
.fadeInLeft3 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 1.5s;
}
.fadeInLeft4 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 2s;
}
.fadeInLeft5 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 2.5s;
}
.fadeInLeft6 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 3s;
}
/* .fadeInLeft7 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 3.5s;
}
.fadeInLeft8 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 4s;
}
.fadeInLeft9 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 4.5s;
}
.fadeInLeft10 {
	-webkit-animation-name: fadeInLeft;
	animation: fadeInLeft 5s;
} */
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation: fadeInRight 1s;
}
.fadeInUp1 {
	-webkit-animation-name: fadeInUp;
	animation: fadeInUp 0.5s;
}
.fadeInUp2 {
	-webkit-animation-name: fadeInUp;
	animation: fadeInUp 1s;
}
.fadeInUp3 {
	-webkit-animation-name: fadeInUp;
	animation: fadeInUp 1.5s;
}
.fadeInUp4 {
	-webkit-animation-name: fadeInUp;
	animation: fadeInUp 2s;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation: fadeInDown 1.3s;
}
@-webkit-keyframes fadeInRight {
	0% {
	   opacity: 0;
	   -webkit-transform: translateX(20px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
	   opacity: 0;
	   transform: translateX(20px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
	0% {
	   opacity: 0;
	   -webkit-transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
	   opacity: 0;
	   transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
}

#chaomung .top-icon .aio-icon-header h3.aio-icon-title {
	text-transform: none;
	font-weight: normal;
	margin-top: 0;
}
#chaomung .aio-icon-component {
	margin-bottom: 0;
	padding-bottom: 20px;
	box-shadow: 0px 6px 18px 0px rgba(51, 51, 51, 0.2);
	padding-top: 15px;
	border-bottom: 2px solid #ff6000;
}
.title {
	margin-bottom: 57px;
}
.title h2 {
	font-weight: 700 !important;
	font-size: 30px;
	text-transform: uppercase;
	color: #ff6000;
	font-family: 'Montserrat';
	margin-bottom: 17px !important;
}
.title .uvc-sub-heading {
	font-size: 16px;
}
#tinnhiem {
	padding-top: 85px;
}
#tinnhiem .wpb_single_image {
    display: table;
    width: 100%;
}
#tinnhiem .wpb_wrapper .vc_single_image-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#tinnhiem .vc_single_image-wrapper img {
    display: inline-block !important;
    width: auto !important;
    max-height: 100px;
}
#counter {
    padding-top: 19px;
    padding-bottom: 18px;
}
#counter .stats-number {
	font-family: 'Montserrat';
	font-weight: 300 !important;
	color: #ff6000;
	margin-bottom: 10px;
}
#counter .stats-number:after {
	content: '+';
	margin-left: 5px;
}
#counter .stats-text {
	font-size: 16px !important;
	margin-top: 10px !important;
}
#counter .vc_col-sm-3 > .vc_column-inner {
	position: relative;
}
#counter .vc_col-sm-3 > .vc_column-inner:before {
	content: '';
	background: #e0e0e0;
	height: 96px;
	width: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#duan .vc_custom_heading {
	font-family: 'Montserrat';
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #ff6000;
}
#duan .aio-icon-component h3 {
	color: #ff6000;
	font-weight: bold;
	font-size: 16px;
}
#duan {
	padding-top: 35px;
}
#duan .column2 > .vc_column-inner > .wpb_wrapper {
    position: relative;
    top: -56px;
}
#duan .aio-icon-component {
	margin-bottom: 27px;
}
#video button.ubtn-custom,
#duan button.ubtn-custom {
	border: 1px solid #ff6000 !important;
	text-transform: uppercase;
	font-weight: 500 !important;
	border-radius: 50px;
}
#duan .wpb_single_image.vc_align_center,
#duan .ubtn-ctn-left {
	margin-bottom: 0;
}
#video {
	padding-top: 25px;
	padding-bottom: 7px;
}
#video.vc_row[data-vc-full-width].vc_hidden {
	opacity: 1 !important;
}
#video .item-video-second {
	margin-bottom: 17px;
	position: relative;
}
#video .ico {
    position: absolute;
	background: url('lib/images/play.png') no-repeat;
	width: 46px;
	height: 33px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 1;
}
.relative {
	position: relative;
}
.ico {
    background: url(lib/images/vd.png) no-repeat left;
    width: 34px;
    height: 31px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 5px;
}
.tax-video_type .album-video {
	margin-bottom: 20px;
}
.tax-video_type .album-video  h3 {
	text-transform: none;
	line-height: 1.375;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 0;
	font-family: 'Montserrat';
	background: #ff6000;
}
.tax-video_type .album-video  h3 a {
	color: #FFF;
}
#post-189 {
	margin-bottom: 0;
} 
#home-category {
	position: relative;
	height: 940px;
}
#home-category a {
	color: #FFF;
}
#home-category2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -346px;
}
.socialCircle-container {
	border: 1px solid #ff6000;
	border-radius: 50%;
}
.socialCircle-item {
  width: 100px;
  height: 100px;
  position: absolute;
  background: #ff6000;
  margin: 50%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.socialCircle-item:hover {
	background: #0f243e;
	transition: all 0.5s ease;
}
.socialCircle-container {
  position: relative;
  width: 700px;
  height: 700px;
  /* margin: 0 auto; */
}
.socialCircle-center {
	width: 300px;
	height: 300px;
	background: #9a3a00;
	margin: 50%;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	cursor: pointer;
	animation: borderPulse 1000ms infinite ease-out;
}
@keyframes borderPulse {
    0% {
        box-shadow: inset 0px 0px 0px 0px rgb(230, 34, 38,0.4), 0px 0px 0px 30px rgb(230, 34, 38,1)
    }
    100% {
        box-shadow: inset 0px 0px 0px 0px rgba(117, 117, 0,.2) , 0px 0px 0px 10px rgba(0,0,0,0)
    }
}
.image-social {
	display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 45px;
    margin-top: 7px;
}
.image-social img {
	display: inline-block;
}
.image-title {
	display: block;
	padding: 0 6px;
}
#product_category .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
	position: relative;
}
#product_category .wpb_text_column {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-48%,-50%);
}
@media (min-width: 1601px) {
	#product_category .wpb_text_column  strong,
	#product_category .wpb_text_column  em {
		font-family: 'Montserrat';
		font-weight: bold;
		text-transform: uppercase;
		font-size: 30px;
	}
	#product_category .wpb_text_column  strong {
		line-height: 2;
	}
}
@media (max-width: 1600px) {
	#product_category .wpb_text_column  strong,
	#product_category .wpb_text_column  em {
		font-family: 'Montserrat';
		font-weight: bold;
		text-transform: uppercase;
		font-size: 23px;
	}
	#product_category .wpb_text_column  strong {
		line-height: 2;
	}
}
#product_category .wpb_text_column  em  {
	color: #ff6000;
}
#product_category .wpb_text_column {
	line-height: 1.875;
	font-size: 16px;
	color: #FFF;
}
#product_category {
	padding: 20px 0;
}
#product_category.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}
.widget_categories h2 {display: none;}
.widget_categories li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
    list-style-type: none;
    font-family: 'Roboto';
}
.widget_categories li a {
    display: block;
    padding: 15px 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
.widget_categories li.current-cat a ,
.widget_categories li a:hover {
	color: #ff6000 !important;
}
.widget_categories li {
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.widget_categories li:last-child {
	border-bottom: 0;
}
.widget_categories .count {
	background: #ff6000;
    font-size: 12px;
    width: 29px;
    height: 22px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    position: absolute;
}
#khacbiet {
	padding-top: 50px;
}
#khacbiet h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Montserrat';
	margin-bottom: 50px;
}
#khacbiet h2 strong {
	color: #ff6000;
	font-weight: normal;
}
#khacbiet .wpb_text_column {
	color: #999999;
}
#khacbiet .wpb_text_column strong {
	color: #ff6000;
	margin-bottom: 15px;
}
#khacbiet button.ubtn-custom {
	text-transform: uppercase;
	font-weight: 500;
}
#khacbiet .wpb_single_image {
	margin-bottom: 0;
}
@media ( min-width: 1200px ) {	
	#khacbiet .wpb_single_image {
		position: absolute;
		left: -30px;
	}	
}
#khacbiet .ubtn-data i {
	position: relative;
	left: -8px;
}
#post-276 {
	margin-bottom: 0;
}
#quatrinh .tm_timeline__event {
	padding-bottom: 150px;
}
#quatrinh .tm_timeline__event__title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: -.05em;
	line-height: 1.2;
	font-size: 74px;
	font-weight: bold;
}
#quatrinh .tm_timeline__event__title a {
	color: #ececec;
}
#quatrinh .tm_timeline__event-even .tm_timeline__event__title {
  right: -50%;
  left: initial;
  font-family: 'Montserrat';
}
#quatrinh .tm_timeline__event-odd .tm_timeline__event__title {
  left: -50%;
}
#quatrinh .tm_timeline__event__date {display: none}
#quatrinh .tm_timeline__event__description {
	font-size: 16px;
}
#quatrinh .tm_timeline__event__dot {
	width: 16px;
	height: 16px;
	background: #ff6000;
}
#quatrinh .tm_timeline__event-odd .tm_timeline__event__dot {
    transform: translate(-8px, 0);
}
#quatrinh .tm_timeline__event-even .tm_timeline__event__dot {
    transform: translate(8px, 0);
}
#quatrinh .tm_timeline {
	padding-top: 0;
}
#quatrinh .tm_timeline__event-even .tm_timeline__event__description {
    transform: translateX(-50px);
}
#quatrinh .tm_timeline__event-odd .tm_timeline__event__description {
    transform: translateX(50px);
}
#quatrinh .tm_timeline-layout-vertical-chessOrder .tm_timeline__tense {
	width: 1px;
}
.page-id-288 #quatrinh { 
	padding-top: 15px;
}
.page-id-288 .page-title-bar {
	margin-bottom: 0;
}
#tintuong .wpb_raw_code {
	margin-bottom: 0;
	font-size: 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Montserrat';
	font-weight: bold;
}
#tintuong button.ubtn-custom {
	background: #FFF !important;
	border-radius: 50px;
	font-size: 20px;
	text-transform: uppercase;
	color: #ff6000 !important;
	font-weight: 500 !important;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
}
#post-288 {
	margin-bottom: 0;
}
.footable-filtering {
	display: none;
}
.semantic_ui .ui.table:not(.inverted) thead th {
	text-transform: uppercase;
}
.semantic_ui .ui.table:not(.inverted) thead th,
.semantic_ui .ui.striped.table>tr:nth-child(2n), .semantic_ui .ui.striped.table tbody tr:nth-child(2n) {
	background: #fffbf9 !important;
}
.footable-details.table>tbody>tr>td, .footable-details.table>tbody>tr>th, .footable-details.table>tfoot>tr>td, .footable-details.table>tfoot>tr>th, .footable-details.table>thead>tr>td, .footable-details.table>thead>tr>th, .footable.table>tbody>tr>td, .footable.table>tbody>tr>th, .footable.table>tfoot>tr>td, .footable.table>tfoot>tr>th, .footable.table>thead>tr>td, .footable.table>thead>tr>th {
	line-height: 27px !important;
}
.semantic_ui .ui.table tbody tr:last-child td,
.footable-details.table>tbody>tr>td, .footable-details.table>tbody>tr>th, .footable-details.table>tfoot>tr>td, .footable-details.table>tfoot>tr>th, .footable-details.table>thead>tr>td, .footable-details.table>thead>tr>th, .footable.table>tbody>tr>td, .footable.table>tbody>tr>th, .footable.table>tfoot>tr>td, .footable.table>tfoot>tr>th, .footable.table>thead>tr>td, .footable.table>thead>tr>th,
.semantic_ui .ui.table {
	border: 0 !important;
}
.semantic_ui .ui.table thead th {
	border-bottom: none !important;
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}
.semantic_ui .ui.table tr td {
    border-top: none !important;
}
.semantic_ui {
    box-shadow: 0 1px 15px 0 rgba(22, 237, 247,0.5) !important;
}
#cacduan button.ubtn {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	border-radius: 50px;
}
#cacduan .wpb_raw_code {
	margin-bottom: 60px;
}
#post-299 {
	margin-bottom: 0;
}
#cacduan .wpb_raw_code p {
	font-family: 'Montserrat';
	font-size: 30px;
	margin-bottom: 25px;
}
#cacduan .wpb_raw_code p span {
	color: #ff6000;
}
#cacduan  .ubtn-sep-icon.ubtn-sep-icon-at-right .ubtn-icon {
    right: 9px;
}
.page-contact h2 a {
	border-bottom: 1px solid #ff6000;
	padding-bottom: 10px;
}
.page-contact h2 label {
	color: #ff6000;
}
#thongtinlienhe .wpb_wrapper .vc_row {
	margin-top: 30px;
}
#thongtinlienhe .wpb_wrapper .vc_row  strong {
	font-weight: bold;
	color: #ff6000;
}
#thongtinlienhe .wpb_wrapper .vc_row .wpb_text_column {
	line-height: 2.143;
	margin-bottom: 30px;
}
#post-332 {
	margin-bottom: 0;
}
#linhvuc {
	padding-bottom: 10px;	
}
#linhvuc p:nth-child(1) {
	font-size: 30px;
	font-family: 'Montserrat';
}
#linhvuc p:nth-child(1) strong {
	color: #ff6000;
	font-weight: normal;
}
#caclinhvuc {
	padding-top: 45px;
	padding-bottom: 35px;
}
#caclinhvuc .aio-icon-component {
	position: relative;
}
#caclinhvuc .aio-icon-component h3 {
	position: absolute;
	bottom: 6px;
	width: 100%;
	text-transform: uppercase;
	color: #FFF;
	left: 0;
	text-align: center;
	background: rgba(255, 96, 0, 0.65);
	vertical-align: middle;
	font-family: 'Montserrat';
	font-weight: 500;
	height: 66px;
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
}
#caclinhvuc .wpb_text_column {
	text-align: center;
	font-size: 30px;
	color: #FFF;
	font-family: 'Montserrat';
	font-weight: normal;
	margin-bottom: 65px;
}
#caclinhvuc .wpb_text_column strong {
	color: #ff6000;
	font-weight: normal;
}
#caclinhvuc .aio-icon-img img,
#caclinhvuc .aio-icon-img {
	width: 100%;
}
#flags {
    width: 80px !important;
    display: inline-block;
    position: relative;
    top: 7px;
}
#flags ul {
	padding: 0;
	margin: 0;
}
.page-id-335 h2 {
	margin-bottom: 30px;
}
.page-id-335 h2 a {
	border-bottom: 1px solid #ff6000 !important;
	padding-bottom: 10px;
}
.page-id-335 h2 label {
	color: #ff6000;
}
.page-id-335 .wpb_text_column {
	line-height: 1.714;
}
#asflas h3 {
	font-weight: 500 !important;
}
#asflas .aio-icon-description {
	color: #999999;
}
/* .wpb_raw_code .tm-svg, */
.wpb_raw_code svg {
  width: 48px;
  height: 48px;
  color: #ff8b8b;
border-color: #ff8b8b;
}
.tm-box-icon .tm-svg * {
    stroke: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
CSS

.path {
   stroke-dasharray: 100;
   animation: dash 5s linear;
}

@keyframes dash {
   to {
      stroke-dashoffset: 1000;
   }
}
.path {
   stroke-dasharray: 100;
   animation: dash 5s linear;
}
 
@keyframes dash {
   to {
      stroke-dashoffset: 1000;
   }
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
	.site-header.header-logo .main-navigation ul.menu > li > a {
		text-transform: none;
	}
	.site-header.header-logo .main-navigation ul.menu > li {
		margin-right: 25px;
		padding: 30px 0;
	}
	#duan {
		padding-bottom: 30px;
	}
	#product_category .wpb_text_column {
		left: initial;
		right: 15px;
		transform: translateY(-50%);
	}
}
/* 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;
	}
	#caclinhvuc .aio-icon-component h3 {
		font-size: 14px;
	}
	#giaiphap {
		padding-top: 0;
		padding-bottom: 20px;
	}
	#counter .stats-text {
		font-size: 13px !important;
	}
	#duan .column2 > .vc_column-inner > .wpb_wrapper {
		top: initial;
		margin-top: 40px;
	}
	#product_category .wpb_text_column,
	#product_category .wpb_text_column strong, #product_category .wpb_text_column em {
	    font-size: 14px;
	}
	#product_category .wpb_text_column {
	    position: initial;
	    transform: initial;
	}
	#home-category3 {
		text-align: center;
		color: #FFF;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#home-category3 a {
		color: #FFF;
	}
	#home-category3 a:hover {
		color: #ff6000;
	}
	#home-category3 img {
		display: inline-block;
	}
	#quatrinh .tm_timeline__event-odd .tm_timeline__event__title {
	    left: -80%;
	}
	#quatrinh .tm_timeline__event-even .tm_timeline__event__title {
		right: -80%;
	}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
	.site-info, .site-info * {
		text-align: center;
	}
	.title .uvc-sub-heading {
		font-size: 14px;
	}
	#chaomung .aio-icon-component,
	.title {
		margin-bottom: 20px;
	}
	#giaiphap button.ubtn-custom,
	#giaiphap .aio-icon-component h3,
	#caclinhvuc .wpb_text_column {
		font-size: 16px;
	}
	.title h2,
	#giaiphap .wpb_text_column,
	#linhvuc p:nth-child(1),
	.page-title-bar .title,
	#post-276 .title h2 {
		font-size: 24px;
	}
	#caclinhvuc .vc_col-sm-4 {
		width: 50%;
		float: left;
	}	
	.page-title-bar {
	    padding: 45px 0 25px;
	}
	#linhvuc,
	#caclinhvuc {
		padding-top: 0;
		padding-bottom: 0;
	}
	#giaiphap button.ubtn-custom {
		width: 150px !important;
		height: 40px !important;
	}
	#counter .vc_col-sm-3 {
		width: 50%;
		float: left;
	}
	.main-video .col-lg-3 .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.main-video .col-lg-3 .row [class*= 'col'] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.form-group.row .col-lg-6:nth-child(1) {
		margin-bottom: 10px;
	}
	#baogia .vc_col-sm-7 > .vc_column-inner {
		padding-top: 0 !important;
	}
	#quatrinh .tm_timeline__event-odd .tm_timeline__event__title {
	    left: -100%;
	}
	#quatrinh .tm_timeline__event-even .tm_timeline__event__title {
		right: -100%;
	}
	#chaomung .vc_col-sm-3 {
		width: 50%;
		float: left;
	}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
	#linhvuc p:nth-child(1),
	.page-title-bar .title,
	#giaiphap .wpb_text_column,
	.title h2,
	#post-276 .title h2 {
		font-size: 18px;
	}
	#giaiphap button.ubtn-custom {
		font-size: 14px;
	}
	#quatrinh .tm_timeline__event-odd .tm_timeline__event__description {
	    transform: translate(20px,40%);
	}
	#quatrinh .tm_timeline__event-odd .tm_timeline__event__title {
	    left: 20px;
	}
	#quatrinh .tm_timeline__event__title {
	    top: -9px;
	    transform: initial;
	    font-size: 24px;
	}
	#quatrinh .tm_timeline__event__description {
		font-size: 14px;
	}
	#quatrinh .tm_timeline__event-even .tm_timeline__event__description {
		transform: translate(20px,40%)
	}
	.tm_timeline__event.tm_timeline__event-odd,
	.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even {
		text-align: left;
		transform: initial;
	}
	.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__dot {
		left: 0;
		right: initial;
		transform: translate(-8px, 0) !important;
	}
	#quatrinh .tm_timeline__event-even .tm_timeline__event__title {
		right: initial;
	}
	#quatrinh .tm_timeline__event-even .tm_timeline__event__title {
	    left: 20px;
	}
	#quatrinh .tm_timeline__event {
	    padding-bottom: 30px;
	}
	.tm_timeline__tense {
		right: initial;
	}
	.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
		max-width: 100% !important;
	}
	.tm_timeline {
		padding: 0;
	}
}
@media (max-width: 414px) {
	#caclinhvuc .vc_col-sm-4 {
		width: 100%;
		float: left;
	}
}
