@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    
}
html{
  touch-action: manipulation !important;
  -ms-touch-action: manipulation !important;
}
a:hover{
    text-decoration: none  !important
}
img{
    max-width: 100%;
}
.lightbox .img-thumbnail img{
    aspect-ratio: 3 / 2.4;
    object-fit: cover;
    object-position: center;
}
.font-size28-80{
    --min-size: 28;
    --max-size: 80;
    --font-size: calc( (var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)) );
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.notice{
    position: relative;
}
.notice:before{
    display: inline-block;
    position: relative;
    content: '';
    width: 23px;
    height: 21px;
    background: url(../img/icon_news.svg) center / cover;
    transform: translateY(5px);
}
.notice ul{
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    padding-left: 10px;
}
.notice ul a{
    font-size: 1rem;
    font-weight: 500;
    color:#fff;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}
.goog-te-gadget span,body > .skiptranslate{
    display: none;
}
.goog-te-gadget {
    color: transparent !important;
    font-size: 0px !important;
}

#google_translate_element {
    display: flex;
    align-items: center;
    line-height: 1.1;
    position: relative;
}
#google_translate_element:before{
    content: '';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-weight: 900;
    color: var(--secondary);
    font-size: 1.3rem;
    left: -.5rem;
}
#google_translate_element select{
    position: relative;
    border: 1px solid #f3f3f3;
    background: #f5f5f5;
    color: #797979;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 25px 3px 8px;
    margin-left: 10px;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    border-radius: var(--bs-btn-border-radius);
  }
#google_translate_element:after{
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-weight: 900;
    color: #aaaaaa;
    font-size: 0.6rem;
    top: 35%;
    right: 10px;
}
#google_translate_element select option{
    background: #fff;
    color:#444;
    border-radius: 0 !important;
}
#\:0\.targetLanguage + span{
    display: none;
}
.simple-search{
    width: -webkit-fill-available;
}
.simple-search .form-control{
    border-radius: 5px;
}
.simple-search button.btn {
     border-radius: 0 5px 5px 0;
}
.simple-search .btn.none_btn{
    pointer-events: none;
}
#header .header-nav-features .simple-search button.btn i.header-nav-top-icon {
    color: #fff;
}

#header .header-nav-features:before, #header .header-nav-features:after{
    background: rgba(0, 0, 0, 0.1);
    height: 30px;
}

.catalog-list {
    position: relative;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 460px;
    padding-top: 12px;
    display: block;
}
.catalog-list .list-item{
    position: relative;
    list-style: none;
    font-size: 1rem;
    padding-bottom: 5px;
    padding: 2.5px 25px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    color:#808080;
    line-height: 26px;
    transition: all 0.1s ease;
}
.catalog-list .list-item a{
    color:#808080;
}
.catalog-list .list-item a:hover{
    color:var(--primary);
}
.catalog-list .list-item:hover,.catalog-list .list-item.active{
    color:var(--primary);
    padding-left: 35px;
}
.catalog-list .list-item:hover:before,.catalog-list .list-item.active:before{
    content:'';
    position: absolute;
    width: 5px;
    left:25px;
    top:3px;
    height: calc(100% - 10px);
    background: url(../img/icon_hover2.svg?v=1) top / cover no-repeat;
    display: block;
}
.catalog-list .list-item:hover:after,.catalog-list .list-item.active:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    bottom: 6px;
    left: 25px;
    background-color: var(--secondary);
}
.floating-list {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    height: calc(100% + 1px);
    background-color: #fff;
    border-radius: 5px;
    overflow-y: auto;
    box-shadow: 0 3px 20px -2px rgb(0 0 0 / 20%);
    border: 1px solid var(--primary);
    padding-top: 12px;
    z-index: 99;
    transition: all 0.1s ease;
    display: none;
}
.catalog-list .list-item[data-cate="13"]:hover .floating-list {
  display: block;
}
.floating-list::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border-radius: 0;
  border: 2px solid transparent;
}
.floating-list::-webkit-scrollbar:vertical {
  width:8px;
}
.floating-list .floating-item {
  padding: 8px 24px;
  display: none;
  transition: all 0.1s ease;
  /*border-bottom: 1px solid #eee;*/
}
.floating-list .floating-item::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.floating-list .floating-item .left-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 1.25rem;
   letter-spacing: 1px;
   color: #212528;
   padding-bottom: 10px;
   margin-bottom: 10px;
   border-bottom: 1px solid var(--secondary);
}
.floating-list .floating-item .left-box a{
    font-size: .85rem;
    color:#40a3d9 !important;
}
.floating-list .floating-item .right-box li a{
    color:#808080;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 26px;
    display: inline-block;
}
.floating-list .floating-item .right-box li a:hover,.floating-list .floating-item .left-box a:hover{
    text-decoration: none;
    color:var(--primary);
}
.floating-list .floating-item .left-box:before{
    content: ""; 
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--secondary);
    left:0px;
    bottom: -3px;
}
.floating-list .floating-item .left-box:after{
    content: ""; 
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--secondary);
    right:0px;
    bottom: -3px;
}
.floating-list .floating-item .left-box a {
  color: #777;
  flex-shrink: 0;
}

.floating-list .floating-item .right-box {
  float: left;
  width: 100%;
}
.floating-list .floating-item .link-item {
  display: inline-block;
  line-height: 18px;
  color: #777;
}
.floating-list .floating-item .link-item span {
  display: inline-block;
  padding: 0 10px;
  font-size: 1rem;
}
.floating-list .floating-item .link-item span:hover {
  color: #df4b05;
  text-decoration: underline;
}
.floating-list.active,.floating-list.active .floating-item.active{
    display: block;
}
.floating-item .brand_list{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
}
.floating-item .brand_list li{
    text-align: center;
    margin-bottom: 5px;
    font-size: .8rem;
    line-height: 1;
    padding: 5px;
    border-radius: 5px;
    border:1px solid #fff;
}
.floating-item .brand_list li:hover{
    border: 1px solid var(--primary-rgba-30);
}
.floating-item .brand_list img{
    aspect-ratio:1/1;
    object-fit: contain;
}

