/* Universal */
@font-face {
    font-family: 'lato';
    src: url('../font/Lato-Light.ttf');
}
@font-face {
    font-family: 'lato-regular';
    src: url('../font/Lato-Regular.ttf');
}
@font-face {
    font-family: 'lato-black';
    src: url('../font/Lato-Black.ttf');
}
@font-face {
    font-family: 'lato-semibold';
    src: url('../font/Lato-Light.ttf');
}
@font-face {
    font-family: 'lato-bold';
    src: url('../font/Lato-Bold.ttf');
}
@font-face {
    font-family: 'lato-light';
    src: url('../font/Lato-Light.ttf');
}
*{
	box-sizing: border-box;
}

.wrapper{
	max-width: 1615px;
	margin: 0 auto;
	padding: 0 7.5px;
	height: 100%;
}
.relative{
	position: relative;
}
.body-content{
	min-height: 800px;
}
.transition{
	transition: all 0.3s ease-in-out;
}
.center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);	
}
.v-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
}
.h-center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);	
}
.hvr-underline-from-left{
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:perspective(1px) translateZ(0);
	transform:perspective(1px) translateZ(0);
	box-shadow:0 0 1px transparent;
	position:relative;
	overflow:hidden
}
.hvr-underline-from-left:before{
	content:"";
	position:absolute;
	z-index:-1;
	left:0;
	right:100%;
	bottom:0px;
	background:#BD9B60;
	height:2px;
	-webkit-transition-property:right;
	transition-property:right;
	-webkit-transition-duration:.3s;transition-duration:.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before{
	right:0
}
body{
	background: #101820;
	color: #333333;
	font-family: 'lato','Helvetica',"Microsoft Yahei","微软雅黑";
	line-height: 1.3;
}
p{
	/*line-height: 1.3;
	font-family: 'Helvetica',"Microsoft Yahei","微软雅黑";*/
}
td,h4,h5{
	/*font-family: 'Helvetica',"Microsoft Yahei","微软雅黑";*/
}
a{
	color: inherit;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
img{
	object-fit: cover;
	object-position: center;
}
:focus{
	outline: none;
}
::-moz-placeholder {
  color: #A2AAAD;
  opacity: 1;
  font-weight: lighter;
}
:-ms-input-placeholder {
  color: #A2AAAD;
  font-weight: lighter;
}
::-webkit-input-placeholder {
  color: #A2AAAD;
  font-weight: lighter;
}
.fadein{
	animation: fadeInUp 0.6s ease-in-out;
	animation-fill-mode: forwards;
}
@keyframes fadeInUp{
	0%{
		transform: translateY(20px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
.square {
  width: 100%;
  position: relative;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ratio43{
	width: 100%;
  	position: relative;
}
.ratio43:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.ratio43 img{
	position: absolute;
}
.row{
	margin: 0 -7.5px;
	overflow:hidden;
}
.col-1{
	width: calc(8.33333% - 15px);
	margin: 0 7.5px;
	float: left;
}
.col-2{
	width: calc(16.666% - 15px);
	margin: 0 7.5px;
	float: left;
}
.col-3{
	width: calc(25% - 15px);
	margin: 0 7.5px;
	float: left;
}
.col-4{
	width: calc(33.33% - 15px);
	margin: 0 7.5px;
	float: left;
}
.col-5{
	width: calc(41.6666% - 15px);
	margin: 0 7.5px;
	float: left;
}
.col-6{
	width: calc(50% - 15px);
	margin: 0 7.5px;
	float: left;
}
.col-7{
	width: calc(58.33333% - 15px);
	margin: 0 7.5px;
	float: left;
}
.col-8{
	width: calc(66.6666% - 15px);
	margin: 0 7.5px;
	float: left;
}
.col-10{
	width: calc(83.3333% - 15px);
	margin: 0 7.5px;
	float: left;
}
.col-12{
	width: calc(100% - 15px);
	margin: 0 7.5px;
	float: left;
}
h1{
	font-family: 'lato-black';
	font-size: 60px;
	letter-spacing: 3px;
	line-height: 72px;
	color: #FFFFFF;
}
h2{
	font-family: 'lato-bold';
	font-size: 44px;
	letter-spacing: 0;
	line-height: 52px;
	color: #FFFFFF;
}
h3{
	font-family: 'Lato-Semibold';
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 32px;
	color: #ffffff;
}
h4{
	font-family: 'lato-bold';
	font-size: 18px;
	letter-spacing: 1px;
	/*line-height: 29px;*/
	color: #ffffff;
	/*#A6192E;*/
}
.p1{
	font-family: 'lato-semibold';
	font-size: 16px;
	letter-spacing: 1px;
	/*line-height: 26px;*/
	color: #101820;
}
.p2{
	font-family: 'lato-semibold';
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 21px;
	color: #A6192E;
}
.p3{
	font-family: 'lato';
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 21px;
	color: #A2AAAD;
}
.pheader{
	font-family: 'lato-regular';
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 21px;
	color: #fff;
}

.container{
	padding: 70px 0;
}

.scroll-up{
	display: none;
	position: fixed;
	right: 35px;
	bottom: 35px;
	/*border-radius: 32px;*/
	/*width: 32px;*/
	/*height: 32px;*/
	text-align: center;
	/*line-height: 28px;*/
	font-size: 0px;
	/*color: #fff;*/
	/*background-color: #00587C;*/
	opacity: 0.5;
}
.scroll-up:hover{
	opacity: 1;
}
/* header */
header{
	height: 140px;
	background: #101820;
	color: #ffffff!important;
}
nav{
	line-height: 20px;
	text-transform: uppercase;
	right: 250px;
}
.nav-item{
	display: inline-block;
	margin: 0 32px;
	cursor: pointer;
}
.current-action{
	color: #A8162B;
}
.search-box{
	position: absolute;
	right: 180px;
	margin-top: 3px;
	cursor: pointer;
}
.signin-box{
	position: absolute;
	right: 110px;
	cursor: pointer;
}
.menu-block,
.search-block{
	height: 0px;
	position: absolute;
	top: 140px;
	background: #101820;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}
.search-ctl{
	position: relative;
	top: 5px;
}
#m-search-ctl{
	cursor: pointer;
}
.search-block-open{
	height: 240px;
}
.search-input{
	width: 390px;
	margin: 0 auto;
}
.search-input img{
	z-index: 10;
	position: absolute;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}
.search-input input{
	margin-top: 30px;
}
#menu-content,
#search-content{
	text-align: center;
	top: 0;
}
#menu-content{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#menu-content a:hover{
	text-decoration: none;
}
textarea,
input{
	width: 390px;
	height: 50px;
	font-size: 14px;
	line-height: 17px;
	padding: 0 50px 0 15px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #A2AAAD;
	color: #FFF;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
}
.close-box{
	margin-top: 65px;
	cursor: pointer;
}
.close-box img{
	position: relative;
	top: 3px;
	margin-right: 8px;
}
.close-box:hover img{
	transform: rotate(90deg);
}
.m-nav-item{
	margin: 10px 0; 
}
.header-fixed .menu-block{
	height: 600px;
}

/* footer */
footer{
	background: #081018;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
	line-height: 21px;
}
footer p{
	letter-spacing: 0px!important;
}
.ft-top{
	padding: 30px 0;	
}
.ft-top .wrapper{
	overflow: hidden;
}
.ft-bottom{
	height: 50px;
	font-family: "lato-light";
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0;
}
.left-box{
	float: left;
	width: 25%;
}
.center-box{
	width: 30%;
	float: left;
	margin-left: 12.5%;
}
.right-box{
	float: left;
	margin-left: 7.5%;
	width: 25%;
	height: 250px;
}
.map{
	width: 100%;
	height: 100%;
	border: 1px solid #A2AAAD;
}
.ft-bottom-left{
	position: absolute;
	left: 10px;
}
.ft-bottom-right{
	position: absolute;
	right: 10px;
}
i{
	cursor: pointer;
}
i img{
	transition: all 0.3s ease-in-out;
}
i:hover img{
	transform: translateX(5px);
}
.right-box i{
	margin-left: 30px;
	margin-right: -20px;
	padding: 0 20px;
}
/* style guide */
section{
	padding: 50px 0px;
}
.style-title{
	font-family: 'lato';
	font-weight: bold;
	color: #A6192E;
	font-size: 18px;
	margin: 40px 0;
}
.column{
	height: 600px;
	background: rgba(219,219,219,1);
}
#grid-img{
	left: 276px;
}
/* color */
.titlebox{
	/*padding: 12px 0;*/
	/*border-bottom: 1px solid #EEEEEE;*/
	font-family: lato;
	font-size: 14px;
	color: #101820;
	letter-spacing: 0;
	line-height: 17px;
	margin-top: -30px;
	margin-bottom: 40px;
}
#color-table{
	width: 100%;
	font-size: 16px;
	table-layout: fixed;
}
.color-border{
	padding: 10px;
	border-bottom: 1px solid #DFE6EE;
}
#color-table th,
#color-table td{
	padding: 22px 7.5px;
	text-align: center;
}
.color-block{
	width: 100%;
	height: 250px;
	/*border-bottom: 1px solid #DFE6EE;*/
}
/*.color-name{
	font-size: 15px;
	color: #444444;
}*/
.colorhex{
	color: #101820;
}
/*.colorrgb{
	font-size: 12px;
	color: #777777;
}*/
.color-box{
	/*border: 1px solid #DFE6EE;*/
}
.color-title{
	padding: 10px;
	text-align: left;
}

/* news */
.news-item{
	/*cursor: pointer;*/
	font-size: 0;
	position: relative;
}
.news-item-pic{
	width: 100%;
}
.news-row{
	margin-bottom: 100px;
}
.news-img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.news-title{
	margin-top: 35px;
}
.news-date{
	margin: 10px 0 25px 0;
}
.news-img-mask{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	overflow: hidden;
}
.mask-open{
	opacity: 1!important;
}
.mask-background{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #101820;
	opacity: 0.65;
	transition: all 0.5s ease-in-out;
}
.news-item:hover .mask-background{
	
}
.news-item:hover .news-date,
.news-item:hover .news-p{
	color: #BD9B60;
}
.left-diamond{
	left: 35px;
}
.right-diamond{
	right: 35px;
}
.news-mask-line{
	background: #BD9B60;
	position: absolute;
	transition: all 0.2s linear;
}
.group1{
	width: 3px;
	height: 0;
	/*height: calc(50% - 25px);*/
}
.group2{
	height: 3px;
	width: 0;
	/*width: calc(50% - 25px);*/
}
.line1,.line8{
	left: 44px;
}
.line2,.line3{
	top: 44px;
}
.line4,.line5{
	right: 44px;
}
.line6,.line7{
	bottom: 44px;
}
.line1,.line4{
	bottom: 50%;
}
.line2,.line7{
	left: 44px;
}
.line3,.line6{
	right: 44px;
}
.line5,.line8{
	top: 50%;
}
.line-open.group1{
	height: calc(50% - 45px)!important;
}
.line-open.group2{
	width: calc(50% - 43px)!important;
}
.news-mask-title{
	font-size: 48px;
	font-weight: lighter;
	padding: 0 80px;
	width: 100%;
	color: #BD9B60;
	/*transform: translate(-50%,calc(-50% + 10px));*/
	font-family: 'lato-light';
}
.news-mask-title h2,
.news-mask-title p,
.news-mask-title .learnmore{
	opacity: 0;
	transform: translateX(-20px)!important;
}
.news-mask-title-open h2,
.news-mask-title-open p,
.news-mask-title-open .learnmore{
	opacity: 1;
	transform: translateX(0)!important;
}

.hover-block-p{
	margin: 30px 0 55px 0;
	transition-delay: 0.1s;
	max-width: 524px;
}
.learnmore{
	transition-delay: 0.2s;
}
.more{
    left: 125px;
    width: 16px;
    border: 1px solid #fff;
}
.more img{
	right: -3px;
    margin-top: 0px;
    height: 13px;
    width: auto;
    position: absolute;
    top: -7px;
}
.learnmore:hover .more{
	width: 22px;
}
.gmb-hover{
	position: absolute;
	width: unset;
	height: unset;
	z-index: 10;
}
.left-top{
	left: 0;
	top: 0;
	transform: translate(-48%, -100%);
}
.right-bottom{
	right: 0;
	bottom: 0;
	transform: translate(52%, 100%);
}
.mask-open .left-top{
	transform: translate(-48%, -48%);
}
.mask-open .right-bottom{
	transform: translate(52%, 53%);
}

.right-top{
	right: 0;
	top: 0;
	transform: translate(52%, -100%);
}
.left-bottom{
	left: 0;
	bottom: 0;
	transform: translate(-50%, 100%);
}
.mask-open .right-top{
	transform: translate(52%, -48%);
}
.mask-open .left-bottom{
	transform: translate(-50%, 52%);
}

.block-type-1{
	margin-top: 60px;
}
.block-type-2{
	margin-top: -120px;
}
/* typeface */
.typeface{
	height: 250px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.tf-title{
	font-family: 'lato';
	font-size: 14px;
	color: #A2AAAD;
}
.tf-font{
	font-size: 24px;
	line-height: 29px;
	color: #101820;
}
.tf-container{
	width: 100%;
	height: calc(100% - 2px);
	border: 1px solid #DEDEDE;
}

/*.tg-left{
	width: 290px;
	padding: 0 50px 0 13.5px;
	float: left;
}*/
.tg-title{
	font-family: 'lato-bold';
	font-size: 18px;
	color: #1D252D;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 20px;
}
.tg-css{
	font-family: 'lato-light';
	font-size: 14px;
	color: #1D252D;
	letter-spacing: 0;
	line-height: 21px;
}
.tg-right{
	/*margin-left: 305px;*/
	border: 1px solid #A2AAAD;
	padding: 70px 130px;
}
.tg-right h1{
	text-align: center;
}
.tg-row{
	margin-bottom: 45px;
}

/* Hover */

.button-box{
	padding: 90px 0;
	margin: 10px;
	width: 41.666%;
}
button{
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 50px;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: 'lato';
	overflow: hidden;
	padding: 0px;
}
.btn-red{
	color: #A6192E;
	border: 2px solid #A6192E;
}
.btn-red:hover{
	color: #FFF;
	background: #A6192E;
}
.btn-white{
	background: #101820;
	color: #FFF;
	border: 2px solid #fff;
}
.btn-white:hover{
	background: #fff;
	color: #101820;
}
.btn-grey{
	background: #A2AAAD;
	color: #101820;
	border: 2px solid #A2AAAD;
}
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
}
a{
	color: inherit;
}
a:hover{
	text-decoration: underline;
}
.row2,
.row1{
	/*height: 600px;*/
	padding: 7.5px 0;
}
#block-pic img{
/*	width: 100%;
	height: 100%;*/
}

