.flex-box-v {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 769px){
#w_common_text-1611890389774 span{
font-size:0.925rem;
}
#w_common_text-1611824421850 span{
font-size:0.925rem;
}
  #w_common_text-1611824421907 span{
font-size:0.925rem;
}
  #w_common_text-1611821857033 span{
font-size:0.925rem;
}
  #w_common_text-1611821857040 span{
font-size:0.925rem;
}
  #w_common_text-1611821857046 span{
font-size:0.925rem;
}
  #w_common_text-1611821857052 span{
font-size:0.925rem;
}
  #w_common_text-1611821857056 span{
font-size:0.925rem;
}
}
#w_common_text-1604454438409 span{
font-size:0.925rem;
}
.decTab.active, .decTab:hover {
    color: #0B4996;
    border-bottom: 2px solid #0B4996;
    font-size:1rem;
  font-weight:bold;
}
#w_common_text-1604289529084 span{
font-size:0.925rem;
}
#w_common_text-1604454438461 span{
font-size:0.925rem;
}
#w_grid-1606891170076> div > .p_gridbox > .p_gridCell:nth-child(3n) {
    margin-right: 0px;
    background: #0B4996;

}
#content_box-1611819302008-2 {
    margin-right: 0px;
    background: #0B4996;
}
#w_grid-1606891170076 > div > .p_gridbox {
    width: 100%;
    overflow: visible;
    position: static;
}
/*banner*/
.Banner-container {
  height: 100vh;
  min-height: 600px;
  max-height: 1600px;
  width: 100%;
}
.banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.banner-slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
}
.banner-text {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.banner-text h1 {
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 30px;
  color: #fff;
}
.banner-text h2 {
  margin-top: 1rem;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: arial;
}
.banner-bg-ss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.banner-text {
  z-index: 10;
}
.banner-text:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 400px;
  display: block;
  border: 10px solid rgba(255, 255, 255, 0.2);
  top: 4.5rem;
  margin-top: -200px;
  left: -6rem;
}
.small-title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
}
/*.banner-warpper.swiper-wrapper {
transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
}
.banner-warpper.swiper-wrapper .banner-background {
transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
will-change: transform;
}*/
.banner-switch {
  position: absolute;
  z-index: 30;
  left: auto;
  top: 50%;
  height: 80px;
  right: 2rem;
  color: #fff;
  display: grid;
  margin-top: -25px;
  grid-template-columns: 1fr;
  width: auto;
  align-content: center;
  align-items: center;
  text-transform: uppercase;
}
.banner-switch > div > * {
  display: inline-block;
  vertical-align: middle;
}
.sL_icon {
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-switch > div > span {
  margin: 0 0.5rem;
  font-size: 0.825rem;
}
.banner-switch > div {
  margin: 0.3rem 0;
}
.banner-switch > div {
  cursor: pointer;
  transition: 0.5s;
}
.swiper-button-disabled {
  opacity: 0.4;
}
.Scroll-tip {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100px;
  color: #fff;
  text-align: center;
}
.Tipss {
  text-transform: uppercase;
  font-size: 0.825rem;
}
.tip_anim {
  display: inline-block;
  margin: 0.75rem 0;
  height: 30px;
}
.Tipss span {
  display: block;
}
.tip_anim span {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #fff;
  animation-name: scrollTip;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}
.Banner-A1 {
  z-index: 1;
}
@keyframes scrollTip {
  0% {
    transform: scale(1, 0);
    transform-origin: top;
  }
  49% {
    transform: scale(1, 1);
    transform-origin: top;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
.banner-background {
  transition: 1s 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}
.swiper-slide.banner-slide.swiper-slide-active .banner-background {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner-text:before {
  transition-delay: 2s;
  transition-duration: 2s;
  transform: translate3d(-80px, 0, 0);
  opacity: 0;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
  transition-delay: 1.3s;
  transform: translate3d(0px, 0, 0);
  opacity: 1;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
  transition-delay: 0.5s;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
  transition-delay: 0.7s;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
  transition-delay: 0.9s;
}
.banner-text * {
  transition-delay: transform 2s, opacity 0s;
  transition-duration: 2s;
  transform: translate3d(0, 80px, 0);
  opacity: 0;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .banner-text {
    max-width: 1000px;
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .banner-text:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 400px;
    display: block;
    border: 10px solid rgba(255, 255, 255, 0.2);
    top: 4.5rem;
    margin-top: -200px;
    left: 50%;
    margin-left: -150px;
  }
  .banner-text {
    text-align: center;
  }
  .banner-text h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #w_common_text-1604289529024 .reset_style p{
font-size:26px!important;
}
  #w_fline-1611823825768{
  display:none;
  }
  #w_common_text-1611825044738 span{
    font-size: 1.5rem;
  }
  #w_common_text-1611826415098 span{
    font-size: 1.5rem;
  }
  #w_common_text-1611826464202 span{
    font-size: 1.5rem;
  }
  #w_common_text-1611824364352 span{
    font-size: 1.5rem;
  }
  #w_common_text-1611823754085 span{
    font-size: 1.5rem;
  }
  #w_common_text-1611823386025 span{
    font-size: 1.5rem;
  }
  #w_common_text-1611824224556  span{
    font-size: 1.5rem!important;
  }
  #w_common_text-1611890389750 span{
    font-size: 1.2rem;
  }
  #w_common_text-1611824421846 span{
    font-size: 1.2rem;
  }
  #w_common_text-1611824421905 span{
    font-size: 1.2rem;
  }
  #c_portalResEmploy_list-16118868994837831,#c_portalResEmploy_detail-16118871672905753{
  margin-top:10px;
  }
  .p_more .font {
    vertical-align: middle;
    text-align: inherit;
    line-height: 50px;
    font-size:1rem;
}
  .p_breadcrumbList{
  display:none;
  }
