body {
  padding-top: 0px;
}

header {
  background-color: var(--main-color);
}

#headerNav .main-menu .menu-item a {
  font-size: 16px;
  line-height: 21px;
}

#headerNav .main-menu .menu-item:hover a {
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

#headerNav .main-menu .menu-item:hover a::after {
  background-color: #ffffff;
}

#headerNav.header-nav-container {
  border: none;
}

#headerNav.header-nav-container.stick-to-top {
  border-bottom: 1px solid var(--border-color);
}

#headerNav.header-nav-container .main-menu .menu_active > a {
  color: #ffffff !important;
}

#headerNav.header-nav-container.stick-to-top .main-menu .menu_active > a {
  color: var(--main-color) !important;
  font-weight: bold;
}

#headerNav.header-nav-container.stick-to-top .main-menu .menu-item:hover>a {
  color: var(--main-color) !important;
  position: relative;
}
#headerNav.header-nav-container.stick-to-top .dropdown_menu>ul>li:hover{
  background-color: #ffffff;
}

#headerNav.header-nav-container.stick-to-top .main-menu .menu-item:hover a::after {
  background-color: var(--main-color) !important;
}

#headerNav.header-nav-container.stick-to-top .main-menu .menu_active > a::after {
  background-color: var(--main-color) !important;
}

.header-swiper-container{
  position: relative;
}


#headerContainer{
width: 100%;
opacity: 0.34;
}
.vertical-line {
position: absolute;
top: 0;
right: 7%;
width: 1px;
height: 100%;
background: #FFFFFF;
z-index: 99;
}
.swiper-slide{
position: relative;
}
.swiper-slide .slide-content{
position: absolute;
top: 20%;
left: 10%;
text-align: left;
}
.slide-content h2{
font-weight: bold;
font-size: 60px;
color: #FFFFFF;
line-height: 84px;
}
.slide-content h4{
font-weight: 400;
font-size: 24px;
color: #FFFFFF;
line-height: 33px;
letter-spacing: 2px;
position: relative;
padding-bottom: 20px;
}
.slide-content h4::after{
content: '';
width: 60px;
height: 2px;
background-color: #ffffff;
position: absolute;
top: 100%;
left: 0;
}
.slide-content h5{
padding-top: 10px;
font-weight: bold;
font-size: 24px;
color: rgba(255,255,255,0.8);
line-height: 33px;
}
@media screen and (max-width:768px) {
.swiper-slide .slide-content{
  position: absolute;
  top: 16%;
  left: 5%;
  text-align: left;
}
.slide-content h2{
  font-size: 24px;
  line-height: 24px;
}
.slide-content h4{
  font-size: 16px;
  padding-bottom: 0;
}
.slide-content h5{
  font-size: 13px;
  padding-top: 0;
  line-height: 20px;
}
}


@media screen and (min-width:1199px) {
.swiper-slide .slide-content{
  left: 19%;
}
#headerSection{
  margin-top: -100px;
}
.header{
  position: relative;
  z-index: 99;
}
.slide-content{
  top: 40% !important;
}
}

/* title */
#joinus{
padding: 70px 0;
}
.joinus-title h3{
font-weight: bold;
font-size: 32px;
color: #2A7DE1;
line-height: 45px;
text-align: center;
font-style: normal;
text-transform: uppercase;
}
.joinus-title h2{
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: rgba(0,0,0,0.8);
  line-height: 45px;
}
.joinus-title p{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: rgba(0,0,0,0.6);
  line-height: 25px;
}

