@charset "utf-8";
/****************** 基本 ******************/
*{	
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva,sans-serif;
}
body {
    font-size: 17px;    
    font-weight: 400;
    line-height: 1.8;
    color: #777777;
    color: #323232;
    background-color: #fff;
    height: 100%;
    position: relative;
}

img{
    width: 100%;
}

a{
    text-decoration: none !important;
}

.btn.btn-primary{
    background-color: #009999;
    border: #009999 1px solid;
}

.btn.btn-primary:hover{
    background-color: #1d6161;
    border: #1d6161 1px solid;
}

.form-label{
    color: #009999;
    font-weight: 600;
}

/****************** 導覽列 navbar ******************/
.navbar {
    background-color: #f8f8f8;
    /* border-bottom: 1px solid #e8e8e8; */
    border-bottom: 0;
    padding: 0 !important;
    height: 60px;
}
/*
--- 聯邦LOGO navbar-brand ---*/
.navbar-brand {
	padding-right: 0;
}
.navbar .navbar-brand {
    margin-right: 50px;
    margin-left: 20px;
    width: 250px;
    height: 70px;
    background: url(../images/UFLC-logo.png) no-repeat 0 50%;
    background-size: contain;
}
.navbar-header .navbar-brand img {
	width: 90%;
}
.navbar-light .navbar-toggler {
    border: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 153, 153, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggle .icon-bar {
    background-color: #009999;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus {
    background-color: #f8f8f8;
}
.navbar-nav > li > a {
    margin-left: 15px;
	margin-top: 10px;
	display: block;
}
.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > a:focus {
    color:  #009999;
    background-color: transparent;
}
.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav > .active > a:focus {
    color:  #009999;
}
.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px ;
    border-radius: 0px;
}

@media screen and (max-width:768px){
    .navbar .navbar-brand{
        margin-right: 0;
    }
}

