@font-face {
    font-family: 'NobelVnu';
    src: url('fonts/NobelVnu-Bold.woff2') format('woff2'),
        url('fonts/NobelVnu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NobelVnu Book';
    src: url('fonts/NobelVnu-Book.woff2') format('woff2'),
        url('fonts/NobelVnu-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NobelVnu';
    src: url('fonts/NobelVnu-Light.woff2') format('woff2'),
        url('fonts/NobelVnu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NobelVnu';
    src: url('fonts/NobelVnu-Regular.woff2') format('woff2'),
        url('fonts/NobelVnu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-right: 15px;
	padding-left: 15px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
html{
    overflow-x:hidden;
}
body{
	line-height: 1.4;
	font-size: 16px;
	-webkit-font-smoothing:antialiased;
	font-family: "NobelVnu", Arial, Helvetica, sans-serif;
    color: #0a0a0a;
    overflow:hidden;
    font-weight: normal;
    /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
body.archive,body.page,body.single{
	background: #fff;
}

img{
	max-width: 100%;
	height: auto;
}
ul,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
td, th{
	padding: 5px;
}
ins{
	text-decoration: none;
}
.thumbnail {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}
.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
a:hover, a:focus {
	text-decoration: none !important;
}
.no_padding{
	padding: 0;
}
.container {
	width: 100%;
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.logo {
	max-width: 200px;
}
.logo_tagline{
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "NobelVnu", Arial, Helvetica, sans-serif !important;
}
/*___________________________Menumobile___________________________*/
.bg_menu_mobile{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 99999999;
	display: none;
}
.icon_mobile_click {
    width: 33px;
    height: 28px;
    margin: 0px 0px 0px 15px;
    display: none;
    cursor: pointer;
    text-align: center;
    z-index: 9999999;
    line-height: 33px;
    border-radius: 0px;
    background: url(images/iconmobile.png) center no-repeat #0a0a0a;
}
.icon_mobile_active{
	position: fixed;
	padding:0.2em 0.4em;
	bottom: 1.5em;
	margin: 0px;
	display: none;
	right: 1em;
	color: #FF0101;
	cursor: pointer;
	z-index: 9999999;
	text-align: center;
	font-size: 20px;
	text-indent: 15px;
}
#menu_mobile_full{
	position: fixed;
	top: 0;
	bottom: 0;
	width:100%;
	overflow-y: auto;
	background-color: #fefefe;
	overflow-x: hidden;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	z-index: 99999999;
	transition: .3s;
}
div#menu_mobile_full.menu_hidden.menu_show {
    left: 0 !important;
}
div#menu_mobile_full.menu_hidden {
    left: -100% !important;
}
#menu_mobile_full ul.menu {
    padding: 30px 0 0;
}

.text_menu{
	    padding: 10px 15px 0 10px;
    color: #000000;
    font-size: 15px;
    font-style: italic;
}
.close_menu {
    position: fixed;
    z-index: 9999999999;
    background: #000;
    color: #FFF;
    padding: 7px 15px;
    font-size: 20px;
    display: none;
    cursor: pointer;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
}
#menu_mobile_full ul li,#menu_mobile_full ul li a{
	width: 100%;
	display: block;
}
#menu_mobile_full ul li{
	position: relative;
}
#menu_mobile_full ul li.menu-item-has-children span{  
	position: absolute;
	top: 0;
	right: 0em;
	color: #fff;
	width: 40px;
	height: 46px;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
}

