@charset "utf-8";
/* CSS Document */
/* html */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');

body {
    background-color: #fff;
    font-family: 'Yu Gothic', simsun !important;
    font-size: 1rem;
    margin: 0px;
    min-width: 360px;
    padding: 0px;
}
html[lang="zh-cn"] body {
	font-family: 'Noto Sans SC', 'Yu Gothic', simsun !important;
}
html[lang="en"] p {
	text-align: justify;
}


/* font size */
.smalltext {
    font-size: 10px;
}
.normaltext, .fixedtext {
	font-size: 16px;
}
.bigtext {
    font-size: 20px;
}

.blackandwhite {
	filter: gray;
    filter: grayscale(100%);
}





a, a:hover, a:active {
    border: none;
    text-decoration: none;
}
header {
    background-color: #fff;
    border-bottom: 6px #f7931e solid;
}
header section:first-child {
    background-color: #b7b7b7;
}
#toptools {
    color: #fff;
    font-size: 14.4px;
    padding: 5px 0px;
    opacity: 1;
    transition: .2s all linear;
}
#toptools a {
    color: #fff;
}
footer {
    background-color: #b7b7b7;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.8rem;
    padding-top: 20px;
}
footer a, .footernav a:hover {
    color: #fff;
}
.footernav {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 8px;
}
.footernavlist {
    padding-left: 0px;
    padding: 5px 0px;
    margin-bottom: inherit !important;
}
.footernavlist li {
    border-right: 1px #fff solid;
    display: inline-block;
    padding-right: 5px;
}
.footernavlist li:last-child {
    border: none;
}
h1, .h1 {
    font-size: 2rem;
}

/* nav */
.dropdown-item {
  white-space: normal !important;
}