.title-set .subtitle{
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.title-set .subtitle i{
    background: linear-gradient(135deg, #1792e0, #bde0fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-set .subtitle span{
    font-size: 1.3rem;
    padding: 0 10px;
}

.title-set h3{
     margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1.2;
    --min-size: 32;
    --max-size: 56;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.settitle.text-color-secondary:before{
    content:url(../img/icon_6_yellow.svg);
}
.cate_box{
    position: relative;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 25px 0px 5px;
}
.w-20{
    width: 20%;
}
.w-80{
    width: 80%;
}

.owl-carousel .owl-dots .owl-dot.active span{
    background-color: var(--secondary);
}

.owl-carousel.dots-horizontal-center .owl-dots{
    bottom: 30px;
}

.font-TC{
    font-family: "Noto Serif TC", serif;
}
.banner-scroll {
    position: absolute;
    font-family: "Noto Serif TC", serif;
    left: 1vw;
    bottom: 0px;
    z-index: 2;
    display: inline-block;
    padding-bottom: 114px;
    font-size: 0.938rem;
    line-height: 1;
    letter-spacing: 0;
    color: white;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    overflow: hidden;
}
.banner-scroll::after {
    content: "";
    position: absolute;
    bottom: 90px;
    left: calc(50% - 5.5px);
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 20px;
    transform: rotate(-90deg);
    animation: scroll 2.5s 
    cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.banner-scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 90px;
    background-color: white;
}
@keyframes scroll {
  0% {
    opacity: 0;
    bottom: 90px;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    bottom: -5px;
  }
}
.quick-link_area{
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    right: 2.6vw;
    bottom: 30px;
    padding: 15px 12px;
    box-shadow: 0 0 10px rgba(0 0 0 /10%);
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 999;
    backdrop-filter: blur(5px);
}
.sticky-header-active .quick-link_area{
    bottom:90px;
}
.quick-link_area .quick-link_ul{
    list-style: none;
    padding-left: 0;
}
.quick-link_ul li{
    text-align: center;
    line-height: 1.5;
}
.quick-link_ul li:not(:last-child){
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;

}
.quick-link_ul li span {
    display: block;
    margin-top: 5px;
    color: #038338;
    line-height: 1.2rem;
}
.quick-link_ul li i{
    color:var(--primary);
    font-size: 1.5rem;
}
.quick-link_ul li a:hover img{
    filter:brightness(1.1);
}
.quick-link_ul li a:hover{
    color:var(--secondary-200);
}
.top_section{
    position: relative;
}
.deco_text{
    position: absolute;
    font-family: "Noto Serif TC", serif;
    font-size: 5vw;
    font-weight: 700;
    left: -2rem;
    top: 0;
    color: #D7EDD1;
    opacity: .5;
    writing-mode: vertical-rl;
}
.more_link{
    position: relative;
    color: #444;
    font-weight: 300;
    font-size: 1.1rem;
    z-index: 2;
    line-height: 2.1;
    display: inline-flex;
    transform: translateY(-10px);
    align-items: center;
}
.more_link:before{
    position: absolute;
    content: url(../img/icon_6_yellow.svg);
    width: 30px;
    left: -10px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    line-height: 1;

}
.more_link i{
    position: relative;
    font-size: .8rem;
    padding-left: 20px;
    z-index: 2;
}
.more_link span{
    position: relative;
    z-index: 2;
}
.more_link:hover{
    text-decoration: none !important;
}
.more_link:hover:before{
    -webkit-animation: more .5s cubic-bezier(0.215, 0.61, 0.355, 1) ;
    animation: more .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    left:56px;
}
.more_link.font-weight-normal:hover:before{
    -webkit-animation: more_two .5s cubic-bezier(0.215, 0.61, 0.355, 1) ;
    animation: more_two .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    left:82%;
}
@keyframes more {
  0% {
    left:-10px;
    width: 30px;   

  }
  100% {
    left: 56px;
    width: 30px;
  }
}
@keyframes more_two {
  0% {
    left:-10px;
    width: 30px;   

  }
  100% {
    left: 82%;
    width: 30px;
  }
}
/* #brand:before{
    position: relative;
    content: '';
    display: block;
    width: 100vw;
    height: 3vh;
    -webkit-mask-image: linear-gradient(to bottom, transparent, black);
    mask-image: linear-gradient(to bottom, transparent, black);
} */
#brand{
    background:#f2f2f2;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.news-global{
    position: absolute;
    z-index: -1;
    bottom:-10%;
    right: -5%;
    animation: rotates linear infinite 40s;
}

@keyframes rotates {
    0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
    }
    100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    }
}
.brand-contain a{
    display: block;    
    transition: all 0.1s ease;
}
.brand-contain img{
    padding: 15px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
}
.brand-contain a:hover img{
    box-shadow: 0 0 10px var(--secondary-rgba-50);
}
.sale_itme{
    position: relative;
    padding: 15px 35px;
    border:3px solid #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    
}
.sale_itme:before{
    content: '';
    position: absolute;
    display: block;
    border-right: 1px dashed #ccc;
    width: 1px;;
    height: 90%;
    top: 5%;
    right: 4px;
}
.sale_itme:hover{
    border:1px solid var(--primary-rgba-30);    
    box-shadow: 0 0 10px rgba(40 122 59 /5%);
}
.sale_itme:hover:before{
    border-right-color: #fff
}
.sale_itme a{
    color:var(--default);
}
.sale_itme:hover a{
    color:var(--primary);
}
.sale_itme h3{
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.sale_itme:hover h3{
    width: calc(100% + 70px);
    background-color: var(--primary);
    padding: 10px 0;
    color: #fff;
    margin-bottom: 0;
    transform: translate(-35px, -16px);
    border-radius: 10px 10px 0 0;
}
.sale_itme img{
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
}
.sale_itme ul{
    margin-top: 20px;
    font-size: 1.1rem;
}
.sale_itme ul li{
    margin-bottom: 15px;
    display: flex;
}
.sale_itme ul li span{
    color: #444;
    font-weight: 500;
    display: inline-block;
    padding-right: 20px;
}

.footer{
    background: linear-gradient(45deg, rgba(7,39,74,1) 0%,rgba(0,96,180,1) 99%);
    border-top: 4px solid aliceblue;
    position: relative;
    z-index: 10;
}
.footer_logo{
    width: 300px;
    height: auto;
}
.footer li{
    margin-bottom: 8px;
}
.footer li a,.footer li,#footer_sub a{
    color: #fff !important;
    font-size: 1rem;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.footer li i{
    color: var(--tertiary);
    font-size: 1rem;
}
#footer_sub .list.list-icons i{
    color: var(--primary);
    border-color: var(--primary);
    margin-right: 10px;
}
.bg-transparent{
    background-color: transparent !important;
}
.quick-link_area.bottom_100{
    bottom:100px;
}
.marquee_box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.moving-text a{
    color:var(--grey-1000);   
    font-size: 1rem;
    font-weight: 500;
}
.marquee{
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  border: 2px dotted var(--primary);
  border-left: 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.marquee_contain{
    position: relative;
    padding-left: 0px;
    width: 100%;
}
.marquee_contain:before{
    position: absolute;
    content: '';
    left:0;
    width: 23px;
    height: 21px;
    background: url(../img/icon_news.svg) center / cover;
    transform: translateY(5px);
}
@keyframes marquee{
  0%{transform: translateX(100%);}
  100%{transform: translateX(0%);}
}
@keyframes marquee2{
  0%{transform: translateX(0%);}
  100%{transform: translateX(-200%);}
}
@keyframes marquee3{
  0%{transform: translateX(0%);}
  100%{transform: translateX(-400%);}
}
 @media (prefers-reduced-motion: no-preference) {
  .moving-text{
      font-size: 1.25rem;
      font-weight: 600;
      animation: marquee 40s linear infinite;
      white-space: nowrap;
      display: flex;
      align-items: center;
      z-index: 3;
  }
}
.link_blue{
    color: #40a3d9 !important;
}
.border-right-normal{
    border-right: 1px solid rgb(0 0 0 / 26%) !important;
}
.brand_square{
    aspect-ratio: 4 / 3.5;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
}
.overview_cate{
    box-shadow: 0 0 10px rgba(0 0 0 /10%);
    border-radius: 5px;
    padding: 35px 30px;
}
.overview_cate ul li a {
    color: var(--default);
    margin-bottom: 15px;
    font-size: 1.2rem;
    display: block;
}
.search_bar{
    background-color: #fdfae9;
    padding: 15px;
    border-radius: 5px;
}
.search_bar .form-check-label{
    font-size: 1.3rem;
}
.search_bar [type="submit"]{
    aspect-ratio: 1 / 1;
    font-size: 1.2rem;
    line-height: 0;
    padding: 11px;
    margin-left: 8px;
}
.search_bar .form-check-input{
    width: 1.3em;
    height: 1.3em;
    margin-right: 8px;
    margin-top: 8px;
}
.pagination > li > a, .pagination > li > span{
    border:none;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
}
.badge-product{
    background-color: #fce174;
    color: #534d28;
    padding: 8px 8px !important;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}
.overview_item{
    padding: 17px 20px 17px 20px;
    border:1px solid #d4d4d4;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.1s ease;
}
.overview_item .btn_custom{
    background-color: #f7f7f7;
    color: #acacac;
    font-size: 1.8rem;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 5px;
}
.overview_item:hover{
    border: 1px solid var(--primary);
    background-color: #f7f7f7;
}
.overview_item:hover .btn_custom{
    background-color: #167a3a;
    color: #fff;
}
.overview_item .brand_square{
    border:1px solid #e6e6e6;
    box-shadow: none;
    border-radius: 5px;
}
.w-90{
    width: 90%;
}
.w-10{
    width: 10%;
}
.dashed{
    border-bottom: 2px dotted #95bca4;
}
.allserices .card{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 8px !important;
}
.allserices .card .card-body{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.allserices .feature-box-primary .feature-box-icon {
    background-color: var(--primary-rgba-10);
    color: var(--primary);
}
.allserices .card:hover{
    border:1px solid var(--secondary-rgba-70);
}
.allserices .card:hover .feature-box-primary .feature-box-icon {
    background-color: var(--secondary);
    color: #444;
}
.allserices .card:hover .feature-box-primary .feature-box-info a{
    color:var(--secondary-200) !important;
} 

/* about  */
.history-area .history-box{
    position: relative;
    padding-left: 45px;
    margin-top: 17px;
}

.history-area .history-box .wrap{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.history-area .history-box .wrap:before{
    content: '';
    position: absolute;
    top: 49%;
    left: 0;
    transform: translateY(calc(-50% - 8px));
    -webkit-transform: translateY(calc(-50% - 8px));
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.history-area .history-box .start-box{
    width: 16%;
    padding-right: 20px;
    color: var(--primary);    
    transform: translateY(-10px);
}

.history-area .history-box .slick-track{
    margin: 150px 0 170px;
}

.history-area .history-box .arrow-box{
    margin-top: -13px;
    padding-right: 1.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 12.53%;
}

.history-area .arrow-box .arrows{
    position: relative;
    margin: 0 4px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../img/icon_6_yellow.svg) center / contain no-repeat;
}

.history-area .arrow-box .arrows::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.history-area .history-box .arrow-box .arrows {
    margin: 5px 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.history-area .history-box .arrow-box .arrowPrev::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.history-area .history-box .arrow-box .arrowNext::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}
.history-area .history-box .history-bg {
    padding-right: 30px;
    position: absolute;
    top: 49%;
    right: 0;
    -webkit-transform: translateY(calc(-50% - 10px));
    transform: translateY(calc(-50% - 10px));
    /*z-index: -1;*/
}

.history-area .history-box .history-bg .history-img {
    width: 1870px;
    background: linear-gradient(to right, rgba(41, 122, 59, 0) 0%, rgba(41, 122, 59, 0.26) 10%, rgba(41, 122, 59, 1) 50%, rgba(41, 122, 59, 0.26) 90%, rgba(41, 122, 59, 0) 100%);
    display: block;
    height: 20px;
}

.history-area .history-box .history-bg .history-img img {
    width: 100%;
    display: block;
}

.history-area .history-box .historyList {
    width: 74.26%;
}

.history-area .history-box .slick-slide:nth-child(odd) .historyItem {
    position: relative;
}

.history-area .history-box .historyItem {
    display: inline-block;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.history-area .history-box .slick-slide:nth-child(odd) .historyItem::before {
    content: "";
    position: absolute;
    top: -70%;
    left: 60px;
    display: block;
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.3);
}

.history-area .history-box .item {
    position: relative;
}

.history-area .history-box .item .Img {
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    background: #fff;
    border:3px dashed var(--primary--100);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.history-area .history-box .item .Img:before {
    width: 0;
    height: 0;
    background: var(--primary-rgba-50);
}

.history-area .history-box .item .Img::before, .history-area .history-box .item .Img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: var(--primary);
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.history-area .history-box .item .Img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 23px;
}
.history-area .history-box .item .Img:hover{
    background: var(--secondary--100);
    border: 3px solid var(--secondary--100);
}
.history-area .history-box .item .Img:hover::before {
    width: 60px;
    height: 60px;
    background-color: var(--secondary-rgba-30);
}

.history-area .history-box .item .Img:hover::after {
    width: 80px;
    height: 80px;
    background-color: var(--secondary-rgba-30);
}

.history-area .history-box .slick-slide:nth-child(odd) .historyItem .Txt {
    bottom: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.history-area .history-box .item .Txt {
    position: absolute;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    width: 200%;
}

.history-area .history-box .slick-slide:nth-child(even) .historyItem {
    position: relative;
}

.history-area .history-box .slick-slide:nth-child(even) .historyItem::before {
    content: "";
    position: absolute;
    top: 110%;
    left: 60px;
    display: block;
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.3);
}

.history-area .history-box .slick-slide:nth-child(even) .historyItem .Txt {
    top: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

.history-area .history-box .slick-slide:nth-child(even) .historyItem .Txt .title {
    padding-top: 0px;
}

.history-area .history-box .item .Txt .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #606060;
    display: block;
    /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    margin-bottom: 0;
    letter-spacing: 1px;
}

.history-area .history-box .item .Txt .subtitle {
    position: relative;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    color: var(--primary);
}

.history-area .history-box .item .Txt .subtitle::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -30px;
    display: block;
    width: 21px;
    height: 18px;
    background-size: cover;
}
.modal-header,.modal-footer{
    border:none;
}
.service_ul li{
    position: relative;    
    transform: all .3s ease-in-out;
}
.service_ul li:before{
    position: absolute;
    content:'\f0a9';
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    right: 10px;
    top: 23%;
    color: var(--primary);
}
.service_ul li:hover,a.badge:hover{
    transform: scale(1.05);
}
a.badge{
    transition: all .3s ease;
}
a.badge:hover{
    filter: brightness(1.05);
    background-image: linear-gradient(to right, #FFF 0%, var(--secondary-rgba-20) 100%) !important;
    color:var(--secondary-300) !important;
}
.map_cover{
    position: relative;
    width: 70vw;
    aspect-ratio: 4/2.5;
    background:url(../img/map.png) center/cover no-repeat; 
    margin-top: -10rem;
    mask-image: linear-gradient(to top,rgba(0, 0, 0, 1.0) 70%, transparent 110%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1.0) 70%, transparent 110%);
}
.loaction_pin{
    position: absolute;
    top: 30%;
    padding: 3rem;
}
.text-normal{
    color: var(--default);
}
.news_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #d4d4d4;
}

.badge.news-type-badge{
    border: 1px solid var(--primary-100);
    background: var(--primary-100);
    border-radius: 0;
    padding: 8px 16px;
    color: white;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    margin-right: 0.3rem;
    text-indent: 2px;
    white-space:initial;
    text-align: left;
}
.badge.news-badge{
    border: 1px solid var(--grey-700);
    background: transparent;
    border-radius: 0;
    padding: 8px 16px;
    color: var(--primary);
    letter-spacing: 0.1rem;
    font-size: 1rem;
    text-indent: 2px;
}

.list-date{
    letter-spacing: 0.1rem;
    margin-left: 0.5rem;
}
.news_item h4 a{
    color:#444;
}
/* .news_left{
    position: relative;
    flex-shrink: 1;
    line-height: 1.5;
    padding: 10px;
    font-weight: 400;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid var(--grey-700);
} */

.news_item .btn_custom{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 15px;
    background-color: #f7f7f7;
    color: #fff;
    background: var(--secondary);
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 30px; 
}
.news_item:hover{
    /* border:1px solid var(--primary); */
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.news_item:hover h4 a{
    color:var(--secondary) !important;
}
.news_item:hover .btn_custom{
    background-color: var(--primary);
    color: #fff;
}

.page_contain img{
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
}
.download_content{
    position: relative;
    border: 2px dotted var(--primary-rgba-30);
    padding: 40px 20px 0;
    border-radius: 8px;
}
.download_content .download_title{
    position: absolute;
    top: -15px;
    background-color: var(--primary);
    padding: 3px 15px;
    border-radius: 5px;
    color: #ffff;
    font-weight: 600;
}
.image-hotspot-primary:hover .circle{
    background: var(--secondary-200) !important;
    color:var(--secondary-300);
}
.image-hotspot-primary:hover .ring{
    border-color:var(--secondary-rgba-90);
}
.login_btn{
    color:#fff;
    font-weight: 600;
}
.login_btn:hover{
    color:var(--secondary);
}
#search.modal .modal-dialog,#search.modal .modal-dialog .modal-content{
    width: 100vw;
    height: 100vh;
    margin: 0;
}
#search.modal .modal-dialog .modal-content{
    backdrop-filter: blur(10px);
    background-color: #fff5;
    border-radius: 0;
}
.simple-search .autoComplete_wrapper  .form-control{
    border-radius: 5px 0 0 5px;
    width: 100%;
    padding: 0 1rem;
    line-height: 2;
    color:#666;
}
.btn-line{
    background-color: #00B900;
    color:#fff;
}
.btn-line:hover{
    background-color: #00B900;
    filter: brightness(1.1);
    color: #fff;
}
.member_bg{
    background-color: #f7f7f7;
}
#search .btn-close{
    background: transparent url(../img/close.svg) center / 1em auto no-repeat;
}
.shadow_sm{
    border-radius: 10px;
    box-shadow:0 0 20px rgb(79 133 91 / 18%)
}