#menu_mobile_full ul li.active ul li.active span,
#menu_mobile_full ul li.active span{
	content: '-';
	font-size: 35px;
}
#menu_mobile_full ul li.active ul li span{
	font-size: 22px;
}
#menu_mobile_full ul li a{
    padding: 15px 35px 15px 10px;
    color: #fff;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
}
#menu_mobile_full ul li a:hover{
	text-decoration: none;
	background:gray;
	color: #fff !important;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu{
	display: none;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu li a{
	text-transform: none;
	font-size: 13px;
	color: #fff;
	padding-left: 2em;
}
#menu_mobile_full ul li.mega_menu .sub-menu a {
    background: #fff;
    display: flex;
    flex-direction: column-reverse;
    font-size: 11px;
    font-weight: 700;
    text-indent: 20px;
    color: #fff !important;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu{
	display: none;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a{
	padding-left: 3em;
}
.page_wapper_noactive{
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
}
.page_wapper_active{
	-webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-ms-transform: translateX(250px);
	-o-transform: translateX(250px);
	transform: translateX(250px);
	overflow: hidden;
}
#menu_mobile_full .woocommerce-product-search,#menu_mobile_full .social{
	padding: 1em;
	display: table;
	width: 100%;
}
#menu_mobile_full .woocommerce-product-search input[type="search"]{
	border-radius: 0;
	border: none;
	padding: 0.5em;
	width: 180px;
}
#menu_mobile_full .woocommerce-product-search input[type="submit"]{
	text-indent: -9999px;
	border: none;
	padding: 0.5em 1.5em;
	background:#047DC6 url(images/icon_search.png) center center no-repeat;
}
#menu_mobile_full .social a{
	text-indent: -9999px;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0.4em 0 0;
}
#menu_mobile_full .social .social_face{
	background: url(images/face.png) center center no-repeat;
}
#menu_mobile_full .social .social_google{
	background: url(images/google.png) center center no-repeat;
}
#menu_mobile_full .social .social_twiter{
	background: url(images/twiter.png) center center no-repeat;
}
/*------------------------END Nav Primary Menu---------------------*/
.header{
	position: relative;
	background-color: #000;
}
.news_header i{
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	color: #999;
}
.news_header{
	padding: 10px 0;
}
.news_header a{
	color: #999;
	font-size: 13px;
}
/*-----------------------------------------------------------------*/
.search-form{
	margin: 0px auto;
}
#search-header{
	position: relative;
}
#search-header input[type*="text"]{
	width: 100%;
	background: rgba(0,0,0,0.3);
	border-radius: 20px;
	padding: 7px 15px;
	background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.09);
    color: #000;
    min-width: 400px;
}
#search-header button{
    position: absolute;
    background: none;
    color: #666;
    border: none;
    right: 20px;
    top: 7px;
}
#search-header button i{
	font-size: 18px;
}
.phone_header{
	float: right;
}
.menu_chinh{
	float: left;
}
.phone_header a{
	background: #0a0a0a;
    border-radius: 20px;
    padding: 7px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.phone_header a i{
	padding-right: 10px;
}
.nav__primary ul.sf-menu > li{
	float: left;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
}
.nav__primary ul.sf-menu > li.current-menu-item,
.nav__primary ul.sf-menu > li:hover{

}
.nav__primary ul.sf-menu li .sub-menu{
    position: absolute;
    top: 150%;
    left: 0;
    background: #fff;
    /* padding: 10px; */
    z-index: 999;
    width: 250px;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    pointer-events: none;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.nav__primary ul.sf-menu li:hover .sub-menu{
	 top: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.nav__primary ul.sf-menu li a{
	font-size: 15px;
    padding: 12px 20px;
    color: #ebebeb;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
/*    border-left: 1px solid #cfcfcf;*/
}
.nav__primary ul.sf-menu > li.current-menu-item > a,
.nav__primary ul.sf-menu > li:hover > a,
.nav__primary ul.sf-menu li .sub-menu li a:hover{
	color: #fff;
}
.nav__primary ul.sf-menu li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav__primary ul.sf-menu li ul.sub-menu li:hover ul.sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.nav__primary ul.sf-menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: fontawesome;
    display: inline-block;
    color: #d9d9d9;
    transition: .3s;
    margin: 0 0 0 5px;
}
.nav__primary ul.sf-menu > li.menu-item-has-children > a:hover:after {
    color: #fff;
}
.menubgr{
	position: relative;
    clear: both;
    display: table;
    width: 100%;
    padding: 20px 0 10px 0;
}
.phonenumber{
	position: absolute;
	top: 12px;
	right: 0;
	background: url(images/telephone46.png) left center no-repeat;
	background-size: 30px;
	padding: 10px 0px 10px 40px;
	display: inline-block;
}
.phonenumber strong{
	display: inline-block;
	padding: 3px 5px;
	text-align: center;
	width: 135px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    background: url(images/1.png) no-repeat;
    background-repeat: no-repeat;
}
/*---------------------------------------------------*/
.top_menu{
	float: right;
}
.top_menu ul li{
	float: left;
}
.top_menu ul li a{
	padding: 8px 10px 0 10px;
    color: #999;
    display: block;
}
.top_menu ul li a:hover{
	color: #c61633;
}
.search_phone{
	float: right;
}
.search_phone .search{
    float: left;
    background: #6D6D6D;
    border-radius: 3px;
    margin-top: 7px;
}
.search_phone .phone{
	float: left;
    padding: 8px 15px 8px 15px;
    color: #00b0ec;
    font-size: 18px;
    font-weight: normal;
}
.search_phone .phone strong{
	font-weight: normal;
	padding-left: 5px;
}
.search_phone .navbar-form{
	padding: 0;
	margin: 0;
}
.search_phone .search input[type*="text"]{
    border: none;
    padding: 5px 5px;
    color: #ccc;
    background: none;
    font-size: 12px;
}
.search_phone .search button{
	background: none;
	border: none;
	color: #ccc;
}
/*---------------*/
.nav__danhmuc_xe{
	float: right;
}
.nav__danhmuc_xe ul li{
	float: left;
	margin-top: 3px;
}
.nav__danhmuc_xe ul li a{
	color: #333;
	padding: 0px 10px;
	font-size: 13px;
	display: block;
	text-decoration: none;
}
.nav__danhmuc_xe ul li a:hover{
	color: #3c89dd;
}
/*---------------------------Home ID-------------------------*/
/*--------------------------Footer---------------------------*/
.footer{
/*	background:#e4e5e8;
	color: #666;*/
	margin-top: 30px;
}
.footer .top_footer{
	padding: 40px 15px 30px;
	color: #fff;
}
.footer .top_footer .title_widget{
	text-transform: uppercase;
	color: #333;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
}
.footer .top_footer .dangkitin{
	color: #666;
}
.footer .top_footer .dangkitin .textwidget{
	max-width: 70%;
}
.footer .top_footer .dangkitin input{
	float: left;
	padding: 10px 15px;
	border: none;
	margin-bottom: 10px;
}
.footer .top_footer .dangkitin input[type="submit"]{
	background: #0a0a0a;
    padding: 10px 15px;
    border: none;
    color: #fff;
    min-width: 100px;
    margin-top: 30px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    clear: both;
    margin-left: 0;
}
.footer .top_footer .dangkitin .wpcf7{
	display: table;
	width: 100%;
	margin-top: 10px;
}
.footer .top_footer [id*="custom_cf7-"]{
	text-align: left;
    margin-top: 20px;
    /* clear: both; */
    float: right;
}
.footer .top_footer [id*="custom_cf7-"] i{
	font-size: 40px;
    color: #ccc;
}
.footer [id*="nav_menu-"] li{
	display: block;
}
.footer [id*="nav_menu-"] li a{
	padding: 5px 15px;
    color: #666;
    margin-bottom: 7px;
    display: block;
    background: url(images/iconli_ft.png) left center no-repeat;
}
.tin_ft li{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.tin_ft .thumbnail{
	float: left;
	width: 68px;
	height: 68px;
	margin-right: 10px;
}
.tin_ft li a{
	color: #fff;
	text-decoration: none;
}
.footer h3,.footer h4,.footer h5{
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 140%;
	margin-top: 0;
}
.footer .logo-title{
	line-height: 50px;
    color: #fff;
    font-size: 1.8em;
    float: right;
    padding-left: 10px;
}
.footer img{
	float: right;
	padding-left: 10px;
}

/*------------------Back Top-----------------*/
#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
	z-index:9999;
}
#back-top a {
	display:block;
	width:30px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top a:hover { color:#000; }
#back-top a:hover span { background-color:#333; }
#back-top span {
	display:block;
	margin-bottom:7px;
	width:30px;
	height:30px;
	background:#0a0a0a url(images/up-arrow.png) no-repeat center center;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
	background-size: 70%;
}
/*------------------END Back Top-----------------*/
/*-----------------------Trang trong------------------*/
.breadcrumb {
	position: relative;
	padding: 3px 0;
	margin-bottom: 0;
	background: none;
	margin: 0 auto 10px 0;
}

.breadcrumb span.divider:before{
	content: '>';
	position: relative;
	display: inline-block;
	margin: 0 5px;
}
.top_page{
	padding: 30px 0;
    background: #DFDFDF;
    margin-bottom: 30px;
}
.single-sanpham .top_page{
	background: none;
	margin-top: 0;
	padding-top: 0;
}
.title-header{
	font-size: 24px;
    margin: 0;
    position: relative;
    color: #333;
}
.category .duongdan .title-header,.page .duongdan .title-header,.single .duongdan .title-header,.tax-sanpham_category .duongdan .title-header{
	float: left;
	text-transform: uppercase;
}
.meta_product .title-header {
	font-size: 27px !important;
	text-transform: uppercase;
}
.category .breadcrumb,.page .breadcrumb,.tax-sanpham_category .breadcrumb{
	float: right
}
.duongdan .container {
    display: flex;
    flex-direction: column-reverse;
}
.single .breadcrumb {
	margin: 0 auto 10px 0;
}
.gia_chuyenmuc {
	font-size: 16px;
	color: #333;
    margin-bottom: 18px;
}
.gia_chuyenmuc strong{
	font-size: 18px;
    color: #0a0a0a;
    padding-left: 10px;
}
.gia_chuyenmuc span{
	font-size: 14px;
	font-weight: bold;
	color: #7a7a7a;
}
.action_chuyenmuc{
	margin: 20px 0;
}
.action_chuyenmuc a{
    background: #0a0a0a;
    font-size: 16px;
    padding: 9px 20px;
    text-align: center;
    /* border-radius: 3px; */
    margin: 0px 0px 0px 5px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.action_chuyenmuc a:hover{
	background-color: #0a0a0a;
}
.mota_chuyenmuc h2,
.mota_chuyenmuc h3,
.mota_chuyenmuc h4,
.mota_chuyenmuc h5,
.mota_chuyenmuc h6{
	font-size: 20px;
    text-transform: uppercase;
    line-height: 140%;
    font-weight: bold;
    margin: 15px 0;
}
/*.mota_chuyenmuc{color: #757575;}*/
.bottom_nav_slide{
	text-align: center;
	margin-top: 30px;
}
.bottom_nav_slide span{
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 20px;
    float: left;
}
.bottom_nav_slide ul{
}
.bottom_nav_slide ul li{
    display: inline-block;
    width: 29px !important;
    height: 29px;
    border: 2px solid #fff;
    margin-right: 4px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 4px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.3);
    border-radius: 2px;
    transition: .3s;
}
.bottom_nav_slide ul li.active {
    box-shadow: 0 0 0 2px rgba(0,0,0,.9) !important;
}
.bottom_nav_slide ul li:hover {
    box-shadow: 0 0 0 2px rgba(0,0,0,.3);
}
.bottom_nav_slide .slick-track {
    text-align: center;
    width: auto !important;
    margin: 0 auto;
    display: table;
}
.slide_imges{
	position: relative;
	text-align: center;
}
.slide_product{
	position: relative;
}
.title_phienban{
    font-size: 20px;
    color: #333;
    padding: 35px 0 20px 0px;
    text-transform: uppercase;
}
.list_phienban{

}
.list_phienban ul li .content_item{
	text-align: center;
	padding: 0 0px 15px 0px;
	margin-bottom: 30px;
	border: 1px solid transparent;
	transition: .3s;
}
.list_phienban ul li .content_item:hover{
	border: 1px solid #3079c8;
}
.list_phienban ul li:nth-child(4n+1) {
    clear: both;
}
.tax-sanpham_category .list_phienban ul li:nth-child(4n+1) {
	clear: none;
}
.list_phienban ul li .thumbnail{
	background: none;
    min-height: 180px;
    position: relative;
    padding: 3px;
    max-height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_phienban ul li .thumbnail img{
    max-height: 180px;
    background: none;
    max-width: 100%;
}
.single .list_phienban ul li .thumbnail{
	background: none;
    min-height: 125px;
    position: relative;
    padding: 3px;
    max-height: 125px;
    overflow: hidden;
}
.single .list_phienban ul li .thumbnail img{
    max-height: 125px;
    background: none;
    max-width: 100%;
}
.list_phienban ul li .post-title{
	text-align: center;
}
.list_phienban ul li .post-title a{
    color: #333;
    margin-top: 1em;
    font-size: 16px;
    display: block;
    text-decoration: none;
    height: 40px;
    overflow: hidden;
}
.list_phienban ul li{
	text-align: center;
}
.list_phienban ul li .gia_sanpham{
	font-size: 18px;
    color: #0495e0;
    font-weight: bold;
}
.list_phienban ul li:hover .gia_sanpham{
	font-weight: bold;
}
.list_phienban .slick-prev,
.list_phienban .slick-next{
	display: block !important;
}
.list_phienban .slick-prev{
	right: 40px;
}
.list_phienban .slick-next{
	right: 15px;
}
.list_phienban .slick-next:before{
	content: '›';
	height: 30px;
    width: 30px;
    font-size: 40px;
    color: #4E443C;
    font-weight: bold;
}
.list_phienban .slick-prev:before{
	content: '‹';
	height: 30px;
    width: 30px;
    font-size: 40px;
    color: #4E443C;
    font-weight: bold;
}
.slick-slider div,
.slick-slider img,
.slick-slider a,
.slick-slider li{
	outline: none !important;
}
.home_widget{
	background: #e4e5e8;
	display: table;
	width: 100%;
	margin: 50px 0;
	position: relative;
	float: left;
}
.home_widget:before,.home_widget:after{
	position:absolute;
	height: 100%;
	width: 100%;
	content: '';
	display: block;
	z-index: 0;
	top: 0;
	background: #e4e5e8;
}
.home_widget:before{
	left: -100%;
}
.home_widget:after{
	right: -100%;
}
.home_widget [class*="col-xs-"]:first-child{
	padding: 30px 10px;
	color: #333;
	text-align: left;
	font-size: 17px;
}
.home_widget [class*="col-xs-"]:first-child li{
    display: inline-block;
    padding: 10px 20px;
    /* border: 1px solid #fff; */
    /* border-radius: 40px; */
    margin: 10px 0px;
    /* background: #717e91; */
    width: 50%;
    float: left;
}
.home_widget [class*="col-xs-"]:first-child li .title{
	font-weight: bold;
	font-size: 20px;
	color: #0a0a0a;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}
.home_widget [class*="col-xs-"] li .title:before{
	position: absolute;
	content: '';
	display: block;
	z-index: 0;
	background: url(images/icon-group.png) left center no-repeat;
	top:0;
	left: 0;
	width: 40px;
	height: 40px;
}
.home_widget [class*="col-xs-"]:first-child li strong{
	display: block;
}
.home_widget [class*="col-xs-"]:last-child{
	padding: 30px 10px 30px 10px;
	text-align: center;
}
.home_widget [class*="col-xs-"]:last-child p{
	margin-bottom: 0;
}
.home_widget [class*="col-xs-"]:first-child li .desc{
	font-size: 14px;
}
.home_widget [class*="col-xs-"] li:nth-child(1) .title:before{
	background-position: 0px -5px;
}
.home_widget [class*="col-xs-"] li:nth-child(2) .title:before{
	background-position: 0px -70px;
}
.home_widget [class*="col-xs-"] li:nth-child(3) .title:before{
	background-position: 0px -149px;
}
.home_widget [class*="col-xs-"] li:nth-child(4) .title:before{
	background-position: 0px -217px;
}
.pcp_widget .title_widget{
	background: url(images/bgtitle.jpg) left top repeat;
	padding: 10px;
	display: inline-block;
	padding: 10px;
	margin-bottom: 30px;
}
.pcp_widget .title_widget span{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	background: #d11947;
}
.pcp_widget [id*="postcustom-"] ul li{
	display: table;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #e6e6e6;
	position: relative;
}
.pcp_widget [id*="postcustom-"] ul li:first-child{
	padding-top: 0;
	border-top:none;
	padding-bottom: 0;
}
.pcp_widget [id*="postcustom-"] ul li .thumbnail{
	overflow: hidden;
}
.pcp_widget [id*="postcustom-"] ul li a{
	font-size: 14px;
	color: #646464;
	text-decoration: none;
	background: url(images/iconli.jpg) left center no-repeat;
	padding-left: 15px;
}
.pcp_widget [id*="postcustom-"] ul li a:hover{
	color: #0a0a0a;
}
.pcp_widget [id*="postcustom-"] ul li:first-child .post-list_h{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d11947;
    padding: 10px 10px;
    opacity: 0.8;
}
.pcp_widget [id*="postcustom-"] ul li:first-child .post-list_h a{
	color: #fff;
	text-decoration: none;
}
.pcp_widget [id*="postcustom-"] ul li:first-child a{
	background: none;
	padding: 0;
}
.pcp_widget [id*="black-studio-tinymce-"] li{
	background: url(images/dichvu_noactive.jpg) top left repeat;
	background-size: cover;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 15px;
	border-radius: 5px;
	font-size: 20px;
	margin-bottom: 25px;
}
.pcp_widget [id*="black-studio-tinymce-"] li:hover{
	background: url(images/dichvu_active.jpg) top left repeat;
}
.pcp_widget [id*="black-studio-tinymce-"] li p{
	margin-bottom: 0;
}
.pcp_widget [id*="black-studio-tinymce-"] li.datlich .content{
	background:url(images/datlich.png) left bottom no-repeat;
	padding: 13px 10px 13px 80px;
}
.pcp_widget [id*="black-studio-tinymce-"] li.baohanh .content{
	background:url(images/baohanh.png) left bottom no-repeat;
	padding: 13px 10px 13px 80px;
}
.pcp_widget [id*="black-studio-tinymce-"] li.phutung .content{
	background:url(images/phutung.png) left bottom no-repeat;
	padding: 13px 10px 13px 80px;
}
.social{
	margin-top: 10px;
}
.social a{
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: #ffffff;
    color: #666;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 50%;
}
.social a:hover{
	background:#0a0a0a;
	color: #fff;
}
.tax-sanpham_category .bottom_page{
	padding-top: 40px;
}
[id*="tabproduct-"] .title_widget{
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
[id*="tabproduct-"] .title_widget:before{
	position: absolute;
	top: 50%;
	height: 1px;
	background: #e5e5e5;
	left: 0;
	width: 100%;
	content: '';
	display: block;
	z-index: -1;
}
[id*="tabproduct-"] .title_widget span{
	font-weight: normal;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff;
	padding: 0 20px;
}
#tabs_list{
	text-align: center;
    display: table;
    margin: 0 auto 30px auto;
}
#tabs_list ul li{
	float: left;
}
#tabs_list ul li a{
	background: #717e91;
	color: #fff;
	padding: 8px 15px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	border-left: 1px solid #aab4c2;
}
#tabs_list ul li:first-child a{
	border-left: none;
}
#tabs_list ul li.active a{
	background: #0a0a0a;
}
.uynh_category_sanpham{
	text-align: center;
}
.uynh_category_sanpham .post_meta{
	margin: 30px 0;
	text-align: center;
}
.uynh_category_sanpham .post_meta .post-title,.list_phienban ul li .post-title a{
}
.uynh_category_sanpham .post_meta .post-title a,.list_phienban ul li .post-title a{
	font-size: 14px;
	color: #333;
    text-transform: uppercase;
}
.uynh_category_sanpham .post_meta .gia_sanpham,.list_phienban ul li .gia_sanpham{
	color: #000;
	font-size: 15px;
	font-weight: 700;
}
.hinhanh_thucte .item{
	padding-bottom: 20px;
	max-height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
}
.hinhanh_thucte .item img{
	min-height: 110px;
	max-height: 100%;
}
.post_wrapper .content_lits{
	position: relative;
	margin-bottom: 30px;
}
.post_wrapper .thumbnail{
	display: block;
	max-height: 250px;
	overflow: hidden;
}
.post_wrapper .post-title{
	position: absolute;
	left: 0;
	bottom: 0;
	background:#0a0a0a;
	padding: 10px;
	width: 100%;
	opacity: 0.8;
}
.post_wrapper .post-title a{
	color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.post_wrapper .post-title a:hover{
	color: #3c89dd;
}
.post_wrapper .excerpt{
	color: #666;
}
.share_link{
	text-align: center;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 5px;
    background: #fff;
    opacity: 0.8;
    top: 5px;
    display:none;
}
.post_wrapper .content_lits:hover .share_link{
	display: block;
}
.share_link li a{
	padding: 5px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
}
.share_link li:last-child a{
	border-bottom: none;
}
.share_link  li.face a{
	color: #6699cc;
}
.share_link  li.twitter a{
	color: #33ccff;
}
.share_link  li.google a{
	color: #d41111;
}
.post-time-share{
	margin: 15px 0;
}
ul.share-buttons{
	margin-bottom: 10px;
}
ul.share-buttons li{
	float: left;
	margin-right: 2px;
}
ul.share-buttons li img{
	margin: 0;
}
.post_content ul,
.post_content ol{
	line-height: inherit;
}
.post_content img{
	margin-bottom: 10px;
	margin-top: 10px;
}
.list_tab_neo ul{
	position: relative;
    background: #0a0a0a;
    display: inline-block;
   	width: 100%;
   	padding: 0px 0;
}
.list_tab_neo ul li:nth-child(odd) {
    background: #0a0a0a;
}
.list_post_category .content_item {
    border: 1px solid #ccc;
}
.list_post_category .post_wrapper {
    margin: 0 0 30px;
}
.list_post_category .post_meta {
    padding: 24px;
}
.list_post_category .name a {
    font-size: 25px;
    color: #000;
    margin: 0 0 25px;
    display: block;
    position: relative;
}
.list_post_category .name a:hover {
    text-decoration: underline !important;
}
.list_post_category .name a:before {content: "";width: 30px;height: 3px;background: #0a0a0a;position: absolute;bottom: -12px;left: 0;}
.list_post_category .readmore a {
    padding: 5px 12px;
    border: 1px solid #0a0a0a;
    background: #0a0a0a;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0;
    transition: .3s;
    text-decoration: none;
}
.list_post_category .readmore a:hover {
    background-color: #fff;
    color: #0a0a0a;
    border-color: #0a0a0a;
}
.list_post_category .readmore a:after {content: "→";margin: 0 0 0 5px;}
/*.list_post_category .readmore a:hover {
    border-color: #0a0a0a;
    background: #0a0a0a;
    color: #fff;
}*/
.list_tab_neo ul{
	text-align: center;
}
.list_tab_neo ul li{
	display: inline-block;
	padding: 5px 10px;
}
.list_tab_neo ul li span{
	display: block;
    color: #fff;
    padding: 5px 0px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}
.list_tab_neo ul li.active span{
	border-bottom: 1px solid #fff;
}
.list_tab_neo ul li span:hover{
	border-bottom: 1px solid #fff;
}
.sidebar_page .sidebar_widget [id*="black-studio-tinymce-"]{
	background: #dfdfdf;
	text-align: center;
}
.sidebar_page .sidebar_widget [id*="black-studio-tinymce-"] img{
	max-width: 200px;
	max-height: 200px;
	overflow: hidden;
	border-radius: 50%;
}
.sidebar_widget .action_chuyenmuc{
	margin-bottom: 0;
}
.sidebar_widget .action_chuyenmuc a{
	margin-bottom: 0;
	margin-top: 10px;
}
.single-post .title-header{
}
.top_search{
	margin-top: 30px;
}
span.tai{
	
}
span.tai img{
	max-width: 40px;
}
/*-----------------------------------------------*/
.content_baogia{
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 25px;
  max-height: 75%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 5px;
  top: 10%;
  will-change: top, opacity;
  z-index: 999999;
  display: none;
  color: #333;
}
.content_baogia .title_widget{
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase;
}
.content_baogia .title_widget span{
	color: #000;
}
.content_baogia input,.content_baogia select{
	border: none !important;
	background: none !important;
	padding: 10px 0 !important;
}

.content_baogia input[type="date"]{
	line-height: 1.8;
	display: block;
	width: 100%;
	padding: 5px 0 !important;
}
.content_baogia select{
	width: 100%;
	color: #999;
}
.content_baogia [class*="radio"]{
	color: #999;
	padding: 9px 0;
	display: block;
}
.content_baogia select option{
	padding: 10px 0 !important;
}
.content_baogia .form_custom{
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: calc(100% - 50px);
	position: relative;
	margin-top: 20px;
	margin-left: 50px;
	text-align: left;
}
.content_baogia .form_custom:before{
	position: absolute;
    content: '';
    left: -40px;
    top: 5px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
}
.content_baogia .form_custom.hoten:before{
	background: url(images/hoten.png) center center no-repeat;
}
.content_baogia .form_custom.dienthoai:before{
	background: url(images/dienthoai.png) center center no-repeat;
}
.content_baogia .form_custom.email:before{
	background: url(images/emailicon.png) center center no-repeat;
}
.content_baogia .form_custom.dongxe:before{
	background: url(images/dongxe.png) center center no-repeat;
}
.content_baogia .form_custom.thanhtoan:before{
	background: url(images/thanhtoan.png) center center no-repeat;
}
.content_baogia .form_custom.khuvuc:before{
	background: url(images/khuvuc.png) center center no-repeat;
}
.content_baogia .form_custom.thoigian:before{
	background: url(images/thoigian.png) center center no-repeat;
}
.content_baogia .form_custom.hoten label,.content_baogia .form_custom.dienthoai label,.content_baogia .form_custom.email label{
	position: absolute;
	left: 0px;
	top:10px;
	color: #999;
	font-weight: normal;
	-webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.content_baogia .form_custom.hoten label.active,.content_baogia .form_custom.dienthoai label.active,.content_baogia .form_custom.email label.active{
	-webkit-transform: translateY(-140%);
  -moz-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  -o-transform: translateY(-140%);
  transform: translateY(-140%);
}
.content_baogia .form_custom.dongxe label,.content_baogia .form_custom.thanhtoan label,.content_baogia .form_custom.khuvuc label,.content_baogia .form_custom.thoigian label{
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.content_baogia  input[type="submit"]{
    background: #0a0a0a !important;
    padding: 10px 20px !important;
    margin-top: 10px;
    border-radius: 3px;
    color: #fff;
    height: auto;
    border: 1px solid #0a0a0a !IMPORTANT;
    transition: .3s;
}
.content_baogia input[type="submit"]:hover {
    background-color: #fff !important;
    color: #0a0a0a;
}
.content_baogia .close_form{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	z-index: 9999;
}
.bg_form{
	position: fixed;
	z-index: 999991;
	background: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}
input,textarea,select,button{outline: none;}
.list_item_dongxe{
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.list_item_dongxe .thumbnail{
	float: left;
	margin-right: 20px;
}
.list_item_dongxe .post-title{
	margin-bottom: 19px;
}
.list_item_dongxe .post-title a{
	font-size: 18px;
    color: #424242;
    text-decoration: none;
}
.list_item_dongxe .gia_sanpham{
	float: left;
}
.list_item_dongxe .action_chuyenmuc{
	float: left;
	margin-top: 0 !important;
}
.list_item_dongxe .action_chuyenmuc a{
	background: none;
	color: #3c89dd;
	padding: 0 20px;
}
.list_item_dongxe .gia_sanpham span{
	background: #424242;
	padding: 3px 10px;
	color: #fff;
	font-size: 20px;
}
.top_search .title{
	float: left;
	margin-right: 10px;
}
.img_load{
	text-align: center;
}
.modal-trigger{
	cursor: pointer;
}
.content_baogia .form_custom.error{
	border-bottom: 1px solid #FF0000 !important;
}
a{
	cursor: pointer;
}
.baivietlienquan{
	margin-bottom: 40px;
	margin-top: 15px;
}
.baivietlienquan .list_post .thumbnail{
	margin-bottom: 15px;
}
.baivietlienquan .list_post .name a{
	color: #333;
}
.baivietlienquan .title{
	font-size: 20px;
	margin-bottom: 15px;
	background:url(images/bgtitle.jpg) left center repeat;
	padding: 10px;
	display: inline-block;
}
.baivietlienquan .title span{
	background: #0a0a0a;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
}
.baivietlienquan ul{
	
}
.baivietlienquan ul li{
	list-style: none;
	padding: 3px 0;
}
.baivietlienquan ul li a{
	color: #666;
	background: url(images/iconli.jpg) left center no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
.baivietlienquan ul li a:hover{
	color: #1565c0;
}
.sidebarfooter{
	width: 75%;
    padding: 0 5px;
    position: fixed;
    bottom: 0;
    right: 5px;
    z-index: 99;
	display: none;
}
.sidebarfooter .smartobj{
	position: absolute;
    top: -33px;
    width: 37px;
    left: 20px;
    transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
}
.sidebarfooter .action_chuyenmuc{
	margin: 0;
}
.sidebarfooter .action_chuyenmuc a{
	margin: 0 5px 0px 0;
}
#slidehome .slick-initialized .slick-slide{
	overflow: hidden;
}
.text_bottom_banner{
	display: inline-block;
	margin: 30px 0 0 0;
}
.text_bottom_banner .title_widget{
	float: left;
	width: 45%;
	padding-left: 10px;
	margin-top: 7px;
}

.text_bottom_banner .textwidget [class*="col-xs"]{
	padding: 0 10px;
}
.text_bottom_banner .textwidget>div>div{
    display: inline-block;
    width: 100%;
}
.text_bottom_banner .textwidget .content{
	float: left;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    padding: 10px 15px 0 15px;
    text-transform: uppercase;
}

.sidebar_widget [id*="text-"] .textwidget div{
	margin-bottom: 10px;
}
.text_bottom_banner .textwidget div div i,.sidebar_widget [id*="text-"] .textwidget div i{
	width: 90px;
    height: 90px;
    vertical-align: super;
    display: block;
    margin: 0 auto 15px auto;
    background-color: #3c3c3c !important;
    border-radius: 50%;
    padding: 15px;
}
.text_bottom_banner .textwidget .content:hover i{
	background-color: #d11947 !important;
}
.text_bottom_banner .textwidget div div span,.sidebar_widget [id*="text-"] .textwidget div span{
	display: block;
	vertical-align: middle;
}
.text_bottom_banner .textwidget div.baogia_click i,.sidebar_widget [id*="text-"] .textwidget div.baogia_click i{
	background: url(images/baogia_active.png) center center no-repeat;
}
.text_bottom_banner .textwidget div.tragop_click i,.sidebar_widget [id*="text-"] .textwidget div.tragop_click i{
	background: url(images/tragopactive.png) center center no-repeat;
}
.text_bottom_banner .textwidget div.laithu_click i,.sidebar_widget [id*="text-"] .textwidget div.laithu_click i{
	background: url(images/laithu_active.png) center center no-repeat;
}
.text_bottom_banner .textwidget .content:hover{
	color: #0a0a0a;
}
.text_bottom_banner .textwidget div.baogia_click:hover i{
	-webkit-animation-name: hvr-icon-scale;
	animation-name: hvr-icon-scale;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.text_bottom_banner .textwidget div.tragop_click:hover i{
	-webkit-animation-name: hvr-icon-scale;
	animation-name: hvr-icon-scale;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.text_bottom_banner .textwidget div.laithu_click:hover i{
	-webkit-animation-name: hvr-icon-scale;
	animation-name: hvr-icon-scale;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes hvr-icon-rotate {
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes hvr-icon-scale {
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes hvr-icon-rotatev {
  25% {
    -webkit-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
  }

  75% {
    -webkit-transform: rotateZ(-40deg);
    transform: rotateZ(-40deg);
  }
}

@keyframes hvr-icon-rotatev {
  25% {
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
  }

  75% {
    -webkit-transform: rotateZ(-40deg);
    -moz-transform: rotateZ(-40deg);
    transform: rotateZ(-40deg);
  }
}


@-webkit-keyframes hvr-icon-scale {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-icon-scale {
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.lienhetuvan .title_widget,.video .title_widget{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	margin-top: 30px;
	text-transform: uppercase;
}
.lienhetuvan .textwidget img{
	float: left;
	padding-right: 30px;
	width: 30%;
}
.lienhetuvan .textwidget .content_lienhe{
	float: left;
	width: 70%;
	position: relative;
	background: #c61633;
	padding: 30px 20px;
	color: #fff;
}
.lienhetuvan .textwidget .content_lienhe:before{
    position: absolute;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #c61633;
    border-top: 10px solid transparent;
    content: '';
    bottom: 50%;
    left: -10px;
}
.lienhetuvan .textwidget .content_lienhe .title{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
.bottom_footer{
	background: #5b5b5b;
	padding: 15px 0;
	border-top:1px solid #ccc;
	margin-top: 15px;
}
.bottom_footer .copycretive a,.bottom_footer .copycretive,.footer-text{
	color: #fff;
}
.bottom_footer .logo{
	position: relative;
	padding-left: 10px;
}
.footer_text p{
	margin-bottom: 4px;
	color: #333;
}
.footer_text p:nth-child(1){
	    font-weight: 400;
    font-size: 18px;
}
.duongdan{
	background: #0a0a0a;
	padding: 15px 15px 15px 15px;
	position: relative;
	margin-bottom: 30px;
}
.duongdan .title-header {
    color: #fff;
}
.tax-sanpham_category .duongdan{
	margin-bottom: 0;
}
.breadcrumb a,.breadcrumb,.breadcrumb > .active,.breadcrumb span{
	color: #fff;
	font-size: 15px;
}
.text_dongxe{
	color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 0;
    background: url(images/icondanhmuc.png) right center no-repeat;
    cursor: pointer;
}
.duongdan [class*="col-xs"]:nth-child(2){
	border-left: 1px solid #636671;
    box-shadow: -1px 0px 0px #484B52;
}
.menu_dongxe{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 9999;
    display: none;
    border-bottom: 1px solid #ccc;
}
.tax-sanpham_category .content_page .title_widget{
	padding-top: 0;
	background: url(images/bgtitle_content.png) bottom left no-repeat;
	padding-bottom: 10px;
}
.tax-sanpham_category .content_page [class*="neo"]{

}
.tax-sanpham_category .content_page .neo1{
	margin-top: 0;
}

.top_content{
	display: table;
	width: 100%;
	padding-bottom: 5px;
}
.top_content .title-header{
	float: left;
}
.top_content .breadcrumb__t{
	float: right;
	padding: 12px 0 0 0;
}
.home .content-holder{
	padding-top: 0;
}
.sidebar_widget .title_widget{
	padding: 20px 10px 10px 10px;
	margin-bottom: 15px;
	text-align: center;
}
.sidebar_widget .title_widget span{
	color: #333;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 10px;
}
.sidebar_widget [id*="nav_menu-"] .title_widget{
	background:#c61633;
	padding: 10px 10px;
	margin: 0;
}
.sidebar_widget [id*="nav_menu-"] .title_widget span{
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.sidebar_widget [id*="nav_menu-"] ul li a{
	display: block;
	padding: 15px 10px;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.sidebar_widget .widget{
	margin-bottom: 10px;
}
.content_page [class*="neo"]{
	clear: both;
	margin: 0 0 10px 0;
	display: inline-block;
	width: 100%;
	position: relative;
}
.tab_fixed.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	margin-top: 0;
	width: 100%;
}
.tab_fixed.fixed .list_tab_neo{
	margin: 0;
}
.tab_fixed.fixed .container_fixed{
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.content_page [class*="neo"] .title_widget{
	background: url(images/bgtitle.jpg) left top repeat;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.content_page [class*="neo"] .title_widget span{
	    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #0a0a0a;
}
.sanpham_home,.hotline_email{
	clear: both;
}
.hotline_email{
	padding: 15px 0;
	margin: 0 0 15px 0;
	border-top: 1px solid #e0e0e0;
	position: relative;
}
.hotline_email li{
	float: left;
    margin: 0 50px;
    background: #0a0a0a;
    padding: 7px 20px;
    color: #fff;
}
.hotline_email:before,.hotline_email:after{
	position: absolute;
	content: '';
	display: block;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: -1px;
	border-top: 1px solid #e0e0e0;
}
.hotline_email:before{
	left: -100%;
}
.hotline_email:after{
	right: -100%;
}
.sp_lienquan{
	background: #FAFAFA;
	padding: 50px 0;
	margin-bottom: 40px;
}
.dongxekhac .title_widget{
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
	margin-bottom: 30px;
}
.hotro{
	text-align: center;
}
.hotro li{
	padding: 0px 0 0 0;
}
.hotro li:nth-child(1){
	font-size: 18px;
	color: #d11947;
}
.hotro li a{
	color: #d11947;
}
span.wpcf7-list-item {
    margin-left: 0.5em;
    float: left;
    min-width: 100px;
}
table,table tr{
	width: 100%;
	padding: 7px;
	border: 1px solid #e0e0e0;
	margin: 0 auto;
}
table td{
	padding: 7px;
	border: 1px solid #e0e0e0;
	margin: 0 auto;
}
.hotro_mobile{
    background: #fff;
    box-shadow: 0px 2px 3px #ccc;
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
}
.hotro_mobile [class*="col-xs"]:nth-child(1){
	text-align: center;
}
.hotro_mobile [class*="col-xs"]:nth-child(1) p{
	font-size: 12px;
}
.hotro_mobile [class*="col-xs"] img{
	max-height: 100px;
    width: auto;
    margin: 0 auto;
}
.hotro_mobile a{
	color: #0a0a0a;
}
.yeucaugoilai .description{
	position: fixed;
	left: -5px;
	bottom: 50px;
	z-index: 9;
	width: 90px;
}
.phone_animation{
    background-color: transparent;
    height: 100px;
	width: 90px;
	margin: 0;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    visibility: visible;
}
.phone_animation_circle{
    width: 90px;
    height:90px;
    top: 30px;
    left: 0px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid #bfebfc 9;
    opacity: 0.5;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-color: #00aff2;
}
.phone_animation_circle_fill{
    width: 50px;
    height: 50px;
    top: 50px;
    left: 20px;
    position: absolute;
    background-color: #00aff2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .2;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phone_animation_circle_fill_img{
    width: 40px;
    height: 40px;
    top: 55px;
    left: 26px;
    position: absolute;
    background: rgba(30,30,30,0.1) url(images/iconphone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #0a0a0a;
    background-size: 70%;
}
.phone_animation_circle_fill_img:hover{
	background-color: #50B148;
}
@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
.nhanxet_widget{
    clear: both;
    border-bottom: 2px solid #e4e5e8;
    padding: 0px 0 80px 0;
    position: relative;
    margin-bottom: 40px;
}
.nhanxet_widget:before,.nhanxet_widget:after{
	position:absolute;
	height: 100%;
	width: 100%;
	content: '';
	display: block;
	z-index: 0;
	bottom: -2px;
	border-bottom: 2px solid #e4e5e8;
}
.nhanxet_widget:before{
	left: -100%;
}
.nhanxet_widget:after{
	right: -100%;
}
iframe{
	max-width: 100%;
}
.nhanxet_widget ul li .excerpt{
    /* background: #717e91; */
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #333;
    border: 1px solid #e4e5e8;
    min-height: 90px;
}
.nhanxet_widget ul li .content_nhanxet{
	clear: both;
}
.nhanxet_widget ul li .content_nhanxet .thumbnail{
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}
.nhanxet_widget ul li .content_nhanxet .post-title{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.nhanxet_widget ul li .content_nhanxet .post-list_h{
	margin-top: 30px;
    float: left;
}
.nhanxet_widget .slick-dots li button{
	width: 10px !important;
	height: 10px !important;
	background: #e0e0e0 !important;
	border-radius: 50%;
}
.nhanxet_widget .slick-dots li button:before,.nhanxet_widget .slick-dots li button:after{
	display: none !important;
}
.nhanxet_widget .slick-dots{
	bottom: -50px !important;
}
.nhanxet_widget .slick-dots li.slick-active button{
	background: #d11947 !important;
}
.fixed_tab{
	position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
}
.pagination {
    text-align: center;
    display: table;
    margin: 15px auto 20px;
    width: 100%;
}
.pagination ul li {
    display: inline-block;
    padding: 5px !important;
}
.pagination ul li.active a {
    background: #0a0a0a !important;
    color: #fff;
}
.pagination ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #ebebeb;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #0a0a0a;
}
.pagination ul li a:hover {
    background: #ddd;
}
.pagination ul li.active a:hover {
    cursor: default;
    color: #fff !important;
}
.pagination .prev{
    padding-right: 0px;
}
.pagination .next{
    padding-left: 0px;
}
.pagination .prev a span,.pagination .next a span{
    text-decoration: underline;
}
.pagination .prev a i{
    padding-right: 0px;
}
.pagination .next a i{
    padding-left: 0px;
}
.pagination .first,.pagination .last{
    display: none;
}
.sidebar ul {
    list-style: none !important;
}
.top_header{
	padding: 5px 0px;
}
.top_header .container,.top_header .r_top_header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_header .container:before,
.top_header .container:after {
	display: none;
}
.nav__primary ul.sf-menu li .sub-menu li a {
    color: #0a0a0a;
    transition: .3s;
    position: relative;
}
.nav__primary ul.sf-menu li > .sub-menu > li {
    position: relative;
}
.nav__primary ul.sf-menu li > .sub-menu > li .sub-menu {
    position: absolute;
}
.nav__primary ul.sf-menu li .sub-menu li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: 'fontawesome';
    font-weight: 900;
    position: absolute;
    right: 5px;
}
.nav__primary ul.sf-menu li .sub-menu li a:hover {
    background-color: #0a0a0a;
}
.r_top_header{
	margin-left: auto;
}
.bottom_header{
	border-top: 1px solid #cfcfcf;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #cfcfcf;
    background-color: #fefefe;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100% #dfdfdf));
    background-image: -webkit-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background-image: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background-image: -ms-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background-image: -o-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background-image: linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
}
.list_action .widget_custom_html{
	background: #0a0a0a;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
}
.list_action .widget_custom_html .textwidget{
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: center;
	}
.list_action .widget_custom_html .textwidget img{
	margin-right: 10px;
	width: auto;
	max-height: 60px;
	max-width: 60px;
	height: auto;
}
.metaslider .flexslider{
	margin-bottom: 0px !important;
}
.dongxe .widget-title, .widget-title {
	position: relative;
}
.dongxe .widget-title:before,.widget-title:before{
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	background: rgba(0,0,0,0.1);
	left: 0;
	width: 100%;
	z-index: 0;
	top:50%;
	margin-top: -1px;
}
.gioithieu .widget-title {
	margin-bottom: 30px;
}
.gioithieu {
	padding-bottom: 50px;
}
.dongxe .widget-title span,.widget-title span{
	border: 2px solid rgba(0,0,0,0.1);
    padding: 0.6em 1em;
    display: table;
    margin: 0px auto;
    background: #f4f4f4;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.dongxe .thumbnail,.tab_dongxe .thumbnail{
	/*background: none;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;*/
	overflow: unset;
}
.dongxe .thumbnail a, .tab_dongxe .thumbnail a {
    padding-left: 0;
    padding-top: 56.25%;
    height: 0;
    position: relative;
    overflow: unset;
    display: block;
}
.dongxe .thumbnail a img, .tab_dongxe .thumbnail a img {
    max-width: 130%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    width: auto;
    height: unset;
    max-height: 100%;
    margin: unset;
    padding: unset;
    transition: all .3s ease-in;
    max-height: unset;
    height: auto;
    left: 0;
    transform: translate(0);
    max-height: 114px;
}
.dongxe [class*="list_item_"]{
	margin-top: 30px;
}
.dongxe [class*="list_item_"]:nth-child(3n+1){
	clear: both;
}
.dongxe .cate_list_title .cate-title{
	background:#0a0a0a;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.sanpham_item .content_item {
    text-align: center;
    cursor: pointer;
    position: relative;
}
.sanpham_item .content_item .post-title a:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
}
.sanpham_item .content_item .post-title a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #0a0a0a;
    display: block;
    padding-top: 8px;
    margin-bottom: 10px;
}
.sanpham_item .content_item .post-title {
    padding: 12px 10px 0;
}
.sanpham_item .gia_sanpham {
    font-weight: 700;
    margin: 0px 8.5%;
    margin-bottom: 15px;
}
.sanpham_item {
/*    margin-bottom: 50px;*/
    padding-top: 16px;
    padding-bottom: 30px;
}
.tab_dongxe .sanpham_item .gia_sanpham {
	font-weight: normal;
}
.tab_dongxe .sanpham_item {
    width: 23%;
}
.tab_dongxe .sanpham_item .content_item:hover .thumbnail img {
    transform: scale(1.1);
}
.tabcontainer ul{
/*	margin: 30px 0px 0px;*/
    border-bottom: 1px solid #000;
}
.tabcontainer ul li{
	display: inline-block;
	list-style: none;
}
.tabcontainer ul li a{
    display: block;
    text-decoration: none;
    padding: 12px 30px;
    color: #333;
    font-size: 18px;
    padding: 10px 50px;
    font-weight: normal;
    letter-spacing: .08929em;
    text-align: center;
    display: inline-block;
    position: relative;
}
.tabcontainer ul li.active a{
    color: rgba(17,17,17,0.85);
    font-weight: bold;
}
.taisao {
    background: #f4f4f4;
}
.taisao .widget-title {
    margin: 0 0 30px;
}
.taisao .title {
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
}
.taisao .textwidget {
    font-size: 16px;
}
.taisao .desc {
    text-align: center;
}
.taisao .thumbnail {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.taisao .thumbnail img {
    max-width: 114px;
}
.taisao {
    padding: 0 0 90px;
}
.taisao .textwidget > p:nth-last-child(2) {
    margin: 0 0 25px;
}
.phongkinhdoanh {
    background: #f4f4f4;
    padding: 0 0 50px;
}
.phongkinhdoanh .widget-title {
    margin: 0 0 30px;
}
.phongkinhdoanh ul ~ ul {
    list-style: none !important;
}
.phongkinhdoanh ul ~ ul li {
    padding: 0 0 0 15px;
    position: relative;
}
.phongkinhdoanh ul ~ ul li:before {
    content: "+";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
}
.phongkinhdoanh .textwidget {
    font-size: 16px;
}
.sdt_dangky {
    border-top: 1px solid #ccc;
    margin: 15px 0 0;
    padding: 13px 0 0;
}
.sdt_dangky ul li {
    display: inline-block;
}
.sdt_dangky a {
    background: #0a0a0a;
    color: #fff;
    font-weight: 700;
    padding: 10px 14px;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    border: 1px solid #0a0a0a;
    transition: .3s;
    text-decoration: none;
    margin: 0 0 5px;
}
.sdt_dangky a i {
    margin: 0 10px 0 0;
    font-size: 18px;
}
.sdt_dangky a:hover {
    background: transparent;
    color: #0a0a0a;
}
.new_home .widget-title {
    margin: 30px 0 !important;
}
.new_home .title a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    -webkit-text-stroke: 0.6px #000;
    margin: 12px 0 8px;
    display: block;
    position: relative;
}
.new_home .list_post {
    margin: 0 0 10px;
}
.newhome_template .excerpt {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}
.newhome_template .title a{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
     overflow: hidden;
    visibility: visible;
}
.footer {
/*    background: #0a0a0a;
    color: #fff;*/
    color: #000;
    background-color: rgba(22,22,22,0.9);
}
.footer a {
    color: #fff;
}
.top_footer .widget-title span {
    border: 0;
    padding: 0;
    display: block;
    margin: 15px 0 15px;
    background: transparent;
    color: #fff;
}
.top_footer a {
    margin: 0 0 10px;
    display: block;
    font-size: 16px;
    color: #fff;
}
.top_footer .widget-title:before, .top_footer .widget-title span:before {
    display: none;
}
.panel-grid.panel-has-style>.panel-row-style.content_baogia {
    display: none;
}
.banggia_click a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.list_action .panel-grid-cell .panel-grid-cell {
    cursor: pointer;
}
.widget-title span:before {
    content: "\f0c9";
    font-family: fontawesome;
    margin: 0 12px 0 0;
    font-weight: 100;
    -webkit-text-stroke: 0.8px #f4f4f4;
    font-size: 17px;
}
.sidebar .sdt_dangky li {
    width: 100%;
    text-align: center;
}
.sanpham_item {
/*    margin: 30px 0 0;*/
}
.sanpham_template {
    display: flex;
    align-items: center;
/*    justify-content: center;*/
    flex-wrap: wrap;
}
.flex-control-paging li a {
	border: 1px solid #ccc;
}
.slide_home .flex-control-nav {
    position: absolute;
    bottom: 20px !important;
}
.slick-dots {
    text-align: center;
    width: 100% !important;
    position: static !important;
}
.slick-dots li {
    display: inline-block;
    padding: 0 3px !important;
    margin: 0  !important;
}
.slick-dots li button {
    background: #c5c5c5 !important;
    border-radius: 50% !important;
    width: 12px !important;
    height: 12px !important;
    font-size: 0 !important;
    padding: 0 !important;
    outline: none !important;
    border: 0 !important;
    text-indent: -9999px !important;
}
.slick-dots li.slick-active button {
    background: #0a0a0a !important;
}
.click_search {
    display: none;
}
.social_fixed{
    position: fixed;
    right: 0;
    top:20%;
    z-index: 1;
}
.social_fixed li{
    list-style: none;
    margin: 4px 0px;
}
.social_fixed li a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 2px #ccc;
    text-decoration: none;
    transition: .3s;
    margin: 0 0 0 auto;
}
.social_fixed li a:hover {
    width: 60px;
}
.social_fixed li a i{
    font-size: 30px;
}
.social_fixed li a.social_facebook i{
    color: #3c5a99;
}
.social_fixed li a.social_skype i{
    color: #01a1dd;
}
.social_fixed li a.social_youtube i{
    color: #ff0000;
}
.social_fixed li a.social_zalo{
    background: #fff url(images/zalo_icon.jpg) center center no-repeat;
}
.thumbnail img:hover {
    transform: scale(1.05);
}
.thumbnail img {
	transition: .3s;
}
.thumbnail {
	position: relative;
	overflow: hidden;
}
.tab_dongxe {
	padding: 40px 0;
}
.list_action{
	padding: 30px 0;
}
.list_action a, .list_action {
    font-size: 17px;
}
.taisao .textwidget p {
    text-align: justify;
}
.not_show {
    display: none;
}
.main_tabs li.active a,
.sub_cate a.active {
  font-weight: bold;
  color: #d32f2f;
}
.content_baogia .widget-title {
    margin: 0 0 15px;
}
.content_page .tab_content [class*="neo"] {
    padding: 30px 0 0;
}
.sidebar ul.gt {
    list-style: circle !important;
    padding: 0 0 0 35px;
}
.sidebar ul.gt li {
    text-align: left !important;
}
.duongdan {
	background: #fff;
    border-bottom: 1px solid #ddd;
}
.duongdan .title-header, .breadcrumb a, .breadcrumb, .breadcrumb > .active, .breadcrumb span {
	color: #000;
}

.single-sanpham .thongso table th, .single-sanpham .thongso table td, .single-sanpham .thongso table, .single-sanpham .thongso table tr {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.no-padding {
    padding: 0;
}
.slick-list {
    overflow: hidden;
}
.content_tab img{
	margin: 10px 0;
}
img.aligncenter{
	display: table;
	margin: 10px auto;
}
.wpcf7-not-valid-tip{
	clear: both !important;
}
table td {
    width: 25%;
    padding: 0 7px;
    vertical-align: top;
}




.tabcontainer ul li.active a:before {
    opacity: 1;
}
.tabcontainer ul li a:before {
    display: block;
    content: "";
    height: 4px;
    background-color: #161616;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 0;
    transition: .3s;
}
.tabcontainer ul li a:hover:before {
    opacity: 1;
}
.tabcontainer ul li:not(:first-child) {
    margin-left: 17px;
}
.tab_dongxe {
    background-color: #fff !IMPORTANT;
}
.tabcontent_container .sub_cate li {
    display: inline-block;
    text-align: center;
}
.tabcontent_container .sub_cate li a {
    padding: 10px 34px;
    display: block;
    letter-spacing: .08929em;
    color: rgba(17,17,17,0.85);
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
}

.tabcontent_container .sub_cate {
    padding-top: 16px;
}
.tabcontent_container .sub_cate li.active a {
    font-weight: bold;
}
.tabcontent_container .sub_cate li a:hover, .tabcontent_container .sub_cate li a.active {
    font-weight: bold;
}
.banner_adv {
    min-height: 550px;
    display: flex !important;
    align-items: center !IMPORTANT;
    flex-direction: row !important;
    background-size: inherit !IMPORTANT;
}
.banner_adv .widget-title span {
    font-size: 60px;
    padding: 0;
    color: #fff;
    background-color: unset;
    border: none;
    margin: 0;
}
.banner_adv .widget-title span:before {
    display: none;
}
.banner_adv .widget-title:before {
    display: none;
}
.banner_adv .textwidget p:first-child {
    font-size: 20px;
    color: #fff;
    margin: 20px 0;
    display: block;
}
.banner_adv .container .panel-grid-cell:last-child {
    display: none;
}
.banner_adv .container .panel-grid-cell:first-child {
    width: 100% !important;
}
.banner_adv .textwidget p:last-child a {
    display: block;
    color: #f1f1f1;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 18px;
    border: 2px solid #fff;
    width: max-content;
    height: 40px;
    line-height: 40px;
    margin: 8px 0;
    transition: .3s;
}
.banner_adv .textwidget p:last-child a:hover {
    background-color: #fff;
    color: #666;
}
.home .footer {
    margin-top: 0;
}
.top_content .title-header a {
    color: #0a0a0a;
}
.top_content .title-header a:hover {
    text-decoration: underline !important;
}
.list_action {
    display: none !IMPORTANT;
}
.sanpham_item .content_item:hover .thumbnail img {
    transform: scale(1.1);
}
.header.fixed_header {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.metaslider .caption-wrap {
	height: 100%;
	top:0;
	left: 0;
	width: 100%;
	background: none !important;
	display: flex !important;
	align-items: center;
	opacity: 1 !important;
}
.metaslider .caption-wrap  .caption {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}
.metaslider .caption-wrap  .caption .title {
	font-size: 40px;
    text-transform: uppercase;
    font-weight: normal;
    max-width: 560px;
    line-height: 1.4;
}
.metaslider .caption-wrap  .caption .readmore {
	margin-top: 30px;
}
.metaslider .caption-wrap  .caption .readmore a {
	border: 2px solid #fff;
	color: #fff;
	display: table;
	padding: 5px 15px;
	font-size: 18px;
}
.share-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.share-buttons li, ul.share-buttons li a {
    display: flex;
    align-items: center;
    height: 20px;
}
.title_neo {
    text-transform: uppercase;
    margin-top: 30px !IMPORTANT;
}

.tab_fixed {
    position: sticky;
    top: 55px;
    z-index: 1000;
}
.single-sanpham {
    overflow: unset;
}
/*--Style Repair--*/
/*-----------------------------------------------*/
@media(min-width: 1025px){
	.icon_mobile_click{
		display: none !important;
	}
	.click_search {
	    display: none;
	}
	.search_header {
	    margin: 0 auto;
	}
}
@media(max-width: 1024px){
	.list_action a, .list_action {
	    font-size: 14px;
	}
	.click_search {
	    display: block;
	}
	.click_search i {
        color: #0a0a0a;
        font-size: 20px;
        width: 12px;
        height: 12px;
        transition: 0.6s;
        display: inline-block;
        line-height: 1;
    }
    .click_search i.fa-times:hover {
        color: red;
        transform: rotate(180deg);
    }
    .click_search i:hover {
        color: #25aae1;
    }
    .search-form button:hover {
        color: #25aae1;
    }
    .search-form {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background: #fff;
        transition: .5s;
        bottom: -35px;
        width: 100%;
        left: 0;
        transform: rotateX(-90deg);
        transform-origin: 0 0;
    	padding: 0 10px;
    }
    .search-form.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: rotateX(0deg);
    }
    .click_search {
        cursor: pointer;
        width: 15px;
        text-align: center;
        margin: 0 5px 0 0;
    }
    .search-form input {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ddd;
        text-indent: 10px;
        outline: none;
    	padding: 7px 15px 7px 34px !important;
        background: transparent;
    }
    .search-form input::placeholder {
      color: #d3d3d3;
    }
    #search-header {
        position: relative;
        padding: 0 15px;
    }
    .search-form button {
        position: absolute;
        border: 0;
        transition: .3s;
        outline: none;
        background: 0;
        min-height: 25px;
        font-size: 15px;
        padding: 0 12px;
	    top: 7px !important;
	    left: 17px !important;
	    right: auto !important;
        border-right: 1px solid #ccc;
    }
    .search-form input::placeholder {
        color: #ccc;
    }
	.nav__primary{
		display: none;
	}
	.phonenumber{
		right: 45px;
	}
	.bottom_header{
		padding: 7px 0;
	}
	.icon_mobile_click{
	    display: flex !important;
	    align-items: center;
	    justify-content: center;
	    margin: 8px 0 0;
	    text-align: left;
/*	    background: url(images/iconmobile.png) left no-repeat #0a0a0a;*/
	}
	.top_header{
		float: right;
		z-index: 9;
		padding: 10px 0;
	}
	.bgrlogo{
		float: left;
	}
	.sidebarfooter{
		display: block;
	}
	.sidebar_page{
		display: none;
	}
	.footer{
		
	}
	.header:before{
		display: none;

	}
	.dongxe .thumbnail, .tab_dongxe .thumbnail {
		height: auto;
	}
	.taisao {
		padding: 0 0 30px;
	}
	.footer .top_footer {
	    padding: 10px 15px;
	}
	.new_home img {
	    width: 100%;
	}
	.slide_home {
		clear: both;
	}
	.header {
	    display: flex;
	    flex-direction: column;
	}
	.logo {
	    max-width: 160px;
	    margin: 0 auto 0 0;
	}
	.search_header {
	    order: -1;
	    margin: 0 auto 0 0;
	}
	.home .bottom_header{
		position: relative;
		background: #0a0a0a;
	}
	.bottom_header{
		float: left;
		width: 100%;
		background: #0a0a0a;
	}
	.duongdan .container {
	    flex-direction: column-reverse;
	    align-items: flex-start;
	}
	.breadcrumb {
	    margin: 0 0 15px;
	}
	.list_phienban .slick-arrow {
	    top: 50%;
	    transform: translateY(calc(-50% - 50px));
	    right: auto;
	    left: 0;
	}
	.list_phienban .slick-arrow.slick-next {
	    left: auto;
	    right: 0;
	}
	.title-header {
	    font-size: 19px;
	    line-height: 1.5;
	}
	.fixed_tab {
		top: 0;
		max-width: unset;
	    left: 0;
	}
	.table-responsive {
	    width: 100%;
	}
	.bottom_header.fixed_header {
	    position: fixed;
	    z-index: 9;
	}
	.single-sanpham .container_fixed.fixed_tab {
	    position: static;
	}
	.duongdan {
		background: #fff;
	    border-bottom: 1px solid #ddd;
	}
	.duongdan .title-header, .breadcrumb a, .breadcrumb, .breadcrumb > .active, .breadcrumb span {
		color: #000;
	}
	.banner_adv .widget-title span {
	    font-size: 46px;
	}
	.banner_adv {
	    min-height: 450px;
	}
}
@media (max-width: 992px) {
	.tabcontainer ul {
	    margin-top: 0;
	}
	.list_action {
	    padding-bottom: 0;
	}
	.tab_dongxe .sanpham_item {
	    width: 30%;
	}
	.banner_adv .widget-title span {
	    font-size: 36px;
	}
}
@media(max-width: 780px) {
	.list_action .panel-grid {
	    display: flex;
	    flex-direction: row !important;
	    margin: 0 -10px;
	    flex-wrap: wrap !important;
	}
	.list_action .panel-grid > div {
	    padding: 0 5px !important;
	    width: 50% !important;
	    margin: 0 0 10px !important;
	}
	.tabcontainer ul li {
	/*    margin: 0 0 5px;*/
	}
	.sdt_dangky {
		text-align: center;
	}
	.slide_product {
	    margin: 0 0 20px;
	}

		.dongxe [class*="list_item_"]:nth-child(3n+1) {
	    clear: none;
	}
	.dongxe [class*="list_item_"]:nth-child(2n+1) {
	    clear: both;
	}
	.tab_dongxe {
		padding-bottom: 0;
	}
	.tab_dongxe .sanpham_item {
		width: 47%;
	}
}
@media(max-width: 767px){
	.container_fixed {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0 0 15px;
}
.content_page [class*="neo"] {
	margin: 0 0 5px;
}
.list_tab_neo ul li {
	float: none;
	display: inline-block;
	background: #0a0a0a;
}
.list_tab_neo ul:before, .list_tab_neo ul:after {
	display: none;
}
.container_fixed::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 7px;
}
.container_fixed::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
	.footer .top_footer{
		padding: 30px 0 0 0;
	}
	
	.support-base .img_sales{
		bottom: -89px;
	}
	.content_baogia{
		position: fixed;
		left: 0;
		right: 0;
		background-color: #fafafa;
		padding: 25px;
		max-height: 85%;
		width: 95%;
	}
	.footer .logo-title,.footer img{
		float: none;
		padding: 0 3px;
	}
	.footer .copyright{
		padding:  0 15px;
	}
	.footer .sidebarfooter{
		text-align: right;
	}
	.support-base .image,.text_dongxe{
		display: none;
	}
	.homeads .textwidget{
		padding: 0 10px;
	}
	.post_wrapper .thumbnail{
		float: left;
		margin: 0 15px 0 0;
	}
	.duongdan [class*="col-xs"]:nth-child(2){
		border-left: none;
		box-shadow: none;
	}
	#slidehome .item{
    	background-size: cover;
	}
	.footer .top_footer [id*="custom_cf7-"]{
		text-align: center;
	}
	.bottom_footer{
		text-align: center;
	}
	.search_phone .search input[type*="text"]{
		max-width: 90px;
	}
	.phone_header {
	    background: none;
	    padding: 0px 15px;
	    color: #0a0a0a;
	    font-size: 18px;
	    border-radius: 20px;
	}
	.icon_mobile_click{
		margin-top: 5px;
	}
	.sanpham_home .description{
		display: block;
		text-align: center;
	}
	.hotro{
		margin-top: 10px;
	}
	.hotro_mobile{
		display: table !important;
	}
	.list_action .widget_custom_html .textwidget img{
		max-width: 40px;
		height: 40px;
	}
	.metaslider .caption-wrap .caption .title {
		font-size: 24px;
	}
	.metaslider .caption-wrap .caption .readmore {
		margin-top: 15px;
	}
	.metaslider .caption-wrap .caption a {
		font-size: 16px;
	}
	.tab_fixed {
		top: 53px;
	}
}
@media(max-width: 560px){
	.post_wrapper .thumbnail{
		float: none;
		width: 100%;
		margin: 20px auto;
	}
	.search_phone{
		display: none;
	}
	.sanpham_home ul li .thumbnail{
		min-height: 150px;
	}
	.sanpham_home ul li .thumbnail img{
		max-height: 150px;
	}
	.list_tab_neo ul li{
		padding: 1px 12px;
	}
	.banner_adv .textwidget p:first-child {
	    margin: 15px 0;
	}
	.banner_adv .widget-title span {
	    font-size: 30px;
	}
	.tabcontainer ul {
	    overflow-x: auto;
	    display: flex;
	    overflow-y: hidden;
	}
	.tabcontainer ul li a:before {
		bottom: 0;
	}
	.tab_dongxe .sanpham_item {
	    padding-top: 0;
	}
	.metaslider .caption-wrap .caption .readmore a {
	    font-size: 12px;
	}
	.metaslider .caption-wrap .caption .title {
	    font-size: 16px;
	}
}
@media(max-width: 480px){
	.metaslider .caption-wrap {
		display: none;
	}
	.bottom_header [class*="col-xs-"]{
		padding: 0 5px;
	}
	.bottom_header [class*="col-xs-"]:first-child{
		width: 30%;
	}
	.bottom_header [class*="col-xs-"]:last-child{
		width: 70%;
	}
	.icon_mobile_click{
	}
	[id*="tabproduct-"] .title_widget span{
		display: block;
	}
	[class*="col-xs-"]{
		width: 100%;
	}
	.hotro_mobile [class*="col-xs"]:nth-child(1){
		width: 41.66666667%;
	}
	.hotro_mobile [class*="col-xs"]:nth-child(2){
		width: 58.33333333%;
	}
	.tab_content .thongso .content_tab {
	    overflow: auto;
	}
	.tab_content .thongso .content_tab::-webkit-scrollbar {
	    -webkit-appearance: none;
	    width: 7px;
	}
	.tab_content .thongso .content_tab::-webkit-scrollbar-thumb {
	    border-radius: 4px;
	    background-color: rgba(0,0,0,.5);
	    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	}
	.dongxe .thumbnail, .tab_dongxe .thumbnail {
	    margin: 0 0 15px;
	}
	.list_action .panel-grid > div {
		width: 100%;
	}
	.list_post_category .name a {
		font-size: 18px;
		text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    visibility: visible;
	}
	.top_page {
		margin-bottom: 0;
	}
	.post_wrapper .excerpt {
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    visibility: visible;
	}
	.baivietlienquan .name a {
	    font-size: 18px;
	    color: #000;
	}
	.baivietlienquan .thumbnail img {
	    width: 100%;
	}
	.phone_header a {
	    padding: 7px 15px;
	    font-size: 14px;
	    white-space: nowrap;
	}
	.logo {
	    margin: 0 auto 0 10px;
	}
	.search-form {
		max-width: unset;
		bottom: -45px;
	}
	#search-header input[type*="text"] {
		min-width: unset;
	}
	.list_phienban ul li {
		width: 50%;
	}
	.list_phienban ul li:nth-child(4n+1) {
		clear: none;
	}
	.list_phienban ul li:nth-child(2n+1) {
		clear: both;
	}
	.single .list_phienban ul li .thumbnail {
		min-height: unset;
	}
	.list_phienban ul li .post-title a {
		height: auto;
		margin-top: 10px;
	}
	.tab_dongxe .thumbnail {
	    float: left;
	    width: 47%;
	}
	.tab_dongxe .thumbnail a {
	    padding: 0;
	}
	.tab_dongxe .thumbnail a img {
	    position: unset;
	    transform: none;
	    max-width: 100%;
	    max-height: 80px;
	}
	.tab_dongxe .sanpham_item .content_item .post-title {
	    padding-left: 50%;
	}
	.tab_dongxe .sanpham_item {
	    width: 100%;
	    padding-bottom: 30px;
	}
	.tab_dongxe .sanpham_item .gia_sanpham {
	    margin-left: 50%;
	    margin-bottom: 0;
	}
	.tab_dongxe .sanpham_item .content_item {
	    text-align: start;
	}
	.tab_dongxe .sanpham_item .content_item .post-title a {
	    padding-top: 0;
	}
}
@media(max-width: 360px){
	.phonenumber{
		padding-left: 10px;
		background:none;
	}
	.support-base .textwidget [class*="col-xs"]{
		padding-right: 10px;
	}
	.footer .logo-title{
		float: left;
	}
	.text_bottom_banner .title_widget,.text_bottom_banner .textwidget,
	.home_widget [class*="col-xs-"]:first-child li{
		width: 100%;
	}
	.metaslider .caption-wrap {
		display: none !important;
	}
}
@media(max-width: 320px){
	.support-base .img_sales{
		display: none;
	}
}
.sidebar_page{
	position: relative;
}
.uynh_index{
	position: fixed !important;
	top: 75px !important;
}
.uynh_absolute{
	bottom: 0;
	top: auto;
}
.gchan{
	width: 100%;
	height: 1px;
	background-color: #6f6f6f;
	clear: both;
	margin: 10px 0;
}
//*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;top:0;left:0;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#222;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
.fixed_custom_contact{
    position: fixed;
    bottom: 80px;
    left: 10px;
    z-index: 9;
}
.fixed_custom_contact li{
    list-style: none;
}
.fixed_custom_contact li a{
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-indent: -9999px;
    margin-bottom: 10px;
}
.fixed_custom_contact li.call_zalo a{
    width: 46px;
    height: 48px;
    left: 0;
    position: absolute;
    background: url(images/stick_zalo.png) center -5px no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 125%;
}
.phone_animation{
    background-color: transparent;
    margin: 0;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    visibility: visible;
}
.phone_animation_circle{
    width: 100px;
    height:100px;
    top: 30px;
    left: 0px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid #bfebfc 9;
    opacity: 0.5;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-color: #da251c;
}
.phone_animation_circle_fill{
    width: 60px;
    height: 60px;
    top: 50px;
    left: 20px;
    position: absolute;
    background-color: #da251c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .2;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phone_animation_circle_fill_img{
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
    position: absolute;
    background: #50B148 url(images/iconphone.png) center center no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 60%;
}
@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
   
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}
:root {
--wp--preset--aspect-ratio--square: 1;
--wp--preset--aspect-ratio--4-3: 4/3;
--wp--preset--aspect-ratio--3-4: 3/4;
--wp--preset--aspect-ratio--3-2: 3/2;
--wp--preset--aspect-ratio--2-3: 2/3;
--wp--preset--aspect-ratio--16-9: 16/9;
--wp--preset--aspect-ratio--9-16: 9/16;
--wp--preset--color--black: #000000;
--wp--preset--color--cyan-bluish-gray: #abb8c3;
--wp--preset--color--white: #ffffff;
--wp--preset--color--pale-pink: #f78da7;
--wp--preset--color--vivid-red: #cf2e2e;
--wp--preset--color--luminous-vivid-orange: #ff6900;
--wp--preset--color--luminous-vivid-amber: #fcb900;
--wp--preset--color--light-green-cyan: #7bdcb5;
--wp--preset--color--vivid-green-cyan: #00d084;
--wp--preset--color--pale-cyan-blue: #8ed1fc;
--wp--preset--color--vivid-cyan-blue: #0693e3;
--wp--preset--color--vivid-purple: #9b51e0;
--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
--wp--preset--font-size--small: 13px;
--wp--preset--font-size--medium: 20px;
--wp--preset--font-size--large: 36px;
--wp--preset--font-size--x-large: 42px;
--wp--preset--spacing--20: 0.44rem;
--wp--preset--spacing--30: 0.67rem;
--wp--preset--spacing--40: 1rem;
--wp--preset--spacing--50: 1.5rem;
--wp--preset--spacing--60: 2.25rem;
--wp--preset--spacing--70: 3.38rem;
--wp--preset--spacing--80: 5.06rem;
--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
gap: 0.5em;
}

:where(.is-layout-grid) {
gap: 0.5em;
}

body .is-layout-flex {
display: flex;
}

.is-layout-flex {
flex-wrap: wrap;
align-items: center;
}

.is-layout-flex >:is(*,
div) {
margin: 0;
}

body .is-layout-grid {
display: grid;
}

.is-layout-grid >:is(*,
div) {
margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
gap: 1.25em;
}

.has-black-color {
color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
gap: 2em;
}

:root:where(.wp-block-pullquote) {
font-size: 1.5em;
line-height: 1.6;
}
h1 {
font: normal 30px/35px Arial, Helvetica, sans-serif;
color: #333333;
}

h2 {
font: normal 22px/26px Arial, Helvetica, sans-serif;
color: #333333;
}

h3 {
font: normal 18px/22px Arial, Helvetica, sans-serif;
color: #333333;
}

h4 {
font: normal 14px/20px Arial, Helvetica, sans-serif;
color: #333333;
}

h5 {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #333333;
}

h6 {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #333333;
}

body {
font-weight: normal;
}

.logo_h__txt,
.logo_link {
font: normal 40px/48px Arial, Helvetica, sans-serif;
color: #049CDB;
}

.nav.footer-nav a {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #0088CC;
}
/* Layout 2434 */
    
#pgc-2434-0-0,
#pgc-2434-1-0,
#pgc-2434-2-0,
#pgc-2434-3-0 {
    width: 100%;
    width: calc(100% - ( 0 * 30px))
}

#pg-2434-0,
#pg-2434-1,
#pg-2434-2,
#pl-2434 .so-panel,
#pl-2434 .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-2434-0.panel-has-style > .panel-row-style,
#pg-2434-0.panel-no-style,
#pg-2434-1.panel-has-style > .panel-row-style,
#pg-2434-1.panel-no-style,
#pg-2434-2.panel-has-style > .panel-row-style,
#pg-2434-2.panel-no-style,
#pg-2434-3.panel-has-style > .panel-row-style,
#pg-2434-3.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pg-2434-2> .panel-row-style {
    background-color: #f4f4f4
}

@media (max-width: 780px) {
    #pg-2434-0.panel-no-style,
    #pg-2434-0.panel-has-style > .panel-row-style,
    #pg-2434-0,
    #pg-2434-1.panel-no-style,
    #pg-2434-1.panel-has-style > .panel-row-style,
    #pg-2434-1,
    #pg-2434-2.panel-no-style,
    #pg-2434-2.panel-has-style > .panel-row-style,
    #pg-2434-2,
    #pg-2434-3.panel-no-style,
    #pg-2434-3.panel-has-style > .panel-row-style,
    #pg-2434-3 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pg-2434-0 > .panel-grid-cell,
    #pg-2434-0 > .panel-row-style > .panel-grid-cell,
    #pg-2434-1 > .panel-grid-cell,
    #pg-2434-1 > .panel-row-style > .panel-grid-cell,
    #pg-2434-2 > .panel-grid-cell,
    #pg-2434-2 > .panel-row-style > .panel-grid-cell,
    #pg-2434-3 > .panel-grid-cell,
    #pg-2434-3 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }
    #pl-2434 .panel-grid-cell {
        padding: 0
    }
    #pl-2434 .panel-grid .panel-grid-cell-empty {
        display: none
    }
    #pl-2434 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}
  /* Layout w617fbbfb99eb1 */

#pgc-w617fbbfb99eb1-0-0,
#pgc-w617fbbfb99eb1-0-1,
#pgc-w617fbbfb99eb1-0-2,
#pgc-w617fbbfb99eb1-0-3 {
    width: 25%;
    width: calc(25% - ( 0.75 * 30px))
}

#pl-w617fbbfb99eb1 .so-panel,
#pl-w617fbbfb99eb1 .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-w617fbbfb99eb1-0.panel-has-style > .panel-row-style,
#pg-w617fbbfb99eb1-0.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width: 780px) {
    #pg-w617fbbfb99eb1-0.panel-no-style,
    #pg-w617fbbfb99eb1-0.panel-has-style > .panel-row-style,
    #pg-w617fbbfb99eb1-0 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pg-w617fbbfb99eb1-0 > .panel-grid-cell,
    #pg-w617fbbfb99eb1-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }
    #pgc-w617fbbfb99eb1-0-0,
    #pgc-w617fbbfb99eb1-0-1,
    #pgc-w617fbbfb99eb1-0-2,
    #pl-w617fbbfb99eb1 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
    #pl-w617fbbfb99eb1 .panel-grid-cell {
        padding: 0
    }
    #pl-w617fbbfb99eb1 .panel-grid .panel-grid-cell-empty {
        display: none
    }
}
/* Layout w67caff4a10729 */

#pgc-w67caff4a10729-0-0 {
    width: 100%;
    width: calc(100% - ( 0 * 30px))
}

#pl-w67caff4a10729 .so-panel,
#pl-w67caff4a10729 .so-panel:last-of-type {
    margin-bottom: 0px
}

