.cate-blog{
	padding:15px;
	background:#f4f4f4;
}
.mt20{margin-top:20px !important}
.mt30{margin-top:30px !important}
.mt50{margin-top:50px !important}
.mb15{margin-bottom:15px !important}
/* .cate-blog ul {
	margin-top:-10px;
} */
.detail {
	padding-top:20px;
}
.body h2 {
 font-size:
}
.detail-cate {
	margin-top:3px;
}
.subpage {
	font-size:17px;
	text-transform:uppercase;
	font-weight:600;
}
.Features {
	list-style-type:none;
	padding-left:0px;
}
.Features li {
	padding:5px 5px 5px 12px;
	position:relative;

}
.Features li:before{position:absolute; content:""; width:5px; height:5px; background:#5eabb5; border-radius:100%; top:14px; left:0}
.Features li a{
	color:#333;
}
.Features li a:hover, .Features li a:focus{
	color:#5eabb5;
}
.Features li:last-child {
	border:none;
}
.blogCat {
	padding-bottom:20px;
}
.cate .intro {
	margin-top:-10px;
}
.cate h3.title a {
	font-size:20px;
}
.blog_item {
	margin-bottom:20px;
}
.tile-tag {
	margin-top:-40px;
	padding-bottom:20px;
}
.comment-main-level .comment-box {
	border:1px rgba(173, 173, 173, 0.34) solid;
	margin:5px auto;
	padding:10px;
}
.comment-main-level .comment-box:last-child {
	margin-bottom:20px;
}
.comment-main-level .comment-box h6 {
	font-size:17px;
	font-weight:bold;
}
.comment-main-level .comment-box h6 span {
	font-size:15px;
	font-weight:normal;
}
.cate-blog ul li a {
	font-size:16px;
	color:#333;
}
.cate-blog ul li a:hover, .cate-blog ul li a:focus{
	color:#5eabb5;
}
/* .cate-blog ul li {
	padding: 5px 3px;
}
.cate-blog ul li:last-child {
} */
.count_blog {
	float:right;
}
.cate-blog h2 {
}
.tag-blog h2 {
}
/* .cate-blog .list-group {
	padding-bottom:20px;
} */
.tag {
	padding-bottom:15px;
}
.cate-blog .list-group > li {
	min-height:auto !important;
	width:100%;
	border:none;
	padding:8px 0px /* 15px */;
}
.cate-blog .list-group > li:not(:last-child){
	border-bottom:#ccc solid 1px;
}
.tag-blog p {
	width: auto;
	height: auto;
	padding: 3px;
	float: left;
	border: 1px dashed #CCC;
	margin: 2px
}
.next, .prev {
	position: inherit;
	cursor: pointer;
	top: 0%;
	width: 85px !important;
	height: 45px !important;
	line-height:45px;
}
.next:hover, .prev:hover, .pagination > a:hover {
}
.h_breadcrumb_scope {
	float:left;
	margin-top:15px;
	padding-right:5px;
}
.pagination > a {
	width: 45px;
	height: 45px;
	line-height:45px;
}
.cate-menu li {
	float: left;
	list-style: none;
}
.cate-menu li a {
	padding-right: 15px;
	color: #333;
}
#slider {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
#slider .box-shows {
	width: 100%;
	float: left;
	height: 80px;
	background-image:url(../images/img-blog/bk1.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100000;
}
#content .content-3 {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;/*border: 1px solid blue;*//*height: 541px;*/
}
#content .content-1 {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 0px;
	float: left;
}
#content .content-2 {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;/*border: 1px solid blue;*//*height: 541px;*/
}
#content .content-3 {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;/*border: 1px solid blue;*//*height: 541px;*/
}
.item {
	position: relative;
	width: 96%;
	height: auto;
	float: left;
	/*border: 1px solid red;*/
    margin-right: 2%;
}
.item-bottom {
	margin-top: 2%;
}
.item .tile {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left:0px;
}
.item .tile .tile-item {
	width: 80%;
	/*border: 1px solid red;*/
    margin:  auto;
	margin-top: 16%;
}
.item .tile .tile-row {
	margin-top: 70%;
}
.item .tile .tile-item h3 a {
	color: white;
	text-decoration: none;
	font-size:18px;
	font-weight:600;
	line-height:1.5;
}
.item .tile .tile-item h3 {
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 200;
}
.item .tile .tile-item p.tile-hr {
	height: 1px;
	border: 1px solid white;
	width: 50%;
	margin: 20px auto;
	margin-top: 10px;
}
.item .tile .tile-item p a {
	border: 2px solid white;
	padding: 5px 8px;
	color: white;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
}
.item:hover .tile {
	background-image:url(../images/img-blog/bk1.png);
}
@media(max-width:415px) {
.item {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	/*border: 1px solid red;*/
        margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.item .tile .tile-item h3 {
	color: #252525;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
}
.item .tile {
	position: initial;
}
.item .tile .tile-item {
	width: 100%;
	/*border: 1px solid red;*/

        margin-top: 0%;
}
.item:hover .tile {
	background-image:none;
}
.item .tile .tile-item p a {
	border: 2px solid #252525;
	;
	padding: 5px 10px;
	color: #252525;
	display: none;
}
.item .tile .tile-item p.tile-hr {
	height: 1px;
	border: 1px solid #252525;
	width: 60%;
	margin: 10px auto;
	display: none;
}
.item .tile .tile-item p a:hover {
	color: #0078c6;
	border: 2px solid #0078c6;
	;
}
.cate-menu {
	margin-top: 20px;
}
.item .tile .tile-item h3 a {
	color: #187bb6;
	text-decoration: none;
}
.item:hover .tile {
	background-image:none;
}
.item:hover:hover img {
	cursor: pointer;
}
.item:hover .tile .tile-item p a {
	position: absolute;
	top: 35%;
	left: 30%;
	display: block;
	color: white;
	border: 2px solid white;
	;
}
.item-bottom:hover .tile .tile-item p a {
	position: absolute;
	top: 25%;
	left: 30%;
	display: block;
	color: white;
	border: 2px solid white;
	;
}
#content .content-1, #content .content-3, #content .content-2 {
	padding: 0px !important;
	margin: 0px !important;
}
}
@media(min-width:416px) and (max-width:768px) {
.item {
	position: relative;
	width: 400px;
	;
	height: auto;
	margin: auto;
	/*border: 1px solid red;*/
        margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-left: 10%;
	;/*margin: auto;*/
    }
.item-bottom {
	width: 420px !important;
	/*border: 1px solid red;*/
        margin-top: 15px;
	margin-right: 0px;
	margin-left: 10%;
	;
	margin-bottom: 15px;
}
.item img {
	width: 100%;
	height: auto;
}
.item .tile .tile-item h3 {
	color: #252525;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 200;
}
.item .tile {
	position: initial;
}
.item .tile .tile-item {
	width: 100%;
	/*border: 1px solid red;*/

        margin-top: 0%;
}
.item:hover .tile {
	background-image:none;
}
.item .tile .tile-item p a {
	border: 2px solid #252525;
	;
	padding: 5px 10px;
	color: #252525;
}
.item .tile .tile-item p.tile-hr {
	height: 1px;
	border: 1px solid #252525;
	width: 60%;
	margin: 10px auto;
}
.item .tile .tile-item p a:hover {
	color: #0078c6;
	border: 2px solid #0078c6;
	;
}
}
.container {
/*border: 1px solid red;*/
}
.navbar {
	position: initial;
}
@media(min-width:769px) and (max-width:978px) {
.col-xx img.img-responsive {
}
.col-xx {
	height: 380px;
}
.col-item {
	height: 50%;/*border: 1px solid red;*/
    }
.item .tile .tile-item {
	width: 98%;
	/*border: 1px solid red;*/
        margin:  auto;
	margin-top: 10%;
}
.item .tile .tile-row {
	margin-top: 60%;
}
.item .tile .tile-item h3 {
	font-size: 14px;
}
.item .tile .tile-item {
	width: 90%;
	/*border: 1px solid red;*/
        margin:  auto;
	margin-top: 20%;
}
.item .tile .tile-row {
	margin-top: 60%;
}
}
.cate-menu {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.item-bottom {
	width: 98%;
}
.item-bottom img {
	width: 100%;
}
@media(min-width:769px) and (max-width:1200px) {
.container {
	width: 99%;
	margin: auto;
}
}
.w97 {
	width:97% !important;
}
.seemore_blog {
	width: 100%;
    clear: both;
    border-left: 3px solid #003777;
    padding: 10px 15px;
    background: whitesmoke;
    border: 1px dashed #003777;
 

	border-left:3px solid #003777;
	
}
.seemore_blog li {
	padding:3px 0px;
}

.seemore_blog li:before {
	content: '\f101';
	font-family: 'FontAwesome';
	padding-right: 5px;
	color:#003777;

}
.seemore_blog li a {
	font-size:15px;
	font-style:italic;
	color:#006cb6;
	
}
.seemore_blog li a:hover {
	text-decoration:underline !important
}
.boder-blog{
	
	    border-right: 1px solid rgb(234, 228, 228);
    padding-top: 10px;
    margin-top: 25px;
	}
	.inlineBlock _2tga _49ve{display:none !important}
	.bodder-left-none{border-left:none}
	.listcate , .listcate li {background:none !important}
	.listcate li .badge{background:#5eabb5}
.blog_item:nth-child(2n){
	padding-right:0px;
	}	
.blog_item:nth-child(2n+1){
	padding-left:0px;
	}
	.blog_item .cate{height:166px;overflow:hidden}	
	@media (max-width: 767px) {
	.blog_item .cate{height:auto}
	}
#sliderRelateBlog{position:relative}
#sliderRelateBlog .owl-prev {
    display: block !important;
    width: 13px;
    height: 32px;
    right: 20px;
    top: -45px;
    position: absolute;
    background: url(../images/prev-room.png) no-repeat center center;
    text-indent: -9999%;
}
#sliderRelateBlog .owl-next {
    display: block !important;
    width: 13px;
    height: 32px;
    right: 0px;
    top: -45px;
    position: absolute;
    background: url(../images/next-room.png) no-repeat center center;
    text-indent: -9999%;
}
.menu_new_Post .news_thumb{
	float:left;
	width:35%;
}
.menu_new_Post .news_title{
	float:left;
	width:65%;
	padding-left:10px;
}
.menu_new_Post{
	list-style-type:none;
	padding-left:0px;
}
.menu_new_Post .news_title a{
	font-size:14px;
	color:#333;
	line-height:20px
}
.menu_new_Post .news_title a:hover, .menu_new_Post .news_title a:focus{
	color:#5eabb5;
}
.menu_new_Post li{
	padding:15px 0px;
}
.menu_new_Post li:not(:last-child){
	border-bottom:1px solid #ccc;
}
.sidebar_about_right{
	padding:15px;
	background:#f4f4f4
}
.sb-box-faq{
	padding:15px;
	background:#f4f4f4;
	margin-top:30px;
}

.sb-menu_faq{
	list-style-type:none;
	padding-left:0px;
}
.sb-menu_faq li{
	padding:10px;
}
.sb-menu_faq li:not(:last-child){
	border-bottom:1px solid #ccc;
}
.sb-menu_faq li a{
	color:#333;
	font-size:15px;
	font-style:italic;
}
.sb-menu_faq li a:hover, .sb-menu_faq li a:focus{
	color:#5eabb5;
}
.more_faqs{
	display:inline-block;
	margin-top:15px;
	font-size:15px;
	color:#333;
}
.more_faqs:hover, .more_faqs:focus{
	color:#5eabb5;
}