.thumb-info.learning1-area .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before{
    background:var(--primary);
}
.thumb-info.learning2-area .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before{
    background:var(--secondary);
}

.thumb-info.learning1-area .learning1-title,.thumb-info.learning2-area .learning1-title{
text-shadow: 0px 2px 3px #4d4d4d;;
}





/*-------------------------
            英文版
---------------------------*/
html[lang="en"] body{
    font-size: 14px;
    top: 0 !important;
}
html[lang="en"] .marquee_box{
    max-width: 50vw;
}
html[lang="en"] .settitle{
    --min-size: 18;
    --max-size: 24;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
html[lang="en"] .catalog-list{
    height: 100%;
}
html[lang="en"] .quick-link_ul li span{
    font-size: .9rem;
}
html[lang="en"] .sticky-header-active .quick-link_area{
    padding: 10px;
    right: 1.6vw;
}
html[lang="en"] nav.collapse{
    width: 100%;
    justify-content: end;
}
html[lang="en"] #header .header-nav{
    align-self: center;
    justify-content: end !important;
    flex-wrap: wrap;
}
html[lang="en"] .header-nav-main{
    order: 2;
    margin-top: 10px !important;
    width: 100%;
}
html[lang="en"] #header .header-nav-main nav > ul > li{
    height: auto;
}
html[lang="en"] #header .header-nav.header-nav-line nav > ul > li > a{
    min-height: auto
}
html[lang="en"] .header-container.container-xl,html[lang="en"] .header-top .container-xl{
    max-width: 85vw;
}
html[lang="en"] #header .header-nav form.col-lg-4{
    width: 25%;
    padding-right: 2.5rem;
}
html[lang="en"] .breadcrumb > li,html[lang="en"] .breadcrumb > li a,
html[lang="en"] .breadcrumb > li > a, html[lang="en"] .breadcrumb > li, html[lang="en"] .breadcrumb > li + li.active:before{
    font-size: .9rem;
}