@media (max-width: 780px) {
    #pg-w67caff4a10729-0.panel-no-style,
    #pg-w67caff4a10729-0.panel-has-style > .panel-row-style,
    #pg-w67caff4a10729-0 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pg-w67caff4a10729-0 > .panel-grid-cell,
    #pg-w67caff4a10729-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }
    #pl-w67caff4a10729 .panel-grid-cell {
        padding: 0
    }
    #pl-w67caff4a10729 .panel-grid .panel-grid-cell-empty {
        display: none
    }
    #pl-w67caff4a10729 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}
/* Layout w67453c67e5823 */

#pgc-w67453c67e5823-0-0,
#pgc-w67453c67e5823-0-1,
#pgc-w67453c67e5823-0-2 {
    width: 33.3333%;
    width: calc(33.3333% - ( 0.66666666666667 * 30px))
}

#pl-w67453c67e5823 .so-panel,
#pl-w67453c67e5823 .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-w67453c67e5823-0.panel-has-style > .panel-row-style,
#pg-w67453c67e5823-0.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pgc-w67453c67e5823-0-0,
#pgc-w67453c67e5823-0-1,
#pgc-w67453c67e5823-0-2 {
    align-self: auto
}

@media (max-width: 780px) {
    #pg-w67453c67e5823-0.panel-no-style,
    #pg-w67453c67e5823-0.panel-has-style > .panel-row-style,
    #pg-w67453c67e5823-0 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pg-w67453c67e5823-0 > .panel-grid-cell,
    #pg-w67453c67e5823-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }
    #pgc-w67453c67e5823-0-0,
    #pgc-w67453c67e5823-0-1,
    #pl-w67453c67e5823 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
    #pl-w67453c67e5823 .panel-grid-cell {
        padding: 0
    }
    #pl-w67453c67e5823 .panel-grid .panel-grid-cell-empty {
        display: none
    }
}
/* Layout w66038e44095ae */

