@font-face {
	font-family: 'Avenir LT Std 35 Light';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 35 Light'), url('../fonts/AvenirLTStd-Light.woff') format('woff');
}

body, html {
  margin: 0;
  padding:0;
  font-family: 'Tajawal', 'Avenir LT Std 35 Light', 'Source Sans Pro', "华文细黑", "Microsoft Yahei", STXihei, STHeiti, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

/* contactus Section */
.contactus-banner {
    width: 100%;
	height: 500px;
	background: url(../img/banner-contact-us.jpg) no-repeat;
	background-color: #f2f0ee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    -o-background-size: cover;
}

.contactus-tagline {
	font-size: 45px;
    color: #77b800;
    margin-bottom: 0px;
}


header .contactus-banner-text {
	text-align: center;
    padding-top: 17%;
    float: left;
	transition-delay: 200ms;
}

/* contactus Section */
#sitemap {
    margin-top: 250px;
}

.sitemap-container {
    width: 100%;
    height: auto;
    border: 1px solid #eae9e9;
    background: #f4f3f3;
}

#sitemap .title {
    font-size: 30px;
    color: #77b800;
    margin-left: 4%;
    margin-right: 4%;
    padding-top: 5%;
    padding-bottom: 3%;
}

.sitemap-content-container {
    width: 100%;
    border: 1px solid #eeeeee;
    padding-top: 4%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    height: auto;
    margin-bottom: 180px;
}

.sitemap-page-container {
    width: 33.3%;
    float: left;
    margin-top: 2%;
    margin-bottom: 2%;
}

.sitemap-page-name {
    margin-bottom: 10px;
}

.sitemap-page-name a {
    font-size: 20px;
    color: #77b800;
    text-decoration: none;
}

.sitemap-page-name a:hover {
    text-decoration: underline;
}

.sitemap-page-group li a {
    font-size: 17px;
    line-height: 30px;
    color: #7f7f7f;
    text-decoration: none;
}

.sitemap-page-group li a:hover {
    text-decoration: underline;
}

@media (max-width: 1099px){
.sitemap-page-name a {
    font-size: 18px;
}

.sitemap-page-group li a {
    font-size: 15px;
}
}

@media (max-width: 768px){
#sitemap {
    margin-top: 200px;
    padding-left: 8%;
    padding-right: 8%;
}

.sitemap-page-container {
    width: 100%;
    float: none;
}
    
.sitemap-page-group {
    margin-bottom: 30px;
}
    
#sitemap-page-name-howtouse,
#sitemap-page-name-contact {
    margin-bottom: 30px;
}
    
.sitemap-page-name a {
    font-size: 20px;
}

.sitemap-page-group li a {
    font-size: 17px;
}
}

@media (max-width: 1099px){
.sitemap-page-name a {
    font-size: 20px;
}

.sitemap-page-group li a {
    font-size: 17px;
}
}