#videos .owl-carousel .owl-nav button.owl-prev, #videos .owl-carousel .owl-nav button.owl-next{
    width: 50px;
    height: 50px;
}

#videos .owl-carousel.nav-bottom .owl-nav button.owl-prev{
    margin-right: 10px;
}

/* #videos .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: var(--secondary);
    border-color: var(--secondary) var(--secondary) var(--secondary-300);
} */

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: var(--secondary);
	border-color: var(--secondary) var(--secondary) var(--secondary-300);
	color: var(--secondary-inverse);
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
	background-color: var(--secondary-100);
}

.owl-carousel .owl-nav button.owl-next:before,.owl-carousel .owl-nav button.owl-prev:before{
    font-size: 1rem;
}

.custom-pos-2 {
    left: 0%;
    top: -10%;
}
.custom-pos-3 {
    right: -30%;
    top: 0%;
}

.custom-el-3 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.h70 {
    padding-bottom: 70%;
}

.active-date{
    letter-spacing: 0.1rem;
    color: var(--grey-100);
    font-weight: 300;
    font-size: 1rem;
}

#activities-area .thumb-info-inner{
    text-align: start;
    font-size: 1.5rem;
    color: var(--secondary--100);
    letter-spacing: 0.2rem;
    line-height: 1.5rem;
    font-weight: 600;
}

#activities-area .thumb-info-swap-content-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%);
    z-index: 2;
}

.deco-wrap{
    position: relative;
    user-select: none;
    pointer-events: none;
}

.deco-wrap:last-of-type{
    bottom: -90px;
}

.deco-wrap .deco-set{
    margin: 0 auto;
    max-width: 437px;
    width: 100%;
}

.deco-wrap .deco-set img{
    width: 100%;
    display: block;
}

.deco-wrap .deco-set{
    position: absolute;
    top: -100px;
    left: 0;
}
.deco-wrap .deco-set-r{
    position: absolute;
    bottom: 0;
    right: 0;
}

.deco-wrap .deco-bottom img{
    animation: deco_bottom 2.5s ease-in-out infinite alternate;
    -webkit-animation: deco_bottom 2.5s ease-in-out infinite alternate;
}

.deco-wrap .text-top img{
    animation: deco_bottom 3s ease-in-out infinite alternate;
    -webkit-animation: deco_bottom 3s ease-in-out infinite alternate;
}

.deco-wrap .text-middle img{
    animation: text_middle 3s ease-in-out infinite alternate;
    -webkit-animation:text_middle 3s ease-in-out infinite alternate;
}

@keyframes deco_bottom {
    0%{
        transform: translate(0); rotate: 15deg;
        -webkit-transform: translate(0); rotate: 15deg;
    }
    100%{
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
    }
}
@-webkit-keyframes deco_bottom {
    0%{
        transform: translate(0); rotate: 15deg;
        -webkit-transform: translate(0); rotate: 15deg;
    }
    100%{
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
    }
}

@keyframes text_middle {
    0%{
        transform: translate(0); rotate: -15deg;
        -webkit-transform: translate(0); rotate: -15deg;
    }
    100%{
        transform: translate(5px, 10px);
        -webkit-transform: translate(5px, 10px);
    }
}
@-webkit-keyframes text_middle {
    0%{
        transform: translate(0); rotate: -15deg;
        -webkit-transform: translate(0); rotate: -15deg;
    }
    100%{
        transform: translate(5px, 10px);
        -webkit-transform: translate(5px, 10px);
    }
}

.text{
  text-align:center;
  position:relative;
  font-weight: bold;
  font-size:5em;
  line-height: 1.3;
}