#pgc-w66038e44095ae-0-0 {
    width: 100%;
    width: calc(100% - ( 0 * 30px))
}

#pl-w66038e44095ae .so-panel,
#pl-w66038e44095ae .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-w66038e44095ae-0.panel-has-style > .panel-row-style,
#pg-w66038e44095ae-0.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pgc-w66038e44095ae-0-0 {
    align-self: auto
}

@media (max-width: 780px) {
    #pg-w66038e44095ae-0.panel-no-style,
    #pg-w66038e44095ae-0.panel-has-style > .panel-row-style,
    #pg-w66038e44095ae-0 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pg-w66038e44095ae-0 > .panel-grid-cell,
    #pg-w66038e44095ae-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }
    #pl-w66038e44095ae .panel-grid-cell {
        padding: 0
    }
    #pl-w66038e44095ae .panel-grid .panel-grid-cell-empty {
        display: none
    }
    #pl-w66038e44095ae .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}
/* Layout w61809ede40438 */

#pgc-w61809ede40438-0-0 {
    width: 100%;
    width: calc(100% - ( 0 * 30px))
}

#pl-w61809ede40438 .so-panel,
#pl-w61809ede40438 .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-w61809ede40438-0.panel-has-style > .panel-row-style,
#pg-w61809ede40438-0.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pgc-w61809ede40438-0-0 {
    align-self: auto
}

