/*************
header
*************/
/*
.header{position: sticky;top: 0;left: 0;right: 0;margin: 0 auto;background-color: #fff;z-index: 2024;overflow:hidden;box-shadow: 0 5px 15px rgba(0,0,0,.1);}
.hdK{position: relative;}
.logo{}
.logo a{display: block;}
.logo a img{width: 100%;}
.hdR{position: relative;z-index: 2;color: #fff;height: 100%;}
.hdR-wrap{background-color: #cfa348;height: 100%;width: 100%;align-items: flex-end;flex-direction: column;}
.hdR:after{content: '';position: absolute;bottom: 0;left: 0;background-color: #0e3768;z-index: -1;}
.hdR h3{font-weight: 600;align-items: flex-end;}
.hdR h3 span{font-weight: 500;}
.hdR h2{font-weight: 500;}
.header:before{ content: '';position: absolute;top: 0;right: 0;height: 100%;background-color: #cfa348;z-index: 3;}
@media  screen and ( min-width:1440px){
.hdK{height: 116px;}
.logo{width: 325px;}
.hdR{width: 27%;padding-left: 12px;}
.hdR-wrap{clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%);padding-right: 1px}
.hdR:after{width: 100%;height: 70%;clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);}
.hdR h3{font-size: 18px;}
.hdR h3 span{font-size: 18px;line-height: 24px;margin-left: 28px;}
.hdR h2{font-size: 32px;line-height: 34px;}
.header:before{width: calc((100% - 1200px)/2 + 1px);}
}
@media only screen and (max-width:1439px){
.hdK{height: 96px;}
.logo{width: 275px;}
.hdR{width: 27%;padding-left: 12px;}
.hdR-wrap{clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%);padding-right: 1px}
.hdR:after{width: 100%;height: 70%;clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);}
.hdR h3{font-size: 16px;}
.hdR h3 span{font-size: 16px;line-height: 22px;margin-left: 18px;}
.hdR h2{font-size: 28px;line-height: 32px;}
.header:before{width: calc((100% - 1100px)/2 + 1px);}
}
*/
/*footer*/
.footer{background-color: #fff;}
.ft-copy{}
.ft-copy p{color: #666;}
@media  screen and ( min-width:1440px){
.ft-copy{padding: 28px 0;}
.ft-copy p{font-size: 16px;}
}
@media only screen and (max-width:1439px){
.ft-copy{padding: 23px 0;}
.ft-copy p{font-size: 14px;}
}

/*banner*/
.banner{position: relative;overflow: hidden;width: 100%;}
.banner-nei{width: 100%;position: relative;background-size: cover;background-position: center;background-repeat: no-repeat;}
.banner-t{position: absolute;z-index: 3;left: 0;right: 0;margin: 0 auto;}
.banner .banner-t{color: #fff;}
.banner-t_h3{opacity: 0;transform: translateY(-60px); font-weight: 600;}
.banner-t_p{opacity: 0;transform: translateY(-60px);font-weight: 600;text-align: center;}
.banner-menu_wrap{}
.banner .banner-t a{opacity: 0;transform: translateY(-60px);background-color: #f9d198;}

.banner .swiper-slide-active .banner-t h3{opacity: 1;transform: translateY(0) translateZ(0); transition: opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);}
.banner .swiper-slide-active .banner-t p{opacity: 1;transform: translateY(0) translateZ(0); transition: opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;}
.banner .swiper-slide-active .banner-t a{transform: translateY(0) translateZ(0);opacity: 1;transition: opacity .6s linear .3s,transform .6s cubic-bezier(.215,.61,.355,1) .3s;}
.breathing-light {animation: breathe 2s infinite;}
@keyframes breathe {
  0% {
    opacity: 0.9;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.9;
    transform: scale(1);
  }
}

.banner-down_wrap{left: 50%;transform: translate(-50%,0);position: absolute;z-index: 4;color: #fff;background-color: #162046;}
.banner-down{position: absolute;color: #fff;}
.banner-down_menu{animation: jump 800ms infinite alternate;width: 0;height: 0;position: absolute;left: 0;right: 0;margin:0 auto;bottom: 0;}
@keyframes jump {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

@media  screen and ( min-width:1440px){
.banner{border-bottom: 12px solid #0e3768;}
.banner-nei{height: 557px;}
.banner-t{top: 45%;width: 50%;}
.banner .banner-t{}
.banner-t_h3 img{height: 44px;}
.banner-t_p{font-size: 28px;margin-top: 16px;}
.banner-menu_wrap{margin-top: 30px;}
.banner .banner-t a{font-size: 20px;padding: 12px 28px;border-radius: 10px;}

.banner-down_wrap{width: 240px;height: 120px;border-radius: 120px 120px 0 0;bottom: -50px;}
.banner-down{padding-bottom: 20px;font-size: 14px;top: 20px;}
.banner-down_menu{border-top: 12px solid #fff;border-right: 12px solid transparent;border-left: 12px solid transparent;}
}
@media only screen and (max-width:1439px){
.banner{border-bottom: 8px solid #0e3768;}
.banner-nei{height: 457px;}
.banner-t{top: 45%;width: 50%;}
.banner .banner-t{}
.banner-t_h3 img{height: 38px;}
.banner-t_p{font-size: 24px;margin-top: 11px;}
.banner-menu_wrap{margin-top: 25px;}
.banner .banner-t a{font-size: 18px;padding: 10px 24px;border-radius: 10px;}

.banner-down_wrap{width: 220px;height: 110px;border-radius: 110px 110px 0 0;bottom: -50px;}
.banner-down{padding-bottom: 16px;font-size: 12px;top: 16px;}
.banner-down_menu{border-top: 10px solid #fff;border-right: 10px solid transparent;border-left: 10px solid transparent;}
}

/*多国联申 紧随院校排名趋势*/
.one-block{background-color: #fff;position: relative;}
.one-block:before{content: '';position: absolute;left: 0;top: 0;background-color: #cfa348;}
.tit{text-align: center;}
.tit h2{color: #162046;font-weight: 600;}
.tit span{display: inline-block;}
.one-block_list{}
.one-block_item{}
.one-block_item:nth-child(4n+4){}
.one-block_item a{display: block;position: relative;overflow: hidden;}
.one-block_text{position: absolute;color: #fff;left: 0;right: 0;top: 50%;transform: translate(0,-50%);}
.one-block_text h3{font-weight: 600;}
.one-block_text span{display: inline-block;}
@media  screen and ( min-width:1440px){
.one-block{padding-top: 70px;}
.one-block:before{width: 39%;height: 18px;clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);}
.tit h2{font-size: 50px;}
.tit span{font-size: 18px;margin-top: 6px;}
.one-block_list{padding-top: 32px;}
.one-block_item{margin-top: 25px;margin-right: 20px;width: 23.75%;height: 192px;}
.one-block_item:nth-child(4n+4){margin-right: 0;}
.one-block_item a{border-radius: 10px;}
.one-block_text{padding:0 24px;}
.one-block_text h3{font-size: 30px;}
.one-block_text span{font-size: 20px;}
}
@media only screen and (max-width:1439px){
.one-block{padding-top: 60px;}
.one-block:before{width: 39%;height: 13px;clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);}
.tit h2{font-size: 40px;}
.tit span{font-size: 16px;margin-top: 4px;}
.one-block_list{padding-top: 27px;}
.one-block_item{margin-top: 22px;margin-right: 18px;width: 23.75%;height: 176px;}
.one-block_item:nth-child(4n+4){margin-right: 0;}
.one-block_item a{border-radius: 10px;}
.one-block_text{padding:0 22px;}
.one-block_text h3{font-size: 24px;}
.one-block_text span{font-size: 18px;}
}

/*各阶段报名条件*/
.two-block{background-color: #fff;}
.two-block_con{overflow:hidden;background-size: cover;background-repeat: no-repeat;background-position: center;}
.two-block_list{background-color: #cfa348;overflow: hidden;}
.two-block_menu{color: #fff;text-align: center;background-color: rgba(255,207,108, .54);overflow: hidden;}
.two-block_menu:nth-child(5n+5){}
@media  screen and ( min-width:1440px){
.two-block{padding-top: 60px;}
.two-block_con{padding: 13px 18px;border-radius: 10px;margin-top: 35px;}
.two-block_list{padding:26px 20px 16px;width: 880px;border-radius: 10px;}
.two-block_menu{font-size: 20px;min-width: 153px;line-height: 60px;margin-right: 18px;margin-bottom: 18px;border-radius: 10px;}
.two-block_menu:nth-child(5n+5){margin-right: 0}
}
@media only screen and (max-width:1439px){
.two-block{padding-top: 50px;}
.two-block_con{padding: 13px 18px;border-radius: 10px;margin-top: 30px;}
.two-block_list{padding: 24px 18px 14px;width: 780px;border-radius: 10px;}
.two-block_menu{font-size: 18px;min-width: 136px;line-height: 60px;margin-right: 16px;margin-bottom: 16px;border-radius: 10px;}
.two-block_menu:nth-child(5n+5){margin-right: 0}
}

/*学历认证*/
.three-block{position: relative;background-color: #fff;}
.three-block:before{content: '';position: absolute;left: 0;right: 0;bottom: 0;background-color: #162046;}
.three-top_l{overflow: hidden;}
.three-top_r{flex:1;-webkit-flex:1;}
.three-tit{text-align: left;}
.three-tit span{margin: 0;}
.three-top_text{color: #fff;}
.three-top_text h3{font-weight: 600;background-color: #cfa348;}
.three-top_text p{font-weight: 600;}
.three-block_b{position: absolute;left: 0;right: 0;overflow: hidden;}
@media  screen and ( min-width:1440px){
.three-block{padding-top: 130px;padding-bottom: 185px;}
.three-block:before{height: 490px;border-radius: 0 100px 0 0;}
.three-top_l{width: 501px;height: 512px;border-radius: 20px;}
.three-top_r{padding-top: 40px;}
.three-tit{padding-left: 60px;}
.three-tit span{font-size: 30px;}
.three-top_text{margin-top: 100px;}
.three-top_text h3{font-size: 24px;padding: 27px 60px 27px 60px;border-radius: 0 50px 50px 0;width: 250px;}
.three-top_text p{font-size: 26px;padding: 20px 60px;}
.three-block_b{bottom: -144px; height: 272px;border-radius: 22px;}
}
@media only screen and (max-width:1439px){
.three-block{padding-top: 120px;padding-bottom: 175px;}
.three-block:before{height: 470px;border-radius: 0 100px 0 0;}
.three-top_l{width: 450px;height: 460px;border-radius: 20px;}
.three-top_r{padding-top: 35px;}
.three-tit{padding-left: 50px;}
.three-tit span{font-size: 24px;}
.three-top_text{margin-top: 90px;}
.three-top_text h3{font-size: 22px;padding: 22px 50px 22px 50px;border-radius: 0 50px 50px 0;width: 220px;}
.three-top_text p{font-size: 24px;padding: 20px 50px;}
.three-block_b{bottom: -114px;height: 249px;border-radius: 22px;}
}

/*热门专业*/
.four-block{background-color: #eef4fc;}
.four-block_list{}
.four-block_item{}
.four-block_item:nth-child(4n+4){}
.four-block_t{font-weight: 600;color: #fff;margin: 0 auto;text-align: center;}
.four-block_item:nth-child(2n+1) .four-block_t{background-color: #0e3768;}
.four-block_item:nth-child(2n+2) .four-block_t{background-color: #cfa348;}
.four-block_text{background-color: #fff;overflow: hidden;position: relative;}
.four-block_text span{display: block;color: #666; position: relative;}
.four-block_text span:first-child{}
.four-block_text span:before{content: '';position: absolute;left: 0;border-radius: 50%;background-color: #0e3768;}
.four-block_item:last-child .four-block_t{background-color: transparent;}
.four-block_item:last-child .four-block_text{background-image: url(../images/four-pic.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}
.four-customer_link{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;font-size: 0;}
.four-customer_link img{display: inline-block;}
.four-customer_link p{font-weight: 600;color: #fff;}
@media  screen and ( min-width:1440px){
.four-block{padding:200px 0 60px;}
.four-block_list{padding-top: 20px;}
.four-block_item{width: 252px;margin-right: 64px;margin-top: 45px;}
.four-block_item:nth-child(4n+4){margin-right: 0;}
.four-block_t{font-size: 22px;width: 85%;padding:0 8px;line-height: 48px;height: 48px;border-radius: 6px 6px 0 0;}
.four-block_text{padding:30px 20px 30px 60px;border-radius: 6px;min-height: 321px;}
.four-block_text span{display: block;font-size: 22px;padding-left: 24px;margin-top: 24px;}
.four-block_text span:first-child{margin-top: 0;}
.four-block_text span:before{width: 6px;height: 6px;top: 14px;}
.four-block_item:last-child .four-block_t{}
.four-block_item:last-child .four-block_text{}
.four-customer_link{}
.four-customer_link img{width: 68px;}
.four-customer_link p{font-size: 30px;margin-top: 15px;}
}
@media only screen and (max-width:1439px){
.four-block{padding: 190px 0 50px;}
.four-block_list{padding-top: 15px;}
.four-block_item{width: 234px;margin-right: 54px;margin-top: 40px;}
.four-block_item:nth-child(4n+4){margin-right: 0;}
.four-block_t{font-size: 20px;width: 85%;padding:0 8px;line-height: 42px;height: 42px;border-radius: 6px 6px 0 0;}
.four-block_text{padding: 25px 20px 25px 50px;border-radius: 6px;min-height: 321px;}
.four-block_text span{display: block;font-size: 20px;padding-left: 22px;margin-top: 24px;}
.four-block_text span:first-child{margin-top: 0;}
.four-block_text span:before{width: 5px;height: 5px;top: 12px;}
.four-block_item:last-child .four-block_t{}
.four-block_item:last-child .four-block_text{}
.four-customer_link{}
.four-customer_link img{width: 58px;}
.four-customer_link p{font-size: 24px;margin-top: 12px;}
}

/*学历优势*/
.five-block{background-color: #fff;}
.five-block_con{}
.five-block_t{}
.five-block_t img{}
.five-block_years{}
.five-block_years ul li{background-color: #0e3768;overflow: hidden;color: #fff;}
.five-block_years ul li:nth-child(3n+3){}
.five-block_years ul li:nth-child(2n+2){}
.five-block_years ul li h3{text-align: center;font-weight: 600;}
.five-block_years ul li p{}
.five-block_years ul li:first-child p{}
.five-block_desc{}
.five-block_desc ul li{}
.five-block_desc ul li:nth-child(1), .five-block_desc ul li:nth-child(2){}
.five-block_desc ul li h3{color: #0e3768;font-weight: 600;}
.five-block_desc ul li h3 img{}
.five-block_desc ul li p{color: #666;}
@media  screen and ( min-width:1440px){
.five-block{padding-top: 70px;}
.five-block_con{margin-top: 70px;}
.five-block_t{}
.five-block_t img{width: 479px;}
.five-block_years{margin-top: 16px;}
.five-block_years ul li{width: 320px;min-height: 255px;margin-right: 30px;border-radius: 10px;padding:26px;}
.five-block_years ul li:nth-child(3n+3){margin-right: 0;}
.five-block_years ul li:nth-child(2n+2){background-color: #cfa348;}
.five-block_years ul li h3{font-size: 30px;}
.five-block_years ul li p{font-size: 18px;margin-top: 5px;}
.five-block_years ul li:first-child p{text-align: center;}
.five-block_desc{margin-top: 20px;}
.five-block_desc ul li{width: 47.5%;padding:18px 10px;border-top: 2px dashed #cfa348;}
.five-block_desc ul li:nth-child(1), .five-block_desc ul li:nth-child(2){border-top: 0;}
.five-block_desc ul li h3{font-size: 22px;}
.five-block_desc ul li h3 img{width: 40px;margin-right: 6px;}
.five-block_desc ul li p{font-size: 20px;margin-top: 5px;}
}
@media only screen and (max-width:1439px){
.five-block{padding-top: 60px;}
.five-block_con{margin-top: 60px;}
.five-block_t{}
.five-block_t img{width: 429px;}
.five-block_years{margin-top: 12px;}
.five-block_years ul li{width: 303px;min-height: 235px;margin-right: 20px;border-radius: 10px;padding: 22px;}
.five-block_years ul li:nth-child(3n+3){margin-right: 0;}
.five-block_years ul li:nth-child(2n+2){background-color: #cfa348;}
.five-block_years ul li h3{font-size: 24px;}
.five-block_years ul li p{font-size: 16px;margin-top: 5px;}
.five-block_years ul li:first-child p{text-align: center;}
.five-block_desc{margin-top: 15px;}
.five-block_desc ul li{width: 47.5%;padding:18px 10px;border-top: 2px dashed #cfa348;}
.five-block_desc ul li:nth-child(1), .five-block_desc ul li:nth-child(2){border-top: 0;}
.five-block_desc ul li h3{font-size: 20px;}
.five-block_desc ul li h3 img{width: 40px;margin-right: 6px;}
.five-block_desc ul li p{font-size: 18px;margin-top: 5px;}
}

/*问题答疑*/
.six-block{background-color: #fff;position: relative;}
.six-block:before{position: absolute;content: '';left: 0;right: 0;bottom: 0;background-color: #cfa348;}
.six-block .ward{background-color: #fff;box-shadow: 0 0 15px 0 rgba(207,163,72,.5);}
.six-block_questions{}
.six-block_questions ul{overflow-y: scroll;}
.six-block_item{}
.six-block_item h3{font-weight: 600;line-height: 1.8;}
.six-block_item h3:before{content: '问';background-color: #0e3768;}
.six-block_item p{line-height: 1.9;color: #333;}
.six-block_item p:before{content: '答';background-color: #cfa348;}
.six-common_before{position: relative;}
.six-common_before:before{position: absolute;left: 0;text-align: center; overflow: hidden;color: #fff;}
@media  screen and ( min-width:1440px){
.six-block{padding:45px 0 55px;}
.six-block:before{height: 490px;border-radius: 0 100px 0 0;}
.six-block .ward{border-radius: 10px;padding: 40px 30px 55px}
.six-block_questions{}
.six-block_questions ul{height: 445px;}
.six-block_item{margin-top: 22px;}
.six-block_item h3{font-size: 20px;}
.six-block_item p{font-size: 14px;}
.six-common_before{padding-left: 44px;}
.six-common_before:before{top: 5px; width: 26px;height: 26px;line-height: 26px; border-radius: 6px;font-size: 14px;}
}
@media only screen and (max-width:1439px){
.six-block{padding: 35px 0 45px;}
.six-block:before{height: 490px;border-radius: 0 100px 0 0;}
.six-block .ward{border-radius: 10px;padding: 35px 28px 50px;}
.six-block_questions{}
.six-block_questions ul{height: 445px;}
.six-block_item{margin-top: 18px;}
.six-block_item h3{font-size: 18px;}
.six-block_item p{font-size: 14px;}
.six-common_before{padding-left: 40px;}
.six-common_before:before{top: 5px;width: 24px;height: 24px;line-height: 24px;border-radius: 6px;font-size: 13px;}
}

/*一站式留学服务 助力圆梦*/
.seven-block{background-color: #fff;}
.seven-block_con{position: relative;}
.seven-block_con img{width: 100%;position: relative;z-index: 2;}
.seven-block_item{position: absolute;z-index: 1}
.seven-block_item h3{align-items: baseline;font-weight: 600;color: #0e3768;line-height: 1;}
.seven-block_item h3 span{color: #cfa348;}
.seven-block_item p{line-height: 1.8;color: #666;text-align: justify;}
@media  screen and ( min-width:1440px){
.seven-block{padding-top: 50px;}
.seven-block_con{margin-top: 70px;height: 810px;}
.seven-block_con img{}
.seven-block_item{width: 270px;padding:18px 10px;border-left: 1px solid #0e3768;}
.seven-block_item h3{font-size: 20px;color: #0e3768;}
.seven-block_item h3 span{font-size: 40px;}
.seven-block_item p{font-size: 16px;margin-top: 8px;}

.seven-block_item1{left: 150px;top: 90px;}
.seven-block_item2{left: 530px;top: 90px;}
.seven-block_item3{right: 130px;top: 30%;}
.seven-block_item4{bottom: 0;right: 50px;}
.seven-block_item5{bottom: 0;right: 370px;}
.seven-block_item6{left: 310px;bottom: 300px;}
.seven-block_item7{left: 150px;bottom: 0;}
}
@media only screen and (max-width:1439px){
.seven-block{padding-top: 40px;}
.seven-block_con{margin-top: 60px;height: 710px;}
.seven-block_con img{}
.seven-block_item{width: 260px;padding:18px 10px;border-left: 1px solid #0e3768;}
.seven-block_item h3{font-size: 18px;color: #0e3768;}
.seven-block_item h3 span{font-size: 30px;}
.seven-block_item p{font-size: 14px;margin-top: 8px;}

.seven-block_item1{left: 140px;top: 80px;}
.seven-block_item2{left: 500px;top: 80px;}
.seven-block_item3{right: 130px;top: 35%;}
.seven-block_item4{bottom: 0;right: 50px;}
.seven-block_item5{bottom: 0;right: 340px;}
.seven-block_item6{left: 310px;bottom: 220px;}
.seven-block_item7{left: 140px;bottom: 0;}
}

/*Form*/
.home_contact_block{}
.home_contact_block .ward{box-shadow: 0 0 15px 5px rgba(0,0,0,.1)}
.IndContactL{}

.IndContactR{flex:1; -webkit-flex:1;position: relative;}
.IndContactJt{position: absolute;}
.IndContactJt img{width: 100%;}
.formItem{}
.form-label{display: inline-block;}
.form-inp{display: block;width: 100%;border-bottom: 1px solid #777;}
.form-btn-wrap{width: 100%;}

.button-ban {border: 1px solid #0e3768;text-align: center;position: relative;z-index: 1;overflow: hidden;}
.button-ban span{cursor: pointer;}
.button--tamaya::before {top: 0;padding-top: 13px;}
.button--tamaya::after {bottom: 0;line-height: 0;}
.button--tamaya::before, .button--tamaya::after {content: attr(data-text);position: absolute;width: 100%;height: 50%;left: 0;background: #0e3768;color: #fff;overflow: hidden;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.button--tamaya > span {display: block;-webkit-transform: scale3d(0.2, 0.2, 1);transform: scale3d(0.2, 0.2, 1);opacity: 0;-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;transition: transform 0.3s, opacity 0.3s;-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.button--tamaya:hover::before {-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}
.button--tamaya:hover::after {-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
.button--tamaya:hover > span {opacity: 1; -webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
@media  screen and ( min-width:1440px){
.home_contact_block{padding: 130px 0 20px;}
.home_contact_block .ward{padding: 40px 30px 40px 20px;border-radius: 20px;}
.IndContactL{width: 41.1%;max-width: 491px;}

.IndContactR{padding-left: 4%;;}
.IndContactJt{left: 28%;bottom: -13%;width: 20%;}
.formItem{width: 47.5%;margin-top: 40px;}
.form-label{font-size: 16px;margin-bottom: 5px;}
.form-inp{width: 100%;font-size: 16px;padding: 11px 0;}
.form-btn-wrap{margin-top: 55px;}

.button-ban {font-size: 16px;padding: 14px 76px;border-radius: 4px;}
}
@media only screen and (max-width:1439px){
.home_contact_block{padding: 120px 0 20px;}
.home_contact_block .ward{padding: 35px 30px 35px 20px;border-radius: 20px;}
.IndContactL{width: 41.1%;max-width: 491px;}

.IndContactR{padding-left: 4%;;}
.IndContactJt{left: 28%;bottom: -13%;width: 20%;}
.formItem{width: 47.5%;margin-top: 35px;}
.form-label{font-size: 14px;margin-bottom: 5px;}
.form-inp{width: 100%;font-size: 14px;padding: 11px 0;}
.form-btn-wrap{margin-top: 45px;}

.button-ban {font-size: 14px;padding: 14px 66px;border-radius: 4px;}
.niceCountryInputMenu{font-size: 14px;padding:10px 0;}
}