.text0{
    color: black;
  -webkit-text-fill-color: var(--secondary);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
.text1{
    color: black;
  -webkit-text-fill-color: var(--primary);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color:white;
}

.blue-bg{
    background: linear-gradient(to top, rgba(65,167,239,0.3) 20%,rgba(0,0,0,0) 100%) !important;
}

.footer-top{
    position: absolute;
    top: 5%;
    left: 0;
    opacity: 0.1;
}

.fb-icon:hover {
    color: #4267b2 !important;
}

.yt-icon:hover {
    color: #ff0000 !important;
}

.custom-svg-position-1 {
    position: absolute;
    top: -500px;
    left: 100px;
    opacity: 0.2;
}

.scrollable-parallax-wrapper{
    border-radius: var(--border-radius2x);
    overflow: hidden;
}

.scrollbar {
    max-width: 100%;
}

.news_cate li {
    margin-right: 0;
    border-right: 1px solid var(--grey-700);
}

.news_cate li button {
    letter-spacing: 3px;
    padding: 0 14px;
    line-height: 32px;
    color: var(--grey-1000);
    font-weight: 500;
    border: none;
}

.news_cate li:hover button{
    color: var(--secondary);
}

.news_cate li button.active {
    background-color: transparent;
    border: none;
    color: var(--secondary-300);
}

.news_cate li:last-child {
    border-right: 0;
}

.spotlight-cursor-text{
    height: 60vh;
}

.spotlight-cursor-text .content{
    height: 60vh;
    background: aliceblue;
}

.spotlight-cursor-text .title{
    font-size: 110px;
    line-height: 130px;
}

:root{
    --font:'Microsoft JhengHei',-apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 2px;
}

::-webkit-scrollbar:horizontal {
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent; 
}

.page_bg{
    position: relative;
    background: #f2f2f2;
    overflow: hidden;
}
.page_bg .news-global{
    z-index: 0;
}
.page_bg .title-set .subtitle{
    font-size: 1rem;
}
.page_bg .title-set h3{
    --min-size: 22;
    --max-size: 36;
}
input[name="zipcode"]{
    width: 110px;
}
.nav-pills .nav-link{
    width: 100%;
    height: 100%;
    background: #e4e4e4;
}
#identity-box{
    display: none;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50%;
    transform: translateY(-50%);
}
.backdrop-box{
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
}
#header.clctm_menu .header-body{
    /* background: #eaf8ff; */
    background-image: linear-gradient(to top, rgb(0 111 177 / 21%), rgb(238 250 255 / 41%)), url(../img/bg_noise.jpg);
    box-shadow: 0 0 20px rgb(141 141 141 / 76%);
    border-bottom: 0;
}
html.sticky-header-active #header.clctm_menu .header-body,
html.sticky-header-active #header.clctf_menu .header-body{
    box-shadow: 0 0 20px rgb(141 141 141 / 76%);
}
#header.clctm_menu #google_translate_element select,
#header.clctf_menu #google_translate_element select{
    background: #2d2d2d;
    color: #fff;
    padding: 0.5rem 1.4rem 0.5rem 0.65rem;
    border-radius: 8px;
    margin: 0 0 0 10px;
    font-size: 1.2rem;
    line-height: 1.2;
    border: 0;
}
#header.clctm_menu #google_translate_element:after,
#header.clctf_menu #google_translate_element:after{
    color: #fff;
}
#header.clctm_menu a.btn-tertiary,
#header.clctf_menu a.btn-tertiary{
    border-radius: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    border: 0;
}
#header.clctm_menu .header-nav-main nav > ul > li > a,
#header.clctf_menu .header-nav-main nav > ul > li > a{
    line-height: 1.2;
}
#header.clctm_menu .header-nav-main nav > ul > li > a,
#header.clctf_menu .header-nav-main nav > ul > li > a{
    color: #2d2d2d;
}
#header.clctm_menu .header-nav-main nav > ul > li:hover > a,
#header.clctf_menu .header-nav-main nav > ul > li:hover > a{
    color: #fff;
}
#header.clctm_menu .header-body::before,
#header.clctf_menu .header-body::before{
    content: '';
    background: url(../img/s_menu_icon.svg)no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    background-size: cover;
}
#header .header-nav-main nav > ul > li.dropdown:hover > a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    border-bottom: 4px solid transparent;
}
#header .header-nav-main nav > ul > li.dropdown:hover > a{
    border-radius: 8px;
}
#header.clctf_menu .header-body {
    /* background: #fff3ea; */
    background-image: linear-gradient(to bottom, rgb(255 233 217 / 21%), rgb(255 106 0 / 41%)), url(../img/bg_noise.jpg);
    box-shadow: 0 0 20px rgb(141 141 141 / 76%);
    border-bottom: 0;
}
.cover_bg:before {
    position: fixed;
    content: '';
    top: -10vh;
    display: block;
    width: 100vw;
    height: 150vh;
    background: url(../img/parallax-2.jpg) center / cover no-repeat;
}
#examples{
    position: relative;
    z-index: 1;
}
.contact .ratio-100{
    height: 100%;
}
.contact .ratio-100::before{
    --bs-aspect-ratio: 100%;
}
.team-card .team-header {
    padding: 80px 24px 120px;
    text-align: center;
    background:
    radial-gradient(1200px 300px at 50% 100%, #eaf2fb 0%, transparent 70%),
    linear-gradient(#ffffff, #f7f9fc);
}
.team-card .team-header h1 {
    font-size: 40px;
    letter-spacing: -0.5px;
    color: #1f3a5f;
    margin-bottom: 12px;
}
.team-card .team-header p {
    font-size: 18px;
    color: #8d8d8d;
}
.team-card {
    background: #fff;
    height: 100%;
    border-radius: 0.85rem;
    padding: 1rem;
    /* box-shadow:
        0 5px 10px rgba(31, 58, 95, 0.12),
        inset 0 0 0 1px rgba(255,255,255,.8); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}
.team-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:radial-gradient(140% 40% at 50% 110%, rgba(110,168,255,.25), transparent 60%);
    pointer-events: none;
}
.team-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, var(--primary), #6ea8ff);
}
.activity .team-card::after{
    content: none;
}
.activity .team-card:hover {
    box-shadow: 0px 8px 25px rgba(31, 58, 95, 0.18);
}
.team-card .role {
    font-size: 16px;
    font-weight: 600;
    color: #3a6ea5;
    text-align: center;
    margin-bottom: 12px;
}
.team-card .name {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #444;
}
.team-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 5px 10px rgba(31, 58, 95, 0.12), inset 0 0 0 1px rgba(255, 255, 255, .8);
}
.apply_btn:hover > div,
.apply_btn:hover > button{
    transform: translateY(-10px);
    box-shadow: 0 5px 10px rgba(31, 58, 95, 0.12), inset 0 0 0 1px rgba(255, 255, 255, .8);
}
.team-card .badge.news-badge{
    padding: 8px;
    white-space:initial;
    line-height: 1.2;
}
.activity .btn_custom{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 15px;
    background-color: #f7f7f7;
    color: #fff;
    background: var(--secondary);
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.activity .team-card:hover .btn_custom{
    background-color: var(--primary);
    color: #fff;
}
.activity .team-card::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary), #6ea8ff);
}
.side-post-content h4{
    position: relative;
    color: var(--primary-300);
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 1rem;
    padding-right: 10px;
}
.side-post-content h4:before{
    width: 6px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 3px;
    background-color: var(--primary-300);
}
.side-post-content h5{
    display: inline-block;
    border: 1px solid var(--grey-700);
    background: transparent;
    border-radius: 0;
    padding: 8px 16px;
    color: var(--primary);
    letter-spacing: 0.1rem;
    font-size: 1rem;
    text-indent: 2px;
    margin-bottom: 1rem;
    margin-right: 10px;
}
table th {
    background-color: var(--primary) !important;
    color: white !important;
    font-weight: 600;
    line-height: 1.4rem;
}
.table td, .table th{
    border-color: inherit;
}
.side-post-content hr{
    margin: 2rem 0;
}
.cover_bg:before {
    position: fixed;
    content: '';
    top: -10vh;
    display: block;
    width: 100vw;
    height: 150vh;
    background: url(../img/parallax-1.png) center / cover no-repeat;
}
.qa_list button{
    background: var(--bs-white);
    --bs-border-radius:0.75rem;
}
.qa_list button:focus-visible{
    background: var(--bs-white);
}
.qa_list button[aria-expanded="true"]{
    background: var(--primary);
    color: var(--bs-white);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-item button:focus-visible{
    outline: 7px dotted #dc3545 !important;
}
.qa_list .btn:hover{
    background: var(--primary);
    color: var(--bs-white);
}
.qa_list button[aria-expanded="true"] i {
    transform: rotate(45deg);
}
.qa_list .card-body {
    --bs-card-spacer-y: 1.5rem;
    --bs-border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.q-txt{
    color: var(--primary);
}
.qa_list .btn:hover .q-txt,
.qa_list button[aria-expanded="true"] .q-txt{
    color: var(--bs-white);
}
.left_menu > .row{
    background: #eaeff3;
}
.left_menu .tabs{
    background: transparent;
    margin-bottom: 0;
}
.left_menu .tabs.active,.left_menu .tabs:hover{
    background: var(--primary);
    color: #fff;
}
.global_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
.p-banner .breadcrumb > li > a,
.p-banner .breadcrumb > li,
.p-banner .breadcrumb > li + li.active:before{
    color: #fff;
}

.modal-header.bg-primary .btn-close{
    background-image: url(../img/close.svg);
}
.courses .form-control-lg,.courses .form-select{
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
}
.courses .form-control-lg:focus {
	outline: none;
}
.courses_page .deco-wrap .deco-set{
    top: -3rem;
}
.courses_page .team-card:hover {
    transform: translateY(0px);
    /* box-shadow:0 5px 10px rgba(31, 58, 95, 0.12),
        inset 0 0 0 1px rgba(255,255,255,.8); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;    
}
.tab-content p,.apply p{
    color: #414145;
}
.tab-content{
    position: relative;
    border-radius: 0;
    padding: 0;
    /* box-shadow: 0 3px 15px rgba(31, 58, 95, 0.12), inset 0 0 0 1px rgba(255, 255, 255, .8); */
    box-shadow: none;
    border: 0;
}
.tab-content .tab-pane{
    border-radius: 0.85rem;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
}
.tab-content .tab-pane:first-child{
    border-top-left-radius: 0;
}
.tab-content .tab-pane::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(140% 40% at 50% 110%, rgba(110, 168, 255, .25), transparent 60%);
    pointer-events: none;
    border-radius: 0.85rem;
    overflow: hidden;
}
.nav-tabs{
    border: 0;
}
.nav-tabs .nav-link{
    padding: 1.5rem 2rem 0.8rem;
    color: #7e7e7e;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 27px;
    border-top-left-radius: 0.85rem;
    border-top-right-radius: 0.85rem;
    border: 0;
    letter-spacing: .05em;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: var(--primary-300);
    /* box-shadow: 0 -6px 10px rgba(31, 58, 95, 0.12), inset 0 0 0 1px rgba(255, 255, 255, .8); */
    box-shadow: 0 -4px 6px rgba(31, 58, 95, 0.17), inset 0 0 0 1px rgba(255, 255, 255, .8);
    position: relative;
    overflow: hidden;
}
.nav-tabs .nav-item.show .nav-link::after,.nav-tabs .nav-link.active::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, var(--primary), #6ea8ff);
}
.courses_page .strokeText{
    position: relative;
}
.courses_page .strokeText::before {
    content: attr(data-storke);
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 3px #ffffff;
    text-stroke: 3px #ffffff;
}
.apply_btn > div,
.apply_btn > button{
    transition: transform .3s ease, box-shadow .3s ease;
}
.step > div{
    border: 1px solid transparent;
}
.step .active{
    color: var(--primary);
    border: 1px solid var(--grey-700);
    background: #fff;
}
.pay_info_box,.options_box{
    display: none;
}
.pay_info_box.active,.options_box.active{
    display: block;
}
.apply .team-card{
    height: auto;
}
.courses .news_cate li{
    margin-bottom: 0.5rem;
}
.courses .news_cate li button{
    letter-spacing: normal;
    text-align: left;
}
.w-80px{
    width: 80px;
}
.w-150px{
    width: 150px;
}
.signature-pad{
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: var(--bs-border-radius-lg);
}
.btn-outline-primary {
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary);
    --bs-gradient: none;
}
.ig-icon{
  background: #833ab4; /* Fallback color for older browsers */
  background: linear-gradient(197deg, #833ab4, #fd1d1d, #fcb045);
  color: #fff !important;
  width: 28px;
  height: 28px;
  border-radius: 0.4rem;
}
footer .ig-icon_{
    color: var(--grey-800);
}
footer .ig-icon_:hover,
footer .yt-icon:hover,
footer .fb-icon:hover{
    color: #fff !important;
}
.ratio-3x4{
    --bs-aspect-ratio:calc(4 / 3 * 100%);
}
.btn-tertiary:active, .btn-tertiary.active {
    color: #fff !important;
}
.mfp-figure:after{
    background: #fff;
}
.gohome{
    position: absolute;
    bottom: 30%;
    left: 18%;
}
#goog-gt-tt ~ div svg{
    display: none;
}
/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/
@media (min-width: 1200px) {
    .left_menu{
        width: 260px;
    }
    .left_menu > .row{
        position: sticky;
        top: 123px;
    }
}
@media (max-width: 1199px) {
    .contact .ratio-100{
        height: 450px;
    }
}
@media (max-width: 1441px) {
    .deco_text{
        left: -2rem;
    }
    .banner-scroll{
        left: 2vw;
    }
}

