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;
}


.dropdown_active{
background-color: #2A7DE1;
}
.dropdown_active a{
color: #ffffff !important;
}
#headerNav.header-nav-container.stick-to-top .dropdown_active{
background-color: #ffffff;
}

#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: 22%;
  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 */
#service{
padding: 70px 0;
}
.service h3{
font-weight: bold;
font-size: 32px;
color: #2A7DE1;
line-height: 45px;
text-align: center;
font-style: normal;
text-transform: uppercase;
}
@media screen and (max-width:768px) {
  #service{
    padding: 30px 0 10px 0;
  }
}


/* 服務MainOne */
.MainOne-flex{
display: flex;
justify-content: flex-end;
}
#MainOne-left{
width: 48%;
padding: 150px 0px 0px 35px;
}
#MainOne-right{
width: 52%;
}
#MainOne-left p{
font-weight: bold;
font-size: 16px;
color: rgba(0,0,0,0.6);
line-height: 36px;
text-align: left;
}

@media screen and (max-width:1500px) {
#MainOne-left{
  padding: 100px 0px 0px 20px;
}

}
@media screen and (max-width:1260px) {
#MainOne-left{
  padding: 60px 0px 0px 20px;
}
}
@media screen and (max-width:832px) {
.MainOne-flex{
  display: block;
}
#MainOne-right{
  width: 100%;
}
#MainOne-left{
  width: 100%;
  padding: 0px;
}

#MainOne-left p{
  margin-top: 20px;
}

}

/* 服務MainTwo */
#MainTwo{
padding: 80px 0;
}
.MainTwo-flex{
display: flex;
}
#MainTwo-left{
width:52%;
}
#MainTwo-right{
width: 48%;
padding: 22% 0 0 3%;
}
#MainTwo-right p{
  font-weight: bold;
  font-size: 16px;
  color: rgba(0,0,0,0.6);
  line-height: 30px;
  text-align: left;
}

@media screen and (max-width:1500px) {
#MainTwo-right{
  padding: 80px 0px 0px 30px;
}
}
@media screen and (max-width:1260px) {
#MainTwo-right{
  padding: 40px 0px 0px 25px;
}
}
@media screen and (max-width:832px) {
.MainTwo-flex{
  display: block;
}
#MainTwo-left{
  padding-top: 15px;
  width: 100%;
}
#MainTwo-right{
  width: 100%;
  padding: 30px 0px 20px 0px;
}
}


/* 服務MainThree */
#MainThree{
  padding-bottom: 90px;
}
.MainThree-flex{
  display: flex;
  justify-content: flex-end;
  }
  #MainThree-left{
  width: 48%;
  padding: 150px 35px 0px 0px;
  }
  #MainThree-right{
  width: 52%;
  }
  #MainThree-left p{
  font-weight: bold;
  font-size: 16px;
  color: rgba(0,0,0,0.6);
  line-height: 36px;
  text-align: left;
  }
  
  @media screen and (max-width:1500px) {
  #MainThree-left{
    padding: 100px 20px 0px 0px;
  }
  
  }
  @media screen and (max-width:1260px) {
  #MainThree-left{
    padding: 65px 20px 0px 0px;
  }
  }
  @media screen and (max-width:832px) {
  .MainThree-flex{
    display: block;
  }
  #MainThree-right{
    width: 100%;
  }
  #MainThree-left{
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #ededed;
  }
  
  }


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

#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;
}
