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: 18%;
    left: 2%;
    text-align: left;
  }
  .slide-content h2{
    font-size: 24px;
    line-height: 20px;
  }
  .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 */
#maintain{
  padding: 70px 0;
}
.maintain h3{
  font-weight: bold;
  font-size: 32px;
  color: #2A7DE1;
  line-height: 45px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}
.maintain h2{
  font-weight: bold;
  font-size: 32px;
  color: rgba(0,0,0,0.8);
  line-height: 45px;
  text-align: center;
}


/* 維護服務MainOne */
.MainOne-flex{
  display: flex;
  justify-content: flex-end;
}
#MainOne-left{
  width: 30%;
  padding: 160px 30px 0px 0px;
  position: relative;
}
#MainOne-right{
  width: 50%;
}
#MainOne-left h2{
  font-weight: bold;
  font-size: 24px;
  color: rgba(0,0,0,0.8);
  line-height: 33px;
  text-align: left;
  margin-bottom: 15px;
}
#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{
    width: 40%;
    padding: 80px 30px 0px 0px;
  }
}
@media screen and (max-width:1260px) {
  #MainOne-left{
    width: 40%;
    padding: 40px 15px 0px 0px;
  }
  #MainOne-left h2{
    font-size: 26px;
    line-height: 26px;
  }
  #MainOne-left p{
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width:832px) {
  .MainOne-flex{
    display: block;
  }
  #MainOne-right{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #MainOne-left{
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
}

/* 維護服務MainTwo */
#MainTwo{
  padding: 80px 0;
}
.MainTwo-flex{
  display: flex;
}
#MainTwo-left{
  width:54%;
}
#MainTwo-right{
  width: 30%;
  padding: 140px 0px 0px 30px;
  position: relative;
}
#MainTwo-right h2{
  font-weight: bold;
  font-size: 24px;
  color: rgba(0,0,0,0.8);
  line-height: 33px;
  text-align: left;
  margin-bottom: 15px;
}
#MainTwo-right 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) {
  #MainTwo-right{
    width: 40%;
    padding: 80px 0px 0px 30px;
  }
}
@media screen and (max-width:1260px) {
  #MainTwo-right{
    width: 40%;
    padding: 55px 0px 0px 15px;
  }
  #service-right h2{
    font-size: 26px;
    line-height: 26px;
  }
  #MainTwo-right p{
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width:832px) {
  .MainTwo-flex{
    display: block;
  }
  #MainTwo-left{
    width: 100%;
    padding: 15px;
  }
  #MainTwo-right{
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
}



/* mobile */
@media screen and (max-width:768px) {
  #maintain{
    padding: 50px 0 20px 0;
  }
  #MainTwo{
    padding: 0;
  }

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