

/* Theme Font Use */

@import url('/themes/css/google-font-css2.css');
/* font-family: 'Lato', sans-serif; */

/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #4c454c;
	color: #fff;
}
::-moz-selection {
 background-color: #4c454c;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 14px;
	font-family:  "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
	color: #6C6D74;

}
/*p {line-height: 24px;font-size: 14px;color: #cfcfce;}*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333;
	padding: 0px;

	font-family:  "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 22px;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a{
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
.dropcap {
	font-size: 24px;
	line-height: 45px;
	display: inline-block;
	border-radius: 100%;
	float: left;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	margin: 0 12px 0 0;
	background-color: #3dabc0;
	position: relative;
	text-transform: uppercase;
}

.breadcrumb li em {
    font-style: normal;
    padding: 0 2px;
    font-size: 12px;
    font-family: simsun;
    color: #3dabc0;
}
/* --- Top Scroll --- */
.scroll-top {

	position: fixed;
	bottom: 20px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #bcaf9c;
	text-decoration: none;
	border-radius: 20px;
	z-index: 9999;
	align-items: center;
    justify-content: center;
    display: flex
;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #3dabc0;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #3dabc0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	text-decoration: none;
	color: #fff;
	background-color: #383338;
}

.header-search .btn-style-1 {
	color: #fff;
	border: 0;
border-top-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #ccd0d9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	  float: left;
}
.header-search .btn-style-1:hover {
	text-decoration: none;
	color: #fff;
	background-color: #bcaf9c;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- block title --- */
.block-title {
	border-bottom: 1px solid rgba(153,153,153);

	overflow: hidden;
}
.block-title h2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	position: relative;
	border-bottom: 4px solid;
    padding: 8px 12px 0px 0px;
	align-items: center;
	border-color: #bcaf9c !important;
	float: left;
	color: #666666;
	margin-bottom: -1px;
}

.block-title h2 sup {
    color: #d80e47;
    font-size: 10px;
    top: -10px;
}

.block-title-database {
 border-bottom: 3px solid #3daac0;
 overflow: hidden;
}

.block-title-database li {text-align: center; padding-bottom: 20px;}

.block-title-database ul li span {
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	padding: 10px 50px;
	align-items: center;
	color: #ffffff;
	border-radius: 10px;
	background-color: #3daac0;
}

.block-title-database ul li a {
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	padding: 10px 50px;
	align-items: center;
	color: #ffffff;
	border-radius: 10px;
	background-color: #3daac0;
}

.block-title-database-btn {
text-align: center;
 border-bottom: 3px solid #3daac0;
 overflow: hidden;
}

.block-title-database-btn li {text-align: center; padding-bottom: 10px;  padding-right: 10px; display: inline-block;}

.block-title-database-btn a{
	color: #ffffff;
}
.block-title-database-btn span:hover{background-color: #bcaf9c;}

.block-title-database-btn ul li span {
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	position: relative;
padding: 10px 30px;
	align-items: center;
	color: #ffffff;
	border-radius: 10px;
	background-color: #3daac0;
}

.view-all-link a {
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 2px 12px;
	font-size: 10px;
	background-color: rgba(0,0,0,0.1);
	color: #333;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-all-link a:hover {
	background-color: #3dabc0;
	color: #fff;
}
/* ===================================
	02. Header
=================================== */
/* header upper */
header {
	background-color: #212425;
	min-width: 1200px; /*02141556*/
}
.header-upper {
	padding: 8px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background-color: #e0e0e0;
}
/* header upper links */
.header-upper-links li {
	position: relative;
	padding-right: 12px;
	margin-right: 8px !important;
}
.header-upper-links li:last-child {
	padding-right: 0px;
	margin-right: 0px !important;
}
.header-upper-links li:last-child:after {
	display: none;
}
.header-upper-links li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 14px;
	right: 0px;
	top: 50%;
	background-color: #b5b5b5;
	transform: translateY(-50%);
}
.header-upper-links li a {
	color: #767676;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-upper-links li a:hover {
	color: #0995b0;
}
.languages-block .dropdown button {
	padding: 0px;
	color: #767676;
	font-size: 14px;
	align-items: center;
	display: flex;
	border: 0px;
}
.languages-block .dropdown button img {
	padding-right: 6px;
}
.languages-block .dropdown .dropdown-menu {
	border-radius: 0px;
	padding: 0;
}
.languages-block .dropdown .dropdown-menu .dropdown-item {
	padding: 5px 10px;
	color: #767676;
	border-bottom: 1px solid rgba(0,0,0,.15);
}

.languages-block .dropdown .dropdown-menu .dropdown-item sup {
    color: #d80e47;
    font-size: 10px;
    top: -10px;
}
.languages-block .dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
/* header lover */
.header-lover-center {
	position: relative;
}
/* header upper social */
.header-lover {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-weight: 300;
    background-color: #d6f3f5;
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right bottom, from(#3abab5), to(#3daac1));
    background: linear-gradient(to bottom right, #3abab5, #3daac1);
    line-height: 30px;
}
.header-social li {
	margin-right: 0px !important;
	padding-left: 4px;
}
.header-social li:first-child {
	padding-left: 0;
}
.header-social li a {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social li a:hover {
	color: #3dabc0;
}
/* header search */
.header-search {
	position: relative;
}
.header-search a {
	background-color: #3dabc0;
	color: #fff !important;
}
.header-search .dropdown-menu {
	width: 250px;
}

.header-search input[type="email"], .header-search input[type="password"], .header-search input[type="text"] {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 8px;
	font-size: 16px;
	height: 36px;
}
.header-lover .navbar-brand {
	padding: 0;
	margin: 0;
}

 .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    display: inline-block;
}

.header-middle {
	padding: 30px 0px;
	background-color: #ffffff;
}
.header-middle .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 16px;
	color: #fff;
	padding: 10px 18px;
	font-weight: 400;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-toggle:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	border: 0px;
	font-size: 10px;
    position: absolute;
	margin-left: 6px;
}
.header-lover .nav-item .nav-link:hover .dropdown-toggle:after {
 transform: rotate(180deg);
}

.header-lover .nav-item .nav-link:hover  {
color:#c3e0dc;

}

.header-lover .navbar .nav-item:first-child .nav-link {
	padding-left: 0px;
}
/*.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active a {
	color: #ffffff;
}*/
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #212529;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #3dabc0;
}
.header-lover .navbar-toggler span {
	background-color: #2D2E33;
}
.header-lover .dropdown-menu {
	margin: 0px;
	border: 1px solid rgba(255,255,255,0.1);
	border-top: 2px solid #0995b0;
	padding: 0;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 10px 20px 10px 20px;
	position: relative;
	font-size: 14px;
	background-color: #dedede;
	color: #999;
	font-weight: 400;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background-color: #bcaf9c;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #212529;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #fff;
}
/* header newsletter link */
.header-newsletter-link {

	float: right;
	top: -40px;
	margin-right: 5px;
}
.nav-item .nav-link sup{  color: #d2ff00; font-size: 10px; position: absolute; top: 12px; right: 0px;}
/*.nav-item .nav-link span{ color: #d2ff00; font-size: 10px;     position: absolute; top: -2px; right: 0px;}
/*.header-newsletter-link sup{ color: #d2ff00; font-size: 10px; top: -10px;}
.header-newsletter-link span{ color: #d2ff00; font-size: 10px; position: relative; top: -16px; right: 25px;}*/


.header-newsletter-link a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 10px 16px;
	border: 1px solid #0995b0;
	background-color: #3daac0;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: linear-gradient(25deg, #35d1dd 0%, #3dadbf 100%);
}
.header-newsletter-link a:hover {
		color: #ffffff;

	 background-size: 200% auto;
	  background-position: right center;
}
.header-newsletter-link a span{ color: #d2ff00; font-size: 10px; top: -10px;}

.header-newsletter-link a i {
	font-size: 18px;
	margin-right: 6px;
}

.header-newsletter-link a:link {
color: #ffffff;
    text-decoration: none;
}
.nav-btn a {
	padding: 20px 14px !important;
}
.nav-btn a span {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border-radius: 100%;
	background-color: #3dabc0;
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
 @media screen and (min-width: 768px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* ===================================
	03. Featured post
=================================== */
.featured-post-item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.featured-post-item:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,000000+73&0+0,0.9+73 */
	background: -moz-linear-gradient(top, rgba(153,153,153,0) 0%, rgba(0,0,0,0.9) 73%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(153,153,153,0) 0%, rgba(0,0,0,0.9) 73%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(153,153,153,0) 0%, rgba(0,0,0,0.9) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#e6000000', GradientType=0 ); /* IE6-9 */
}
.featured-post-item .featured-post-item-img {
	position: relative;
}
.featured-post-item .featured-post-item-img .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.featured-post-item .featured-post-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding-right: 15px;
	z-index: 2;
}
.featured-post-item .featured-post-content .featured-post-title a {
	color: #fff;
	font-weight: 400;
}
.featured-post-item .featured-post-content .post-meta li {
	color: #fff;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.featured-post-item .featured-post-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.featured-post-item .featured-post-content .post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fff;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.featured-post-item .featured-post-content .post-meta li:last-child:before {
	display: none;
}
.featured-post-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	width: 100%;
}
.featured-post-carousel .owl-nav .owl-prev {
	float: left;
	margin: 0 0 0 15px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.2) !important;
	border: 0 !important;
	color: #fff !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 6px;
	font-size: 12px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-post-carousel .owl-nav .owl-next {
	float: right;
	margin: 0 15px 0 0;
	color: #fff !important;
	width: 40px;
	height: 40px;
	font-size: 12px !important;
	background-color: rgba(255,255,255,0.2) !important;
	border: 0 !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-post-carousel .owl-nav .owl-prev:hover, .featured-post-carousel .owl-nav .owl-next:hover {
	background-color: #3dabc0 !important;
}
.featured-post-carousel.owl-carousel .owl-item img {
	width: auto !important;
}
/* featured post area 2 */
.featured-post-2-image {
	border-radius: 10px;
	overflow: hidden;
}
.featured-post-2-des h6 a {
	display: inline-block;
	border-radius: 6px;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #fff;
	font-weight: 300;
	padding: 6px 10px;
}
.featured-post-2-des {
	padding: 42px 30px 40px 56px;
}
.featured-post-2-des time {
	color: #b5b5b5;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 20px;
}
.featured-post-2-des h2 a {
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 14px;
	color: #333;
	display: inline-block;
	margin-bottom: 15px;
}
.featured-post-carousel-2 .owl-nav {
	position: absolute;
	bottom: 40px;
	left: 56%;
}
.featured-post-carousel-2 .owl-nav .owl-prev, .featured-post-carousel-2 .owl-nav .owl-next {
	float: left;
	margin: 0 0 0 6px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,1) !important;
	border: 0 !important;
	color: #333 !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 6px;
	font-size: 12px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-post-carousel-2 .owl-nav .owl-prev:hover, .featured-post-carousel-2 .owl-nav .owl-next:hover {
	background-color: #3dabc0 !important;
	color: #fff !important;
}
.featured-post-carousel-2.owl-carousel .owl-item img {
	width: auto !important;
}
/* ===================================
	04. Grid style
=================================== */
/* grid style 1 */
.grid-style-1 {
	position: relative;
}
.grid-style-1 .grid-style-1-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
    margin: 0 20px 0 0px;
}
.grid-style-1 span img {
border-radius: 10px;
width: 380px;
    height: 280px
}

.grid-style-1 span .memberform img {
border-radius: 0px;
width: 80px;
    height: 29px
}


/* .grid-style-1 .grid-style-1-img:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-style-1:hover .grid-style-1-img:before {
	opacity: 1;
} */
.grid-style-1 .grid-style-1-img .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}

