#cover {
    width: 100%;
}

#cover .buttons a {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    background: #cad97a;
    color: #ffffff;
    padding: 30px;
    width: 170px;
    height: 80px;
}

#cover .buttons a:hover {
    background: #5dbfc1;
    text-decoration: none;
}

#cover .buttons .chinese {
    font-size: 20px;
    line-height: 20px;
}

#cover .buttons .english {
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
    text-transform: uppercase;

}

#cover .yearly-report {
    color: #696969;
    text-align: center;
    padding: 10px;
}

#cover .header {
    padding: 20px 0px;
}

#main .header {
    background: #5dbcbf;
    color: #fff;
}

#main .header a {
    color: #fff;
    padding: 5px;
}

#main .header a:hover {
    color: #696969;
    text-decoration: none;
}

#main .language {
    text-align: right;
}

#main .body .cover-img {
    padding-bottom: 10px;
}

#main .menu ul {
    list-style: none;
    padding: 0px;
}

#main .menu li {
    padding: 3px 0px;
}

#main .menu li a {
    background: #f1f1f1;
    color: #404040;
    display: block;
    padding: 10px 20px 10px 50px;
    font-size: 14px;
    font-weight: bold;
	text-transform: uppercase;
}

#main .menu li.active a, #main .menu li a:hover {
    background: #5dbcbf;
    color: #ffffff;
    display: block;
    text-decoration: none;
    background-image: url('../images/main/active-style.png');
    background-repeat: no-repeat;
    background-position-x: 30px;
    background-position-y: center;
	text-transform: uppercase;
}

#main .footer {
    font-size: 10px;
    text-align: center;
    padding: 10px;
    color: #58595b;
}

#main .back-to-top {
    text-align: right;
}

#main .back-to-top a {
    color: #5dbcbf;
}

#main .back-to-top a:hover {
    text-decoration: underline;
}

#main .container {
    position: relative;
}

#main .menu {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    z-index: 9999;
}

#main .content {
    padding: 10px 5px;
}


.photoframe {
    width: 100%;
    padding-bottom: 30px;
}

.subtitle{
	background-image: url('../images/title-29.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	
	
}

.navbar-toggler
{
    margin-left: -30px;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
    #cover .buttons a {
        float: left;
        width: 140px;
        margin: 0 20px 0 0;
    }

    #cover .yearly-report {
        text-align: right;
        padding: 30px 45px 0px;
    }

    #main .header {
       /* background-image: radial-gradient(#ffffff 20%, transparent 20%), radial-gradient(#ffffff 20%, transparent 20%);
        background-position: 80px 92px;
        background-size: 6px 6px;
        background-repeat: repeat-x;*/
    }

#cover .buttons {
        padding: 0 0 0 38px;
    }

#cover .header {
        padding-left: 2px;
    }
}




@media (min-width: 992px) {
    .container {
        max-width: 980px;
    }

    #cover .yearly-report {
        text-align: right;
        padding: 52px 57px 0px;
    }

    #cover .cover-image {
        padding-top: 40px;
    }

    #cover .buttons a {
        float: left;
        width: 170px;
        margin: 0 20px 0 0;
    }
	
	#cover .buttons {
        padding: 0 0 0 45px;
    }
    #cover .header {
        padding-left: 7px;
    }
	

    #main .title-section {
        padding: 15px 0px;
    }

    #main .title-section .title {
        font-size: 16px;
    }

    #main .title-section .year {
        font-size: 28px;
        font-family: Helvetica;
        margin-top: -5px;
    }

    #main .language {
        padding-top: 20px;
        padding-right: 0px;
    }

    #main .menu {
        display: block;
        position: inherit;
    }
}