/* index */
.btn-view-more {
    border: none;
    border-radius: 7px;
    background-color: #fff;
    color: #f7931e;
}
.btn-view-more-oragne {
	border: none;
    border-radius: 7px;
    background-color: #f7931e;
    color: #fff;
	padding: 5px 15px;
}
.btn-view-more-oragne:hover {
	background-color: #ba6100;
	color: #fff;
}
.newsbox {
    color: #fff;
}
.newsbox a {
	color: #333;
}
.newsbox > div {
    background-image: url("../images/bg_index-newsbox-box2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	color: #656565;
}
.newsbox > div:first-child {
    background-image: url("../images/bg_index-newsbox-box1.jpg");
}
.newsbox > div:last-child {
    background-image: url("../images/bg_index-newsbox-box3.jpg");
}
.newsbox > div > div, .newsbox > div:first-child > div, .newsbox > div:last-child > div {
    background-color: rgba(226,226,226,1);
    transition: .2s all linear;
}
.newsbox > div:hover > div, .newsbox > div:first-child:hover > div, .newsbox > div:last-child:hover > div {
    background-color: rgba(226, 226, 226, 0.85);
    transition: .2s all linear;
}
.newsbox > div:first-child > div {
    background-color: rgba(108,171,234, 1);
	color: #0E3761;
}
.newsbox > div:first-child:hover > div {
    background-color: rgba(108,171,234, 0.85);
}
.newsbox > div:last-child > div {
    background-color: rgba(95,205,172,1);
	color: #255048;
}
.newsbox > div:last-child:hover > div {
    background-color: rgba(95,205,172, 0.85);
}
.newsbox h1, .newsbox .h1 {
    font-size: 1.4rem;
}
.newsbox .h2 {
    font-size: 1.1rem;
    height: 80px;
    overflow: hidden;
}
.newsbox .h2 span {
    font-size: 0.9rem;
    line-height: 1.2rem;
}
.ind-servicebox {
    padding-top: 30px;
    padding-bottom: 120px;
}
.card {
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    padding-top: 62%;
    transition: .2s all linear;
}
.ind-service-SC a {
    color: #333;
}
.ind-service-SC a .card {
    background-repeat: no-repeat;
    background-size: 100%;
    transition: .2s all linear;
}
.ind-service-SC a h3 {
    font-size: 1.3rem;
    font-weight: bolder;
    margin-bottom: 15px;
}
.ind-service-SC a:hover h3 {
    color: #f7931e;
    transition: .2s all linear;
}
.ind-service-SC a:hover .card {
    border: 1px #fff solid;
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.2);
    transition: .2s all linear;
}
.ind-service-SC a:first-child .card {
    background-image: url("../images/ind-12btn-btn01-A.png");
    transition: .2s all linear;
}
.ind-service-SC a:first-child:hover .card {
    background-image: url("../images/ind-12btn-btn01-B.png");
    transition: .2s all linear;
}
.ind-service-SC a:nth-child(2) .card {
    background-image: url("../images/ind-12btn-btn02-A.png");
}
.ind-service-SC a:nth-child(2):hover .card {
    background-image: url("../images/ind-12btn-btn02-B.png");
}
.ind-service-SC a:nth-child(3) .card {
    background-image: url("../images/ind-12btn-btn03-A.png");
}
.ind-service-SC a:nth-child(3):hover .card {
    background-image: url("../images/ind-12btn-btn03-B.png");
}
.ind-service-SC a:nth-child(4) .card {
    background-image: url("../images/ind-12btn-btn05-A.png");
}
.ind-service-SC a:nth-child(4):hover .card {
    background-image: url("../images/ind-12btn-btn05-B.png");
}
.ind-service-SC a:nth-child(5) .card {
    background-image: url("../images/ind-12btn-btn07-A.png");
}
.ind-service-SC a:nth-child(5):hover .card {
    background-image: url("../images/ind-12btn-btn07-B.png");
}
.ind-service-SC a:nth-child(6) .card {
    background-image: url("../images/ind-12btn-btn04-A.png");
}
.ind-service-SC a:nth-child(6):hover .card {
    background-image: url("../images/ind-12btn-btn04-B.png");
}
.ind-service-SC a:nth-child(7) .card {
    background-image: url("../images/ind-12btn-btn08-A.png");
}
.ind-service-SC a:nth-child(7):hover .card {
    background-image: url("../images/ind-12btn-btn08-B.png");
}
.ind-service-SC a:nth-child(8) .card {
    background-image: url("../images/ind-12btn-btn06-A.png");
}
.ind-service-SC a:nth-child(8):hover .card {
    background-image: url("../images/ind-12btn-btn06-B.png");
}
.ind-service-SC a:nth-child(9) .card {
    background-image: url("../images/ind-12btn-btn10-A.png");
}
.ind-service-SC a:nth-child(9):hover .card {
    background-image: url("../images/ind-12btn-btn10-B.png");
}
.ind-service-SC a:nth-child(10) .card {
    background-image: url("../images/ind-12btn-btn09-A.png");
}
.ind-service-SC a:nth-child(10):hover .card {
    background-image: url("../images/ind-12btn-btn09-B.png");
}
.ind-service-SC a:nth-child(11) .card {
    background-image: url("../images/ind-12btn-btn12-A.png");
}
.ind-service-SC a:nth-child(11):hover .card {
    background-image: url("../images/ind-12btn-btn12-B.png");
}
.ind-service-SC a:nth-child(12) .card {
    background-image: url("../images/ind-12btn-btn11-A.png");
}
.ind-service-SC a:nth-child(12):hover .card {
    background-image: url("../images/ind-12btn-btn11-B.png");
}
.ind-service-intro {
    background-color: #f8f3e8;
}
.ind-service-intro .container {
    min-height: 250px;
    position: relative;
}
.ind-service-intro .container > div {
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(3, 3, 3, 0.5);
    position: absolute;
    top: -50%;
}
.ind-service-intro .container > div > div:nth-child(odd) {
    background-color: #fffcef;
}
.ind-service-intro .container > div span.titleNo {
    font-size: 2.5rem;
    line-height: 1.5rem;
    font-weight: bolder;
}
.ind-service-intro .container > div span.titletext {
    color: #f7931e;
    font-size: 1.2rem;
}
.bg_ind-2btn {
    background-image: url("../images/bg_ind-2btn.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.ind-2btn-A, .ind-2btn-B {
    border-radius: 90px;
    /*background: linear-gradient(180deg, rgba(247, 148, 33, 1) 0%, rgba(238, 111, 35, 1) 100%);*/
	background-color: #fff;
	border: 6px #EF8E25 solid;
    color: #EE4036;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bolder;
	letter-spacing: 5px;
    position: relative;
    padding: 20px 20px;
    width: 100%;
	text-align: center;
	box-shadow: 0 0 5px 0 rgba(60,60,60,0.9);

	transition: .2s all linear;
}
.ind-2btn-B {
    /*background: linear-gradient(180deg, rgba(242, 207, 60, 1) 0%, rgba(232, 150, 32, 1) 100%);*/
	border: 6px #0A9E8C solid;
}
.ind-2btn-A:hover, .ind-2btn-B:hover {
    /*background: linear-gradient(180deg, rgba(255, 191, 0, 1) 0%, rgba(242, 150, 0, 1) 100%);*/
	background-color: #EF8E25;
	border: 6px #fff solid;
    color: #fff;
	box-shadow: 0 0 7px 3px rgba(80,80,80,0.8);

	transition: .3s all linear;
}
.ind-2btn-B:hover {
    /*background: linear-gradient(180deg, rgba(242, 207, 60, 0.7) 0%, rgba(232, 150, 32, 0.7) 100%);*/
	background-color: #0A9E8C;
}
.ind-2btn-A-img1, .ind-2btn-A-img2 {
    position: absolute;
    right: 32%;
    top: -15%;
    transition: .2s all linear;
}
.ind-2btn-A-img2 {
    position: absolute;
    right: 20%;
    top: 15%;
}
.ind-2btn-A:hover .ind-2btn-A-img1 {
    right: 28%;
    top: -8%;
    transition: .2s all linear;
}
.ind-2btn-A:hover .ind-2btn-A-img2 {
    right: 20%;
    top: 0%;
    transition: .2s all linear;
}
.ind-2btn-B-img1, .ind-2btn-B-img2 {
    position: absolute;
    right: 14%;
    top: -11%;
    transition: .2s all linear;
}
.ind-2btn-B-img2 {
    position: absolute;
    right: 8%;
    top: 45%;
}
.ind-2btn-B:hover .ind-2btn-B-img1 {
    right: 14%;
    top: 4%;
    transition: .2s all linear;
}
.ind-2btn-B:hover .ind-2btn-B-img2 {
    right: 8%;
    top: 35%;
    transition: .2s all linear;
}
@media screen and (max-width:990px) {
	.ind-2btn-A-img1, .ind-2btn-A-img2 {
		position: absolute;
		right: 25%;
		top: -15%;
		transition: .2s all linear;
	}
	.ind-2btn-A-img2 {
		position: absolute;
		right: 15%;
		top: 15%;
	}
	.ind-2btn-A:hover .ind-2btn-A-img1 {
		right: 23%;
		top: -8%;
		transition: .2s all linear;
	}
	.ind-2btn-A:hover .ind-2btn-A-img2 {
		right: 15%;
		top: 0%;
		transition: .2s all linear;
	}
	.ind-2btn-B-img1, .ind-2btn-B-img2 {
		position: absolute;
		right: 14%;
		top: -11%;
		transition: .2s all linear;
	}
	.ind-2btn-B-img2 {
		position: absolute;
		right: 6%;
		top: 45%;
	}
	.ind-2btn-B:hover .ind-2btn-B-img1 {
		right: 14%;
		top: 4%;
		transition: .2s all linear;
	}
	.ind-2btn-B:hover .ind-2btn-B-img2 {
		right: 6%;
		top: 35%;
		transition: .2s all linear;
	}
}
@media screen and (max-width:768px) {
    .ind-servicebox {
        padding-bottom: 0px;
    }
    .ind-service-intro {
        padding: 30px 15px;
    }
    .ind-service-intro .container {
        min-height: inherit;
        position: relative;
    }
    .ind-service-intro .container > div {
        position: relative;
    }
}
@media screen and (max-width:767px) {
	.ind-2btn-A, .ind-2btn-B {
        margin-bottom: 50px;
	}
	.ind-2btn-A, .ind-2btn-B {
		padding: 10px 20px 10px 20px;
		text-align: left;
		padding-left: 14%;
		transition: .2s all linear;
	}
	.ind-2btn-A-img1, .ind-2btn-A-img2 {
		right: 20%;
		top: -35%;
		transition: .2s all linear;
	}
	.ind-2btn-A-img2 {
		right: 5%;
		top: 5%;
	}
	.ind-2btn-A:hover .ind-2btn-A-img1 {
		right: 15%;
		top: -28%;
		transition: .2s all linear;
	}
	.ind-2btn-A:hover .ind-2btn-A-img2 {
		right: 5%;
		top: -25%;
		transition: .2s all linear;
	}
	.ind-2btn-B-img1 {
		right: 3.5%;
		top: -30%;
		transition: .2s all linear;
	}
	.ind-2btn-B-img2 {
		right: -4.5%;
		top: 30%;
	}
	.ind-2btn-B:hover .ind-2btn-B-img1 {
		right: 3.5%;
		top: -13%;
		transition: .2s all linear;
	}
	.ind-2btn-B:hover .ind-2btn-B-img2 {
		right: -4.5%;
		top: 16%;
		transition: .2s all linear;
	}
}
@media screen and (max-width:480px) {
	.ind-2btn-B-img1 {
		right: -0.5%;
		top: -30%;
		transition: .2s all linear;
	}
	.ind-2btn-B-img2 {
		right: -10%;
		top: 30%;
	}
	.ind-2btn-B:hover .ind-2btn-B-img1 {
		right: -0.5%;
		top: -13%;
		transition: .2s all linear;
	}
	.ind-2btn-B:hover .ind-2btn-B-img2 {
		right: -10%;
		top: 16%;
		transition: .2s all linear;
	}
}
@media screen and (max-width:375px) {
	.ind-2btn-B-img1 {
		right: 2.5%;
		top: -30%;
		transition: .2s all linear;
	}
	.ind-2btn-B-img2 {
		right: -10%;
		top: 30%;
	}
	.ind-2btn-B:hover .ind-2btn-B-img1 {
		right: 2.5%;
		top: -13%;
		transition: .2s all linear;
	}
	.ind-2btn-B:hover .ind-2btn-B-img2 {
		right: -10%;
		top: 16%;
		transition: .2s all linear;
	}
}





/* footer */
.footerlogo {
    width: 75%;
}
@media screen and (max-width:768px) {
    .footerlogo {
        width: 50%;
    }
}
@media screen and (max-width:480px) {
    .footerlogo {
        width: 60%;
    }
}
@media screen and (max-width:320px) {
    .footerlogo {
        width: 80%;
    }
}





/* nav */
.nav-hidden-1199 {
	display: block;
}
.nav-show-1199 {
	display: none;
}

@media screen and (max-width:1199px) {
	.nav-hidden-1199 {
		display: none;
	}
	.nav-show-1199 {
		display: block;
	}
	.btn-serach, .btn-cart, .btn-download {
		top: 6px !important;
	}
}



.btn-serach, .btn-cart, .btn-download {
    background-color: #f7931e;
    border-radius: 100%;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    position: relative;
    top: -5px;
	width: 32px;
}
.bigtext .btn-serach, .bigtext .btn-cart, .bigtext .btn-download {
    top: 0px;
}
.btn-serach img, .btn-cart img, .btn-download img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.navbar-nav-topnav {
    position: absolute;
    top: 15px;
    right: 20px;
}
.navbar-nav-tools {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
}
@media (max-width: 767.98px){

	.navbar-nav-tools {
    	padding-right: 40px;}
}   
.navbar-nav-tools li {
    margin: 0px 5px 0px 5px;
}
.navbar-nav-tools li > .fixedtext{
	display: block;
	margin: 2px 0;
	top: inherit;
}
.navbar-light-r {
    position: absolute;
    right: 10px;
    top: 20px;
    opacity: 0;
    z-index: 0;
}
.navbar-light-r .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light-r .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.top-logo {
    max-width: 477px;
    width: 100%;
    height: auto;
    transition: .2s all linear;
}


.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}
#main_navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu{
	overflow-y: auto;

}