@media (max-width: 1367px) {
    .loaction_pin{
        padding: 0;
        top: 32%;
    }
    html[lang="en"] .header-container.container-xl, html[lang="en"] .header-top .container-xl{
        max-width: 100%;
    }
}


@media (max-width: 1181px) {

    #header .header-nav.header-nav-line nav > ul li > a{
        font-size: 1.1rem;
        padding: 0 0.4rem;
    }
    #header .header-column{
        max-width: 70%;
    }
    #header .header-column .header-row,.marquee_box,.marquee_contain{
        max-width: 100%;
    }
    .banner-scroll,.deco_text{display: none;}
    #header .header-nav {
        flex-wrap: wrap;
        justify-content: end !important;
    }
    .header-nav-main-square{
        order:2;
    }
    .header-nav-main-square ~ form{
        margin-top: 10px;
    }
    .map_cover{
        margin-bottom: 8rem;
    }
    .main {
        min-height: calc(100vh - 550px)
     }
    .history-area .history-box .history-bg .history-img{
        width: 100vw;
    }
    .simple-search {
        max-width: 300px;
        transform: translateY(10px);
    }
    .contact_list li a{
        word-wrap: break-word
    }
    html[lang="en"] .marquee_box {
        max-width: 100%;
    }
    html[lang="en"] #header .header-nav form.col-lg-4 {
        width: 30%;
        padding-right: 0rem; 
    }
    html[lang="en"] .header-nav-main{
        width: initial;
    }
    html[lang="en"] #header .header-row{
        align-items: start;
    }
    html[lang="en"] #header .header-logo{
        margin: 10px 0;
    }
   .deco-wrap:first-of-type {
    width: 40%;
    }

    .deco-wrap:last-of-type {
        width: 40%;
        margin-left: auto;
    }

    .news-global{
        opacity: 0.5;
    }
    .gohome{
        bottom: 28%;
        left: 16%;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    .index_courses_list > div:last-child{
        display: none;
    }
}

