/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,body{
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    background-color: #fcf5eb;
    color: #2e2e2e;
    font-size: 16px;
}
/* navbar */
.navbar-brand img {
    width: 22%;
}

/* footer */
.footer {
    height: 45px;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    max-width: 100vw;
    width: 100%;
}
.footer-copyright {
    padding: .8rem 0;
    color: rgba(255, 255, 255, .5);
    font-size: 10px;
    background-color: #000;
}
.event-copyright {
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    background-color: #212121;
    font-size: 12px;
    font-family: inherit;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
}
#header.header-scrolled {
    background: rgba(25, 28, 31, 0.8);
    height: 60px;
}

/* space */
.hr--transparent-3 {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: transparent;
    color: transparent;
    height: 3px;
}
.hr--transparent-10 {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: transparent;
    color: transparent;
    height: 10px;
}
.hr--transparent-20 {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: transparent;
    color: transparent;
    height: 20px;
}
.hr--transparent-40 {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: transparent;
    color: transparent;
    height: 40px;
}
.hr--transparent-60 {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: transparent;
    color: transparent;
    height: 60px;
}
.hr--transparent-80 {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: transparent;
    color: transparent;
    height: 80px;
}
.hr--transparent-100 {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: transparent;
    color: transparent;
    height: 100px;
}
.hr--transparent-120 {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: transparent;
    color: transparent;
    height: 120px;
}
/* vertical line */
.hr--vertical-line {
    width: 1px;
    height: 75px;
    border-left: 2px solid #3c3c3c;
    border-top: none;
    margin: .75rem .75rem;
}
/* bold line */
.hr--bold-line-1{
    border: 2px solid #3c3c3c;
}

/* fonts size */
.hiyes-font--0{
    font-size: 4rem;
}
.hiyes-font--1{
    font-size: 3rem;
}
.hiyes-font--2{
    font-size: 2.75rem;
}
.hiyes-font--3{
    font-size: 2.5rem;
}
.hiyes-font--4{
    font-size: 2rem;
}
.hiyes-font--5{
    font-size: 1.75rem;
}
.hiyes-font--6{
    font-size: 1.5rem;
}
.hiyes-font--7{
    font-size: 1.25rem;
}
.hiyes-font--8{
    font-size: 1rem;
}
.hiyes-font--9{
    font-size: .875rem;
}

/* font weight */
.font-bold--5{
    font-weight: 500;
}
.font-bold--6{
    font-weight: 600;
}


/* color style */
.color-hiyesblue{
    color: #5f91c2;
}
.color-blue{
    color: #1c63ec;
}
.color-darkblue{
    color: #3b6392;
}
.color-navy{
    color: #464F59;
}
.color-white{
    color: #ffffff;
}
.color-grey{
    color: #79828B;
}
.color-darkslategrey {
    color: darkslategrey
}
.color-green{
    color: #33BEA3;
}
.color-grass{
    color: rgba(30, 124, 28, 0.6);
}
.color-yellow{
    color: #F9D90F;
}
.color-red{
    color: #AA1626;
}
.color-lightdark {
    color: rgba(0,0,0,.8);
}
.color-dark{
    color: #000000;
}
.color-golden{
    color: #D2B766;
}

/* text shadow */
.shadow-color-grey{
    text-shadow: 3px 2px 2px darkgrey;
}
.shadow-color-greyblue{
    text-shadow: 3px 2px 2px #8da3bb;
}

/* background style */
.bg-color-lightblue{
    background-color: rgb(240,248,255);
}
.bg-color-darkgrey {
    background-color: #3c3c3c;
}
.bg-color-golden {
    background-color: #D2B766;
}


/* highlight style */
.hiyes-highlight{
    display: inline-block;
    margin-left: 5px;
    border-radius: 5px;
    text-align: center;
}
.hiyes-highlight--style1{
    background-color: #5f91c2;
    color: #fff;
    width: 60px;
}
.hiyes-highlight--style2{
    height: 12px;
    width: 110%;
    background-color: #63a19d;
    margin-top: -15px;
    z-index: -1;
}

/* hyperlink style */
.hiyes-link--style1{
    color: #5f91c2;
    text-decoration: #5f91c2 underline;
}
.hiyes-link--style1:hover,.hiyes-link--style1:focus {
    color: #4d759e;
}
.hiyes-link--style2{
    color: #ffffff;
}
.hiyes-link--style2:hover,.hiyes-link--style2:focus {
    color: #cccccc;
    text-decoration: #cccccc underline;
}
.hiyes-link--style3 {
    color: #000000;
    text-decoration: #000 underline;
}
.hiyes-link--style3:hover,.hiyes-link--style3:focus {
    color: #616161;
    /* text-decoration: #616161 underline; */
}
.hiyes-link--style4 {
    color: #616161;
}
.hiyes-link--style4:hover,.hiyes-link--style4:focus {
    color: #3b3b3b;
}
.hiyes-link--style5 {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}

.hiyes-link--style5:hover,
.hiyes-link--style5:focus {
    color: #3b3b3b;
    text-decoration: none;
}