@media screen and (max-width:1200px) {
    .navbar-nav-topnav {
        position: relative;
        margin: 10px 0px;
        top: inherit;
        right: inherit;
    }
    .navbar-light-r {
        position: absolute;
        right: 10px;
        top: 10px;
        opacity: 1;
        z-index: 1000;
		
		transition: .2s all linear;
    }
    .top-logo {
        max-width: inherit;
        max-height: 60px;
        width: auto;
        transition: .2s all linear;
    }
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0 20px 15px 20px;
    }
    .bg_ind-2btn {
        background-repeat: repeat;
		background-size: contain;
    }
}
@media screen and (max-width:480px) {
    .navbar-nav-tools li {
        margin: 0px 2px 0px 2px;
        transition: .2s all linear;
    }
	
	/* 20240228 for 70th logo */
	.top-logo {
        max-height: 47px;
		margin: 6px 0px;
    }
	.navbar-light-r {
		top: 60px;
	}
	/* end */
}





/* share */
.skip {
    position: absolute;
    top: -9999px;
}
.hidden {
    opacity: 0 !important;
    transition: .2s all linear;
}

.hidden-display {
    position: absolute;
    top: -30px;
    width: 100%;
    transform: .1s all linear;
}
.show-768 {
    display: none !important;
}
.noborder {
    border: none !important;
}
.nolst {
    list-style-type: none;
}
.nomp {
	margin: 0px;
	padding: 0px;
}
.anchorLink {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.bg-gray {
	background-color: #F2F2F2;
}
.bg-FFE07B {
	background-color: #FFE07B;
}
.bg-FFC400 {
	background-color: #FFC400;
}
.bg-eee {
	background-color: #eeeeee;
}
.bg-orange {
	background-color: #ffefd4;
}

.color-orange {
	color: #f7931e;
}
.color-e56a00 {
	color: #e56a00;
}
.color-54b5a3 {
	color: #54b5a3;
}
.color-red, span.required, .errorMessage {
	color: rgba(255,0,4,1.00);
}
.color-212529 {
	color: #212529;
}

.font-size-2 {
	font-size: 2rem;
}
.font-size-1-8 {
	font-size: 1.8rem;
}
.font-size-1-6 {
	font-size: 1.6rem;
}
.font-size-1-4 {
	font-size: 1.4rem;
}
.font-size-1-2 {
	font-size: 1.2rem;
}
.font-size-1-1 {
	font-size: 1.1rem;
}
.font-size-0-9 {
	font-size: 0.9rem;
}
.font-size-0-8 {
	font-size: 0.8rem;
}

.border-radius-7 {
	border-radius: 7px;
}
.border-radius-10 {
	border-radius: 10px;
}
.border-radius-13 {
	border-radius: 13px;
}
.border-radius-18 {
	border-radius: 18px;
}


.bg-downarrow {
	background: #fff url("../images/nav-after.png") no-repeat right .75rem center/13px 13px !important;
}

.page-imgbg-title {
    left: 50%;
    position: absolute;
    top: 72%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: bolder;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.page-imgbg-title h1 {
    font-size: 3rem;
    font-weight: bolder;
}
.photo-cilp-mh300px {
	overflow: hidden;
    padding-top: 56.022408%;
	position: relative;
	transform: none;
	width: 100%;
}
.photo-cilp-mh300px img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0px;
	transform: translateX(-50%);
	width: auto !important;
}

.overH-600x340 {
	height: 0px;
	overflow: hidden;
	padding-top: 56.6%;
	position: relative;
	width: 100%;
}
.overH-600x340 img {
	left: 0px;
	position: absolute;
	top: 0px;

	transition: .3s all linear;
}
.overH-600x340:hover img {
	transform: scale(1.1);
}


.top-photo {
	max-width: 600px;
	width: 100%;
}

.mw-90px {
	max-width: 100px;
}
.other-width-90px {
	max-width: 85px;
}
.other-width-180px {
	max-width: 160px;
}
.other-width-210px {
	max-width: 180px;
}
.other-width-230px {
	max-width: 200px;
}
.other-width-320px {
	max-width: 260px;
}


.btn-findhelp, .btn-donation {
    border-radius: 90px;
    background: linear-gradient(180deg, rgba(247, 147, 30, 1) 0%, rgba(242, 130, 0, 1) 100%);
    color: #fff;
    padding: 7px 12px;
}
.btn-tohelp {
	border-radius: 90px;
	background-color: #00A69C;
	color: #fff;
    padding: 7px 12px;
}
.btn-donation {
    background: linear-gradient(180deg, rgba(111, 206, 188, 1) 0%, rgba(50, 136, 112, 1) 100%);
}
.btn-findhelp:hover, .btn-tohelp:hover, .btn-donation:hover {
    color: #fff;
}
.btn-round {
    background-color: #fff;
    border-radius: 90px;
    padding: 3px;
}
.btn-fontsize {
    border: 1px #fff solid;
    background-color: transparent;
    color: #fff !important;
    border-radius: 7px;
    padding: 3px 7px;
    transition: .2s all linear;
}
/*
.btn-font1 {
	content: url("../images/bg-font-small-A.png");
}
.btn-font1:hover, .btn-font1 {
	content: url("../images/bg-font-small-A.png");
}
*/
.btn-fontsize.btn-font1 {
    padding: 4.5px 8px;
}
.btn-fontsize.btn-font3 {
    padding: 0px 6px 2px 6px;
}
.btn-fontsize:hover, .btn-fontsize.selected {
    border: 1px transparent solid;
    background-color: #fff;
    color: #666 !important;
    transition: .2s all linear;
}
.btn-font1 {
    font-size: 11.2px;
    line-height: 1rem;
}
.btn-font2 {
    font-size: 12.8px;
    line-height: 1rem
}
.btn-font3 {
    font-size: 16px;
    line-height: 1rem;
}
.btn-white, .btn-white-orange {
    border-radius: 4px;
    background-color: #fff;
    color: #333 !important;
    padding: 5px 7px;
}
.btn-white-orange {
    border-radius: 90px;
    color: #f7931e !important;
    font-weight: bolder;
    padding: 5px 15px !important;
}
.btn-orange-white, .btn-orange-white:hover {
	background-color: #f7931e;
    border-radius: 90px;
    color: #fff;
    font-weight: bolder;
    padding: 5px 15px;
}

.btn_serach {
	background: linear-gradient(180deg, rgba(247, 147, 30, 1) 0%, rgba(242, 130, 0, 1) 100%);
	border: none;
}


.card3 > div {
    background-color: rgba(255,255,255,0.95);
    border-radius: 13px;
    margin-bottom: 15px;
    padding: 30px 0px;
}
.card3 h2 {
    color: #f7931e;
    font-size: 1.5rem;
    font-weight: bolder;
    margin: auto auto 20px auto;
}
.card3 .h2-line {
    background-image: url("../images/h2_line.png");
    background-repeat: repeat-x;
    background-position: center center;
}
.card3 .col-md-4, .card4 .col-sm-3 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.card4 .col-sm-3 {
	margin: 5px 1%;
	max-width: 48%;
}
@media (min-width: 768px) {
    .card3 .col-md-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        margin: 0px 1.53333%;
    }
}
@media (min-width: 575px) {
    .card4 .col-sm-3 {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
        margin: 5px 0.5%;
        padding: 0px;
    }
}


