body { 
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif !important;
}

@media (min-width: 992px){
    #header .header-nav-main nav > ul > li > a{
        font-weight:400;
    }
}

@media (min-width: 992px){
    #header .header-nav-main nav > ul > li > a{
        font-size: 15px;
    }
}

@media (max-width: 992px){
    .b-none{
        border-left: 0 !important;
    }
}


.rev_slider li.slide-overlay .slotholder:after{
    opacity: 0.2;
}
.thumb-info .thumb-info-wrapper:after{
    background: transparent;
}

.text-outline{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}


.thumb-info .thumb-info-title{
    font-size: 25px;
}

@media (max-width: 767px) {
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		font-size: 8px;
	}
    .text-5{
        font-size: 18px !important;
    }
    .lead-2{
        font-size: 0.8em !important;
    }
    .lead{
        font-size: 18px !important;
    }
    
}
.btn-hover a:hover{
    background-color: rgb(255,255,255);opacity:0.6;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	color: #e36159!important;
}
.xyzc{
    padding-left: 150px; 
    padding-right: 150px;
}

@media (max-width: 767px){
    .xyzc{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.menu-news{
    color: white;
}


.text-thin{
    font-weight:300 !important;
}

.img-shadow{
    box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.abu-bg{
    background-color:#F5F5F5 !important;
}

.d-round{
    border-radius: 25px !important;
}

.no-border{
    border-style: none;
}

.en-hover:hover{
    color: #e36159;
    text-decoration: none;
}

#contactus-button{
    padding: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.ct-button{
    font-size: 40px;
    color: white;
    background-color: #e36159;
    border: 5px solid white;
    width: 80px;
    height: 80px;
    line-height: 70px;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
    animation: bmove 5s infinite;
}

@keyframes bmove{

    50% {border-color: #212529;}

}

.ct-button:hover{
    color: #e36159;
    background-color: white !important;
}

@media (max-width: 767px){
    .ct-button{
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        margin: 0;
    }
    #contactus-button{
        right: 10px;
        bottom: 10px;
    }
}

.running-text {
    position: relative;
    left: 150px;
    bottom: 10px;
    width: 500px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.running-text:hover{
    text-decoration: none;
}

@keyframes running {
  0%   {left:120px; top:-15px;}
  100% {left:120px; top:-15px;}
}

@media (max-width: 767px) {
    .running-text{
        display: none;
    }
}

html .scroll-to-top{
    display: none;
}

.box-shadow {
	background:#fff;
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.9);

}

.bg-gradient{
    background: rgb(255,255,255) !important;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(227,97,89,1) 50%, rgba(255,255,255,1) 100%) !important;
}
