.header_inner{
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_inner:before,
.header_inner:after{
    content: '';
    height: 1px;
    background: #000;
    width: 100%;
    display: block;
}
.header_inner .txt{
    margin: 0;
    padding: 15px 40px;
    display: inline-block;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    z-index: 1;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}
.header_inner .txt span{
	color: #bf0202;
}
.header_inner.white:before,
.header_inner.white:after{
    background-color: #fff;
}
.header_inner.white .txt{
    background: none;
    border-color: #fff;
    color: #fff;
}
.header_inner.gold:before,
.header_inner.gold:after{
    background-color: #f6b518;
}
.header_inner.gold .txt{
    background: none;
    border-color: #f6b518;
    color: #f6b518;

}


.card{
	background: none;
	border-radius: 0;
	border: none;
}
.cke_editable img{
	max-width: 100%;
}
#home_sec1{
	padding: 8vw 0;
	padding-bottom: 0;
	background: #fff;
}
#home_sec1 .ms{
	text-align: center;
	font-weight: 500;
	line-height: 13em;
}
#home_sec1 .ms .ms1{
	font-size: 13em;
	color: #BB0000;
	margin-bottom: 0.1em;
}
#home_sec1 .ms .ms2{
	font-size: 12em;
}

#home_sec2{
	height: 100vh;
	width: 100vw;
	position: relative;
	display: flex;
}
#home_sec2 .bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden;
}
#home_sec2 .bg::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 50%;
	z-index: 1;
}
#home_sec2 .bg img{
	width: 100%;
	height: 100%;
    position: absolute;
    object-fit: cover;
}
#home_sec2 .h_zoom{
	overflow: hidden;
	text-align: center;
	position:absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
    justify-content: center;
    z-index: 2;
}
#home_sec2 .h_zoom > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home_sec2 .ms{
	text-align: center;
	line-height: 10em;
	font-weight: 400;
	color: #fff;
}
#home_sec2 .ms > div{
	position: relative;
}
#home_sec2 .ms .ms1{
	font-size: 170px;
}
#home_sec2 .ms .ms2{
	font-size: 150px;
}
.linkbtn{
    font-size: 20px;
    font-weight: 500;
    background: #BB0000;
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    
}
.linkbtn:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
#home_sec2 > .container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 3;
	min-height: 100%;
}
#home_sec2 .ms{
	padding-right: 5%;
	text-shadow: 0em 0em 1em rgba(0, 0, 0, 0.5);
}
#home_sec2 .desc{
	color: #fff;
	max-width: 40%;
	font-size: 24px;
	padding-top: 4vw;
	position: relative;
	padding-right: 2vw;
}
#home_sec2 .desc .link{
	padding-top: 2em;
}
.sec_head{
	text-align: center;
	font-size: 12em;
	line-height: 0.8em;
}
.sec_head .ms1{
	color: #BB0000;
}

.sec_head2{
	text-align: center;
	font-size: 4.5em;
	line-height: 1.5em;
}
.sec_head2 .ms2 span,
.sec_head2 .ms1{
	color: #000;
}
.sec_head2 .ms2{
	color: #BB0000;
	font-size: 1.6em;
	font-weight: 600;
}
.sec_head3{
	text-align: center;
	font-size: 1.5em;
	line-height: 3em;
}
.sec_head3 .ms1{
	color: #BB0000;
	font-size: 3.5em;
}
.sec_head3 .ms1 span{
	color: #000;
}
.sec_head3 .ms2{
	color: #000;
}
.sec_head4{
	text-align: center;
	font-size: 2em;
	max-width: 1100px;
	margin: auto;
	padding-bottom: 2em;
}
.sec_head4 .ms1{
	font-size: 2em;
	margin-bottom: 0.5em;
}
.sec_head4 .ms2{
	
}