.btnlist li {
    padding: 7px 0px;
}
.btnlist a {
    background-color: #54b5a3;
    border-radius: 90px;
    color: #fff;
    display: block;
    margin: auto;
    padding: 7px 0px;
    text-align: center;
    width: 80%;

	transition: .2s all linear;
}
.btnlist a:hover {
	background-color: #337160;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);

	transition: .2s all linear;
}

.addresslist li {
	background: linear-gradient(180deg, rgba(247, 147, 30, 1) 0%, rgba(242, 130, 0, 1) 100%);
	background-repeat: no-repeat;
	background-position: left center;
	border-radius: 1000px;
	color: #fff;
	margin: 5px 0px;
	min-height: 30px;
	padding: 5px 5px 6px 50px;
	position: relative;
	word-break: break-all;
}
.addresslist.addresslist-1e9a69 li {
	background: #1e9a69;
}


.addresslist a {
	color: #fff;
}
.addresslist li:after {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-42%);
	max-width: 23px;
}
.addresslist li:after img {
	width: 100%;
}
.address-phone:after {
	content: url("../images/icon-phone.png");
}
.address-email:after {
	content: url("../images/address-mail.png");
}
.address-point:after {
	content: url("../images/address-point.png");
}
.address-web:after {
	content: url("../images/address-web.png");
}
.address-fax:after {
	content: url("../images/address-fax.png");
}

