body {
    color: #686565;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    overflow-x: hidden;
}

a {
    color: #14437c;
    background: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: auto\9;
}

.m-50 {
    margin-top: 50px;
    margin-bottom: 80px;
}

.p-50 {
    padding: 50px 0;
}
.mb-80{
    margin-bottom: 80px;
}
.mt-50{
    margin-top: 50px;
}
/* Header 2 */

.header {
    height: 80px;
}

.logo img {
    margin: 7px;
    width: 220px;
    height: 75px;
}

.navbar {
    opacity: 1;
    margin-bottom: 0;
    background-image: linear-gradient(to top, #232323, #575656);
    /*background-image: linear-gradient(to left, #9b9b9b, #ffffff);*/
    transition: all 0.2s ease-out;
    height: 90px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 35px 15px;
}

.navbar-container {
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    transition: all 0.2s ease-out;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    color: #fff;
    background-color: #ff9901;
    font-weight: 600;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:active {
    color: #fff;
    background-color: #ff9901;
    font-weight: 600;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ff9901;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #848484;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 12px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
    background: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff9901;
}


.navbar-scroll {
    opacity: 1;
}

#top-social-menu {
    display: none;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
}


@media (max-width: 767px) {

    .header {
        height: 80px;
    }

    .logo img {
        margin: 5px;
    width: 220px;
    height: 75px;
    }

    .navbar-header {
        height: 80px;
    }

    .navbar {
        height: 80px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 25px;
    }

    .navbar-nav {
        margin: 0px -15px;
        background: #252525
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin: 0px 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
        background: #fff
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #ff9901;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #ff9901;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #fff;
        background-color: #ff9901;
    }
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #3e3e3e;
}

/*title 1*/
.title1 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin: 50px 0;
}

.title1 span {
    position: relative;
    padding: 0 25px;
    letter-spacing: 5px;
    font-weight: bold;
}

.title1 span:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    width: 143px;
    height: 32px;
    background: url(../img/title/title1-1.png) no-repeat;
}

.title1 span:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    width: 143px;
    height: 32px;
    background: url(../img/title/title1-2.png) no-repeat;
}
@media (max-width: 767.98px) {
    .title1 span:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    width: 0px;
    height: 32px;
    background: none;
}
.title1 span:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    width: 0px;
    height: 32px;
    background: none;
}
}

/*----box7----*/
.box7 {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    /*border: 1px solid #ff9901;*/
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.47);
    margin:10px 5px 30px 5px;
    

}

a .box7 .box7-img img {
    width: 100%;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
}

a .box7:hover .box7-img img {
    transform: scale(2);
    -webkit-transform: scale(1.05);
}

a .box7 h3 {
    font-size: 18px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff9901;
    color: #fff;
    padding: 20px;
    margin: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
}

.txt{
    margin-bottom: 20px;
        text-align: justify;
        margin-left: 5px;
        margin-right: 5px;
}
/*------end-----*/

/*index-about*/
.image-column {
    position: relative;
        margin-bottom: 50px;
}

.image-column .inner-column {
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
}

.image-column .inner-column:before {
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
}

.image-column .image-1 {
    position: relative;
}

.image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.image-column .image-2 img,
.image-column .image-1 img {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.47);
}

.image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.text {
    text-align: justify;
    font-size: 18px;
}
.pdt-ti{
        color: #ff9902;
    margin-top: 0;
    margin-bottom: 15px;
}

/*index-new*/
.index-new {
    font-size: 30px;
    font-weight: bold;
    color: #222222;
    padding-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
}
.btnWrap{
    float: right ;
    margin: 20px 0;
    margin-right: 10px;
}

.btn-more1 {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #000;
    letter-spacing: 3px;
    border: 1px solid #000;
    display: inline-block;
    padding: 12px 40px;
    line-height: 13px;
    margin-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

.btn-more1:hover {
    color: #fff;
    border-color: #ff9901;
    z-index: 1;
}

.btn-more1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ff9901;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: -1;
}

.btn-more1:hover:before {
    content: "";
    right: 0;
}

.btn-more1:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid #000;
    border-left: none;
    border-top: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.btn-more1:hover:after {
    content: "";
    right: -10px;
    left: 10px;
    border: 1px solid #ff9901;
    border-left: none;
    border-top: none;
}

.news-list {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px 0;
    margin-bottom: 10px;
}

