@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
/* ----------TRANSITION---------- */
	.filter li a,
	.sec_menu .container,
	.sec_menu .col33 img,
	.sec_slider .owl-dot,
	#related_slider .item h5,
	#related_slider .item img{
		-webkit-transition: all .4s ease;
		   -moz-transition: all .4s ease;
		    -ms-transition: all .4s ease;
		     -o-transition: all .4s ease;
		        transition: all .4s ease;
	}
/* ----------FILTER---------- */
	.filter{
		max-width: 1400px;
		display: block;
		color:#ffffff;
		text-shadow: none;
		margin:0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom:10%;
	}
	.filter:after{
		content:'';
		display: table;
		clear:both;
	}
	.filter li{
		float: left;
		width: 10%;
		letter-spacing: 2px;
		cursor: pointer;
	}
	.filter li:first-child{
		width: 7%;
		min-width:150px;
	}
	.filter li:nth-child(3),
	.filter li:nth-child(4){
		width: 11.5%;
	}
	.filter li a{
		display: block;
		padding:17px 2%;
		color: #161616;
		background-color: #dfdfdf;
	}
	.filter li:last-child a{
		min-width: 195px;
		padding:0;
		color: #fff;
		background-color: #E48026;
	}
	.filter li:last-child a{
		display: block;
		width: 100%;
		padding:17px 2%;
	}
	.filter li a:hover{
		background-color: #ffffff;
		color:#161616;
	}
	.filter li a.txt-red:hover{
		color:#E48026;
	}
	.filter li.active a{
		background-color: #ffffff;
		color:#00275D;
	}
	.filter li:last-child a:hover{
		background-color: #D75526;
	}
/* ----------SEC_MENU---------- */
	.sec_menu{
		padding:20px 25px 50px;
	}
	.sec_menu .col33{
		padding:0px;
		border:10px solid transparent;
		margin-top:40px;
		margin-bottom: 40px;
		position: relative;
		overflow:hidden;
	}
	.sec_menu .col33 img{
		display: block;
		margin:0 auto;
	}

	/* ----------MENU_HOVER EFFECT---------- */
	.sec_menu .col33:hover img,
	#related_slider .item:hover img{
		/*opacity: .15;*/
		transform-origin: center center;
		-webkit-transform: scale(1.2);
		   -moz-transform: scale(1.2);
		    -ms-transform: scale(1.2);
		     -o-transform: scale(1.2);
		        transform: scale(1.2);
	}
	.sec_menu .container{
		width: 95%;
		max-width: 530px;
		min-height: 180px;
		padding:25px 45px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin:12px auto;
		background-color: rgba(0,0,0,.7);
		color:#ffffff;
	}
	.sec_menu .col33:hover .container,
	#related_slider .item:hover h5{
		background-color: rgba(0,0,0,.5);
	}

	.sec_menu h4{
		margin-bottom: 10px;
		height: 1.2em;
		overflow: hidden;
	}
	.sec_menu p{
		letter-spacing: 4px;
		height: 3em;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sec_menu .tag{
		height: auto;
		line-height: 30px;
		vertical-align: middle;
		margin-top: 9px;
	}
	.sec_menu .tag.active:before{
		content:'';
		background: url(../img/icon/icon-percent.png) center center no-repeat;
		background-size: cover;
		width: 26px;
		height: 24px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		margin-bottom: 2px;
	}

	.sec_menu .btn{
		display: block;
		color: #E48026;
		width: 60%;
		margin:0 auto;
		font-size: 22px;
		line-height: 1.8em;
		letter-spacing: 5px;
		margin-top: 30px;
	}
	.sec_menu .btn:hover,
	.sec_news a.btn:hover{
		background-color: #E48026;
		color:#ffffff;
		border: 2px solid #E48026;
	}
/* ----------news : SEC_SLIDER---------- */
	.sec_slider .w95{
		width: 92%;
		padding:30px 0 70px;
		min-height: 300px;
	}
	.sec_slider .w95:before,
	#top_slider{
		display: inline-block;
		vertical-align: middle;
	}
	.sec_slider .w95:before{
		content:'';
		width: 0;
		height: 100%;
		margin-left: -4px;
	}
	.sec_slider .owl-carousel .owl-item img{
		width: auto;
		margin:0 auto;
	}
	.sec_slider .owl-dots{
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		margin:0 auto;
		text-align: center;
	}
	.sec_slider .owl-dot{
		display: inline-block;
		width: 70px;
		height: 6px;
		margin:0 12px;
		background-color: #fefefe;
		border:1px solid #5d5d5d;
	}
	.sec_slider .owl-dot.active{
		width: 120px;
		background-color: #E48026;
		border:1px solid #E48026;
	}
	.sec_slider a.btn{
		font-size: 22px;
		font-weight: 600;
		color:#E48026;
		margin:100px 0 0;
		padding:5px 40px;
		line-height: 1.8em;
		letter-spacing: 3px;
	}
	.sec_slider a.btn:hover{
		color:#ffffff;
		background-color: #E48026;
		border:2px solid #E48026;
	}