@media (max-width: 780px) {
    #pg-w61809ede40438-0.panel-no-style,
    #pg-w61809ede40438-0.panel-has-style > .panel-row-style,
    #pg-w61809ede40438-0 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pg-w61809ede40438-0 > .panel-grid-cell,
    #pg-w61809ede40438-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }
    #pl-w61809ede40438 .panel-grid-cell {
        padding: 0
    }
    #pl-w61809ede40438 .panel-grid .panel-grid-cell-empty {
        display: none
    }
    #pl-w61809ede40438 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}
/* Layout w61809ede40503 */

#pgc-w61809ede40503-0-0 {
    width: 100%;
    width: calc(100% - ( 0 * 30px))
}

#pl-w61809ede40503 .so-panel,
#pl-w61809ede40503 .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-w61809ede40503-0.panel-has-style > .panel-row-style,
#pg-w61809ede40503-0.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pgc-w61809ede40503-0-0 {
    align-self: auto
}

@media (max-width: 780px) {
    #pg-w61809ede40503-0.panel-no-style,
    #pg-w61809ede40503-0.panel-has-style > .panel-row-style,
    #pg-w61809ede40503-0 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pg-w61809ede40503-0 > .panel-grid-cell,
    #pg-w61809ede40503-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }
    #pl-w61809ede40503 .panel-grid-cell {
        padding: 0
    }
    #pl-w61809ede40503 .panel-grid .panel-grid-cell-empty {
        display: none
    }
    #pl-w61809ede40503 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}
