/*--for m53_head--*/
@charset "UTF-8";.m53-mob-menu{position:fixed;top:0;bottom:0;height:100%;overflow-y:scroll;width:300px;background:#fff;padding:60px 20px 0;right:0;transform:translateX(100%);transition:0.5s all;-webkit-overflow-scrolling:touch;z-index:10000!important;box-shadow:0 0 40px rgba(82,85,90,0.1)}
.m53-mob-menu .tit{text-align:center}
.m53-mob-menu .tit img{height:40px}
.m53-mob-menu .tit span{position:absolute;right:15px;top:15px;cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block}
.m53-mob-menu .tit span i{color:#333;font-size:22px}
.m53-mob-menu .mobile-menu{margin:30px 0 0}
.m53-mob-menu .mobile-menu > ul{}
.m53-mob-menu .mobile-menu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative}
.m53-mob-menu .mobile-menu > ul > li > a{font-weight:500;padding:0 0 0 10px}
.m53-mob-menu .mobile-menu > ul > li > em{position:absolute;color:#333;top:10px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer}
.m53-mob-menu .mobile-menu > ul > li > em i{font-size:14px;display:inline-block;transition:all 0.3s ease 0s}
.m53-mob-menu .mobile-menu > ul > li.active{background:#F5F5F5}
.m53-mob-menu .mobile-menu > ul > li.active > em i{transform:rotate(90deg)}
.m53-mob-menu .mobile-menu ul li a{color:#333;display:block}
.m53-mob-menu .mobile-menu ul li a:hover{text-decoration:none}
.m53-mob-menu .mobile-menu ul li ul{display:none;padding-bottom:10px;padding-left:20px}
.m53-mob-menu .mobile-menu ul li ul li{line-height:22px;position:relative}
.m53-mob-menu .mobile-menu ul li ul li em{position:absolute;color:#333;top:1px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer}
.m53-mob-menu .mobile-menu ul li ul li em i{font-size:12px;display:inline-block;transition:all 0.3s ease 0s}
.m53-mob-menu .mobile-menu ul li ul li a{padding:5px 0;margin-right:30px}
.m53-mob-menu .mobile-menu ul li ul li.active em i{transform:rotate(90deg)}
.m53-mob-menu.menu-on{transform:translateX(0)}
.m53-header{position:fixed;top:0;left:0;width:100%;z-index:1000}
.home-header.m53-header .logo img{height:26px;filter:invert(0)}
.m53-header > .wp{height:100%;display:flex;justify-content:space-between;align-items:center}
.m53-header .logo img{height:26px;filter:invert(1)}
.head-nav > ul{display:flex;align-items:center}
.head-nav > ul > li{position:relative}
.head-nav > ul > li:nth-child(2){position:static}
.head-nav > ul > li+li{margin-left:40px}
.head-nav > ul > li > a{text-transform:capitalize;display:block;font-size:16px;color:#333;line-height:90px;text-align:center;font-weight:700}
.head-nav > ul > li ul{position:absolute;width:220px;height:auto;left:-40px;top:100%;z-index:30;padding:10px 7px;border-radius:6px;background:#fff;opacity:0;visibility:hidden;transition:all .4s ease 0s;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);box-shadow:rgba(0,0,0,0.14) 0 0 9px 0px}
.head-nav > ul > li > ul::before{content:'';position:absolute;left:65px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent}
.head-nav > ul > li > ul li{border-bottom:1px solid #EDEDED;position:relative}
.head-nav > ul > li > ul li:last-child{border:none}
.head-nav > ul > li > ul li > a{display:block;border-radius:4px;padding:9px 10px;color:#333;font-size:16px;line-height:21px;text-transform:capitalize}
.head-nav > ul > li > ul > li > a{padding-right:20px}
.head-nav > ul > li > ul li > a i{position:absolute;right:10px;top:10px;font-size:11px}
.head-nav > ul > li > ul li > a:hover{background:var(--color-active);color:#fff}
.header-fix.m53-header .head-nav > ul > li:hover > a,.head-nav > ul > li.active > a{color:#333}
.header-fix.m53-header .head-nav > ul > li > a{text-transform:capitalize;display:block;font-size:16px;color:#333;line-height:90px;text-align:center;font-weight:700}
.head-nav > ul > li > ul li ul{left:210px;top:0}
.head-nav > ul > li:hover > a,.head-nav > ul > li.active > a{color:#333}
.head-nav > ul > li:hover > a > i{transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.head-nav ul li:hover > ul{opacity:1;visibility:visible;transform:translate3d(0,0,0)}
.head-nav > ul > li .drop-pro{position:absolute;width:100%;left:0;top:100%;z-index:100;padding:50px 0;background:#F1F1F1;box-shadow:0 6px 5px rgba(1,1,1,0.14);transition:all .4s ease 0s;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);opacity:0;visibility:hidden}
.head-nav > ul > li .drop-pro .wp{}
.head-nav > ul > li .drop-pro .list{display:flex;justify-content:space-between;flex-wrap:wrap}
.head-nav > ul > li .drop-pro dl{flex:1}
.head-nav > ul > li .drop-pro dl+dl{margin-left:50px}
.head-nav > ul > li .drop-pro dl dt{font-size:18px;font-weight:700;text-transform:uppercase;line-height:1;color:#111;padding-bottom:10px;margin-bottom:15px;border-bottom:1px solid #111}
.head-nav > ul > li .drop-pro dl dt > a{display:flex;align-items:center}
.head-nav > ul > li .drop-pro dl dt > a img{width:40px;margin-right:8px}
.head-nav > ul > li .drop-pro dl dd{font-size:16px;position:relative;color:#333}
.head-nav > ul > li .drop-pro dl dd+dd{margin-top:10px}
.head-nav > ul > li .drop-pro dl dd a{display:block;overflow:hidden}
.head-nav > ul > li .drop-pro .list2{margin:40px 0 0;display:flex;justify-content:space-between;flex-wrap:wrap}
.head-nav > ul > li .drop-pro .list2 .item{width:30%}
.head-nav > ul > li .drop-pro .list2 .item a{display:block;position:relative;color:#333}
.head-nav > ul > li .drop-pro .list2 .item a p{position:absolute;left:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;padding:0 15px;max-width:60%}
.head-nav > ul > li .drop-pro .list2 .item a p strong{display:block;margin-bottom:5px}
.head-nav > ul > li .drop-pro .pic{width:42%}
.head-nav > ul > li .drop-pro .pic p{margin:15px 0 0;text-align:right}
.head-nav > ul > li .drop-pro .pic p a{display:inline-flex;align-items:center;font-size:15px;font-weight:600;color:#000;text-transform:uppercase}
.head-nav > ul > li .drop-pro .pic p a i{margin-left:5px;font-size:18px}
.head-nav > ul > li:hover .drop-pro{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}
.m53-header .header-right{display:flex;align-items:center}
.m53-header .mob-menu-btn{width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;display:none}
.m53-header .mob-menu-btn i{color:#333;font-size:24px}
.m53-header .header-lang{position:relative;margin:0 0 0 30px}
.m53-header .header-lang .box{height:34px;width:90px;border:1px solid #333;cursor:pointer;display:flex;align-items:center;padding:0 7px}
.m53-header .header-lang .box img{}
.m53-header .header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color:#333;text-transform:uppercase}
.m53-header .header-lang .box i{line-height:18px;font-size:14px;color:#333}
.m53-header .header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:42px;z-index:200;background:#fff;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2)}
.m53-header .header-lang .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block}
.m53-header .header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap}
.m53-header .header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%}
.m53-header .header-lang ul li:last-child{border:none}
.m53-header .header-lang ul li a{color:#333;font-size:12px;display:block}
.m53-header .header-lang ul li a:hover{color:#015198}
.m53-header .header-lang ul li img{vertical-align:middle;margin-right:7px}
.m53-header .header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0)}
.m53-header .search span{cursor:pointer;text-align:center}
.m53-header .search span i{color:#333;font-size:20px;display:inline-block}
.search-box{display:none;position:absolute;z-index:9999;width:100%;left:0;right:0;top:100px;background:rgba(0,0,0,0.6);padding:33px 0}
.search-box .close{position:absolute;right:30px;top:calc(50% - 11px);line-height:22px;height:22px}
.search-box .close i{font-size:21px;color:#fff}
.search-box .serchbox{width:700px;margin:0 auto;position:relative}
.search-box .serchbox .submit_text{background:#fff;width:100%;height:47px;line-height:47px;float:left;color:#111;padding:0 90px 0 15px;font-size:15px}
.search-box .serchbox .submit_btn{position:absolute;right:0;top:0;width:70px;height:47px;line-height:47px;background:var(--color-active);text-align:center;display:block;cursor:pointer}
.search-box .serchbox .submit_btn i{font-size:25px;color:#fff}
.header-fix{background:#fff;position:fixed;left:0;top:0;width:100%;z-index:200;box-shadow:0 0 5px 0 rgba(0,0,0,0.6)}
.m53-header.header-fix .logo a img{filter:invert(1)}
@media screen and (max-width:1441px){.head-nav > ul > li+li{margin-left:30px}
}@media screen and (max-width:1367px){.head-nav > ul > li+li{margin-left:25px}
}@media screen and (max-width:1281px){.head-nav > ul > li+li{margin-left:20px}
}@media screen and (max-width:1171px){}
@media screen and (max-width:992px){.m53-header{padding:15px 0;position:relative}
.head-nav{display:none}
.m53-header .header-lang{margin:0 5px 0 20px}
.m53-header .mob-menu-btn{display:block}
.search-box{top:70px;padding:15px}
.search-box .close{display:none}
.search-box .serchbox{width:100%}
}@media screen and (max-width:768px){.search-box{top:70px}
.search-box .serchbox .submit_text{height:42px;line-height:42px}
.search-box .serchbox .submit_btn{width:60px;height:42px;line-height:42px}
.search-box .serchbox .submit_btn i{font-size:22px}
}@media screen and (max-width:640px){}
@media screen and (max-width:576px){.search-box{padding:25px 20px}
}@media screen and (max-width:480px){.search-box{top:70px;padding:10px}
.search-box .serchbox .submit_text{height:36px;line-height:36px;padding:0 65px 0 10px;font-size:14px}
.search-box .serchbox .submit_btn{width:55px;height:36px;line-height:36px}
.search-box .serchbox .submit_btn i{font-size:20px}
}@media screen and (max-width:420px){}

/*--for m70_wedo--*/
.m70-index-parallax{}
.m70-index-parallax > div{position:relative;z-index:10;}
.m70-index-parallax .txt{text-align:center;}
.m70-index-parallax .txt h5{font-size:32px;color:#fff;font-weight:600;line-height:1;}
.m70-index-parallax .txt h4{font-size:105px;color:var(--color-second);font-weight:700;line-height:1;margin:20px 0 30px;}


@media screen and (max-width:1550px){
.m70-index-parallax .txt h5{font-size:31px;}
.m70-index-parallax .txt h4{font-size:100px;}
}

@media screen and (max-width:1441px) {
.m70-index-parallax .txt h5{font-size:30px;}
.m70-index-parallax .txt h4{font-size:95px;}
}

@media screen and (max-width:1367px) {
.m70-index-parallax .txt h5{font-size:29px;}
.m70-index-parallax .txt h4{font-size:90px;}
}

@media screen and (max-width:1281px){
.m70-index-parallax .txt h5{font-size:28px;}
.m70-index-parallax .txt h4{font-size:85px;}
}

@media screen and (max-width:1171px){
.m70-index-parallax .txt h5{font-size:27px;}
.m70-index-parallax .txt h4{font-size:80px;}
}

@media screen and (max-width:992px){
.m70-index-parallax .txt h4{font-size:75px;}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px) {
.m70-index-parallax .txt h5{font-size:25px;}
.m70-index-parallax .txt h4{font-size:60px;}
}

@media screen and (max-width:480px) {
.m70-index-parallax .txt h5{font-size:24px;}
.m70-index-parallax .txt h4{font-size:50px;}
.m70-index-parallax .txt a{padding:6px 15px;font-size:13px;}
}	


@media screen and (max-width:420px) {
.m70-index-parallax .txt h5{font-size:22px;}
.m70-index-parallax .txt h4{font-size:40px;}
}

/*--for m38_1767080681_teams--*/
@charset "utf-8";

.m38-index-team {padding: 100px 0;}
.m38-index-team .tit {text-align: center;}
.m38-index-team .tit h6 {color: var(--color-active);font-size: 14px;line-height: 24px;font-weight: 600;letter-spacing: 0.8px;text-transform: uppercase;}
.m38-index-team .tit h3 {font-size: 36px;line-height: 44px;color: #161e2d;text-transform: capitalize;font-weight: 800;}
.m38-index-team ul {margin: 15px -15px 0;display: flex;flex-wrap: wrap;}
.m38-index-team ul li {padding: 15px;width: 33.3333%;overflow: hidden;}
.m38-index-team ul li .box {border-radius: 20px;align-items: center;}
.m38-index-team ul li .box .pic {overflow: hidden;position: relative;}
.m38-index-team ul li .box .pic img {width: 100%;height: 100%;object-fit: cover;-webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);}
.m38-index-team ul li .box .pic dl {position: absolute;z-index: 1;bottom: 0px;background-color: rgba(0, 0, 0, 0.2);backdrop-filter: blur(4px);padding: 12px 0px;border-radius: 8px;display: grid;grid-template-columns: repeat(4, 1fr);left: 45px;right: 45px;opacity: 0;visibility: hidden;transition: all 0.3s ease;}
.m38-index-team ul li .box .pic dl dd {text-align: center;}
.m38-index-team ul li .box .pic dl dd:not(:last-child) {border-right: 1px solid #e4e4e4;}
.m38-index-team ul li .box .pic dl dd i {font-size: 20px;color: #fff;}
.m38-index-team ul li .box .txt {margin-top: 15px;}
.m38-index-team ul li .box .txt h5 {font-size: 24px;line-height: 30px;color: #141414;}
.m38-index-team ul li .box .txt h6 {font-size: 18px;line-height: 30px;color: #141414;margin:15px 0}
.m38-index-team ul li .box .txt h6 i{margin-right:5px}
.m38-index-team ul li .box .txt  p{position: relative;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.m38-index-team ul li .box .txt .txt-one.expanded { -webkit-line-clamp: unset;}
.m38-index-team ul li .box .txt a{color: #64728f;text-decoration: underline;}                                       

@media (max-width: 1550px) {
.m38-index-team {padding: 80px 0;}
.m38-index-team .tit h3 {font-size: 34px;line-height: 42px;}
.m38-index-team ul li .box .txt h5 a {font-size: 23px;line-height: 28px;}
.m38-index-team ul li .box .txt a.more {width: 222px;line-height: 46px;}
}

@media (max-width: 1367px) {
.m38-index-team {padding: 60px 0;}
.m38-index-team .tit h3 {font-size: 32px;line-height: 40px;}
.m38-index-team ul li .box .txt h5 a {font-size: 22px;line-height: 26px;}
.m38-index-team ul li .box .txt a.more {width: 200px;line-height: 40px;}   
}

@media (max-width: 996px) {
 
.m38-index-team {padding: 40px 0;}
.m38-index-team ul {margin: 15px 0 0;display: block;}
.m38-index-team ul li {padding: 10px 0;width: 70%;margin: 0 auto;}
.m38-index-team ul li .box .pic dl {bottom: 20px;opacity: 1;visibility: visible;}

}

@media (max-width: 768px) {
.m38-index-team {padding: 30px 0;}
.m38-index-team .tit h3 {font-size: 28px;line-height: 36px;}
.m38-index-team ul li {width: 100%;}

}

@media (max-width: 480px) {
.m38-index-team .tit h6 {font-size: 12px;line-height: 24px;}
.m38-index-team .tit h3 {font-size: 24px;line-height: 28px;}
.m38-index-team ul li .box {display: block;}
.m38-index-team ul li .box .pic {width: 100%;}
.m38-index-team ul li .box .txt {padding: 25px 20px;}

}

/*--for m04_about--*/
@charset "utf-8";
.m04-about-profile{background: #FFF8EE;display: flex;align-items: center;}
.m04-about-profile .wp{overflow:hidden;}
.m04-about-profile .txt{text-align: center;flex: 1;}
.m04-about-profile .txt h3{font-size: clamp(24px, 1.9vw, 36px);color:#000;font-weight: 700;}
.m04-about-profile .txt .t{max-width: 770px;margin: 25px auto 0;font-size: 18px;line-height: 36px;color: #666;}
.m04-about-profile .txt .t p~p{margin-top:10px;}

.m04-about-profile .txt a { display: inline-block; padding: 12px 35px; background-color: #84644D; color: #ffffff; font-size: 16px; font-weight: 600; letter-spacing: 1.5px; border-radius: 50px; transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(0,0,0,0.1);margin-top: 30px; }
.m04-about-profile .txt a:hover { background-color: #333333; border-color: #333333; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

.m04-about-profile .pic{width:50%;}
.m04-about-profile .pic img{width:100%;display:block;}
@media screen and (max-width:1550px) {
.m04-about-profile{padding:70px 0;}
.m04-about-profile .txt h3{font-size:34px;}
.m04-about-profile .txt {padding: 0 90px;}
}
@media screen and (max-width:1367px) {
.m04-about-profile{padding:65px 0;}
.m04-about-profile .txt h3{font-size:32px;}
.m04-about-profile .txt {padding: 0 70px;}
}
@media screen and (max-width:1281px){
.m04-about-profile{padding:60px 0;}
.m04-about-profile .txt h3{font-size:30px;}
.m04-about-profile .txt .t{margin:20px 0 0;}
.m04-about-profile .txt {padding: 0 60px;}
}
@media screen and (max-width:1171px){
.m04-about-profile{padding:50px 0;}
.m04-about-profile .txt h3{font-size:29px;}
}
@media screen and (max-width:992px){
.m04-about-profile{padding:40px 0;}
.m04-about-profile .txt h3{font-size:28px;}
.m04-about-profile {display: block;}
.m04-about-profile .txt {padding: 0 10px;}
.m04-about-profile .txt .t {margin: 15px auto 0;font-size: 16px;line-height: 28px;}
.m04-about-profile .txt a {padding: 8px 20px;font-size: 14px;margin-top: 20px;}
.m04-about-profile .pic {width: 100%;margin-top: 20px;}
}
@media screen and (max-width:768px){
.m04-about-profile{padding:30px 0;}
.m04-about-profile .txt h3{font-size:26px;}
}
@media screen and (max-width:576px) {
.m04-about-profile .pic{float:none;width:100%;}
.m04-about-profile .txt h3{font-size:24px;text-align:center;}
.m04-about-profile .txt h3::after{width:50px;margin:10px auto 0;}
}
@media screen and (max-width:480px) {
.m04-about-profile .txt .t{font-size:15px;line-height:22px;}
.m04-about-profile .txt .t p~p{margin-top:7px;}
}

/*--for m02_sidebar--*/
.m02-side-bar{bottom: 40%;position:fixed;right:10px;z-index:999;}
.m02-side-bar a{display:block;cursor:pointer;width: 52px;height: 52px;line-height: 52px;background:#F7F7F7;position:relative;text-align:center;box-sizing:border-box;border-radius:5px;}
.m02-side-bar a+a{margin-top:10px;}
.m02-side-bar a i{display:inline-block;font-size: 36px;color:#000;}
.m02-side-bar a:last-child i{font-size:22px;}
.m02-side-bar a:hover{background:var(--bg-color);}
.m02-side-bar a:hover i{color:#fff}

/*--for m32_foot--*/
@charset "UTF-8";footer{background:#000;padding:40px 0 0}
.m32-foot .foot-logo{position:relative}
.m32-foot .footer{padding:80px 0 40px 0;display:flex;justify-content:space-between}
.m32-foot .footer h5{font-size:18px;color:#fff;line-height:1;margin-bottom:20px;font-weight:700}
.m32-foot .foot-list{}
.m32-foot .foot-list ul{margin:0;overflow:hidden}
.m32-foot .foot-list ul li{color:#FFF;font-size:16px;line-height:30px;OPACITY:0.7}
.m32-foot .foot-list ul li+li{margin-top:10px}
.m32-foot .foot-list ul li a:hover{color:#84644d}
.m32-foot .foot-nav{}
.m32-foot .foot-nav ul{margin:0;overflow:hidden}
.m32-foot .foot-nav ul li{color:#FFF;font-size:16px;line-height:30px;OPACITY:0.7}
.m32-foot .foot-nav ul li+li{margin-top:10px}
.m32-foot .foot-nav ul li a:hover{color:#84644d}
.m32-foot .foot-contact{}
.m32-foot .foot-contact p{color:#fff;font-size:16px;line-height:30px;opacity:0.7}
.m32-foot .foot-contact p+p{margin-top:10px}
.m32-foot .foot-contact p a:hover{color:#84644d}
.m32-foot .foot-form{width:560px}
.m32-foot .foot-form p{font-size:16px;color:#fff;line-height:30px}
.m32-foot .foot-form form{width:100%;position:relative;margin-top:30px}
.m32-foot .foot-form .submit_text{width:100%;height:66px;line-height:62px;color:rgba(255,255,255,0.5);padding:0 110px 0 17px;border:2px solid #B3B3B3;border-radius:10px;font-size:18px;background:transparent}
.m32-foot .foot-form .submit_btn{position:absolute;right:0;top:0;background:#9D8371;width:130px;height:66px;line-height:66px;border-radius:0 10px 10px 0;font-size:18px;display:block;cursor:pointer;text-align:center;color:#000}
.m32-foot .foot-form .share{font-size:0;margin:30px 0 0}
.m32-foot .foot-form .share a{display:inline-block;color:#333;background:#fff;width:28px;height:28px;line-height:28px;text-align:center;border-radius:50%}
.m32-foot .foot-form .share em{text-transform:capitalize;font-size:14px;color:#fff;margin:0 8px}
.m32-foot .foot-form .share a+a{margin-left:15px}
.m32-foot .foot-form .share a i{font-size:16px;color:inherit}
.m32-foot .foot-form .share a:hover{opacity:0.7}
.m32-foot .copyright{padding:30px 0;text-align:center}
.m32-foot .copyright p{color:rgba(255,255,255);font-size:16px}
@media screen and (max-width:1680px){.m32-foot .foot-form{width:530px}
}@media screen and (max-width:1550px){.m32-foot .foot-form{width:500px}
}@media screen and (max-width:1441px){.m32-foot .footer h5{font-size:26px}
.m32-foot .foot-form{width:470px}
.m32-foot .foot-form .submit_text{height:60px;line-height:56px;padding:0 125px 0 15px}
.m32-foot .foot-form .submit_btn{width:110px;height:60px;line-height:60px}
}@media screen and (max-width:1367px){.m32-foot .foot-form{width:430px}
}@media screen and (max-width:1281px){.m32-foot .footer h5{font-size:24px}
.m32-foot .foot-form{width:400px}
.m32-foot .foot-form .share em{font-size:12px}
}@media screen and (max-width:992px){.m32-foot .foot-list{display:none}
}@media screen and (max-width:768px){footer{padding:30px 0 0}
footer .wp{display:block}
.m32-foot .foot-logo{width:100%;text-align:center}
.m32-foot .foot-logo::after{display:none}
.m32-foot .footer{padding:30px 0;display:block}
.m32-foot .footer h5{font-size:20px;margin:0 0 15px;text-align:center}
.m32-foot .foot-contact{width:100%}
.m32-foot .foot-contact p{line-height:24px}
.m32-foot .foot-contact p+p{margin-top:5px}
.m32-foot .foot-form{width:100%;margin:30px 0 0}
.m32-foot .foot-form p{line-height:24px}
.m32-foot .foot-form form{margin-top:25px}
.m32-foot .foot-form .submit_text{height:45px;line-height:43px;padding:0 100px 0 10px;border:1px solid #B3B3B3;font-size:16px}
.m32-foot .foot-form .submit_btn{width:90px;height:45px;line-height:45px;font-size:16px}
.m32-foot .foot-form .share{margin:25px 0 0;text-align:center}
.m32-foot .foot-form .share a{width:32px;height:32px;line-height:32px}
.m32-foot .foot-form .share a+a{margin-left:12px}
.m32-foot .foot-form .share a i{font-size:20px}
.m32-foot .copyright{padding:20px 0}
.m32-foot .foot-form .share em{display:none}
.m32-foot .foot-form .share a{margin:0 6px}
}