/* ----------news : SEC_NEWS---------- */
	.sec_news{
		padding-top:100px;
	}
	.sec_news h4,
	.sec_news h5{
		padding:0 50px;
		font-weight: 400;
	}
	.sec_news h4.title{
		margin:50px 0;
	}
	.sec_news .content{
		padding:0 50px 70px;
		text-align: justify;
	}
	.sec_news .fleft{
		padding-right: 0;
	}
	.sec_news .fright{
		padding-left: 0;
	}
	.sec_news .content h4,
	.sec_news .content h5{
		padding:0;
	}
	.sec_news .content p{
		font-weight: 400;
	}
/* ----------SEC_RELATEDNEWS---------- */
	.sec_relatednews{
		padding:70px 0;
	}
	.sec_relatednews h4{
		font-weight: 600;
		color:#161616;
		margin-bottom: 80px;
	}

	#related_slider{
		padding: 0 70px;
	}
	#related_slider .item{
		display: block;
		background-color: #ffffff;
		position: relative;
		overflow:hidden;
	}
	#related_slider h5{
		background-color: rgba(22, 22, 22, 0.7);
		color:#ffffff;
		padding:30px 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#related_slider .owl-controls{
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin:auto 0;
		pointer-events: none;
	}
	#related_slider .owl-prev,
	#related_slider .owl-next{
		width: 20px;
		height: 37px;
		background: url(../img/icon/arrow-r.png) center center no-repeat;
		position: absolute;
		top:50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
		pointer-events: all;
	}
	#related_slider .owl-prev{
		left: 0;
		right: auto;
		-webkit-transform: rotate(180deg) translateY(-50%);
		   -moz-transform: rotate(180deg) translateY(-50%);
		    -ms-transform: rotate(180deg) translateY(-50%);
		     -o-transform: rotate(180deg) translateY(-50%);
		        transform: rotate(180deg) translateY(-50%);
		transform-origin: top;
	}
/* ----------sales : SEC_PIC---------- */
	.sec_pic{
		text-align: center;
		padding:50px 50px 20px;
	}
	.sec_pic:after{
		content:'';
		display: block;
		clear:both;
	}
/* ----------International IFRAME-----*/
	.iframe_wrap{
		width: 600px;
		margin:0 auto;
	}
	.iframe_infoPic + .iframe_wrap{
		float: left;
		width: 600px;
	}
	.iframe_wrap iframe{width: 100%; }
	.iframe_infoPic{
		float: right;
		width: calc(100% - 600px);
	}
