body.footer-page {
  background-color: #f5f5f5;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #22a879;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #22a879;
  border-bottom-color: #22a879;
  border-left-color: #22a879;
  border-right-color: #22a879;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #22a879;
  border-top-color: #22a879;
  border-bottom-color: #22a879;
  border-left-color: #22a879;
  border-right-color: #22a879;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #22a879;
}

.header-section {
  position: relative;
  z-index: 99;
}

.header-blk {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.35);
}

.logo {
  height: 100%;
}

.brand {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  height: 120px;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  padding-right: 35px;
  padding-left: 35px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}


.nav-link:hover {
    
    color: #25cc98;
  }

.nav-link.w--current {
  color: #333;
}

.nav-link.subnav {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
}

.nav-link.subnav.w--current {
  color: #25cc98;
}

.nav-dropdown {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-dropdown-blk {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-list {
  background-color: #dab2b2;
}

.dropdown-list.w--open {
  left: -47px;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #25cc98;
  background-color: #fff;
  text-align: center;
}

/* mune申請 button */
.nav-button1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30%;

  width:80%
  margin-right: 15px;
	margin-left: 15px;
	padding: 10px 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
  	align-items: center;
  	background: #25cc98;
  	border-radius: 5px;
  	color:#fff;
  	font-size: 16px;
  	font-weight: 600;
}


.nav-button1:hover {
    
    color:#fff;
  }

.nav-button1.w--current {
  color: #333;
}

.nav-button1.subnav {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.nav-button1.subnav.w--current {
  color: #25cc98;
}

.title-medal {
  width: 80px;        /* 與原圖相同，可調大細 */
  margin-bottom: 5px;   /* 與標題距離 */
}

.title-medal img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-section {
  margin-top: 120px;
  border-bottom: ;
}

.slider {
  height: 500px;
  background-color: transparent;
}

.slider-content {
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  height: 100%;
}

.slide-img {
  position: absolute;
  left: auto;
  top: 13%;
  right: 0%;
  bottom: 0%;
  height: 70%;
  float: right;
}

.slider-txt-blk {
  position: relative;
  width: 50%;
}

.slide-txt-title {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.slide-txt {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px ;
}

.apply-now {
  margin-top: auto;
  margin-bottom: 30px ;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #25cc98;
  color: #FFF;
  font-size: 16px;
}

.apply-now.more {
  margin-right: auto;
  margin-left: auto;
}

.slide-1000 {
  position: relative;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-bg-img1 {
  height: 100%;
  background-image: url('../images/img-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}

.text-block {
  margin-bottom: 10px;
  color: #25cc98;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.text-block-2 {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.index-product-blk {
  margin-top: 50px;
}

.index-product-linkbox {
  padding: 20px 5px;
  border-style: solid;
  border-width: 0px;
  border-color: ;
  border-radius: 10px;
  color: #fcb205;
  
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.index-product-linkbox.linkbox-white-txt {
  background-color: #25cc98;
  color: #fff;
  border-radius: 8px;
}

._1000w-blk {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.text-block-3 {
  margin-top: 16px;
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 30px;
}

.text-block-4 {
  font-size: 16px;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr ;
  grid-template-columns: 1fr 1fr 1fr ;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apps-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f9fafa;
}

.text-block-5 {
  color: #25cc98;
  font-size: 22px;
  line-height: 26px;
}

.bold-text {
  color: #25cc98;
  font-size: 22px;
  line-height: 26px;
}

.text-block-6 {
  color: #25cc98;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
  
}

.text-block-7 {
  color: #fcb205
;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  width: 50%;
  padding-top: 30px;
}

.text-block-9 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.div-block-4 {
  margin-top: 25px;
  text-align: center;
}

.div-block-5 {
  margin-top: 15px;
}

.link-block {
  margin-right: 10px;
  margin-left: 10px;
}

.discount-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-6 {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}

.date {
  margin-bottom: 10px;
}

.text-block-10 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  
}

.div-block-7 {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-section {
  position: relative;
  padding-bottom: 0px;
}

.lightgreen-blk {
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

._1200w {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}

._1200w.online {
  margin-right: auto;
  margin-left: auto;
}


._100w {
 
  margin-right: auto;
  margin-left: auto;
  margin-bottom:100px
  
}

._100w.online {
  margin-right: auto;
  margin-left: auto;
  margin-bottom:auto;
  
}

.grid-2 {
  width: 100%;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-lightgreen-txtlink {
  color: #3d3d3d;
  font-size:16px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.text-block-11 {
  padding: 5px 0;
  color: #25cc98;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

  .div-block-8 .footer-lightgreen-txtlink {
    display: block;
  }

.link-block-2 {
  margin-right: 5px;
  margin-left: 5px;
}

.image-2 {
  height: 35px;
}

.div-block-9 {
  margin-top: 5px;
}

.div-block-10 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #25cc98;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
}

.index-form-map-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-map-embed {
  width: 100%;
}

.field-label {
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 40px;
  margin-bottom: 28px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
}

.text-field:focus {
  border-bottom-color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.text-field:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.div-block-12 {
  margin-bottom: 17px;
}

.submit-button {
  margin-top: 15px;
  padding: 12px 35px;
  border-radius: 100px;
  background-color: #fff;
  color: #25cc98;
  font-size: 20px;
  line-height: 22px;
}

.form-block {
  width: 40%;
}

.div-block-13 {
  width: 45%;
}

.div-block-14 {
  margin-top: 15px;
}

.link {
  color:#3d3d3d;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:#3d3d3d;
}

.text-block-13 {
  font-size: 40px;
  letter-spacing: ;
  line-height: 30px;
  color:#3d3d3d;
  margin-top:30px
}

.text-block-14 {
  margin-top:20px;
  font-size: 14px;
  line-height: 20px;
  font-weight:500;
  color:#3d3d3d;
}

.div-block-16 {
  margin-bottom: 28px;
  color: #000;
  text-align: center;
}

.div-block-17 {
  
  color: #000;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color:#3d3d3d;
  
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-nav {
  display: none;
  font-size: 12px;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fcb205;
  color: #fff;
  font-size: 20px;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #25cc98;
  color: #fff;
  font-size: 20px;
}

.image-4 {
  display: none;
}

.image-6 {
  max-width: 100%;
  margin-right:15px;
  
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  margin-right: 10px;
}

.left-arrow {
  left: -50px;
  top: auto;
  right: 0%;
  bottom: 2%;
  width: 40px;
  height: 40px;
}

.right-arrow {
  left: 0%;
  top: auto;
  right: -50px;
  bottom: 2%;
  width: 150px;
  height: 200px;
}

.content-section {
  margin-top: 120px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.padding0 {
  padding-bottom: 0px;
}

.text-block-16 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #25cc98;
  text-align: center;
}

.div-block-21 {
  margin-bottom: 30px;
}

.div-block-21.bottom {
  margin-top: 64px;
}

.text-span {
  color: red;
}

.text-block-17 {
  margin-bottom: 8px;
  color: #25cc98;
  font-size: 18px;
  font-weight: 700;
}

.select-field {
  max-width: 98%;
  margin-left: 25px;
  padding-left: 8px;
  background-color: #fff;
  color: grey;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.radio-button-label {
  font-size: 15px;
}

.radio-button-field {
  margin-right: 20px;
  margin-bottom: 0px;
}

.text-field-2 {
  max-width: 98%;
  margin-left: 25px;
}

.text-field-2::-webkit-input-placeholder {
  color: grey;
}

.text-field-2:-ms-input-placeholder {
  color: grey;
}

.text-field-2::-ms-input-placeholder {
  color: grey;
}

.text-field-2::placeholder {
  color: grey;
}

.checkbox-label {
  font-size: 15px;
}

.checkbox-field {
  margin-right: 20px;
  margin-bottom: 0px;
}

.text-block-18 {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 700;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  margin-bottom: 10px;
}

.text-block-19 {
  margin-bottom: 14px;
  text-align: justify;
}

.form-block-2 {
  max-width: 800px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.link-2 {
  color: #fcb205
;
}

.submit-button-2 {
  margin-top: 30px;
  padding: 15px 33px;
  border-radius: 100px;
  background-color: #25cc98;
  font-size: 16px;
}

.fix-desktop {
  position: fixed;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 6%;
  z-index: 99;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/btn-11.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  opacity: 0.9;
  text-decoration: none;
}

.link-block-4:hover {
  opacity: 1;
}

.link-block-4.btn02 {
  background-image: url('../images/btn-10.png');
}


.link-block-4b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: 70px;
  background-repeat: no-repeat;
  opacity: 0.9;
  text-decoration: none;
}

.link-block-4b:hover {
  opacity: 1;
}

.link-block-4b.btn02 {
  background-image: url('../images/icon-whatsapp.png');
}

.text-block-20 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.text-block-20.btn03-txt {
  padding-top: 5px;
}

.text-block-20.btn04-txt {
  margin-bottom: 5px;
}

.fix-mobile {
  display: none;
}

.image-7 {
  width: 45%;
}

.text-block-22 {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.text-block-22.secondph {
  margin-top: 10px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-27 {
  margin-left: 35px;
}

.text-block-23 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #25cc98;
  font-size: 24px;
  line-height: 28px;
}

.link-3 {
  display: block;
  margin-top: 10px;
  color: #25cc98;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.div-block-28 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9fafa;
}

.text-block-24 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
}

.text-span-2 {
  color: #25cc98;
  text-decoration:none;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 240px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-31 {
  margin-left: 35px;
}

.div-block-32 {
  margin-top: 50px;
}

.image-9 {
  width: 400px;
}

.latest-date {
	padding-left:150px;
  margin-bottom: 20px;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}


.latest-title {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color:#25cc98;
}

.latest-content {
  font-size: 16px;
  line-height: 24px;
  
}


.latest-point {
  background: #25cc98;
  border-radius: 5px;
  position: absolute;
  width: 100px;
  height: 28px;
  line-height: 26px;
  text-align: center;
}

.latest-point  span {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  
  
}

.latest-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-34 {
  margin-left: 35px;
}

.div-block-35 {
  margin-top: 50px;
}

.text-block-25 {
  margin-bottom: 10px;
  color: #25cc98;
  font-size: 24px;
  line-height: 28px;
}

.text-block-26 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-27 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.div-block-36 {
  display: inline-block;
  max-width: 33%;
  margin-bottom: 16px;
  padding-right: 12px;
  padding-left: 12px;
}

.div-block-37 {
  margin-top: 10px;
}

.activities-blk {
  margin-bottom: 25px;
}

.text-block-28 {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.div-block-38 {
  margin-top: 50px;
}

.recruit-blk {
  margin-bottom: 50px;
}

.text-block-29 {
  color: #25cc98;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-30 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  
}

.text-block-31 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

.div-block-39 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.text-block-32 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-33 {
  color: #25cc98;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-34 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-35 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #3d3d3d;
}

.text-block-36 {
  margin-top: 14px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-40 {
  margin-bottom: 50px;
}

.link-4 {
  display: block;
  margin-top: 5px;
  color: #25cc98;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.text-block-37 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight:600;
  margin-bottom: 10px;
  

}

.branch-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-38 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.text-block-39 {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.div-block-41 {
  width: 285px;
  margin-left: 35px;
}

.text-block-40 {
  margin-bottom: 5px;
  color: #25cc98;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.text-block-41 {
  font-size: 16px;
  line-height: 22px;
}

.html-embed {
  width: 500px;
  max-width: 500px;
}

.div-block-42 {
  width: 900px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.text-block-42 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #25cc98;
  font-size: 20px;
  line-height: 28px;
}

.text-block-43 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fcb205
;
  font-size: 20px;
  line-height: 28px;
}

.text-block-44 {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.text-block-44.second-ph {
  margin-top: 15px;
}

.link-5 {
  color: #25cc98;
  text-decoration: none;
}

.div-block-43 {
  margin-top: 50px;
}

.text-block-45 {
  max-width:1200px;
  margin-top: 15px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.text-block-46 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 0px;
}

.link-block-6 {
  margin-left: 13px;
}

.div-block-44 {
  margin-top: 10px;
  text-align: center;
}

.div-block-45 {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f9fafa;
}

.div-block-46 {
  margin-top: 70px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.text-block-47 {
  margin-bottom: 7px;
  color: #25cc98;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
}

.text-block-48 {
  
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48.mort {
  margin-bottom: 0px;
}



.div-block-img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  
  width: 200px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;   
  border-radius: 8px;
  padding: 15px; 
  background-image: url('../images/step1_200x200.png');
  background-repeat: no-repeat;
  
}




.div-block-img2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;  
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;   
  border-radius: 8px;
  padding: 15px; 
  background-image: url('../images/step2_200x200.png');
  background-repeat: no-repeat;
  
}


.div-block-img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  
  width: 200px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;   
  border-radius: 8px;
  padding: 15px; 
  background-image: url('../images/step3_200x200.png');
  background-repeat: no-repeat;
  
}

.div-block-img4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;  
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;   
  border-radius: 8px;
  padding: 15px; 
  background-image: url('../images/step4_200x200.png');
  background-repeat: no-repeat;
  
}



.text-block-img {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.text-block-49 {
  margin-bottom: 27px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.text-block-50 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.text-block-51 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-52 {
  color: #25cc98;
  font-size: 18px;
  line-height: 26px;
}

.text-block-53 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-50 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-51 {
  margin-left: 35px;
}

.div-block-51.second-ph2 {
  margin-right: 35px;
  margin-left: 0px;
}

.div-block-52 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-53 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-block-7 {
  margin-right: 6px;
  margin-left: 6px;
}

.text-block-54 {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.text-block-55 {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.promo-title {
  padding-left: 150px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.promo-content {
  margin-top: 18px;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}


 .promo-point {
  background: #25cc98;
  border-radius: 5px;
  position: absolute;
  width: 130px;
  height: 28px;
  line-height: 26px;
  text-align: center;

}

.promo-point  span {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
}

.promo-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.promo-content-1 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-align: justify;
}

.bold-text-2 {
  color: #25cc98;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.link-6 {
  display: block;
  margin-top: 10px;
  color: #25cc98;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
}

.text-block-56 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.text-block-57 {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.div-block-54 {
  margin-left: 35px;
}

.image-12 {
  max-width: 45%;
}


.image-12a {
  max-width: 40%;
}


.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-58 {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.text-block-59 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.div-block-56 {
  padding-bottom: 100px;
}

.div-block-57 {
  max-width: 800px;
  margin: 75px auto;
}

.text-block-60 {
  font-size: 20px;
  font-weight: 700;
}

.field-label-2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.field-label-2.result {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 28px;
}

.text-field-3 {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
}

.text-field-3::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
}

.text-field-3:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
}

.text-field-3::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
}

.text-field-3::placeholder {
  font-size: 16px;
  line-height: 22px;
}

.form-block-3 {
  margin-top: 25px;
}

.div-block-58 {
  margin-bottom: 30px;
}

.submit-button-3 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  padding: 12px 43px;
  border-radius: 100px;
  background-color: #25cc98;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.text-field-4 {
  border: 1px none #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.text-field-4::-webkit-input-placeholder {
  color: #333;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.text-field-4:-ms-input-placeholder {
  color: #333;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.text-field-4::-ms-input-placeholder {
  color: #333;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.text-field-4::placeholder {
  color: #333;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.div-block-59 {
  text-align: center;
}

.tab-link-tab-1 {
  width: 47%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  color: #25cc98;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.tab-link-tab-1.w--current {
  border-style: solid solid none;
  border-width: 2px;
  border-color: #25cc98;
  background-color: #25cc98;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #25cc98;
}



.tab-link-tab-2 {
  width: 47%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  color: #25cc98;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.tab-link-tab-2.w--current {
  border-color: #25cc98;
  background-color: #25cc98;
  color: #fff;
}

.image-13 {
  position: absolute;
  left: 25%;
  top: -8%;
  right: 0%;
  bottom: auto;
  width: 20px;
}

.image-13.mort-arrow {
  left: auto;
  top: -8%;
  right: 25%;
  bottom: auto;
}

.slide-bg-img-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('../images/img-banner10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-bg-img-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('../images/img-banner00.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-bg-img-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('../images/img-banner02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-bg-img-04 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('../images/img-banner07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-bg-img-05 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('../images/img-banner01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-bottom-box {
  position: absolute;
  bottom: 10px;              /* ← 控制與底部距離 */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-bottom-box .loan-item {
  background: rgba(244, 251, 250, 0.95);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  min-width: 160px;
}

.slider-bottom-box .loan-item img {
  width: 30px;
  height: auto;
  margin-bottom: 10px;
}

.slider-bottom-box .loan-item div {
  font-size: 18px;
  font-weight: 500;
  color: #00684a;     /* 深綠色 */
}


@media screen and (max-width: 991px) {
  .navbar {
    height: 100px;
  }

  .container {
    display: block;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    width: 100%;
    border-top: 2px none #25cc98;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.51);
	
  }

  .nav-link {
    width: 100%;
    margin-right: -1px;
    margin-left: -1px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    font-weight: 700;
  }

  .nav-link:hover {
    background-color: #25cc98;
    color: #fff;
  }

  .nav-link.dropdown {
    width: 100%;
  }

  .nav-link.subnav {
    border-style: none;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown.w--open {
    width: 100%;
  }

  .nav-dropdown-blk {
    display: block;
    width: 100%;
    text-align: center;
  }

  .dropdown-list.w--open {
    position: relative;
    left: 0px;
    width: 100%;
    padding-bottom: 0px;
    border-top-style: none;
  }

  .nav-button1 {
    margin-right: -1px;
    margin-left: -1px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    background: #25cc98;
    border-radius: 0px;
    color:#fff;  
    font-weight: 700;
  }

  .nav-button1:hover {
    
    color:#fff;
  }

  .nav-button1.w--current {
  color: #333;
  }

  .nav-button1.subnav {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  }

  .nav-button1.subnav.w--current {
  color: #25cc98;
  }
 
  .slider-section {
    margin-top: 100px;
  }

  .slider {
    height: 600px;
    max-height: 600px;
    min-height: 600px;
  }

  .slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-bg-img-01,
  .slide-bg-img-02,
  .slide-bg-img-03,
  .slide-bg-img-04,
  .slide-bg-img-05 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;*/
    background-size: cover !important;
    background-position: center !important;
    z-index: 1;
  }

  /* slider-content 保持文字層在上 */
  .slider-content {
    position: relative;
    z-index: 5;
    height: 100%;
  }

  .slide-1000 {
    height: 100% !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
  
  .slider-txt-blk {
	transform: translateY(-20px);
    width: 500px;
  }

  .slide-txt-title {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  }

  .slide-txt {
    color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	
  }

  .apply-now {
    margin-top: 0px;
	padding-bottom:10px ;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .apply-now.more {
    margin-top: 0px;
  }
  
  .text-block-3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-lightgreen-txtlink {
    line-height: 30px;
  }

  .link-block-3 {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 0px;
  }

  .image-3 {
    margin-right: 0px;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link {
    font-size: 15px;
    line-height: 18px;
  }

  .slide-nav {
    display: block;
  }

  .icon-3 {
    padding-top: 12px;
    color: #25cc98;
    font-size: 45px;
  }

  .menu-button {
    height: 100%;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .div-block-19 {
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .content-section {
    margin-top: 100px;
  }

  .select-field {
    max-width: 96%;
  }

  .text-field-2 {
    max-width: 96%;
  }

  .image-7 {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-27 {
    margin-left: 0px;
  }

  .latest-blk {
    width: 100%;
  }

  .html-embed {

    width: 45%;
  }

  .div-block-42 {
    width: 100%;
  }

  .text-block-47 {
    font-size: 26px;
  }

  .promo-blk {
    width: 100%;
  }

  .text-block-59.alignleft {
    text-align: left;
  }

  .slide-bg-img-01 {
    position: relative;
  }

  .slide-bg-img-02 {
    position: relative;
  }

  .slide-bg-img-03 {
    position: relative;
  }

  .slide-bg-img-04 {
    position: relative;
  }

  .slide-bg-img-05 {
    position: relative;
  }
  

}

@media screen and (max-width: 767px) {
  .navbar {
    height: 80px;
  }

  .container {
    padding-left: 14px;
  }

  .title-medal {
  	margin-bottom: 5px;   /* 與標題距離 */
}

  .slider-section {
    margin-top: 80px;
  }

  .slider {
    height: 350px;
    max-height: 350px;
    min-height: 350px;
  }

  .slider-txt-blk {
    width: 100%;
	transform: translateY(-20px);
  }

  .slide-txt-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
  }

  .slide-txt {
    font-size: 16px;
    line-height: 18px;
	margin-bottom: 5px;
  }

  .text-block {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .text-block-3 {
    font-size: 16px;
    font-weight: 600;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .text-block-7 {
    font-size: 20px;
  }


  .text-block-8 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  
  .text-block-13 {
  font-size: 30px;
  letter-spacing: ;
  line-height: 30px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 20px;
  }

  .text-block-12 {
    font-size: 32px;
  }

  .index-form-map-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field::-webkit-input-placeholder {
    font-size: 15px;
  }

  .text-field:-ms-input-placeholder {
    font-size: 15px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 15px;
  }

  .text-field::placeholder {
    font-size: 15px;
  }

  .submit-button {
    font-size: 18px;
  }

  .form-block {
    width: 100%;
  }

  .div-block-13 {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-14 {
    text-align: center;
  }

  .link {
    line-height: 22px;
  }

  .div-block-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-17 {
    font-size: 15px;
    line-height: 20px;
  }

  .icon-3 {
    padding-top: 0px;
  }

  .image-6 {
    max-width: 100%;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .content-section {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .select-field {
    max-width: 95%;
  }

  .text-field-2 {
    max-width: 95%;
  }

  .fix-desktop {
    display: none;
  }

  .fix-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #25cc98; 
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    text-decoration: none;
  }

  .link-block-5.btn01 {
    border-right: 2px solid #fff;
  }
  
  
  
  
  .fix-mobile2 {
    position: fixed;
    left: 42%;
    top: auto;
    right: 0%;
    bottom: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
   .link-block-5b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/icon-mobwhatsapp.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    text-decoration: none;
  }

  .link-block-5b.btn01 {
    border-right: 2px solid #fff;
  }

  .text-block-21 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-29 {
    width: auto;
  }

  .image-9 {
    width: 100%;
  }

  .latest-date {
    margin-bottom: 4px;
  }

  .latest-title {
    margin-bottom: 0px;
    font-size: 16px;
  }
  
  latest-point {
  text-align: center;
}

.latest-point  span {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

  .latest-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-34 {
    margin-top: 10px;
    margin-left: 0px;
  }

  .text-block-28 {
    font-size: 16px;
  }

  .text-block-29 {
    font-size: 18px;
  }

  .text-block-33 {
    font-size: 18px;
  }

  .text-block-37 {
    font-size: 16px;
	
  }

  .branch-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-39 {
    font-size: 20px;
  }

  .div-block-41 {
    margin-left: 0px;
  }

  .text-block-40 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .html-embed {
    width: 100%;
  }

  .text-block-42 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-43 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-45 {
    font-size: 18px;
    line-height: 24px;
	font-weight: 600;
	text-align: justify;
  }

  .div-block-47 {
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
	
  }

  .text-block-47 {
	margin-bottom: 0px;
	font-family: Helvetica, sans-serif;
  }

  .div-block-48 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	
  }

  .image-11 {
    max-width: 50%;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-54 {
    margin-top: 40px;
    margin-left: 0px;
  }

  .image-12 {
    max-width: 100%;
  }

  .div-block-55 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .field-label-2.result {
    font-size: 20px;
    line-height: 26px;
  }

  .tab-link-tab-1 {
    font-size: 20px;
    line-height: 24px;
  }

  .tab-link-tab-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .image-13.mort-arrow {
    right: 23%;
  }
  
  .slider-bottom-box {
    gap: 5px;
    bottom: 5px; /* 手機可稍微貼底啲 */
  }
  
/* footer */
  .div-block-18 {
    display: block;
  }
  /* 底線 */
  .footer-acc {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 0;
    margin: 0;
  }

  .footer-acc-btn {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    position: relative;
  }

  /* + 號 */
  .footer-acc-btn::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    opacity: 0.7;
  }

  /* 展開變 - */
  .footer-acc-btn.is-open::after {
    content: "−";
  }

  .footer-acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    padding-bottom: 0;
  }

  /* panel 內 link 排列 */
  .footer-acc-panel .footer-lightgreen-txtlink {
    display: block;
  }

  /* 展開時加少少底距 */
  .footer-acc-panel.is-open {
    padding-bottom: 12px;
  }
/* footer end */

/* index benner申請區 */  
  .slider-bottom-box .loan-item {
    min-width: auto; 
    padding: 10px;
	display: flex;
    align-items: center;
    border-radius: 10px;
	gap: 10px;
	min-width: 115px;
  }

  .slider-bottom-box .loan-item img {
    width: 20px;                /* 手機版縮細 icon */
    margin-bottom: 0px;           /* 取消底部距離 */
  }

  .slider-bottom-box .loan-item div {
    font-size: 16px;            /* 手機版字體縮細啲 */
    font-weight: 500;
  }
/* index benner申請區 end*/ 
 
}

@media screen and (max-width: 479px) {

  .slider {
    height: 400px;
    max-height: 400px;
    min-height: 400px;
  }

  .slide-txt-title {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); 
  }

  .slide-1000 {
    height: 5px;
    max-height:5px;
    min-height: 5px;
  }

  .index-product-blk {
    margin-top: 30px;
  }

  .text-block-3 {
    margin-bottom: 5px;
    font-size: 15px;
	font-weight:600;
  }

  .footer-lightgreen-txtlink {
    line-height: 28px;
  }
  
  .div-block-8 {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  }

  .text-field {
    margin-bottom: 15px;
  }

  .div-block-17 {
    font-size: 14px;
    line-height: 18px;
  }


  .div-block-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-21 {
    font-size: 18px;
  }

  .image-7 {
    width: 100%;
  }

  .text-block-23 {
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-24 {
    margin-bottom: 5px;
  }

  .div-block-29 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-31 {
    margin-top: 11px;
    margin-left: 0px;
  }

  .div-block-36 {
    display: block;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .activities-blk {
    margin-bottom: 40px;
  }

  .link-block-6 {
    margin-left: 0px;
  }

  .text-block-53 {
    margin-top: 5px;
  }

  .div-block-51 {
    margin-left: 0px;
  }

  .div-block-51.second-ph2 {
    margin-right: 0px;
  }

  .image-11 {
    display: none;
  }

  .field-label-2 {
    font-size: 16px;
  }

  .tab-link-tab-1 {
    font-size: 18px;
    line-height: 22px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-link-tab-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .image-13 {
    left: 23%;
  }

  .image-13.mort-arrow {
    right: 22%;
  }

}


/* popup
   ========================================================================== */

body {
  font-family: sans-serif;
}

.pop-up {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin:  auto;	
  overflow: auto;
  z-index: 999999999;
  background: #fcb205
;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;  
}

.pop-upcontent {
  padding-bottom: 15px; 
  color: #3d3d3d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.pop-uptxt {
  color: #3d3d3d;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.pop-upbox {
    background-color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    position: relative;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.button {
    margin 0 auto;
  background-color: #25cc98;
    margin-bottom: 33px;
}

.button:hover {
    background-color: ;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.close-button {
  position: absolute;
  top: 1;
  right: 2%;
  transition: all 200ms;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.close-button:hover {
   
    color: #fff;
}




.pop-up1 {
  position: fixed;
  left: 0;
  right: 0;
  top: 50;
  margin:  auto;	
  overflow: auto;
  z-index: 1000;
  background: #f5f5f5;
  padding-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;  
 
  
}

.pop-upcontent1 {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.pop-uptxt1 {
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.pop-upbox1 {
    background-color: #25cc98;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    position: relative;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.button1 {
    margin 0 auto;
  background-color: #25cc98;
    margin-bottom: 33px;
}

.button1:hover {
    background-color: ;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.close-button1 {
  position: absolute;
  top: 1;
  right: 2%;
  transition: all 200ms;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.close-button1:hover {
   
    color: #fff;
}





.timeline-wrapper {
  position: relative;
  padding: 22px 0;
  
  
  
}
.timeline-wrapper:last-child:before {
  height: 0;
  
}
.timeline-wrapper:before {
  content: "";
  background: #25cc98;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 22px;
}

.timeline-yr {
  background: #25cc98;
  border-radius: 100%;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.timeline-yr span {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  display: block;
  
}

.timeline-info {
  display: inline-block;
  vertical-align: baseline;
  max-width: 800px;
  margin-left: 5em;
}
.timeline-info small {
  color: #474559;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
 
  
}





.hr {
  display: block;
  margin-top: 10em;
  margin-bottom: 10em;
  margin-start: auto;
  margin-end: auto;
  border-style: inset;
  border-width: 1px;  
}





.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  line-height: 28px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  
  padding: 5px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



 {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: Helvetica, sans-serif;
}

/* The actual timeline (the vertical ruler) */
.applytimeline2 {
  position: relative;
  max-width: 1200px;
  margin: 20px auto;
}

/* The actual timeline (the vertical ruler) */
.applytimeline2::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #25cc98;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.applytimeline2-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.applytimeline2-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #fff;
  border: 4px solid #25cc98;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #eee;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #eee
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #eee;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content2 {
  padding: 10px 20px;
  background-color: #eee;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .applytimeline2::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .applytimeline2-container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .applytimeline2-container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
  
  
  
  
  
  
 /* Style the tab */
.tab {
  overflow: hidden;
  border: 2px solid #25cc98;
  background-color: #fff;
  
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 20px;
  transition: 0.3s;
  font-size: 18px;
  color:#25cc98;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ccc;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #eee;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #25cc98;
  border-top: none;
  
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}
   