.navbar-nav > li > a{
    margin-left: 0;
}
.nav-item a{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.navbar-collapse{
    background-color: #f8f9fa;
    margin-right: -12px;
    margin-left: -12px;
}

@media screen and (max-width:576px){
    .navbar-collapse ul{
        padding-bottom: 10px;
    }
    .navbar-collapse ul li a{
        text-align: center;
        font-size: 24px;
    }
    .navbar-collapse ul li a:hover{
        font-weight: 600;
        color: #1bbbbb !important;
        border-bottom: 2px #1bbbbb solid;
    }
}



/*********************** 服務頁籤 ************************/
.servicPage{
    margin-top: 0px;
    background-color: #f8f9fa;
    padding-top: 15px;
    border-bottom: 3px #1bbbbb solid;
    padding-bottom: 1px;
    box-sizing: border-box;
}
.container-service{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.servicPage .nav-tabs{
    border-bottom: 0;
}
.servicPage .nav-tabs .nav-item a{
    background-color: #fff;
    font-size: 20px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #1bbbbb;
    border: 1px #1bbbbb solid;
    border-radius: 0;
    font-weight: 600;
    text-align: center;
}

.servicPage .nav-tabs .nav-item .nav-link.active{
    background: #1bbbbb;
    border: #1bbbbb 1px solid;
    color: #fff;
    font-weight: 600;
}
.nav-link{
    font-size: 16px;
}

@media screen and (max-width:1200px){
    .container-service{
        max-width: 992px;
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width:992px){
    .container-service{
        max-width: 768px;
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width:768px){
    .servicPage .nav-tabs .nav-item{
        width: 25%;
    }
    .servicPage .nav-tabs .nav-item a{
        font-size: 17px;
        margin-right: 0;
        margin-left: 0;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media screen and (max-width:576px){
    .servicPage .nav-tabs{
        justify-content: center;
        max-width: 576px;
        width: 100%;
    }
}


/************************* 主視覺輪播 *************************/
.carousel-inner{
    height: 600px;
}
.topStyle{
    background-position: top;
    background-color: #6eb4b4;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.top_01{
    background-image: url(../images/top_01.jpg); 
}
.top_02{
    background-image: url(../images/top_02.jpg); 
}
.top_03{
    background-image: url(../images/top_03.jpg); 
}
.top_04{
    background-image: url(../images/top_04.jpg); 
}


@media screen and (max-width:768px){
    .carousel-inner{
        height: 450px;
    }
}

@media screen and (max-width:576px){
    .carousel-inner{
        height: 530px;
        margin-top: 80px;
    }
    .top_01{
        background-image: url(../images/top_01_m.jpg); 
    }
    .top_02{
        background-image: url(../images/top_02_m.jpg); 
    }
    .top_03{
        background-image: url(../images/top_03_m.jpg); 
    }
    .top_04{
        background-image: url(../images/top_04_m.jpg); 
    }
}

.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.carousel-indicators .active{
    background-color: #009999;
}

/************************* 主要內容開始 *************************/
.mainArea{
    font-size: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 2;
}
.mainArea .title{
    display: flex;
    text-align: center;
    margin-bottom: 15px;
}
.mainArea .title h2{
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}
.mainArea .title h5{
    padding-top: 8px;
}

@media screen and (max-width:768px){
    .mainArea{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mainArea .title{
        display: block;
    }
    .mainArea .title h2{
        margin-right: 0px;
    }
}

.service{
    background-color: #c3e4e4;
}

.service .box{
    background-color: #fff;
    margin: 10px auto;
    text-align: center;
    padding: 15px 15px 20px;
}


.aboutUs{
    background-image: url(../images/aboutUs.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.aboutUs .box{
    color: #fff;
    background-color: #587777;
    padding: 40px 30px;
}

@media screen and (max-width:768px){
    .aboutUs{
        background-size: cover;
    }
}

.aboutTeamArea{
    display: flex;
    align-items: center;
}
.aboutTeam{
    position: relative;
    background-color: #e2f5f5;
    z-index: -3;
}
.aboutTeam .grayBg{
    position: absolute;
    background-color: #587777;
    /* max-width: 650px; */
    width: 30%;
    height: 100%;
    margin-top: -100px;
    z-index: -2;
}
.aboutTeam .titlePic{
    max-width: 600px;
    width: 100%;
}
.aboutTeam .box{
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aboutTeam .pic{
    border-radius: 15px;
}

@media screen and (max-width:768px){
    .aboutTeam .grayBg{
        height: 30%;
        width: 100%;
    }
    .aboutTeamArea{
        display: block;
    }
}



.whiteTxt{
    color: #fff;
}
.textCenter{
    justify-content: center;
}

footer{
    background-color: #777777;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 3px;
}
.footerBox{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerInfo{
    display: flex;
}
footer .box{
    margin-right: 30px;
    margin-left: 30px;
}
.allRights{
    background-color: #3d3d3d;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footerBox a{
    color: #fff;
}

@media screen and (max-width:768px){
    .footerBox{
        flex-wrap: wrap;
    }
    .footerInfo{
        flex-wrap: wrap;
    }
    footer .box{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    footer .box img{
        display: none;
    }
}

.haveTo{
    color: #f51010;
}

/* 浮動按鈕們 */
.floatBtn{
    position: fixed;
    right: 0;
    top: 50%;
    width: 60px;
    background-color: rgb(76, 190, 190);
    border-radius: 15px 0 0 15px;
  }
  .floatBtnBox .btn{
    font-size: 30px;
    color: #fff;
    width: 60px;
  }
  .floatBtnBox .phone.btn{
    background-color: #f85f18;
    border-radius: 15px 0 0 0;
  }

  @media screen and (max-width:576px){
    .floatBtn{
        width: 48px;
        top: auto;
        bottom: 0;
        border-radius: 15px 0 0 0;
      }
      .floatBtnBox .btn{
        font-size: 24px;
        color: #fff;
        width: 48px;
      }
      .floatBtnBox .phone.btn{
        background-color: #f85f18;
        border-radius: 15px 0 0 0;
      }
    
  }