/*
Theme Name: Thai Dev
Theme URI: https://thanhhoa2s.com
Author: Technical leader software
Author URI: https://thanhhoa2s.com , https://web2s.io.vn
Description: Mẫu giao diện được xây dựng và phát triển bởi kỹ thuật phần mềm Thái dev
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: themepro
Tags: Website thai it, thai dev Viet Nam

/*--------------------------------------------------------------
>>> 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'); */
/* @font-face {
 font-family: monter monter-Regular;
 src: url(lib/webfonts/Montserrat-Regular.ttf);
 }
 @font-face {
 font-family: monter monter-Bold;
 src: url(lib/webfonts/Montserrat-Bold.ttf);
 } */


 /* latin */

@font-face { font-family: HyundaiSans; 
	src: url(lib/webfonts/HyundaiSans/HyundaiSansHead-Regular.otf.woff2)  format('truetype') format('woff2'); 
	font-weight: normal; }

html{font-size:62.5%;}
 body {font-family: 'HyundaiSans', sans-serif;font-size: 16px;} 
/*body {font-family: 'Open Sans', sans-serif;font-size: 14px;}*/
a {color: #1565c0;transition: all 0.3s ease-in-out;}
a:hover {color: #1565c0;}
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: 3px 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: 600;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #FFF;
}
.main-navigation ul.menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    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 Pro";
    font-weight: 900;
    margin-right: 5px;
}
.main-navigation ul.menu > li > a:hover,
.main-navigation ul.menu > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu > li > a:hover,
.site-header.logo-left .main-navigation ul.menu > li.current-menu-item > a {
	color: #1565c0 !important;
}
/* Submenu 1 */
.main-navigation ul ul {
    background-color: #fff;
    border-top: 2px solid #1565c0;
	min-width: 210px;
	left: 0;
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-navigation ul.menu ul > li > a:hover,
.main-navigation ul.menu ul > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu ul > li > a:hover,
.site-header.logo-left .main-navigation ul.menu ul > li.current-menu-item > a {
	color: #1565c0;
}
.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 Pro";
    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: #1565c0;
}
.site-header.header-logo .main-navigation {
	background: none;
}
.site-header.header-logo .main-navigation ul.menu {
	float: fleft;
}
.site-header.header-logo .main-navigation ul.menu > li {
	margin-right: 17px;
}
.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: #01356A;
	padding: 0;
	line-height: 70px;
	height: 70px;
}
.v15rrem{
    font-size:1.5rem;
}
/*#site-navigation ul#primary-menu>li>a {
    font-size: .9em;
}*/
.header:not(.transparent) .header-nav-main.nav > li > a {
    color: #01356A;
}
.header-button .button.primary{
	border-radius: 5px;
	color: #fff;
	border-color: rgba(0,0,0,.05);
	background-color: #00adef;
}
.header-button-1 .header-button:hover .button.primary{
	background-color: #006e99;
}
.waperimghome {
    position: relative;
    max-height: 486px;
}
.waperimghome img {
    object-fit: cover;
    max-height: 486px;
    width: 100%;
}
.contentimghome {
    position: absolute;
    top: 20%;
    left: 20%;
    color: rgb(255,255,255);
}
p.corpoa {
    font-size: 40px;
}
span.arime {
    font-size: 18px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
div#content {
    margin-bottom: 10px;
}
.heading {
	margin: 0 0 15px 0;
    padding: 0 ;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: normal;
    font-size: 20px;
}
.heading a {
	position: relative;
    display: inline-block;
    color: #1565c0;
    font-weight: bold;
}
/*.heading a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1565c0;
}*/
.page-title, h1.entry-title {
	font-size: 22px;
	font-weight: 600;
	color: #1565c0;
	margin: 5px 0 15px 0;
	text-transform: capitalize;
}
.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: #fff;
    justify-content: center;
}
/*#back-top {margin: 0}
#back-top a {display: block;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s}
#back-top span {border-radius: 50%;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: #939393  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}*/
/*--------------------------------------------------------------
	16.0 - Totop
	--------------------------------------------------------------*/

#toTop, #toTop::before, #toTop::after {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#toTop {
	background-color: rgba(213, 213, 213, 0.8);
	border: 1px solid #7a7a7a;
	bottom: 60px;
	display: none;
	height: 60px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	text-indent: -9999px;
	width: 60px;
	border-radius: 50%;
	z-index: 999;
}

#toTop::after {
	background: rgba(0, 0, 0, 0) url("lib/images/totop-after.png") no-repeat center center / 50% auto;
	border-radius: 50%;
	content: "";
	display: block;
	height: 80px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 41px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#toTop::before {
	background: rgba(0, 0, 0, 0) url("lib/images/totop-before.png") no-repeat scroll center 200% / 50% auto;
	border-radius: 50%;
	content: "";
	display: block;
	height: 47px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#toTop:hover::after {
	background-position: center -40px;
	transition-delay: 0.3s;
}

#toTop:hover::before {
	background-position: center center;
	transition-delay: 0.3s;
}