/* Layout w66038e440952d */

#pgc-w66038e440952d-0-0,
#pgc-w66038e440952d-1-0,
#pgc-w66038e440952d-2-0 {
    width: 100%;
    width: calc(100% - ( 0 * 30px))
}

#pg-w66038e440952d-0,
#pg-w66038e440952d-1,
#pl-w66038e440952d .so-panel,
#pl-w66038e440952d .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-w66038e440952d-0.panel-has-style > .panel-row-style,
#pg-w66038e440952d-0.panel-no-style,
#pg-w66038e440952d-1.panel-has-style > .panel-row-style,
#pg-w66038e440952d-1.panel-no-style,
#pg-w66038e440952d-2.panel-has-style > .panel-row-style,
#pg-w66038e440952d-2.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width: 780px) {
    #pg-w66038e440952d-0.panel-no-style,
    #pg-w66038e440952d-0.panel-has-style > .panel-row-style,
    #pg-w66038e440952d-0,
    #pg-w66038e440952d-1.panel-no-style,
    #pg-w66038e440952d-1.panel-has-style > .panel-row-style,
    #pg-w66038e440952d-1,
    #pg-w66038e440952d-2.panel-no-style,
    #pg-w66038e440952d-2.panel-has-style > .panel-row-style,
    #pg-w66038e440952d-2 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pg-w66038e440952d-0 > .panel-grid-cell,
    #pg-w66038e440952d-0 > .panel-row-style > .panel-grid-cell,
    #pg-w66038e440952d-1 > .panel-grid-cell,
    #pg-w66038e440952d-1 > .panel-row-style > .panel-grid-cell,
    #pg-w66038e440952d-2 > .panel-grid-cell,
    #pg-w66038e440952d-2 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }
    #pl-w66038e440952d .panel-grid-cell {
        padding: 0
    }
    #pl-w66038e440952d .panel-grid .panel-grid-cell-empty {
        display: none
    }
    #pl-w66038e440952d .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}
