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

/* 維護服務 */
#maintain {
  padding: 90px 0;
}

.maintain-flex {
  display: flex;
}

#maintain-left {
  width: 50%;
}

#maintain-right {
  width: 30%;
  padding: 150px 0px 0px 30px;
  position: relative;
}

#maintain-right::after {
  content: '';
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 4px;
  left: 0%;
  background-color: #2A7DE1;
}

#maintain-right h3 {
  font-weight: bold;
  font-size: 32px;
  color: #2A7DE1;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
}

#maintain-right h2 {
  font-weight: bold;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 45px;
  text-align: left;
  margin-bottom: 32px;
}

#maintain-right p {
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 32px;
  text-align: left;
}

#maintain-right a:hover {
  color: #2A7DE1;
}

@media screen and (max-width:1500px) {
  #maintain-right {
    width: 40%;
    padding: 70px 0px 0px 30px;
  }

  #maintain-right h2 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width:1260px) {
  #maintain-right {
    width: 40%;
    padding: 20px 0px 0px 15px;
  }

  #maintain-right h3 {
    font-size: 26px;
    line-height: 26px;
  }

  #maintain-right h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  #maintain-right p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width:832px) {
  .maintain-flex {
    display: block;
  }

  #maintain-left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #maintain-right {
    width: 100%;
    padding: 50px 0px 60px 20px;
  }
}


/* 維修服務 */
.repair-flex {
  display: flex;
  justify-content: flex-end;
}

#repair-left {
  width: 30%;
  padding: 185px 30px 0px 0px;
  position: relative;
}

#repair-right {
  width: 50%;
}

#repair-left::after {
  content: '';
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 4px;
  right: 0%;
  background-color: #2A7DE1;
}

#repair-left h3 {
  font-weight: bold;
  font-size: 32px;
  color: #2A7DE1;
  line-height: 45px;
  text-align: right;
  font-style: normal;
  text-transform: uppercase;
}

#repair-left h2 {
  font-weight: bold;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 45px;
  text-align: right;
  margin-bottom: 32px;
}

#repair-left p {
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 32px;
  text-align: right;
}

#repair-left a:hover {
  color: #2A7DE1;
}

@media screen and (max-width:1500px) {
  #repair-left {
    width: 40%;
    padding: 70px 30px 0px 0px;
  }

  #repair-left h2 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width:1260px) {
  #repair-left {
    width: 40%;
    padding: 20px 15px 0px 0px;
  }

  #repair-left h3 {
    font-size: 26px;
    line-height: 26px;
  }

  #repair-left h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  #repair-left p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width:832px) {
  .repair-flex {
    display: block;
  }

  #repair-right {
    width: 100%;
    padding: 15px;
  }

  #repair-left {
    width: 100%;
    padding: 50px 20px 50px 0px;
  }
}

/* service+ */
#service {
  padding: 90px 0;
}

.service-flex {
  display: flex;
}

#service-left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

#service-right {
  width: 30%;
  padding: 30px 0px 0px 30px;
  position: relative;
}

#service-right::after {
  content: '';
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0px;
  left: 0%;
  background-color: #2A7DE1;
}

#service-right h3 {
  font-weight: bold;
  font-size: 32px;
  color: #2A7DE1;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}

#service-right p {
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  text-align: left;
}

@media screen and (max-width:1500px) {
  #service-right {
    width: 40%;
    padding: 20px 0px 0px 30px;
  }

  #service-right h3 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width:1260px) {
  #service-right {
    width: 40%;
    padding: 20px 0px 0px 30px;
  }

  #service-right h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  #service-right p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width:832px) {
  .service-flex {
    display: block;
  }

  #service-left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: flex-start;
  }

  #service-right {
    width: 100%;
    padding: 50px 0px 60px 20px;
  }
}




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

  #maintain,
  #service {
    padding: 30px 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;
}


/* 公司業務簡介 */
#work {
  padding: 50px 0;
}


.workcontainer .title {
  margin-bottom: 60px;
}

.workcontainer ul>li>p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.workcontainer ul>li>p>span {
  color: #2A7DE1;
  font-size: 17px;
  font-weight: bold;
}

#headerSection{
  display: none !important;
}

.red-title .cn{
  display: none !important;
}

@media screen and (max-width:768px) {
  .work-left {
    margin-bottom: 30px;
  }

  .workcontainer .title {
    margin-bottom: 20px;
  }
}


/* PAX Service_流程 */
#process {
  padding: 30px 0;
}

.process-container {
  max-width: 1600px;
  width: 100%;
}

.process-container .title {
  margin-bottom: 50px;
}