@media (max-width: 991px) {
    .header-nav-main-square ~ form{
        margin-top: 0;
    }
    #header .header-nav{
        width: 100%;
    }
    #header .header-column{
        max-width: 65%;
    }
    .simple-search {
        transform: translateY(0px);
    }
    .banner_slider.w-80,.banner_slider.w-75,.top_section .w-25,.top_section .w-75{
        width: 100% !important;
    }
    .top_section .w-75{
        margin-top: 20px;
    }
    #header .header-nav-main nav > ul li a{
        position: relative;
    }
     #header .header-nav-features{
    padding-left: 0px;
    margin-left: 0px;
    }
    #header .header-nav-features:before, #header .header-nav-features:after{
    display: none;
    }
    /* #header .header-nav-main nav > ul li a:before{
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #444;
        border-radius: 25px;
        right: 8px;
        top: 5px;
    } */
    /* #header .header-nav-main nav > ul li a:after{
        content:'\f138';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: relative;
        padding-left: 10px;
        color: #e0e0e0;

    } */
    #header .header-nav-main nav > ul li a.active:before{
        background-color:#fff;
    }
    #header .header-nav-main nav > ul li a.active:after{
        color: var(--primary);
    }
    .open_menu{
        position: relative;
    }
    .open_menu:before{
        content:'';
        position: fixed;
        width: 100vw;
        height: 100vh;
        top:0;
        background-color: #ffffff99;
        backdrop-filter: blur(4px);
        z-index: 1000;
    }
    .history-area .history-box .start-box,.history-area .history-box .historyList{
        width: 100%;
    }
    .history-area .history-box .wrap{
        flex-wrap: wrap;
    }
    .history-area .history-box .start-box{
        text-align: center;
    }
    .history-area .history-box .start-box .subtitle{
        font-size: 2.5em !important;
    }
    .history-area .history-box .start-box .font-TC{
        font-size: 1.4em !important;
    }
    .history-area .history-box .history-bg{
        top:45%;
        padding-right: 10px;
    }
    .history-area .history-box .arrow-box{
        width: 100%;
        margin-top: 30px;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        padding-right: 0;
    }
    .history-area .history-box .arrow-box .arrowNext::before{
        -webkit-transform: translate(-50%, -50%) rotate(315deg);
        transform: translate(-50%, -50%) rotate(315deg);
    }
    .history-area .history-box .arrow-box .arrowPrev::before{
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }
    .map_cover{
        width: 100%;
    }
    .loaction_pin{
        position: relative;
        width: 90vw;
        margin: -5rem auto 20px;
    }
    .brand-contain .w-20{
        width: calc(100% / 4);
    }
    .brand_square,.overview_cate{
        margin-bottom: 30px;
    }
    .history-area .history-box{
        padding-left: 0px;
    }
    .history-area .history-box .start-box{
        padding-right: 0;
    }
    .moving-text{
        animation: marquee 40s linear infinite
     }
     #google_translate_element select{
        padding: 4px 20px 3px 8px;
     }
     #google_translate_element:after{
        right: 5px;
     }
     .marquee_contain{
        padding-right: 30px;
     }
    html[lang="en"] #header .header-nav form.col-lg-4 {
        width: 40%;
        padding-right: 0rem; 
    }
    html[lang="en"] #header .header-nav-main nav > ul li a:before{
        width: 12px;
        height: 12px;
        right: 8px;
        top: 5px;
    }
    html[lang="en"] #header .header-row {
        align-items: center;
    }
    html[lang="en"] .moving-text{
        animation: marquee 80s linear infinite
    }

    .spotlight-cursor-text .title{
    font-size: 80px;
    line-height: 96px;
    }
    .cover_bg:before{
        background-position: left;
    }
    #header .header-logo img{
        max-height: 70px;
        /*width: auto !important;*/
    }
    #header .header-container{
        height: auto !important;
    }
    #header .header-logo{
        margin: 0;
    }
}


@media (max-width: 769px) {
    .history-area .history-box .history-bg {
        top: 48%;
    }
    .contact .ratio-100{
        height: 300px;
    }
    .activity .btn_custom{
        width: 30px;
        height: 30px;
    }
    .title-set .subtitle{
        font-size: 1.1rem;
    }
    .breadcrumb > li > a, .breadcrumb > li, .breadcrumb > li + li.active:before{
        font-size: 1rem;
    }
    .courses-s > div:nth-child(3){
        order: 1;
    }
    .courses-s > div:nth-child(1){
        order: 2;
    }
    .courses-s > div:nth-child(2){
        order: 3;
    }
    .nav-tabs .nav-link{
        font-size: 1rem;
        padding: 1.1rem 0.6rem 0.8rem;
    }
    .thumb-info .thumb-info-slide-info-hover-1 > div{
        width: 260px;
        margin: 0 auto;
    }
    .thumb-info .thumb-info-slide-info-hover-1 img{
        width: 65px;
        min-width: 65px;
    }
    .deco-wrap:last-of-type {
        bottom: -110px;
    }
    

}


 /*iphone plus*/
@media (max-width: 430px) {
    .body.open_menu{
        overflow-y: hidden;
        max-height: 100vh;
    }
    #header .header-nav-main nav{
        margin: 20px 0 0 0 ;
     }
    .header-top > .container-xl > .header-row{
        flex-wrap: wrap;
    }
    #header .header-column.justify-content-start,#header .header-column.justify-content-end {
        max-width: 100%;
    }
    #header .header-column.justify-content-start > .header-row{
        width: 100%;
    }
    .marquee_contain {
        padding-right: 0px;
        width: 100%;
    }
    #header .header-body > .header-container > .header-row{
        flex-wrap: wrap;
    }
    #header .header-body > .header-container > .header-row > .header-column.order-2{
        max-width: 100%;
    }
    #header .header-logo{
        margin: 5px 0;
    }
    #header .header-body > .header-container > .header-row.order-2 > .header-nav.header-nav-line{
        padding: 5px 0;
    }
    .simple-search{
        max-width: 100%;
    }
    .simple-search input{
        min-height:50px;
    }
    /* #header .header-btn-collapse-nav {
        position: absolute;
        top: 15px;
    } */
    .page-header.page-header-modern.page-header-lg {
        padding: 50px 0 0px !important;
    }
    .page-header h1{line-height: 1.7;}
    .breadcrumb{
        text-align: left !important;
    }
    .brand-contain .w-20{
        width: calc(100% / 2);
    }
    #step1 .badge{
        letter-spacing: 1px !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .quick-link_area{
        padding: 8px;
        border: 1px solid #aacfb4;
        right: 1.5vw;
        bottom: 10px;
    }
    .brand-contain .col{
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    #sale .sale_itme a > div{
        display: flex;
    }
    .sale_itme{
        padding: 15px 15px;
        border-bottom: 1px dashed #ccc;
        margin: 20px 0;
    }
    .sale_itme img{
        width: 40%;
        margin-right:20px;
    }
    .sale_itme:before{
        content:none;
    }

    .news_item{
        padding: 15px 10px;
    }
    .news_list > .news_item > .news_right .title-1{
        -webkit-line-clamp: 1;
    }
    .news_list > .news_item > .news_right .title-2{
        -webkit-line-clamp: 1;
    }
    .news_item .btn_custom{
        margin-left: 15px;
    }
    .map_cover{
        margin-top: -6rem;
    }
    .deco-wrap:first-of-type {
    width: 50%;
    }

    .deco-wrap:last-of-type {
        width: 50%;
        margin-left: auto;
    }

    .footer-top{
        width: 50%;
    }

    .spotlight-cursor-text .title{
        font-size:48px;
        line-height:64px;
    }
    .gohome{
        bottom: 16%;
        left: 11%;
    }
    .courses_page .deco-wrap{
        display: none;
    }
}


/*iphone: 7px*/
@media (max-width: 400px) {}



/*iphone 5*/
@media (max-width: 321px) {}


/*iPhone XR*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 



}

/*iPhone XS*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

}

/*iPhone XS Max*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 


}
/*橫拿*/
@media screen and  (orientation:landscape) {}
/*縱拿*/
@media screen and (orientation:portrait) {}
/*設備寬高比*/
@media screen and (device-aspect-ratio: 16/9) {}

