/*body common start*/
body,html{
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    overflow: auto;
}
.font-w-200{
    font-weight: 200;
}

.font-w-300{
    font-weight: 300;
}

.font-w-400{
    font-weight: 400;
}

.font-w-500{
    font-weight: 500;
}

.font-w-900{
    font-weight: 600;
}
.font-s-1rem{
    font-size: 1rem;
}

/*bootstrap*/

/*body common start*/

.top-banner{
    background-color: #f5e0bd;
}
.area-btn{
    background-color: #774d35;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px RGBa(255, 231, 190, 0.8);
}
.btn-language{
    background-color: #FFF2CF;
    border-radius: 33px;
    padding: 5px 15px;
    display: inline-block;
    margin: 5px 0px;
    color: #774d35;
    text-decoration:none;
    margin-right: 5px;
}

.btn-language:hover{
    background-color: #fce6ab;
    color: #774d35;
    text-decoration:none;
}

.menu{
    border-radius: 33px;
    padding: 10px;
    background-color: #fcdc94;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 4px 6px 0px #a2794f;
    text-decoration: none;
    color: #143642;
    width: 100%; 
    display: block;
}
.menu-icon{
    font-size: 20px;
    color: #fff;
}
.content{
    border: 2px solid #f2ddbb;
    padding: 20px;
}
.link-title{
    text-decoration: none;
    color: #774d35;
}
.breadcrumb{
    padding: 10px;
    background-color: #FFF2CF;
    height: auto;
    letter-spacing: 1px;
}
.link-home{
    text-decoration: none;
    color: #9B8C63;
}
.link-sub{
    color: #6c757d;
}
.detail{
    font-weight: 400;
    letter-spacing: 1px;
}
.text-justify-content{
    text-align: justify;
}
/*custom*/
.dark-red{
    color: maroon;
}
.title{
    color: #774d35;
}
.subTitle{
    color: orange;
}
.thirdTitle{
    color: #9B8C63;
}
.news-content{
    border: 2px solid#774d35;
    letter-spacing: 1px;
    padding: 20px;
    font-size: 1rem;
    color: #774d35;
}
/*footer start */
footer {
    background-color: #FFE7BE;
    color: #363636;
}

.footer-info{
    padding: 20px 0px;
    line-height: 30px;
    background-color: rgb(255,244,217);
    color:rgb(54,54,54);
}
.copyright{
    background-color: rgb(119,77,53);
    color: white;
    padding: 15px;
}

.footer-info img {
    width: 120px;
}
@media (max-width:820px) {
    .copyright b{
        font-size: 10pt;
    }
}

@media (max-width:500px) {
    .footer-info img {
        width: 30%;
        padding-bottom: 10px;
    }
}

/* @media (max-height:1370px) and (min-height:880px) {
    body{
        height: 100%;
    }
} */