body{
    overflow-x: hidden;
}
#wrapper section + div.alert.bordered-bottom:last-of-type {margin-bottom: 490px !important;}
#wrapper > section, #wrapper > div:not(#header) {
	position:  relative;
	z-index: 1;
	background-color: white;
}
@media only screen and (max-width:992px ) {
#footer {
	position: relative;
}
#wrapper section + div.alert.bordered-bottom:last-of-type {
	
margin-bottom: 0 !important;
}
}
.word-scroll {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    position: relative;
    height: 21px;
    bottom: -5px;
}
.word-scroll > .items {
    position: relative;
    width: 100%;
    animation: 3s word-scroll both infinite;
}
.word-scroll > .items > span {
    display: block;
    margin-bottom: 0;
}
@keyframes word-scroll {
	0%{top:0;}
	25%{top: -21px;}
	50%{top: -21px;}
	75%{top: -42px;}
}
#portfolio .item-box-desc .categories {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
[class*="portfolio"] .item-box > figure >img {
	
position:  absolute;
	
left:  50%;
	
top: 50%;
	
transform: translate(-50%, -50%);
	
min-height: 100%;
	
min-width: 100%;
	
/* width: auto !important; */
	
height: auto;
	
max-width: none;
}
.brands .owl-carousel img.img-responsive {
	position: relative;
	width: auto;
	height: auto;
	max-width: 140px;
	max-height: 80px;
	min-width: auto;
}
#header a.logo>img+span{
	
font-size: 24px;
	
font-weight:  bold;
	
color:  #179BD7;
	
text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	#header a.logo>img+span {
    font-size: 13px;
}
}
@media only screen and (max-width:560px ) {
	#header a.logo>img+span {
    display: none;
}
}
@media only screen and (max-width:993px ) {
	#header.transparent+ section.page-header.page-header-lg {
    padding-top: 150px;
    padding-bottom: 120px;
}
}
.dropcap img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 12px 0;
}
.history .blog-post-item h2 {
    color: #179BD7;
}
.history .timeline .timeline-entry {
    font-size: 20px;
}
.history .timeline .timeline-entry>span {
    
margin-top: 5px;
}
.history .blog-post-item {
	
margin-bottom: 30px;
	
padding-top: 33px;
	
padding-bottom: 30px;
	
padding-left: 15px;
	
padding-right: 15px;
	
border: #eee 1px solid;
	
box-shadow: 0px 12px 20px -20px #bbb;
}
.history .blog-post-item p {
	
margin-bottom: 0px;

}
div.side-nav ul.list-group-bordered>li>a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media only screen and (min-width:768px ) {
	.blog-post-item .blog-item-small-image {
    max-height: 180px;
    overflow: hidden;
}
}
.yy[class*="portfolio"] .item-box > figure {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.yy[class*="portfolio"] .item-box > figure >img {
    min-height: auto;
    min-width: auto;
    width: auto;
    height: auto;
    max-width: 100%;
}


.top_head_btn {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
    color: white !important;
    display: block;
    padding-left: 16px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left center;
}
.top_head_btn.en {
	background-image: url(../images/en.svg);
}
.top_head_btn.cn {
	background-image: url(../images/cn.svg);
}
.sticky.fixed .top_head_btn {
	color: #151515 !important;
}
@media only screen and (max-width:768px ) {
	.top_head_btn {
		right: 60px;
    	top: 53%;
	}
}