/* button style */
.hiyes-btn--square-noborder{
    display: inline-block;
    min-width: 10rem;
    max-width: 100%;
    width: 100%;
    padding: 0px 30px;
    font-size: 16px;
    cursor: pointer;
}
.hiyes-btn--square {
    display: inline-block;
    min-width: 10rem;
    max-width: 100%;
    padding: 10px 30px;
    font-size: 24px;
    border-radius: 3px;
    border: 1px solid #5f91c2;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .5);
    cursor: pointer;
}
.hiyes-btn{
    display: inline-block;
    min-width: 10rem;
    max-width: 100%;
    padding: 10px 30px;
    /* margin: 5px 10px; */
    font-size: 24px;
    border-radius: 50px;
    border: 1px solid #5f91c2;
    box-shadow: 3px 5px 10px rgba(0, 0, 0,.5);
}
.hiyes-btn--small{
    padding: 5px;
    font-size: 1.2rem;
    border-radius: 50px;
    border: 1px solid #ffffff;
    text-align: center;
    width: 100%;
}
.hiyes-btn--small-blue {
    padding: 5px;
    font-size: 1.2rem;
    border-radius: 50px;
    border: 1px solid #5f91c2;
    text-align: center;
    width: 100%;
}
.hiyes-btn--noshadow{
    box-shadow: none;
}
.hiyes-btn--color1{
    background-color: #ffffff;
    color: #5f91c2;
}
.hiyes-btn--color1:hover,.hiyes-btn--color1:focus {
    text-decoration: none;
    color: #4d759e;
}
.hiyes-btn--color2{
    background-color: #5f91c2;
    color: #ffffff !important;
}
.hiyes-btn--color2:hover,.hiyes-btn--color2:focus{
    text-decoration: none;
    background-color: #4d759e;
    color: #ffffff;
}
.hiyes-btn--color3 {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.hiyes-btn--color3:hover,.hiyes-btn--color3:focus {
    /* text-decoration: #cccccc underline; */
    color: #cccccc;
}
.hiyes-btn--color4 {
    background-color: transparent;
    color: #5f91c2;
}
.hiyes-btn--color4:hover,.hiyes-btn--color4:focus {
    text-decoration: none;
    color: #4d759e;
}

/* image */
.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-round{
    border-radius: 20px;
}
.img-round--small {
    border-radius: 10px;
}
.img-round--1 {
    border-radius: 3px;
}
.img-width--100{
    width: 100%;
}
.img-width--70 {
    width: 70%;
}

/* follow us */
.followus-content--wrapper {
    display: flex;
    justify-content: center;
}
.followus-content {
    font-size: 1.4rem;
    margin-left: 18px;
}

/* margin padding */
.m-t-0{
    margin-top: .5rem;
}
.m-t-1{
    margin-top: 1%;
}
.m-t-3{
    margin-top: 3%;
}
.m-b-2{
    margin-bottom: 2rem;
}
.m-b-1{
    margin-bottom: 1%;
}
.pd-r-2{
    padding-right: 2%;
}
.pd-l-3{
    padding-left: 3px;
}
.pd-l-2{
    padding-left: 2%;
}
.pd-rl-0{
    padding-left: 0;
    padding-right: 0;
}
.pd-3 {
    padding: 3%;
}
.pd-5{
    padding: 5%;
}




@media screen and (max-width:1023px){
    /* navbar */
    .nav-item {
        font-size: 1rem;
    }
    .navbar-brand img {
        width: 30%;
    }
    
    /* fonts size */
    .hiyes-font--0 {
        font-size: 3rem;
    }
    .hiyes-font--1{
        font-size: 2.5rem;
    }
    .hiyes-font--2{
        font-size: 2rem;
    }
    .hiyes-font--3{
        font-size: 1.75rem;
    }
    .hiyes-font--4,.hiyes-font--5 {
        font-size: 1.3rem;
    }
    .hiyes-font--6{
        font-size: 1.2rem;
    }
    .hiyes-font--7{
        font-size: 1rem;
    }
    .hiyes-font--8,.hiyes-font--9 {
        font-size: .75rem;
    }

    /* button style */
    .hiyes-btn{
        font-size: 16px;
    }
}
@media screen and (min-width:992px) and (max-width:1024px){
    /* fonts size */
    .hiyes-font--0 {
        font-size: 4rem;
    }
    .nav-item {
        font-size: .85rem;
    }
}
@media screen and (max-width:768px){
    /* vertial line */
    .hr--vertical-line {
        height: 55px;
    }
    /* follow us */
    .followus-content--wrapper svg {
        font-size: 3em;
    }
    .followus-content {
        font-size: 1rem;
        margin-left: 10px;
    }
    .followus-content h4 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:767px){
    /* fonts size */
    .hiyes-font--0 {
        font-size: 2.5rem;
    }
    h2{
        font-size: 1.3rem;
    }
    /* navbar */
    .navbar-brand{
        width: 75%;
    }
    .navbar-brand img{
        width: 35%;
    }
    .nav-item{
        font-size: 1rem;
        text-align: center;
    }
    /* vertial line */
    .hr--vertical-line {
        height: 70px;
    }
    .followus-content--wrapper {
        justify-content: flex-start;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .followus-content--wrapper svg {
        font-size: 2.5em;
    }
    .followus-content {
        font-size: 1rem;
        margin-left: 8px;
    }
    .followus-content h4 {
        font-size: 1rem;
    }

    
}
@media screen and (max-width:360px){
    .hiyes-font--0 {
        font-size: 2rem;
    }
    .hiyes-font--4,
    .hiyes-font--5 {
        font-size: 1rem;
    }

    .hiyes-font--6,.hiyes-font--7,
    .hiyes-font--8,.hiyes-font--9 {
        font-size: .75rem;
    }

    h2 {
        font-size: 1rem;
    }
    /* button style */
    .hiyes-btn {
        font-size: 12px;
    }
}

