/*
 * |---:[Đoạn này sẽ chứa các đoạn giới thiệu và thông tin về theme, như tên theme (Theme Name), tên tác giả (Theme Author), địa chỉ của tác giả (Author URI),...]:---|
 
 * Theme Name: Chùa Bồ Đề 
 * Description: Đây là một theme đơn giản để thực hành Lập trình theme WordPress
 * Theme URI: nhowvietnam.com
 * Version: 1.0
 * Theme Author: Phật tử chùa bồ đề
 * Author URI: https://chuabode.com.vn/
 * Tags: starter theme, framework theme, two-columns, customize
 * Textdomain: Chua bo de
 */
@media only screen and (max-width: 767px) {
	header {
		background: #5C1207;
	}		
	body {
		font-size:16px!important;
	}
	.vc_row {
		margin: 0!important;
	}	
	.logo img {
		height: 90px;
		width: auto;
	}	
	.logo {
		padding: 0px 0 0 10px;
	}	
	#menu-menu-1 > li > a {
		padding: 10px 0!important;
		display: inline-block;
	}	
	.logo-mobile {
		z-index: 100;
	}
	.but {
		float: right;
		display: inline-block;
		color: #fff;
		padding: 7px 5px;
		font-size: 16px!important;
		width: 30px!important;
		margin-right: 20px;
		margin-top: 10px;
		cursor:pointer;
		z-index:999;
	}	
	.nut {
		display: none!important;
	}
	#menu-menu-1 > li > ul.sub-menu {
		position: relative!important;
	}	
	.bannertop {
		width: 100%;
		height: 100px;
	}	
	.product img {
		height: auto;
	}	
	.thongbao {	
		padding: 20px 0;
	}
}
@media only screen and (min-width: 768px) {
	#menu-menu-1 > li > a {
		line-height: 70px;
	}	
	header {
		background: transparent;
	}	
	.thongbao {
		height: 800px;
		background: url(/wp-content/uploads/bg_thongbao.png) no-repeat;
		background-size: contain;
		padding: 120px 15px 20px 15px;		
	}
	.duan .vc_col-md-3 .wpb_content_element,
	.duan .vc_col-sm-3 .wpb_content_element {
		min-height: 300px;
	}	
	.but {
		display: none!important;	
	}	
	.content {
		margin-top: 0px;
	}	
	#menu-menu-1 > li:hover > ul.sub-menu {
		display: block;
	}	
	#menu-menu-1 > li > a:hover {
		color: #eae062;
	}
	#menu-menu-1 li.current-menu-item a {
		color: #eae062;
	}	
	body {
		font-size: 15px!important;	
	}
	.logo img {
		height: 200px;
		width: auto;
	}	
	.vc_row {
		margin: 0!important;
	}		
	.logo {
		padding: 0 0 0 30px;
	}
	.product img {
		height: 270px;
	}	
	.bannertop {
		width: 100%;
		height: 240px;
	}		
}
@media only screen and (min-width: 992px) {
	.logo img {
		height: 230px;
		width: auto;
	}		
	.thongbao {
		height: 417px;
		background: url(/wp-content/uploads/bg_thongbao.png) -25px 0 no-repeat;
		background-size: cover;		
		padding: 70px 15px 20px 15px;		
	}	
	.product img {
		height: 170px;
	}	
	.logo {
		padding: 0px 0 0 30px;
	}	
	.bannertop {
		width: 1024px;
		height: 240px;
	}	
	.content {
		margin-top: 0;
	}	
	#menu-menu-1 > li:hover > ul.sub-menu {
		display: block;
	}	
	body {
		font-size:15px!important;	
	}
	header {
		position: relative;
		top: 0;
		width: 100%;
		z-index: 10000;
	}	
}
@media only screen and (min-width: 1200px) {
	.bannertop {
		width: 1170px;
		height: 260px;
	}		
}
body {
    font-family: Roboto, Arimo, arial,sans-serif!important;
	color: #000!important;
	overflow-x: hidden;
	background-color: #f2f2f2!important;
}	
label {
	width: 100%!important;
	display: block!important;
	height: 30px;
}
.thongbao {
	margin: 20px 0;
	border: 1px solid #ddd;
	overflow: auto;
}
.container-fluid {
	max-width: 1200px;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none!important;
	color: #722305;
}
ul {
	margin:0;
	padding:0;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
table, table tr, table td {
        border: 1px solid #e7e7e7;
        padding: 8px;
}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
    width: 100% !important;
}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style], .fb_iframe_widget, .fb-page span, .fb-page iframe, .fb-page iframe[style] {
    width: 100% !important;
}
/* header */
.baner {
	margin: 20px 0 0 0;
}
.navbar {
	border-radius: 0!important;
	margin: 0!important;
}
.navbar-collapse {
    border-color: transparent!important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.0)!important;
}	
.navbar-default {
    background-color: #5C1207!important;
	border: none!important;
	z-index: 0;
}
#menu-menu-1 > li > a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
    padding: 0px 18px;
	font-size: 14px;
}
#menu-menu-1 > li > ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
}
ul.sub-menu {
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sub-menu li a {
	color: #333;
	padding: 10px 15px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
ul.sub-menu li a:hover {
	color: #eae062;
}
.nut {
	font-size: 9px;
	padding-left: 8px;
	opacity: 0.8;
	color: (255,255,255,0.8);
}
.copyright {
	color: #fff;
	font-size: 13px;
}
.hotline-fix {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 1000000;
}
.btn-danger {
    background-color: #f3a715!important;
    border-color: #f3a715!important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px!important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}
a[href^=tel]:link, a[href^=tel]:visited, a[href^=tel]:hover, a[href^=tel]:active {
    color: #fff;
}
.flex-prev {
	display: none;
}
#topback {
    position: fixed;
    width: 40px;
	display: none;
    height: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 111111111111110;
    bottom: 40px;
    border-radius: 5px;
}
#topback span {
	display: inline-block;
	font-size: 40px;
	color: #333;
}
.banner .vc_column-inner {
	max-width: 1500px!important;
    padding-left: 0!important;
    padding-right: 0!important;	
}
/* category */
.wrap-td {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
	background: #fff;
}
.wrap-td:hover {
	box-shadow: 0 0 10px #999;
}
.descript {
    margin: 0 0 3px 0!important;
	font-size: 13px;
}
h3.title-cat a {
    color: #2d2d2d;
    text-transform: uppercase;
}
h3.title-cat {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
	line-height: 1.6em;
}
.dat {
    color: #777;
    font-size: 12px;
    margin: 0 0 5px 0;
}
.wrap-cat {
	background: #fff;
}
.wrap-cat h1 {
	font-size: 26px!important;
	font-weight: bold;
	margin: 20px 0 20px 0!important;
	text-align: justify;
	text-transform: uppercase;
}	
/* single */
.wrap-content-single {
	background: #fff;
}
.face-like {
    margin-bottom: 20px;
}
.content-single {
	background: #fff;
	padding: 0;
}
.entry-content {
    margin-top: 20px;	
}
.title-lq {
	color: #333;
	display: inline-block;
	margin: 10px 0;
}
.row-category {
	margin-top: 15px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
.end {
	border-bottom: none!important;	
}
#crumbs {
    background: #fff;
    margin: 20px 0;
    padding: 15px 0;
}
#crumbs i {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
}
#crumbs a {
	color: #293B56;
}
.news {
	background: #fff;
	margin-top: 20px;
}
.news img {
	width: 100%;
	height: auto;
}
h3.widgettitle {
    padding: 5px 10px;
    color: #fff;
    line-height: 26px;
    background: #722305;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
	font-size: 16px;
}
.title-news a {
	color: #333;
	font-weight: bold;
}
h3.widgettitle:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    margin-left: -1px;
}
.pad {
    padding: 0 0 0 15px!important;
}
.ew_heading {
    padding: 5px 10px;
    color: #fff;
    line-height: 26px;
    background: #eae062;
    border-radius: 3px;
    margin-bottom: 5px;
    position: relative;
}
.ew_heading:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    margin-left: -1px;
}
aside img {
	width: 100%;
	height: auto;
}
aside ul {
    padding: 0!important;
    list-style: none;
}
li .name-suport {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #eae062;
	margin-bottom: 10px;
}
.block-suport li {
    padding: 10px 0;
	font-weight: bold;
}
.block-suport ul li span.name-suport:before {
    font-family: 'FontAwesome';
    float: left;
    margin-right: 5px;
	content: '\f007';
}
.block-suport ul li span.phone-suport:before {
    font-family: 'FontAwesome';
    float: left;
    margin-right: 5px;
	content: '\f095';
}
.block-suport ul li .phone-suport, .block-suport ul li .skyper-suport {
    width: 100%;
    font-size: 16px;
    color: #037c07;
}
.block-suport .ew_heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/sp.png);
    width: 100px;
    height: 70px;
}
.top-banner {
    width: 100%;
    min-height: 250px;
    background-position: 50%;
    background-repeat: no-repeat;
    height: calc(100vh - 480px);
    background-size: cover;
    box-sizing: border-box;
    max-height: 250px;
    position: relative;
	background: url(/wp-content/uploads/test-4.jpg);
}
.out-top {
    text-align: center;
    width: 100%;
    padding: 70px 0px;
}
h1.title-page {
	font-size: 35px;
	color: #333;
	margin: 15px 0;
	font-weight: 500;
}
.bannertop {
    margin: 0 auto;
    background: url(/wp-content/uploads/banner-chua-phap-van-2019.jpg) no-repeat;
	background-size: cover;
}
/* slide */
.flexslider {
    padding: 0;
    margin: 0!important;
    background: #fff;
    border: none!important;
    position: relative;
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0);
    box-shadow: 0 1px 4px rgba(0,0,0,0);
    zoom: 1;
}
.flex-control-nav {
	display: none;
}
.vc_column-inner {
	max-width: 1230px;
	margin: 0 auto;
}
.entry-content-page h1 {
	margin: 20px 0 20px 0!important;
}
.entry-content-duan h1 {
	font-weight: bold;
    font-size: 35px;
	margin: 0 0 20px 0;
}
.entry-content-duan h2 {
	font-weight: bold;
    font-size: 25px;
	margin: 20px 0 20px 0;
	line-height: 1.3em;
}
.content ul {
	padding: 0 15px;
	list-style: none;
}
.content ul li {
	line-height: 1.6em;
}
.tongquan img {
	width: 100%;
	height: auto;
}
.vitri {
	background: -webkit-radial-gradient(bottom center, circle farthest-side, #1cbab9 0%, #293b56 100%);
    color: #fff;
    padding: 35px 0 0 0;	
}
.tienich {
	background: #f5f5f5;
	padding: 35px 0;
}
.thietke {
	background: #fff;
	padding: 35px 0;
}
/* tab */
.vc_tta-panel-body {
    background-color: #fff!important;
	padding: 0!important;
}
.vc_tta-tab a {
    border: 1px solid #fff!important;
	font-weight: bold;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    background-color: #293b56!important;
    color: #fff!important;
	font-weight: bold;
}
.tongquan .vc_tta-tabs-container {
	margin-bottom: 30px!important;
}
.lydo {
	background: url(/wp-content/uploads/lydo-bg.jpg) repeat;	
	padding: 35px 0 0 0;
}
.tintuc {
	padding: 35px 0;
	background: #fff;
}
/* index */
.bg {
	margin: 20px 0 0 0;
}
.product {
	margin-top: 30px;
}
.subcat {
    float: left;
    width: 100%;
    background: #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
}
.name-product {
    margin: 10px 0;	
}
.product {
   position: relative;
   padding: 0;
   border-radius: 0px;
   overflow: hidden;
}
.product img {
	display: block;
	margin: 0 auto;
	width: 100%;
    transition: transform 0.5s;	
	padding: 3px;
}
.product:hover img {
	transform: scale(1.06,1.06);
}
.name-product a {
	color: #272727;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
    width: 100%;
    text-transform: uppercase;
}	
.subcat h2, .subcat h3 {
    background-color: #ab390e;
    line-height: 36px;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
	margin: 0;
}
.subcat h2 .heading-icon, .subcat h3 .heading-icon {
    float: left;
    margin-right: 10px;
    margin-left: -1px;
}
.subcat h2 a, .subcat h3 a {
    color: #fff;
}
.subcat .btn {
    margin: 6px 15px 0 0;
    background-color: #722305;
    border: none;
	color: #fff;
}
.pull-right {
    float: right!important;
}
.about {
	padding: 30px 0;
}
.about h1 {
	font-size: 25px;
	margin: 10px 0 20px 0!important;
}
.duan {
	background: #f2f2f2;
}
.duan h2 {
	font-size: 25px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}
.duan h2 span {
	padding-bottom: 10px;
	border-bottom: 4px solid #ff5c01;
}
.duan .vc_col-md-3 .wpb_content_element,
.duan .vc_col-sm-3 .wpb_content_element {
	background: #fff;
	padding-bottom: 20px;
}
.duan .vc_col-md-3 .wpb_content_element a {
	color: #de0002;
	font-size: 16px;
}
.duan .vc_col-md-3 .wpb_content_element:hover,
.duan .vc_col-sm-3 .wpb_content_element:hover {
	box-shadow: 0 0 10px #999;
}
.duan .wpb_content_element p {
	padding: 0 10px;
	color: #444;
	font-size: 13px;
}
.duan .vc_col-md-3 .wpb_content_element  p:first-child {
	padding: 0;
}
/* single */
h1.title-article {
	color: #333;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 20px 0!important;	
	padding-bottom: 10px;
	line-height: 1.5em;	
}
.share {
	text-align:center;
}
.social {
	display: inline-block;
	width: 120px;
	line-height: 8px;
	height: 50px;
	text-align:center;
	margin-right:20px;
}
/* widget */
aside {
	margin: 20px 0 20px 0;
}
aside a {
	color: #333;
}
/* phân trang */
#navigation {margin-bottom:10px;padding: 0 20px; line-height: 46px; text-align: center; }
#navigation a {padding:5px 20px; margin: 0 3px ; font-weight: bold; background-color:#fff; color:#333; border:1px solid #d1d1d1;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#navigation a:hover {background:#00b0f0; color:#fff; border:1px solid #aaa;}
#navigation span.current {padding:5px 20px; margin: 0 5px ; font-weight: bold; background:#00b0f0; color:#fff; border:1px solid #d1d1d1;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* wpform7 */
.wpcf7 form input[type="text"], .wpcf7 form input[type="email"] {
	width: 100%!important;
	border: none!important;
    background-color: #fff;
    color: rgba(74,74,74,1);
	font-weight: normal;
	padding: 5px 0 5px 8px;
	height: 50px;
	border-radius: 5px;
}
.wpcf7 form input[type="text"]:focus, .wpcf7 form input[type="email"]:focus {
	outline:none;
}
.wpcf7 form input[type="submit"]:hover {
	background: #ffea00;
}
.wpcf7 form input[type="submit"] {
	transition: background 0.5s;
    background-color: #f3a715;
    font-family: 'Open Sans',sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
	border: 2px solid #f3a715;
    font-size: 20px;
    text-align: center;
	width: 100%;	
	margin-top: 10px;
	border-radius: 5px;
	padding: 13px;
}
label {
	width: 100%!important;
	margin-bottom: 40px!important;
}
.wpcf7 {
	background-color: #293B56;
	padding: 25px 15px 0 15px!important;
	margin: 20px 0 0px 0!important;
	border-radius: 10px;
}
iframe[title="Google conversion frame"] {
    height: 0!important;
    display: block;
}
.hotline1 a[href^=tel] {
    color: #f3a715;
    text-decoration: none;
}
.hotline1 a[href^=tel] {
    color: #f3a715;
    text-decoration: none;
}
.wpb_animate_when_almost_visible {
    opacity: 1.0!important;
    filter: alpha(opacity=1.0)!important;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
/* footer */
.widget-title-footer {
    padding-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;	
	text-align: center;
}
footer {
    background: url(/wp-content/uploads/banner-f.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 0;
	color: #fff;
	position: relative;
}
footer i {
	margin-right: 8px;
	font-size: 10px;
}
footer a {
	color: #fff!important;
}
footer a:hover {
	color: #fff;
}
.overlay3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background-color: rgba(114, 35, 5, 0.8);	
}
.footer-end {
    background: #22222a;
}
.box_social {
    padding-top: 15px;
}
.box_social ul {
    list-style-type: none;
}
.box_social ul li {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    margin-left: 12px;
    font-size: 20px;
    vertical-align: middle;
}
.box_social ul li.icon_fb {
    background: #597ac7;
}
.box_social ul li.icon_tt {
    background: #5abbec;
}
.box_social ul li.icon_pinterest {
    background: #ff3635;
}
.box_social ul li.icon_youtube {
    background: #fd3b36;
}
.box_social ul li.icon_fb  i {
    color: #fff;
    margin: 8px 8px 8px 12px;
}
.box_social ul li.icon_tt  i {
    color: #fff;
    margin: 8px;
}
.box_social ul li.icon_pinterest  i {
    color: #fff;
    margin: 8px;
}
.box_social ul li.icon_youtube  i {
    color: #fff;
    margin: 8px 8px 8px 7px;
}
.socials-share {
    text-align: center;
    padding-bottom: 15px;
}
.socials-share a {
    padding: 4px 15px;
    color: #fff;
    line-height: 2em;
    text-decoration: none;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 10px;
	margin-right: 5px;
}

.socials-share i {
    margin-right: 3px;
}

.bg-facebook {
    background: #3a5899;
}

.bg-facebook:hover, .bg-facebook:focus {
    background: #1d418d;
	color: #fff;
}

.bg-twitter {
    background: #00acee;
}

.bg-twitter:hover, .bg-twitter:focus {
    background: #0b93c7;
	color: #fff;
}

.bg-pinterest {
    background: #cb1e26;
}

.bg-pinterest:hover, .bg-pinterest:focus {
    background: #ae0e15;
	color: #fff;	
}
.wrap-social {
	border: 1px solid #fff;
	padding: 20px 0 0 0;
	max-width: 1160px;
	margin: 0 auto;
}
.sharer {
	margin: 60px 0 0 0;
	text-align: center;
	font-size: 18px;
}
.center {
	text-align: center;
}