:root{
    --color1: #0299cd;
    --color2: #232725;
    --color3: #026191;
    --color4: #d6cdaa;
}
h3{
    font-size: 20px!important;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6.subtitle {
    font-size: 20px!important;
    letter-spacing: 2px;
}
p{
    font-size: 14px;
}
@media (min-width:992px){
    h3{
        font-size: 22px!important;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 18px;
    }
    p{
        font-size: 16px;
    }
}
.text-theme-colored1{
    color: #026191!important;
}
.bg-theme-colored1{
    background-color: #026191!important;
}
.bg-theme-colored2{
    background-color: #f2f2f2!important;
}
.text-gray-darkgray{
    color: #828384!important;
}

/* .tm-sc-section-title .title-wrapper h3.title , h3.title{
    font-size: 24px;
} */
/* 導覽列 */
header#header .header-top{
    background-color: #0299cd;
}
header#header .header-top .contact-info li{
    color: #fff;
}
header#header .header-top .contact-info li img{
    max-width: 23px;
    max-height: 20px;
    vertical-align: sub;
    margin-right: 10px;
}
header#header .header-top .contact-info li:not(:first-child):before{
    width: 2px;
}
header#header .menuzord-brand img{
    max-height: 35px;
}
.menuzord.theme-color2 .menuzord-menu > li.active > a, .menuzord.theme-color2 .menuzord-menu > li:hover > a, .menuzord.theme-color2 .menuzord-menu ul.dropdown li:hover > a {
    background: #232725;
    color: #fff;
}
#top-primary-nav .menuzord-menu ul.dropdown li.active > a:not(.tm-submenu-title), #top-primary-nav .menuzord-menu ul.dropdown li:hover > a:not(.tm-submenu-title) {
    color: #232725;
}
.menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu ul.dropdown li:hover > a {
    border-color: #d6cdaa !important;
}
.header-nav .header-nav-wrapper.navbar-scrolltofixed{
    top: 0 !important;
}
/* 小字 */
.font-current-theme2{
    font-size: 22px!important;
    line-height: 1!important;
    font-weight: normal!important;
}
/* 大字 */
.font-current-theme1 , .font-current-theme1 .text-theme-colored1{
    font-size: 40px!important;
    line-height: 1.3!important;
    font-style: normal!important;
    font-weight: 700!important;
}

.font-current-theme2{
    line-height: 1.3!important;
}
.font-current-theme2 ,.font-current-theme1 {
    padding-left: 20px!important;
}
rs-slide .btn-theme-colored1{
    padding: 1.1rem 2.2rem!important;
    font-size: 16px!important;
}
rs-slide .btn-theme-colored1:hover{
    color: #fff!important;
    transform: none;
}
@media (min-width: 768px) {
    header#header .header-top .contact-info li{
        margin-right: 25px;
    }
    header#header .header-top .contact-info li:not(:first-child):before {
        background: rgba(255, 255, 255, 0.7);
        content: "";
        position: absolute;
        top: 0;
        bottom: 1px;
        left: -16px;
        margin: auto;
        height: 15px;
        width: 1px;
    }
}
@media (min-width: 992px) {

}
@media (max-width: 1199.98px){
    header#header .header-top{
        padding-bottom: 15px;
    }
    header#header .header-top .element{
        padding: 0;
    }
    #top-primary-nav.menuzord-responsive .menuzord-menu > li > a, #top-primary-nav-clone.menuzord-responsive .menuzord-menu > li > a {
        color: #fff;
        background-color: #232725;
        border-bottom-color: #444;
    }
    .menuzord-responsive .menuzord-menu li .indicator{
        color: #232725;
        background: #fff;
    }
}
/* 輪播大圖 */
#rev_slider_1_1_wrapper .zeus.tparrows{
    min-width: 50px;
    min-height: 50px;
}
#rev_slider_1_1_wrapper .zeus.tparrows:before{
    line-height: 50px;
    font-size: 18px;
}
.rev-slidebg {
    background-color: #000; 
    width: 80%;
}
#rev_slider_1_1  rs-sbg , rs-sbg-wrap , .slotslide > div{
    background-repeat: no-repeat;
}

.carouselSlide{
    display: none;
}



