/*-----------------------------------------------
/* banner
--------------------------------------------------*/
#banner .carousel-item{
	height: 500px;
}
#banner .carousel-container .fadeInLeft {
    padding-top: 80px;
}

/*-----------------------------------------------
/* Description
--------------------------------------------------*/
#Description{
	padding: 50px 0;
}
#Description h3{
	color: #000000;
}
#Description p{
	color: #000000;
	font-weight: 300;
}
/*-----------------------------------------------
/* content
--------------------------------------------------*/
.thumbnail{
	border: none;
	cursor: pointer;
}
.iconImg h3,.thumbnail h3{
	font-size: 18px;
	display: grid;
	align-items: center;
	height: 40px;
	color: #000;
}
.thumbnail .caption {
    height: 50px;
	padding: 10px 0;
}
#statement{
    color: white; font-size:80px;
}
#security h3{
    color: #000;
}
.securityBox{
    width: 100%; opacity: 1;background-color:#b6c4c7; height:auto;min-height: 300px;margin-top:0px;
	background-position: right;
	background-repeat: no-repeat;
}
.securityBoxImg1{
	background: url(/assets/src/203/img/security/icon/3.png) #b6c4c7 no-repeat right;
}
.securityBoxImg2{
	background: url(/assets/src/203/img/security/icon/4.png) #87a5ab no-repeat left;
}
.securityBoxImg3{
	background: url(/assets/src/203/img/security/icon/2.png) #b6c4c7 no-repeat right;
}
.securityBoxImg4{
	background: url(/assets/src/203/img/security/icon/6.png) #87a5ab no-repeat left;
}
.securityBoxImg5{
	background: url(/assets/src/203/img/security/icon/7.png) #b6c4c7 no-repeat right;
}
.securityBox li{
	line-height: 1.8em;
}
#safety_content{
    width: 100%; opacity: 1;background-color:#b6c4c7; height:auto;margin-top:0px;
}
.iconImg{
	align-items: center;
	display: flex;
	height: 255px;
}
.iconLeft{
	text-align: center;
}
#photo{
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
    vertical-align:middle;
}
#photo_text{
    display: flex;
    align-items: center;
	color: #000000;
	margin: 0;
	height: 300px;
}
.securityDetailTitle{
	font-size: 18px;
	font-weight: 400;
}
#security_text{
    align-items: center;
	color: #000000;
	margin: 0;
	padding: 30px 0;
	height: 300px;
	display: flex;
}
#security_text ul{
    list-style-type: inherit;
	margin-left: 2em;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 300;
}
#security_text p{
    margin-bottom: 5px;
}
#text_statement{
    color: black;
}
.item-triangle{
        width: 0;
        height:0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #b6c4c7;
        position: relative;
        top: -15px; 
        margin-bottom: 0; 
    }
.triangle01{
	margin-left: 11%;
}
.triangle02,.triangle05{
	margin-left: 36%;
}
.triangle03,.triangle06{
	margin-left: 61%;
}
.triangle04{
	margin-left:86%;
    }   
.xsShow{
		display: none;
	}	
@media (max-width: 1199px){
	.xsShow{
		display: flex;
	}
	.xsHide{
		display: none;
	}
}	
@media (max-width: 769px) {
	.thumbnail h3{
		font-size: 14px;
	}
	#security_text{
		padding: 30px;
		height: auto;
	}
	.iconImg {
	    height: 130px;
	}
	.xsShow{
		display: block;
	}
	.xsHide{
		display: none;
	}
}

.triangle1{
	margin-left: 8.5%;
}
.triangle2{
	margin-left: 28.5%;
}
.triangle3{
	margin-left: 48.5%;
}
.triangle4{
	margin-left: 68.5%;
}
.triangle5{
	margin-left: 88.5%;
}