.movbg {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
    overflow: hidden;
}
.imgbg, .imgbg-inside, .indexmov {
    position: relative;
    min-width: 100%;
    min-height: 500px;
    padding-top: 10%;
    overflow: hidden;

	transition: .2s all linear;
}
.indexmov {
	max-height: 600px;
}
.imgbg-inside {
	min-height: 370px;
}
.contextbox {
    position: relative;
    z-index: 2;
}
.movbg video, .imgbg img, .imgbg-inside img, .indexmov video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.imgbg img, .imgbg-inside img {
	min-height: 500px;
    top: 70%;
}
.imgbg-inside img {
	min-height: 350px;
}
.movbg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.25;
  z-index: 1;
}
.imgbg h1, .imgbg p, .imgbg-inside h1, .imgbg-inside p {
    position: relative;
    z-index: 2;
}

.insideTitle {
    color: #fff;
    font-weight: bolder;
    margin: 20px auto 30px auto;
    padding: 15px;
    position: relative;
    width: 320px;
}
.title-motion1 {
    animation: motion1 infinite 2s linear;
    height: auto;
    position: absolute;
    top: -20%;
    right: 26%;
    width: 40px;
}
.title-motion2 {
    animation: motion2 infinite 2s linear;
    height: auto;
    position: absolute;
    top: 0%;
    right: 15%;
    width: 50px;
}
.title-motion3 {
    animation: motion3 infinite 2s linear;
    height: auto;
    position: absolute;
    top: -20%;
    right: 13%;
    width: 30px;
}
.title-motion4 {
    animation: motion4 infinite 2s linear;
    height: auto;
    position: absolute;
    top: 30%;
    right: 5.5%;
    width: 80px;
}
@keyframes motion1 {
    0% {top:-20%; right:26%;}
    15% {top:-25%; right:21%;}
    50% {top:-25%; right:21%;}
    75% {top:-20%; right:26%;}
}
@keyframes motion2 {
    0% {top:0%; right:15%;}
    15% {top:-17%; right:18%;}
    50% {top:-17%; right:18%;}
    75% {top:0%; right:15%;}
}
@keyframes motion3 {
    0% {top:-20%;}
    15% {top:5%;}
    50% {top:5%;}
    75% {top:-20%;}
}
@keyframes motion4 {
    0% {top:30%;}
    15% {top:15%;}
    50% {top:15%;}
    75% {top:30%;}
}

.btn-4btn-list div {
	background-color: #f2f2f2;
    border-radius: 5px;
}
.btn-4btn-list a {
    color: #367B6E;
    display: block;
    padding: 25px 5px;
}
.btn-4btn-list ul {
    background-color: #f2f2f2;
    border-radius: 5px;
    display: block;
    margin: 5px 0.5%;
    padding: 10px 5px;
    text-align: left;
    width: 100%;
}
.btn-4btn-list ul li {
    border: none;
    border-right: 1px #ccc solid;
}
.btn-4btn-list ul li a {
    background-color: transparent;
    border-radius: 0px;
    display: inherit;
    padding: 0px;
}

.service-4guide > div {
	overflow: hidden;
	padding-top: 30%;
	position: relative;
}
.service-4guide > div div {
	left: 0%;
	position: absolute;
	top: 0%;

	transition: .2s all linear;
}
.service-4guide > div:hover div.bg-img {
	position: absolute;
	transform: scale(1.1);
	z-index: 0;

	transition: .4s all linear;
}
.service-4guide > div div.hover-img {
	background-color: rgba(0,0,0,0.85);
	position: absolute;
	opacity: 0;
	z-index: 1;

	transition: .2s opacity linear;
}
.service-4guide > div:hover div.hover-img {
	opacity: 1;

	transition: .2s opacity linear;
}
@media screen and (max-width:768px) {
	.hidden-768 {
		display: none;
	}
	.show-768 {
		display: inherit !important;
	}
}
@media screen and (max-width:575px) {
	.service-4guide > div {
		padding-top: 50%;
	}
}


.event-nav a.nav-link, .event-nav a.nav-link.active {
	background-color: #F7931E;
	border-radius: 0px;
	color: #fff;
	display: block;
	margin-bottom: 3px;

	transition: .2s all linear;
}
.event-nav li button {
	color: #fff;
	display: block;
	padding: 10px 15px 10px 25px;
	text-indent: -15px;
	text-decoration: none !important;
}

.event-nav li:hover {
	background-color: #F2F2F2;
	transition: .2s all linear;
}
.event-nav li:hover button  {
	color: #F7931E;
	transition: .2s all linear;
	box-shadow:none;
}
.event-nav li:last-child {
	background-color: transparent;
}
.event-nav li:last-child button {
	display: inline;
}


#indexWall a {
	color: #333;
}

#indexWall .grid-item:hover > .border-box {
	box-shadow: 0 0 8px 0 rgba(247,147,30,0.5);

	transition: .2s all linear;
}
#indexWall .grid-item:hover h2 {
	color: rgba(247,147,30,1);

	transition: .2s all linear;
}
.photocrop {
	height: 0px;
	overflow: hidden;
	padding-top: 56.7%;
	position: relative;
	width: 100%;
}
.photocrop img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	min-height: 100%;

	transition: .2s all linear;
}
.photocrop img:hover {
	transform:  translateX(-50%) translateY(-50%) scale(1.1);

	transition: .2s all linear;
}
.photocrop .phototext {
	bottom: 10px;
	color: #fff;
	left: 1rem;
	position: absolute;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	z-index: 5;
}