.m-n1 {
    margin: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mx-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
}

.mx-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
}

.mx-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
}

.mx-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
}

.mx-n5 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
}

.my-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
}

.my-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
}

.my-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
}

.my-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
}

.my-n5 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
}

.mt-n1 {
    margin-top: -.25rem!important
}

.mt-n2 {
    margin-top: -.5rem!important
}

.mt-n3 {
    margin-top: -1rem!important
}

.mt-n4 {
    margin-top: -1.5rem!important
}

.mt-n5 {
    margin-top: -3rem!important
}

.me-n1 {
    margin-right: -.25rem!important
}

.me-n2 {
    margin-right: -.5rem!important
}

.me-n3 {
    margin-right: -1rem!important
}

.me-n4 {
    margin-right: -1.5rem!important
}

.me-n5 {
    margin-right: -3rem!important
}

.mb-n1 {
    margin-bottom: -.25rem!important
}

.mb-n2 {
    margin-bottom: -.5rem!important
}

.mb-n3 {
    margin-bottom: -1rem!important
}

.mb-n4 {
    margin-bottom: -1.5rem!important
}

.mb-n5 {
    margin-bottom: -3rem!important
}

.ms-n1 {
    margin-left: -.25rem!important
}

.ms-n2 {
    margin-left: -.5rem!important
}

.ms-n3 {
    margin-left: -1rem!important
}

.ms-n4 {
    margin-left: -1.5rem!important
}

.ms-n5 {
    margin-left: -3rem!important
}

@media (min-width: 576px) {
    .m-sm-n1 {
        margin:-.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mx-sm-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-sm-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-sm-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-sm-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-sm-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .my-sm-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-sm-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-sm-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-sm-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-sm-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .mt-sm-n1 {
        margin-top: -.25rem!important
    }

    .mt-sm-n2 {
        margin-top: -.5rem!important
    }

    .mt-sm-n3 {
        margin-top: -1rem!important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mt-sm-n5 {
        margin-top: -3rem!important
    }

    .mb-sm-n1,.me-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n2,.me-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n3,.me-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n4,.me-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n5,.me-sm-n5 {
        margin-right: -3rem!important
    }

    .ms-sm-n1 {
        margin-left: -.25rem!important
    }

    .ms-sm-n2 {
        margin-left: -.5rem!important
    }

    .ms-sm-n3 {
        margin-left: -1rem!important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem!important
    }

    .ms-sm-n5 {
        margin-left: -3rem!important
    }
}

@media (min-width: 768px) {
    .m-md-n1 {
        margin:-.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mx-md-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-md-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-md-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-md-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-md-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .my-md-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-md-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-md-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-md-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-md-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .mt-md-n1 {
        margin-top: -.25rem!important
    }

    .mt-md-n2 {
        margin-top: -.5rem!important
    }

    .mt-md-n3 {
        margin-top: -1rem!important
    }

    .mt-md-n4 {
        margin-top: -1.5rem!important
    }

    .mt-md-n5 {
        margin-top: -3rem!important
    }

    .me-md-n1 {
        margin-right: -.25rem!important
    }

    .me-md-n2 {
        margin-right: -.5rem!important
    }

    .me-md-n3 {
        margin-right: -1rem!important
    }

    .me-md-n4 {
        margin-right: -1.5rem!important
    }

    .me-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-md-n3 {
        margin-bottom: -1rem!important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-md-n5 {
        margin-bottom: -3rem!important
    }

    .ms-md-n1 {
        margin-left: -.25rem!important
    }

    .ms-md-n2 {
        margin-left: -.5rem!important
    }

    .ms-md-n3 {
        margin-left: -1rem!important
    }

    .ms-md-n4 {
        margin-left: -1.5rem!important
    }

    .ms-md-n5 {
        margin-left: -3rem!important
    }
}

@media (min-width: 992px) {
    .m-lg-n1 {
        margin:-.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mx-lg-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-lg-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-lg-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-lg-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .my-lg-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-lg-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-lg-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-lg-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-lg-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .mt-lg-n1 {
        margin-top: -.25rem!important
    }

    .mt-lg-n2 {
        margin-top: -.5rem!important
    }

    .mt-lg-n3 {
        margin-top: -1rem!important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mt-lg-n5 {
        margin-top: -3rem!important
    }

    .me-lg-n1 {
        margin-right: -.25rem!important
    }

    .me-lg-n2 {
        margin-right: -.5rem!important
    }

    .me-lg-n3 {
        margin-right: -1rem!important
    }

    .me-lg-n4 {
        margin-right: -1.5rem!important
    }

    .me-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem!important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ms-lg-n1 {
        margin-left: -.25rem!important
    }

    .ms-lg-n2 {
        margin-left: -.5rem!important
    }

    .ms-lg-n3 {
        margin-left: -1rem!important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem!important
    }

    .ms-lg-n5 {
        margin-left: -3rem!important
    }
    #header.clctf_menu .header-nav-main nav > ul > li.open > a,
    #header.clctf_menu .header-nav-main nav > ul > li:hover > a{
        background: var(--tertiary);
    }
    #header.clctf_menu .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #ea5413;
    }
    #header.clctf_menu .header-nav-main nav > ul > li.dropdown .dropdown-menu{
        background: #fa7a43;
    }
    #header.clctf_menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a{
        background-color: #f9ece1;
        color: #ea5413;
    }
}

@media (min-width: 1200px) {
    .m-xl-n1 {
        margin:-.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mx-xl-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-xl-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-xl-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-xl-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .my-xl-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-xl-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-xl-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-xl-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-xl-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .mt-xl-n1 {
        margin-top: -.25rem!important
    }

    .mt-xl-n2 {
        margin-top: -.5rem!important
    }

    .mt-xl-n3 {
        margin-top: -1rem!important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mt-xl-n5 {
        margin-top: -3rem!important
    }

    .me-xl-n1 {
        margin-right: -.25rem!important
    }

    .me-xl-n2 {
        margin-right: -.5rem!important
    }

    .me-xl-n3 {
        margin-right: -1rem!important
    }

    .me-xl-n4 {
        margin-right: -1.5rem!important
    }

    .me-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem!important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ms-xl-n1 {
        margin-left: -.25rem!important
    }

    .ms-xl-n2 {
        margin-left: -.5rem!important
    }

    .ms-xl-n3 {
        margin-left: -1rem!important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem!important
    }

    .ms-xl-n5 {
        margin-left: -3rem!important
    }
}

@media (min-width: 1400px) {
    .m-xxl-n1 {
        margin:-.25rem!important
    }

    .m-xxl-n2 {
        margin: -.5rem!important
    }

    .m-xxl-n3 {
        margin: -1rem!important
    }

    .m-xxl-n4 {
        margin: -1.5rem!important
    }

    .m-xxl-n5 {
        margin: -3rem!important
    }

    .mx-xxl-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-xxl-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-xxl-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-xxl-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .my-xxl-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-xxl-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-xxl-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-xxl-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-xxl-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem!important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem!important
    }

    .mt-xxl-n3 {
        margin-top: -1rem!important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem!important
    }

    .mt-xxl-n5 {
        margin-top: -3rem!important
    }

    .me-xxl-n1 {
        margin-right: -.25rem!important
    }

    .me-xxl-n2 {
        margin-right: -.5rem!important
    }

    .me-xxl-n3 {
        margin-right: -1rem!important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem!important
    }

    .me-xxl-n5 {
        margin-right: -3rem!important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem!important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem!important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem!important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem!important
    }

    .ms-xxl-n3 {
        margin-left: -1rem!important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem!important
    }

    .ms-xxl-n5 {
        margin-left: -3rem!important
    }
}