/* Imported in CMS and Front-end site */
/* Content Styles */
.block {
    font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    color: #6c6d71;

    font-weight: 400;	
}
.block p{
    font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    color: #6c6d71;
    font-weight: 400;
    
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.block p.block-normal-title1{
	font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 48px;
	color: #403f41;
	font-weight: 400;
	line-height: 1.2;
}

.block p.block-normal-title2{
	font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 45px;
	color: #173964;
	font-weight: 400;
	line-height: 1;
}

.block p.block-normal-subtitle{
	font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 30px;
	color: #403f41;
	font-weight: 400;
	line-height: 1.1;
}



.block p.block-normal-content1{
	font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 18px;
	color: #6c6d71;
	font-weight: 400;
	line-height: 1.4;
}

.block p.block-normal-content2{
	font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 18px;
	color: #403f41;
	font-weight: 400;
	line-height: 1.4;
}

.block a.block-link{
	color: #58595a;
	text-decoration: underline;
}

.block a.block-link:hover{
	text-decoration: none;
}


/* Structure Styles */
.block-inner{
	margin-bottom: 25px;
}
.block-inner.news{
	margin-bottom: 0;
}
.block .content-all{
	width: 100%;
}

.block .image-all{
	width: 100%;
}

.block .image-all figure{
	width: 24.4%;
	margin: 0;
	margin-right: 0.8%;
	margin-bottom: 0.8%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.block .image-all figure:nth-child(4n){
	margin-right: 0;
}

.block .image-all img{
	width: 100%;
}

/*deleted by george*/
.block .content-part{
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

/*added by george*/
/*.block .content-part{
	vertical-align: top;
	width: 100%;
}*/
.block .content-part > p, .block .content-part > div{
	overflow: hidden;
}

.block .content-part.left{
	padding-left: 20px;
}

/*deleted by george*/
.block .content-part.right{
	padding-right: 20px;
}

/*deleted by george*/
.block .image-part{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.block .image-part figure{
	margin: 0;
	padding: 0;
	margin-bottom: 0.5%;
	margin-bottom: 15px;
}
.block .image-part img{
	width: 100%;
}
.block-accordion-heading{
	font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	/*font-size: 25px;*/ /*deleted by george*/
	font-size: 31px;
	cursor: pointer;
	position: relative;

	/*deleted by george*/
	/*color: #403f41;
	font-weight:300;
	padding-left: 30px;*/

	color: #173a64; /*edited by george*/
	font-weight: 400;
	padding-left: 0px;
}
.block .expand-btn{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;

	/*color: rgb(130,130,130);*/
	color: rgb(191,191,191);
	right: 20px;
}


.block .block-accordion-content {
	/*padding: 25px 0px 0px 25px;*/ /* edited by george*/

	/*edited by george*/
	background-color: #f5f5f5;
	padding: 2.5% 3.3%; 
	/*margin: 15px 0px 0px 25px;*/

	margin: 5px 0px 0px 0px;
}

.block-accordion-content.accordion-close{
	display: none;
}

.block .block-row-heading{
	font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	font-size: 18px;
	font-weight: 600;

}

.block .block-row-content{
	font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	display: inline-block;
	width: 75%;
	vertical-align: top;
	font-size: 18px;
}


.block ul, .block ol{
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	padding-left: 10px;
	color: #6c6d71;
	line-height: 2;
	line-height: 1.6;
	margin-top: -7px;

	font-weight: 400;
}
.block ul{
	/*margin-bottom:0px;
	padding-left: 10px;
    color: #6c6d71;*/
    position: relative;
}

.block li ul, .block li ol{
	line-height: 1.5;
	line-height: 1.3;
}

.block li{
	list-style-type: none;
}
.block li::before{
	content: '\2022';
	position: absolute;
	left:0px;
}

.block ul ul li:before{content: "◦";}


.sub-heading{
	font-family: 'Ubuntu', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 31px;
	color: #173a64;
	font-weight:400;
	margin-bottom: 8px;
}

@media screen and (max-width: 960px){
	
}


@media screen and (max-width: 768px){
	.sub-heading{font-size: 20px;} /*new cms*/
	.sub-heading.mobile{display: none;} /*new cms*/
	.block p{
	    font-size: 16px;
	    line-height: 1.5;
	}
	.block ul{
		font-size: 16px; /*added*/
	}

	.block p.block-normal-title1{
		font-size: 40px;
	}

	.block p.block-normal-title2{
		font-size: 35px;
	}

	.block p.block-normal-subtitle{
		font-size: 25px;
	}



	.block p.block-normal-content1{
		font-size: 16px;
	}

	.block p.block-normal-content2{
		font-size: 16px;
		
	}

	.block-accordion-heading{
		font-size: 20px;
	}
	.block .block-row-heading{
		font-size: 16px;
	}

	.block .block-row-content{
		font-size: 16px;
	}

	.block-rt img{
		width: 100%;
		margin: 0px;
	}
	.block .content-part{
		display: block;
		width: 100%;
	}
	.block .content-part.right, .block .content-part.left{
		padding-right: 0;
		padding-left: 0;
	}
	.block .image-all figure{
		width: 100%;
		width: 80%;
		margin-right: 0;
		margin: auto;
		display: block;
		margin-bottom: 15px;
	}
	.block .image-part figure{
		width: 80%;
		margin: auto;
		margin-bottom: 15px;
	}
	.block-rt .image-part{
		padding-left: 0px;
		padding-bottom: 15px;
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 576px){
	.block .image-all figure{
		width: 100%;
	}
	.block .image-part figure{
		width: 100%;
	}
}


/*career opportunities*/
@media screen and (min-width: 10px){
	.accord-header {
	    /* background-color: #3464d4; */
	    background-color: #173a64;
	    color: white;
	    font-size: 21px;
	    cursor: pointer;
	    margin-bottom: 10px;
	    margin-top: 15px;
	    padding: 10px 20px;
	    position: relative;
	}
	.accord-header .expand-btn{
		color:white;
	}
	.accord-content{
		padding-left: 20px;
		background-color: white;
		padding-top: 10px;
		padding-right: 20px;
	}
	.accord-content ul{
		margin: 0px;
	}
	.job-ref-no{
		background-color: #cccccc;
		color: black;
		top: -10px;
		position: relative;
		padding: 5px 10px;
		padding: 5px 20px;
		margin-bottom: -10px;
	}
	p.job-sub-heading {
	    color: #154c7e;
	    font-weight: 300;
	    line-height: 1.2;
	    /* font-size: 25px; */
	    font-size: 20px;
	    margin: 0;
	}
}
/*career opportunities*/

/*home icon*/
@media screen and (min-width: 10px){
	.intro-photo-wrapper{
		position: relative;
		font-size: 0px;
	}
	.intro-photo-box{
		display: inline-block;
		position: relative;
		width: 48%;
		overflow: hidden;
		height: 0;
		padding-top: 28.8%;
		margin-bottom: 4%;
		text-decoration: none;

		cursor: pointer;
	}
	.intro-photo-box:nth-child(2n + 1){
		margin-right: 4%;
	}
	.intro-photo-img{
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
	}
	.intro-photo-title-box, .intro-photo-content-box{
		position: absolute;
		width: 100%;
		color: white;
		text-align: center;

		background-color: rgba(0,0,0,0.5);
		opacity: 1;
		transition: 0.5s;
	}
	.intro-photo-title-box{
		bottom: 0;
		transition: 0.6s;
	}
	.intro-photo-content-box{
		height: 100%;
		top: 100%;
		transition: 0.6s;
	}

	.intro-photo-box-center{
		position:absolute;

		width: 100%;
		top: 40%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro-photo-box:hover .intro-photo-title-box{
		opacity: 0;
	}
	.intro-photo-box:hover .intro-photo-content-box{
		top: 0;
	}

	.intro-photo-title{
		font-size: 32px;
		line-height: 1.5;
		padding: 10px 20px;
	}
	.intro-photo-content{
		line-height: 1.5;
		/*font-weight: 300;*/
		/*font-size: 18px;*/

		font-weight: 400;
		font-size: 20px;
	}
	.intro-photo-btn-box{
		position: absolute;
		bottom: 30px;
		text-align: center;
		width: 100%;
	}
	.intro-photo-btn{
		display: inline-block;
		padding: 15px;
		font-size: 14px;
		line-height: 1;
		background-color: #277a80;
		cursor: pointer;

		transition: 0.3s;
	}
	.intro-photo-btn:hover{
		background-color: #034973;
	}
}
@media screen and (max-width: 992px){
	.intro-photo-title{
		font-size: 22px;
		line-height: 1.5;
		padding: 10px 20px;
	}
	.intro-photo-content{
		font-size: 16px;
	}
	.intro-photo-box-center{
		top:50%;
	}
	.intro-photo-btn-box{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.intro-photo-title{
		font-size: 18px;
		font-size: 22px;
	}
	.intro-photo-content{
		font-size: 14px;
		display: none;
	}
	.intro-photo-title-box{
		display: none;
	}
	.intro-photo-content-box{
		top:0;
	}
	.intro-photo-content-box:hover{
		background-color: rgba(0,0,0,0.8);
	}
}
@media screen and (max-width: 576px){
	.intro-photo-title{
		font-size: 16px;
	}
	.intro-photo-content{
		display: none;
	}
	.intro-photo-box{
		width: 48%;
		padding-top: 28.8%;
		margin-bottom: 4%;
		margin-right: 4%;
	}
	.intro-photo-box:nth-child(3n){
		margin-right: 4%;
	}
	.intro-photo-box:nth-child(2n){
		margin-right: 0;
	}
}


/*milestone*/
@media screen and (min-width: 10px){
	.milestone-wrapper * {
		outline: none;
	}
	.milestone-wrapper{
		box-sizing: border-box;
		position: relative;

		width: 100%;
		/*height: 1000px;*/

		margin: auto;
		margin-top: 30px;
		font-size: 0px;
	}
	.milestone-img{
		margin: 0 20px;
	}
	.milestone-caption-box{
		/*position: absolute;*/
		width: 100%;
		padding: 20px;
		margin: 0 20px;
		padding-bottom: 30px;
		color: #6c6d71;
		text-align: left;
		/*top: 60%;*/
	}
	.milestone-caption-box{
		outline: none;		
	}
	.milestone-year{
		font-size: 22px;
		line-height: 1.5;
		font-weight: 400;

		color: #173a64;
	}
	.milestone-caption{
		font-size: 18px;
		line-height: 1.5;
		font-weight: 300;	
	}

	.milestone-prev, .milestone-next{
		display: inline-block;
		position: absolute;
		font-size: 40px;
		color: #173a64;

	 	top: 50%;
	    -ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);

	    padding: 20px 20px;
	    z-index: 1;
	    cursor: pointer;
	}
	.milestone-prev{
		left: -60px;
	}
	.milestone-next{
		right: -60px;
	}
	.milestone-next:hover, .milestone-prev:hover{
		background-color: rgba(0,0,0,0.2);
	}

	ul.milestone-caption{ margin-bottom:0px; padding-left: 10px; line-height: 1.5; color: #6c6d71; position: relative; } 
	.milestone-caption li{ list-style-type: none; } 
	.milestone-caption li::before{ content: "\2022"; position: absolute; left:0px; }
}
@media screen and (max-width: 1380px){
	.milestone-prev, .milestone-next{
		color: white;
		background-color: rgba(0,0,0,0.2);
	}
	.milestone-next:hover, .milestone-prev:hover{
		background-color: rgba(0,0,0,0.5);
	}
	.milestone-prev{
		left: 10px;
	}
	.milestone-next{
		right: 10px;
	}
}
@media screen and (max-width: 992px){

	.milestone-caption-box{
		padding: 20px 10px;
	}
}
@media screen and (max-width: 576px){
	.milestone-caption-box{
		padding: 20px 0;
		margin: 0 10px;
	}
	.milestone-img{
		margin: 0;
	}
	.milestone-prev{
		left: 0px;
	}
	.milestone-next{
		right: 0px;
	}
}
/*milestone*/


/*enquiry form*/
@media screen and (min-width: 10px){
	.query-form [type="text"]{
		width: 100%;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    padding: 7px 12px;
	}
	.query-form textarea{
		display: block;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    width: 100%;
	    padding: 7px 12px;
	    height: 239px;
	    height: 147px;
	}
	.query-form [type="submit"], .query-form [type="reset"]{
	    width: 33%;
	    margin-left:4%;
	    border: none;
	    padding: 8px 10px;
	    background-color: #777777;
	    color: white;
	    cursor: pointer;
	}
	.query-form [type="submit"]:hover, .query-form [type="reset"]:hover{
	    background-color: #888888;
	}
	.query-form-container{
		display: inline-block;
		width: 60%;
	}
	.query-form{
		display: inline-block;
		width: 46.66%;
		margin-right: 3.33%;
	    vertical-align: top;
	    float: left;
	}
	.query-form label{
		font-weight:400;
	}
	.query-form:last-child{
		margin-right: 0%;
	}
	.block p.form-remark-web, .block p.form-remark-m{
		color:#960e2b;
		font-size:14px;
		font-weight:300;		
	}
	.block p.form-remark-web{
		margin:0;
	}
	.block p.form-remark-m{
		margin:10px 0;
	}

	.form-remark-m{
		display: none;
	}
	.query-btn-group{
		text-align:right;
	}
	.block .form-contact{
		width: 36.5%;
		float: right;
	    background-color: #f2f2f2;
	    padding: 20px 30px;
	    padding: 15px 30px 40px 30px;
	}
	.block .form-contact span{
		display: inline-block;
		vertical-align: top;
	}
	.block .form-contact p{
	    color:black;
	    font-size: 18px;
	    line-height: 1.8;
	    margin-bottom: 0;
	}
	.block .form-contact img{
		margin-top: 5px;
		width:100%;
	}
	.block .form-contact-content{
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px){
	.query-form-container{
		width:100%;
	}
	.query-form{
		width: 100%;
		margin-bottom: 15px;
	}
	.form-right{
		float: none;
	}
	.query-btn-group{
		text-align: center;
	}
	.block .form-contact{
		width: 100%;
		float: none;
	}
	p.form-remark-m{
		display: block;
		margin-top: 10px;
	}
	.form-remark-web{
		display: none;
	}
	.block .form-contact p{
	    font-size: 16px;
	}
}
/*enquiry form*/


/*news*/
@media screen and (min-width: 10px){
	.news-title{
		font-size: 26px;
		line-height: 1.5;
		color: #173a64;
		margin-bottom: 10px;
	}
	.news-date{
		display: block;
		font-size: 22px;
		line-height: 1.5;
		color: #154c7e;
	}
	.news-img-box{
		width: 100%;
		font-size: 0px;

		margin-bottom: 60px;
		margin-bottom: 0;
		margin-top: 20px;
	}
	.news-img-box a{
		display: inline-block;
		position: relative;
		width: 19%;
		height: 0;
		padding-top: 14.25%;
		margin-right: 1.25%;
		margin-bottom: 1.25%;
		overflow: hidden;
	}
	.news-img-box a:nth-child(5n){
		margin-right: 0;
	}
	.news-img{
		display: inline-block;
		position: absolute;
		width: 100%;

		left: 50%;
		top: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 768px){
	/*.news-img{
		display: inline-block;
		width: 48%;
	}*/
	.news-title{
		font-size: 20px;
	}
	.news-date{
		font-size: 18px;
	}
	.news-img-box a{
		width: 48%;
		padding-top: 36%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.news-img-box a:nth-child(5n){
		margin-right: 4%;
	}
	.news-img-box a:nth-child(2n){
		margin-right: 0;
	}
}


/*container terminal*/
@media screen and (min-width: 10px){
	.container-terminal-tab{
		display: inline-block;
		vertical-align: top;
	}
	.container-terminal-tab img{
		height: 7.7vw;
		max-height: 100px;
		background-color: #173a64;
	}
	.container-terminal-tab .container-terminal-tab-bg{
		height:8.33vw;
		max-height: 108px;
		width:auto;
		cursor: pointer;

		position: relative;
	}
	.container-terminal-tab .container-terminal-tab-bg:last-child{
		height:7.7vw;
		max-height: 100px;
	}
	.container-terminal-tab-caption{
		display: none;
		position: absolute;

		height: 7.7vw;
		max-height: 100px;

		width: 100%;
		top: 0;
		left: 0;
		background-color: rgba(21,76,126,0.9);
		padding: 10px 10px;
	}
	.container-terminal-tab-caption div{
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.container-terminal-tab-caption span{
		display: inline-block;
		color: white;
		font-size: 26px;
		vertical-align: middle;
	}
	.tab-selected .container-terminal-tab-caption{display: block;}
	.container-terminal-tab-bg:hover .container-terminal-tab-caption{display: block;}

	.container-terminal-tab-mobile{
		display: none;
		font-size: 0px;
	}
	.container-terminal-tab-mobile .container-terminal-tab-bg{
		display: inline-block;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
		position: relative;
		cursor: pointer;
	}
	.container-terminal-tab-mobile .container-terminal-tab-bg:nth-of-type(3n + 0){
		margin-right: 0;
	}
	.container-terminal-tab-mobile img{
		width: 100%;
		background-color: #173a64;
	}

	.container-terminal-tab-bg img{
		cursor: pointer;
	}
	.tab-selected img, .container-terminal-tab-bg img:hover{
		background-color: #154c7e;
	}

	.container-terminal{
		display: inline-block;
		vertical-align: top;
	}
	.container-terminal > div{
		position: relative;
		height: 49.35vw;
		max-height: 640px;
		width: 81.53vw;
		max-width: 1060px;
		max-width: 1052px;
		margin-left: 8px;
		overflow: hidden;
	}
	.container-terminal img{
		height: 100%;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.terminal-lightbox-bg{
		display: none;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.9);
	}
	.terminal-lightbox-close{
		position: absolute;
		top: 0;
		right: 15px;
		color: #f1f1f1;
		font-size: 40px;
		font-weight: bold;	
	}
	.terminal-lightbox-close:hover, .terminal-lightbox-close:focus{
		color: #bbb;
		text-decoration: none;
		cursor: pointer;
	}
	.terminal-lightbox-content{
		margin: auto;
		display: none;
		width: 100%;
		max-width: 1000px;
		height: calc(100% - 92px);
		position:relative;
		top:46px;
		overflow: auto;
	}
	.terminal-content{
		font-size: 0px;
		padding: 20px 40px;

		width: 100%;
	}
	.terminal-content.v-center{
		position:absolute;		
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.terminal-content-title{
		font-size: 40px;
		text-align: left;
		margin-bottom: 20px;

		/*color: #173a64;*/
		color: white;
	}
	.terminal-content-content{
		position: relative;
		/*display: inline-block;*/
		display: block;

		text-align: left;

		color: #eeeeee;
		font-weight: 300;
	}

	.terminal-content-content strong{
		font-weight: 500;
	}

	.terminal-content-content ul, .terminal-content-content p{
		color: #ccc;
		font-weight: 300;	
	}

	.terminal-content-img{
		width:100%;
		font-size: 0px;
		margin-top: 20px;	
	}
	.terminal-content-img img{
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 10px;

		height: auto;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		display: inline-block;	
	}
	.terminal-content-img img:nth-child(4n+0){
		margin-right: 0;
	}

	.container-btn{
		position: absolute;
		bottom: 15px;
		right: 30px;
		display: inline-block;

		font-size: 20px;
		color: #173a64;
	}
	.container-btn:hover, .container-btn:active{
		color: #154c7e;
	}
	.container-mask{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;

		display: none;

		overflow: auto;
	}
	.container-mask.temp{
		display: block;
		opacity: 0;
	}
	.container-temp{
		display: block;
		opacity: 0;		
	}
	.container-terminal > div:hover .container-mask, .container-terminal > div:active .container-mask, .container-mask.temp{
		display: block;
		background-color: rgba(23,58,100,0.95);
	}
	.container-terminal .show-btn {
	    display: inline-block;
	    position: absolute;
	    bottom: 20px;
	    right: 20px;
	    font-size: 16px;
	    background-color: #173a64;
	    padding: 10px 15px;
	    color: white;
	}
	.container-terminal .show-btn.hide {
		display: none;
	}
	.container-terminal > div:hover .show-btn, .container-terminal > div:active .show-btn{
		display: none;		
	}
}
@media screen and (max-width: 1320px){
	.container-terminal {
		/*max-width: calc(100% - 15.4vw);	*/
		max-width: calc(100% - 15.5vw);	
	}
	.container-terminal > div{
		max-width: calc(100% - 8px);
	}
	.container-terminal-tab-caption span{
		font-size: 20px;
	}
}

@media screen and (max-width: 960px){	
	.container-terminal-tab-caption{
		padding: 5px 5px;
	}
	.container-terminal-tab-caption span{
		font-size: 16px;
	}
}

@media screen and (max-width: 768px){
	.container-terminal-tab{
		display: none;
	}
	.container-terminal-tab-mobile{
		display: block;
	}
	.container-terminal-tab-caption{
		height: 100%;
		max-height: none;
	}

	.container-terminal {
		width:100%;
		max-width: 100%;	
	}
	.container-terminal > div{
		width:100%;
		max-width: 100%;
		height: auto;

		margin-bottom: 2%;
		margin-left: 0;
	}

	/*.container-terminal .container-mask{
		display: block;
		background-color: rgba(23,58,100,0.95);
	}*/

	.terminal-content-title{
		font-size: 20px;
		margin-bottom: 10px;
	}


	.container-terminal img{
		width: 100%;
		height:auto;
		top: 0;
		left: 0;
		transform: none;
		position: relative;
	}
	.terminal-content-img img{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.terminal-content-img img:nth-child(2n+0){
		margin-right: 0;
	}
	.terminal-content-img img:nth-child(4n+0){
		margin-right: 0;
	}
	/*.terminal-content-img img{
		width: 100%;
		margin-right: 0;
	}*/
	.container-terminal .show-btn {
		right: auto;
		bottom: auto;
		margin: auto;

		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);

		font-size: 14px;
	}
}
@media screen and (max-width: 420px){
	.terminal-content{
		padding: 20px 20px;
	}
	.container-terminal-tab-caption span{
		font-size: 14px;
	}
}
/*container terminal*/


/*yard layout*/
@media screen and (min-width: 10px){
	.yard-layout-tab{
		display: inline-block;
		vertical-align: top;
	}
	.yard-layout-tab img{
		height: 8.85vw;
		max-height: 115px;
		background-color: #173a64;
	}
	.yard-layout-tab .yard-layout-tab-bg{
		height: 9.775vw;
		max-height: 127px;
		width:auto;
		cursor: pointer;
		position: relative;
	}
	.yard-layout-tab .yard-layout-tab-bg:last-child{
		height: 8.85vw;
		max-height: 115px;	
	}

	.yard-layout-tab-caption{
		display: none;
		position: absolute;

		height: 8.85vw;
		max-height: 115px;

		width: 100%;
		top: 0;
		left: 0;
		background-color: rgba(21,76,126,0.9);
		padding: 10px 10px;
	}
	.yard-layout-tab-caption div{
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.yard-layout-tab-caption span{
		display: inline-block;
		color: white;
		font-size: 26px;
		vertical-align: middle;
	}
	.tab-selected .yard-layout-tab-caption{display: block;}
	.yard-layout-tab-bg:hover .yard-layout-tab-caption{display: block;}

	.yard-layout-tab-mobile{
		display: none;
		font-size: 0px;
	}
	.yard-layout-tab-mobile .yard-layout-tab-bg{
		display: inline-block;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
		position: relative;	
		cursor: pointer;
	}
	.yard-layout-tab-mobile .yard-layout-tab-bg:nth-of-type(3n + 0){
		margin-right: 0;
	}
	.yard-layout-tab-mobile img{
		width: 100%;
		background-color: #173a64;
	}

	.yard-layout-tab-bg img{
		cursor: pointer;
	}
	.tab-selected img, .yard-layout-tab-bg img:hover{
		background-color: #154c7e;
	}

	.yard-layout{
		display: inline-block;
		vertical-align: top;
	}
	.yard-layout > div{
		position: relative;

		height: 47.95vw;
		max-height: 623px;
		width: 79.2vw;
		max-width: 1030px;

		overflow: hidden;	
	}
	.yard-layout img{
		height: 100%;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.yard-layout-caption{
		font-size: 36px;
		text-align: center;
		width:inherit;
		background-color: #154c7e;
		padding: 10px 0;
		margin-bottom: 10px;
		color: white;
	}
}
@media screen and (max-width: 1320px){
	.yard-layout {
		max-width: calc(100% - 17.7vw);	
	}
	.yard-layout > div{
		max-width: 100%;
	}
}

@media screen and (max-width: 960px){
	.yard-layout-tab-caption{
		padding: 5px 5px;
	}
	.yard-layout-tab-caption span{
		font-size: 20px;
	}
}

@media screen and (max-width: 768px){
	.yard-layout-tab{
		display: none;
	}
	.yard-layout-tab-mobile{
		display: block;
	}

	.yard-layout-tab-caption{
		height: 100%;
		max-height: none;
	}

	.yard-layout {
		width:100%;
		max-width: 100%;	
	}
	.yard-layout > div{
		width:100%;
		max-width: 100%;
		height: auto;
	}
	.yard-layout img{
		width: 100%;
		height:auto;
		top: 0;
		left: 0;
		transform: none;
		position: relative;
		margin-bottom: 2%;
	}

	.yard-layout-caption{
		font-size: 24px;
	}

}
@media screen and (max-width: 420px){
	.yard-layout-tab-caption span{
		font-size: 14px;
	}
}
/*yard layout*/


/*facility*/
@media screen and (min-width: 10px){
	.faci-equip-icon{
		font-size: 0px;
		box-sizing: border-box;
		width: 100%;
	    margin-top: 35px;
	}
	.faci-equip-icon img{
		box-sizing: border-box;
		width: 17.4%;
		margin-right: 3.25%;
		margin-bottom: 2.9%;
	}
	.faci-equip-icon img:nth-child(5n+1){
		margin-left: 0;
	}	
	.faci-equip-icon img:nth-child(5n+0){
		margin-right: 0;
	}
}
@media screen and (max-width: 960px) and (min-width: 769px){
	.faci-equip-icon img{
		width: 22.6%;
		margin-right: 3.2%;
		margin-bottom: 3.2%;
	}
	.faci-equip-icon img:nth-child(5n+1){
		margin-left: 0;
	}
	.faci-equip-icon img:nth-child(5n+0){
		margin-right: 3.2%;
	}
	.faci-equip-icon img:nth-child(4n+0){
		margin-right: 0;
	}	
}
@media screen and (max-width: 768px){
	.faci-equip-icon img{
		width: 30.4%;
		margin-right: 4.4%;
		margin-bottom: 4.4%;
	}
	.faci-equip-icon img:nth-child(5n+1){
		margin-left: 0;
	}
	.faci-equip-icon img:nth-child(5n+0){
		margin-right: 4.4%;
	}
	.faci-equip-icon img:nth-child(3n+0){
		margin-right: 0;
	}	
}
/*@media screen and (max-width: 600px){
	.faci-equip-icon img{
		width: 46.67%;
		margin-right: 6.66%;
		margin-bottom: 6.66%;
	}
	.faci-equip-icon img:nth-child(5n+1){
		margin-left: 0;
	}
	.faci-equip-icon img:nth-child(5n+0){
		margin-right: 6.66%;
	}
	.faci-equip-icon img:nth-child(2n+0){
		margin-right: 0;
	}	
}*/
/*facility*/


/*icon link*/
@media screen and (min-width: 10px){
	.a-icon{
		display: inline-block;
		position: relative;
		font-size:0px;
		border-radius: 10%/15%;
		overflow: hidden;
		margin-top: 30px;
		max-width: 32%;
		margin-right: 2%;
	}
	.a-icon:last-child{
		margin-right: 0;
	}
	.a-icon-mask{
		display: none;
	}
	.a-icon:hover .a-icon-mask{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(52,82,119,0.3);
		/*background-color: rgba(52,82,119,0.8);*/
	}
	.a-icon:active .a-icon-mask{
		background-color: rgba(52,82,119,0.6);
		/*background-color: rgba(52,82,119,0.8);*/
	}
}
/*icon link*/

@media screen and (max-width: 576px){
	.a-icon{
		max-width: unset;
	}
}


@media screen and (min-width: 10px){
	.inno-icon-wrapper{
		/*margin-top: 15px;*/
	    margin-top: 25px;
		font-size: 0px;
	}
	.inno-icon{
		display: inline-block;
		width:20.5%;
		margin-right: 6%;
		margin-bottom: 15px;
		vertical-align: top;
	}
	.inno-icon:nth-of-type(4n+0){
		margin-right: 0;
	}
	.inno-icon img{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.inno-icon{
		width:48.5%;
		margin-right:3%; 
		margin-bottom: 15px;
	}
	.inno-icon:nth-of-type(2n+0){
		margin-right: 0;
	}
}


.block-content-wrapper, .news-wrapper{
    padding: 2.5% 3.3%;
    background-color: #f1f2f2;
    margin-top: 15px;
	margin-bottom:25px;
}
.news-wrapper{
	margin-bottom: 10px;
	margin-top: 0;
}
.block-content-wrapper::after, .news-wrapper::after{clear:both;content:'';display: block;}


.img-right{
	float:right;
	width:33%;
	margin-left: 2%;
	font-size: 0px;
}
.img-right img {
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width: 576px){
	.img-right{
		width:100%;
		margin-left: 0;
	}
}

span.home-section{
	font-size: 21px;
	line-height: 1.4
}
span.home-strong{
	font-size: 30px;
	color: #173a64;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	span.home-section{
		font-size: 18px;
	}
	span.home-strong{
		font-size: 26px;
	}	
}