/* ----------sales : SEC_SALES---------- */
	.sec_sales{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.sec_sales .content{
		padding:30px 45px;
		margin:40px auto 0;
	}
	.sec_sales .content p{
		line-height: 1.8em;
	}
	.sec_sales a.btn{
		color:#E48026;
		margin:45px 30px 0;
	}
	fieldset{
		border:0;
		border-top: 1px solid #E48026;
	}
	.sec_sales legend h4{
		font-weight: 600;
		padding: 30px;
	}
	.sec_sales .content a{
		color:#E48026;
	}
	.sec_sales .content b,
	.sec_sales .content b p,
	.sec_sales .content b a,
	.sec_sales .content strong,
	.sec_sales .content strong p,
	.sec_sales .content strong a{
		font-weight: bold;
	}
	.sec_sales .content u,
	.sec_sales .content u p,
	.sec_sales .content u a{
		text-decoration: underline;
	}
/* ----------RWD---------- */
	@media screen and (max-width: 1500px) {
		.sec_menu .container{
			min-height: 160px;
			padding: 15px 25px;
		}
		.sec_menu .col33{
			margin-top: 15px;
			margin-bottom: 15px;
		}

		.sec_news{
			padding-top:70px;
		}
		.sec_sales{
			padding-top: 0px;
			padding-bottom: 30px;
		}
		.sec_relatednews{
			padding: 50px 0;
		}
		.sec_relatednews h4{
			margin-bottom: 50px;
		}
	}
	@media screen and (max-width: 1366px) {
		.filter{max-width: 1100px;}
		.filter li:last-child a{
			min-width: 0;
		}
		.filter li:nth-child(3) a,
		.filter li:nth-child(4) a{
			min-width: 105px;
		}
		.sec_menu .container{
			min-height: 130px;
		}
		.sec_menu h4{
			font-size: 1.2em;
		}
		.sec_menu p{
			height: 2.4em;
			line-height: 1.2em;
		}
		.sec_menu .btn,
		.sec_slider a.btn{
			font-size: 18px;
			line-height: 1.5em;
			letter-spacing: 3px;
			font-weight: 400;
		}
		.sec_slider a.btn{
			margin:70px auto 0;
		}
		.sec_menu .col33:hover:before,
		.sec_menu .col33:hover:after,
		#related_slider .item:hover:before,
		#related_slider .item:hover:after{
			top:70px;
		}
		.sec_menu .col33:hover:before,
		#related_slider .item:hover:before{
			font-size: 18px;
			height: 130px;
		}
		.sec_menu .col33:hover:after,
		#related_slider .item:hover:after{
			background-size: 30px;
		}
		.sec_slider .w95{
			padding-bottom: 50px;
		}
		.sec_news .content{
			padding-bottom: 30px;
		}
	}
	@media screen and (max-width: 1200px){
		/* ----------International IFRAME-----*/
			.iframe_wrap,
			.iframe_infoPic + .iframe_wrap{
				width: 100%;
				max-width: 600px;
				margin:0 auto;
				float:none;
			}
			.iframe_infoPic{
				width: 100%;
				margin-right: 0;
				float:none;
				margin-bottom: 30px;
			}
	}
	@media screen and (max-width: 1024px) {
		.filter li:not(:last-child) a,
		.filter li:last-child a{
			padding:12px 2%;
		}

		.sec_menu .col33{
			width: 50%;
		}

		.sec_news{
			padding-top:30px;
		}

		.sec_pic{
			padding:30px;
		}
		.sec_sales a.btn{
			margin:5px 10px;
			padding:5px 30px;
		}
	}
	@media screen and (max-width: 991px){
		.filter li:first-child{
			min-width: 0;
		}
		.filter li:nth-child(n){
			width: 25%;
		}
	}
	@media screen and (max-width: 768px) {
		.filter{
			bottom:0;
		}
		.filter li:last-child a{
		}
		.sec_menu .col33{
			width: 100%;
		}
		.sec_menu .container{
			min-height: 0;
		}

		.sec_slider .owl-dots{
			bottom:-15%;
		}
		.sec_slider .owl-dot{
			width: 40px;
			margin:0 6px;
		}
		.sec_slider .owl-dot.active{
			width: 70px;
		}

		.sec_news h4.title{
			margin:30px 0;
		}
		.sec_news a.btn{
			padding:10px 40px;
		}

		.sec_sales a.btn{
			width: 45%;
		}

		#related_slider{
			padding: 0 30px;
		}
	}
	@media screen and (max-width: 480px) {
		#sales .sec_topinfo{
			margin-bottom: 150px;
		}
		.filter{
			position: relative;
			width: 100%;
			background-color: #00275D;
		}
		.filter li:nth-child(n){
			width: 33.33333%;
			
		}
		.filter li:last-child{width: 100%;}

		.sec_menu{
			padding: 30px 0;
		}
		.sec_menu .col33{
			margin-top: 10px;
			margin-bottom: 10px;
		}

		.sec_news h4,
		.sec_news h5,
		.sec_news .content{
			padding:0 20px;
		}

		.sec_sales legend h4{
			padding: 10px;
		}

		.sec_sales .content{
			padding:20px;
		}
		.sec_sales a.btn{
			width: 100%;
			margin:5px 0;
		}

		.sec_relatednews h4{
			padding:0 20px;
		}

		.sec_pic{
			padding:15px;
		}
	}
	@media screen and (max-width: 360px){
		#sales .sec_topinfo{
			margin-bottom: 220px;
		}
		.filter li:nth-child(n){
			width: 50%;
		}

		.sec_menu .container,
		#related_slider h5{
			position: relative;
			margin:0;
			width: 100%;
		}
		.sec_menu .container{
			padding:15px;
		}
		#related_slider h5{
			padding: 10px 20px;
		}
		.sec_menu .col33:hover .container,
		#related_slider .item:hover h5{
			opacity: 1;
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
			     -o-transform: none;
			        transform: none;
		}
		.sec_menu .col33:hover:before,
		.sec_menu .col33:hover:after{
			top: -50px;
		}
		.sec_menu .col33:hover:before{
			height: 100px;
		}
	}

/* 2022.08 */
.sec_news.sec_sales{
	background-color: #F5F5F5;
}
.sec_sales h5{
	font-size: 24px;
	color: #D75526;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	padding-left: 0;
}
.sec_sales h5 span{
	color: #002F70;
}
.sec_sales hr{
	border-top: 1px solid #fff;
	margin: 20px 0;
}
.sec_sales_con{
	max-width: 1500px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.sec_sales_row{
	margin-left: -15px;
	margin-right: -15px;
}
.sec_sales_div{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.sec_sales_row2{
	margin-left: -10px;
	margin-right: -10px;
}
.sec_sales_div2{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.sec_sales_div3{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.sec_sales_input2[type="text"]{
	color: #161616;
    background-color: #fff;
	border: none;
}
.reserve .btn-red{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/icon/arrow-w.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 80%;
	border: none;
	border-radius: 45px;
	padding: 13px 25px;
	background-color: #E48026;
}
.reserve .btn-red:hover{
	/*background-image: url(../img/icon/arrow-r.png);*/
	border: none;
	color: #fff;
	background-color: #D75526;
}

@media(max-width: 991px){
	.sec_sales_div{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media(max-width: 767px){
	.sec_sales_div2{
		width: 100%;
	}
	.sec_sales_div3{
		width: 50%;
	}
}