#toTop:hover {
	background-color: rgba(255, 255, 255, 0.8);
	transition-delay: 0.3s;
}
/*end to top thaidev*/
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 #1565c0;
	margin: 0;
}
.page_nav .current, .page_nav .page-numbers:hover {
	background: #1565c0;
	color: #FFF;
}
.screen-reader-text {display: none}
.btn {
	font-size: 14px;
	background: #1565c0;
	color: #FFF;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #FFF;
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.btn-primary {
	border-color: #1565c0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1565c0;
    border-color: #1565c0;
}
.form-control {
	height: 34px !important;
	font-size: 14px;
}
textarea.form-control {
	height: 160px;
}

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5; 
}
::-webkit-scrollbar-thumb {
	background-color: #807d7d;
	border-radius: 8px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline;float: left;margin-right: 1.5em}
.alignright {display: inline;float: right;margin-left: 1.5em}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.content-sidebar-wrap:before,.content-sidebar-wrap:after {clear: both;display: table;content: " "}
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {content: "";display: table;table-layout: fixed}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {clear: both}

/*--------------------------------------------------------------
# Sidebar - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.sidebar .widget {
	margin: 0 0 20px 0;
}
.sidebar .widget-title {
	font-size: 16px;
    color: #252525;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    background: #fff;
    padding: 10px 0px;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
}
.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-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: 0;
}
.sidebar .widget:not(.widget_slider_products) ul {
	margin: 0;
}
.sidebar .widget:not(.widget_slider_products) ul li {
	display: block;
}
/* Widget Custom Menu */
.sidebar .widget_nav_menu ul li {
	position: relative;
	padding: 8px 10px;
}
.sidebar .widget_nav_menu ul.menu > li:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}
.sidebar .widget_nav_menu ul li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #333333;
}
.sidebar .widget_nav_menu ul li a:before {
    content: '';
    display: inline-block;
   /* width: 5px;
    height: 5px;
    background: #1565c0;
    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: #FFF;
}
.search-form input[type=search]::-moz-placeholder { /* Firefox 19+ */
	color: #FFF;
}
.search-form input[type=search]:-ms-input-placeholder { /* IE 10+ */
	color: #FFF;
}
.search-form input[type=search]:-moz-placeholder { /* Firefox 18- */
	color: #FFF;
}
.sidebar .search-form {
	padding: 4px 12px;
	background: #176fc8;
	overflow: hidden;
}
.site-header .search-form {
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 9;
	width: 200px;
	border-radius: 3px;
	background: #FFF;
	overflow: hidden;
}
.site-header input[type=search] {color: #333333}
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li {
	padding: 8px 0px;
    border-bottom: 1px solid #EBEBEB;
}
.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: 15px;
}
.widget .list-post-item li:last-child {
	margin-bottom: 0;
}
.widget .list-post-item .post:after {
	clear: both;
}
.widget .list-post-item .alignleft {
	width: 100px;
	margin-right: 10px;
}
.widget .list-post-item .alignright {
	width: 100px;
	margin-left: 10px;
}
.widget .list-post-item .aligncenter {
	text-align: center;
}
.widget .list-post-item h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.widget .list-post-item h3 a {
	color: inherit;
}
/* Widget Support */
@media (min-width: 1200px) {
	.widget_supports .list-supporter {
		padding-top: 190px;
		background-image: url(lib/images/bg-support.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
}
.widget_supports .support-style-1 {
	background-color: #FFF;
}
.widget_supports .support-style-1 .supporter {
	padding: 0 10px 10px 10px;
}
.widget_supports .support-style-1 li {
	padding: 5px 0;
	font-size: 14px;
	color: #333;
	border-top: 1px solid #333;
}
.widget_supports .support-style-1 li:first-child {
	border-top: none;
}
.widget_supports .support-style-1 li:last-child {
	border-bottom: none;
}
.widget_supports .support-style-1 i {
	width: 22px;
	margin-right: 12px;
}
.widget_supports .support-style-2 .supporter {
	margin: 0 8px;
	padding: 5px 8px 5px 50px;
	border-top: 1px solid #dddddd;
	background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
	position: relative;
}
.widget_supports .support-style-2 .supporter:first-child {
	border-top: none;
}
.widget_supports .support-style-2 .name {
	font-weight: 600;
}
.widget_supports .support-style-2 .phone {
	font-size: 20px;
	color: #ff0000;
	font-weight: 600;
}
.widget_supports .support-style-2 .skype {
	position: absolute;
	right: 7px;
	bottom: 10px;
	z-index: 1;
}
.widget_supports .list-supporter .email {
	padding: 5px 10px;
	font-weight: 600;
	line-height: 20px;
}
.widget_supports .support-style-2 .email a {
	color: #333333;
}
.widget_supports .support-style-3 .supporter:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
}
.widget_supports .support-style-3 ul {
	position: relative;
	padding: 8px 10px;
}
.widget_supports .support-style-3 ul li {
}
.widget_supports .support-style-3 .name {
	font-size: 12px;
	color: #333333;
}
.widget_supports .support-style-3 .phone {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #e70c0c;
}
.widget_supports .support-style-3 .social {
	position: absolute;
	bottom: 10px;
	right: 8px;
	z-index: 1;
}
.widget_supports .support-style-3 .social a {
	display: inline-block;
	margin-left: 4px;
}
/* Widget Slider Products */
.sidebar .content-feature-page, .sidebar .slider-products {
	padding: 10px 10px 0 10px;
}
html .widget_slider_products .slick-carousel.slick-dotted.slick-slider {
	margin: 0;
}
.item-product-slide {
	overflow: hidden;
	margin-bottom: 15px;
}
.item-product-slide:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.item-product-slide .alignleft,
.item-product-slide .alignright {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	width: 100px;
	height: 100px;
	background: #FFF;
}
.item-product-slide .alignleft {
	margin-right: 15px;
}
.item-product-slide .alignright {
	margin-left: 15px;
}
.item-product-slide .alignleft > div, .item-product-slide .alignright > div {
	width: 100%;
}
.slick-slide.item-product-slide img {
	width: auto;
	display: inline-block;
	max-height: 100px;
	max-width: 100px;
}
.item-product-slide .alignnone img {
	margin: 0 auto 10px;
}
.item-product-slide h3 {
	margin: 5px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.item-product-slide h3 a {
	color: #333333;
}
.item-product-slide .price {
	font-weight: bold;
	color: #ff0000;
	margin: 0;
}
.item-product-slide .price ins, 
.item-product-slide .price del {
	display: block;
	text-decoration: none;
}
.item-product-slide .price ins {
	margin-right: 0;
}
.item-product-slide .price del {
	text-decoration: line-through;
    font-weight: normal;
    color: #666666;
}
/* Widget Slider Posts */
.sidebar .widget_listpost_widget ul {
	padding: 20px 10px;
	background: #fafafa;
}
/* Slick Slider */
html .slick-carousel.slick-dotted.slick-slider {
	padding-bottom: 40px;
}
.slick-slider .slick-slide, .slick-slider .slick-slide a {
	outline: none;
}
.slick-slider .slick-next, .slick-slider .slick-prev {
	z-index: 1;
}
.slick-slider .slick-next {
	right: -15px;
}
.slick-slider .slick-prev {
	left: -15px;
}
.slick-slider .slick-arrow:before {
	font-family: "Font Awesome 5 Pro";
	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: #1565c0;
	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: #1565c0;
	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: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}
.widget_featuredpage .entry-title a {
	color: #1565c0;
}
.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: #333;
    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 {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 #1565c0;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #1565c0;
}
.tagcloud a:hover {
	background: #1565c0;
	color: #FFF;
}
/* Count Per Day */
.sidebar .cpd {
	padding: 5px 10px;
}
.sidebar .cpd li {
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
}
.sidebar .cpd li:last-child {
	border-bottom: none;
}
/* Slider */
.wtb-slider {
	margin-bottom: 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: #999;
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px dotted #999;
}
.entry-meta span i {
	color: #747474;
}
.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: 2px;
}
.post-next-prev {
	border-bottom: 1px solid #ebebeb;
	margin: 20px 0;
}
.post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}
.post-next-prev-content a {
    display: block;
    color: #222;
    margin-bottom: 20px;
}
.related-posts {
	margin-bottom: 30px;
}
.related-posts .related-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.related-posts ul {
	padding-left: 0;
    list-style-position: inside;
}
.related-posts ul li {
	margin-bottom: 5px;
}
.related-posts ul li a {
	color: #333333;
}
.sidebar .widget_nav_menu ul li a:hover,.post-next-prev-content a:hover, 
.related-posts ul li a:hover,.item-product-slide h3 a:hover, 
.widget .list-post-item h3 a:hover, .new-list article .more-link {color: #1565c0;}

/*--------------------------------------------------------------
## 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: #1565c0;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: 16px;border: 1px solid #dfdfdf;border-radius: 3px;line-height: 1.5em !important}
.comment-list li .reply {position: absolute;margin: -45px 0 0 10px;padding: 5px 10px}
.comment-list .children {list-style: none;margin: 0}
.comment-list .children > li {padding-left: 0.8em}
.comment-author {padding: 10px 5px 0}
.comment-list li .avatar {background: #fff;float: left;margin: 0 10px 0 0px;border-radius: 50%;-moz-border-radius: 50%}
.comment-list p, .ping-list p {font-weight: normal;text-transform: none;margin: 10px 5px 10px 0;padding: 0;word-wrap: break-word}
.comment-list li .fn, .comment-list li .cfn {font-size: 16px;display: inline-block;margin: 10px 0 0}
.comment-list li .says {display: none}
/* Extra Comments */
#formcmmaxweb {margin-bottom:20px}
#formcmmaxweb textarea.form-control  {height: auto;}
span.title_comment {font-size:20px;color:#606664;line-height:1.3em;font-weight:700;margin:15px 0;display:block}
.comment-author.vcard {width:25px}
.comment-author.vcard {float:left;clear:both;z-index:2;position:relative;text-align:center}
.commentlist {margin-top:10px}
.commentlist li {overflow:hidden;clear:both;margin-bottom:10px}
.commentlist .children {margin-top:10px}
.commentBody em {color:red}
.commentBody {position:relative;margin-left:35px;overflow:hidden}
.comment-meta.commentmetadata {position:relative;padding:0;margin:0 0 5px}
.noidungcomment {font-size:14px;line-height:22px}
.cancel-comment-reply a {display: block;margin: 5px 0;font-size:14px;text-decoration:none;color:#a9883f}
.nocomments {border-color:#D98D8D;background-color:#FFCECE;background-position:left -792px;color:#665252;padding:10px}
.comment-meta.commentmetadata .ngaythang {position:absolute;top:0;right:0;color:#1565c0;opacity:.3;font-size:12px}
.commentBody:hover .comment-meta.commentmetadata .ngaythang {opacity:1}
.commentBody .reply {float:right;margin:0;position:absolute;bottom:0;right:0}
.comment-meta.commentmetadata .fn {font-weight:700;color:#333;margin:0;text-transform:capitalize;font-size:16px;line-height:22px;margin-top:2px}
ol.commentlist_mw,ol.commentlist_mw ul.children {list-style:none;padding: 0;}
ol.commentlist_mw li {margin-bottom:10px}
ol.commentlist_mw>ul.children {margin:10px 0 15px 35px;background:#f8f8f8;padding:10px;position:relative;border: 1px solid #dfdfdf;}
ol.commentlist_mw>ul.children:before  {content: '';position: absolute;top: -11px;left: 13px;width: 0;height: 0;border-bottom: 11px solid #dfdfdf;border-left: 11px solid rgba(238,238,238,0);border-right: 11px solid rgba(238,238,238,0);}
ol.commentlist_mw>ul.children:after {content:'';position:absolute;top:-10px;left:14px;width:0;height:0;border-bottom:10px solid #f8f8f8;border-left:10px solid transparent;border-right:10px solid transparent}
div.error {color:red;font-size:14px;text-align:left;line-height:16px;margin:10px 0 0}
.tools_comment a {color:#1565c0;font-size:14px;position:relative;padding:0 15px 0 0;margin:0 7px 0 0;line-height:14px}
.tools_comment a:after {content:"";width:4px;height:4px;top:50%;margin-top:-2px;background:#999;position:absolute;right:0;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}
.tools_comment a:last-child:after {display:none}
.tools_comment a:last-child {padding:0;margin:0}
.noidungcomment p {margin:0 0 5px}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {max-width: 100%}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {margin-bottom: 1.5em;max-width: 100%}
.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto}
.wp-caption .wp-caption-text {margin: 0.8075em 0}
.wp-caption-text {text-align: center}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em}
.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%}
.gallery-columns-2 .gallery-item {max-width: 50%}
.gallery-columns-3 .gallery-item {max-width: 33.33%}
.gallery-columns-4 .gallery-item {max-width: 25%}
.gallery-columns-5 .gallery-item {max-width: 20%}
.gallery-columns-6 .gallery-item {max-width: 16.66%}
.gallery-columns-7 .gallery-item {max-width: 14.28%}
.gallery-columns-8 .gallery-item {max-width: 12.5%}
.gallery-columns-9 .gallery-item {max-width: 11.11%}
.gallery-caption {display: block}

/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.sidebar-content .site-main,
	.content-sidebar .site-main {
		float: right;
		width: 74.5%;
	}
	.sidebar-content .sidebar,
	.content-sidebar .sidebar {
		float: left;
		width: 23.5%;
	}
	.content-sidebar .site-main {
		float: left;
	}
	.archive.tax-product_cat .site-main {
		float: right;
	}
	.archive.tax-product_cat.content-sidebar  .sidebar {
     float: left; 
}
	.content-sidebar .sidebar {
		float: right;
		border: 1px solid #dfdfdf;
	    padding: 10px;
	    border-radius: 10px;
	    position: sticky;
	    top: 30px;
	}
	.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-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 .post-inner {
	margin-bottom: 20px;
}
.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.sh-blog-shortcode .element.item-new .entry-description {
	color: #747474;
}
.sh-blog-shortcode .element.item-new .btn {
	border-radius: 20px;
}
.sh-blog-shortcode .element.item-new .view-detail {
	color: #1565c0;
}
.sh-blog-shortcode .element.item-new .view-detail i {
	display: none;
}
.sh-blog-shortcode .element.item-new .entry-thumb {
	padding: 2px;
    box-shadow: 0 0 2px 0 #b5b5b5;
}
    
/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
.sh-blog-shortcode .element .entry-content {
	margin: 0;
}
.sh-blog-shortcode .element .entry-thumb a {
	overflow: hidden;
	display: block;
	border-radius: 10px;
}
.sh-blog-shortcode .element .entry-thumb a img {width: 100%;height: auto;-webkit-transition: all 0.5s ease-in-out !important;-moz-transition: all 0.5s ease-in-out !important;-o-transition: all 0.5s ease-in-out !important;transition: all 0.5s ease-in-out !important;}
.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: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.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: #1565c0;
}
.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: 0;
	background: #FFF;
}
.sh-blog-shortcode.style-6 .entry-title a {
	color: #333333;
}
.sh-blog-shortcode.style-6 .entry-title a:hover {
	color: #1565c0;
}
.sh-blog-shortcode.style-6 .first-element-layout, .sh-blog-shortcode.style-6 .second-element-layout {
	margin-bottom: 20px;
}
.sh-blog-shortcode.style-6 .first-element-layout .element {
	margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
	float: left;
	width: 175px;
	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: 7px;
    padding-bottom: 7px;
}
.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: #1565c0;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
/* Blog Shortcode 8 */
.sh-blog-shortcode.style-8 .element {
	margin-bottom: 30px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
	position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background-color: rgb(0, 0, 0, .5);
	padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
	display: block;
	color: #FFF;
	max-height: 40px;
	overflow: hidden;
}
.sh-blog-shortcode.style-8 .element .entry-title a:hover {
	text-decoration: underline;
}
@media (max-width: 414px) {
	.sh-blog-shortcode .element {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
#section_1173807188 .wpcf7-response-output{
	color:#fff;
}
/*--------------------------------------------------------------
## 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: #1565c0;
    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-image: url(lib/images/mobile-banner.jpg);*/
	background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 84%;
    position: relative;
    height: 100%;
    z-index: 9;
}
.mobilenav__inner:before {
    content: '';
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    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: #fafafa;
    border-left: 1px solid #fafafa;
    color: #333;
    transform: translateY(-50%);
}
.toplg {padding: 50px 15px 40px 15px;text-align: center;background: #e9e9e9;}
.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: #333;
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: solid 1px #7070704f;
    /* 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: #0000008c;*/
}
#mobilenav .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 43px;
	cursor: pointer;
	text-align: center;
	font-family: "Font Awesome 5 Pro";
	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: 50%;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
    padding: 6px 6px 1px 6px;
    background: #ed1d25;
    background-image: linear-gradient(to top, rgb(88 176 223) 0%, rgb(60 121 187) 51%, rgb(88 176 223) 100%);
    border-radius: 5px;
}
#hamburger .hamburger{margin-left:10px}
.hamburger {
    display: inline-block;
    width: 25px;
    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 a {
	color: #FFF;
    line-height: 22px;
    display: inline-block;
}
.footer-widgets {
	padding: 40px 0 20px 0;
/*	background: #262626;*/
	background-color: rgb(0, 44, 95);
	font-size: 14px;
}
.footer-widgets h4.widget-title {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.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 Pro";
}
.footer-widgets .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}
.site-info {
	padding: 10px 0;
	background: #262626;
}
.site-info p {
	margin-bottom: 0;
}

.woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.big-title {
    text-align: center;
    font-weight: 600;
    color: #252525;
    font-size: 26px;
    margin-bottom: 30px;
}
.big-title a {
    color: #252525;
}
.entry-thumb img {
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.entry-content {
    padding: 5px 15px;
}
.sh-blog-shortcode.style-3 .post-inner, .sh-blog-shortcode.style-4 .post-inner {
    box-shadow: 0 0 5px 0 #00000050;
    border-radius: 5px;
}
.entry-title a {
    color: #252525;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 25px;
    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 {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.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);
}
/*.logo {
    width: 130px;
}*/
.wtb-breadcrumb {display: none;
   /* background-image: url(lib/images/sub-banner.jpg);
    min-height: 150px;
    background-position: center;
    background-size: cover;*/
    position: relative;
    z-index: 999;
    margin-bottom: 50px;
    align-items: center;
    display: flex;
}
.wtb-breadcrumb:before {
   /* content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left, #ea6f56, #0000007a);*/
}
.entry-title.confbre {
    position: absolute;
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    color: #0b0a0a;
    display: table;
    margin: auto;
    margin-bottom: 15px;
}
.breadcrumb {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}
.breadcrumb > span a {
	padding: 3px 10px;
	background-color: rgba(255,255,255,0.3);
	margin: 0px 10px;
	position: relative;
	color: #5b5b5b;
	font-weight: 600;
}
.breadcrumb > span a:before {
    content: "";
    width: 14px;
    height: 25px;
    background-image: url(lib/images/arrow-back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: -14px;
    opacity: 0.3;
    z-index: 999;
}
.breadcrumb > span a:after {
    content: ""!important;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 12px solid rgba(255,255,255,0.3);
    position: absolute;
    top: 0px;
    right: -28px;
    padding: 0 8px;
}
.breadcrumb_last {
    background-color: #1565c0;
    padding: 3px 10px;
    margin: 0px 10px;
    position: relative;
}
.breadcrumb_last:before {
	opacity: 1;
	z-index: 0;
	content: "";
	width: 14px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: -12px;
	border-top: 12px solid #1565c0;
	border-bottom: 13px solid #1565c0;
	border-left: 12px solid transparent;
}
.breadcrumb .breadcrumb_last:after {
    content: ""!important;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 12px solid rgba(255,255,255,0.3);
    position: absolute;
    top: 0px;
    right: -12px;
    border-left-color: #1565c0;
}
.sidebar a {
    color: black;
    font-weight: 500;
}
/* CTA */
.tool-right {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999;
    background: #ffffff;
    padding: 12px 8px;
    box-shadow: 10px 0px 30px #888888;
    border-radius: 15px 0 0 15px;
    width: 68px;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}
.tool-right p {
    border-bottom: 1px dashed #e9e9e9;
}

/* css menu */
.header-main li.cssgiaiphap > ul.sub-menu li:hover {
	background: linear-gradient(331deg, rgb(101 190 244) 0%, rgb(115 184 227) 100%);
}
.header-main li.cssgiaiphap > ul.sub-menu li:hover a{
    color: #fff;
}
.header-main li.cssgiaiphap > ul.sub-menu {
    border: none;
    box-shadow: none;
    border-bottom: solid 3px #b45542;
    display: flex!important;
    flex-wrap: wrap;
    min-width: 800px;
    background-color: rgb(255 255 255 / 90%);
    padding: 0;
    transform: translateX(-28%);
}
.header-main li.cssgiaiphap > ul.sub-menu > li {
    flex: 0 0 33.3333333%;
    display: block;
    margin: 0;
    vertical-align: top;
}

.header-main li.cssgiaiphap > ul.sub-menu > li:first-child {
    margin-left: 0!important;
}
.header-main li.cssgiaiphap > ul.sub-menu > li:nth-child(3n+2) {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.wrap-product {
    border-radius: 10px;
}
.wrap-product .image-product {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.wrap-product .image-product img {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*.wrap-product:hover {
    box-shadow: 0 0.125rem 0.125rem -0.125rem rgb(31 27 45 / 37%), 0 0.25rem 0.75rem rgb(31 27 45 / 16%);
}*/
/* end css menu */
.entry-thumb a:before {
	border-radius: 10px;
    content: '';
    background: #00000050;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.entry-thumb {
    position: relative;
    z-index: 1;
}
.post-inner:hover .entry-thumb a:before {
	opacity: 1;
}
.second-element-layout .post-inner .entry-content {
    background: #f6f6f6;
    border-radius: 4px;
}
.col-md-12.first-element-layout .entry-content {
    padding: 25px 15px;
    position: absolute;
    bottom: -80px;
    width: 100%;
    transition: 0.5s;
    background-image: linear-gradient(#d0d0d00d, #404040fa);
    z-index: 8;
}
.first-element-layout .post-inner:hover .entry-thumb a:before {
    opacity: 0;
}
.first-element-layout .post-inner:hover .entry-content {
    bottom: -20px;
}
.first-element-layout .entry-content div.entry-title a {
    color: #fff !important;
}
.first-element-layout .entry-meta span {
    color: #fff !important;
}
#news a.btn.click-here {
    margin-top: 20px;
}
.view-more {
    background-image: linear-gradient(to right, rgb(101 190 244) 0%, rgb(70 136 176) 51%, rgb(101 190 244) 100%);
    background-size: 200% auto;
    border: 0;
    padding: 9px 25px;
    font-size: 16px;
    /* text-transform: uppercase; */
    border-radius: 15px;
    transition: all 400ms ease-out;
    line-height: 22px;
    color: #fff;
    display: inline-block;
}
.post-inner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: 1s;
}
.first-element-layout .entry-title a {
    font-size: 20px;
    color: #fff !important;
}
#news .view-more {
    margin-top: 20px;
}
.first-element-layout .entry-title a {
    font-size: 23px;
}
.view-more:hover {
    background-position: right center;
    color: white;
}
a.button.product_type_simple:hover {
    background-position: right center;
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.wpcf7-spinner{
	display: none !important;
}
 .home.blog header#masthead {
    background: none!important;
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0;
    z-index: 999;
/*    margin-top: 15px;*/
}
header#masthead .header-main .container{
	background: #fff;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
b, strong {
    font-weight: bold !important;
}
.section-title-center span {
    margin: 0 15px;
}
h2.section-title.section-title-center {
    font-weight: 700;
    font-size: 2em;
}
.section-title-container {
    margin-bottom: 1em;
}
.row-dashed .col:after, .row-solid .col:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #ddd;
}
.row-dashed .col-lg-4{
    border: 1px dashed #ddd;
    border-top: none;
    border-bottom: none;
}
.row-dashed .col-inner, .row-solid .col-inner {
    padding: 15px 0px;
}
.icon-box-left, .icon-box-right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}
.icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
}
.icon-box-left .icon-box-text, .icon-box-right .icon-box-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.icon-box-text.last-reset {
    padding-left: 1em;
    text-align: justify;
}
/*before footer*/
.beforefooter.section.dark {
    background-color: #666;
}
.beforefooter .dark, .dark p, .dark td {
    color: #f1f1f1;
}
#section_1173807188 .section-bg.bg-loaded {
   background:  rgba(0,0,0,.8);
}
.beforefooter .bg-loaded {
    opacity: 1;
}
#section_1173807188 .section-bg-overlay {
    background-color: rgba(0, 0, 0, 0.9);
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection{
box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    }
.beforefooter .fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.beforefooter .bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.beforefooter.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
}
.section-content.relative {
    position: relative;
    width: 100%;
}
.section-content {
    z-index: 1;
}
.dark h5{
	color: #fff;
}
.uppercase{
	letter-spacing: .05em;
	font-size: 1em;
	    line-height: 1.2;
    text-transform: uppercase;
}
.beforefooter.section p { 
    margin-bottom: 1.3em;
}
.beforefooter .flex-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.beforefooter .flex-row {
    align-items: baseline !important;
}
.flex-row.form-flat .flex-col {
    padding-right: 4px;
}
.beforefooter .flex-grow {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
}
.beforefooter .flex-col {
    max-height: 100%;
}
.beforefooter .wpcf7 .wpcf7-form-control-wrap {
    display: block;
}
.dark .form-flat select {
    background-image: url(data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E);
}
.dark .form-flat select{
	    background-color: rgba(255,255,255,0.2) !important;
    border-color: rgba(255,255,255,0.09);
    box-shadow: none;
    border-radius: 99px;
    color: #FFF;
    outline: none;
}
.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select {
    background-color: rgba(0,0,0,0.03);
/*    box-shadow: none;*/
/*    border-color: rgba(0,0,0,0.09);*/
    /* color: currentColor !important; */
    border-radius: 99px;
    font-size: 14px;
}
.beforefooter.dark .form-flat input:not([type="submit"]), .beforefooter.dark .form-flat textarea, .beforefooter.dark .form-flat select, .nav-dark .form-flat input:not([type="submit"]), .nav-dark .form-flat textarea, .nav-dark .form-flat select
{
box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,0.02);
background-color: rgba(255,255,255,0.2) !important;
    border-color: rgba(255,255,255,0.09);
   color: #FFF;
   outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
/*    background-image: url(data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E);*/
    background-position: right 0.45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    display: block;
    
}
.beforefooter.dark .form-flat select option {
    color: #333;
}
.beforefooter.section.dark input::placeholder {
    color: white;
}
.beforefooter .button,.beforefooter button,.beforefooter input[type='submit'],.beforefooter input[type='reset'], .beforefooter input[type='button'] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.5em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
.beforefooter .form-flat input {
    border-radius: 99px;
    background: #ad0000;
}
.wpcf7 form.invalid .wpcf7-response-output{
	color: #dc3232;
}
.pt-10{
    padding-top: 10px;
}
.singleleftprd{
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding-top: 10px;
}
.logoright img {
/*    margin-right: 70px;*/
    width: auto!important;
    height: 21px!important;
}
.logoright{
	text-align: center;
}
/*popupform*/
.popup-info a {
    width: 210px;
    display: block;
    background: #c00;
    color: #fff;
    height: 50px;
    border-radius: 25px;
    margin: 0px auto 5px;
}
.popup-info a strong {
    line-height: 40px;
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    margin: 5px;
    border-radius: 50%;
    background: #fff;
    color: #c00;
    font-size: 30px;
}
.popup-info a b {
    display: block;
    font-size: 20px;
    float: left;
}
.popup-info a span {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 14px;
    margin: 8px 10px 2px 5px;
    margin-left: 5px;
}
.formnhantin input:forcus{
	 border: 1px solid #F00;
	 outline: none;
}
/*end popupform*/
.formnhantin input{
	height: 34px;
}
h3 {
    font-size: 2rem;
    font-weight: 600;
}
.product-home{
	padding: 30px 0px;
}
.color-primary{
	color: #f00;
}
/*custom product */
.box, .box-image, .box-text {
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.box {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.box-image img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
	border-radius:10px;
}
.product-loop img {
    margin-left: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-loop:hover img {
    margin-left: -10px;
}
.wapbor{
	border-radius: 3px;
}
.wapbor:hover  {
  
    box-shadow: 0px 4px 9px 0px #8e8989;
  
    box-shadow: 0px 4px 9px 0px #cec4c4;
    transition: 0.5s;
}
.desc-car {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}
a.price, a.detail {
    background: #1565c0;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 14px;
    float: left;
    border: 1px solid #1565c0;
}
a.detail {
    float: right;
    background: white;
    color: #1565c0;
}

.box-text a:not(.button) {
    line-height: 1.3;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.waapperproduct .wapbor  {
    padding-bottom: 30px;
}
/*end custom product*/
#ppo-cta-fixed{
		display: none;
	}
	.waapperproduct .box-text-inner{
padding: 10px 0px;
	}
body:not(.home) main#main {
    border: 1px solid #dfdfdf;
    /* border-radius: 10px; */
    padding: 0px;
}
.list-post-item img {
	 border-radius: 10px;
}
#col-373362047 img{
	max-height: 403.2px;
}
.news-wrap .hentry{
    margin: 0 0 1em;
}
.sh-blog-shortcode.style-1 .element .entry-title{
	    font-size: 14px;
	    -webkit-line-clamp: 3;
}
section.newshome {
    padding: 40px 0px;
}
.newshome .section-title.section-title-normal {
	margin-bottom: 25px;
}
.viewmorehome{
	display: block;
    padding-left: 15px;
    font-size: 16px;
    margin-left: auto;
}
.image-cover img{
    object-fit:cover;
}
.carousel-caption.d-none.d-md-block h3 {
    display: none;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */

/*PC*/
@media (min-width: 1200px) {
	.news-wrap .sh-blog-shortcode.style-1 .entry-description{
		display:none;
	}
	.wappernewshome_wap .box-image{
		overflow: hidden;
		border-radius: 7px;
	}
	.wappernewshome_wap:hover img{
		    transform: scale(1.1);
	}
	.attachment-original{
		transition: transform 0.3s ease-in-out !important;
	}
	
	.wapwe1s{
		margin-bottom: 20px;
	}
	.blog-post-inner-home{
		color: #fff;
	position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background: #333;
    padding: 10px;
        box-shadow: 0 4px 30px rgb(0 0 0 / 86%);
    backdrop-filter: blur(1.3px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(1.3px);
    border: 1px solid rgba(255, 255, 255, 0.3);
	}
	.col-left-left img{
	height: 384px;
    object-fit: cover;
	}
	.col-md-6.col-left-new img {
    max-height: 183px;
}
	.sh-blog-shortcode.style-1 .element .entry-thumb {
    float: left;
    width: 40%;
    margin-right: 15px;
}
	.waapperproduct.waapperproduct-4.row img {
	    height: 170px;
	    object-fit: cover;
	}
	.network-socials-fixed .item.lh-dm:hover {
		-webkit-transform: translateX(-140px);
		-moz-transform: translateX(-140px);
		transform: translateX(-140px);
	}
	.footer-widgets-area.col-md-6.col-lg-3.col-xl-3:nth-child(1) {
		-ms-flex: 0 0 26%;
		flex: 0 0 26%;
		max-width: 26%;
	}
	.footer-widgets-area.col-md-6.col-lg-3.col-xl-3:nth-child(1) {
	-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
	}
	.footer-widgets-area.col-md-6.col-lg-3.col-xl-3:nth-child(2) {
	-ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.waapperproduct .wapbor {
    padding-bottom: 20px;
}
	.waapperproduct.waapperproduct-4.row img {
    height: 150px;
    object-fit: cover;
}

}

/*Ipad*/
@media screen and (min-width: 750px) and (max-width: 950px) {
	.waapperproduct.waapperproduct-4.row img {
    height: 190px;
    object-fit: cover;
}
}

/*Ipad Pro*/
@media screen and (min-width: 960px) and (max-width: 1150px) {
	
.sh-blog-shortcode.style-1 .element .entry-thumb {
    width: 45%;
}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.modal-pricequote .modal-right-title{
		font-size: 21px !important;
	}
    .nonemobile{
        display: none;
    }
	.sh-blog-shortcode.style-1 .element .entry-thumb {
    width: 40%;
}
	section#section_516974064 h3{
		font-size: 1.6rem;
}
section#section_516974064 {
		font-size: 1.4rem;
}
	h2.section-title.section-title-center {
    font-size: 1.8rem;
}
	.site-header .header-content {
	    position: relative;
	    min-height: 50px;
	    align-items: center;
	    display: flex;
	    justify-content: center;
	}
	.logo img {
	    max-width: 300px;
	    object-fit: contain;
	}
	 header#masthead{
		position: fixed !important;
    	top: 0px !important;
	    box-shadow: 1px 1px 0px 2px #33333321;
	    width: 100%;
	    background: #fff;
	    z-index: 999;
	}
	#site-navigation, .sidebar .widget_nav_menu ul ul {
		display: none;
	}
	.site-boxed .site-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.network-socials-fixed {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		transform: translateY(0);
	}
	.network-socials-fixed .item:first-child {
    border-left: none;
}
.network-socials-fixed .item {
    float: left;
    width: 45px;
    text-align: center;
    background: transparent;
    border-left: solid 1px #b45542;
}
.search-bar {
    background: #4284c2;
    padding-top: 5px;
    padding-bottom: 5px;
}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.waapperproduct.waapperproduct-4.row img {
    height: unset;
    object-fit: cover;

}
#tool-right{
    display: none !important;
}	
	#ppo-cta-fixed{
		display: block;
	}
	#ppo-cta-fixed {

    display: inherit;
    background: #fff;
    color: #164892;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    text-align: center;
    z-index: 9999;
    border-top: 1px solid #e2e2e2;
    background-color: #002c5f;
}
#ppo-cta-fixed .item-home {
    background-image: url(lib/images/home.png);
    background-size: 24px;
}
#ppo-cta-fixed .item-tragop {
    background-image: url(lib/images/hotline2.png);
    background-size: 24px;
}
#ppo-cta-fixed .item-laithu {
    background-image: url(lib/images/tra-gop2.png);
    background-size: 24px;
}
#ppo-cta-fixed .item-muaxe {
    background-image: url(lib/images/mua-xe.png);
    background-size: 24px;
}
#ppo-cta-fixed .item {
    display: inline-block;
    width: 24%;
    max-width: 76px;
    height: 52px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 28%;
    background-size: 30.6px;
    position: relative;
}
#ppo-cta-fixed .item .text-content {
    color: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
    white-space: nowrap;
    font-size: .7em;
    margin-bottom: -3px;
    font-weight: bold;
}
	.beforefooter .flex-row {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    flex-flow: column !important;
}
.medium-flex-wrap .flex-col {
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
}
	.site-info{
		margin-bottom: 5px;
		text-align: center;
	}
	.site-info * {
		text-align: center;
	}
	#showmenu {
    top: 50%;
    padding: 6px 5px 5px 5px;
}
	.hamburger {
    height: 20px;
}
.hamburger-box {
    height: 15px;
}
.hamburger--collapse .hamburger-inner {
    bottom: -3px;
}
.hamburger-inner::before {
    top: -15px;
}
.hamburger-inner::before {
    top: -15px;
}
.hamburger--collapse .hamburger-inner::after {
    top: -7.5px;
}
.wtb-breadcrumb {
    min-height: 150px;
}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	main#main.site-mainz {
    margin-top: 50px;
}
main#main.site-mainz #carouselMainSlide img {
    min-height: 170px;
    object-fit: cover;
}
	.sh-blog-shortcode.style-1 .element .entry-thumb {
	    width: 100%;
	}
	.sh-blog-shortcode.style-1 .element .entry-thumb {
     	float: unset; 
    	margin-right: 15px;
	}
	.sh-blog-shortcode.style-1 .element .entry-content {
	    padding: 5px 0px;
	}
}
@media (max-width: 413.98px) {
	.sh-blog-shortcode.style-1 .element .entry-thumb {
	    width: 100%;
	}
	.sh-blog-shortcode.style-1 .element .entry-thumb {
     	float: unset; 
    	margin-right: 15px;
	}
	.sh-blog-shortcode.style-1 .element .entry-content {
	    padding: 5px 0px;
	}
}

/* Extra small devices (portrait phones, less than 320px) */
@media (max-width: 320px) {

}
/* KHAM PHA CAC DICH VU HYUNDAI */
#section_516974064
{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(245, 245, 245);
}
.dichvu img{
	border-radius: 50%;
}

/* .btn-primary */
/* #lichtragop{
    font-family: 'HyundaiSans', sans-serif;
} */
#lichtragop button{
    font-family: 'HyundaiSans', sans-serif;
    font-size: initial;
}