@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,800');

html{
	margin:0px !important;
	padding:0px !important;
}
ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
a, a:hover{
	text-decoration: none !important;
}
a:hover{
	color: red;
}
:hover,:focus{
	outline: none !important;
}
p:empty{
	display: none;
}
body{
	font-family: kozuka_regular;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0em;
	color: #000;
	position: relative;
	overflow-x: hidden;
}
.container{
	max-width: 1200px ;
	margin:0px auto;
	width: 100%;
}
@font-face{
	font-family: kozuka_regular;
	src:url(../fonts/KozGoPro-Regular.otf);
}
@font-face{
	font-family: kozuka_bold;
	src:url(../fonts/KozGoPro-Bold.otf);
}
img{
	max-width: 100%;
	height: auto;
}
[class*="col-"]{
	padding:0px 10px;
}
.thumbnail{
	overflow: hidden;
	padding: 0px;
	border: none;
	background-size: cover !important;
	background-repeat:no-repeat !important;
	border-radius: 0px;
	margin:0px;
	position: relative;
}
input:focus::-webkit-input-placeholder , textarea:focus::-webkit-input-placeholder {
	color:transparent;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}



.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* MENU MOBILE*/
.icon_mobile_click {
	margin: 0px;
	cursor: pointer;
	z-index: 99;
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.icon_mobile_click i.fa{
	font-size: 30px;
	color: #3faf40;
}
.top_header{
	position: relative;
	background: none;
	display: table;
	width: 100%;
}
.top_header  .logo_site{
	display: table;
	margin: 49px 0px 0px 80px;
	float: left;
}
.home .top_header  .logo_site{
	margin: 70px 0px 50px 80px;
}
.tg_slide .flexslider{
	margin:0px !important;
}
#page_wrapper{
	transition: all 0.3s;
}
#menu_mobile_full{
	position: fixed;
	top: 0;
	bottom: 0;
	width:260px;
	left:-260px;
	background-color: #3faf40;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	z-index: 9999999;
	border-right: 1px solid #fff;
	overflow:auto;
}
.bg_opacity{
	position: fixed;
	width: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	bottom: 0;
	z-index: 999999;
	display: none;
}
.menu_hidden{
	z-index: -1;
	left: -260px;
}
.menu_show{
	z-index: 9999999;
}
#menu_mobile_full .close_menu {
	padding: 10px;
	font-size: 20px;
	text-align: right;
	color: #fff;
	background: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	background: #3faf40;
	display: none;
	cursor: pointer;
	top: 0px;
	border: 1px solid #fff;
	z-index: 999;
}
#menu_mobile_full .mobile-menu {
	margin: 55px 0px 0px 0px;
}
#menu_mobile_full ul li:not(.menu-item-has-children){
	padding:0px;
}
#menu_mobile_full ul.menu>li:not(.menu-item-has-children)>a{
	padding: 15px 0px 15px 10px;
	display: block;
}
#menu_mobile_full ul li{
	width: 100%;
	display: block;
}
#menu_mobile_full ul li{
	position: relative;
	padding: 15px 0px 15px 10px;
	border-bottom: 1px solid #fff;
}
#menu_mobile_full ul li a{
	color: #fff;
	text-transform: uppercase;
}
#menu_mobile_full ul li a:hover{
	text-decoration: none;
	background:none;
}
#menu_mobile_full li span{
	margin:0px 0px 0px 10px;
}
#menu_mobile_full .sub-menu{
	display: none;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #fff;
	margin: 10px 0px 0px 0px;
}
#menu_mobile_full .sub-menu li{
	padding:15px 0px 15px 15px;
}
#menu_mobile_full .sub-menu li:last-child{
	border-bottom: none;
}
#menu_mobile_full .sub-menu>li>a{
	font-size: 14px;
	text-transform: none;
	display: block;
	padding:10px 0px 10px 10px;
}
#menu_mobile_full .sub-menu>li:last-child>a{
	padding:10px 0px 0px 10px;
}
.editBefore_mobile::before {
	content: "-" !important;
}
#menu_mobile_full li.menu-item-has-children::before{
	content: "+";
	position: absolute;
	right: 10px;
	top: 15px;
	color: #fff;
}