.sq-list .photocrop {
	/*border-radius: 50%;*/
	margin-bottom: 10px;
	padding-top: 100%;
}
.sq-list .photocrop img {
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: auto;
}
.qt {
	position: relative;
	padding-top: 53.6842%;
}
.qt-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

/*
#indexWall .grid-item img {
	opacity: 0.6;
	transition: .2s all linear;
}
#indexWall .grid-item:hover img {
	opacity: 1;
	transition: .2s all linear;
}*/

.responTable thead th {
	background-color: #19695A;
	color: #fff;
}
.responTable td {
	border-bottom: 1px #ccc solid;
}
.responTable tr:last-child td {
	border-bottom: none;
}
.responTable tbody tr:hover td {
	background-color: #f6f6f6;
}



.twoCol tr{
	vertical-align: middle;
}
.twoCol tbody tr:hover td {
	background-color:white;
}

.twoCol tbody td:hover {
	background-color: #f6f6f6!important;
}

.twoCol td {
	border-right: 1px #ccc solid;
}
.twoColCell span{
	width: 70%;
	display: inline-block;
	word-break: break-word;
}

.table-orange {
	border: 1px #f7931e solid;
	max-width: 1110px;
	min-width: 800px;
}
.table-orange th {
	background-color: #f7931e;
}
.table-orange tr:nth-child(even) {
	background-color: #efefef;
}

.table-not100pa {
	border: 1px #f7931e solid;
}
.table-not100pa th {
	background-color: #f7931e;
}
.table-not100pa tr:nth-child(even) {
	background-color: #efefef;
}
.table-not100pa td {
	vertical-align: top;
}




@media screen and (max-width:768px) {
	.responTable.shadow {
		box-shadow: none !important;
	}
	.responTable, .responTable thead, .responTable tbody, .responTable th, .responTable td, .responTable tr {
		display: block;
	}
	.twoCol{
		display:table!important;
	}
	.twoCol thead{
		display:table-header-group!important;
	}
	.twoCol tbody{
		display:table-row-group!important;
	}
	.twoCol th, .twoCol td{
		display: table-cell!important;

	}
	.twoCol tr{
		display: table-row!important;
	}

	.twoCol tr:hover {
		box-shadow: none !important;
	}


	.twoCol tbody .twoColCell:hover{
		background-color: #f6f6f6!important;
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15)!important;
	}
	.twoCol tbody tr:hover td {
		background-color: white!important;
	}
	.responTable tr td:last-child {
		border-bottom: none;
	}
	.responTable thead tr {
		position: absolute;
		top: -9999%;
		left: 0px;
	}

	.responTable.noHiddenSTth thead tr {
		position: inherit;
		top: inherit;
		left: inherit;
	}
	.responTable.noHiddenSTth thead tr th:last-child {
		position: absolute;
			top: -9999%;
			left: 0px;
		}


	.responTable tbody tr:nth-of-type(even) {
	  /*background-color: #f6f6f6;*/
	}
	.responTable tbody tr:hover td {
		background-color: #f6f6f6;
	}
	.responTable tr {
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.0) ;
		border: 1px #ccc solid;
		margin: 10px 0px;
		transition: .2s all linear;
	}
	.responTable tr:hover {
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);

	}
	.responTable tr:last-child td {
		border-bottom: 1px #ccc solid;
	}
	.responTable tr:last-child td:last-child {
		border-bottom: none;
	}
	html:lang(zh-hk) .responTable tr td, html:lang(zh-cn) .responTable tr td {
		min-height: 43.5px;
		position: relative;
		padding-left: 90px;
	}
	html:lang(en) .responTable tr td {
		min-height: 43.5px;
		position: relative;
		padding-left: 130px;
	}
	html:lang(en) .responTable.tendertable tr td {
		padding-left: 160px;
	}
	html:lang(en) .responTable.tendertable tr td:before {
		width: 160px;
	}

	html:lang(en) .responTable.contracttable tr td {
		padding-left: 180px;
	}
	html:lang(en) .responTable.contracttable tr td:before {
		width: 180px;
	}
	html:lang(zh-hk) .responTable.contracttable tr td {
		padding-left: 130px;
	}
	html:lang(zh-hk) .responTable.contracttable tr td:before {
		width: 130px;
	}

	html:lang(zh-cn) .responTable.contracttable tr td {
		padding-left: 130px;
	}
	html:lang(zh-cn) .responTable.contracttable tr td:before {
		width: 130px;
	}


	.responTable tr td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 10px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		font-weight: bold;
	}
}