/* 手機版輪播 */
@media (max-width: 768px){
    #home{
        display: none;
    }
    .carouselSlide{
        display: block;
    }
    .carouselSlide .carousel-indicators {
        margin-bottom: 0;
    }
    .carouselSlide .carousel-indicators button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    .carouselSlide .carousel-item {
        position: relative;
    }
    .carouselSlide .carousel-item .carousel-text {
        position: absolute;
        bottom: 10%;
        /* 讓文字區塊位於圖片的下方 */
        left: 50%;
        transform: translateX(-50%);
        /* 水平置中 */
        text-align: center;
        color: #fff;
        width: 83%;
        /* 調整寬度 */
        border: 2px solid white;
        padding: 10px 5px;
        background-color: rgba(247, 247, 247, 0.2392156863);
        animation: zoomIn 2s ease-out;
    }
    .carouselSlide .carousel-item .carousel-text .main-text {
        font-size: 19px;
        /* 大字 */
        font-weight: 700;
        margin-bottom: 10px;
        text-shadow: 0 0 5px #000;
    }
    .carouselSlide .carousel-item .carousel-text .sub-text {
        font-size: 14px;
        /* 小字 */
        margin: 5px 0;
        text-shadow: 0 0 5px #000;
    }
    .carouselSlide .carousel-item .carousel-text .carousel-text p {
        margin: 0;
        /* 去除段落的間距 */
    }
    .carouselSlide .carousel-control-prev {
        justify-content: start;
        border: none;
        background: transparent;
    }
    .carouselSlide .carousel-control-next {
        justify-content: end;
        border: none;
        background: transparent;
    }
    .carouselSlide .carousel-control-prev-icon,
    .carouselSlide .carousel-control-next-icon {
        background-color: rgba(0 ,0 ,0 ,0.1);
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: none;
        /* border: 1px solid #1e242e; */
        transition: color 0.3s ease, background-color 0.3s ease;
    }   
    .carouselSlide .carousel-control-prev-icon:hover,
    .carouselSlide .carousel-control-next-icon:hover {
        background-color: #000;
        color: #fff;
    }

}
/* Why Choose U */
.img-icon-service-box .tm-details .icon{
    margin-bottom: 20px;
}
/* about */
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image.img-two{
    max-width: 400px;
}
.about-us .section-content h6.subtitle {
    font-family: "Grand Hotel", cursive;
}
.about-us .section-content p{
    margin-bottom: 5px;
    color: #828384;
}
.btn-theme-colored1{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    margin-top: 20px;
}
.btn-theme-colored1:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-theme-colored1::before{
    background: #000;
}
.btn{
    transition: all 0.5s ease-in-out;
}
/* 冷氣安裝與維修實績/服務滿意客戶/在地專業經驗 */
.tm-sc-funfact .counter .animate-number{
    line-height: 1.5;
}
.tm-sc-funfact .counter{
    color: #d6cdaa;
}

.tm-sc-funfact p{
    color: #fff;
}
/* Our Services */
.title-wrapper p{
    color: #828384;
}
.service-img-iconbox .entry-content .icon img{
    max-width: 70px;
}
.service-img-iconbox .entry-content .title ,.service-img-iconbox:hover .entry-content .title {
    color: #000;
}
.service-img-iconbox .entry-content p,.service-img-iconbox:hover .entry-content p{
    color: #828384;
}

.service-img-iconbox:hover {
    background-color: transparent;
    border: 10px solid #0299cd;
    -webkit-box-shadow: 0px 15px 24px 0px rgba(240, 240, 242, 0.97);
    -moz-box-shadow: 0px 15px 24px 0px rgba(240, 240, 242, 0.97);
    -o-box-shadow: 0px 15px 24px 0px rgba(240, 240, 242, 0.97);
    box-shadow: 0px 15px 24px 0px rgba(240, 240, 242, 0.97);
}
.service-img-iconbox .pa-thumb:after{
    background-color: #c1e3e8;
    z-index: 0;
}
.tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content:after{
    background-color: #232725;
}
.airco-gallery .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .styled-icons a{
    background: #232725;
}
.airco-gallery .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .styled-icons a:hover i{
    color: #232725;
}
.tm-sc-gallery.gallery-style1-basic .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content:after{
    opacity: 0.5;
}
@media (min-width: 768px){
    .serviceSec .section-content .row .service-img-iconbox{
        min-height: 363px;
    }
}
/* Our Customer */
.img-thumbnail img{
    width: 90%;
    height: auto;
    border-radius: 50%;
}