@media only screen and (max-width: 767px) {
    body.metaslider-plugin:after {
        display: none;
        content: "smartphone";
    }
    .hide-arrows-smartphone .flex-direction-nav,
    .hide-navigation-smartphone .flex-control-paging,
    .hide-navigation-smartphone .flex-control-nav,
    .hide-navigation-smartphone .filmstrip,
    .hide-slideshow-smartphone,
    .metaslider-hidden-content.hide-smartphone {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body.metaslider-plugin:after {
        display: none;
        content: "tablet";
    }
    .hide-arrows-tablet .flex-direction-nav,
    .hide-navigation-tablet .flex-control-paging,
    .hide-navigation-tablet .flex-control-nav,
    .hide-navigation-tablet .filmstrip,
    .hide-slideshow-tablet,
    .metaslider-hidden-content.hide-tablet {
        display: none!important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    body.metaslider-plugin:after {
        display: none;
        content: "laptop";
    }
    .hide-arrows-laptop .flex-direction-nav,
    .hide-navigation-laptop .flex-control-paging,
    .hide-navigation-laptop .flex-control-nav,
    .hide-navigation-laptop .filmstrip,
    .hide-slideshow-laptop,
    .metaslider-hidden-content.hide-laptop {
        display: none!important;
    }
}

@media only screen and (min-width: 1440px) {
    body.metaslider-plugin:after {
        display: none;
        content: "desktop";
    }
    .hide-arrows-desktop .flex-direction-nav,
    .hide-navigation-desktop .flex-control-paging,
    .hide-navigation-desktop .flex-control-nav,
    .hide-navigation-desktop .filmstrip,
    .hide-slideshow-desktop,
    .metaslider-hidden-content.hide-desktop {
        display: none!important;
    }
}
table th, table td, table, table tr
 {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.lexus-showroom-info {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.lexus-showroom-info .lexus-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.lexus-showroom-info .lexus-item {
    margin-bottom: 8px;
    line-height: 1.6;
}

.lexus-showroom-info a {
    color: #007bff;
    text-decoration: none;
}

.lexus-showroom-info a:hover {
    text-decoration: underline;
}
.content_page ul, .textwidget ul {
    list-style-type: disc;
    margin: 20px;
}
.textwidget img {
    max-width: 700px;
}
.textwidget h3, .content_page .page h3 {
    font-size: 25px;
    padding: 20px 0px;
}