.donation-text-box {
	position: relative;
}
.donation-text-box .donation-text {
	padding: 1rem 1rem 5rem 1rem;
}
.donation-text-box .btn-donation-position {
	bottom: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.w-100px {
	display: inline-block;
	width: 100px;
}

.w-md-75 {
	max-width: 75%;
	width: 100%;
}
@media screen and (max-width:768px) {
	.w-md-75 {
		max-width: 90%;
		width: 100%;
	}

	.imgbg-inside {
		min-height: 250px;

		transition: .2s all linear;
	}
	.imgbg-inside img {
		min-height: 250px;
	}
}
@media screen and (max-width:767px) {
	.donation-text-box .donation-text {
		padding: 1rem 1rem 1rem 1rem;
	}
	.donation-text-box .btn-donation-position {
		bottom: 0px;
		left: 0%;
		position: relative;
		transform: translateX(0%);
	}
}
@media screen and (max-width:480px) {
	.w-100px {
		display: block;
		width: 100%;
	}
	.w-100px::after {
		content: ":";
	}
}




/* bootstrap addon */
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
.breadcrumb {
	background-color: #f2f2f2;
	border-radius: 0px;
	position: relative;
	z-index: 2;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb .active {
	color: #985A13;
}

.col-md-2-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-2-5 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.ind-logo-box {
    padding: 10px 0px;
}
.ind-logo-box img {
    max-width: 100%;
}
.btn-orange {
    background: linear-gradient(180deg, rgba(247, 147, 30, 1) 0%, rgba(242, 130, 0, 1) 100%);
    color: #fff;
    transition: .2s all linear;
}
.btn-orange:hover {
    color: #561800;
    transition: .2s all linear;
}
.dropdown-toggle::after {
    content: url("../images/nav-after.png") !important;
    border: none !important;
    vertical-align: -0.1em !important;
    transform: rotate(0deg);
    transition: .2s all linear;
}

.nav-item:hover .dropdown-toggle::after {
    transform: rotate(180deg);
    transition: .2s all linear;
}
.nav-item .nav-item .dropdown-toggle::after {
    content: url("../images/nav-after-orange.png") !important;
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    transition: .2s all linear;
}
.nav-item .nav-item:hover > .dropdown-toggle::after {
    content: url("../images/nav-after-white.png") !important;
    transform: rotate(-90deg);
    transition: .2s all linear;
}
.dropdown-item {
    padding: 0.25rem 1.5rem 0.25rem 1rem;
}
.dropdown-menu > li a:hover, .dropdown-menu > li.show {
    background-color: #f7931e;
}
.dropdown-menu {
    padding: 0;
}
.carousel-control-prev {
    left: -8%;
    width: 10%;
}
.carousel-control-next {
    right: -8%;
    width: 10%;
}
.carousel-control-prev-big, .carousel-control-next-big {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 57px;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease;
}
.carousel-control-next-big {
    right: 0;
}
.carousel-control-prev-big:hover, .carousel-control-next-big:hover {
    opacity: 1;
    transition: opacity 0.15s ease;
}
.carousel-control-prev-icon-big, .carousel-control-next-icon-big {
    display: inline-block;
    width: 57px;
    height: 57px;
    background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon-big {
    background-image: url("../images/btn-p.png");
}
.carousel-control-next-icon-big {
    background-image: url("../images/btn-n.png");
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    margin-top: 80px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: inherit;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    top: 105%;
}
.carousel-indicators li {
    border-radius: 90px;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity 0.6s ease;
    border: none;
}
.carousel-indicators li:hover, .carousel-indicators li.active {
    background-color: #f7931e;
}

#carousel-control-buttons {
    position: absolute;
    z-index: 15;
    display: flex;
    justify-content: center;
    list-style: none;
	top: 90%;
}
#carousel-control-buttons .btn{
	color: #fff;
    font-size: 28px;
    line-height: 28px;
    padding: 3px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
}

.h400px .carousel-item {
	height: 500px;
	transition: .2s all linear;
}
.h400px .carousel-item img {
	left: 50%;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: inherit !important;
}


@media screen and (max-width:1200px) {
	.h400px .carousel-item {
		height: 500px;
		overflow: hidden;

		transition: .2s all linear;
	}
	.h400px .carousel-item img, .h400px .carousel-item video {
		left: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	.h400px .carousel-item video {
		height: auto;
		width: 1200px !important;
	}
}


@media screen and (max-width:768px) {
    .col-md-2-5 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md-2-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}



/* ie 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.row {
		width: 100%;
	}
	.ms-display-inline-flexbox {
		display: inline-flex;
	}
	.ms-justify-content {
		justify-content: flex-start !important;
	}

	.btn-serach, .btn-cart {
		padding: 5px 7px;
	}
	.btn-findhelp, .btn-tohelp, .btn-donation {
		padding: 5px 12px;
	}
}
/* end */





/* masonry */
/* clear fix */
#indexWall .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
#indexWall{
	margin: 25px auto;
}
#indexWall .grid-sizer,
#indexWall .grid-item {
  width: 33.333%;
  padding: 10px;
}

#indexWall.special .grid-sizer,
#indexWall.special .grid-item {
  width: 25%;
  padding: 10px;
}
#indexWall.annual .grid-sizer,
#indexWall.annual .grid-item {
  width: 25%;
  padding: 10px;
}

#indexWall.annual .photocrop {
	padding-top: 150%;
}


@media screen and (max-width:991px){
	#indexWall .grid-sizer,
	#indexWall .grid-item {
	  	width: 50%;
		padding: 7px;
	}
	#indexWall.special .grid-sizer,
	#indexWall.special .grid-item {
	  width: 33.333%;
	  padding: 10px;
	}
	#indexWall.annual .grid-sizer,
	#indexWall.annual .grid-item {
	  width: 33.333%;
	  padding: 10px;
	}
}
@media screen and (max-width:767px){
	#indexWall .grid-sizer,
	#indexWall .grid-item {
		width: 100%;
		padding:10px 5px;
	}

	#indexWall.special .grid-sizer,
	#indexWall.special .grid-item {
	  width: 50%;
	  padding: 10px;
	}

}
#indexWall .grid-item {
  float: left;
}

#indexWall .grid-item img {
  display: block;
  width: 100%;
}

#indexWall.special .grid-item img {
	display: block;
	width: 90%;
  }