.tm-sc-testimonials.testimonial-style2-centered-aligned .tm-testimonial .testimonial-text-holder .author-text {
    color: #515056;
    font-size: 16px;
}
.tm-sc-testimonials.testimonial-has-quote-icon .tm-testimonial .author-text:before{
    content: '';
}
.tm-sc-testimonials .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .name{
    font-size: 16px;
    font-weight: normal;
}
@media (min-width: 768px){
    .airco_testimonial .slick-slider-thumbs .slick-slide{
        margin: 0 10px;
    }
}
/* 合作廠商 */
.tm-sc-clients.clients-animation-grayscale .item img{
    filter: grayscale(0);
}
/* 最新消息 */
.tm-sc-blog.blog-style1-current-theme article .entry-header .thumb img{
    transform: translate(-50%, -50%) scale(1);
}
.tm-sc-blog.blog-style1-current-theme article:hover .entry-header .thumb img{
    transform: translate(-50%, -50%) scale(1.1);
}
.tm-sc-blog.blog-style1-current-theme article .entry-content .entry-meta{
    border-top: none;
}
.tm-sc-blog.blog-style1-current-theme article .entry-content .entry-meta img{
    width: 12px;
    height: auto;
    margin-right: 8px;
    margin-top: -4px;
}
.tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title{
    color: #026191;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.tm-sc-blog.blog-style1-current-theme article .entry-content p{
    color: #828384;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
/* footer */
.ereco_footer:before{
    background: transparent;
}
.airco_footer_widget .widget .tm-widget-contact-info img{
    max-width: 250px;
    margin-bottom: 30px;
}
.airco_footer_widget .widget .tm-widget-contact-info .description{
    font-size: 16px;
}
footer#footer .footer-widget-area .widget .widget-title{
    color: #d6cdaa;
}
footer#footer .footer-widget-area .widget ul li a{
    color: #fff;
}
.widget_nav_menu.split-nav-menu1 ul li {
    width: 100%;
    color: #fff;
}
/* aside側邊攔(置頂鍵獨立) */
aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 15px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 999;
}
aside a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 10px 0;
}
aside .asideBottom {
  margin-top: 5px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width:768px){
    aside {
        right: 10px;
        transform: scale(1);
    }
}
/* 內頁共同樣式 */
.layer-overlay.overlay-theme-colored2-8{
    background-position:  center 65% !important;
}
.layer-overlay.overlay-theme-colored2-8::before{
    background-color: #029acd;
}
.section-typo-light h3{
    font-size: 28px!important;
}
.breadcrumbs{
    font-size: 14px;
}
@media (min-width: 992px) {
    .section-typo-light h3{
        font-size: 34px!important;
    }
    .breadcrumbs{
        font-size: 16px;
    }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 30px auto;
  text-align: center;
  padding: 20px 0;
}
.pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline;
}
.pagination ul a {
  margin: 0 5px;
  width: 60px;
  height: 60px;
  border-radius: 10%;
  color: #303030;
  float: left;
  padding: 10px;
  text-decoration: none;
  line-height: 2.2;
  /* border: 1px solid #f5f5f7; */
}
.pagination ul a.active {
  background-color: #0299cd;
  color: #fff;
  font-weight: 700;
}
.pagination ul li:hover a {
  background-color: #0299cd;
  color: #fff;
  font-weight: 700;
}
/* 文章樣式 */
.articlecontent {
  margin: 0 auto;
  max-width: 900px;
}
.articlecontent img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.articlecontent iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 992px) {
  .articlecontent img {
    max-width: 900px !important;
    max-height: 100% !important;
  }
  .articlecontent iframe {
    width: 100% !important;
    height: 100% !important;
    max-width: 800px !important;
  }
}
@media (max-width: 768px){
    .articlecontent{
        padding-right: 25px;
    }
}
/* 最新消息/官方網站正式上線 */
.articlePage .row > div{
    margin: 0 auto;
    max-width: 900px;
}
.articlePage .entry-header h3{
    margin-bottom: 0;
}
.articlePage .entry-header .entry-meta img{
    width: 18px;
    margin-right: 8px;
    margin-top: -5px;
}
.articlecontent p{
    margin: 0;
    color: #000;
}