.grid-style-1-content
{
    position: relative;
    overflow: hidden;
    width: 380px;
    display: inline-block;
    margin: 0 20px 0 0px;
    vertical-align: top;
}

.grid-style-1-calender
{
    position: relative;
    overflow: hidden;
    width: 560px;
    display: inline-block;
    margin: 0 10px 0 0px;
}

.grid-style-1-calender2
{
    position: relative;
    overflow: hidden;
    width: 580px;
    display: inline-block;
    margin: 0 20px 0 0px;
}

.grid-style-1-content div span
{
    	font-size: 16px;
    	display: inline-block;
    	margin-top: 10px;
}


.grid-style-1 .grid-style-1-content .grid-style-1-title a {
	color: #333;
	font-weight: 400;
	line-height: 30px;
}
.grid-style-1 .grid-style-1-title2  {
	color: #333;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}

.grid-style-1 .grid-style-1-content .grid-style-1-title a h2 {

}

.grid-style-1 .grid-style-1-content .post-meta li {color: #999;position: relative;}
.grid-style-1 .grid-style-1-content .post-meta li b{color: #000;}
.grid-style-1 .grid-style-1-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
/*.grid-style-1 .grid-style-1-content .post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}*/
.grid-style-1 .grid-style-1-content .post-meta li:last-child:before {
	display: none;
}
/* mkp-tabl */
.mkp-tabl table{ width: 100%; border-collapse: collapse;  font-size: 14px;}
.mkp-tabl table thead{ 
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	}
.mkp-tabl table tr{ border-bottom: 1px solid #e8e8e8; }
.mkp-tabl table th{
	background: #bcaf9c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
    padding: 5px 10px
     }
     
.mkp-tabl table td{
	padding: 5px;
    line-height: 24px; }
.mkp-tabl-end{ }

/* mkp-tabl-详细内页-informs_text.php*/
.mkp-tabtl-text table{ width: 100%; border-collapse: collapse;  font-size: 14px;}
.mkp-tabl table thead{ 
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	}
.mkp-tabl-text table tr{ border-bottom: 1px solid #e8e8e8; }
.mkp-tabl-text table th{
	background: #bcaf9c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
    padding: 5px 10px
     }
     
.mkp-tabl-text table td{
	padding: 5px;
    line-height: 24px; }
.mkp-tabl-text-end{ }




/* grid style 2 */
.grid-style-2 {
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.grid-style-2 .grid-style-2-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.grid-style-2 .grid-style-2-img:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-style-2 .grid-style-2-img:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background-size: 100% auto;
	background-image: url(../img/curve.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.grid-style-2:hover .grid-style-2-img:before {
	opacity: 1;
}
.grid-style-2 .grid-style-2-img .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.grid-style-2 .grid-style-2-content {
	padding: 0px 15px 15px 15px;
}
.grid-style-2 .grid-style-2-content .grid-style-2-title a {
	color: #333;
	font-weight: 400;
}
.grid-style-2 .grid-style-2-content .post-meta {
	border-top: 1px dashed rgba(0,0,0,0.1);
	padding-top: 15px;
}
.grid-style-2 .grid-style-2-content .post-meta li {
	color: #999;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.grid-style-2 .grid-style-2-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.grid-style-2 .grid-style-2-content .post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.grid-style-2 .grid-style-2-content .post-meta li:last-child:before {
	display: none;
}
/* ===================================
	05. List style
=================================== */
/* list style 1 */
.list-style-1 {
	position: relative;
	display: table;
	background-color: #1f2024;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}
.list-style-1 .list-style-1-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.list-style-1-content {
	padding: 30px;
}
.list-style-1 .list-style-1-img:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.list-style-1:hover .list-style-1-img:before {
	opacity: 1;
}
.list-style-1 .list-style-1-img .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.list-style-1 .list-style-1-content .list-style-1-title a {
	color: #fff;
	font-weight: 400;
}
.list-style-1 .list-style-1-content .post-meta li {
	color: #3dabc0;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.list-style-1 .list-style-1-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.list-style-1 .list-style-1-content .post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.list-style-1 .list-style-1-content .post-meta li:last-child:before {
	display: none;
}
/* listing post */

.listingpostdiv {
display: inline-block;
width: 370px;
    float: right;
}
.listingpostdiv-tags {
display: inline-block;
width: 600px;
    float: right;
}

.listingpostdiv-tags-sen {
display: inline-block;
width: 580px;

}
.listingpostdiv .listing-post-2 {
border-bottom: 1px dotted rgba(159, 159, 159);
}

.travel-new-box {
	border-radius: 10px;
}
.listing-post {
	display: flex;
	align-items: center;
}
.listing-post .listing-post-thumbnail {
	max-width: 46%;
	border-radius: 10px;
	overflow: hidden;
}
.listing-post .listing-post-content {
	margin-left: 15px;
}
.listing-post .listing-post-title a {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listing-post .listing-post-title a:hover {
	color: #3dabc0;
}
.listing-post .listing-post-meta a {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 300;
}
/* listing post-2 */
.listing-post-2 {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.listing-post-2 .listing-post-2-thumbnail {

	border-radius: 10px;
	width: 240px;

}

.listing-post-2 .listing-post-2-thumbnail img {
max-width: 130px;
width:130px;
height:80px;
	border-radius: 10px;
}

.listing-post-2 .listing-post-2-content {
	padding: 10px;
	min-width: 240px;
}
.listing-post-2 .listing-post-2-content .post-label {
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 10px;
	background-color: #aed6d2 !important;
}
.listing-post-2 .listing-post-2-title a {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listing-post-2 .listing-post-2-title a:hover {
	color: #3dabc0;
}
.listing-post-2 .listing-post-2-meta a {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 300;
}
/* ===================================
	06. Sidebar
=================================== */
/* sidebar title */
.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}
.sidebar-title h3 {
	position: relative;
	color: #333;
	font-size: 26px;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	text-transform: capitalize;
}
/* sidebar about box */
.sidebar-about-box {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.sidebar-about-box .sidebar-about-text {
	padding: 30px;
}
/* sidebar social icon */
.sidebar-social-icon {
	position: relative;
	margin-bottom: 48px;
}
.sidebar-social-icon li {
	display: inline-block;
	text-align: center;
	margin: 2px;
	padding: 25px 0;
	width: 31.95%;
	margin-right: 0px;
	border-radius: 10px;
}
.sidebar-social-icon li a {
	font-size: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	color: #fff;
}
.sidebar-social-icon li a span {
	font-size: 12px;
	width: 100%;
	display: inline-block;
}
.facebook-color {
	background-color: #2f58a1;
}
.twitter-color {
	background-color: #069cd5;
}
.pinterest-color {
	background-color: #da0d32;
}
.linkedin-color {
	background-color: #0076b8;
}
.instagram-color {
	background-color: #35475c;
}
.google-plus-color {
	background-color: #ec453e;
}
/* sidebar subscribe */
.sidebar-subscribe-widget {
	position: relative;
	padding: 30px;
	background-color: #1f2024;
	border-radius: 10px;
}
.sidebar-subscribe-widget form input {
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	color: #333;
	border: 0px;
	height: 50px;
	padding: 10px;
}
.sidebar-subscribe-widget form button {
	width: 100%;
	border: 0px;
	border-radius: 10px;
	background-color: #3dabc0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	height: 50px;
	padding: 10px;
	margin-top: 4px;
}
/* trending box */
.trending-box {
	border-radius: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.trending-box li {
	padding: 20px 20px 20px 20px;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.trending-box li:last-child {
	border-bottom: 0px;
}
.trending-box li .item-info {
	font-size: 14px;
	color: #999;
	margin-bottom: 8px;
	font-style: italic;
}
.trending-box li h4 a {
	color: #333;
	font-size: 16px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.trending-box li h4 a:hover {
	color: #3dabc0;
}
/* sidebar top news box */
.sidebar-top-news-box {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.sidebar-top-news-box .sidebar-top-news-box-text {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: translateY(-50%);
	text-align: center;
}
.sidebar-top-news-box .sidebar-top-news-box-text .sidebar-center {
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	display: inline-block;
	border-radius: 10px;
	margin: auto;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.5);
}
.sidebar-top-news-box .sidebar-top-news-box-text .heading-title-small {
	font-size: 12px;
	font-weight: 600;
}
.sidebar-top-news-box .sidebar-top-news-box-text .heading-title a {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sidebar-top-news-box .sidebar-top-news-box-text .heading-title a:hover {
	color: #3dabc0;
}
/* tags list */
.tags-list {
	display: inline-block;
}
.tags-list li {
	float: left;
}
.tags-list li a {
	background-color: #efefef;
	color: #000;
	font-weight: 400;
	line-height: 100%;
	border-radius: 6px;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 14px;
	padding: 8px 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tags-list li a:hover {
	background-color: #3dabc0;

}

/* market-tags list */
.market-tags-list {
	display: inline-block;
}
.market-tags-list li {
	float: left;
}
.market-tags-list li a {
	background-color: #efefef;
	width: 195px;
	color: #000;
	font-weight: 300;
	/*line-height: 100%;*/
	border-radius: 6px;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 18px;
	padding: 20px 15px;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.market-tags-list li a:hover {
	background-color: #c3e0dc;
	color: #ffffff !important;
}

/* market-tags list-PTA */
.market-tags-list-sen {
	display: inline-block;
	margin-top: 10px;
}
.market-tags-list-sen li {
	float: left;
}
.market-tags-list-sen li a {
	background-color: #efefef;
	color: #000;
	font-weight: 300;
	line-height: 100%;
	border-radius: 6px;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 18px;
	padding: 20px;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.market-tags-list-sen li a:hover {
	background-color: #c3e0dc;

}
/* category widget */
.category-widget li {
	margin-bottom: 15px;
}
.category-widget li a {
	position: relative;
	color: #000;
	font-size: 15px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	margin-bottom: 1px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.category-widget li a:hover, .category-widget li a:hover span {
	color: #3dabc0;
}
.category-widget li a span {
	float: right;
	font-size: 11px;
	text-align: center;
	color: #84858a;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.category-widget li:last-child {
	margin-bottom: 0px;
}
/* subCategory */
.subcategory li a {
	color: #000;
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 4px;
	border-radius: 4px;
	background-color: #ccc;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.subcategory li a:hover, .subcategory li.active a {
	color: #fff;
	background-color: #3dabc0;
}
/* ===================================
	07. Carousel arrow style
=================================== */
/* carousel arrow style 1 */
.carousel-arrow-style-1 .owl-nav {
	text-align: center;
	position: absolute;
	top: -78px;
	right: 0;
}
.carousel-arrow-style-1 .owl-nav > button {
	margin: 0px 0px 0px 2px !important;
	background: none;
	border: 1px solid #dedede !important;
	color: #999;
	width: 26px;
	height: 26px;
	line-height: 22px;
	padding: 0;
	border-radius: 4px !important;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.carousel-arrow-style-1 .owl-nav > button:hover {
	background-color: #3dabc0 !important;
	border-color: #3dabc0 !important;
}
/* ===================================
	08. Instagram
=================================== */
.instagram-item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.instagram-item a {
	display: block;
	position: relative;
}
.instagram-item .insta-tag {
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.instagram-item .insta-tag span {
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	background-color: #3dabc0;
}
.instagram-item .instagram-item-actionbox {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.instagram-item .instagram-item-actionbox ul li {
	color: #fff;
	font-size: 14px;
}
.instagram-item:hover .instagram-item-actionbox, .instagram-item:hover .insta-tag {
	opacity: 1;
}
/* ===================================
	09. Footer
=================================== */
footer {
	background-color: #212425;
}
.footer-top .footer-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(207 207 206);
	margin-bottom: 30px;

}
/* footer social */
.footer-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: #9d9b9b;
	border-radius: 100%;
	margin-right: 6px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
	background-color: #bcaf9c;
}
/* footer link */
.footer-link li {
	position: relative;
	margin-bottom: 12px;
}
.footer-link li a {
	color: #ccc;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #cfcfce;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.footer-link li a:hover {
	color: #3dabc0;
}
/* footer contact us */
.footer-contact-us {
	background-color: #6e6e6e;
	padding: 20px 20px;
	border-top: 4px solid #3dabc0;
}
.footer-contact-us li {
	margin-bottom: 15px;
	color: #ccc;
	border-bottom: 1px solid rgba(255,2552,255,0.1);
	padding-bottom: 15px;
}
.footer-contact-us li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}
.footer-contact-us li h5 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 8px;
}

.footer-light .footer-link li a {
    color: #cfcfce;
}

.footer-light .footer-link li a:hover {
	color: #4ed5ef;
}
.footer-contact-us li a {
	color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-us li a:hover {
	color: #3dabc0;
}
/* copyright footer */
.copyright-footer {
	border-top: 1px dashed rgba(255,255,255,0.1);
}
/* footer light */
.footer-light {
	background-color: #979695;
	border-top: 6px solid #b6b6b6;
	min-width: 1200px; /*02141556*/
}
.footer-light .footer-top .footer-title {
	color: #cfcfce;
	border-bottom: 1px solid rgba(207,207,206);
}

.footer-light .copyright-footer {
	border-top: 1px dashed rgba(0,0,0,0.1);
	background-color: #eee;
}

.footer-light .copyright-footer a{
	color:#666666;
}
.footer-light .copyright-footer a:hover{
	color:#3dabc0;
}

/* ===================================
	10. 登录框
=================================== */
.header-middle .top-banner{
	border-radius: 10px;
	overflow: hidden;
	text-align:center;
}

.header-middle .top-banner form{
	float:right;

border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 8px;

}

.header-middle .top-banner a{
float: left;
	text-align:center;
	background-color: #bcaf9c;
	color:#ffffff;
	padding: 6px 20px;
	border-radius: 8px;
	font-size: 16px;
	margin-right:20px;
}

.header-middle .top-banner a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #aed6d2;
}


.top-banner img{
	border-radius: 10px;
}
/* ===================================
	11. Inner page title
=================================== */
.gallery-page {	min-width: 1200px; /*02141556*/}
.inner-page-title-bg {

	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index:0;
}
/*.inner-page-title-bg:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index:-1;
}*/
.inner-page-title {
	position: relative;
	min-width: 1200px; /*02141556*/
}
.inner-page-title .breadcrumb li {
	display: inline-block;
	font-size: 14px !important;
	margin: 0px;

	padding-left: 0px;
}
/*.inner-page-title .breadcrumb-item + .breadcrumb-item:before {
	content: "-";
}*/
.inner-page-title .breadcrumb li a {
	color: #3dabc0;
	font-size: 14px;
}
.inner-page-title .breadcrumb li a:hover {
	color: #333;
}
/* ===================================
	12. Single post
=================================== */
.post-single-title {
	font-size: 28px;
	line-height: 38px;
}
/* single post img */
.single-post-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.single-post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	background-color: #3dabc0;
	z-index: 2;
}
.single-post-label-2 {
	position: absolute;
	bottom: 25px;
	left: 25px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	background-color: #3dabc0;
	z-index: 2;
}
.single-post-label:hover, .single-post-label-2:hover {
	color: #fff;
}
/* single post video iframe */
.single-post-video-iframe {
	position: relative;
}
.single-post-video-iframe iframe {
	width: 100%;
	height: 400px;
	border: 0px;
	border-radius: 10px;
	overflow: hidden;
}
/* post single meta */
.single-post-meta-box {
	border-bottom: 1px solid #eee;
}
.single-post-meta li {
	color: #999;
	position: relative;
	margin-right: 16px;
	padding-right: 14px;
}
.single-post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.single-post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.single-post-meta li:last-child:before {
	display: none;
}
/* blockquote */
.single-post-content blockquote {
	background-color: #3dabc0;
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 15px 15px 100px;
	position: relative;
}
.single-post-content blockquote i {
	position: absolute;
	top: 50%;
	left: 25px;
	color: rgba(255,255,255,0.3);
	font-size: 50px;
	transform: translateY(-50%);
}
.single-post-content blockquote p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	color: #fff;
}
/* single post liststyle */
.single-post-liststyle li {
	padding-bottom: 8px;
}
.single-post-liststyle li i {
	color: #3dabc0;
	padding-right: 6px;
}
/* options tags */
.options-tags-list li {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.options-tags-list li:last-child {
	padding-right: 0px;
}
.options-tags-list li a {
	background-color: #efefef;
	color: #000;
	font-weight: 400;
	line-height: 100%;
	border-radius: 6px;
	margin: 0 0px 5px 0;
	display: inline-block;
	padding: 8px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.options-tags-list li a:hover {
	background-color: #3dabc0;
	color: #fff;
}
/* share post */
.share-this-post-list li {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.share-this-post-list li:first-child {
	padding-right: 6px;
	font-weight: 600;
}
.share-this-post-list li:last-child {
	padding-right: 0px;
}
.share-this-post-list li a {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	margin: 0 0px 5px 0;
	display: inline-block;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.share-this-post-list li a i {
	color: #fff;
	padding-right: 0px;
}
/* ===================================
	13. Comment box
=================================== */
.box-comment {
	margin-bottom: 40px;
}
.box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment .box-comment {
	margin-left: 40px;
	margin-top: 40px;
}
.box-comment .box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment figure {
	margin: 0 20px 0 0;
}
.box-comment figure img {
	border-radius: 100%;
	border: 1px dashed rgba(0,0,0,0.4);
}
.box-comment h6 {
	font-size: 18px;
	display: inline-block;
}
.box-comment h6 span {
	font-size: 12px;
	color: #6C6D74;
	font-weight: 300;
	width: 100%;
	display: inline-block;
	font-style: italic;
}
.box-comment h6 span span.current-year {
	width: auto;
	display: inline-block;
}
.box-comment .review-text {
	width: 100%;
}
.box-comment .review-text a {
	float: right;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #333;
	color: #fff;
	border-radius: 100%;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-comment .review-text a:hover {
	background-color: #3dabc0;
}
.box-comment p {
	margin-bottom: 0px;
}
/* ===================================
	14. Send comment form
=================================== */
.send-comment-form input {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
}
.send-comment-form textarea {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
}
/* ===================================
	15. Login, Register box
=================================== */
.sign-in-up-box input[type="email"], .sign-in-up-box input[type="password"], .sign-in-up-box input[type="text"] {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
}
.forgot-password {
	color: #333;
	text-decoration: underline;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.forgot-password:hover {
	color: #3dabc0;
	text-decoration: underline;
}
.no-account a {
	color: #333;
	text-decoration: underline;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.no-account a:hover {
	color: #3dabc0;
}
/* benefits liststyle */
.benefits-liststyle li {
	padding-bottom: 8px;
}
.benefits-liststyle li:last-child {
	padding-bottom: 0px;
}
.benefits-liststyle li i {
	color: #3dabc0;
	padding-right: 6px;
}

/* ===============2026 Register====================*/
.register26{ width: 70%;margin-left: 50px;}
.register26-h{    font-weight: 300; font-size: 24px;line-height: 36px;color: #ab8144;}
.register26-t{line-height: 20px; font-size: 16px;color: #cfcfce;}
.register26-n{margin-top: 20px;}
.register26-n span{width: 190px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background-color: #3dabc0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;color:#fff;
	border:0;border-radius:8px;
	padding: 10px;
    }
.register26-n span:hover{background-color: #bcaf9c;}
.register26-n a{}
.register26-n a:hover{}


/* ===============2026 Register-ms====================*/
.register26ms{ margin-left: 50px;}
.register26ms-h{  font-weight: 300; font-size: 24px;line-height: 36px;color: #ab8144;}
.register26ms-t{line-height: 24px; font-size: 16px;color: #cfcfce;  }
.register26ms-n {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background-color: #3dabc0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	border:0;border-radius:5px;
	padding: 5px;
    }
.register26ms-n:hover{background-color: #bcaf9c;}
.register26ms-n a{color:#ffffff;}
.register26ms-t a{color:#39bbcf;}
.register26ms-t a:hover{color:#bcaf9c;}

/* ===================================
	16. Contact us
=================================== */
/* map box */
.map-box iframe {
	width: 100%;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	border: 0px;
}
/* contact info */
.contact-info p {
	margin-bottom: 0px;
}
.contact-info li {
	margin-bottom: 20px;
}
.contact-info li h5 {
	padding-bottom: 8px;
}
.contact-info li h5 i {
	color: #3dabc0;
	padding-right: 6px;
	font-size: 16px;
}
.contact-info li:last-child {
	margin-bottom: 0px;
}
.contact-info li a {
	color: #8A8A93;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-info li a:hover {
	color: #3dabc0;
}
/* contact form */
.contact-form input {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
}
.contact-form textarea {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* ===================================
	17. About us
=================================== */
.about-img {
	border-radius: 10px;
	overflow: hidden;
}
.icon-list-style li {
	font-size: 14px;
	padding-bottom: 10px;
}
.icon-list-style li:last-child {
	padding-bottom: 0px;
}
.icon-list-style li i {
	font-size: 13px;
	color: #3dabc0;
}
/* ===================================
	18. Counter
=================================== */
.single-count-item {
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 25px 15px;
	text-align: center;
}
.single-count-item h3 {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0px;
	text-transform: capitalize;
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.single-count-item span {
	color: #3dabc0 !important;
	font-size: 50px;
	line-height: 36px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 0px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* ===================================
	19. 404 page
=================================== */
.error-text h2 {
	font-size: 50px;
	padding: 10px 0px;
	font-weight: 600;
}
/* ===================================
	20. Faq
=================================== */
.faq-box .accordion-item .accordion-header .accordion-button .fa-times-circle {
	display: inline-block;
	color: #3dabc0;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-times-circle {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-chevron-down {
	display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-chevron-down {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	position: relative;
}
.faq-box .accordion-item .accordion-header .accordion-button:after{
	display:none;
}
.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #333 !important;
	padding: 20px 20px !important;
	font-size: 14px;
	background-color: #f7f6f4;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:left;
}
.faq-box .accordion-item {
	margin-bottom: 10px;
	border: 1px dashed rgba(0,0,0,0.3) !important;
	border-radius: 10px !important;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	background-color: #f5f5f5;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #3dabc0 !important;
	padding: 20px !important;
	font-size: 14px;
	font-weight: 600;
	background-color: #f5f5f5;
	border-bottom: 1px dashed rgba(0,0,0,0.3) !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:left;
}
.faq-box .accordion-item .accordion-body ul {
	margin-left: 15px;
}
.faq-box .accordion-item .accordion-body ul li {
	list-style: circle;
}
/* ===================================
	21. Post video item
=================================== */
.post-video-item {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.post-video-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: 0;
}
.post-video-item .image {
	overflow: hidden;
}
.post-video-item .image img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-video-item:hover .image img {
	transform: scale(1.1);
}
.post-video-item .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	background-color: #3dabc0;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.post-video-item .link-box {
	position: absolute;
	top: 18px;
	right: 15px;
	line-height: 20px;
	z-index: 1;
}
.post-video-item .link-box a {
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-video-item .link-box a:hover {
	color: #3dabc0;
}
/* ===================================
	22. Gallery
=================================== */
.gallery-item {
	position: relative;
	overflow: hidden;
width: 300px;
display: inline-block;
    margin: 0 20px 0 0px;
    vertical-align: top;/*顶部对齐 */
}

/*text---1*/
.gallery-item-text {
	position: relative;
	overflow: hidden;
width: 500px;
display: inline-block;
    margin: 0 0px 0 20px;
}

.gallery-item-text ul li span{
	float: right;
	line-height: 36px;
}

.gallery-item-text ul{ }
.gallery-item-text ul li{ /*width: 100%; border-bottom: 1px dotted rgba(215, 213, 213);*/}
.reports-item a{ width: 100%; border-bottom: 1px dotted rgba(215, 213, 213);}

.gallery-item-text a h2 {
line-height: 36px;
    font-weight: 300;
    color: #000000;
	font-size: 18px;
}

.gallery-item-text a span {

}

.gallery-item-text ul li a span {
line-height: 24px;
display: block;
}
.gallery-item-text a  {
line-height: 20px;
    font-weight: 200;
padding: 0px 10px 10px 0px;
	display: inline-block;
	color: #666666;
	font-size: 16px;
	z-index: 2;
	/*white-space: nowrap; /* 文字不换行 */
   /* overflow: hidden;    /* 隐藏溢出的内容 */
    /*text-overflow: ellipsis; /* 显示省略号表示溢出的内容 */
}
.gallery-item-text a h2:hover {  color: #49AFC0;}
.gallery-item-text a:hover {  color: #49AFC0;}


/*text---2*/
.gallery-item-text2 {
	position: relative;
	overflow: hidden;
display: inline-block;
    margin: 0 0px 0 20px;
    width: 550px;
}
.gallery-item-text2 a h2 {
line-height: 36px;
    font-weight: 300;
    color: #4a4a4a;
	font-size: 18px;
}

.gallery-item-text2 a h2:hover {  color: #49AFC0;}
.gallery-item-text2 a:hover {  color: #49AFC0;}

.gallery-item-text2 a span {

display: block;
}
.gallery-item-text2 ul li span{
	float: right;
	line-height: 36px;
}

.gallery-item-text2 a  {
line-height: 20px;
    font-weight: 200;
padding: 0px 10px 10px 0px;
	display: inline-block;

	color: #333333;
	font-size: 16px;
	z-index: 2;
}



.gallery-item img{
	width: 300px;
    height: 250px;
	border-radius: 10px;
}

.gallery-item .img-link{
	height:initial;
	padding: initial;
}


.gallery-item a h2 {
	line-height: 24px;
    font-weight: 200;

	padding: 10px 10px;
	display: inline-block;

	color: #373737;
	font-size: 18px;
	z-index: 2;
}

.gallery-item a h2:hover {color: #3daac0;}

.gallery-item a  {
	line-height: 24px;
    font-weight: 200;
	height:70px;
	padding: 10px 10px;
	display: inline-block;

	color: #373737;
	font-size: 16px;
	z-index: 2;
}


/*.gallery-item:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background-color: transparent;
	border-left: 2px solid #3dabc0;
	border-top: 2px solid #3dabc0;
	top: 15px;
	border-radius: 10px 0px 10px 0px;
	left: 15px;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background-color: transparent;
	border-right: 2px solid #3dabc0;
	border-bottom: 2px solid #3dabc0;
	bottom: 15px;
	border-radius: 10px 0px 10px 0px;
	right: 15px;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item:hover:after, .gallery-item:hover:before {
	opacity: 1;
}*/
.gallery-item .post-label {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	background-color: #3dabc0;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
/*.gallery-item img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item .thumb-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item:hover img {
	transform: scale(1.1);
}*/
.gallery-item .thumb-overlay a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item:hover .thumb-overlay {
	background-color: rgba(0,0,0,0.6);
}
.gallery-item:hover .thumb-overlay a {
	transform: scale(1);
}
#gallerylist .gallerydiv {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}

#gallerylist2 .gallerydiv2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
/* ========== filter 1 ========== */

.filter1 {
	margin-bottom: -1px;
	margin-top: 10px;
}

.filter1 li span {
	cursor: pointer;
	padding: 6px 15px 6px 15px;
	display: inline-block;
	position: relative;
	font-size: 18px;

}
/*.filter1 li span:after {
	position: absolute;
	content: "";
	width: 8px;
	background-color: #ccc;
	height: 8px;
	border-radius: 100%;
	top: 50%;
	right: -7px;
	transform: translateY(-50%);
	opacity: 0.5;
}*/
.filter1 li:last-child span:after {
	display: none;
}
.filter1 li span.active {
	border-bottom: 1px solid #3dabc0;
	color: #3dabc0;
	font-weight: 300;
}
/* ===================================
	23. Privacy policy
=================================== */
.privacy-policy-content h3 {
	color: #3dabc0;
	font-size: 22px;
}
.privacy-policy-content p {
	margin-bottom: 0px;
}
.privacy-policy-content ul li {
	padding-bottom: 8px;
}
.privacy-policy-content ul li:last-child {
	padding-bottom: 0px;
}
.privacy-policy-content ul li i {
	color: #3dabc0;
	padding-right: 6px;
}



/* ===================================
	tabBox
=================================== */
/*-----------------tabÇÐ»»----*/

.tabBox{margin-bottom:2px;position:relative;}
.container > .tabBox{min-height:385px; display: inline-block;}
.tabBox .tabNav { overflow:hidden;  margin-top:13px;margin-bottom:30px;border-right:solid 0px #dadee1;height:35px;border-left:solid 0px #C8C8C8;}
.tabBox .tabNav li {height:35px;float:left; padding:0px 10px; cursor:pointer;line-height:35px;border-right:solid 0px #dadee1;font-size: 14px;}
.tabBox .tabNav li.gleft {height:35px;float:left; padding:0px 6px; cursor:pointer;line-height:35px;border-right:solid 0px #dadee1;}
.tabBox .tabNav li.gright {
    float: right;
    padding: 0px 10px !important;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    position: relative;
    font-size: 18px;
 }
 
 .tabBox .tabNav li.gright2 {
    float: right;
    padding: 0px 10px !important;
    cursor: pointer;
    line-height: 36px;
    display: inline-block;
    position: relative;
    font-size: 18px;
 }
    
.tabBox .tabNav li.gright a{color:#666666; }    
.tabBox .tabNav li.gright2 a{color:#666666; }    
    
.tabBox .tabNav span.gright {height:35px;float:right; padding:0px 6px!important; *padding:0px 3px!important; cursor:pointer;line-height:35px;border-left:solid 0px #dadee1;border-right:solid 0px ;}

.tabBox .tabNav li.now2015 { 
	    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    border-bottom: 4px solid;
    padding: 0px 12px 0px 0px;
    align-items: center;
    border-color: #bcaf9c !important;
cursor: default;
	}
	
.tabBox .tabNav li.now { color: #3dabc0; margin-left:0px;  }
.tabBox .tabNav li.now a{ color: #3dabc0;  }
.tabBox .tabCont { display:none; background:#fff;border-top:none;}
.tabBox .tab-right {float: right}
.tabBox .tabCont ul li div.vipcont img.vipimg {float: left;width: 111px;height:78px;line-height: 24px;font-size: 12px;text-align: center;background-color: #3F3F3F;color: #FFF;overflow: hidden;margin: 2px 2px 0px 5px;text-decoration: none;}
.firsttab2015{color:#666666;}
.clear {ZOOM: 1}
.tabCont table {border-collapse: collapse;border-spacing: 0;}
.tabCont table{font-size:14px;color:#333333;width: 100%;}
.tabCont table th {line-height:32px;background:#73ade5;color:#fff; font-weight:bold;text-align:center;font-size:15px;border-bottom:solid 1px #dadee1;}
.tabCont table td {line-height:30px;text-align:center;}
.tabCont table tr th:first-child,.tabCont table tr td:first-child {text-align:left;padding-left:5px;}
/*.tabCont table tr th:last-child,.tabCont table tr td:last-child {text-align:right;padding-right:5px;}*/
.tabCont table tr.now td{background:#F8F8F8;}
.tabCont table tr:nth-child(even) td{background:#F8F8F8;}
.lasn26{margin-left: 520px;float: left;}
.lasn26-latestnews{margin-left: 510px;float: left;}
.lasn26-reports{float: right;}

/********产品页小图表********/
.chartBox{
	width:100%;
	height:250px;
}

/* ========Focus文章页我要订购=======*/
.sltinput {
	width:90%;
	background:url(/themes/img/09.gif) no-repeat right center;
	cursor:pointer;
	border:1px solid #ccc;

	padding:3px;
	color:#666
}
.OpenFloatBoxBg {
	position:absolute;
	display:none;
	background:#666
}
.OpenFloatBox {
	border:#999 1px solid;
	position:fixed;
	width:850px

}
.OpenFloatBox .title {
	background:url(/themes/img/72.gif) repeat-x;
	height:30px;
	color:#333
}
.OpenFloatBox .title h4 {
	line-height:16px;
	margin:0;
	float:left;
	font-size:14px;
	padding:7px 10px 0
}
.OpenFloatBox .title .DialogClose {
	width:30px;
	display:block;
	background:url(/themes/img/72.gif) no-repeat 0 -30px;
	float:right;
	height:30px;
	cursor:pointer
}
.OpenFloatBox .title .spanhover {
	background-position:0 -60px
}
.OpenFloatBox .tip {
	line-height:30px;
	padding-left:26px;
	background:url(/themes/img/72.gif) #fff no-repeat 0 -90px;
	height:30px;
	color:#f60
}
.OpenFloatBox .selecteditem {
	border:#f96 1px solid;
	padding:10px 0;
	background-color:#fffeee;
	width:100%;
	display:none;
	color:red
}
.OpenFloatBox .selecteditem .empty {
	color:#06c;
	cursor:pointer
}
.OpenFloatBox .selecteditem label {
	padding-left:5px;
	width:250px;
	display:block;
	float:left;
	color:#390;
	cursor:pointer;
	margin-right:5px;
	font-size:10px;
}
.OpenFloatBox .txt {
	padding:0 15px 15px
}
.OpenFloatBox .content {
	background-color:#fff;
	width:100%
}
.OpenFloatBox .content .item {
	width:250px;
	float:left;
	height:20px;
	cursor:pointer;
	margin-right:5px
}
.OpenFloatBox .content .item .titem {
	z-index:1;
	position:absolute;
	width:250px;
	float:left;
}
.OpenFloatBox .content .item .titemhover {
	border:#f90 1px solid;
	background-color:#fffef0;
	color:#f60;
	font-weight:700
}
.OpenFloatBox .content .item .sitem {
	z-index:2;
	border:#f90 1px solid;
	position:absolute;
	background-color:#fffef0;
	margin-top:20px;
	width:150px;
	display:none
}
.OpenFloatBox .content .item .sitem label {
	padding-bottom:5px;
	line-height:23px
}
.ltitle{padding:5px;border-bottom:dotted 1px #cdcdcd;color:#f60;}
/********页脚********/
 .mb-0ft {
    color: #666666;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}  

.col-lg-4footer p {
    line-height: 24px;
    font-size: 14px;
    color: #cfcfce;
}

/*------------------------------------------------save2.css文件 模板newscenter/news_text.php中定义--------------------*/

.imcm ul,.imcm li,.imcm div,.imcm span,.imcm a{text-align:left;vertical-align:top;padding:0px;margin:0;list-style:none outside none;border-style:none;background-image:none;clear:none;float:none;position:static;overflow:visible;line-height:normal;}
.imcm li a img{display:inline;border-width:0px;}
.imcm span{display:inline;}
.imcm .imclear,.imclear{clear:both;height:0px;visibility:hidden;line-height:0px;font-size:1px;}
.imcm .imsc{position:relative;}.imcm .imsubc{position:absolute;visibility:hidden;}
.imcm li{list-style:none;font-size:1px;float:left;    margin-right: 20px;
    background-color: #dee6e7;
    padding: 7px 15px 7px 8px;border: 1px solid #dcdddd;border-radius: 5px;}

.imcm li:hover{ color:ffffff;background-color: #bcaf9c;}    
.imcm ul ul li{width:100%;float:none !important;}
.imcm a{position:relative;}
.imcm ul .imsc,.imcm ul .imsubc {z-index:10;}
.imcm ul ul .imsc,.imcm ul ul .imsubc{z-index:20;}
.imcm ul ul ul .imsc,.imcm ul ul ul .imsubc{z-index:30;}
.imde ul li:hover .imsubc{visibility:visible;}
.imde ul ul li:hover  .imsubc{visibility:visible;}
.imde ul ul ul li:hover  .imsubc{visibility:visible;}
.imde li:hover ul  .imsubc{visibility:hidden;}
.imde li:hover ul ul .imsubc{visibility:hidden;}
.imde li:hover ul ul ul  .imsubc{visibility:hidden;}
.imcm .imea{display:block;position:relative;left:0px;font-size:1px;line-height:1px;height:0px;width:1px;float:right;}
.imcm .imea span{display:block;position:relative;font-size:1px;line-height:0px;}
.dvs,.dvm{border-width:0px}.imcm .imea span{position:absolute;}
.imcm .imclear,.imclear{display:none;}.imcm{zoom:1;}
 .imcm li{curosr:hand;} .imcm ul{zoom:1}.imcm a{zoom:1;}.imcm .imsubc{background-image:url(ie_css_fix);}

	/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam span,#imenus0 .imeamj span {background-image:url(/themes/images/light_arrow_down.gif); width:9px; height:6px; left:-3px; top:5px; background-repeat:no-repeat;background-position:top left;}
	#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span {background-image:url(/themes/images/light_arrow_down.gif); background-repeat:no-repeat;background-position:top left;}


	/* --[[ Sub Expand Icons ]]-- */
	#imenus0 ul .imeas span,#imenus0 ul .imeasj span {background-image:url(/themes/images/medium_purple_right.gif); width:6px; height:9px; left:-6px; top:3px; background-repeat:no-repeat;background-position:top left;}
	#imenus0 ul li:hover .imeas span,#imenus0 ul li a.iactive .imeasj span {background-image:url(/themes/images/medium_purple_right.gif); background-repeat:no-repeat;background-position:top left;}


	/* --[[ Main Container ]]-- */
	#imouter0 {border-style:none; border-color:#6a6a6a; border-width:1px; padding:0px; margin:0px; }


	/* --[[ Sub Container ]]-- */
	#imenus0 li ul {background-color:#c1e9f4; border-style:solid; border-color:#bcbcbc; border-width:1px; padding:5px; margin:2px 0px 0px; }

		/* [Underlayment (Drop Shadow)] */
		#imenus0 .imunder {background-color:#a2a2a2; top:3px; left:3px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);opacity:0.50;-moz-opacity:0.50;}


	/* --[[ Main Items ]]-- */
	#imenus0 li a, #imenus0 .imctitle { color:#666666; text-align:left; font-size:14px; font-weight:normal; text-decoration:none; border-style:none; padding:5px 8px;  }
	#imenus0 li a:hover {text-decoration:underline; color:#ffffff;}

		/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a {text-decoration:none;color:#ffffff; }
		#imenus0 li a.ihover, .imde imenus0 a:hover {text-decoration:none; color:#ffffff;}

		/* [active] */
		#imenus0 li a.iactive {}


	/* --[[ Sub Items ]]-- */
	#imenus0 ul a, #imenus0 .imsubc li .imctitle  {background-color:transparent; color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:4px 5px; }

		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 ul li:hover>a {color:#000000; text-decoration:underline; }
		#imenus0 ul li a.ihover {color:#000000; text-decoration:underline; }

		/* [active] */
		#imenus0 ul li a.iactive {background-color:#ffffff; }
		
		
		
/*------------------------------------------------save2.css文件 end--------------------*/		
.new2026text {color: #000000; }	
.new2026text p{line-height: 26px; }	
.new2026text-bg { }	

.new2026text-bg h2 {margin: 20px 0px; }	
 
.new2026text-bg table {margin-bottom: 10px; }	
.new2026text-bg table tr{ }	
.new2026text-bg table tr td{}	
.px2026t-1 {font-size: 14px;  font-weight: 600; }	    
.px2026t-2 {font-size: 14px;}	    
.px2026t-3 { }	    
.px2026t-4 {width: 200px; }	  
.px2026t-4 .btn{ padding: 3px 8px;background-color: #dee6e7; font-size: 12px;}	  
.px2026t-4 .btn:hover{ padding: 3px 8px;background-color: #bcaf9c;color: #ffffff;}	  

.abstrtext {padding: 10px;
    margin: 15px 0;
    background-color: #f7f6f4;
    border: 1px dashed #d6dcdd;
    border-radius: 8px; 
    color: #9d7f50;
    font-style: italic;
    font-size: 14px;
    line-height: 28px;
    }	
.risk_warning {color: #999999;
     font-size: 12px; 
     border-top: 1px dashed #d6dcdd;
    padding: 10px 0;
    /* font-style: italic;*/ }	
    



.newsview_footer { }	

.npx12 {
font-size: 14px;
    line-height: 180%;
    color: #000000;
    text-decoration: none;
    display: inline-block;
}
a.npx12:hover {color: #3dabc0; font-size: 14px;  line-height: 180%;text-decoration: underline;}



.right-text26 { }	

.right-text26 .adver26 {margin: 10px 0; }	
.right-text26 .adver26 a::before {content: none;}

.right-text26  table tr a{border-bottom: 1px dotted rgba(215, 213, 213);}

.right-text26 .tn6 table tr td span{display: inline-block;margin-top: 7px;}
.right-text26 .tn6 table tr td span:before {
 content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 0px;
    font-size: 12px;
    margin-right: 5px;
    color: #3cacbf;
}

/*
.right-text26 a:before {
 content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 0px;
    font-size: 12px;
    margin-right: 5px;
    color: #3cacbf;
}

.right-text26 a:before hover {
    text-decoration: none !important;
}
*/

.np26{
	font-size: 14px;
    color: #000000;
    text-decoration: none;
	display: inline-block;
	/*white-space: nowrap;
    overflow: hidden;
   	text-overflow: ellipsis;*/
	width: 360px;
    padding: 5px 0;
     line-height: 20px;
     float: right;
}

.np26:hover {color: #3dabc0; font-size: 14px;   line-height: 20px;text-decoration: underline;}


.mb-30 {margin-bottom: 30px;}

.news26num {text-align: center; }
.news26titl { display: flex; align-items: center;  }
.news26time{ }
.news26list { }
.news26split { height: 50px;}
.news26split .hx .button2 {float: left;
    text-align: center;
    background-color: #bcaf9c;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 5px;  }
.news26split .hx .button{
	float: left;
    text-align: center;
    background-color: #e4e3e3;
    float: left;
    text-align: center;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 5px;
    
    }
    .news26split .hx .button:hover{ background-color: #bcaf9c; color: #ffffff; padding: 3px 10px;}
.news26split .hx a{ color: #e4e3e3; }
.news26split .hx a:hover{ color: #bcaf9c; }
.news26split .hx input[type="text"] { float: left;
    text-align: center;
    font-size: 14px;
    margin-right: 8px;
    cursor: pointer;
    border: solid 1px #eaeaea;
    border-radius: 3px;
    background: #fff;
    color: #333333;
    padding: 3px 8px;
    border-radius: 5px; }
.news26split .hx input[type="submit"] 
   {background: linear-gradient(to bottom right, #3abab5, #3daac1);
    color: #fff;
    display: inline-block;

    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;  }
.mb-30 { }

.news26list table{  }
.news26list table tr{ border-bottom: 1px dashed #dfdcdc; }
.news26list table tr:hover{ background-color:#f3f3f3; }
.news26list table td{padding: 5px; line-height: 24px; }

/*------------------------------------------------文章内页Focus表单-------------------*/		

.contactlistorder .inputtex{
    border: 1px solid #c7c7c7;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
}
.contactlistorder .bouut{
    border: 1px solid #c7c7c7;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
}

.contactlistorder table tr td{ padding: 5px;}
.contactlistorder .inputtex{ }
.contactlistorder .button26 {
    background: linear-gradient(to bottom right, #3abab5, #3daac1);
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
}


/*------------------------------------------------research及切换-------------------*/		

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: 
   
}
.tabs-custom {
    text-align: left;
}

.tabs-line .nav-tabs {
    position: relative;
    text-align: center;
}
.nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0;
}
.nav {
    display: block;
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-line .nav-tabs {
        border: 0;
        border-bottom: 1px solid #ebebeb;
    }
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-line .nav-item {
        display: inline-block;
        margin-bottom: -1px;
    }
}

@media (min-width: 768px) {
    .tabs-line .nav-item {
        transform: translate3d(0, 0, 0);
        will-change: transform;
    }
}

.nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
}

@media (min-width: 1200px) {
    .tabs-line .nav-link {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .tabs-line .nav-link {
        position: relative;
        font-size: 19px;
    }
}

.tabs-line .nav-link {
    display: block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    vertical-align: middle;
    color:#666666;
}

.tabs-line .nav-link a:hover{
    color:#3dabc0;
}

.tabs-line .nav-link span hover{
    color:#3dabc0;
}

.nav-link.active {
    cursor: default;
}

.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    padding: 0 5px;
}

@media (min-width: 992px) {
    .tabs-horizontal.tabs-line .nav-link span {
        padding-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .tabs-line .nav-link span {
        position: relative;
        display: inline-flex
;
        padding: 12px 2px 13px;
        margin-bottom: -1px;
    }
}

.tabs-line .nav-link span {
    line-height: 1.4;
}

@media (min-width: 768px) {
    .tabs-line .nav-link.active span::after {
        left: 0;
        right: auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .tabs-line .nav-link span::after {
        content: '';
        position: absolute;
        right: 0;
        left: auto;
        bottom: 0;
        height: 3px;
        width: 0;
        transition: .33s;
        background: #bcaf9c;
    }
}

 .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
  margin-right: 20px;
 }
 .tabs-horizontal.tabs-line * + .tab-content {
  margin-top: 30px;
 }
 
 .tab-content > .active {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: visible;
    display: block;
}

.box-modern {
 /*padding: 25px 15px;*/
 border-radius: 20px;
 box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
 background: #ffffff;
 text-align: left;
 margin-bottom: 30px;
 height: 430px;
}

.box-modern-title {
 font-family:"Helvetica Neue", Arial, sans-serif;
 font-size: 16px;
 line-height: 1.3;
 color: #3c3c3c;
 padding: 15px 20px 0px 20px;
}

.box-modern-title a{color: #3c3c3c;}
.box-modern-title a:hover{color: #3daac1;}

.box-modern-i {
 /*padding: 25px 15px;*/
 border-radius: 20px;
 box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
 background: #bcaf9c;
 text-align: left;
  color: #ffffff;
}

.box-modern-api1{
 /*padding: 25px 15px;*/
 border-radius: 20px;
 box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
 background: #39cabb;
 text-align: left;
  color: #ffffff;
}

.box-modern-api2{
 /*padding: 25px 15px;*/
 border-radius: 20px;
 box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
 background: #3bb5b9;
 text-align: left;
  color: #ffffff;
}

.box-modern-title-i {
 font-family:"Helvetica Neue", Arial, sans-serif;
 font-size: 24px;
 line-height: 1.3;

 padding: 0 20px;
}
    .box-modern-text-i {
font-size: 18px;
    padding: 10px 20px 30px 20px;
    line-height: 22px;
    }

 .box-modern-text-i span {
font-size: 30px;

f
    }

.box-modern-media {
 position: relative;
 margin-left: auto;
 margin-right: auto;
}

.box-modern-media img {

    border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    width: 404px;
    height: 260px;
}

.box-modern-circle-1,
.box-modern-circle-2 {
 position: absolute;
 border-radius: 50%;
}
.box-modern-circle-1 {
 left: 0;
 bottom: 0;
 width: 1.23em;
 height: 1.23em;
 background: #e2fcfe;
}
.box-modern-circle-2 {
 top: 0;
 right: 0;
 width: 0.54em;
 height: 0.54em;
 background: #f9f9ef;
}
.box-modern_alternate .box-modern-circle-1 {
 top: 0;
 bottom: auto;
}
.box-modern_alternate .box-modern-circle-2 {
 top: auto;
 bottom: 0;
}
.box-modern_alternate-1 .box-modern-circle-1 {
 right: 0;
 left: auto;
}
.box-modern_alternate-1 .box-modern-circle-2 {
 right: auto;
 left: auto;
}
.box-modern-icon {
 position: relative;
 z-index: 2;
 right: -5%;
 font-size: inherit;
 color: #34a581;
 opacity: .7;
}
.box-modern-sm .box-modern-media {
 width: 1.7em;
}
.box-modern-sm .box-modern-icon {
 opacity: 1;
}
@supports (-webkit-background-clip: text) {
 .box-modern-icon {
  background: linear-gradient(30deg, #13c3dd, #62e3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
}
* + .box-modern-text {
 margin-top: 12px;
}
@media (max-width: 575.98px) {
 .box-modern {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
 }
}
@media (min-width: 768px) {
 .box-modern {
   /*padding: 45px 25px;*/
 }
 .box-modern-title {
  font-size: 22px;
 }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
 .box-modern {
  padding-left: 9px;
  padding-right: 9px;
 }
}
@media (min-width: 1200px) {
 .box-modern {
   /*padding-top: 55px;*/
    /* padding-bottom: 60px;*/
 }
 .box-modern-media {
  font-size: 85px;
 }
 .box-modern-title {
  font-size: 24px;
 }
 .box-modern-text {
  font-size: 16px;
  line-height: 1.52941;
 }
 * + .box-modern-text {

 }
 .box-modern-sm .box-modern-media {
  font-size: 64px;
 }
 .box-modern-sm .box-modern-title {
  font-size: 22px;
 }
 .box-modern-sm .box-modern-text {
  font-size: 15px;
 }
}
@media (min-width: 1600px) {
 .box-modern-title {
  font-size: 24px;
 line-height: 28px;
 }
 
 .box-modern-time {
 	padding: 0 20px;
  font-size: 14px;
 line-height: 18px;
 color:#666666;
 }
  .box-modern-time span {
 color:#000000;
 }
 .box-modern-btn {
 	padding: 0 20px 20px 20px;
  font-size: 14px;
 }
 .box-modern-btn a{
 font-size: 14px;
color: #ffffff;
 padding: 6px 12px;
 background-color: #bcaf9c;
 border-radius: 20px;
 }
  .box-modern-btn a:hover{

 background-color: #3ab8b6;

 }

 .box-modern-btn span em{
font-style: normal;
    padding: 0 2px;
font-family: simsun;
 }
 
 .box-modern-text {
  font-size: 18px;
padding: 0 20px;
line-height: 22px;
 }
}

 .box-modern-title {
  font-size: 24px;
 line-height: 28px;
 }
 
 .box-modern-time {
 	padding: 0 20px;
  font-size: 14px;
 line-height: 18px;
 color:#666666;
 }
  .box-modern-time span {
 color:#000000;
 }
 
 .box-modern-btn {
 	padding: 0 20px 20px 20px;
  font-size: 14px;
 }
 .box-modern-btn a{
 font-size: 14px;
color: #ffffff;
 padding: 6px 12px;
 background-color: #bcaf9c;
 border-radius: 20px;
 }
  .box-modern-btn a:hover{background-color: #3ab8b6; }

 .box-modern-btn span em{
font-style: normal;
    padding: 0 2px;
font-family: simsun;
 }
 
 
 
 .resfou-more {text-align: center;margin-bottom: 50px; }
 .resfou-more a{
 font-size: 18px;
color: #ffffff;
 padding: 12px 30px;
 background-color: #d3c1a7;
 border-radius: 30px;
 }
  .resfou-more a:hover{background-color: #3ab8b6; }

 .resfou-more a em{
font-style: normal;
    padding: 0 2px;
font-family: simsun;
 }
 
 
 .box-modern-text {
  font-size: 18px;
padding: 0 20px;
line-height: 22px;
 }

.translcon:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.translcon {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

/*
* Element groups
*/
html body .group {
 margin-bottom: -10px;
 margin-left: -20px;
}
html body .group:empty {
 margin-bottom: 0;
 margin-left: 0;
}
html body .group > * {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 10px;
 margin-left: 20px;
}
html body .group-xs {
 margin-bottom: -10px;
 margin-left: -12px;
}
html body .group-xs:empty {
 margin-bottom: 0;
 margin-left: 0;
}
html body .group-xs > * {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 10px;
 margin-left: 12px;
}
html body .group-xl {

 margin: 30px 20px 10px 0px;

}
html body .group-xl:empty {
 margin-bottom: 0;
 margin-left: 0;
}
html body .group-xl > * {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 20px;

}
@media (min-width: 992px) {
 html body .group-xl {

 }
 html body .group-xl > * {
        margin: 0px 20px 10px 0px;

 }
}
html body .group-buttons-responsive {
 margin-bottom: -10px;
 margin-left: -10px;
}
html body .group-buttons-responsive:empty {
 margin-bottom: 0;
 margin-left: 0;
}
html body .group-buttons-responsive > * {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 10px;
 margin-left: 10px;
}
@media (max-width: 575.98px) {
 html body .group-buttons-responsive .button {
  font-size: 13px;
  padding: 10px 20px;
 }
}
@media (min-width: 768px) {
 html body .group-buttons-responsive {
  margin-left: -20px;
 }
 html body .group-buttons-responsive > * {
  margin-left: 20px;
 }
}
.group-1 {
 margin-bottom: -15px;
 margin-left: -15px;
}
.group-1:empty {
 margin-bottom: 0;
 margin-left: 0;
}
.group-1 > * {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 15px;
 margin-left: 15px;
}
.group-1 .button {
 margin-top: 0;
 min-width: 200px;
}
.group-middle {
 display: inline-table;
}
.group-middle > * {
 vertical-align: middle;
}
.group-custom {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 max-width: 100%;
 margin-bottom: -10px;
 margin-left: -15px;
}
.group-custom:empty {
 margin-bottom: 0;
 margin-left: 0;
}
.group-custom > * {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 10px;
 margin-left: 15px;
}
.group-custom > * {
 flex: 0 1 100%;
 padding-left: 20px;
 padding-right: 20px;
}
@media (min-width: 576px) {
 .group-custom {
  flex-wrap: nowrap;
 }
 .group-custom > * {
  flex: 1 1 auto;
 }
}
* + .group {
 margin-top: 30px;
}
* + .group-xs {
 margin-top: 15px;
}
* + .group-xl {
 margin-top: 30px;
}
* + .group-1 {
 margin-top: 30px;
}
* + .group-custom {
 margin-top: 25px;
}
* + .group-buttons-responsive {
 margin-top: 25px;
}
@media (min-width: 768px) {
 * + .group-buttons-responsive {
  margin-top: 33px;
 }
}
@media (min-width: 768px) {
 * + .group {
  margin-top: 33px;
 }
 * + .group-xs {
  margin-top: 33px;
 }
}


/*
* Buttons
*/
.button {
 position: relative;
 overflow: hidden;
 display: inline-block;
 padding: 10px 35px;
 font-size: 14px;
 line-height: 1.4;
 border: 2px solid;
 border-radius: 10px;
 font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
 font-weight: 600;
 letter-spacing: 0.1em;
 text-transform: none;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: center;
 cursor: pointer;
 vertical-align: middle;
 user-select: none;
 transition: 250ms all ease-in-out;
}
@media (max-width: 575.98px) {
 .button {
  padding: 10px 15px;
 }
}
.button-block {
 display: block;
 width: 100%;
}
.button-default,
.button-default:focus {
 color: #8491a5;
 background-color: #2c343b;
 border-color: #2c343b;
}
.button-default:hover,
.button-default:active {
 color: #ffffff;
 background-color: #34a581;
 border-color: #34a581;
}
.button-default.button-ujarak::before {
 background: #34a581;
}
.button-primary,
.button-primary:focus {
 color: #ffffff;
 background-color: #34a581;
 border-color: #34a581;
}
.button-primary:hover,
.button-primary:active {
 color: #ffffff;
 background-color: #bcaf9c;
 border-color: #bcaf9c;
}
.button-primary.button-ujarak::before {
 background: #bcaf9c;
}
.button-gray-700,
.button-gray-700:focus {
 color: #ffffff;
 background-color: #3f4856;
 border-color: #3f4856;
}
.button-gray-700:hover,
.button-gray-700:active {
 color: #ffffff;
 background-color: #34a581;
 border-color: #34a581;
}
.button-gray-700.button-ujarak::before {
 background: #34a581;
}
.button-secondary,
.button-secondary:focus {
 color: #ffffff;
 background-color: #bcaf9c;
 border-color: #bcaf9c;
}
.button-secondary:hover,
.button-secondary:active {
 color: #ffffff;
 background-color: #34a581;
 border-color: #34a581;
}
.button-secondary.button-ujarak::before {
 background: #34a581;
}
.button-color-8,
.button-color-8:focus {
 color: #ffffff;
 background-color: #869098;
 border-color: #869098;
}
.button-color-8:hover,
.button-color-8:active {
 color: #ffffff;
 background-color: #34a581;
 border-color: #34a581;
}
.button-color-8.button-ujarak::before {
 background: #34a581;
}
.button-primary-outline,
.button-primary-outline:focus {
 color: #34a581;
 background-color: transparent;
 border-color: #34a581;
}
.button-primary-outline:hover,
.button-primary-outline:active {
 color: #ffffff;
 background-color: #34a581;
 border-color: #34a581;
}
.button-primary-outline.button-ujarak::before {
 background: #34a581;
}

/*--------------1------------*/
.button-default-outline,
.button-default-outline:focus {
 color: #ffffff;
background: -webkit-gradient(linear, left top, right bottom, from(#3abab5), to(#3daac1));
 background: linear-gradient(to bottom right, #3abab5, #3daac1);
 border-color: #ebebeb;
}
.button-default-outline:hover,
.button-default-outline:active {
 color: #ffffff;
 background-color: #bcaf9c;
 background: -webkit-gradient(linear, left top, right bottom, from(#3daac1), to(#3abab5));
 background: linear-gradient(to bottom right, #3daac1, #3abab5);
 border-color: #c3e0dc;
}
/*--------------2------------*/

.button-default-outline2,
.button-default-outline2:focus {
 color: #ffffff;
background: -webkit-gradient(linear, left top, right bottom, from(#7dede9), to(#40c9bd));
background: linear-gradient(to bottom right, #7dede9, #40c9bd); 
border-color: #ebebeb;
}
.button-default-outline2:hover,
.button-default-outline2:active {
 color: #ffffff;
 background-color: #bcaf9c;
 background: -webkit-gradient(linear, left top, right bottom, from(#40c9bd), to(#7dede9));
 background: linear-gradient(to bottom right, #40c9bd, #7dede9);
 border-color: #c3e0dc;
}
/*--------------------------*/
.mdi-research  {
    background: url(../images/research.png) left center no-repeat;
}




.button-default-outline.button-ujarak::before {
 background: #bcaf9c;
}
.button-ghost {
 border: 0;
 background-color: transparent;
}
.button-ghost:hover {
 color: #ffffff;
 background: #34a581;
}
.button-facebook,
.button-facebook:focus {
 color: #ffffff;
 background-color: #4970bf;
 border-color: #4970bf;
}
.button-facebook:hover,
.button-facebook:active {
 color: #ffffff;
 background-color: #3e64b0;
 border-color: #3e64b0;
}
.button-facebook.button-ujarak::before {
 background: #3e64b0;
}
.button-twitter,
.button-twitter:focus {
 color: #ffffff;
 background-color: #63c9eb;
 border-color: #63c9eb;
}
.button-twitter:hover,
.button-twitter:active {
 color: #ffffff;
 background-color: #4cc1e8;
 border-color: #4cc1e8;
}
.button-twitter.button-ujarak::before {
 background: #4cc1e8;
}
.button-google,
.button-google:focus {
 color: #ffffff;
 background-color: #e2411e;
 border-color: #e2411e;
}
.button-google:hover,
.button-google:active {
 color: #ffffff;
 background-color: #cc3a1a;
 border-color: #cc3a1a;
}
.button-google.button-ujarak::before {
 background: #cc3a1a;
}
.button-shadow {
 box-shadow: 1px 6px 8px 0 rgba(75, 81, 91, 0.11);
}
.button-shadow:focus,
.button-shadow:active {
 box-shadow: none;
}
.button-ujarak {
 position: relative;
 z-index: 0;
 transition: background .4s, border-color .4s, color .4s;
}
.button-ujarak::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #34a581;
 z-index: -1;
 opacity: 0;
 transform: scale3d(0.7, 1, 1);
 transition: transform 0.42s, opacity 0.42s;
 border-radius: inherit;
}
.button-ujarak,
.button-ujarak::before {
 transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-ujarak:hover {
 transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}
.button-ujarak:hover::before {
 opacity: 1;
 transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/**
* Button effects
*/
.button-winona {
 position: relative;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 vertical-align: middle;
 text-align: center;
 transform: translate3d(0, 0, 0);
 white-space: nowrap;
}
.button-winona .content-original,
.button-winona .content-dubbed {
 vertical-align: middle;
 transition: transform .4s, clip-path .4s;
}
.button-winona .content-original {
 display: block;
 font-size: 24px;
    font-weight: 300;
    letter-spacing: 0px;
 /*clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);*/
}
.button-winona .content-dubbed {
 position: absolute;
 top: 0;
 margin: auto;
 filter: blur(0px);
 display: flex;
 align-items: center;
 justify-content: center;
 width: auto;
 height: 100%;
 padding: inherit;
  /*clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);*/
 white-space: nowrap;
  font-size: 24px;
    font-weight: 300;
}
.button-winona:hover .content-original {
 animation: showum 0.3s;
 animation-fill-mode: forwards;
 animation-delay: 0.2s;
}
.button-winona:hover .content-dubbed {
 animation: hideum 0.3s;
 animation-fill-mode: forwards;
}
html body .button-winona {
 display: inline-flex;
}
@keyframes showum {
 0% {
  clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
 }
 100% {
  clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
 }
}
@keyframes hideum {
 0% {
  clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
 }
 100% {
  clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
 }
}
.button-sm {
 letter-spacing: .025em;
 padding: 11px 25px;
 font-size: 14px;
 line-height: 1.5;
}
.button-lg {
 padding: 18px 45px;
 font-size: 16px;
 line-height: 1.5;
}
.button-circle {
 border-radius: 30px;
}
.button-round {
 border-radius: 5px;
}
.button-square {
 border-radius: 0;
}
html .button.button-icon,
html .button.button-icon > [class*='content'] {
 display: inline-flex;
}
.button.button-icon,
.button.button-icon > [class*='content'] {
 justify-content: center;
 align-items: center;
 vertical-align: middle;
}
.button.button-icon .icon {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 color: inherit;
 font-size: 1.26667 em;
 line-height: 1em;
}
.button.button-icon-left .icon {
 padding-right: 11px;
}
.button.button-icon-right,
.button.button-icon-right > [class*='content'] {
 flex-direction: row-reverse;
}
.button.button-icon-right .icon {
 padding-left: 11px;
}
.btn-primary {
 border-radius: 3px;
 font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
 font-weight: 600;
 letter-spacing: .05em;
 text-transform: uppercase;
 transition: .33s;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus {
 color: #ffffff;
 background: #34a581;
 border-color: #34a581;
}
.btn-primary:hover {
 color: #ffffff;
 background: #000000;
 border-color: #000000;
}


.list-inline-item { }


.item-scroll {
    white-space: nowrap;
    overflow: hidden;
    position: relative;

    display: flex;
    align-items: center;
}

.item-scroll .item-content {
    display: inline-block;
    padding-left: 100%;
    animation: horizontalScroll 20s linear infinite;
}

.item-scroll:hover .item-content {
    animation-play-state: paused;
}

@keyframes horizontalScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.section-md {
        padding: 35px 0px 35px 0px;
    }

.pdfdiv {
    height:40px;
}
.pdfdiv a{	
	padding-left: 48px;
	margin-left: 0;
	float: left;
	width: 140px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 32px;
	margin-left: 20px;
	border-radius: 3px;
	text-decoration: none;
}

.pdfdiv .readpdf{
	width: 140px;
	background: #2b97df url(/themes/img/read.png) 15px center no-repeat;
}
.pdfdiv .downpdf{
	width: 170px;
	background: #1fcf6d url(/themes/img/down.png) 15px center no-repeat;
}

.newslist_more{
	float: right;
  	margin: 22px 10px 0 0;
}
.newslist_more  a {
 color: #666666;
}
.newslist_more  a:hover {
 color: #3dabc0;
}

.newslist_more  em {
    font-style: normal;
    padding: 0 2px;
    font-size: 14px;
    font-family: simsun;
 color: #666666;
}

/*adv*/
.container-ad {max-width: 1200px;margin-right: auto; margin-left: auto; display: block;height: 80px;}
.container-ad a{ float: left; display: inline-block;}
.container-ad .ad-left{float:left;}
.container-ad .ad-right{float:right;}