.coverWrapper, .bannerContainer{
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.bannerContainer{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
.coverWrapper:after {
	padding-top: 75%;
	display: block;
	content: '';
}
.coverWrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper:hover .cover{
}
.coverWrapper .cover img{
	height: 100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.bannerContainer .banner img{
	object-fit: contain;
	display: block;
	margin: auto;
}
.border-box{
	padding: 15px 12px;
	/*border: 1px solid #dddddd;*/
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	background: #fff;

	transition: .2s all linear;
}
.index-section{
}
.index-section header {
	display: table;
	width: 100%;
}
.index-section header > div{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 10px 5px;
}
.index-section-body ul{
	padding-left: 28px;
	margin: 0;
	margin-top: 15px;
}
.index-section-body ul li + li{
	margin-top: 8px;
}
.index-section-body .sectionCover{
	margin: 15px auto 20px auto;
}
.index-section-body a{
	color: #555;
}
.index-body {
	padding: 20px;
}
.index-body a{
	color: #333333;
}
.index-body section {
	width: 100%;
	display: table;
	margin: 25px 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.index-body section > div{
	display: table-cell;
	vertical-align: top;
}
.index-body section .icon{
	padding-right: 10px;
	width: 50px;
}
.index-body section .icon img{
	width: 40px;
}
.index-body section h2{
	font-size: 1.8rem;
	margin: 0;
	line-height: 40px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 15px;
}
.index-body section ul{
	padding-left:30px;
}
.index-body section ul li{
	line-height: 1.2em;
	margin-bottom: 0.8rem;
}
@media screen and (max-width:767px){
	.index-body{
		padding:20px 5px;
	}
	.index-body section{
		padding:0 10px;
	}
	article img{
		width: 100%;
	}
}





/* ggmap */
.box-ggmap {
	height: 500px;
	padding: 1rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.box-ggmap-pointlist {
	background-color: rgba(255,255,255,0.9);
	display: block;
	height: 100%;
	overflow-y: scroll;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;

	transition: .2s all linear;
}
.box-ggmap-pointlist.close {
	left: -280px;
}
.box-ggmap-pointlist h2 {
	background: linear-gradient(180deg, rgba(247, 147, 30, 1) 0%, rgba(242, 130, 0, 1) 100%);
	color: #fff;
	padding: 1rem;
}
.box-ggmap-pointlist a {
	color: #333;
}
.box-ggmap-pointlist div.box-ggmap-content {
	background-color: transparent;
	border-bottom: 1px dotted #ccc;
	padding: 1rem 20px 1rem 1rem;

	transition: .2s all linear;
}
.box-ggmap-pointlist div.box-ggmap-content:last-child {
	border: none;
}
.box-ggmap-pointlist div.box-ggmap-content:hover {
	background-color: #eee;
}


.box-ggmap-btn {
	background-color: rgba(28,111,21,1.00);
	left: 280px;
	height: 40px;
	position: absolute;
	top: 0px;
	width: 40px;
	z-index: 400;

	transition: .2s all linear;
}

.box-ggmap-btn.close {
	left: 0px;
	opacity: 1;
}

.box-ggmap-btn a {
	padding: 5px;
	position: absolute;
}
.box-ggmap-btn a svg {
	fill: #fff;
	height: 30px;
	width: 30px;
}
.box-ggmap-btn .box-ggmap-open {
	opacity: 0;

	transition: .2s all linear;
}
.box-ggmap-btn .box-ggmap-close {
	opacity: 1;

	transition: .2s all linear;
}

.box-ggmap-btn.close .box-ggmap-open {
	opacity: 1;
}
.box-ggmap-btn.close .box-ggmap-close {
	opacity: 0;
}

/* end */





/* big text */
.bigtext .dropdown-toggle::after {
	vertical-align: 0.05em !important;
}
.bigtext .p-5 {
	padding: 2.5rem !important;
}

.bigtext .newsbox h2 {
	height: 100px;
	overflow: hidden;
}
.bigtext .navbar-expand-xl .navbar-nav .nav-link {
	padding-right: 0.3rem;
	padding-left: 0.3rem;

	transition: .2s all linear;
}

.bigtext .other-width-90px {
	max-width: 100px;
}
.bigtext .other-width-180px {
	max-width: 190px;
}
.bigtext .other-width-210px {
	max-width: 210px;
}
.bigtext .other-width-230px {
	max-width: 240px;
}
.bigtext .other-width-320px {
	max-width: 320px;
}

.bigtext .storyheader .photocrop {
	padding-top: 70%;
}


.bigtext .btn-serach, .bigtext .btn-cart, .bigtext .btn-download {

}

html:lang(en).bigtext .responTable.jointable tr td {
    padding-left: 150px;
}
html:lang(en).bigtext .responTable.tendertable tr td {
    padding-left: 200px;
}
html:lang(en).bigtext .responTable.contracttable tr td {
    padding-left: 220px;
}

html:lang(zh-hk).bigtext .responTable.contracttable tr td {
    padding-left: 160px;
}
html:lang(zh-cn).bigtext .responTable.contracttable tr td {
    padding-left: 160px;
}
html:lang(zh-hk).bigtext .responTable tr td {
    padding-left: 110px;
}
html:lang(zh-cn).bigtext .responTable tr td {
    padding-left: 110px;
}

.bigtext .storyheader .photocrop {
	padding-top: 80%;
}

@media screen and (max-width:767px){
	.bigtext .storyheader .photocrop {
		padding-top: 56.7%;
	}
}



/* small text */
.smalltext .other-width-90px {
	max-width: 70px;
}
.smalltext .other-width-180px {
	max-width: 110px;
}
.smalltext .other-width-210px {
	max-width: 130px;
}
.smalltext .other-width-230px {
	max-width: 140px;
}
.smalltext .other-width-320px {
	max-width: 170px;
}















#searchModal .modal-content{
	background-color: #fff;
	border-radius: 10px;
}
#searchModalTitle, #searchModalClose{
	color: #19695A;
}
.searchWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    /*background: hsla(0,0%,0%,0.9);*/
    z-index: 99999;
}

.search_but {
border-radius: 0.25rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}



@media (min-width: 576px){
	.modal-dialog {
		max-width: 600px;
		margin: 1.75rem auto;
	}
}
@media screen and (max-width: 1200px) {
	.bigtext .navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.25rem;
		padding-left: 0.25rem;

		transition: .2s all linear;
	}
}


	/* ie11 */
	@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
		.ie11-for-other {
			width: 360px !important;
		}
		.ie11-for-other .row > div:first-child {
			max-width: 100px !important;
		}

		 .ie11-for-other2 {
			width: 360px !important;
		}
		.ie11-for-other2 .row > div:first-child {
			max-width: 200px !important;
		}
	}


@import url("interface_BnW.css") screen;


.tendertable td > p, .contracttable td > p{
	margin-bottom:0;
}

.event-nav li.active, .event-nav a.nav-link.active, .event-nav a.nav-link:hover {
    background-color: #F2F2F2;
	color: #F7931E;
}

.event-nav li.active button {
    color: #F7931E;
    box-shadow:none;
}

.accessible_only {
	position: absolute;
    left: -9999px;
}