/* main */
.flexOne,.flexTwo{
  margin-top: 60px;
  display: flex;
  width: 100%;
  position: relative;
}
.flexOne::after{
  /* border-bottom: 1px solid #f4f4f4; */
  content: '';
  width: 90%;
  height: 1px;
  position: absolute;
  top: 125%;
  right: 0;
  background-color: #f4f4f4;
}
.flexOne .left,.flexTwo .left{
  width: 30%;
  position: relative;
}
.flexOne .left>div>h2,.flexTwo .left>div>h2{
  font-weight: bold;
  font-size: 28px;
  color: rgba(0,0,0,0.8);
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.flexOne .left>div>h2:hover,.flexTwo .left>div>h2:hover{
  color: #2A7DE1;
}
.flexOne .left>div>span,.flexTwo .left>div>span{
  position: absolute;
  top: 50%;
  left: 48%;
}

.flexOne .right,.flexTwo .right{
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.flexOne .right div>span,.flexTwo .right div>span{
  font-weight: 600;
  font-size: 14px;
  color: rgba(0,0,0,0.6);
  line-height: 20px;
  text-align: left;
}
.flexOne .right div>p,.flexTwo .right div>p{
  font-weight: bold;
  font-size: 16px;
  color: rgba(0,0,0,0.8);
  line-height: 22px;
  text-align: left;
  margin-top: 9px;
}
.join-container{
  width: 71%;
  float: right;
  margin-top: 30px;
}
#message1{
  display: none;
}
.join-container div{
  margin-bottom: 32px;
}
.join-container div>h3{
  font-weight: bold;
  font-size: 18px;
  color: rgba(0,0,0,0.8);
  line-height: 22px;
  text-align: left;
  margin-bottom: 15px;
}
.join-container div>p{
  font-weight: bold;
  font-size: 15px;
  color: rgba(0,0,0,0.6);
  line-height: 20px;
  text-align: left;
}
#showBox{
  background-color: #2A7DE1;
  padding: 12px 30px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width:1200px) and (max-width:1278px) {
  .flexOne .left>div>span{
    position: absolute;
    top: 85%;
    left: 47%;
  }
}
@media screen and (max-width:992px){
  .flexOne .left>div>span{
    top: 85%;
    left: 46%;
  }
  .flexTwo .left>div>span{
    top: 55%;
    left: 46%;
  }
}
@media screen and (max-width:768px) {
  .flexOne,.flexTwo{
    flex-wrap: wrap;
    row-gap: 2em;
  }
  .flexOne .left,.flexTwo .left{
    width: 100%;
  }
  .flexOne .right,.flexTwo .right{
    width: 100%;
    padding: 0px 15px;
  }
  .flexOne .left>div>span,.flexTwo .left>div>span{
    top: 80%;
    left: 49%;
  }
  .join-container{
    width: 100%;
  }
  #joinus{
    padding: 70px 0 30px 0;
  }
  #message1{
    margin-top: 60px;
  }
  .flexOne::after{
    top: 113%;
  }
}
@media screen and (max-width:500px) {
  .flexOne .right,.flexTwo .right{
    flex-wrap: wrap;
    column-gap: 3em;
    row-gap: 1em;
  }
  .showBox{
    margin: 0 auto;
  }
}
@media screen and (max-width:398px) {
  .flexOne .right,.flexTwo .right{
    column-gap: 0em;
  }
}
@media  screen and (max-width:300px) {
  .flexOne .left>div>span{
    top: 85%;
    left: 46%;
  }
  .flexTwo .left>div>span{
    top: 80%;
    left: 46%;
  }
}

