h2{
  font-size: 2.5rem;
}
.main-menu__logo img{
  width: 180px;
}

/*a:focus{
  border: 1px dotted red;
}
*/
.main-menu-top{
  position: absolute;
  z-index: 10;
  display: inline-block;
  top: 5px;
  right: 30px;
}
.mask{
  display: none;
  position: fixed;
  top:0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.main-menu__main-menu-box{
  display: inline-block;
}
.main-menu-top .main-menu__lang-box .dropdown.show{
  display: block;
}
.main-menu-top .main-menu__lang-box .dropdown{
  display: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 36px;
  background-color: #FFF;
  list-style: none;
}

.main-menu-top .main-menu__lang-box .dropdown li a{
  display: block;
  padding: 5px 10px;
  width: 120px;
  color: var(--jetly-black);
  cursor: pointer;
}

.main-menu-top .main-menu__lang-box .dropdown li:hover a{
  color: var(--jetly-orange);
  background-color: rgba(241, 226, 166, 1);
}

.main-menu-top .main-menu__lang-box i{
  color: #FFF;
}

.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li{
  padding-bottom: 20px;
}

.main-menu .main-menu__list{

}

.main-menu__search{
  font-size: 1.25rem;
  margin-right: 20px;
}

/* 無障礙相關 start */
.preferenceBlock{
  margin-right: 15px;
}
.preferenceBlock a{
  color: #FFF;
  margin-right: 10px;
}

.preferenceBlock .fontSizeBlock{
  display: inline-block;
  
  padding: 0px 5px;
}

.preferenceBlock .fontSizeBlock a{
  background-color: #FFF;
  color: #333;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 15px;
  text-align: center;
  margin-right: 3px;
}

.preferenceBlock .fontSizeBlock label{
  color: #FFF;
  margin-right: 3px;
}

/* 無障礙相關 end */


.homeSection{
  padding: 50px 0px;
}

.homeSection.about{
  background: rgba(241, 226, 166, 1);
}

.homeSection.about h1{
  position: relative;
  color: var(--jetly-white);
  margin-bottom: 35px;
  display: inline-block;
}

.homeSection.about h1:after{
  position: absolute;
  content: "";
  right:0px;
  top: 45px;
  border-bottom: 2px solid rgba(236, 143, 94, 1);
  display: inline-block;
  width: 210px;
}

.homeSection.about .content{ 
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 400;
  color: rgba(88, 88, 88, 1);
  margin-bottom: 35px;
}

.homeSection.discover{
  background: #FFF;
}

.homeSection.photos{
  background: rgba(241, 226, 166, 1);
}
.homeSection.photos h1{
  color: var(--jetly-white);
  margin-bottom: 35px;
}
.homeSection.funcard{
  margin-bottom: 55px;
}
.homeSection.funcard .firstBlock{
  background: linear-gradient(42.39deg, rgba(236, 143, 94, 0.6) 33.44%, rgba(236, 222, 164, 0.6) 94.07%);
  padding: 35px 20px;
  font-size: 1.25rem;
  line-height: 35px;
  color: var(--jetly-black);
}
.homeSection.funcard .firstBlock h3{
  color: var(--jetly-white);
  margin-bottom: 35px;
  font-size: 2.125rem;
}
.homeSection.funcard .white-btn{
  background-color: #FFF;
  padding: 10px 20px;
  color: var(--jetly-orange);
  margin: 20px 0px;
  height: 50px;
}
.homeSection.funcard .firstBlock .white-btn{
  padding: 5px 20px;
}
.homeSection.funcard .thirdBlock .white-btn{
  color: rgba(231, 194, 41, 1);
}
.homeSection.funcard .thumbnail{
  background-size: cover;
  background-position: center center;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeSection.photos .galleryBlock{
  display: flex;
  flex-wrap: wrap;
}
.homeSection.photos .galleryBlock .singlePicture{
  width: 32%;
  height: 300px;
  margin-right: 0.5%;
  margin-bottom: 5px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.homeSection.photos .galleryBlock .singlePicture:hover{
  opacity: 0.8;
}
.homeSection.funcardSection{
  padding-top: 10px;
}
.home-banner .page-header__inner{
  padding: 240px 0 190px;
}
.home-banner .page-header__inner p{
  font-size: 2rem;
  font-family: "Caveat";
  color: #FFF;
  margin-bottom: 55px;
  letter-spacing: 10px;
}
.home-banner .page-header__inner h1{
  color: #FFF;
  font-size: 2.438rem;
  letter-spacing: 5px;
}
.photoModal .modal-body{
  padding: 0px;
}
.footer-widget__Explore-list{
  padding-left: 30px;
}
.footer-widget__Explore-list li a{
  font-size: 1.25rem;
  font-weight: 500;
}
.funcardSection h1{
  display: inline-block;
  font-size: 2rem;
  color: var(--jetly-black);
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(241, 226, 166, 1);
  margin-bottom: 35px;
}
.funcardSection h1>span{
  color: var(--jetly-orange);
  font-size: 2.375rem;
}
.funcardSection .select-desc{
  font-size: 1.25rem;
  color: var(--jetly-black);
  margin: 15px 20px;
}
.funcardSection .areaList{
  display: inline-block;
  margin: 10px auto 30px auto;
  list-style: none;
  padding: 0px;
}
.funcardSection .areaList li{
  display: inline-flex;
  cursor: pointer;
  width: 220px;
  height: 80px;
  margin-right: 10px;
  border-radius: 3px;
  border: 2px solid var(--jetly-orange);
  color:  var(--jetly-orange);
  font-size: 1.5rem;
  text-align: center;
  padding: 5px 10px;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.funcardSection .areaList li:hover,.funcardSection .areaList li.active{
  background-color: var(--jetly-orange);
  color: #FFF;
}
.funcardSection .areaList li.green{
  border: 2px solid rgba(159, 187, 115, 1);
  color:  rgba(159, 187, 115, 1);
}
.funcardSection .areaList li.green:hover,.funcardSection .areaList li.green.active{
  background-color: rgba(159, 187, 115, 1);
  color: #FFF;
}
.funcardSection .areaList li.blue{
  border: 2px solid rgba(94, 134, 236, 1);
  color:  rgba(94, 134, 236, 1);
}
.funcardSection .areaList li.blue:hover,.funcardSection .areaList li.blue.active{
  background-color: rgba(94, 134, 236, 1);
  color: #FFF;
}
.funcardSection .areaList li.red{
  border: 2px solid rgba(242, 88, 66, 1);
  color:  rgba(242, 88, 66, 1);
}
.funcardSection .areaList li.red:hover,.funcardSection .areaList li.red.active{
  background-color: rgba(242, 88, 66, 1);
  color: #FFF;
}
.singleCardItem{
  display: none;
}
.singleCardItem.active{
  display: block;
}

.singleCardItem .title{
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.25rem;
  color: var(--jetly-orange);
  border-bottom: 1px solid var(--jetly-orange);
}
.singleCardItem .title>span{
  display: block;
  font-size: 1.125rem;
}
.singleCardItem .title.green{
  color:  rgba(159, 187, 115, 1);
  border-bottom: 1px solid rgba(159, 187, 115, 1);
}
.singleCardItem .title.blue{
  color:  rgba(94, 134, 236, 1);
  border-bottom: 1px solid rgba(94, 134, 236, 1);
}
.singleCardItem .title.red{
  color:  rgba(242, 88, 66, 1);
  border-bottom: 1px solid rgba(242, 88, 66, 1);
}
.singleCardItem .desc{
  color: var(--jetly-black);
  line-height: 30px;
  font-size: 1.125rem;
}
.singleCardItem .products{
  width: 100%;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.singleCardItem .meta{
  margin-bottom: 35px;
}
.singleCardItem .meta .singleIcon{
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding: 0px 0px 0px 50px;
  letter-spacing: 0px;
  font-size: 0.75rem;
  line-height: 20px;
}
.singleCardItem .meta .singleIcon>span{
  font-weight: 700;
  font-size: 1.125rem;
}
.singleCardItem .meta .singleIcon.marker{
  background-image: url(../images/icon/marker.png);
}
.singleCardItem .meta .singleIcon.thsr{
  background-image: url(../images/icon/thsr.png);
}
.singleCardItem .meta .singleIcon.metro{
  background-image: url(../images/icon/metro.png);
}
.singleCardItem .meta .singleIcon.bus{
  background-image: url(../images/icon/bus.png);
}
.singleCardItem .meta .singleIcon.photo{
  background-image: url(../images/icon/photo.png);
}
.singleCardItem .meta .singleIcon.people{
  background-image: url(../images/icon/people.png);
}
.singleCardItem .meta .singleIcon.north1{
  background-image: url(../images/icon/north-icon-1.png);
}
.singleCardItem .meta .singleIcon.north2{
  background-image: url(../images/icon/north-icon-2.png);
}
.singleCardItem .meta .singleIcon.north3{
  background-image: url(../images/icon/north-icon-3.png);
}
.singleCardItem .meta .singleIcon.north4{
  background-image: url(../images/icon/north-icon-5.png);
}
.singleCardItem .meta .singleIcon.center1{
  background-image: url(../images/icon/center-icon-1.png);
}
.singleCardItem .meta .singleIcon.center2{
  background-image: url(../images/icon/center-icon-2.png);
}
.singleCardItem .meta .singleIcon.center3{
  background-image: url(../images/icon/center-icon-3.png);
}
.singleCardItem .meta .singleIcon.south1{
  background-image: url(../images/icon/south-icon-1.png);
}
.singleCardItem .meta .singleIcon.south2{
  background-image: url(../images/icon/south-icon-2.png);
}
.singleCardItem .meta .singleIcon.south3{
  background-image: url(../images/icon/south-icon-3.png);
}
.singleCardItem .meta .singleIcon.south4{
  background-image: url(../images/icon/south-icon-4.png);
}
.singleCardItem .meta .singleIcon.thsr1{
  background-image: url(../images/icon/thsr-icon-1.png);
}
.singleCardItem .meta .singleIcon.thsr2{
  background-image: url(../images/icon/thsr-icon-2.png);
}
.singleCardItem .meta .singleIcon.thsr3{
  background-image: url(../images/icon/thsr-icon-3.png);
}
.singleCardItem .meta .singleIcon.train1{
  background-image: url(../images/icon/train-icon-1.png);
}
.singleCardItem .meta .singleIcon.train2{
  background-image: url(../images/icon/train-icon-2.png);
}
.singleCardItem .meta .singleIcon.train3{
  background-image: url(../images/icon/train-icon-3.png);
}

.singleCardItem .taiwanMap{
  position: relative;
  width: 100%;
  background: url(../images/resources/taiwanMap.png) left center no-repeat;
  background-size: contain;
  height: 600px;
}
.singleCardItem .taiwanNorth{
  display: none;
  position: absolute;
  z-index: 1;
  left:0px;
  top:0px;
  width: 100%;
  background: url(../images/resources/taiwan-north.png) left center no-repeat;
  background-size: contain;
  height: 600px;
}
.singleCardItem .taiwanNorth::after{
  position: absolute;
  left: -30px;
  top: 60px;
  z-index: 1;
  width: 280px;
  content: "";
  height: 2px;
  background-color: rgba(159, 187, 115, 1);
}
.singleCardItem .taiwanCenter{
  display: none;
  position: absolute;
  z-index: 1;
  left:0px;
  top:0px;
  width: 100%;
  background: url(../images/resources/taiwan-center.png) left center no-repeat;
  background-size: contain;
  height: 600px;
}
.singleCardItem .taiwanCenter::after{
  position: absolute;
  left: -30px;
  top: 120px;
  z-index: 1;
  width: 180px;
  content: "";
  height: 2px;
  background-color: rgba(236, 143, 94, 1);
}
.singleCardItem .taiwanSouth{
  display: none;
  position: absolute;
  z-index: 1;
  left:0px;
  top:0px;
  width: 100%;
  background: url(../images/resources/taiwan-south.png) left center no-repeat;
  background-size: contain;
  height: 600px;
}
.singleCardItem .taiwanSouth::after{
  position: absolute;
  left: -40px;
  top: 160px;
  z-index: 1;
  width: 150px;
  content: "";
  height: 210px;
  border-right: 2px solid;
  border-top: 2px solid;
  border-color: rgba(94, 134, 236, 1);
}
.singleCardItem .taiwanThsr{
  display: none;
  position: absolute;
  z-index: 1;
  left:0px;
  top:0px;
  width: 100%;
  background: url(../images/resources/taiwan-thsr.png) left center no-repeat;
  background-size: contain;
  height: 600px;
}
.singleCardItem .taiwanThsr::after{
  position: absolute;
  top: 130px;
  left:-30px;
  width: 145px;
  z-index: 1;
  content: "";
  height: 2px;
  background-color: rgba(236, 143, 94, 1);
}
.singleCardItem .taiwanTrain{
  display: none;
  position: absolute;
  z-index: 1;
  left:0px;
  top:0px;
  width: 100%;
  background: url(../images/resources/taiwan-train.png) left center no-repeat;
  background-size: contain;
  height: 600px;
}
.singleCardItem .taiwanTrain::after{
  position: absolute;
  left: -30px;
  top: 120px;
  z-index: 1;
  width: 151px;
  content: "";
  height: 2px;
  background-color: rgba(236, 143, 94, 1);
}
.thsrMemo{
  position: absolute;
    right: -50px;
    bottom: 0px;
    width: 260px;
    height: 300px;
  background: url(../images/resources/thsr-memo.png) right bottom no-repeat;
  background-size: contain;
}
.trainMemo{
  position: absolute;
    right: -50px;
    bottom: 0px;
    width: 260px;
    height: 300px;
  background: url(../images/resources/train-memo.png) right bottom no-repeat;
  background-size: contain;
}

.faq-one-accrodion .accrodion{
  border: 2px solid rgba(231, 194, 41, 1);
  border-radius: 10px;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4{
  color:rgba(231, 194, 41, 1);
}
.faq-one-accrodion .accrodion-title h4{
  font-size: 1.5rem;
  font-weight: 400;
}
.faq-one-accrodion .accrodion-title{
  padding: 22px 40px 22px 20px;
  background-color: transparent;
  border: 0px;
}
.faq-one-accrodion .accrodion-content{
  padding: 0px 40px 22px 20px;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before{
  background-color: var(--jetly-orange);
}

.thm-btn{
  padding: 8px 30px;
  color: #FFF;
  border-radius: 10px;
  background-color: var(--jetly-orange-light);
}

.orange-lg-btn{
  padding: 12px 20px;
  font-size: 2rem;
  margin: 55px 0px;
}

.footer-title{
  color: var(--jetly-white);
  margin-bottom: 35px;
}

.footer-widget__about-text-box{
  position: relative;
  min-height: 200px;
}
.footer-widget__about-text-box .more{
  position: absolute;
  left:0px;
  bottom: -35px;
}
.footer-widget__about-text-box .more a{
   color: var(--jetly-white);
}
.footer-widget__title{
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1.5rem;
  border-bottom: 2px solid #FFF;
}
.searchWrapper{
  padding-top: 60px;
}
.search-popup__overlay{
  background-color: var(--jetly-orange-light);
}
.thm-breadcrumb li{
  font-family: "Caveat";
  color: rgba(236, 143, 94, 1);
  font-size: 1.5rem;
}
.footerLogos .footerBadge{
  width: 40%;
  display: inline-block;
  background-color: rgba(236, 143, 94, 1);
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  padding: 20px 0px;
}
.footerLogos .logo span{
  display: inline-block;
  font-size: 1.313rem;
  padding: 0px 0px 0px 10px;
  font-weight: 700;
  color: var(--jetly-black);
}
.bottomCopy{
  color: var(--jetly-black);
  margin-top: 20px;
}
.newsCategoryTitle{
  margin-bottom: 35px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid var(--jetly-orange);
}
.sidebar__post-content span{
  display: inline-block;
  padding-bottom: 0px;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--jetly-orange);
}
.news-details__left .blog-one__date{
  display: inline-block;
  margin-top: 35px;
}
.news-details__left .blog-one__meta{
  display: inline-block;
  margin-left: 15px;
}
.footerLogos .logo{
  width: 40%;
  display: inline-block;
}
.footerLogos .logo img{
  width: 100%;
  max-height: ;
}
.footerLogos .viewCount{
  width: 55%;
  padding: 20px 0px 20px 30px;
  font-size: 1.313rem;
  display: inline-block;
  color: var(--jetly-black);
}
.blog-one__content{
  border: 1px solid rgba(243, 225, 151, 1);
}
.blockTitle{
  background-color: var(--jetly-orange-light);
  padding: 20px 50px 20px 20px;
  margin: 30px 0px 30px;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  display: inline-block;
}
.videoBlock{
  padding: 20px 0px;
}
.travelBlock{
  padding: 20px 20px;
}
.travelBlock .subTitle{
  color: var(--jetly-black);
  padding: 10px 0px;
  display: inline-block;
  font-size: 28px;
  letter-spacing: 3px;
  border-bottom: 2px solid rgba(231, 194, 41, 1);
}
.travelBlock .subTitle span{
  font-size: 2rem;
  letter-spacing: 10px;
  color: var(--jetly-orange);
}
.travelBlock .travelMapBlock{
  margin: 35px 0px;
  line-height: 36px;
  font-size: 1.5rem;
  color: var(--jetly-black);
}
.blogBlock{
  padding: 50px 30px;
  background: rgba(246, 237, 203, 1);
}
.blogBlock .desc{
  text-align: center;
  color: var(--jetly-black);
  line-height: 36px;
  font-size: 1.5rem;
  margin: 15px 0px;
}
.blogsBlock{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(237, 219, 149, 1);
  margin-bottom: 100px;
}
.blogsBlock .singleItem{
  display: flex;
  width: 50%;
  border-top: 2px solid rgba(237, 219, 149, 1);
}
.blogsBlock .singleItem .thumbnail{
  width: 50%;
  height: 220px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blogsBlock .singleItem .contents{
  width: 50%;
  height: 220px;
  padding: 20px;
}
.blogsBlock .singleItem .contents .date{
  color: rgba(236, 143, 94, 1);
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0px 0px 10px 0px;
}
.blogsBlock .singleItem .contents h3.title{
  font-size: 1.125rem;
  line-height: 24px;
  color: var(--jetly-black);
}
.blogsBlock .singleItem .contents .goldline-btn{
  margin-top: 30px;
  width: 160px;
}
.contactBlock{
  padding: 50px 30px;
}
.contactBlock h2.orangeTitle{
  color: var(--jetly-orange);
  font-size: 2.625rem;
  margin-bottom: 25px;
}
.contactBlock .desc{
  color: var(--jetly-black);
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 25px;
}
.contactBlock hr{
  width: 200px;
  border-bottom: 2px solid rgba(231, 194, 41, 1);
}
.contactBlock{
  color: var(--jetly-black);
  font-size: 1.125rem;
  line-height: 30px;
}
.contactBlock .address{
  margin-bottom: 15px;
}
.contactBlock a{
  color: var(--jetly-black);
  font-size: 1.125rem;
  line-height: 30px;
}
.contactBlock .phone{
  padding-left: 30px;
  background: url(/fe/assets/images/icon/phone.png) no-repeat left 4px;
  background-size: 20px;
  margin-bottom: 15px;
}

.contactBlock .email{
  padding-left: 30px;
  background: url(/fe/assets/images/icon/mail.png) no-repeat center left;
  background-size: 20px;
  margin-bottom: 25px;
}
.contactBlock .service{
  font-size: 0.875rem;
}
.contactBlock .thm-btn{
  border: 0px;
}
.contactForm{
  padding: 35px 20px;
}

.contactForm .form-control{
  border: 1px solid var(--jetly-orange);
  margin-bottom: 20px;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
}

.contactForm textarea.form-control{
  height: 120px;
}

.aboutBlock{
  width: 60%;
  margin: 0 auto;
  padding: 100px 0px;
}

.aboutBlock .orangeTitle{
  color: var(--jetly-orange);
  font-size: 2.625rem;
  margin-bottom: 35px;
}

.aboutBlock .yellowTitle{
  color: rgba(231, 194, 41, 1);
  font-size: 28px;
  margin-bottom: 15px;
}

.aboutBlock .desc{
  color: var(--jetly-black);
  font-size: 1.25rem;
  line-height: 34px;
  margin-bottom: 55px;
  text-align: left;
}

.aboutBlock hr{
  opacity: 1;
  width: 200px;
  border-bottom: 2px solid rgba(236, 143, 94, 1);
  margin: 55px 0px 25px 0px;
}
.productBlock h2{
  text-align: center;
  color: var(--jetly-black);
  width: 100%;
  font-size: 2.625rem;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(236, 143, 94, 1);
  margin: 85px 0px 55px 0px;
}
.productBlock .desc{
  color: var(--jetly-black);
  font-size: 1.375rem;
  line-height: 34px;
  margin-bottom: 55px;
  text-align: left;
}
.productBlock .productImg{
  width: 300px;
  border-radius: 10px;
}
.productBlock .productTitle{
  color: var(--jetly-black);
  font-size: 25px;
  line-height: 34px;
  margin: 15px 0px 15px 0px;
}
.productBlock .gold-btn{
  font-size: 1.25rem;
  padding: 5px 20px;
}
.productBlock .singleItem{
  margin-bottom: 35px;
}

.historyTitle{
  background-color: var(--jetly-orange-light);
  padding: 50px 0px;
  text-align: center;
  font-size: 2.625rem;
  margin: 0px 0px 55px 0px;
  color: #FFF;
  font-weight: 700;
}

.mt-35{
  margin-top: 35px;
}
.mb-35{
  margin-bottom: 35px;
}
.blog-one__img{
  height: 240px;
}
.owl-nav .owl-prev{
  position: absolute;
  z-index: 10;
  left: -28px;
  top: 35%;
  font-size: 50px !important;
  color:#FFF !important;
}
.owl-nav .owl-next{
  position: absolute;
  z-index: 10;
  right: -28px;
  top: 35%;
  font-size: 50px !important;
  color:#FFF !important;
}
.videoOwl .owl-nav .owl-prev{
  position: relative;
  z-index: 10;
  left: auto;
  top: 0px;
  font-size: 20px !important;
  color:rgba(88, 88, 88, 1) !important;
}
.videoOwl .owl-nav .owl-next{
  position: relative;
  float: right;
  z-index: 10;
  left: auto;
  right: 8px;
  top: 0px;
  font-size: 20px !important;
  color:rgba(88, 88, 88, 1) !important;
}
.videoOwl .owl-nav .fa{
  color: rgba(236, 143, 94, 1);
  font-size: 2.625rem;
  position: relative;
  top: 8px;
  left: -5px;
}
.videoOwl .blog-one__single{
  cursor: pointer;
  position: relative;

}
.videoOwl .blog-one__single .mask{
  display: none;
  position: absolute;
  z-index: 1;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  background: url(../images/icon/play-circle-solid.svg) center center no-repeat;
  background-size: 30px 30px;
}
.videoOwl .blog-one__single:hover .mask{
  display: block;
}
.videoOwl .blog-one__single .mask .title{
  position: absolute;
  z-index: 2;
  left: 15px;
  top:10px;
  color: #FFF;
  font-size: 0.875rem;
}
.videoOwl .blog-one__single .mask .time{
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom:10px;
  color: #FFF;
  font-size: 0.875rem;
}
.thm-btn:focus{
  border: 2px dotted red;
}
.thm-btn.gold-btn{
  background-color: #EFC944;
  padding: 10px 20px;
  width: 200px;
  text-align: center;
}
.thm-btn.goldline-btn{
  background-color: transparent;
  padding: 5px 10px;
  width: 120px;
  border: 1px solid #EFC944;
  color: var(--jetly-black);
  text-align: center;
}

.orange-footer{
  background-color: var(--jetly-orange-light);
}

.historyTimeline{
    display: block;
    width: 100%;
    height: 600px;
    position: relative;
    background: url(/fe/assets/images/resources/timeline.png) center center no-repeat;
    background-size: contain;
}
.historyTimeline .lineZone{
    width: 100%;
    position: absolute;
    top: 37%;
    left: 0px;
}
.historyTimeline .lineZone li{
    position: absolute;
    display: inline-block;
    color: rgba(88, 88, 88, 1);
    font-size: 1.625rem;
    font-weight: 700;
}
.historyTimeline .lineZone li.n104{
    left: 10%;
}
.historyTimeline .lineZone li.n107{
    left: 20%;
}
.historyTimeline .lineZone li.n108{
    left: 40%;
}
.historyTimeline .lineZone li.n112{
    left: 60%;
}
.historyTimeline .lineZone li.n113{
    left: 80%;
}
.historyTimeline .lineZone li span.dot{
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background: rgba(236, 143, 94, 1);
    margin-top: 25px;
}
.historyTimeline .lineZone li.active{
    color: rgba(219, 60, 0, 1);
}
.historyTimeline .lineZone li.active span.dot{
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background: #FFF;
    border: 5px solid rgba(219, 60, 0, 1);
    margin-top: 25px;
}
.historyTimeline .cityZone{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0px;
    top:0px;
}
.historyTimeline .cityZone>div{
    position: absolute;
    left: 20%;
    display: block;
    max-width: 360px;
    height: 300px;
}
.historyTimeline .cityZone>div:after{
    content: "";
    height: 115px;
    width: 2px;
    background-color: rgba(231, 194, 41, 1);
    position: absolute;
    bottom: 5px;
    left: 49%;
}
.historyTimeline .cityZone .city1{
    left: 20%;
    top: 0%;
}
.historyTimeline .cityZone .city2{
    left: 40%;
    bottom: 0px;
    padding-top: 136px;
}
.historyTimeline .cityZone .city3{
    left: 60%;
    top: 0%;
}
.historyTimeline .cityZone>div.city2:after{
    top: 0px;
    bottom: auto;
}
.historyTimeline .cityZone .wrapper{
   background-color: rgba(246, 237, 203, 1);
   background-size: contain;
   background-position: 10px center;
   background-repeat: no-repeat;
   color: rgba(0, 0, 0, 1);
   padding: 15px 10px 15px 85px;
   line-height: 18px;
   min-height: 138px;
   display: flex; 
   text-align: left;
   align-items: center;
   flex-direction: column;
   justify-content: center;
}
.historyTimeline .cityZone .title{
    color:rgba(236, 143, 94, 1);
    font-size: 1.625rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.historyTimeline .cityZone .city1 .wrapper{
    background-image: url(/fe/assets/images/resources/about-timeline-logo-1.png);
    background-size: 75px;


}
.historyTimeline .cityZone .city2 .wrapper{
    background-image: url(/fe/assets/images/resources/about-timeline-logo-2.png);
    background-size: 75px;

}
.historyTimeline .cityZone .city3 .wrapper{
    background-image: url(/fe/assets/images/resources/about-timeline-logo-3.png);
    background-size: 75px;

}

/* Mobile Timeline */
.historyTimelineMobile{
    display: none;
    width: 100%;
    height: 700px;
    position: relative;
    background: url(/fe/assets/images/resources/timeline-verti.png) 44px top no-repeat;
    background-size: contain;
}
.historyTimelineMobile .lineZone{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0px;
}
.historyTimelineMobile .lineZone li{
    position: absolute;
    left: 0px;
    display: inline-block;
    color: rgba(88, 88, 88, 1);
    font-size: 1.125rem;
    font-weight: 700;

}
.historyTimelineMobile .lineZone li.n104{
    top: 6%;
}
.historyTimelineMobile .lineZone li.n107{
    top: 37%;
}
.historyTimelineMobile .lineZone li.n108{
    top: 50%;
}
.historyTimelineMobile .lineZone li.n112{
    top: 70%;
}
.historyTimelineMobile .lineZone li.n113{
    top: 90%;
}
.historyTimelineMobile .lineZone li span.dot{
    position: absolute;
    left: 39px;
    top: 3px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: rgba(236, 143, 94, 1);
}
.historyTimelineMobile .lineZone li.active{
    color: rgba(219, 60, 0, 1);
}
.historyTimelineMobile .lineZone li.active span.dot{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: #FFF;
    border: 5px solid rgba(219, 60, 0, 1);
}
.historyTimelineMobile .cityZone{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0px;
    top:0px;
}
.historyTimelineMobile .cityZone>div{
    position: absolute;
    display: block;
    width: 260px;
    height: 200px;
}
.historyTimelineMobile .cityZone>div:after{
    content: "";
    height: 2px;
    width: 50px;
    background-color: rgba(231, 194, 41, 1);
    position: absolute;
    left: -50px;
    top: 50%;
}
.historyTimelineMobile .cityZone .city1{
    left: 100px;
    top: 0px;
}
.historyTimelineMobile .cityZone .city2{
    left:100px;
    top: 220px;
}
.historyTimelineMobile .cityZone .city3{
    left: 100px;
    top: 475px;
}

.historyTimelineMobile .cityZone .wrapper{
   background-color: rgba(246, 237, 203, 1);
   background-size: contain;
   background-position: 10px center;
   background-repeat: no-repeat;
   color: rgba(0, 0, 0, 1);
   padding: 15px 10px 15px 85px;    
}
.historyTimelineMobile .cityZone .title{
    color:rgba(236, 143, 94, 1);
    font-size: 1.625rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.historyTimelineMobile .cityZone .city1 .wrapper{
    background-image: url(/fe/assets/images/resources/about-timeline-logo-1.png);
    background-size: 75px;

}
.historyTimelineMobile .cityZone .city2 .wrapper{
    background-image: url(/fe/assets/images/resources/about-timeline-logo-3.png);
    background-size: 75px;

}
.historyTimelineMobile .cityZone .city3 .wrapper{
    background-image: url(/fe/assets/images/resources/about-timeline-logo-2.png);
    background-size: 75px;

}

.main-menu__search>span{
  display: none;
}
.freeHide{
  display: none;
}

.news-details__content img{
  max-width: 100%;
  margin: 15px 0px;
}

@media (max-width: 600px) {
  .historyTitle{
    font-size: 1.875rem;
  }
  .blogsBlock .singleItem{
    width: 100%;
  }
  .blogsBlock .singleItem .contents h3.title{
    font-size: 0.938rem;
  }
  .blogsBlock .singleItem .contents{
    padding: 5px 10px 10px 10px;
  }
  .blogsBlock .singleItem .contents .goldline-btn{
    margin-top: 15px;
  }
  .blogsBlock .singleItem .contents .date{
    margin-left: 0px;
  }
  .main-menu__search-cart-box{
    padding-top: 3px;
  }
  .footerLogos>div{
    margin-bottom: 5px;
  }
  .faq-page{
    padding: 40px 0px;
  }
  .news-page,.news-details{
    padding: 40px 0px;
  }
  .aboutBlock{
    width: 100%;
    padding: 60px 0px  0px 0px;
  }
  .aboutBlock .orangeTitle{
    font-size: 2rem;
  }
  .site-footer__top{
    padding: 30px 0px;
  }
  .site-footer__top .row > div{
    margin-bottom: 15px;
  }
  .footer-widget__about-text-box{
    min-height: auto;
  }
  .footer-widget__Explore-list{
    padding-left: 0px;
  }
  .footerLogos .footerBadge{
    padding: 15px 0px;
  }
  .footerLogos .viewCount{
    padding: 10px 0px 10px 10px;
  }
  .footer-widget__about-text-box .more{
    position: relative;
    margin-top: 15px;
  }
  .homeSection.photos .galleryBlock .singlePicture{
    width: 48%;
    height: 150px;
  }
  .homeSection.funcard .secondBlock,.homeSection.funcard .thirdBlock{
    padding-left: 0px;
    padding-right: 0px;
    height: 300px;
  }
  .homeSection.funcard{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .funcardSection .areaList{
    margin: 10px 0px;
    padding-left: 0px;
  }
  .funcardSection .areaList li{
    margin-bottom: 5px;
  }
  .taiwanMap{
    display: none;
  }
  .historyTimeline{
    display: none;
  }
  .historyTimelineMobile{
    display: block;
  }
  .blog-one__img{
    height: 180px;
  }
  .news-details__content img{
    width: 100%;
  }
  .main-menu-top{
    position: relative;
    top: 0px;
    left: auto;
    right: auto;
  }
  .main-menu__logo{
    padding-top: 0px;
  }
}