/* 關於我們/常見Q&A */
.qaAccordin {
  margin: 20px auto 40px;
  max-width: 900px;
  padding: 50px 0;
}
.qaAccordin .qa-item {
  border: 1px solid #026191;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.qaAccordin .qa-item .question {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 30px;
  color: #026191;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.qaAccordin .qa-item .question .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #eaeaea;
  color: #026191;
  text-align: center;
  line-height: 1.5;
  border-radius: 4px;
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}
.qaAccordin .qa-item .question.active {
  background-color: #026191;
  color: #fff;
}
.qaAccordin .qa-item .question.active .icon {
  background-color: #fff;
  color: #026191;
}
.qaAccordin .qa-item .answer {
  display: none;
  padding: 16px;
  padding-top: 0;
  padding-left: 25px;
  background-color: #026191;
  color: #fff;
  transition: all 0.8s ease-in;
  font-size: 14px;
}
.qaAccordin .qa-item .answer.show {
  transition: all 0.5s ease-in;
  display: block;
}
.contact1 {
    color: #026191;
    font-weight: 600;
}
.contact1 a{
    color: #026191;
}
.contact1 a:hover{
    color: #333;
}
.contact1 i{
    margin-right: 6px;
}
/* 服務項目 */
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li.active > a,.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
    border-left-color: #026191;
}
.widget.widget_nav_menu ul > li::before {
    color: #026191;
}
/* 影片介紹 */
.videoContent {
  padding: 60px 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}
.videoContent .mediavideo {
  margin: 0 auto;
  background-color: #fff;
  /* border-radius: 7px; */
  box-shadow: 0 0 50px rgb(5, 5, 5 , 0.08);
  padding-bottom: 20px;
}
.videoContent .mediavideo .boximg5x3 {
  border-radius: 7px 7px 0 0;
}
.videoContent .mediavideo .boximg5x3::before {
  content: "\f167";
  font-family: "Font Awesome 7 Brands";
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  z-index: 2;
  transition: all 0.5s ease;
}
.videoContent .mediavideo .boximg5x3::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.videoContent .mediavideo p {
  padding: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.75em;
  color: #828384;
}
.videoContent .mediavideo .boximg5x3:hover::before {
  color: #f11717;
  transform: translate(-50%, -50%) scale(1.2);
}
@media (min-width: 768px){
    .videoContent .mediavideo {
        margin: 10px;
        flex: 0 0 calc(50% - 20px);
    }
}
@media (min-width: 992px){

    .videoContent .mediavideo {
        margin: 20px;
        flex: 0 0 calc(33.333% - 40px);
    }
}
/* 工程實績/冷氣安裝案例 */
.casePage .tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title{
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
/* 工程實績/冷氣安裝案例/楠梓區-格力AI超一級變頻(室內機分白色、銀色、黑色擇一) */
.caseArticlePage .tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title{
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.styled-icons1{
    display: flex;
    justify-content: center;
}
.styled-icons1 .icon  {
    border-radius: 50%;
    font-size: 16px;
    height: 66px;
    line-height: 66px;
    width: 66px;
    background-color: #232725;
}
.styled-icons1 .icon i {
    height: 100%;
    line-height: 2;
    position: relative;
    top: 0;
    width: 100%;
    color: #fff;
}
.styled-icons1 .icon:hover{
    background-color: #fff;
}
.styled-icons1 .icon:hover i{
    color: #232725;
}
.tm-sc-gallery.gallery-style1-basic .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons1 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
}
.styled-icons1 {
    position: relative;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .4s, opacity .2s;
    transition: transform .4s, opacity .2s;
    will-change: transform, opacity;
}
.caseArticlePage .articlecontent{
    max-width: 900px;
    padding-right: 35px;
}
.caseArticlePage .articlecontent h3{
    color: #000;
}
.caseArticlePage .photo > div{
    margin: 40px auto 0;
    max-width: 900px;
}
/* 聯絡我們 */
.icon-box.iconbox-theme-colored1 .icon.icon-dark{
    background-color: #0299cd;
    display: flex;
    align-items: center;    
    justify-content: center;
}
.icon-box.iconbox-theme-colored1 .icon.icon-dark img{
    width: 45px;
    height: auto;
}
.contactPage label small{
    color: #f11717;
}
.captcha-box {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.captcha-box .captcha-container {
  flex-shrink: 0;
  /* 防止圖片被壓縮 */
}
.captcha-box .captcha-container .captcha-img {
  height: 40px;
}
@media (max-width:992px){
    .icon-box.iconbox-theme-colored1 .icon.icon-dark{
        margin: 15px auto;
    }
}
/* 品牌介紹 */
.about-us .icon-box{
    margin-bottom: 10px;
}
@media (max-width:768px){
    .about-1{
        padding-right: 35px;
    }
}

