@charset "utf-8";

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Roboto";
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.5px;
	word-wrap: break-word;
	font-weight: 400;
	color: #6f6f6f;
}
svg{
	fill: currentcolor;
	width: 40px;
	height: 40px;
}
img.svg{
	width: 32px;
	height: 40px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #6f6f6f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #6f6f6f;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #6f6f6f;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6f6f6f;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #6f6f6f;
}

::placeholder { /* Most modern browsers support this now. */
   color: #6f6f6f;
}

.wantam_tm_loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 11111111;
}
.wantam_tm_loader-wrapper .loader {
    height: 1px;
    background-color: #fff;
    z-index: 11111111;
	position: absolute;
}
.wantam_tm_all_wrap,
.wantam_tm_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	 
}
.wantam_tm_all_wrap{
	width: 100%;
	min-height: 100vh;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.wantam_tm_section{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.wantam_tm_section.testimonial{}
.indexJoin {
  padding: 3.6458vw 0 7.0313vw;
  color: #fff;
}

/*---------------------------------------------------*/
/*	TOP 
/*---------------------------------------------------*/

.wantam_tm_sidebar_wrap{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
}
.wantam_tm_sidebar_wrap .info_wrap{
	width: 90px;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.wantam_tm_sidebar_wrap .info_wrap:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-color: rgba(0,0,0,.06);
}
.wantam_tm_sidebar_wrap .info_wrap .inner_wrap{
	widows: 100%;
	height: 100%;
	position: relative;
}
.wantam_tm_sidebar_wrap .info_wrap .inner_wrap .centered_word{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.wantam_tm_sidebar_wrap .info_wrap .inner_wrap .logo{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 90px;
	height: 90px;
	background-color: #000000;
	text-align: center;
	line-height: 90px;
}
.wantam_tm_sidebar_wrap .info_wrap .inner_wrap .link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.wantam_tm_sidebar_wrap .trigger_wrap{
	width: 90px;
	height: 90px;
	border-bottom: 1px solid rgba(0,0,0,.06);
	top: 0px;
	left: 0px;
	position: absolute;
}
.wantam_tm_sidebar_wrap .trigger_wrap .trigger{
	width: 30px;
	height: 12px;
	position: relative;
	transform: translateX(-50%);
	top: 37px;
	left: 50%;
}
.wantam_tm_sidebar_wrap .trigger_wrap .trigger span{
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #000;
	display: inline-block;
}
.wantam_tm_sidebar_wrap .trigger_wrap .trigger .two{margin-top: 12px;}
.wantam_tm_sidebar_wrap .menu_wrap:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-color: rgba(0,0,0,.06);
}
.wantam_tm_sidebar_wrap .menu_wrap{
	width: 330px;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: -240px;
	background-color: #fff;
	z-index: 1;
}
.wantam_tm_sidebar_wrap .menu_wrap .menu_inner{
	width: 100%;
	height: 100%;
	position: relative;
}
.wantam_tm_sidebar_wrap .menu_wrap .menu_inner .nav_list{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	padding-right: 45px;
	width: 100%;
}
.wantam_tm_sidebar_wrap .menu_wrap .menu_inner .nav_list > ul{
	margin: 0px;
	list-style-type: none;
	display: flex;
    align-items: center;
    max-width: 100%;
    flex-direction: column;
	min-height: 100%;
	justify-content: center;
}
.wantam_tm_sidebar_wrap .menu_wrap .menu_inner .nav_list > ul > li{
	margin: 0px;
	list-style-type: none;
	position: relative;
	width: 100%;
	padding-left: 38px;
	padding-right: 20px;
	text-align: left;
}
.wantam_tm_sidebar_wrap .menu_wrap .menu_inner .nav_list > ul > li:last-child{margin-bottom: 0px;}
.wantam_tm_sidebar_wrap .menu_wrap .menu_inner .nav_list > ul > li > a{
	text-decoration: none;
	color: #000;
	text-transform: capitalize;
	font-size: 23px;
	font-weight: 400;
	display: block;
	font-family: "Raleway";
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wantam_tm_sidebar_wrap .menu_wrap .menu_inner .nav_list > ul > li > a:hover{color: #a15a3a;}
.wantam_tm_sidebar_wrap .menu_wrap .menu_inner .nav_list > ul > li.active a{color: #a15a3a;}

/*==============================================
 PRODUCT
================================================*/
  
.destination-item{
  position: relative;
  margin-bottom: 30px;
}
.destination-content{
  background: #fff;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  border-radius: 10px;
  transition: all .3s;
  text-align: center;
}
  
 
.destination-img img{
  width: 100%;
}

@media(max-width: 992px){
  
.destination-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{position: relative;overflow: hidden;}
}
@media (min-width: 620px) and (max-width: 767px) {
   
    .no-js .owl-carousel, .owl-carousel.owl-loaded{position: relative;overflow: hidden;}
}
 
.destination-carousel.owl-carousel .owl-stage-outer {
    overflow: inherit;
}
 
.wantam_tm_mainpart_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-left: 90px;
}
.wantam_tm_mainpart_wrap .mainpart_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wantam_tm_mainpart_wrap .mainpart_inner.opened{padding-left: 330px;}
.wantam_tm_mainpart_wrap .hero_header{
	width: 100%;
	height: 100vh;
	position: relative;
	float: left;
	margin-bottom: 190px;
}
.wantam_tm_mainpart_wrap .hero_header .hero_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.wantam_tm_mainpart_wrap .hero_header .hero_image.agency{background-image: url("../images/slider/4.jpg");}
.wantam_tm_mainpart_wrap .hero_header .hero_image.personal{background-image: url("../images/slider/3.jpg");}
.wantam_tm_mainpart_wrap .hero_header .hero_overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 1;
}
.wantam_tm_mainpart_wrap .hero_header .hero_texts{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.wantam_tm_mainpart_wrap .hero_header .container{height: 100%;}
.wantam_tm_mainpart_wrap .hero_header .name_holder{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 65px;
	margin-bottom: 32px;
	color: #fff;
}
.wantam_tm_mainpart_wrap .hero_header .subtitle{
	color: #fff;
	font-size: 30px;
	max-width: 450px;
	
}
.wantam_tm_mainpart_wrap .hero_header .subtitle span{color: #ff214f;}
.wantam_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	min-width: max-content;
}
.wantam_tm_button a{
	text-decoration: none;
	display: inline-block;
	padding: 14px 55px;
	font-family: "Raleway";
	font-weight: 500;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wantam_tm_button[data-color="white"] a{
	color: #000;
	background-color: #fff;
	border: 3px solid #fff;
	box-shadow: 0px 5px 16px 0px rgba(255,255,255,0.4);
}
.wantam_tm_button[data-color="white"] a:hover{
	color: #fff;
	background-color: transparent;
}
.wantam_tm_button[data-color="pink"] a{
	color: #fff;
	border: 3px solid #a15a3a;
	background-color: #a15a3a;
	box-shadow: 0px 5px 16px 0px rgba(161,90,58,0.6);
}
.wantam_tm_button[data-color="pink"] a:hover{
	background-color: transparent;
	color: #000;
}

/*---------------------------------------------------*/
/*	ABOUT
/*---------------------------------------------------*/

.wantam_tm_about{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
}
.wantam_tm_about .about_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
}
.wantam_tm_about .about_inner .leftpart{
	width: 40%;
	height: auto;
}
.wantam_tm_about .about_inner .leftpart .author_image{position: relative;}
.wantam_tm_about .about_inner .leftpart .author_image img{min-width: 100%;}
.wantam_tm_about .about_inner .leftpart .author_image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wantam_tm_about .about_inner .rightpart{
	width: 60%;
	padding-left: 100px;
}
.wantam_tm_about .about_inner .rightpart .about_title{
	width: 100%;
	float: left;
	margin-bottom: 45px;
}
.wantam_tm_about .about_inner .rightpart .about_title h3{
	font-size: 24px;
	font-weight: 400;
}
.wantam_tm_about .about_inner .rightpart .about_title h3 span{color: #ff214f;font-style: italic;}
.wantam_tm_about .about_inner .rightpart .text{
	width: 100%;
	float: left;
	margin-bottom: 60px;
	font-size: 14px;
	text-align: justify;
}
 
 
@-webkit-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@keyframes wow {0%{ width:0%; } 100%{ width:100%; }}

/*---------------------------------------------------*/
/*	 CASE
/*---------------------------------------------------*/

.wantam_tm_title_holder{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
}
.wantam_tm_title_holder h3{
	font-size: 40px;
	font-weight: 400;
	text-align: center;
}
.wantam_tm_title_holder h1{text-align:center; font-size:30px; font-weight:lighter;}
.wantam_tm_portfolio_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 80px 50px 0px 50px;
	margin-bottom: 100px;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_filter{
	width:100%;
	height: auto;
	text-align:center;
	list-style-type:none;
	margin: 0px 0px 29px 0px;
	display: inline-block;
}

.wantam_tm_portfolio_wrap .wantam_tm_portfolio_filter li{
	display:inline-block;
	margin:0px 40px 0px 0px;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_filter li:last-child{margin-right: 0px;}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_filter li a{
	text-decoration:none;
	font-weight:500;
	color:#000;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	
	-webkit-transition: all .1s ease;
	   -moz-transition: all .1s ease;
	    -ms-transition: all .1s ease;
	     -o-transition: all .1s ease;
	        transition: all .1s ease;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_filter li a:hover{color: #ff214f;}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_filter li a.current{color: #ff214f;}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li{
	margin: 0px 0px 50px 0px;
	float: left;
	width: 25%;
	padding-left: 50px;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner .image_wrap{position: relative;}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner .image_wrap img{min-width: 100%;}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner .image_wrap .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgb(0 0 0 / 70%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner:hover .overlay{
	opacity: 1;
	visibility: visible;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner .overlay .overlay_text{
	position: absolute;
	top: 35px;
	left: 35px;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner .overlay .overlay_text h3{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner .overlay .overlay_text span{
	color: #fff;
	font-size: 16px;
}
.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li .inner .link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
 

/*---------------------------------------------------*/
/*	  BRAND
/*---------------------------------------------------*/

.wantam_tm_details_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
}
.wantam_tm_details_wrap .details_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 80px;
	display: flex;
}
.wantam_tm_details_wrap .details_inner .left{
	width: 50%;
	padding-right: 35px;
}
.wantam_tm_details_wrap .details_inner .left ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.wantam_tm_details_wrap .details_inner .left ul li{
	margin: 0px;
	width: 50%;
	float: left;
	padding-left: 30px;
}
.wantam_tm_details_wrap .details_inner .left ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.wantam_tm_details_wrap .details_inner .left ul li .inner .image{position: relative;}
.wantam_tm_details_wrap .details_inner .left ul li .inner .image img{min-width: 100%;}
.wantam_tm_details_wrap .details_inner .left ul li .inner .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.wantam_tm_details_wrap .details_inner .right{
	width: 50%;
	padding-left: 35px;
}
.wantam_tm_details_wrap .details_inner .right ul{
	margin: 0px;
	list-style-type: none;
}
.wantam_tm_details_wrap .details_inner .right ul li{
	margin: 0px 0px 20px 0px;
	float: left;
	width: 100%;
}
.wantam_tm_details_wrap .details_inner .right ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.wantam_tm_details_wrap .details_inner .right ul li .icon{
	position: absolute;
	top: 2px;
	left: 0px;
}
.wantam_tm_details_wrap .details_inner .right ul li .icon .svg{
	color: #ff214f;
	width: 30px;
	height: 30px;
}
.wantam_tm_details_wrap .details_inner .right ul li .text{padding-left: 60px;}
.wantam_tm_details_wrap .details_inner .right ul li .text h3{
	font-size: 21px;
    font-weight: 400;
	margin-bottom: 10px;
}


/*---------------------------------------------------*/
/*	11) ZHAO SHANG
/*---------------------------------------------------*/

.wantam_tm_testimonial{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 129px;
}
.wantam_tm_testimonial .testimonial_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.wantam_tm_testimonial .testimonial_bg{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.wantam_tm_testimonial .testimonial_bg .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("../images/slider/3.jpg");
}
.wantam_tm_testimonial .testimonial_bg .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background-color: rgba(0,0,0,.8);
}
.wantam_tm_testimonial .testimonial_content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 2;
	padding: 80px 20px 136px 20px;
}
.wantam_tm_testimonial .testimonial_content .content_inner{
	width: 100%;
	max-width: 1170px;
	height: auto;
	margin: 0px auto;
	text-align: center;
}
.wantam_tm_testimonial .testimonial_content .content_inner .icon{
	float: left;
	width: 100%;
	margin-bottom: 17px;
}
 
.wantam_tm_testimonial .testimonial_content .content_inner .text{
	 
	margin-bottom: 33px;
}
.wantam_tm_testimonial .testimonial_content .content_inner .text p{
	color: #fff; 
}
.wantam_tm_testimonial .testimonial_content .content_inner .name span{
	font-size: 21px;
	color: #fff;
}
.indexJoin {
  padding: 3.6458vw 0 7.0313vw;
  color: #fff;
}

.indexJoin .text {
  width: 1080px;
  max-width: 90%;
  font-weight: 100;
  margin: 3.6458vw auto 4.4271vw;
  text-align: center;
  line-height: 2;
}

.indexJoinList {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.indexJoinList .item  {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 60px;
  min-width: 6.25vw;
  min-height: 6.25vw;
  flex-direction: column;
}

 

.indexJoinList .item .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #fff;
  height: 100%;
}

.indexJoinList .item .line div {
  position: absolute;
  background: #fff;
  transition: .6s;
}
.indexJoinList  a.item{text-decoration: none;color:#fff;}
 
.indexJoinList .item p {
  font-weight: 100;
  margin-top: 0.5208vw;
  white-space: nowrap;
  transition: .5s;
  
}
/*---------------------------------------------------*/
/*  NEWS
/*---------------------------------------------------*/

.wantam_tm_news{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-bottom: 50px;
}
.wantam_tm_news .news_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 80px;
}
.wantam_tm_news .news_inner ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.wantam_tm_news .news_inner ul li{
	margin: 0px 0px 50px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 50px;
}
.wantam_tm_news .news_inner ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	top: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wantam_tm_news .news_inner ul li .inner:hover{top: -6px;}
.wantam_tm_news .news_inner ul li .inner .image{position: relative;}
.wantam_tm_news .news_inner ul li .inner .image img{min-width: 100%;}
.wantam_tm_news .news_inner ul li .inner .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
}
.wantam_tm_news .news_inner ul li .inner .link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.wantam_tm_news .news_inner ul li .inner .details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 30px;
	background-color: #fff;
}
.wantam_tm_news .news_inner ul li .inner .details .time{
	width: 100%;
	float:left; 
}
.wantam_tm_news .news_inner ul li .inner .details .time p a{
	text-decoration: none;
	color: #000;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wantam_tm_news .news_inner ul li .inner .details .time p a:hover{color: #ff214f;}
.wantam_tm_news .news_inner ul li .inner .details .title h3{
	font-size: 21px;
    font-weight: 400;
	color: #000;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wantam_tm_news .news_inner ul li .inner .details .title a{
	text-decoration: none;
	color: #000;
}
.wantam_tm_news .news_inner ul li .inner .details .title a:hover h3{color: #a15a3a;}
 
/*---------------------------------------------------*/
/*	 CONTACT
/*---------------------------------------------------*/

.wantam_tm_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.wantam_tm_contact .contact_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	padding: 80px 0px 113px 0px;
}
.wantam_tm_contact .contact_inner .left{
	width: 50%;
	padding-right: 40px;
}
.wantam_tm_contact .contact_inner .left .title{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.wantam_tm_contact .contact_inner .left .title h3{
	font-size: 21px;
    font-weight: 400;
}
.wantam_tm_contact .contact_inner .left ul{
	margin: 0px;
	list-style-type: none;
}
.wantam_tm_contact .contact_inner .left ul li{
	margin: 0px 0px 47px 0px;
	width: 100%;
	float: left;
}
.wantam_tm_contact .contact_inner .left ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.wantam_tm_contact .contact_inner .left ul li .inner .icon{
	position:absolute;
	top: 7px;
	left: 0px;
}
.wantam_tm_contact .contact_inner .left ul li .inner .icon .svg{
	color: #ff214f;
    width: 30px;
    height: 30px;
}
.wantam_tm_contact .contact_inner .left ul li .inner .text{
	padding-left: 60px;
}
.wantam_tm_contact .contact_inner .left ul li .inner .text h3{
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 10px;
}
.wantam_tm_contact .contact_inner .left ul li .inner .text span a{
	text-decoration: none;
	color: #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wantam_tm_contact .contact_inner .left ul li .inner .text span a:hover{
	color: #ff214f;
	border-bottom-color: #ff214f;
}
.wantam_tm_contact .contact_inner .right{
	width: 50%;
}
.wantam_tm_contact .contact_inner .right .input_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.wantam_tm_contact .contact_inner .right .col-sm-10{
	margin: 0px;
	list-style-type: none;
}
.wantam_tm_contact .contact_inner .right .col-sm-10{
	margin: 0px 0px 25px 0px;
	width: 100%;
	float:left; 
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.wantam_tm_contact .contact_inner .right input{
	width: 100%;
	/*background-color: transparent;*/
	border: none;
}
.wantam_tm_contact .contact_inner .right input:focus{
	outline: none;
}
.wantam_tm_contact .contact_inner .right textarea{
	width: 100%;
	background-color: transparent;
	border: none;
}
.wantam_tm_contact .contact_inner .right textarea:focus{
	outline: none;
}

.wantam_tm_contact .empty_notice{
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.wantam_tm_contact .contact_error{
	color: #F52225;
	text-align: left;
	font-weight: 500;
}
.wantam_tm_contact .returnmessage{
	color:#3A00FF;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}


/*---------------------------------------------------*/
/*	  BANNER VIDEO  
/*---------------------------------------------------*/

.wantam_hero_wrap_video{
	width: 100%;
	height: 100vh;
	position: relative;
}
.wantam_hero_wrap_video .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
}

.wantam_hero_wrap_video .text_all{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
.wantam_hero_wrap_video .hero_texts{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.wantam_hero_wrap_video .container{height: 100%;}
.wantam_hero_wrap_video .name_holder{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 65px;
	margin-bottom: 32px;
	color: #fff;
}
.wantam_hero_wrap_video .subtitle{
	color: #fff;
	font-size: 19px;
	max-width: 450px;
	margin-bottom: 58px;
}
.wantam_hero_wrap_video .subtitle span{color: #ff214f;}

.wantam_tm_mainpart_wrap .hero_header.particles{background-image: url("../images/slider/1.jpg");}
 
/*---------------------------------------------------*/
/*	FOOTER
/*---------------------------------------------------*/

.wantam_tm_footer{
	width: 100%;
	height: 90px;
	line-height: 90px;
	clear: both;
	float: left;
	background-color: #000000;
}
.wantam_tm_footer .footer_inner{
	width: 100%;
	height: auto;
	clear: both;
	text-align: center; 
	justify-content: space-between;
}
.wantam_tm_footer .footer_inner .left p{
	color: #fff;
}
.wantam_tm_footer .footer_inner .left p a{
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wantam_tm_footer .footer_inner .left p a:hover{
	color: #ff214f;
	border-bottom-color: #ff214f;
}
.wantam_tm_footer .footer_inner .right ul{
	margin: 0px;
	list-style-type: none;
}
.wantam_tm_footer .footer_inner .right ul li{
	margin: 0px 10px 0px 0px;
	float: left;
}
.wantam_tm_footer .footer_inner .right ul li a{
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wantam_tm_footer .footer_inner .right ul li a:hover{color: #ff214f;}

.wantam_tm_all_wrap.no-margin .wantam_tm_mainpart_wrap .hero_header{margin-bottom: 0px;}
.wantam_tm_intro_footer{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #000000;
	padding: 50px 0px;
}
.wantam_tm_intro_footer .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wantam_tm_intro_footer .inner_wrap .left p a{
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all .3s ease;
}
.wantam_tm_intro_footer .inner_wrap .left p a:hover{
	color: #ff214f;
	border-bottom-color: #ff214f;
}
.wantam_tm_intro_footer .inner_wrap .right ul{
	margin: 0px;
	list-style-type: none;
}
.wantam_tm_intro_footer .inner_wrap .right ul li{
	margin: 0px 10px 0px 0px;
	float: left;
}
.wantam_tm_intro_footer .inner_wrap .right ul li a{
	text-decoration: none;
	color: #fff;
	transition: all .3s ease;
}
.wantam_tm_intro_footer .inner_wrap .right ul li a:hover{color: #ff214f;}


@media (max-width: 1200px) {
	.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li{width: 33.3333%;}
}
@media (max-width: 1040px) {
	.wantam_tm_mainpart_wrap .hero_header .name_holder{font-size: 55px;}
	.wantam_tm_about .about_inner .leftpart{display: none;}
	.wantam_tm_about .about_inner .rightpart{padding-left: 0px;width: 100%;}
	.wantam_tm_service .service_inner ul li{width: 100%;padding-left: 0px;}
	.wantam_tm_service .service_inner ul{margin: 0px;}
	.wantam_tm_progress_wrap .right{padding-left: 0px;width: 100%;}
	.wantam_tm_call_action .action_inner .left p{font-size: 25px;}
	.wantam_tm_call_action .action_inner{flex-direction: column;justify-content:flex-start;align-items: flex-start;}
	.wantam_tm_call_action .action_inner .left{margin-bottom: 30px;}
	.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li{width: 50%;}
	.wantam_tm_details_wrap .details_inner{flex-direction: column;}
	.wantam_tm_details_wrap .details_inner .left{width: 100%;padding-right: 0px;margin-bottom: 40px;}
	.wantam_tm_details_wrap .details_inner .right{padding-left: 0px;width: 100%;}
	.wantam_tm_team .team_inner > ul > li{width: 50%;}
	.wantam_tm_portfolio_wrap{padding: 100px 20px 0px 20px;}
	.wantam_tm_testimonial .testimonial_content .content_inner .text p{font-size: 25px;}
	.wantam_tm_news .news_inner ul li{width: 50%;}
	.wantam_tm_contact .contact_inner{flex-direction: column;}
	.wantam_tm_contact .contact_inner .left{padding-right: 0px;width: 100%;}
	.wantam_tm_contact .contact_inner .right{width: 100%;}
	.wantam_tm_loader-wrapper{display: none;}
	
}
@media (max-width: 768px) {
.indexJoinList a.item{float:left;overflow: hidden;}
.indexJoinList .item  {
  margin: 0 5px;
}
	img.svg{
	width: 32px;
	height: 40px;
}
table td{padding: 0;}
	.wantam_tm_testimonial .testimonial_content .content_inner .text p{font-size: 16px;}
	.wantam_tm_mainpart_wrap .hero_header .name_holder{font-size: 50px;}
	.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list li{width: 100%;padding-left: 0px;}
	.wantam_tm_portfolio_wrap .wantam_tm_portfolio_list{margin: 0px;}
	.wantam_tm_team .team_inner > ul > li{width: 100%;padding-left: 0px;}
	.wantam_tm_team .team_inner > ul{margin: 0px;}
	.wantam_tm_news .news_inner ul li{width: 100%;padding-left: 0px;}
	.wantam_tm_news .news_inner ul{margin: 0px;}
	.wantam_tm_footer .footer_inner{flex-direction: column; text-align: center;}
	.wantam_tm_footer{height: auto;padding: 20px 0px;line-height: 3;}
}

/*---------------------------------------------------*/
/*	二级页面开始  开始拉
/*---------------------------------------------------*/

/*ABOUT US*/
.page-title {
  background: url("../images/slider/1.jpg") center center/cover no-repeat local;
  height: 612px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title p ,.page-title p a{
    color: #fff;
    text-decoration: none;
  }
.page-title h2 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 0.30em;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-top: 30px;
  }

  .page-title {
    height: 310px;
    margin: 0;
  }

}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 20px;
  }
   
}

@media (max-width: 767px) {
  .page-title ul li {
    font-size: 14px;
    font-size: 0.875rem;
   list-style: none;
  }
}
.w1380 p {
  width: 1125px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  font-weight: 200;
}

 

.w1380 {
  line-height: 2;
  font-weight: 200;
  color: #666;
  background: #f3f5f5;
}
 
.w1380 .text {
  margin: 2.125vw 0;
  text-align: center;
}

 .w1380 .text p {
  font-weight: 300;
  line-height: 2;
}
.ptitle h5{text-align:center;}
.w1380 .item {
  display: flex;
  align-items: center;
  padding: 2.5vw 3.9063vw;
  text-align: center;
}

. .w1380 .item p {
  flex: 1;
  font-weight: 300;
  line-height: 2;
}

.w1380 .item span {
  width: 1px;
  height: 9.375vw;
  background: rgba(112, 112, 112, 0.3);
  display: block;
  margin: 0 2.0833vw;
}

/*页码*/
.text-center{text-align: center;}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #a15a3a;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #a15a3a;
  border-color: #a15a3a;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
 .pro_position{padding: 30px 0;border-bottom:1px solid #eaeaea;}
.sub_nav a{display: inline-block;padding: 8px 30px;font-size: 14px;text-align: left;color: #666;text-decoration: none;}
.sub_nav a:hover{color: #a15a3a;}
.sub_nav a.active{color: #fff;background-color: #a15a3a;text-decoration: none;}
 
 
 
 
 
 


.pages {
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
}
.pages {
	text-align:center;
}
.pages > a,
.pages > span {
  position: relative;
  /*float: left;*/
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pages:first-child > a,
.pages:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pages:last-child > a,
.pages:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pages > a:hover,
.pages > span:hover,
.pages > a:focus,
.pages > span:focus {
  color: #a15a3a;
  background-color: #eee;
  border-color: #ddd;
}
.pages > .active > a,
.pages > .active > span,
.pages > .active > a:hover,
.pages > .active > span:hover,
.pages > .active > a:focus,
.pages > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #a15a3a;
  border-color: #a15a3a;
}
.pages > .disabled > span,
.pages > .disabled > span:hover,
.pages > .disabled > span:focus,
.pages > .disabled > a,
.pages > .disabled > a:hover,
.pages > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pages p{
	clear:both;
}