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: 30%;
  left: 19%;
  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: 10%;
    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;
  }
}
@media screen and (min-width:1199px) {
  #headerSection{
    margin-top: -100px;
  }
  .header{
    position: relative;
    z-index: 99;
  }
  .slide-content{
    top: 40% !important;
  }
}

/* 聯繫我們 */
@media screen and (min-width:1200px) {
  .contactus_container{
    width: 60%;
  }
}
#contactus{
  padding: 100px 0;
}
.contactus_container h3{
  font-weight: bold;
  font-size: 32px;
  color: #2A7DE1;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
}
.contactus_container h2{
  font-weight: bold;
  font-size: 32px;
  color: rgba(0,0,0,0.8);
  line-height: 45px;
  text-align: center;
}
.contact_flex{
  margin-top: 49px;
  display: flex;
  justify-content: space-between;
  /* column-gap: 15em; */
  row-gap: 2em;
  flex-wrap: wrap;
}
.contact_flex div>h5{
  font-weight: bold;
  font-size: 16px;
  color: rgba(0,0,0,0.8);
  line-height: 22px;
}
.contact_flex div>span{
  font-weight: bold;
  font-size: 14px;
  color: #A7B0B5;
  line-height: 20px;
}
.contact_row{
  margin-top: 36px;
}
#form-flex{
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}
#form-flex div{
  width: 48%;
}
#form-flex label{
  font-weight: bold;
  font-size: 14px;
  color: rgba(0,0,0,0.8);
  line-height: 20px;
  text-align: left;
  padding-bottom: 5px;
}
#form-flex input{
  width: 100%;
  padding: 15px;
  border: 1px solid #A7B0B5;
  border-radius: 5px;
}
#form-flex input:focus,#form-row textarea:focus{
  border: 1px solid #2A7DE1 !important;
  outline: none;
}
#form-row{
  height: 150px;
}
#form-row>div{
  height: 83%;
}
#form-row>label{
  padding-bottom: 5px;
  width: 100%;
}
#form-row textarea{
  height: 100%;
  outline: none;
  resize: none;
  background-color: #ffffff;
  padding-left: 15px;
  border: 1px solid #A7B0B5;
  border-radius: 5px;
}
/* mobile-table */
.table-contact{
  display: none;
}
.table-contact table{
  box-shadow: 0px 0px 10px #bbbbbb;
  border: none;
  margin-top: 10px;
  border-radius: 15px;
}
.table-contact table tr:nth-child(odd) th{
  background-color: #2A7DE1;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #2A7DE1;
  box-shadow: 0px 0px 10px #bbbbbb;
}
.table-contact table tr:nth-child(even) td{
  background-color: transparent;
  text-align: center;
  color: #2A7DE1;
  font-size: 15px;
  font-weight: bold;
  height: 60px;
}
#first-th th{
  border-radius: 15px 15px 0 0;
  border: none;
}
@media screen and (min-width:992px) and (max-width:1699px) {
  #form-flex{
    margin-bottom: 13px;
  }
}
@media screen and (min-width:768px) and (max-width:992px) {
  #form-row>label{
    padding-top: 10px;
  }
}
@media screen and (max-width:992px) {
  .contact_flex div{
    width: 100%;
  }
  .contact_flex{
    display: none;
  }
  .table-contact{
    display: block;
  }
}
@media screen and (max-width:768px) {
  .contact_row .col-sm-4{
    margin-bottom: 20px;
  }
  #contactus{
    padding: 70px 0;
  }
}

/* googole地圖 */
#google-map{
  padding: 80px 0 ;
  background: url(../images/google-map-backimg.png) no-repeat;
  background-size: cover;
}
.map_container h3{
  font-weight: bold;
  font-size: 32px;
  color: #2A7DE1;
  line-height: 45px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}
.map_container h2{
  font-weight: bold;
  font-size: 32px;
  color: rgba(0,0,0,0.8);
  line-height: 45px;
  text-align: center;
  margin-bottom: 32px;
}


/* 幫助 */
#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;
}