.tw_icon{
	width: 97px;
	height: 97px;
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.tw_icon > img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.home_partners{
	padding: 50px 0;
}
.partner_lists > ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.partner_lists > ul > li{
	min-width: calc(100% / 6);
	max-width: calc(100% / 6);
	position: relative;
}
.partner_lists > ul > li .info{
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	align-content: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.partner_lists > ul > li .info::before{
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #BB0000;
	position: absolute;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
	-ms-transform: scale(0) rotate(0deg);
	-o-transform: scale(0) rotate(0deg);
	transform: scale(0) rotate(0deg);
}
.partner_lists > ul > li:hover .info::before{
	-webkit-transform: scale(1) rotate(90deg);
	-moz-transform: scale(1) rotate(90deg);
	-ms-transform: scale(1) rotate(90deg);
	-o-transform: scale(1) rotate(90deg);
	transform: scale(1) rotate(90deg);
}
.partner_lists > ul > li:hover .info{
	opacity: 1;
}
.partner_lists > ul > li .info > .name{
	min-width: 100%;
	font-size: 20px;
	position: relative;
	z-index: 1;
}
.partner_lists > ul > li .info .linkbtn{
	border: 2px solid #fff;
	font-size: 1.2em;
}
.partner_lists > ul > li .info .linkbtn:hover{
	background: #fff;
	color: #BB0000;
}
.partner_lists .img{
	height: 100%;
	display: flex;
    align-items: center;
    padding: 20px;
}
.partner_lists .img > img{
	max-width: 100%;
}
.contact_info{
	padding: 8em 0;
	padding-bottom: 0;
}
.contact_info .sec1{
	padding-bottom: 3em;
	text-align: center;
	font-size: 1.8em;
	max-width: 800px;
	margin: auto;
}
.contact_info .sec1 h1{
	margin: 0;
	font-size: 1.5em;
	margin-bottom: 0.4em;
}
.contact_info .sec2{
	border-top: 2px solid #e2eaef;
	border-bottom : 2px solid #e2eaef;
	padding: 5em 0;
}
.contact_info .sec2 .col{
	border-right: 2px solid #e2eaef;
	padding-left: 6em;
	padding-right: 6em;
}
.contact_info .sec2 .col:first-child{
	padding-left: 0;
}
.contact_info .sec2 .col:last-child{
	border-right: none;
}
.contact_info .sec2 .col h3{
	font-size: 2.2em;
	margin-bottom: 1.4em;
}
.contact_info .sec2 .col .info{
	font-size: 1.2em;
	padding-bottom: 15px;
}
.contact_info .sec2 .col .info i{
	font-size: 1.3em;
	color: #BB0000;
	margin-right: 10px;
}
.contact_info .sec2 .col .info.line i{
	color: #39ae41;
	font-size: 1.5em;
}
.contact_info address{
	font-size: 0.8em;
}
.contact_form{
	background: #F1F1F1;
	padding: 7em 0;
}
.contact_form .ms{
	text-align: center;
	font-size: 1.4em;
	padding-bottom: 2.5em;
}
.contact_form .ms h2{
	font-size: 2.5em;
}
#formContact label{
	font-weight: bold;
	font-size: 24px;
}
@media (min-width: 1920px) {
	.contact_form .container{
		max-width: 1300px;
	}
}
#formContact .form-control{
	font-size: 20px;
	padding: 30px 15px;
	border: 0;
	border-color: #ddd;
}
#formContact span.is-invalid{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #BB0000;
}
#formContact .form-control.is-invalid{
	border-width: 2px;
}
#formContact .row{
	margin-bottom: 20px;
}
#btnSubmit{
	font-size: 1.5em;
}
#GoogleCaptcha{
	margin: auto;
}
.contact_map_area{
	height: 800px;
}
.contact_map_area iframe{
	float: left;
	width: 100%;
	height: 100%;
}
.viewhtml{
	font-size: 1.3em;
	color: #000;
}
.viewhtml img{
	max-width: 100%;
}
.htmlbox{
	padding: 3em 0;
	padding-top: 3em;
	font-size: 1.2em;
}
.htmlbox img{
	max-width: 100%;
}
.htmlbox h2{
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
ul.case_client_lists{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.case_client_lists > li{
	min-width: 100%;
	border-bottom: 1px solid #e5e1e1;
	padding: 10px 0;
	display: flex;
	align-content: center;
	align-items: center;
	font-size: 1.2em;
}
ul.case_client_lists > li .title{
	font-weight: bold;
	padding: 0 15px;
	white-space: nowrap;
}
ul.lists_image{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}
ul.lists_image > li{
	padding-right: 5em;
	padding-bottom: 2em;
	text-align: center;
	max-width: 300px;
	min-width: 300px;
}
ul.lists_image > li .img img{
	max-width: 100%;
}
ul.lists_image > li .name{
	padding-top: 15px;
}
.headinner .container{
	position: relative;
	z-index: 2;
}
.headinner .bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.headinner .bg::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}
.headinner .bg img{
	width: 100%;
	height: 100%;
    position: absolute;
    object-fit: cover;
}
@media (min-width: 1920px) {
	.app_title .container,
	.page_back .container,
	.case_view .container,
	.stu_sec3 .container{
		max-width: 1500px;
	}
}
.case_view.bg{
	background: url('/web-assets/img/services/bg.jpg') top center no-repeat;
	background-size: cover;
}
.viewmeetion{
	max-width: 1500px;
	padding: 0;
}
.viewmeetion .sec1{
	display: flex;
	align-items: center;
	padding-right: 4em;
	padding-top: 5em;
	padding-bottom: 5em;
}
.viewmeetion .sec1 .img,
.viewmeetion .sec1 .info{
	max-width: 50%;
	min-width: 50%;
}
.viewmeetion .sec1 .info{
	padding-left: 2em;
}
.viewmeetion .sec1 .info .name{
	padding-left: 5em;
}
.viewmeetion .sec1 .info .name h2{
	font-size: 2.8em;
	font-weight: bold;
}
.viewmeetion .sec1 .info .name p{
	color: #999;
	font-size: 1.2em;
}
.viewmeetion .sec1 .ms{
	background: url('../img/career/career-MeetourPeople/b1.png?t=1') left center no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	padding-left: 80px;
	padding-right: 50px;
	padding-bottom: 50px;
	color: #fff;
	font-size: 1.7em;
	min-height: 400px;
	max-height: 500px;
	overflow-y: auto;
}
.viewmeetion .sec1 .img img{
	max-width: 100%;
}
.viewmeetion .sec2 .row{
	padding:30px 150px;
}
.viewmeetion .sec2 .row:nth-child(2n+1){
	background: #f2f2f2;
}
.viewmeetion .sec2 .row .col.image{
	min-width: 400px;
	max-width: 400px;
}
.viewmeetion .sec2 .row .col.image .img > img{
	max-width: 100%;
}
.page_nav{
	display: flex;
	justify-content: center;
	align-items:center;
	height: 0;
	position: relative;
	z-index: 1;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	
}
.page_nav a{
	display: block;
	font-size: 20px;
	background: #D9D9D9;
	padding: 20px 50px;
	color: #000;
	text-decoration: none;
	margin: 0 5px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.page_nav a.active{
	background: #BB0000;
	color: #fff;
}
.page_nav.fix_page_nav{
	position: fixed;
	left: 0;
	right: 0;
	top: 130px;
	z-index: 12;
}
.page_nav.fix_page_nav a{
	padding: 10px 20px;
	font-size: 16px;
}
.ScrollUp .page_nav.fix_page_nav{
	top: 100px;
}

.home_nav{
	list-style: none;
	display: flex;
	padding: 70px 0;
	padding-bottom: 0;
}
.home_nav > li{
	position: relative;
}
.home_nav > li:after{
	content: '/';
	padding: 0px 5px;
}
.home_nav > li:last-child:after{
	display: none;
}
.home_nav > li > a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.home_nav > li.active > a{
	color: #BB0000;
}
.about_sec1{
	padding: 120px 0;
	padding-top: 50px;
}
.about_sec1 .desc{
	display: flex;
}
.about_sec1 .desc2{
	padding: 20px 0;
}
.about_sec1 .desc .img{
	min-width: 450px;
	max-width: 450px;
}	
.about_sec1 .desc .img img{
	width: 100%;
}
.about_sec1 .desc .info{
	padding-left: 40px;
}
.about_sec1 .desc .info h1{
	font-size: 50px;
}
.about_sec2{
	background: #000;
	color: #fff;
	padding: 120px 0;
}
.about_sec2 .desc{
	padding-top: 40px;
}
.about_sec3{
	padding: 120px 0;
}
.people_lists{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-left: -15px;
	margin-right: -15px;
}
.people_lists > li{
	min-width: 33.33%;
	max-width: 33.33%;
	text-align: center;
	padding: 15px;
}
.people_lists > li .info .bg{
	background: #000;
	color: #fff;
	padding: 20px 15px;
}
.people_lists > li .img{
	height: 400px;
	display: block;
	overflow: hidden;
}	
.people_lists > li .img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.people_lists > li:hover .img img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.people_lists > li .name{
	font-weight: 500;
	font-size: 18px;
}
.about_sec4{
	padding-bottom: 150px;
}
.about_sec4 .header_inner{
	margin-bottom: 30px;
}
.address_info{
	display: flex;
	padding: 50px 0;
	padding-bottom: 150px;
}
.address_info .img{
	min-width: 570px;
	max-width: 570px;
	border: 2px solid #000;
}
.address_info .img img{
	width: 100%;
}
.address_info .info{
	padding-left: 50px;
	font-size: 20px;
}
.address_info .info .social{
	display: flex;
}
.address_info .info .social a{
	padding: 5px 10px;
	color: #000;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.address_info .info .social a:hover{	
	color: #BB0000;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.address_info .info .social a:first-child{
	padding-left: 0;
}
.career_layout{
	padding-top: 20px;
	padding-bottom: 50px;
}
.jobs_lists > li{
	padding:35px 20px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	background: #eee;
	margin-bottom: 20px;
	align-items: center;
}
.jobs_lists > li .icon{
	flex-grow:1;
	text-align: center;
	min-width: 100px;
	max-width: 100px;
}
.jobs_lists > li .icon img{
	width: 100%;
}
.jobs_lists > li .info{
	flex-grow:8;
	padding-left: 40px;
}
.jobs_lists > li .more{
	flex-grow:1;
	text-align: center;
}
.jobs_lists > li .info .subject{
	font-size: 34px;
	font-weight: 500;
	color: #000;
}
.jobs_lists > li .info p{
	font-size: 20px;
}
.jobs_lists > li .info .num{
	font-size: 20px;
	color: #666;
}
.box_search{
	background: url('/web-assets/image/computer.jpeg') center center no-repeat;
	background-size: cover;
	padding: 150px 0;
	text-align: center;
}
.search_resault{
	padding: 50px 0;
}
.searchlists{
	list-style: none;
	padding: 0;
	margin: 0;
}
.searchlists .cardlists{
	min-height: 0;
}
.searchlists .cardlists{
	border-width: 3px;
}
.searchlists > li:last-child .cardlists{
	border-bottom: none;
}
.new_html img{
	max-width: 100%;
	height:auto;
}
@media (max-width: 767px) {
	h3 > img{
		width: 100%!important;
		margin-bottom: 15px;
	}	
}
@media (max-width: 1920px) {
	.sec_head{
		font-size: 10em;
	}
	.sec_head3 .ms1{
		font-size: 2.8em;
	}
	.about_sec1 .desc{
		padding-top: 0;
	}
	.app_title .bg video,
	.headinner .bg video,
	.about_sec3 .bg video,
	.about_sec5 .bg video,
	.about_sec9 .bg video,
	.about_sec11 .bg video,
	#home_sec2 .bg video{
		width: auto;
	}
	/* .about_sec1 .desc .ab_ms{
		font-size: 2.5em;
	} */
	/* .about_sec1 .desc .ab_html{
		font-size: 2em;
	} */
	#home_sec2 .desc{
		max-width: 50%;
	}
	.contact_info .sec2 .col h3{
		font-size: 1.6em;
	}
	.contact_info .sec2{
		padding: 3em 0;
	}
	.contact_info .sec2 .col{
		padding-right: 0px;
		padding-left: 30px;
	}
	.contact_info .sec2 .col .info{
		font-size: 1em;
	}
	.contact_info .sec1{
		padding-bottom: 2em;
	}
	.sec_head4{
		font-size: 1.3em;
	}
	.partner_lists > ul > li .info .linkbtn{
		font-size: 0.8em;
	}
}
@media (max-width: 1440px) {
	#home_sec1{
		padding: 13vw 0;
	}
	#home_sec1 .ms{
		
	}
	#home_sec1 .ms .ms1{
		font-size: 10em;
		margin-bottom: 0;
	}
	#home_sec1 .ms .ms2{
		font-size: 140px;
		line-height: 100px;
	}
	#home_sec2{
		padding: 0;
	}
	#home_sec2 .desc{
		font-size: 1.2em;
	}
	#home_sec2 .ms{
		line-height: 6em;
	}
	#home_sec2 .ms .ms1{
		font-size: 8em;
	}
	#home_sec2 .ms .ms2{
		font-size: 7em;
	}
	#home_sec2 > .container{
		justify-content: center;
	}
	.sec_head{
		font-size: 12vw;
		line-height: 12vw;
	}
	.tw_icon{
		width: 5vw;
		height: 5vw;
	}
	.sec_head2{
		font-size: 4.5vw;
		line-height: 8vw;
	}
	.sec_head2 .ms2{
		font-size: 8vw;
	}
	.home_partners{
		padding: 10vw 0;
	}
	.sec_head3{
		font-size: 2vw;
	}
	.sec_head3 .ms2{
		font-size: 2vw;
	}
	.partner_lists > ul > li{
		min-width: calc(100% / 3);
    	max-width: calc(100% / 3);
    	text-align: center;
	}
	.contact_info{
		padding: 5em 0;
		padding-bottom: 0;
	}
	.contact_info .sec1{
		padding-bottom: 1em;
	}
	.contact_info .sec1 h1{
		font-size: 1.3em;
	}
	.contact_info .sec1 address{
		font-size: 0.8em;
	}
	.contact_map_area{
		height: 50vw;
	}
	.contact_info .sec2 .col h3{
		font-size: 1.4em;
	}
}
@media (max-width: 1199px) {
	.viewhtml{
		font-size: 1.1em;
	}
}
@media (max-width: 1024px) {
	
	.tw_icon {
	    width: 97px;
	    height: 97px;
	}
	ul.lists_image > li{
		padding-right: 30px;
		max-width: 33.33%;
		min-width: 33.33%;
	}
	ul.lists_image > li .img{
		max-width: 100px;
		margin: auto;
	}
}
@media (max-width: 991px) {
	#home_sec2 .desc{
		max-width: 50%;
	}
	#home_sec2 .desc{
		max-width: 80%;
	}
	.new_html hr{
		margin: 2em 0;
	}
	#formContact .row{
		margin-bottom: 0;
	}
	#formContact .row .col-xs-12,
	#formContact .row .col-md-12{
		margin-bottom: 15px;
	}
	.boxcaptcha{
		padding: 15px 0;
	}
	.contact_info .sec2 .col{
		min-width: 100%;
		border-right: none;
		padding: 0;
		padding-bottom: 30px;
	}
	.contact_info .sec2 .col:last-child{
		padding-bottom: 0;
	}
	.contact_info .sec2 .col h3{
		margin-bottom: 15px;
		font-size: 2em;
	}
	.htmlbox{
		padding: 1em 0;
	}
	.contact_info .sec2 .col{
		padding-left: 15px!important;
	}
}
@media (max-width: 767px) {
	#home_sec1{
		padding: 7em 0;
	}
	#home_sec1 .ms{

	}
	#home_sec1 .ms .ms1{
		font-size: 8em;
		line-height: 1em;
		margin-bottom: 0.2em;
	}
	#home_sec1 .ms .ms2{
		font-size: 7em;
		line-height: 1em;
	}
	#home_sec2{
		height: auto;
		padding-top: 150px;
		padding-bottom: 100px;
	}
	#home_sec2 > .container{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	#home_sec2 .ms{
		padding-right: 0;
		min-width: 100%;
		max-width: 100%;
	}
	#home_sec2 .desc{
		padding: 0;
		min-width: 90%;
		text-align: center;
		padding-top: 5vw;
	}
	#home_sec2 .ms{
		line-height: 8em;
	}
	.tw_icon {
	    width: 12vw;
	    height: 12vw;
	}
	.partner_lists > ul > li .info > .name{
		font-size: 1.5em;
	}
	.partner_lists > ul > li .info .linkbtn{
		font-size: 1em;
	}
	.sec_head3 .ms2{
		font-size: 1.5em;
	}
	.home_partners{
		padding-bottom: 0;
	}
	#home_sec2 .h_zoom > img{
		width: 200%;
		min-height: 100vh;
	}
	.new_html{
		font-size: 1.1em;
	}
	.new_html hr {
	    margin: 1em 0;
	}
	.contact_info .sec1 h1{
		font-size: 1em;
	}
	.contact_info .sec1 address{
		font-size: 0.7em;
	}
	.contact_info .sec2 .col h3{
		font-size: 1.7em;
	}
	.contact_form{
		padding: 4em 0;
	}
	.contact_form .ms{
		padding-bottom: 1em;
	}
	.contact_form .ms h2{
		font-size: 1.5em;
	}
	.contact_form .ms p{
		font-size: 0.8em;
	}
	.htmlbox h2{
		margin-bottom: 15px;
	}
	ul.lists_image > li{
		padding-right: 15px;
		max-width: 50%;
		min-width: 50%;
	}
}
@media (max-width: 650px) {
	#home_sec1 .ms{
		line-height: 20vw;
	}
	#join2{
		padding-bottom: 5vw;
	}
	.partner_lists > ul > li {
	    min-width: calc(100% / 2);
	    max-width: calc(100% / 2);
	}
	footer .sec2 .copyright{
		min-width: 70%;
	}
}
@media (max-width: 575px) {
	.contact_info{
		padding-top: 3em;
	}
	.contact_info .sec1{
		font-size: 1.5em;
	}
	.contact_info .sec2{
		font-size: 0.9em;
	}
	.contact_form .ms{
		font-size: 1.2em;
	}
	#btnSubmit{
		font-size: 1.5em;
	}
	.contact_map_area{
		height: 100vw;
	}
}
@media (max-width: 425px) {
	#home_sec2 .ms{
		line-height: 4em;
	}
	#home_sec2 .ms .ms1{
		font-size: 6em;
	}
	#home_sec2 .ms .ms2{
		font-size: 5em;
	}
	.sec_head{
		font-size: 4em;
	}
	.sec_head3{
		font-size: 0.7em;
		line-height: initial;
	}
	.sec_head3 .ms2{
		line-height: initial;
		margin-top: 15px;
	}
}
@media (max-width: 375px) {
	footer .sec2 .row{
		flex-wrap: wrap;
	}
	footer .sec2 .row .col,
	footer .sec2 .copyright{
		max-width: 100%;
		min-width: 100%;
		text-align: center;
	}
	footer .sec2 .copyright{
		padding-top: 15px;
	}
}