.process-container .processor {
  display: flex;
  column-gap: 50px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.process-container .processor .pro-div {
  position: relative;
  flex: 1;
  min-width: 0;
}

.process-container .processor h2 {
  text-align: center;
  margin-bottom: 40px;
  color: rgba(126, 126, 126);
  font-weight: normal;
  white-space: nowrap;
}

.process-container .process-column {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}

.process-container .process-column>li:first-child {
  margin-top: 0;
}

.process-container .process-row {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: -30px;
}

.process-container .process-row>img {
  padding-bottom: 50px;
  flex-shrink: 0;
}

.process-container .pro-box {
  display: flex;
  /* flex: 1; */
  min-width: 0;
}

.process-container .pro-box ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  font-size: 15px;
}

.process-container .pro-box .con {
  background: url(../images/business-icon-arrow.png) no-repeat center;
  background-size: cover;
  width: 113px;
  height: 166px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.process-container .pro-box .con span {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.process-container .pro-box .txt {
  border: 2px solid rgba(105, 158, 220);
  border-radius: 0px 15px 15px 0;
  padding: 5px 8px;
  height: 114px;
  width: 190px;
  flex-shrink: 0;
}

.process-container .pro-box .txt span {
  color: rgba(105, 158, 220);
}

.process-container .process-column2 {
  row-gap: 50px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.process-container .process-column2>div {
  border: 1px solid rgba(105, 158, 220);
  position: relative;
  padding: 30px;
  display: flex;
}

.process-container .process-column2>div>div {
  border: 3px solid #000;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  margin-left: -50px;
  background-color: #FFFFFF;
  flex-shrink: 0;
}

.process-container .process-column2 .txt {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 15px;
  flex: 1;
}

.process-container .process-column2 .txt h5 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
}

.process-container .pro-arrow {
  object-fit: contain;
  padding-bottom: 60px;
  flex-shrink: 0;
}

/* 響應式設計 - 保持原有樣式，只調整尺寸 */
@media screen and (max-width: 1400px) {
  .process-container .processor {
    column-gap: 40px;
  }

  .process-container .pro-box .con {
    width: 100px;
    height: 150px;
  }

  .process-container .pro-box .con span {
    font-size: 15px;
  }

  .process-container .pro-box .txt {
    width: 170px;
  }

  .process-container .pro-box ul {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .process-container .processor {
    /* column-gap: 30px; */
    column-gap: 10px;
  }

  .process-container .processor h2 {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .process-container .pro-box .con {
    width: 90px;
    height: 150px;
  }

  .process-container .pro-box .con span {
    font-size: 14px;
  }

  .process-container .pro-box .txt {
    width: 170px;
    height: 110px;
  }

  .process-container .pro-box ul {
    font-size: 13px;
  }

  .process-container .process-column2>div {
    padding: 25px;
  }

  .process-container .process-column2>div>div {
    height: 65px;
    margin-left: -45px;
  }

  .process-container .process-column2 .txt {
    font-size: 13px;
  }

  .process-container .process-column2 .txt h5 {
    font-size: 15px;
  }

  .process-container .process-row img {
    width: 50px;
  }
}

@media screen and (max-width: 992px) {
  .process-container .processor {
    column-gap: 15px;
  }

  .process-container .processor h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .process-container .pro-box .con {
    width: 70px;
    height: 138px;
  }

  .process-container .pro-box .con span {
    font-size: 13px;
  }

  .process-container .pro-box .txt {
    width: 145px;
    height: 110px;
  }

  .process-container .pro-box ul {
    font-size: 12px;
  }

  .process-container .process-column2>div {
    padding: 20px;
  }

  .process-container .process-column2>div>div {
    height: 60px;
    margin-left: -40px;
  }

  .process-container .process-column2 .txt {
    font-size: 12px;
  }

  .process-container .process-column2 .txt h5 {
    font-size: 14px;
  }

  .process-container .pro-arrow {
    width: 35px;
  }

  .process-container .process-row img {
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .process-container .processor {
    flex-direction: column;
    row-gap: 30px;
    column-gap: 0;
  }

  .process-container .processor .pro-div {
    width: 100%;
  }

  .process-container .pro-arrow {
    display: none;
  }

  .process-container .title {
    margin-bottom: 30px;
  }

  .process-container .pro-box ul {
    font-size: 13px;
  }

  .process-container .pro-box .txt {
    width: auto;
    height: auto;
    min-height: 80px;
  }

  .process-container .pro-box .con {
    width: 90px;
    height: 130px;
  }

  .process-container .pro-box .con span {
    font-size: 14px;
  }

  .process-container .process-column2>div {
    padding: 20px;
  }

  .process-container .process-column2>div>div {
    height: 60px;
    margin-left: -30px;
  }

  .process-container .process-column2 .txt {
    font-size: 13px;
  }

  .process-container .process-column2 .txt h5 {
    font-size: 14px;
  }

  .process-container .process-row {
    margin-top: 0;
  }
}