#m-menu{
	display: none;
	right: 20px;
	cursor: pointer;
}
.hbg-box{
	position: relative;
	top: 5px;
}
.hbg{
	width: 20px;
	height: 0px;
	border-bottom: 2px solid #fff;
	margin-bottom: 5px;
}
.hbg-box:hover #menutext{
	
}
.header-fixed #m-menu .nav-item{
	
}
.hbg-box:hover .hbg,
.header-fixed .hbg{

}
.header-fixed #hbg1-m{
	transform: rotate(-45deg);
	transform-origin: right;
}
.header-fixed #hbg2-m{
	opacity: 0;
}
.header-fixed #hbg3-m{
	transform: rotate(45deg);
	transform-origin: right;
}
#contact-us{
	font-size: 16px;
	margin-bottom: 40px;
}

.shortlist{
	right:10px;
	cursor: pointer;
	padding-left: 30px;
}
.shortlist img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.shortlist a:hover{
	text-decoration: none;
}
@media (max-width: 1800px){
	.wrapper{
		max-width: 1500px;
	}
}
@media (max-width: 1600px){
	.wrapper{
		max-width: 1300px;
	}
	.gmb-hover{
		width: 60%;
		height: auto;
	}
	h2{
		font-size: 28px;
		line-height: 34px;
	}
	h3 {
	    font-size: 20px;
	    line-height: 28px;
	}
	.hover-block-p{
		margin: 20px 0 30px 0;
	}
	.block-type-1{
		margin-top: 10px;
	}
}
@media (max-width: 1367px){
	.wrapper{
		max-width: 1240px;
	}
	h1{
		font-size: 42px;
		line-height: 52px;
	}
	h2{
		font-size: 26px;
		line-height: 34px;
	}
	h3{
		font-size: 18px;
		line-height: 26px;
	}
	.p1{
		font-size: 14px;
	}
	.p3{
		line-height: 16px;
	}
	.gmb-hover{
		width: 50%;
		height: auto;
	}
	.news-mask-title{
		padding: 0 40px;
	}
	.block-type-1{
		margin-top: 0px;
	}
	.hover-block-p{
		margin: 15px 0 30px 0;
	}
	
}
@media (max-width: 1200px){
	.wrapper{
		max-width: 1040px;
		padding: 0 20px;
	}
	.nav-item{
		margin:0 16px;
	}
	.signin-box {
	    right: 120px;
	}
	.search-box {
	    right: 190px;
	}
	
	.ft-bottom-left{
		left: 20px;
	}
	.ft-bottom-right{
		right: 20px;
	}	
	.shortlist{
		right:20px;
	}
@media (max-width: 991px){
	.header-fixed .menu-block{
		height: calc(100vh - 100px);
	}
	.search-m-show{
		opacity: 0;
	}
	.search-m-show-open{
		opacity: 1!important;
	}
	.m-nav-item{
		text-transform: uppercase;
		font-size: 16px;
	}
	#m-menu{
		display: block;
	}
	.pc-menu{
		display: none;
	}
	#footer-logo,
	#headerlogo{
		width: 180px;
	}
	h1{
		font-size: 38px;
		line-height: 44px;
	}
	h2{
		font-size: 26px;
		line-height: 32px;
	}
	.p1{
		font-size: 14px;
	}
	.p3{
		line-height: 16px;
		font-size: 12px;
	}
	.block-type-1{
		margin-top: 0;
	}
	.hover-block-p {
	    margin: 7.5px 0 15px 0;
	}
	.gmb-hover {
	    width: 40%;
	    height: auto;
	}
	.banner-title{
		padding: 0 15px;
		width: calc(100% - 30px); 
	}
	.breadcrum{
		font-size: 14px;
	}
	.shortlist{
		right: 55px;
	    top: 51%;
	    display: block!important;
	}
}
@media (max-width: 769px){
	
	.right-box{
		height: 400px;
	}
	.ft-top{
		padding:unset;
	}
	#scroll-content > footer > div.ft-top > div > div.center-box > div{
		margin-bottom: 5px!important;
	}
	header{
		height: 100px;
	}
	#footer-logo,
	#headerlogo{
		width: 120px;
	}
	.menu-block{
		top: 100px;
	}
	#menu-content{
		width: calc(100% - 40px);
	}
	.search-input input,
	.search-input{
		width: 100%;
		max-width: 390px;
	}
	.left-box,
	.center-box,
	.right-box{
		width: 100%;
		float: unset;
		margin: 30px 0;
	}
	#contact-us{
		margin-bottom: 7.5px;
	}
	/*h1{
		font-size: 32px;
		line-height: 38px;
	}
	h2{
		font-size: 20px;
		line-height: 26px;
	}
	.p3{
		line-height: 14px;
	}*/
	.col-3{
		width: calc(50% - 15px);
		margin: 7.5px;
	}
	.col-4{
		width: calc(100% - 15px);
		margin: 10px 7.5px;
	}
	.ft-bottom{
		margin-top: -20px;
	}
	.btn-white:hover {
	    background: unset;
	    color: #fff;
	}
}
@media (max-width: 550px){
	.right-box{
		height: 250px;
	}
	#m-search-ctl,
	.m-nav-item{
		font-size: 16px;
	}
	.ft-bottom-left,
	.ft-bottom-right{
		position: unset;
		margin: 7.5px 0;
	}
	.ft-bottom{
		height: unset;
	}
	.col-3{
		width: calc(100% - 15px);
		margin: 10px 7.5px;
	}
	h1{
		font-size: 28px;
		line-height: 34px;
	}
	h2{
		font-size: 20px;
		line-height: 26px;
	}
	h3{
		font-size: 18px;
		line-height: 24px;
	}
	h4{
		font-size: 16px;
	}
	.p1{
		font-size: 14px;
	}
	.p3{
		line-height: 21px;
		font-size: 14px;
	}
	
}