/****** PLACE YOUR CUSTOM STYLES HERE ******/

body { 
	font-family: SegoeUI,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei","PingFang SC", "Lantinghei SC", "Microsoft YaHei",sans-serif;
}

/*!---------- BOOTSTRAP ----------*/
.container {
  padding-right: 30px;
  padding-left: 30px;
}
html, body {
            height: 100%;
            margin: 0;
}
.background-image-holder {
    background-color: #505050 !important;
}
/*!---------- TYPOGRAPHY ----------*/
.medium {
	font-weight: 400 !important;
}
.justify {
	text-align: justify;
}
/*!---------- SECTIONS ----------*/
.fullscreen {
	height: 110vh !important;
}
section.image-bg {
	background: linear-gradient(to top, #505050, #133461) !important;
}
/*!---------- COLOURS ----------*/
.color-primary {
  color: #505050 !important;
}
.color-secondary {
  color: #BC9B6A !important;
}
.color-gold {
	background: linear-gradient(to right, #BC9B6A, #ffd9a0);
	-webkit-background-clip: text;
    color: transparent;
}
.color-gold-flat {
	color: #BC9B6A;
}
/* .bg-primary {
  background: #505050 !important;
} */
.bg-secondary {
  background: #BC9B6A;
}
/*!---------- NAVIGATION ----------*/
.nav-logo{
	display: flex;
	align-items: center;
}
.nav-logo>div{
	font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    text-shadow: 0px 0px 4px #eee;
}
@media (max-width: 320px) {
	.nav { display: block;}
	.nav-logo { width: 200px; float: left; }
	.nav-logo img{ width: 40px; float: left; }
	.nav .language { display: none; }
}
@media (min-width: 321px) and (max-width: 768px) {
	.nav { display: block;}
	.nav-logo { width: 200px; float: left;}
	.nav-logo img{ width: 40px; float: left; }
	.nav .language { display: none; }
}
@media (min-width: 769px) {
	.nav { display: block;}
	.nav-logo { width: 200px; float: left;}
	.nav-logo img{ width: 40px; float: left; }
}

.nav-menu-openButton {float: right;}
.nav-menu-openButton i { font-size: 24px; line-height: 30px; color: #FFF;}
.nav-menu-closeButton { position: absolute; top: 40px; right: 15px;}
.nav-menu-closeButton i { font-size: 32px; line-height: 30px; color: #FFF;}

.nav-links {float: right;}

.nav-links li {
	float: left;
	/*margin-right: 30px;*/
	position: relative;
	
}

@media (min-width: 992px) and (max-width: 1200px) {
	.nav-links li a {
		display: block;
		width: auto;
		font-size: 13px;
		font-weight: 600;
		padding: 3px 15px;
		/* margin:0 5px; */
		border: 2px solid transparent;
	}
}
@media (min-width: 1201px) {
	.nav-links li a {
		display: block;
		width: auto;
		font-size: 14px;
		font-weight: 600;
		padding: 3px 20px;
		/* margin:0 10px; */
		border: 2px solid transparent;
	}
}
.nav-links li a:hover {
	opacity: 0.4;
}
.nav-links li.last a {
	/* background-color: rgba(255,255,255,0.2);
	border-radius: 999px; */
	/*border-left: 1px solid rgba(255,255,255,0.2);*/
}
/* .nav-links li.last a:hover {
	opacity: 1;
	background-color: rgba(255,255,255,1);
	color: #BC9B6A;
} */
.nav-links li.language a {
	padding-right: 0;
}

.nav-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #BC9B6A, #ffd9a0);
	transition: all 0.3s;
	z-index: 999;
}

.nav-menu-show {
    transform: translate3d(0,0,0);
}

.nav-menu-hide {
	transform: translate3d(100%,0,0);
}

.nav-menu-list {
	padding: 80px 0;
}

.nav-menu-list li {
	margin-bottom: 48px;
}

.nav-menu-list li a {
	font-size: 24px;
	color: #FFF;
}

@media (max-width: 320px) {
	.nav-menu-list li {
		margin-bottom: 32px;
	}
}

footer .language { 
	float: right; 
	font-size: 12px;
	font-weight: 600;
}

footer .copyright { 
	float: left; 
	font-size: 12px;
	font-weight: 600;
	margin-right: 48px;
}

footer .disclaimer { 
	float: left; 
	font-size: 12px;
	font-weight: 600;
	margin-right: 48px;
}

footer .icp {
	float: left;
	min-width: 180px;
}
.ft-logo{
	display: flex;
	align-items: center;
}
.ft-logo img{
	width: 40px;
	max-height: 100%!important;
	/* color: #ad7f4c; */
}
.ft-logo>div {
	font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    text-shadow: 0px 0px 4px #eee;
	color: #505050;
}
.ft-back-top-box{
	width: 100%;
	/* background-color: #ad7f4c; */
	position: absolute;
    bottom: 0;
    height: 55px;
}
.ft-back-top-box .btn {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.disclaimer-container {
	padding: 96px 0;
	background: linear-gradient(to top, #041E42, #133461) !important;
	font-size: 16px;
	color: #fff;
}

.disclaimer-container .logo {
	margin-bottom: 40px;
}

.disclaimer-container  h2{
	color: #fff;
	font-weight: bold;
	margin-bottom: 64px;
}

.disclaimer-container  h3 {
	color: #fff;
	font-weight: bold;
	margin-top: 64px;
}

.disclaimer-container  h4 {
	color: #fff;
	font-weight: bold;
	margin-top: 64px;
}

.disclaimer-container  td {
	border: 1px solid rgba(255,255,255,0.3);
	margin: 10px;
	padding: 10px;
}

.disclaimer-container  ul {
	margin: 20px 0;
}

@media (max-width: 767px) {
	.disclaimer-container p {
	    font-size: 14px;
	}
	.disclaimer-container td {
	    font-size: 14px;
	    vertical-align: top;
	}
	.disclaimer-container li {
	    font-size: 14px;
	}
}


/*!---------- ICONS ----------*/
/* line-icon finder: https://themify.me/themify-icons */

/*!---------- BUTTON ----------*/
.bg-primary .btn {
	font-size: 14px;
}
.bg-primary .btn:hover p {
  color: #505050;
}
.btn:hover {
	color: #505050 !important;
}

/*!---------- OTHERS ----------*/
.h160 {
	height: 160px;
}
.stuff-title {
	height: 20px;
	display: block;
	overflow: inherit;
	line-height: 1.3 !important;
}
.stuff-name {
	font-size: 14px;
	height: 20px;
	display: block;
	overflow: inherit;
}
@media all and (max-width: 767px) {
	.stuff-name .chinese {
		display: none;
	}
}

a {
    font-weight: 500;
}
.bg-light a, .bg-light a:hover {
	color: inherit;
}
.project-title {
	color: #fff !important;
	height: 20px;
	display: block;
	overflow: inherit;
	line-height: 1.5 !important;
	font-weight: 600; 
}
.link-list a:after {
	content: none; ;
}
.link-list a strong:after {
	content: "\e628";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    margin-left: 8px;
}
.boss li { line-height: 1.5 !important;  margin-bottom: 10px;}
/*!---------- thickline ----------*/
@media all and (max-width: 320px) {
	.thickline { margin-bottom: 20px; }
}
@media (min-width: 321px) and (max-width: 375px) {
	.thickline { margin-bottom: 40px; }
}
@media (min-width: 376px) and (max-width: 414px) {
	.thickline { margin-bottom: 40px; }
}
@media (min-width: 415px) {
	.thickline { margin-bottom: 40px; }
}
.thickline {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #fff;
}
/*!---------- box ----------*/
a.box-contactus:hover img {
	background-color: #041E42;
}
a.box-joinus:hover img {
	background-color: #eeeeee;
}
/*!---------- 3D Flip ----------*/
.card-grid {
    display: inline-block;
    perspective: 1000px !important; 
    position: relative; 
    transform-style: none;
}
.card-grid .front {
    backface-visibility: hidden; transform-style: preserve-3d; position: absolute; z-index: 1; height: 100%; width: 100%; transition: all 0s; transform: rotateY(0deg);
}

.card-grid .back {
	backface-visibility: hidden; transform-style: preserve-3d; position: relative; z-index: 0; height: 100%; width: 100%; transform: rotateY(-180deg); transition: all 0s;
}