/* POPUP */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0,0,0,0.7);
	font-size: 15px;
	display: none;
	overflow: auto;
}
.popup .content_popup {
	position: relative;
	margin: 100px auto 0px auto;
	z-index: 9;
	width: 80%;
	text-align: center;
	transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	max-width: 300px;
	background: #fff;
	padding: 0px 0px 0px 0px;
	max-width: 600px;
	width: 100%;
	border-radius: 5px;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
.popup .content_popup .title {
	font-size: 18px;
	background: url(images/icon_noice.png) top center no-repeat;
	padding-top: 70px;
	margin-bottom: 15px;
}
.popup .close_popup {
	font-size: 14px;
	cursor: pointer;
	color: #fff;
    /* background: #ddba76;
    */
    padding: 7px 15px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    clear: both;
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 20px;
}
.commit_popup{
	background: #ffe6e6;
	border: dashed 1px #ffa7a7;
	padding: 15px;
	text-align: center;
	margin: 15px;
	display: none;
}
.commit_popup h3{
	font-size: 20px;
	margin: 0px;
}
.commit_popup span{
	color: red;
	font-size: 20px;
}
.commit_popup p{
	margin: 10px 0px 0px 0px;
	font-style: italic;
	font-size: 18px;
}
.content_popup h2{
	font-size: 22px;
	text-transform: uppercase;
	background: #3faf40;
	padding: 12px 0px 10px 0px;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	margin: 0px;
}
.popup label {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	text-align: left;
}
.popup .form-control {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.popup .form-group{
	margin:15px 0px 0px 0px;
}
.mabaove .img_mabv{
	float:left;
}
.mabaove input[type="text"]{
	float: left;
	width: initial;
	min-width: 185px;
	line-height: 10px;
	height: 30px;
	margin: 5px 10px 0px 0px;
}
.mabaove a.refresh{
	float: left;
	margin: 5px 0px 0px 20px;
}

.popup button[type*="submit"]:hover{
	background:#1eaab8;
}
@-webkit-keyframes animatetop {
	from {
		top:-300px;
		opacity:0
	}
	to {
		top:0;
		opacity:1
	}
}
@keyframes animatetop {
	from {
		top:-300px;
		opacity:0
	}
	to {
		top:0;
		opacity:1
	}
}
/* end include*/
.nav_phone_area{
	float:right;   
}

.phone_hd{
	background: none;
	padding: 0px;
	text-align: center;
	margin: 0px 0px 0px 130px;
}
.web_link{
	background: #fff;
	padding: 19px 15px 18px 15px;
	text-align: center;
	margin: 0px 0px 0px 3px;
}
.web_link p{
	margin: 5px 0px 0px 0px;
}
[class*="phone_hd"] h4{
	margin: 0px 0px 0px 0px;
	text-align: left;
}
[class*="phone_hd"] h4 a{
	color:#000;
	font-weight: 700;
}
.home header{
	background: url(../images/bg_header_index.png) top center  no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	padding: 0px 0px 130px 0px;
}
.middle_header [class*="col-"]{
	padding:0px;
}
.nav_primary{
	margin: 95px 60px 0px 0px;
}
.nav_primary ul li {
	float:left;
	position: relative;
}
.nav_primary ul li.menu-item-has-children::before{
	content: "\f107" !important;
	font: normal normal normal 14px/1 FontAwesome !important;
	position: absolute;
	right: 5px;
	top: 18px;
	color: #fff;
	font-size: 11px !important;
}
.nav_primary ul>li>a{
	display: inline-block;
	padding: 0px;
	color: #000;
	font-weight: 700;
	transition: all 0.3s;
	font-size: 16px;
	text-transform: initial;
	margin: 0px 35px;
	position: relative;
	text-align: center;
	font-family: kozuka_bold;
}
.nav_primary ul>li>a span{
	display: block;
	font-weight: normal;
	font-size: 12px;
	font-family: kozuka_regular;
	margin: 3px 0px 0px 0px;
}
.nav_primary ul.menu>li>a:hover{
	color:#d13631;
}
.nav_primary ul.menu>li>a::before{
	content:url(../images/paint_red.png);
	position: absolute;
	top: -37px;
	left: 0px;
	opacity: 0;
	right: 0px;
	margin: 0px auto;
	text-align: center;
	transition: all 0.3s linear;
}
.nav_primary ul>li>a:hover::before{
	opacity: 1;
}
.nav_primary ul>li>ul.sub-menu{
	position: absolute;
	width: 180px;
	background: #d6d6d6;
	border-top: 1px solid #fff;
	top: 75px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	left: -20px;
}
.nav_primary ul>li>ul.sub-menu::before{
	width: 100%;
	content:"";
	position: absolute;
	height: 10px;
	top:-10px;
}
.nav_primary ul>li:hover>ul.sub-menu{
	top:46px;
	visibility: visible;
	opacity: 1;
}
.nav_primary ul>li>ul.sub-menu>li>a{
	font-size: 13px;
	text-transform: none;
	display: block;
	border-bottom: 1px solid #fff;
	line-height: 19px;
	font-weight: normal;
	padding: 10px 18px;
	margin: 0px;
	text-align: left;
}
.nav_primary ul>li>ul.sub-menu>li:last-child>a{
	border-bottom: none;
}
.nav_primary ul>li>ul.sub-menu>li{
	float:none;
}
.nav_primary ul>li>ul.sub-menu>li>a:hover{
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0px;
}
article.post{
	clear:both;
}

#content{
	clear: both;
}
.scrolltop {
	bottom: 20px;
	position: fixed;
	right: -40px;
	transition: all 0.3s;
	z-index: 500;
	cursor: pointer;
	max-width: 40px;
	left: initial;
	z-index: 999;
}
.scrolltop i.fa{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #d13631;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}
.scrolltop i.fa:hover{
	background: #4d464f;
}
.go_scrolltop{
	right: 20px;
}
.home .textwidget p{
	font-size: 16px;
	line-height: 25px;
}


[id*="pg-"], [id*="pl-"] .so-panel , [id*="pgc-"]{
	margin:0px !important;
} 
.online_reser{
	display: table;
	margin: 40px auto 0px auto;
	width: 100%;
	max-width: 570px;
}
.online_reser a {
	display: block;
	background: #171717;
	color:#fff;
	padding:20px 0px;
	border-radius: 5px;
	position: relative;
}
.online_reser a::before{
	content:"\f105";
	position: absolute;
	font:normal normal normal 14px/1 FontAwesome;
	color:#fff;
	font-size: 30px;
	right: 30px;
	top: 17px;
}
.visit_facebook h3.widget-title {
	text-align: center;
}
.visit_facebook  .textwidget{
	text-align: center;
	border-top: 1px solid #000;
	display: table;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #000;
}
.form_dangky_en [class*="col-"]{
	margin:0px 0px 20px 0px;
}
.form_dangky_en  textarea {
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #929292;
	height: 150px;
	resize: none;
}
.form_dangky_en  input, .form_dangky_en select {
	width: 100%;
	padding: 12px 10px;
	border: none;
}
.form_dangky_en input[type="submit"]{
	background-image: linear-gradient(to left, #6fb301 0%, #6fb301 50%, #d2f69a 50%, #6fb301);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all 0.3s;
	color:#fff;
	text-transform: uppercase;
	font-size: 16px;
}
.form_dangky_en input[type="submit"]:hover{
	background-position: 0 0;
}
.footer{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-top:2px solid #ccc;
	width: 100%;
	display: table;
	padding: 50px 0px 15em 0px;
	margin: 6em 0em 0em 0em;
	border-bottom: 10px solid #d13631;
	position: relative;
}
.footer .heateor_sss_horizontal_sharing{
	display: none;
}
.footer .panel-layout>.panel-grid:nth-child(1)>.panel-grid-cell:nth-child(2) .aio_catlist li {
	float:left;
	margin: 0px 0px 10px 0px;
	width: 45%;
	padding: 0px 10px 0px 0px;
}
.footer .scrolltop{
	position: absolute;
	max-width: 1150px;
	height: 10px;
	display: table;
	margin: 0px auto;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}
.footer .scrolltop::before{
	content:url(../images/top.png);
	position: absolute;
	bottom: -5px;
	right: 0px;
}
.footer .social_ft{
	margin:20px 0px 0px 0px;
	float: right;
}

.footer .social_ft li i.fa {
	color:#000;
	font-size: 25px;
}
.footer p{
	margin:0px;
	padding: 0px;
	font-size: 13px !important;
}
.ajax-loader{
	display: table !important;
	margin:0px auto !important;
}
.wrap_list_group{
	display: table;
	margin: 0px auto;
	max-width: 600px;
}
div.wpcf7-response-output{
	clear: both;
	color:#000 !important;
	text-align: center;
}

.list_post_item_index .thumbnail {
	margin: 0px 30px 0px 0px;
	max-width: 100%;
	width: 100%;
	margin: 0px 20px 0px 0px;
	height: 260px;
}
.list_post_item_index .post_wrapper_content h2{
	margin:0px 0px 40px 0px;
}
.list_post_item_index .post_wrapper_content h2 a {
	font-size: 26px;
	line-height: 35px;
	color:#000;
	font-weight: 700;
	position: relative;
	padding:0px 0px 0px 30px;
}
.list_post_item_index .post_wrapper_content h2 a::before{
	content:url(../images/thungsonden.png);
	position: absolute;
	top: 2px;
	left: -2px;
}
.list_post_item_index .post_wrapper_content{
	border:1px solid #ccc;
	border-top:none;
	padding:20px;
	height: 520px;
	box-shadow: 0px 3px 2px #ccc;
	text-align: center;
}
.list_post_item_index .post_wrapper_content .excerpt p{
	font-size: 18px;
	line-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
}
.list_post_index {
	margin: 40px 0px 0px 0px;
}
.partners{
	max-width: 970px;
	margin:100px auto 100px auto;
	display: table;
	width: 100%;
}
.partners ul>li:nth-child(3n+1){
	clear: both;
	margin: 0px 0px 20px 0px;
}
.partners ul>li figure{
	border:1px solid #ccc;
	height: 95px;
	position: relative;
	overflow:hidden;
	display: table;
	width: 100%;
	max-width: 100%;
}
.partners ul>li figure img{
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.copyright {
	text-align: right;
}
.footer .widget_listcategorypostswidget h3.widget-title{
	border-bottom: 1px solid #000;
	margin: 0px 0px 23px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.footer .widget_listcategorypostswidget h3.widget-title::before{
	position: absolute;
	content:"\f105";
	font:normal normal normal 14px/1 FontAwesome;
	color: #fff;
	width: 20px;
	height: 20px;
	right: 0px;
	top:0px;
	border-radius: 50%;
	border:1px solid #000;
	text-align: center;
	font-weight: 700;
	line-height: 17px;
	background: #000;
	font-size: 18px;
}
[class*="phone_hd"] p{
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	margin: 0px;
}
[class*="phone_hd"] h4 a{
	font-size: 40px;
	color:#d13631;
	font-weight: 700;
	font-family: Arial;
}
.btn_ct a{
	background:#171717;
	color:#ffffff;
	padding:10px 0px;
	max-width: 275px;
	width: 100%;
	display: block;
	margin:20px 0px 0px 0px;
}
.list_post_rand ul li{
	border-bottom: 1px dotted #ccc;
	padding:10px 0px;
	display: table;
	width: 100%;
	text-align: center;
}
.list_post_rand h3 {
	text-align: center;
	position: relative;
	font-size: 36px;
	color: #005396;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 1em 0px;
}
.list_post_rand ul li h4{
	display: table;
	margin: 5px 0px 0px 0px;
}
.list_post_rand ul li .date{
	float:left;
	margin: 3px 0px 0px 0px;
}
.list_post_rand ul li .date span{
	font-size: 18px;
	font-family: meriyo_bold;
	color: #747474;
}
.list_post_rand ul li .cat_list_index{
	float:left;
	margin: 0px 20px 0px;
}
.list_post_rand ul li .cat_list_index p{
	margin:0px;
	background: #000000;
	color:#fff;
	padding: 6px 25px;
	border-radius: 0px;
	font-family: meriyo_bold;
	min-width: 140px;
	text-align: center;
}
[class*="phone_hd"] .mail_hd a{
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
	padding: 0px 0px 0px 20px;
	color: #000;
}
[class*="phone_hd"] .mail_hd a::before{
	content:"\f0e0";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0px;
	top: 3px;
}
.footer .aio_catlist li a{
	font-size: 16px;
	line-height: 25px;
	color: #000;
}
.footer .aio_catlist li a:hover{
	color:red;
}
.footer .aio_catlist li{
	margin: 0px 0px 6px 0px;
}
.footer .panel-layout .panel-layout>.panel-grid{
	margin:0px 0px 30px 0px !important;
}
/* RESPONSIVE */
.home .phone_hd_single{
	display: none;
}
.phone_hd_single{
	float:left;
	margin: 61px 0px 0px 20px;
}
.phone_hd_single .textwiget{
	float:left;
	margin: 0px 20px 0px 0px;
}
.phone_hd_single .btn_ct {
	float:left;
}
.phone_hd_single .btn_ct a{
	padding: 16px 50px;
}
/* BREADCRUMB */ 
.breadcrumb{
	padding: 0px;
	background: none;
	margin: 0px;
	max-width: 1200px;
	display: table;
	width: 100%;
}
.breadcrumb ul{
	display: block;
	margin:0px auto;
	text-align: left;
}
.breadcrumb li{
	display: inline;
	line-height: 23px;
	font-weight: 700;
}

.breadcrumb ul li::after{
	content: "\f101";
	margin: 0px 5px 0px 5px;
	font:normal normal normal 14px/1 FontAwesome;
	position: relative;
	top: -1px;
	font-size: 11px;
}
.breadcrumb ul li:last-child::after{
	content:"";
}

.breadcrumb ul li a {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color:#000;
	position: relative;
}
.breadcrumb ul li a::before{
	width: 100%;
	content:"";
	height: 1px;
	background: #000;
	position: absolute;
	bottom:2px;
}
.breadcrumb ul li span{
	font-size: 15px;
	color: #000;
	line-height: 22px;
}
.breadcrumb ul li:last-child{
	font-weight: normal;
	font-size: 14px;
	color: #5d5d5d;
}
.single-post .g_content .container{
	max-width: 1170px;
}
/* END BREADCRUMB */ 
.single_post_info h2 a{
	font-size: 24px;
	color:#000;
	line-height: 33px;
	font-weight: 700;
	font-family: kozuka_bold;
}
.single_post_info h2{
	margin: 0px 0px 5px 0px;
}
.single_post_info{
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 40px 0px;
}
.single-post .g_content{
	margin:30px 0px 0px 0px;
}
.single-post .text_content p{
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
}
.single-post .text_content table tr , .single-post .text_content table td{
	padding:10px;
	border:1px solid #ccc;
	font-size: 14px;
	line-height: 22px;
}
.single-post .text_content table td p{
	font-size: 14px;
	line-height: 22px;
}
.single-post .text_content table{
	width: 100% !important;
	margin: 20px 0px 20px 0px;
	box-shadow: 0px 0px 10px #ccc;
	height: initial !important;
}
.single-post .text_content table.no_bord{
	box-shadow: none;
}
.single-post .text_content table.no_bord tr, .single-post .text_content table.no_bord td{
	border:none;
	padding:5px; 
}
.sidebar .widget_listcategorypostswidget h3.widget-title , .sidebar .translate_site h3.widget-title{
	background:#f1efef;
	border-bottom: 0px;
	margin: 0px;
	padding: 10px 10px 10px 13px;
	font-size: 15px;
	font-family: kozuka_bold;
}
.sidebar .translate_site .textwidget {
	padding:20px;
}
.sidebar .translate_site .textwidget select {
	padding: 8px;
	/* height: 30px; */
	font-size: 14px;
	color: #000;
	width: 100%;
	border-radius: 0px;
	font-family: Arial;
	height: 36px;
}

.sidebar .widget_listcategorypostswidget .aio_catlist{
	padding: 0px 15px 0px 15px;
}
.sidebar .widget_listcategorypostswidget .aio_catlist li{
	padding:15px 0px 15px 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.sidebar .widget_listcategorypostswidget .aio_catlist li::before{
	content:"\f0da";
	font:normal normal normal 14px/1 FontAwesome;
	position: absolute;
	color:#999999;
	top: 50%;
	left: 0px;
	margin: -7px 0px 0px 0px;
}
.sidebar .widget_listcategorypostswidget .aio_catlist>li:last-child{
	border-bottom: none;
}
.sidebar .widget_listcategorypostswidget .aio_catlist li a{
	font-size: 12px;
	color:#999999;
	font-weight: 700;
}
.sidebar .widget_listcategorypostswidget .aio_catlist li:hover a , .sidebar .widget_listcategorypostswidget .aio_catlist li:hover::before{
	color:#000;
}
.widget_area{
	border:1px solid #ccc;
	margin: 0px 0px 25px 0px;
}
.widget_area p{
	margin:0px;
}
.single-post .content_left{
	width: 79%;
}
.single-post .sidebar {
	width: 20%;
	float:right;
}
.title_no_bg {
	border:none !important;
}
.title_no_bg  h3.widget-title{
	text-align: center;
	font-size: 14px;
}
.tb_access>tbody>tr:nth-child(2n+1){
	background:#f1efef;
}
.tb_access>tbody>tr td a , .single_interview .textwidget a{
	color:#000;
	position: relative;
}
.tb_access>tbody>tr td a::before, .single_interview .textwidget a::before{
	width: 100%;
	content:"";
	position: absolute;
	height: 1px;
	background:#000;
	bottom:0px;
}
.content_single_post .text_content div.heateor_sss_horizontal_sharing li{
	width: initial !important;
	margin:0px 10px 0px 0px !important;
}
iframe{
	width: 100% !important;
	max-width: 100% !important;
}
.ichiban_binhduong table{
	margin:0px 0px 20px 0px !important;
}
.ichiban_binhduong table tbody>tr>td:nth-child(1){
	font-weight: 700;
}
.ichiban_binhduong table tbody>tr:nth-child(2n+1){
	background: #f1f1f1;
}
.mess_president .textwidget p{
	font-size: 15px;
	line-height: 24px;
}
.mess_president .textwidget h3{
	font-family:kozuka_bold;
	font-size: 18px;
	margin:0px 0px 20px 0px;
}
#pl-118 .box_sd {
	box-shadow: 0px 0px 10px #ccc;
	padding:30px 50px;
	margin:0px 0px 40px 0px !important;
}
#pl-118 h3.widget-title {
	margin:0px 0px 20px 0px;
	display: table;
	position: relative;
}
#pl-118 h3.widget-title::before , .single_paint1  h3.widget-title::before{
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	background:#000;
	top: 12px;
	left: 0px;
}
#pl-118 h3.widget-title span , .single_paint1  h3.widget-title span{
	position: relative;
	background: #fff;
	padding: 0px 10px 0px 0px;
}
#pl-118 .box_sd .panel-layout>.panel-grid{
	border-bottom: 1px solid #e6e6e6;
	padding:20px 0px;
}
#pl-118 .box_sd .panel-layout>.panel-grid>.panel-grid-cell:nth-child(1)::before{
	content:"\f101";
	font:normal normal normal 14px/1 FontAwesome;
	font-size: 60px;
	/* position: absolute; */
	/* right: 0px; */
	/* top: 50%; */
	/* margin: -40px 0px 0px 0px; */
}
#pl-118 .panel-grid-cell{
	position: relative;
}
#pl-118 .box_sd .panel-layout>.panel-grid:last-child{
	border-bottom: none;
	padding:20px 0px 0px 0px;
}
#pl-118 .box_sd  .box_sd_have_text .panel-layout>.panel-grid {
	border-bottom: none;
	padding:0px;
	margin: 0px 0px 15px 0px !important;
}
#pl-118 .box_sd  .box_sd_have_text .panel-layout>.panel-grid:last-child{
	margin:0px !important;
}
.text_circle_title .textwidget p{
	font-size: 14px;
	line-height: 23px;
}
.text_circle_title .textwidget h3{
	padding: 0px 0px 0px 20px;
	margin:25px 0px;
	font-family: kozuka_bold;
	font-size: 16px;
	position: relative;
}
.text_circle_title .textwidget h3::before{
	content:"";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	left: 0px;
	top: 2px;
}
.text_circle_title .textwidget>h3:first-child{
	margin:0px 0px 20px 0px;
}
.text_circle_title .textwidget>h2{
	font-size: 20px;
	line-height: 30px;
}
.single-post .content_single_post [class*="form_"] {
	margin: 20px 0px;
}
.single-post .content_single_post [class*="form_"] label{
	display: block;
}
.single-post .content_single_post [class*="form_"] textarea , .single-post .content_single_post [class*="form_"] input, 
.single-post .content_single_post [class*="form_"] select{
	width: 100%;
	padding: 10px 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background: none;
}

