#footer {
    text-align: center;
}
div#footer {
    background-color: #403030;
    width: 100%;
    padding: 60px 30px;
    line-height: 1.5em;
    box-sizing: border-box;
}

#footer, #footer {
    color: #FFFFFF;
}

#footer>ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-right: 70px;
    position: relative;
    vertical-align: top;
    width: 200px;
}
ul#cat4footer {
    width: 216px;
}
ul#cat4 {
    width: 167px;
}

#footer>ul>li {
    list-style-type: none;
	font-size: 95%;
}
#footer>ul>li:hover{
	cursor: pointer;
	color: #986A50;
}
#footer>ul:last-child {
    margin-right: 0;
}

#footer>ul>li:first-child {
    margin-bottom: 20px;
}

#footer2{
    background-color: #403030;
    width: 100%;
    padding-bottom: 40px;
    color: #FFFFFF;
    line-height: 1.5em;
}
#footer2{
	font-size: 13px;
	text-align: center;
}
/* body.fontsize_small #footer2{
	font-size: 11px;
}
body.fontsize_normal #footer2{
	font-size: 13px;
}
body.fontsize_large #footer2{
	font-size: 15px;
} */


ul#f2>li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
ul#f2>li:last-child {
    margin-right: 0;
}

.footer_popup_mask{
	background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    opacity: 0.7;
    z-index: 10;
}

.footer_popup{
	display: none;
	z-index: 9459;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.footer_popup.active{
	display: block;
}

.footer_popup_wrapper{
	    position: relative;
	    z-index: 12;
	    background: #fff;
	    width: 70%;
	    /* margin: 0 auto; */
	    left: 0;
	    right: 0;
	    margin: 0 auto;
}

.footer_popup_header {
    text-align: center;
    background: #986A50;
    color: #fff;
    letter-spacing: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 20px;
}

.footer_popup_content {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    /* font-size: 12px; */
    color: #4C4C4E;
    overflow: auto;
    height: 500px;
    /* margin-top: 11px; */
    text-align: left;
}

.footer_popup_footer {
    height: 40px;
    background-color: #986A50;
}

.footer_popup_content_text {
    color: #886f50;
    line-height: 20px;
    text-align: left;
}

.footer_popup_content_para {
    padding-bottom: 20px;
    text-align: left;
}

.footer_popup_content_text ul {
    list-style: inherit;
    padding-left: 20px;
}

.footer_popup_content_text ol {
    list-style: lower-roman;
    padding-left: 35px;
}

.map_close_btn {
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
    z-index: 9999;
    display: block;
    width: 25px;
    height: 25px;
}

.footer_contact{
    padding-top: 30px;
}

body.fontsize_small .footer_contact{
	font-size: 19px;
}
body.fontsize_normal .footer_contact{
	font-size: 21px;
}
body.fontsize_large .footer_contact{
	font-size: 23px;
}

span.map_close_btn_icon {
    background-image: url("../../../zh-hk/images/map/visit_point.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: 0px -105px;
    cursor: pointer;
}

div#footer:lang(en){
    font-family: "Times New Roman", Georgia, Serif;
	letter-spacing:0px;
}
 
@media screen and (max-width: 1380px) {
	#footer>ul{
		width: 200px;
		margin-bottom: 40px;
		margin-right: 20px;
	}
	ul#cat4footer {
    width: 216px;
	}
}

@media screen and (max-width: 1262px) {
	#footer{
		text-align:left;
		padding-left: border-box;
	}
	#footer>ul{
		width: 204px;
		margin-bottom: 40px;
		margin-right: 30px;
	}
	ul#cat4footer {
    width: 216px;
}
}

@media screen and (max-width: 1024px) {
#footer>ul {
    /* display: inline-block; */
    /* margin: 0; */
    /* padding: 0; */
    /* text-align: left; */
    /* margin-right: 30px; */
    /* position: relative; */
    /* vertical-align: top; */
    /* width: 204px; */
    /* margin-bottom: 40px; */
}
@media screen and (max-width: 1024px) {
	div#footer{
		display: none;
	}
}