/* 彈窗 */
#overlay{
  position: fixed;
  left: 0;
  top: 22%;
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: none;
  z-index: 9999;

}
.joinbox{
  background-color: #ffffff;
  position: relative;
  max-width: 40%;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  padding:42px 0px 25px 0px;
  box-shadow: 0px 24px 70px 0px rgba(42,125,225,0.1);
}
.box-title h3{
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.joinbox div{
  margin-bottom: 32px;
}
.joinbox div>label{
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 37px;
  text-align: right;
  margin-right: 15px;
  
}
.joinbox div>input{
  width: 70%;
  border-radius: 5px;
  border: 1px solid rgba(51,51,51,0.1);
  padding: 15px;
  color: #a7b0b5;
}
#date>input{
  padding: 8px 15px;
}
.box-input input:focus{
  border: 1px solid rgba(42, 125, 225, 0.5) !important;
}
.box-input{
  max-width: 85%;
  display: flex;
  justify-content: flex-end;
}
.box-button{
  margin-top: 70px;
}
.box-button button{
  background-color: #2A7DE1;
  padding: 15px 100px;
  border-radius: 5px;
  font-size: 24px;
}
.close-button{
  position: absolute;
  top: 40px;
  right: 80px;
  cursor: pointer;
}
@media screen and (max-width:1600px) {
  .joinbox{
    max-width: 60%;
  }
}
@media screen and (max-width:992px) {
  .joinbox{
    max-width: 80%;
  }
}
@media screen and (max-width:768px) {
  .joinbox{
    max-width: 90%;
  }
  .close-button{
    right: 10px;
  }
}
@media screen and (max-width:500px) {
  .box-input{
    max-width: 97%;
  }
  .box-button{
    margin-top: 10px;
    margin-bottom: 20px !important;
  }
  #overlay{
    position: fixed;
    left: 0;
    top: 3%;
  }
}
@media screen and (max-width:353px) {
  .box-input{
    display: block;
  }
  .input_name label{
    width: 100%;
    text-align: center !important;
  }
}

/* 藍色部分 */
#blue{
  background-color: #2A7DE1;
  padding: 45px;
}
.blue{
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#blue-span{
  text-align: center;
}
.blue div>span{
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
}
.blue div>div{
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
}
.blue div>div>a:hover{
  color: #333333;
}
.blue div>div>a:focus,.blue div>div>a:active{
  color: #ffffff;
}
@media screen and (max-width:1048px){
  .blue{
    column-gap: 1em;
  }
}
@media screen and (max-width:582px) {
  #blue{
    padding: 25px 15px;
  }
  .blue{
    display: block;
  }
  #blue-span{
    margin-bottom: 10px;
  }
}
@media screen and (min-width:1300px){
  .blue{
    width: 85%;
  }
  .blue div:last-child{
    display: flex;
  }
  .blue div>div:first-child{
    margin-right: 30px;
  }
}
@media screen and (min-width:1550px){
  .blue{
    width: 65%;
  }
}

/* 公司風采 */
#companystyle{
  padding: 70px 0 0 0;
}
.company-title{
  margin-bottom: 32px;
}
.company-title h3{
  font-weight: bold;
  font-size: 32px;
  color: #2A7DE1;
  line-height: 45px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}
.company-title h2{
  font-weight: bold;
  font-size: 32px;
  color: rgba(0,0,0,0.8);
  line-height: 45px;
  text-align: center;
}


.seamlesswrap{
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  margin-top: 50px;
}
.seamlesswrap img{
  width: 100%;
  display: block;
}
.seamlesswrap .swiper-container-free-mode>.swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.seamlesswrap .swiper-container{
  margin: 20px 0;
}





/* mobile */
@media screen and (max-width:768px) {
  .seamlesswrap{
    margin-top: 0px;
  }
#MainTwo{
  padding: 0;
}
#MainThree{
  padding-bottom: 80px;
}
#help{
  padding: 4% 0 !important;
}
}


/* 幫助 */
#help{
  background-color: #2A7DE1;
}
.help-container div{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
}
.help-container div h5{
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 37px;
  margin-bottom: 15px;
}
#rectangle>img{
  position: absolute;
  top: 0%;
  left: 0%;
}
#rectangle>span{
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #ffffff;
  border-radius: 3px 0px 0px 3px;
  width: 22%;
  height: 100%;
  padding-top: 8px;
}
#rectangle{
  border: 1px solid #ffffff;
  position: relative;
  padding: 9px 20px 9px 50px;
  border-radius: 5px;
}
#rectangle a{
  color: #ffffff;
}
