@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video 
{margin:0 auto; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}
	
html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; height: 100%;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
img{border:none;}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {-webkit-appearance: none; outline: none;}
textarea:focus, input:focus, a, div, img { outline: none; }
 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#24303D; font-size:19px; font-family: verdana, geneva; font-weight:400; line-height:22px; background: #DEDEDE; }

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-weight:normal;}
h1, .h1{ color: #24303D; font-size: 24px; font-weight: 400; line-height: 26px; margin-bottom: 40px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; }
h2, .h2{ color: #24303D; font-size: 24px; font-weight: 400; line-height: 26px; margin-bottom: 20px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; }
h3, .h3{ font-size:30px; }
h4, .h4{ font-size:26px; }
h5, .h5{ font-size:25px; }
h6, .h6{ font-size:22px; }

p{ color:#24303D; font-size:19px; font-weight:400; line-height:26px; margin-bottom:20px; font-family: verdana, geneva; }
p a{ color:#24303D; }
p a:hover{ color:#24303D; }

ul{ margin:20px 20px; padding:0; }
ul li{ font-size: 19px; color:#24303D; font-weight:400; line-height:26px; padding:0 0 0px 0; list-style: none; font-family: verdana, geneva; }
ul li:last-child{ margin-bottom: 0; }

ol{ margin:20px 20px; padding:0; }
ol li{ font-size:19px; color:#24303D; font-weight:400; line-height:26px; padding:0 0 5px 0; list-style: decimal; margin-left:20px; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 10px 20px; border-left:2px solid #1589cb; }
blockquote p{ font-size:19px; font-weight:400; line-height:17px; margin-bottom:15px; position:relative; }

hr{ border:0 #000 solid; border-top-width:1px; clear:both; height:0; }

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; transition: all 0.3s ease-in-out; }
a:hover{ color:#4777ac; text-decoration: underline; }
a:active, a.current{ color: #e8941a; }
a:focus{ outline: none; }

/* 5. Forms
------------------------------------------------------------------------------*/
label{ display: block; width: 100%; color: #000; font-size: 16px; font-weight: 500; line-height: 24px; margin-bottom: 5px; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ border:1px solid #dedede; padding:0 15px; color:#5c5c5c; font-size:18px; height:40px; width: 100%; box-sizing: border-box; }
textarea{ border:1px solid #dedede; padding:5px 15px; color:#5c5c5c; font-size:18px; height: 100px; resize:none; font-family: "Lato", serif; line-height:16px; width: 100%; box-sizing: border-box; }

input[type="submit"], input[type="button"], input[type="reset"]{ border-radius: 3px; padding: 13px 20px; color: #ffffff; font-size: 16px; background-color: #42a9c7; border: 0; cursor: pointer; transition: all 0.3s ease-in-out; }
input[type="submit"]:hover, input[type="button"]:hover{ opacity: 0.8; }

.align-right-img{ display: inline-block; max-width: 199px; float: right; margin: 0 0 30px 30px; }
.align-right-img img{ display: block; width: 100%; }

.align-left-img{ display: inline-block; max-width: 199px; float: left; margin: 0 30px 30px 0px !important; }
.align-left-img img{ display: block; width: 100%; }

/* form sec */
.form-area{ display: block; width: 400px; margin-left: 0; }
.form-area .field-set{ display: block; width: 100%; margin-bottom: 20px; }
.form-area.mt-10{ margin-top: 100px; }
.form-area em{ color: red; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper{ width:100%; min-height:100%; min-height: 100%; height: auto !important; height: 100%; }
.container{ max-width: 1538px; width:100%; }

.footer, .push{ height: 22px; }

/* header */
header{ width:100%; height:auto; background: #999999; }
header .container{ max-width: 1660px; display: flex; align-items: center; justify-content: start; }
.logo{ display: inline-block; width: 143px; margin: 0; margin-right: 35px; }
.logo figure{ display: block; width: 100%; margin-top: -2px; }
.logo figure img{ display: block; width: 100%; }

/* nav */
.navigation{ display: inline-block; margin: 0; }
.navigation nav{ height:auto; }
.navigation nav ul{ margin: 0; display: inline-flex; }
.navigation nav ul li{ display: inline-block; font-size: 20px; line-height: 28px; color: #EBECED; padding-bottom: 0; }
.navigation nav ul li a{ color: #EBECED; padding: 25px 13px; box-sizing: border-box; }
.navigation nav ul li a:hover{ color: #EBECED; text-decoration: none; }
.navigation nav ul li a:hover, .navigation nav .active{}
.navigation > nav > ul > li.active > a{ background: #666666; }
.navigation nav > ul > li > ul{ display: none; }

li.sub-menu{ position: relative; }
li.sub-menu ul{ background: #EFF2F5; position: absolute; left: 0; top: 51px; width: 130px; z-index: 1; padding-top: 10px; padding-bottom: 10px; }
li.sub-menu ul li{ color: #6A7D90; font-size: 13px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; display: block; width: 100%; padding: 0 15px; box-sizing: border-box; margin-bottom: 0px; }
li.sub-menu ul li:last-child{ margin-bottom: 0; }
li.sub-menu ul li a{ color: #6A7D90; display: block; width: 100%; padding: 0; }
li.sub-menu:hover ul{ display: block; }
li.sub-menu ul li a:hover{ color: #5F2102; }
.sub-menu.big-sub-menu ul{ width: 190px; }

/* footer */
footer{ width:100%; height:auto; background: #DEDEDE; margin: 0 auto; position: relative; color: #506A86; font-size: 13px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; text-align: center; padding: 20px 0; box-sizing: border-box;  }
footer p{ margin-bottom: 0; color: #506A86; font-size: 13px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; text-align: center; display: block; float: left; width: 100%; }
.footer-extra-text{ display: block; width: 100%; padding: 30px 0 20px 0; box-sizing: border-box; }
.footer-extra-text .in-container{ max-width: 1770px; box-sizing: border-box; }
.footer-extra-text p{ font-family: SimSun; font-size: 13px; line-height: 18px; margin-bottom: 30px; text-align: left; }
.footer-extra-text .in-container .center-text{ display: block; width: 100%; text-align: center; margin-bottom: 30px; }
.footer-extra-text .in-container .center-text p{ text-align: center; }
.footer-extra-text p:last-child{ margin-bottom: 0; }

/*--------- home page ------------*/
/* banner part */
.banner{ display: block; width: 100%; height: calc(100vh - 74px); border-bottom: 5px solid #999999; }
.banner-slider{ display: block; width: 100%; height: calc(100vh - 74px); }
.banner-slider .item{ display: block; width: 100%; height: calc(100vh - 74px); }
.banner-slider-cell{ display: block; width: 100%; height: calc(100vh - 74px); }
.banner-slider .slick-dots li{ background: url(../images/bullet.png) no-repeat top left; width: 20px; height: 20px; background-position: 0px 0px; margin: 0 3px; }
.banner-slider .slick-dots li.slick-active{ background-position: 0px -20px; }
.banner-slider .slick-dots{ position: absolute; bottom: 40px; }
.banner-slider .slick-dots li button{ display: none; }

/* inner sec */
.inner-sec{ display: block; width: 100%; display: block; width: 100%; padding: 55px 0; }
.inner-sec h1{ font-family: verdana, geneva; }
.inner-sec figure img{ max-width: 100%; }
.team-cell{ display: flex; margin-bottom: 30px; }
.team-cell figure{ display: block; margin-left: 0; width: 140px; }
.team-cell figure img{ display: block; width: 100%; }
.team-cell p{ display: block; margin-right: 0; width: calc( 100% - 160px);  }
.team-cell-grp{ display: block; width: 100%; padding-top: 100px; }
.box-info{ display: block; }
.box-info h2{ margin-bottom: 0px; font-weight: bold; font-family: PMingLiU; font-size: 19px; padding-top: 20px; }
.inner-sec ul li{ position: relative; margin-bottom: 40px; }
.inner-sec ul li:before{ content: ''; display: block; position: absolute; left: -17px; top: 10px; width: 7px; height: 7px; background: #24303D; border-radius: 50%; }
.map-sec{ display: block; padding-top: 20px; }
.map-sec .container{ max-width: 100%; padding: 0 10px; box-sizing: border-box; }
.map-sec h1{ display: block; text-align: center; margin-bottom: 20px; font-size: 19px; line-height: 26px; font-family: SimSun; font-weight: bold; }
.gallery-sec{ display: block; width: 100%; display: block; width: 100%; padding: 55px 0 20px 0; }
.gallery-sec h1{ text-align: center; font-weight: bold; font-size: 19px; line-height: 24px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; }
.two-img{ display: block; width: 100%; margin-bottom: 30px; }
.two-img .two-col{ display: flex; max-width: 900px;}
.two-img .two-col .col-left{ display: block; width: 430px; margin-left: 0; height: 405px; }
.two-img .two-col .col-right{ display: block; width: 430px; margin-right: 0; height: 405px; }
.video-cell{ display: block; width: 100%; text-align: center; }
.gallery-center-cell{ display: block; width: 100%; text-align: center; margin-bottom: 100px; }
.gallery-center-cell p{ text-align: center; margin-bottom: 10px; font-size: 13px; line-height: 18px; margin-bottom: 20px; }
.gallery-center-cell h6{ font-size: 16px; line-height: 22px; margin-bottom: 20px; font-weight: 100; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; }
.center-img{ display: block; width: 100%; text-align: center; padding-top: 30px; }
.center-img figure{ display: block; width: 100%; text-align: center; }
.center-img figure img{ display: block; max-width: 100%; }
.video-cell{ height: 0; padding-bottom: 56.25%; position: relative; }
.video-cell iframe{ height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.gallery-sec .container{ max-width: 1280px; }
.faq-sec p{ font-family: SimSun; font-weight: bold; }
.faq-sec p a{ color: #AA3B03; font-family: 'Calibri', 'sans-serif'; }
.faq-sec p a:hover{ color: #AA3B03; text-decoration: underline; }

/* contact sec */
.contact-sec{ display: block; width: 100%; padding: 70px 0; box-sizing: border-box; }
.contact-sec .three-col{ display: flex; justify-content: flex-start; }
.contact-sec .three-col .col-left{ display: block; width: 33.3%; margin-left: 0; padding-right: 50px; box-sizing: border-box; }
.contact-sec .three-col .col-mid{ display: block; width: 33.3%; margin-left: 0; }
.contact-sec .three-col .col-right{ display: block; width: 33.3%; margin-left: 0; }
.contact-sec .three-col .col-left h2{ font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; font-size: 22px; font-weight:  bold; margin-bottom: 5px; }
.contact-sec .three-col .col-left p{ color: #24303D; font-size: 13px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; }
.contact-sec .three-col .col-left .contact-info p{ font-size: 18px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; font-weight:  bold; }
.contact-sec .three-col .col-left .contact-info p a{ text-decoration: underline; color: #DC4C04; }
.contact-sec .three-col .col-left .contact-info p a:hover{ text-decoration: none; color: #AA3B03; }
.contact-sec .three-col .col-right figure{ display: inline-block; }
.contact-sec .three-col .col-right figure img{ display: inline-block; max-width: 100%; }

/*mobile menu*/
/*start*/
#mobile-menu{ display: block; position: relative; z-index: 999999; }
.menu-trigger.open span{background-color: rgba(0,0,0,.0)}
.menu-trigger.open span:before{top: 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);background: #E74A30; }
.menu-trigger.open span:after{top: 0;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background: #E74A30; }
#mobile-menu .navbar{ position: relative; width: 100%; box-sizing: border-box; z-index: 99999;  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; padding: 0px 0; }
#mobile-menu .navbar.open{ top: 0; }
#mobile-menu  ul ul{ display: none; background: transparent; margin-top: 10px; margin-bottom: 0; padding-left: 25px; }
#mobile-menu  ul ul ul{background: transparent; margin-bottom: 0; }
#mobile-menu  ul ul ul ul{background:rgb(60, 60, 56)}
#mobile-menu  li{ list-style: none; position: relative; display: block;margin: 0;      }
#mobile-menu  li:before{ display: none; }
#mobile-menu  li:last-child{ border-bottom-width: 0; }
#mobile-menu  em{ display: block;position: absolute; top: 0; right: 0; width: 36px; height: 36px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 99; }
#mobile-menu  em.toggled:after{transform: rotate(0);-moz-transform: rotate(0);-webkit-transform: rotate(0);}
#mobile-menu  em.level-two:before{content: '';position: absolute;width: 0;height: 0;border-style: solid;border-width: 6px 6px 0 6px;border-color: #fff transparent transparent transparent;background-color: transparent;left: 50%;top: 50%;transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%);margin: 0;}
#mobile-menu  em.level-two:after{display: none;}
#mobile-menu  em.level-two.toggled{transform: rotate(-180deg);-moz-transform: rotate(-180deg);-webkit-transform: rotate(-180deg)}
#mobile-menu  li a{ color: #fff;padding: 0;display: inline-block; margin-right: 0; line-height: 15px; font-size: 16px; font-weight: 500;letter-spacing: 0.09em; position: relative; z-index: 1; font-weight: 500; cursor: pointer; text-transform: none; color: #fff !important; display: block; border-radius: 5px; background: rgba(0, 0, 0, 0.15); padding: 9px 0px 12px 15px; text-align: left;  }
#mobile-menu  li a:hover{ text-decoration: none; color: #FFBB23; }
#mobile-menu  li li{border-color: transparent; }
#mobile-menu  li li a{text-transform: none;padding-left: 0;}
#mobile-menu  li li li a{padding-left: 25px;margin-right: 0;}
#mobile-menu  li li li li a{padding-left: 30px;margin-right: 0; }
.scroll-hidden{overflow: hidden;height: 100%;}
#mobile-menu li > a{ margin-bottom: 0px; position: relative; }
#mobile-menu ul > li > ul > li > em:after{ top:16px; }
#mobile-menu  li li > a{ font-weight: 400; font-size: 16px; line-height: 22px; padding: 0; background: none; opacity: 0.6; }
#mobile-menu ul > li{ padding-top: 0; padding-right: 0; margin-bottom: 7px; }
.navbar ul{ margin: 0; }
#mobile-menu ul > li > ul > li{ padding: 0; padding-bottom: 0; margin-bottom: 15px; }
#mobile-menu ul > li > ul > li > ul > li:before{ display: none; }
#mobile-menu ul > li > ul > li > ul > li{ padding: 9px 0px 8px 22px;  }
#mobile-menu ul > li > ul > li > ul > li> a{ padding: 0; font-weight: normal; }
.mobile-overlay{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 99;-moz-transition: all 0.8s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;opacity: 0;visibility: hidden;}
.mobile-overlay.open{opacity: 1;visibility: visible;}
#mobile-menu ul > li > ul > li > em{ height: 41px; }
#mobile-menu ul > li > ul > li.hassub a:after{ top: 5px;}
#mobile-menu ul > li a:after{ display: none; }
#mobile-menu ul > li.hassub > a:After{ display: inline-block; }
.contact-mb-info{ display: block;width: 100%;padding: 20px 10px;border-top: 2px solid #555555;margin-top: 17px; box-sizing: border-box; }
.contact-mb-info ul{ display: block; width: 100%; float: left; display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: baseline;align-content: stretch;}
#mobile-menu .contact-mb-info ul li{ font-size: 16px; line-height: 18px; color:#fff; font-weight: normal; text-transform: none; border-bottom: 0; padding: 0px 5px; box-sizing: border-box; float: left; }
#mobile-menu .contact-mb-info ul li > a{ font-size: 13px; line-height: 15px; color:#fff; font-weight: normal; }
#mobile-menu .contact-mb-info ul li:before{ display: none; }
.menu-area{ display: block; width: 100%; margin-top: 0; }
.menu-area ul{ display: block; padding: 0 10px; box-sizing: border-box; } 
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a { color: #FFBB23; }
.menu-area ul li{ display: block; float: none; text-transform: none; }
.menu-trigger { display: block; width: 42px; height: 42px; position: fixed; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; white-space: nowrap; z-index: 999999; right: 320px; top: -50px; transition: all 1s ease-in-out; }
#mobile-menu.open .menu-trigger{ top:7px; }
.menu-trigger span, .menu-trigger span:after, .menu-trigger span:before{ height: 3px; transition: all 0.5s ease-in-out; } 
.menu-trigger span {position: absolute; display: block; width: 30px; left: 50%; top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); -moz-transform: translate(-50% , -50%); }
.menu-trigger span:after, .menu-trigger span:before {border-radius: 25%; top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background: #ffffff; } 
.menu-trigger span:before {top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); background: #ffffff; } .menu-trigger span:after, .menu-trigger span:before { content: ''; position: absolute; left: 0; width: 100%; border-radius: 25%; }
.menu-overlayer{ display: block; position: fixed; width: 0; height: 100vh; right: 0; bottom: 0; background: rgba(0,0,0,0.6); transition: all 0.3s ease-in-out; opacity: 0; }
.menu-overlayer.open { width: 100vw; height: 100vh; opacity: 1; top:0; }
.navbar ul.third-menu, .navbar ul.second-menu{ display: none; margin-top: 25px; border-top: 2px solid #555555; }
.second-menu li .new-post{ float: right; margin-top: 2px; margin-left: 0; margin-right: 0; position: absolute; right: 5px; top:12px; }
#mobile-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:  rgba(255, 187, 35, 0.75); }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a{ color: #FFBB23; }
/* end */

/*mobile menu*/
/*start*/
.mb-toggled.mb-closed{ position: relative; display: none; }	
.mb-button { display: block; position: absolute; right: 9px;}
.mb-button span{ display: block; margin: 2px 0px 4px 0px; height: 2px; background: rgba(255, 255, 255, 0.7); width: 21px; float: none; border-radius: 24px; }
.mb-button { display: block;right: 5px; }
.pb-0{ padding-bottom: 0 !important; }
.sub-menu-toggle{ display: none; }
.sub-menu{ margin: 0; padding: 0; }
/*end*/

#mobile-menu li.hassub > a span{ position: relative; }
#mobile-menu li.hassub.up-arrow > a span:after{ transform: rotate(90deg); }
.mobile-menu{ display: none; width: 100%; background: #183446; padding: 10px 0; box-sizing: border-box; }
#mobile-menu li li > a{ font-size: 14px; line-height: 20px; }
#mobile-menu em:before{ content: ''; display: block; position: absolute; left: 11px; top: 18px; width: 17px; height: 1px; background: #fff; }
#mobile-menu em:after{ content: ''; display: block; position: absolute; left: 19px; top: 11px; width: 1px; height: 17px; background: #fff; }