.news-list:hover {
    background: #ff9901;
     color: #fff;

}

.news-list:hover>div:nth-of-type(1),
.news-list:hover>div:nth-of-type(2) a {
    color: #fff;
}

.news-list>div:nth-of-type(1) {
    width: 178px;
    font-size: 17px;
    color: #666666;
    text-align: center;
}

.news-list>div:nth-of-type(2) {
    width: calc(100% - 178px);
    font-size: 20px;
}

.news-list>div:nth-of-type(2) a {
    color: #222;
}

/*footer*/
footer {
    background-image: linear-gradient(to top, #232323, #575656);
    padding: 30px 0;
}

.list-inline>li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

.list-inline>li a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.sitemap {
    font-size: 18px;
    color: #fff;
}
.sitemap a:hover{
    color: #ff9901;
}
.footer_top {
    text-align: center;
    padding: 10px 0 0 0;
}

.copyright {
    text-align: center;
    margin: 10px 0;
    border-top: 1px solid;
    padding-top: 10px;
}

.info {
    list-style: none;
    margin-top: 25px;
}

.info h3 {
    font-size: 18px;
    color: #ff9901;
}

.info p {
    color: #fff;
}

.info a {
    color: #fff;
}
.info a:hover{
    color: #ff9901;
}

/*內頁banner*/

.page-banner {
    background-repeat: no-repeat;
        background-position: left;
    background-size: cover;
    height: 300px;
}

@media (max-width: 1240px) {
    .page-banner {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .page-banner {
        height: 270px;
    }
}

@media (max-width: 768px) {
    .page-banner {
        height: 230px;
    }
}

@media (max-width: 480px) {
    .page-banner {
        height: 170px;
    }
}


/*---------breadcrumb-----*/
.breadcrumb-bg {
    background: #f6f6f654;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
}

ul.breadcrumb {
    padding: 5px 0px;
    list-style: none;
    background-color: #f6f6f654;
    margin: 5px;
    float: right;
}

ul.breadcrumb li {
    display: inline;
    font-size: 16px;
    color: #5c5c5c;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #9e9e9e;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #5c5c5c;
    text-decoration: none;
}



/*側選單*/

.list {
    padding: 15px;
    margin-bottom: 30px;
    background: #FBFBFB;
    border-top: 4px solid #ff9901;
    border-radius: 2px;
}

.list ul li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 18px;
}

.list ul {
    padding-left: 5px;
        margin-top: 25px;
}

.list ul li:before {
    content: "\f101";
    margin-right: 15px;
    color: #777;
    transition: all 0.5s ease 0s;
    font-family: "FontAwesome";
    font-size: 16px;
}
.list ul li a{
    color: #333;
}
.list ul li:hover::before,
.list ul li>a:hover,
.list ul li>a:focus {
    color: #ff9902;
    padding-left: 8px;
}
.list ul li.active::before,
.list li.active>a{
    color: #ff9902;
}

.list h3 {
    color: #777777;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
}
.list hr{
    width: 60px;
        border-color: #ff9901;
        float: left;
        margin: 0px;
}

/*contact*/
.contact{
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.47);
        padding: 15px 10px;
}
.contact-info h3{
    margin-bottom: 25px;
}

/*----------pagination----*/
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff9901;
    border-color: #6d0000;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3e3a36;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #9d9d9d;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #3e3a36;
}

/* Menulist*/

.Menulist {
    clear: both;
    margin-bottom: 100px;
}

.Menulist ul {
    margin: 0px;
    padding: 0px;
}

@media (min-width: 769px) {
    .Menulist ul li {
        margin: 0px 20px 10px 0px;
        width: 48%;
        float: left;
        list-style-type: none;
    }
}

@media (max-width: 768px) {
    .Menulist ul li {
        margin: 0px 20px 10px 0px;
        width: 100%;
        float: left;
        list-style-type: none;
    }
}

.Menulist ul li:nth-child(2n) {
    margin: 0px 0px 10px;
    float: right;
}

.Menulist ul li a {
    background-position: 15px 12px;
    padding: 10px 15px 10px 35px;
    border: 1px solid rgb(91, 91, 91);
    border-image: none;
    display: block;
    background-repeat: no-repeat;
    color: #5b5b5b;
    font-size: 18px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Menulist ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5b5b5b;
}