.single-post .content_single_post [class*="form_"] input[type="submit"]{
	padding: 13px 20px;
	background-image: none;
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all 0.3s;
	color: #fff;
	border-radius: 5px;
	display: table;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	border: none;
	max-width: 200px;
	background: #54b62d;
}
.single-post .content_single_post [class*="form_"]>.col-sm-6:nth-child(2n+1){
	clear: both;
}
div.wpcf7-response-output{
	margin:10px auto !important ;
	text-align: center !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border:2px solid red !important;
}
.form_dangkydonhang_en{
	box-shadow: 0px 0px 10px #ccc;
	padding: 30px;
}
.form_dangkydonhang_en .textwidget{
	text-align: center; 
}
.form_dangkydonhang_en .textwidget b {
	font-size: 18px;
	color:#54b62d;
	font-family: kozuka_bold;
	margin: 0px auto 10px auto;
	display: table;
}
.form_dangkydonhang_en .textwidget p{
	font-size: 14px;
	line-height: 22px;
	font-family: kozuka_bold;
}
.form_dangkydonhang_en .textwidget{
	border-bottom: 1px solid #ccc;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
}
.single_chandoan  .textwidget h3{
	font-size: 18px;
	font-family: kozuka_bold;
	line-height: 27px;
}
.single_chandoan  .textwidget p{
	font-size: 14px;
	line-height: 22px;
}
.single_chandoan  .textwidget h4{
	font-size: 14px;
	line-height: 22px;
	font-family: kozuka_bold;
	margin: 30px 0px 15px 0px;
}
.single_interview table tbody>tr:nth-child(2n+1) {
	background: #f1efef;
}
.single_faq .panel-layout>.panel-grid .textwidget{
	display: none;
	background: #fff;
	padding: 15px 15px 15px 66px;
	position: relative;
}
.single_faq .panel-layout>.panel-grid .textwidget::before{
	content: "A.";
	position: absolute;
	top: 21px;
	left: 25px;
	font-size: 21px;
	font-family: kozuka_bold;
}
.single_faq .panel-layout>.panel-grid:nth-child(1) .textwidget{
	display: block;
}
.single_faq .panel-layout>.panel-grid h3.widget-title{
	background: #f1efef;
	padding: 10px 10px 10px 60px;
	border-left:4px solid #f1efef;
	position: relative;
	font-size: 14px;
	font-family: kozuka_bold;
	line-height: 23px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.single_faq .panel-layout>.panel-grid.pn_active h3.widget-title{
	border-left:4px solid #000;
}
.single_faq .panel-layout>.panel-grid:last-child h3.widget-title{border-bottom: none;}
.single_faq .panel-layout>.panel-grid h3.widget-title::after{
	content:"\f0d7";
	font:normal normal normal 14px/1 FontAwesome;
	color:#333333;
	font-size: 20px;
	position: absolute;
	top: 12px;
	right: 20px;
}

.single_faq .panel-layout>.panel-grid.pn_active h3.widget-title::after{
	content:"\f0d8" !important;
}
.single_faq .panel-layout>.panel-grid h3.widget-title::before{
	content:"Q.";
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 21px;
	font-family: kozuka_bold;
}
.single_faq .panel-layout{
	box-shadow: 0px 0px 10px #ccc;
	padding: 0px;
	background: #f1efef;
	margin: 0px 0px 20px 0px;
}
.single_troub_invn h3 {
	font-size: 18px;
	line-height: 27px;
	font-family: kozuka_bold;
}
.single_troub_invn table{
	box-shadow: none;
}
.single_troub_invn table tbody>tr:nth-child(1){
	background:#98c7e8 !important;
}
.single_troub_invn table tbody>tr:nth-child(1) td{
	font-family: kozuka_bold;
}
.single_troub_invn table tbody>tr td{
	font-size: 14px;
	line-height: 23px;
}
.single_troub_invn table tbody>tr>td:nth-child(1), .single_troub_invn table tbody>tr>td:nth-child(2){
	width: 25%;
}
.single_troub_invn table tbody>tr:nth-child(2n+1){
	background: #f1efef;
}
.hbar_single_wtf{
	font-size: 18px;
	line-height: 29px;
	margin:0px 0px 30px 0px !important;
}
.single_featured1  h3.widget-title{
	margin: 0px 0px 20px 0px;
	display: table;
	position: relative;
	width: 100%;
}
.single_featured1  h3.widget-title span {
	position: relative;
	background: #fff;
	padding: 0px 10px 0px 0px;
	font-family: kozuka_bold;
}
.single_featured1 h3.widget-title::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	top: 12px;
	left: 0px;
}
.single_featured1 .textwidget p{
	font-size: 14px;
	line-height: 23px;
}
.single_featured1 .textwidget h4{
	font-family: kozuka_bold;
	font-size: 18px;
	line-height: 27px;
	margin:20px 0px 20px 0px;
}
.single_featured1 .textwidget>h4:first-child{
	margin:0px 0px 20px 0px;
}
.pn_boxsd {
	box-shadow: 0px 0px 10px #ccc;
	padding:20px 30px;
	margin:0px 0px 40px 0px !important;
}
.pn_boxsd .panel-layout>.panel-grid:nth-child(1) {
	margin:0px 0px 20px 0px !important;
}
.single_featured2 table tbody tr>td:nth-child(1){
	vertical-align: middle;
	font-family: kozuka_bold;
	text-align: center;
}
.single_featured2 table tbody>tr:nth-child(2n+1){
	background: #f3f3f3;
}
.single_featured2 table tbody tr td figure{
	float: none;
	margin:0px 20px 20px 0px;
	display: inline-block;
}
.single_featured2 table tbody tr>td:nth-child(1){
	width: 22%;
}
.single_featured2 table tbody tr>td:nth-child(2) strong{
	display: block;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height: 23px;
}
.single_featured2  h3 span{
	position: relative;
	background: #fff;
	padding: 0px 10px 0px 0px;
	font-family: kozuka_bold;
}
.single_featured2 h3.widget-title::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	top: 12px;
	left: 0px;
}
.single_featured2 h3.widget-title {
	margin: 0px 0px 20px 0px;
	display: table;
	width: 100%;
	position: relative;
}
.single_featured2 .panel-layout>.panel-grid{
	margin:0px 0px 30px 0px !important;
}
table{
	max-width: 100% !important;
}  
.pn_boxsd_singleft3 {
	box-shadow: 0px 0px 10px #ccc;
}
.pn_boxsd_singleft3 .panel-layout>.panel-grid>.panel-grid-cell{
	padding: 0px;
} 
.pn_boxsd_singleft3 .panel-layout>.panel-grid>.panel-grid-cell .textwidget{
	max-width: 210px;
	width: 100%;
	text-align: left;
	margin: 20px auto;
	display: table;
}
.pn_boxsd_singleft3 .panel-layout>.panel-grid>.panel-grid-cell .textwidget p{
	font-size: 13px;
	line-height: 23px;
}
.pn_boxsd_singleft3 .panel-layout>.panel-grid>.panel-grid-cell .textwidget figure{
	margin:0px 0px 20px 0px;
	text-align: center;
}
.pn_boxsd_singleft3 .panel-layout>.panel-grid>.panel-grid-cell {
	width: 33.33% !important;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-height: 470px;
}
.pn_boxsd_singleft3.fix_mh .panel-layout>.panel-grid>.panel-grid-cell{
	min-height: initial;
}
.single_featured3  h3.widget-title{
	margin:25px 0px;
	font-size: 14px;
	line-height: 23px;
}
#step_page{
	padding: 0px 0px 0px 13em;
	margin: 8em 0em 0em 0em;
}
#step_page h3.widget-title{
	font-size: 35px;
	line-height: 45px;
	margin: 4px 0px 30px 0px;
	color:#d13631;
	font-family: kozuka_bold;
}
#step_page .textwidget p{
	font-size: 22px;
	line-height: 26px;
}
#step_page .textwidget figure{
	margin: 0px 0px 20px 0px;
}
#step_page .textwidget{
	text-align: center;
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid {
	position: relative;
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid::before{
	width: 1px;
	height: 95%;
	content:"";
	position: absolute;
	background:red;
	top: 8px;
	left: -80px;
	z-index: -1;
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid::after{
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 7px solid red;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: 0px;
	left: -84px;
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid:last-child::after{
	display: none;
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid>.panel-grid-cell::before{
	width: 50px;
	height: 50px;
	background: #d13631;
	position: absolute;
	left: -104px;
	top: 0px;
	color: #fff;
	text-align: center;
	line-height: 51px;
	border-radius: 50%;
	font-weight: 700;
	font-size: 30px;
}

#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid{
	margin:0px 0px 30px 0px !important;
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid:nth-child(1)>.panel-grid-cell::before{
	content:"1";
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell::before{
	content:"2";
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid:nth-child(3)>.panel-grid-cell::before{
	content:"3";
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid:nth-child(4)>.panel-grid-cell::before{
	content:"4";
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid:nth-child(5)>.panel-grid-cell::before{
	content:"5";
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid:nth-child(6)>.panel-grid-cell::before{
	content:"6";
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid .panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell{
	position: relative;
}
#step_page>.panel-grid-cell>.so-panel>.container>.panel-layout>.panel-grid .panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell.has_txg+.has_txg::before{
	content:"\f0da";
	position: absolute;
	font:normal normal normal 14px/1 FontAwesome;
	left: -25px;
	top: 40px;
	font-size: 21px;
}
.single_paint1  h3.widget-title{
	margin: 30px 0px 0px 0px;
	display: table;
	position: relative;
	width: 100%;
}
.single_paint1 tbody>tr>td:nth-child(1){
	font-family: kozuka_bold;
	width: 25%;
}
.single_paint1  .tb_threcol_sgpain1 tbody>tr>td:nth-child(2){
	width: 14%;
}
.single_paint2 h2{
	font-size: 18px;
	line-height: 27px;
	font-family: kozuka_bold;
	margin:0px 0px 20px 0px;
}
.single_paint2  h4 , .single_paint6 h4{
	position: relative;
	padding:0px 0px 0px 20px;
	margin:0px 0px 20px 0px;
	font-family: kozuka_bold;
}
.single_paint2  h4::before , .single_paint6 h4::before{
	content:"";
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #000;
	top: 4px;
	left: 0px;
}
.single_paint4  h2{
	font-size: 18px;
	line-height: 27px;
	font-family: kozuka_bold;
	color:#cc0000;
	margin: 0px 0px 20px 0px;
}
[class*="single_paint"] h4{
	font-family: kozuka_bold;
}
.single_paint5 h2 , .single_paint6 h2{
	color:#cc0000;
	font-size: 18px;
	line-height: 27px;
	font-family: kozuka_bold;
	margin: 0px;
}
.single_paint7  .bg_widget_title h3.widget-title{
	background: #98c7e8;
	padding: 10px 10px 10px 20px;
}
.single_paint7  .bg_widget_title{
	border:1px solid #ccc;
	margin:0px 0px 30px 0px !important;
}
.single_paint7  .bg_widget_title h3.widget-title span{
	font-size: 14px;
	font-family:kozuka_bold;
}
.single_paint7  .bg_widget_title .textwidget{
	padding:20px;
}
.single_paint7  .bg_widget_title .textwidget p{
	font-size: 14px;
	line-height: 22px;
	margin: 0px 0px 20px 0px;
}
.single_paint7 .first_textwidget_paint7 .textwidget p{
	font-size: 18px;
	line-height: 27px;
}
.single_paint7 .first_textwidget_paint7 .textwidget  h2{
	font-family: kozuka_bold;
	font-size: 18px;
	line-height: 27px;
	margin: 0px 0px 25px 0px;
}
.single_paint7 .first_textwidget_paint7{
	margin:0px 0px 30px 0px !important;
}
.single_paint7 h3.widget-title {
	font-size: 14px;
	line-height: 22px;
}
.heateor_sss_horizontal_sharing{
	margin:20px 0px 0px 0px;
}
.access_temp a.file_pdf{
	color: #000;
	position: relative;
	font-size: 17px;
	display: table;
	margin:15px 0px;
	line-height: 26px;
}
.access_temp a.file_pdf::before{
	width: 100%;
	content: "";
	position: absolute;
	height: 1px;
	background: #000;
	bottom: 0px;
}
.has_link_to_ct a{
	text-decoration: underline !important;
}
.sidebar .widget_listcategorypostswidget {
	display: none;
}
.single_shanetsu h3{
	border-left: none;
	padding: 0px 0px 5px 0px;
	font-size: 23px;
	margin: 35px 0px 20px 0px;
	font-family: kozuka_bold;
	border-bottom: 1px solid #ccc;
}
.single_shanetsu>h3{
	margin:0px;
}
.my_step_page .sidebar , .my_step_page  .heateor_sss_horizontal_sharing  , .my_step_page .single_post_info{
	display: none;
}
.my_step_page .content_left{
	width: 100%;
}
@media(min-width: 1100px) and (max-width: 1600px){
	.nav_phone_area{
		float:none;
	}
	.nav_primary {
    margin: 30px auto;
    display: table;
    float: none;
    clear: both;
	}
	.home .nav_primary {
		margin: 95px 0px 0px 0px;
		float: right;
		clear: none;
	}
	.phone_hd_single {
    float: right;
    margin: 41px 9em 40px 20px;
	 }
	 .nav_primary ul>li>a{
	 	margin:0px 25px;
	 }
	 .home .nav_primary{
	 	margin:95px 50px 0px 0px;
	 }
}
@media(min-width: 1101px) and (max-width: 1300px){
	.home .top_header .logo_site{
		    margin: 84px 0px 50px 30px;
		    max-width: 200px;
	}
	.phone_hd{
		margin:0px 0px 0px 50px;
	}
}
@media(min-width: 768px) and (max-width: 1100px){
	#introduce {
		padding: 30px 0px;
	}
	.nav_primary{
		display: none;
	}
		.icon_mobile_click{
		display: block;
		top: 24px;
	}
	.phone_hd{
		margin:0px 20px 0px 20px;
	}
	[class*="phone_hd"] h4 a {
		font-size: 28px;
	}
	.home .top_header .logo_site{
		margin:20px 0px 50px 30px;
	}
	.home header{
		padding:0px 0px 50px 0px;
	}
	.list_post_item_index .post_wrapper_content h2 a{
		font-size: 20px;
	}
	.list_post_item_index .post_wrapper_content .excerpt p{
		font-size: 17px;
		line-height: 32px;
	}
	.list_post_item_index .post_wrapper_content{
		height: initial;
	}
	.phone_hd_single{
		float:none;
		clear: both;
		display: table;
		margin:20px auto;
	}
	.top_header .logo_site{
		max-width: 200px;
		display: table;
		margin:30px 0px 0px 30px;
		float: none;
	}
	#menu_mobile_full li span{
		display: none;
	}
}
@media(max-width: 767px){
	.nav_primary{
		display: none;
	}
	#menu_mobile_full li span{
		display: none;
	}
	.icon_mobile_click{
		display: block;
		top: 24px;
	}
	.home .top_header .logo_site {
		margin: 20px 0px 30px 10px;
		max-width: 170px;
	}
	.phone_hd{
		display: table;
		margin: 0px auto 20px auto;
		background: none;
	}
	[class*="phone_hd"] h4{
		text-align: center;
		margin: 7px 0px;
	}
	[class*="phone_hd"] p{
		text-align: center;
	}
	[class*="phone_hd"] h4 a{
		font-size: 29px;
	}
	.home header{
		padding:0px;
	}
	.list_post_index {
		padding:0px;
	}
	.list_post_item_index .post_wrapper_content{
		height: initial;
	}
	.list_post_item_index {
		margin:0px 0px 30px 0px;
	}
	.list_post_item_index .post_wrapper_content h2 {
		margin: 0px 0px 20px 0px;
	}
	.list_post_item_index .post_wrapper_content h2 a{
		font-size: 18px;
		line-height: 29px;
	}
	.list_post_item_index .post_wrapper_content h2 a::before{
		top:-3px;
	}
	.list_post_item_index .post_wrapper_content .excerpt p{
		font-size: 16px;
		line-height: 27px;
	}
	.partners{
		margin:20px auto 40px auto;
	}
	.list_post_rand ul li .date{
		float:none;
	}
	.list_post_rand ul li .cat_list_index{
		float:none;
		margin: 10px auto;
		display: table;
	}
	.list_post_rand ul li h4{
		text-align: center;
		display: block;
	}
	.footer{
		margin:4em 0em 0em 0em;
		padding:50px 0px 10em 0px;
	}
	.footer .panel-layout>.panel-grid>.panel-grid-cell{
		margin:0px 0px 25px 0px !important;
	}
	.footer .panel-layout .panel-layout>.panel-grid{
		margin:0px !important;
	}
	.sidebar{
		display: none;
	}
	.top_header .logo_site{
		float:none;
		display: table;
		margin:0px auto;
		margin: 20px 0px 30px 10px;
		max-width: 170px;
	}
	.phone_hd_single{
		display: table;
		float:none;
		margin:20px auto;
	}
	.phone_hd_single .textwiget{
		float:none;
		margin:0px auto;
	}
	.phone_hd_single .btn_ct{
		float:none;
		display: table;
		margin:0px auto;
	}
	.single-post .content_left{
		width: 100%;
	}
	.single_post_info{
		margin:0px 0px 25px 0px;
	}
	#pl-118 .box_sd{
		padding:20px 15px;
	}
	#pl-118 .box_sd .panel-layout>.panel-grid>.panel-grid-cell:nth-child(1)::before{
		top: initial !important;
		margin: 0px auto;
		bottom: -61px;
		transform: rotate(90deg);
		right: 0px;
		left: 0px;
		height: initial;
		line-height: initial;
		position: absolute;
		display: inline-block;
		text-align: center;
	}
	#pl-118 .box_sd .panel-layout>.panel-grid>.panel-grid-cell{
		margin: 0px 0px 60px 0px !important;
		position: relative;
	}
	#pl-118 .box_sd .panel-layout>.panel-grid>.panel-grid-cell figure{
		text-align: center;
	}
	#pl-118 .box_sd .panel-layout>.panel-grid>.panel-grid-cell:last-child{
		margin: 0px !important;
	}
	.single-post .text_content table.no_bord tr, .single-post .text_content table.no_bord td{
		word-break: break-all;
	}
	.content_single_post figure{
		text-align: center;
	}
	.pn_boxsd_singleft3 .panel-layout>.panel-grid>.panel-grid-cell{
		width: 100% !important;
		min-height: initial;
	}
	.pn_boxsd_singleft3 .panel-layout>.panel-grid>.panel-grid-cell .textwidget{
		max-width: 100%;
		text-align: center;
	}
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	top: 35%;
	position: relative;
	left: 48%;
	z-index: 999999;
}
/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.jconfirm-holder{
	padding-top: 10px !important;
}