.decTab.active, .decTab:hover {
    color: #0B4996;
    border-bottom: 2px solid #0B4996;
  font-size:1rem;
  font-weight:bold;
}
  #c_portalResEbizads_banner-16042842374097554 .scalePic {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0) scale(1.08);
    width: 130%;
    max-width: none;
    transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
  .c_portalResPublic_codeContainer-01001024 .lv_toptel {
    font-family: 'Oswald', sans-serif;
    font-size: 18px!important;
    font-weight: bold;
    justify-content: center;
    display: flex;
    position: relative;
}
  #content_box-1606891170076-0{
  width:85%;
    clear:none!important;
  }
  .c_portalResnav_main-01001007 .headBotBox{
  height:0;
  }
  #w_fimg-1606891210643,#w_fimg-1611819302020{
  max-width:200px;
  }
    #content_box-1606891170076-1{
  width:15%;
       clear:none!important;
  }
  .c_portalResnav_main-01001007 .headBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
  #w_common_text-1604289529024{
  margin-top:0;
  }
  .c_portalResnav_main-01001007 .navBtn {
    position: absolute;
    right: 20px;
    top:20px;
    transform: translateY(0);
}
#c_portalResPublic_codeContainer-16068913078266404 ,#c_portalResPublic_codeContainer-16118192976002276{

    padding:10px;
}
  #w_grid-1606891170076> div > .p_gridbox > .p_gridCell:nth-child(3n) {

      margin-bottom: 2px;
}
  #w_common_text-1604454438406{
  margin-top:20px;
        text-align: center;
  }
  #w_common_text-1561704929742{
  margin-top:30px;
  }
  #w_fbtn-1604457091836{
  margin-left:auto;
    margin-right:auto;
  }
  #w_common_text-1604454438461,#w_common_text-1604454438409{
  text-indent:2em;
  }
  #w_common_text-1604454438457{
  margin-top:20px;
        text-align: center;
  }
#w_grid-1604454438384 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-bottom: 0px;
}
#w_grid-1604454438376 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-bottom: 0px;
}
  #w_grid-1604454438450 > div > .p_gridbox {
    padding-left: 20px;
    padding-right:20px;
}
  #c_portalResPublic_codeContainer-15617157138135666{
  margin-bottom:0px;
  }
  #w_common_text-1604454438457 span{
  font-size:22px!important;
  }
  #w_common_text-1604454438406 span{
  font-size:22px!important;
  }
  #w_common_text-1604289855305 span{
  font-size:20px!important;
  }
  #w_common_text-1604289529024 span{
  font-size:26px!important;
  }
  #w_grid-1604289528995 > div > .p_gridbox > .p_gridCell>.reset_style span {
    font-family: 'Oswald', sans-serif;
 
}
  #w_grid-1604289528995> div > .p_gridbox > .p_gridCell {
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 0;
}
  .banner-switch {
    top: auto;
    bottom: 2rem;
    left: 5%;
    right: 5%;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .banner-text h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  .banner-text h2 {
    font-size: 14px;
    line-height: 1.4;
  }
  .small-title {
    font-size: 1.75rem;
  }
  .banner-text:before {
    opacity: 0;
  }
}
/*banner*/

