@charset "utf-8";

/*@font-face {
  font-family: 'poppins';
  src:url('../style/poppins.ttf');
}

@font-face {
  font-family: 'poppins-bold';
  src:url('../style/poppins-bold.ttf');
}*/

body { font-family: Arial; font-size:14px; background: #fff; color:#252525; line-height: 26px; overflow-x: hidden; position: relative; max-width: 1920px; margin-left: auto; margin-right: auto; max-width: 1920px; }

@media(min-width: 768px) {
body { font-size:15px; }
}
@media(min-width: 1200px) {
body { line-height: 24px; letter-spacing: 0.8px;}
}

.clear{clear:both;}

.h-100 { height: 100%; }

.container {  }
@media(min-width: 1600px) {
.container { max-width: 1400px; }
}
.new-ward { width: 100%; }

.mx-auto { display: block; }

header { position: fixed; top: 0; z-index: 99999; max-width:1920px; width: 100%; background-color: rgba(60, 60, 60, 0.28); height: 46px; }
@media(min-width: 768px) {
header { height: 60px; }
}
@media(min-width: 992px) {
header { height: 80px; }
}
@media(min-width: 1200px) {
header { height: 100px; }
}


a{text-decoration: none;}
a:hover,a:focus {text-decoration: none;}
a,input,button {outline: none!important;}

.header-content { position: relative; display: flex; align-content: center; }
@media(min-width: 992px) {
.header-content { justify-content: space-between; }
}
@media(min-width: 1600px) {
.header-content {  }
}

.logo { background-color: #fff; display: flex; align-content: center; height: 100%; padding: 0 5px; }
@media(min-width: 400px) {
.logo { padding: 0 15px; }
}
.logo img { height: 46px!important; width: auto; margin-top: auto; margin-bottom: auto; }
@media(min-width: 768px) {
.logo img { height: 60px!important; }
}
@media(min-width: 1200px) {
.logo img { height: 78px!important; }
}
.logo1 { display: none; }
.logo2 { display: block; }
@media(min-width: 1600px) {
.logo1 { display: block; }
.logo2 { display: none; }
}

.box-logo {margin-right: auto; }
@media(min-width: 992px) {
.box-logo { margin-right: 0; }
}
.box-logo .logo { position: relative; }

.header-right { background-color: #f2f2f2; height: 30px;}
@media(min-width: 992px) {
.header-right { background-color: #f2f2f2; height: 60px;}
}

/*nav*/
.box-menu .menu { display: flex; align-content: center; justify-content: space-between; margin-bottom: 0; }
.box-menu li { position: relative; }
.box-menu > ul > li { display: flex; align-content: center; height: 46px; flex-grow: 1; transform: all 1s; }
@media(min-width: 768px) {
.box-menu > ul > li { height: 80px; padding-left: 10px; padding-right: 10px; }
}
@media(min-width: 1200px) {
.box-menu > ul > li { height: 100px; }
}
@media(min-width: 1300px) {
.box-menu > ul > li { padding-left: 10px; padding-right: 10px; }
}
.box-menu > ul > li:hover, .box-menu > ul > li.active { background-color: rgba(80, 183, 75, 0.5); }
.box-menu > ul > li > a { font-size: 16px; line-height: 22px; color:#fff; text-align: left; margin-left: auto; margin-right: auto; margin-top: auto; margin-bottom: auto; }
@media(min-width: 1600px) {
.box-menu > ul > li > a { font-size: 18px; }
}
.box-menu > ul > li > a > span { display: block; }
@media(min-width: 992px) {
.box-menu > ul > li > a > span {  }
}

.box-menu > ul > li:first-child {  }
.box-menu > ul > li.dropdown:after {
  /* border: 8px solid transparent;
  border-top: 8px solid #c7c7c7; */
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  content: '';
  left:50%;
  margin-left:-4px;
}

.box-menu > ul {  }
.box-menu > ul > li { text-align: center; position: relative;/* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */}
.box-menu > ul > li.active, .box-menu > ul > li:hover { border-bottom: 1px solid #003b98; }
.box-menu > ul > li.active > a, .box-menu > ul > li.selected > a, .box-menu > ul > li:hover > a { color:#0063ff; }
.box-menu > ul > li.active > a > span, .box-menu > ul > li.selected > a > span, .box-menu > ul > li:hover > a > span {  }

.box-menu > ul > li > ul { 
  position: absolute;
  top:100%;
  left:0;
  padding-top:9px;/* display:none; */
  z-index: 99999;
  background-color: #003b98;
  opacity: 0;
  pointer-events: none;
  filter: alpha(opacity=0); 
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; 
}
.box-menu > ul > li ul li { text-align: left; padding: 0 5px; }
@media(min-width: 1400px) {
.box-menu > ul > li ul li { padding: 0 15px; }
}
.box-menu > ul > li ul li:last-child { border-bottom: 0; }
.box-menu > ul > li ul li a { display: block; padding: 8px 10px; color:#fff; border-bottom: 1px #0c4aac solid; font-size: 14px; }
.box-menu > ul > li ul li a:hover { border-bottom: 1px #fff solid; }
.box-menu > ul > li ul li:last-child a { border-bottom: none; }
.box-menu > ul > li.selected > ul {/* display: block; */
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
}


/* mobile menu */
.st-menu {background-color:#50b74b!important;}
.mobile-menu-btn { margin-top: auto; margin-bottom: auto; margin-right: 5px; }
@media(min-width: 340px) {
.mobile-menu-btn { margin-right: 15px; }
}
.menu-mobile {}
.menu-mobile .menu-mobile-title {height: 36px;position: relative;}
.menu-mobile .button-close-menu{position: absolute;right:8px;top:8px;color:#fff;cursor: pointer;}
.menu-mobile .button-close-menu:hover {color:#01719c;}
.menu-mobile .button-close-menu i {font-size: 20px;}
.menu-mobile .mobile-more {display: inline-block;width: 18px;height: 18px;position: absolute;top:30px;right:8px;font-size: 18px;color:#fff;cursor: pointer;text-align: center;
  -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out; 
}
.menu-mobile ul li.mobile-sub-open > .mobile-more {transform:rotate(180deg);}
.menu-mobile .mobile-more i{font-size: 18px;}
.menu-mobile .menu-mobile-content > li .dropdown-menu {position: static;}
.menu-mobile .menu-mobile-content > li >a{text-transform: uppercase;}
.menu-mobile .mobile-dropdown-menu {margin-left:0!important;padding:0;display: none;}
.menu-mobile .mobile-sub-open > .mobile-dropdown-menu {display: block;}
.menu-mobile .mobile-dropdown-menu a {padding-left: 30px;text-decoration: none;}
.menu-mobile .mobile-dropdown-menu ul a{padding-left:50px;}
.menu-mobile .mobile-dropdown-menu ul ul a{padding-left:70px;}
.menu-mobile a:link, .menu-mobile a:visited, .menu-mobile a:hover, .menu-mobile a:active {text-decoration: none;}
.menu-mobile ul li li, .menu-mobile .see-all, .menu-mobile ul ul ul ul > li {background: #686868;}
.menu-mobile ul li:hover, .menu-mobile ul li.mobile-sub-open {
  background: rgba(0,0,0,0.1);
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
} 
/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */
.menu-mobile ul ul ul > li {
  background: #6c9045;
}

.btn-ud {
  color: #fff!important;
  background-color: #50b74b;
  padding:5px 20px;
  border-radius: 0;
  font-size: 14px;
}
.btn-ud:focus,
.btn-ud.focus {
  color: #fff;
  background-color: #50b74b;}
.btn-ud:hover {
  color: #fff;
  background-color: #50b74b;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  color: #fff;
  background-color: #50b74b;
}
.btn-ud:active:hover,
.btn-ud.active:hover,
.open > .dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open > .dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open > .dropdown-toggle.btn-ud.focus {
  color: #fff;
  background-color: #50b74b;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  background-image: none;
}
.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
  background-color: #d17100;
}

.btn-bar {padding:7px 14px!important;}


/*dropdown-menu*/
.dropdown-menu { min-width: 0; width: 110px; }
@media(min-width: 1200px) {
.dropdown-menu { width: 160px; }
}
.dropdown-item { padding: 0.25rem 15px; }
@media(min-width: 1200px) {
.dropdown-item { padding: 0.25rem 1.5rem; }
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { background-color: #fff; }
.dropdown-menu li a { padding: 3px 10px; }

/*.header-content .btn-group { height: 32px; width: 110px; background-color: #50b74b; border-radius: 0; margin-top: 10px; }
@media(min-width: 768px) {
.header-content .btn-group { width: 110px; margin-top: 18px; }
}
@media(min-width: 992px) {
.header-content .btn-group { height: 45px; margin-top: 12px; }
}
@media(min-width: 1200px) {
.header-content .btn-group { width: 160px; margin-top: 25px; }
}
.header-content .btn-group .btn { color: #fff; font-size: 18px; }
.header-content .dropdown-toggle::after { display: none; }*/


/*hearder-right*/
.hearder-right-flex { display: flex; justify-content: center; align-content: center; height: 100%; }


/*lang*/
.lang { font-size: 14px; color: #fff; position: relative; margin-top: auto; margin-bottom: auto; margin-right: 5px; }
@media(min-width: 520px) {
.lang { font-size: 16px; margin-left: 15px; margin-right: 15px; }
}
@media(min-width: 992px) {
.lang { min-width: 125px; }
}
@media(min-width: 1400px) {
.lang { margin-left: 30px; margin-right: 30px; }
}
@media(min-width: 1600px) {
.lang { font-size: 18px; margin-left: 40px; margin-right: 40px; }
}
@media(min-width: 1920px) {
.lang { margin-left: 80px; margin-right: 80px; }
}
.lang a { color: #fff; padding: 5px; }
@media(min-width: 768px) {
.lang a { padding: 5px; }
}
.lang a.active, .lang a:hover { color: #003b98; }
@media (max-width:425px) {
    .lang{font-size: 12px;}
}


/*top-social*/
.top-social { display: flex; margin-top: 13px; display: none; }
@media(min-width: 520px) {
.top-social { display: flex; }
}
@media(min-width: 1200px) {
.top-social { margin-top: 16px; }
}
@media(min-width: 1400px) {
.top-social { margin-top: 13px; }
}
.top-social a { margin-right: 10px; }
.top-social a:last-child { margin-right: 0; }
.top-social img { height: 36px; width: auto; }
@media(min-width: 1400px) {
.top-social img { height: auto; }
}
/*mymove*/
@keyframes mymove
{
  0%{
    transform: scale(1);  /*开始为原始大小*/
  }
  25%{
    transform: scale(1.1); /*放大1.1倍*/
  }
  50%{
    transform: scale(1);
  }
  75%{
    transform: scale(1.1);
  }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
  0%{
    transform: scale(1);  /*开始为原始大小*/
  }
  25%{
    transform: scale(1.1); /*放大1.1倍*/
  }
  50%{
    transform: scale(1);
  }
  75%{
    transform: scale(1.1);
  }
}
.top-social img:hover { 
  position:relative;
  animation:mymove 2s infinite;
  -webkit-animation:mymove 2s infinite; /*Safari and Chrome*/
  animation-direction:alternate;/*轮流反向播放动画。*/
  animation-timing-function: ease-in-out; /*动画的速度曲线*/
  /* Safari 和 Chrome */
  -webkit-animation:mymove 2s infinite;
  -webkit-animation-direction:alternate;/*轮流反向播放动画。*/
  -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
 }


/*lang-btn*/
.lang-btn { width: 110px; display: flex; justify-content: space-between; align-content: center; padding: 4px 14px; color: #fff; }
@media(min-width: 992px) {
.lang-btn { padding: 11px 15px; }
}
@media(min-width: 1200px) {
.lang-btn { width: 160px; }
}
.lang-btn:hover { color: #fff; }
.lang-btn-down { margin-top: 10px; }
@media(min-width: 992px) {
.lang-btn-down { margin-top: 8px; }
}


/*slideshow*/
.swiper-container { max-width: 1920px; margin: auto;position: relative;}
.swiper-pagination { text-align: center; }
.swiper-pagination-bullet { height: 15px; width: 15px; border-radius: 50%; background-color: #fff; outline: none; opacity: 1; border: 2px solid #fff; }
.swiper-pagination-bullet-active { border: 2px solid #50b74b; background-color: #50b74b; }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: ' '; }
/*.swiper-button-prev { background: url(../images/new-left-s.png) center no-repeat; }
.swiper-button-next { background: url(../images/new-right-s.png) center no-repeat; }*/
@media(max-width: 768px){
  .swiper-container { max-width: 1920px; margin: auto;height: 50vh;}
  .swiper-container img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }
}

@media(min-width: 992px) {
.swiper-pagination-bullet { height: 15px; width: 15px;}
.swiper-button-prev { background: url(../images/new-left.png) center no-repeat; }
.swiper-button-next { background: url(../images/new-right.png) center no-repeat; }
}
.swiper-button-next, .swiper-button-prev { outline: none; color: #fff; top: 48%; transition: all 0.8s; height: 30px; width: 30px; }
@media(min-width: 768px) {
.swiper-button-next, .swiper-button-prev { top: 48%; display: block; opacity: 1; height: 60px; width: 60px; }
}
.swiper-button-prev {  }
.swiper-button-next {  }
@media(min-width: 1200px) {
.swiper-button-prev { left: 30px; }
.swiper-button-next { right: 30px; }
}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { opacity: 1; transition: all 0.8s; }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 20px; }
@media(min-width: 768px) {
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 30px; }
}
@media(min-width: 1400px) {
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 55px; }
}
/*.swiper-slide { position: relative; height: 440px; }
@media(min-width: 768px) {
.swiper-slide { height: 520px; }
}
@media(min-width: 1200px) {
.swiper-slide { height: 620px; }
}
@media(min-width: 1400px) {
.swiper-slide { height: 720px; }
}
@media(min-width: 1600px) {
.swiper-slide { height: 810px; }
}*/
.slideshow-1 { background: url(../images/slideshow1.png) center no-repeat; background-size: cover; }
.slideshow-2 { background: url(../images/slideshow2.jpg) center no-repeat; background-size: cover; }
.slideshow-3 { background: url(../images/slideshow3.jpg) center no-repeat; background-size: cover; }
.slideshow-4 { background: url(../images/slideshow4.jpg) center no-repeat; background-size: cover; }
.slideshow-text { color: #fff; padding: 5% 0 0; text-shadow: 0 0 5px #000; }


.swiper-slide { position: relative; }
.swiper-slide-text{
  position: absolute;
  z-index: 999;
  top: 38%;
  left: auto;
  right: auto;
  width: 100%;
  color: #fff;
}
.swiper-slide-text-tit{
  font-size: 22px;
  color: #fff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
  display: inline-block;
  line-height: 2rem;
  padding-left: 50px;
  padding-right: 50px;
}
.swiper-slide-text-tit span { color: #fff; font-style: normal; }

.swiper-slide-active .swiper-slide-text-tit,.swiper-slide-active .swiper-slide-text-sec{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@media(min-width: 768px){
.swiper-slide-text{
  top:45%;
}
.swiper-slide-text-tit{ font-size: 22px; line-height: 3rem; }  
.swiper-slide-text-tit span { font-size: 36px; }
}
@media(min-width: 1200px){
.swiper-slide-text{
  top:45%;
}
.swiper-slide-text-tit{ font-size: 28px; line-height: 3.5rem; }  
.swiper-slide-text-tit span { font-size: 50px; }
}

@media(min-width: 1600px){
.swiper-slide-text{top:45%;}
.swiper-slide-text-tit{
  font-size: 48px;
  line-height: 4rem;
}  
.swiper-slide-text-tit span { font-size: 60px; }
}


/*home-video*/
.home-video { position: relative; height: 350px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
/* @media(min-width: 768px) {
.home-video { height: 550px; }
} */
@media(min-width: 768px) {
.home-video { height: 550px; }
}
/*@media(min-width: 1400px) {
.home-video { height: 800px; }
}
@media(min-width: 1600px) {
.home-video { height: 940px; }
}*/
@media (max-width:768px) {
    .home-video{height: auto !important;}
}
.home-bottom-video { position: relative; height: 350px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
@media(min-width: 768px) {
.home-bottom-video { height: 550px; }
}
/*@media(min-width: 1200px) {
.home-bottom-video { height: 700px; }
}
@media(min-width: 1400px) {
.home-bottom-video { height: 800px; }
}
@media(min-width: 1600px) {
.home-bottom-video { height: 940px; }
}*/



/*home all*/
.home-bg {  }
@media(min-width: 992px){
.home-bg { background: url(../images/home-bg.png) #fff top no-repeat; }
}
.home-title { font-size: 34px; text-transform: uppercase; line-height: 36px; color: #003b98; font-weight: bold; margin-bottom: 30px; }
@media(min-width: 992px){
.home-title { font-size: 40px; line-height: 48px; margin-bottom: 20px; }
}
@media(min-width: 1600px){
.home-title { font-size: 56px; }
}
.home-title span { color: #50b74b; }
.home-btn .btn {min-width: 180px;padding: 6px 35px;background: #2699b4;color: #fff;margin-top: 20px;text-transform: uppercase;border:2px solid #2699b4;}
.home-btn .btn:hover {background: #fff;color: #2699b4;font-weight: bold;}
.all-box-mt {margin-top: 30px}
.all-box-padding {padding: 35px 0 50px;}
@media(min-width: 768px){
.all-box-mt {margin-top: 50px}
.all-box-padding {padding: 50px 0 60px;}
.home-btn .btn {margin-bottom: 0px;}
}
@media(min-width: 992px){
.all-box-mt {margin-top: 60px}
.all-box-padding {padding: 60px 0 70px;}
}
@media(min-width: 1200px){
.all-box-mt {margin-top: 80px}
.all-box-padding {padding: 70px 0 90px;}
}
@media(min-width: 1600px){
.all-box-mt{margin-top: 100px}
.all-box-padding{padding: 100px 0 120px;}
}
.home-more { z-index: 99; }
.home-more a { color: #003b98; font-size: 16px; font-weight: bold; display: flex; align-content: center; transform: all 1s; }
.home-more a span { display: inline-block; margin-left: 15px; margin-top: auto; margin-bottom: auto; font-size: 24px; padding: 10px 15px; font-weight: normal; }
.home-more a:hover { font-size: 17px; transform: all 1s; }
.home-more a:hover span { background-color: #50b74b; color: #fff; margin-left: 10px; box-shadow: 0 5px 5px 5px rgba(80, 183, 75, 0.2); }
.home-more b { color: #003b98; font-size: 16px; font-weight: bold; display: flex; align-content: center; transform: all 1s; }
.home-more b span { display: inline-block; margin-left: 15px; margin-top: auto; margin-bottom: auto; font-size: 24px; padding: 10px 15px; font-weight: normal; }
.home-more b:hover { font-size: 17px; transform: all 1s; }
.home-more b:hover span { background-color: #50b74b; color: #fff; margin-left: 10px; box-shadow: 0 5px 5px 5px rgba(80, 183, 75, 0.2); }


/*home-about*/
.home-about {  }
@media(min-width: 992px){
.home-about {  }
}
.home-about-bg { background: url(../images/about-bg.png) right no-repeat; margin-top: -60px; padding-top: 100px; margin-bottom: -30px; }
/* .about-container{padding: 0 100px;} */
.home-about-bg .row {  }
.home-about-left { background: url(../images/about-bg-l.png) left top no-repeat; padding-left: 30px; width: 100%; }
@media(min-width: 992px) {
.home-about-left { padding-left: 30px; width: 50%; padding-bottom: 35px; }
}
@media(min-width: 1200px) {
.home-about-left { padding-bottom: 0; }
}
.home-about-right { width: 100%; padding-top: 30px; padding-left: 30px; padding-right: 30px; }
@media(min-width: 992px) {
.home-about-right { width: 50%; padding-top: 0px; padding-right: 0; }
}
@media(min-width: 1200px) {
.home-about-right { padding-left: 0; }
}
@media(min-width: 1400px) {
.home-about-right { width: 50%; padding-left: 30px; }
}
.home-about-tit { margin-bottom: 30px; font-size: 18px; color: #50b74b; }
@media(min-width: 1200px) {
.home-about-tit { margin-bottom: 40px; }
}
.home-more-p { padding-top: 10px; }
.home-about-tit span { border-bottom: 1px #50b74b solid; padding-bottom: 5px; }
.home-about-text { font-size: 16px; color: #666; margin-top: 0px; line-height: 26px; }
@media(min-width: 1200px) {
.home-about-text { margin-top: 0px; font-size: 17px; line-height: 26px; }
}
@media (min-width:1441px) {
.home-about-text{line-height: 34px;}
}
.home-about .home-more { margin-top: 15px; }
@media(min-width: 1200px) {
.home-about .home-more { margin-top: 30px; }
}


/*home-news*/
.home-news { position: relative; background: url(../images/home-news-bg.png) no-repeat; background-attachment: fixed; }
.home-news-top {  }
@media(min-width: 440px){
.home-news-top { display: flex; align-content: center; justify-content: space-between; }
}
.home-news-box { position: relative; margin-top: 20px; margin-bottom: 30px; }
@media(min-width: 992px){
.home-news-box { margin-top: 50px; margin-bottom: 0; }
}
.home-news-box-photo { overflow: hidden; }
.home-news-box-photo img { transition: all 1s; }
.home-news-box:hover .home-news-box-photo img { transform: scale(1.1); transition: all 1s; }
.home-news-box-bottom { position: relative; margin-top: -45px; z-index: 2; }
@media(min-width: 992px) {
.home-news-box-bottom { margin-left: 15%; margin-top: -110px; }
}
.home-news-box-bottom-date { width: 130px; font-size: 14px; font-weight: bold; color: #fff; background-color: #003b97; padding: 8px 15px; }
.home-news-box-bottom-box { background: #fff!important; box-shadow:-5px 5px 10px -4px rgba(0, 0, 0, 0.2),5px 5px 10px -4px rgba(0, 0, 0, 0.2); padding: 30px; }
@media(min-width: 1200px) {
.home-news-box-bottom-box { padding: 40px; }
}
.home-news-box-tit { color: #111; font-size: 20px; font-weight: bold; line-height: 28px; overflow: hidden; }
@media(min-width: 992px) {
.home-news-box-tit { height: 60px; }
}
@media(min-width: 1600px) {
.home-news-box-tit { font-size: 22px; line-height: 34px; height: 100px; }
}
.home-news-box:hover .home-news-box-tit { color: #003b97; }
.home-news-box-text { color: #6b7481; font-size: 15px; width: 100%; font-weight: bold; margin-top: 15px; }
@media(min-width: 992px) {
.home-news-box-text { height: 74px; overflow: hidden; }
}
.home-news-box-bottom-box .home-more { margin-top: 15px; }
@media(min-width: 1200px) {
.home-news-box-bottom-box .home-more { margin-top: 30px; }
}


/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 60px; width: 40px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; z-index: 999; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-size: 16px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { margin-left: -30px; top: 38px; background: url(../images/left-icon-n1.png?v=1.0.1) no-repeat center; background-color: #fff; height: 40px; }
@media(min-width: 768px) {
.slick-prev { left: 0px; }
}
@media(min-width: 992px) {
.slick-prev { left: 0px; }
}
.slick-prev:before { content: ''; }
.slick-next { margin-right: -30px; top: 38px; background: url(../images/right-icon-n1.png?v=1.0.1) no-repeat center; background-color: #fff; height: 40px; }
@media(min-width: 768px) {
.slick-next { right: 0px; }
}
@media(min-width: 992px) {
.slick-next { right: 0px; }
}
.slick-next:before { content: ''; }
/* .slick-prev:hover, .slick-prev:focus { background: url(../images/left-xs.png) no-repeat; }
.slick-next:hover, .slick-next:focus { background: url(../images/right-xs.png) no-repeat; } */
.slick-slide { outline: none; /* padding: 10px 0; */}
@media(min-width: 768px) {
.slick-slide { padding: 10px; }
}
.slick-dots { bottom: -30px; }
@media(min-width: 768px) {
.slick-dots { bottom: -50px; }
}
.slick-dots li.slick-active button:before { background-color: #fff; color: #fff; border: 3px solid #50b74b; }
.slick-dots li button:before { border-radius: 50%; background-color: #fff; color: #fff; opacity: 1; border: 3px solid #bfbfbf; }


/* footer */
.footer { width: 100%; }
.footer-top { display: flex; align-content: center; justify-content: center; }
@media(min-width: 768px) {
.footer-top { display: flex; align-content: center; justify-content: center; }
}
.footer-top img { display: inline; margin-left: auto; margin-right: auto; margin-top: 30px; height: 50px; }
@media(min-width: 768px) {
.footer-top img { display: inline; margin-left: 30px; margin-right: 30px; margin-top: 50px; height: 80px; }
}
.footer-bottom { align-content: center; color: #fff; padding: 30px 0; }
@media(min-width: 576px) {
.footer-bottom { padding: 40px 0; }
}
@media(min-width: 768px) {
.footer-bottom {  }
}
@media(min-width: 992px) {
.footer-bottom {  }
}
.copy-right { color: #333; font-size: 16px; }
@media(min-width: 992px) {
.copy-right { font-size: 18px; }
}
.copy-right a { color: #50b74b; }


/*menu*/
.menu-box-2 { flex-grow: 1; display: flex; align-content: center; justify-content: flex-end; }
@media(min-width: 992px) {
.menu-box-2 { display: block; }
}
@media(min-width: 1200px) {
.menu-box-2 {  }
}


/*back-to-top*/
#back-to-top { position: fixed; right: 3%; bottom: 5%; z-index: 999; padding: 5px;}
@media(min-width: 768px) {
#back-to-top { right: 3%; bottom: 6%; }
}
#back-to-top a { color: #fff; }


/*btn-01*/
.btn-01 {
  color: #003b98;
  cursor: pointer;
  position: relative;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background-color: #f5f6fa;
  z-index: 2;
}
.home-lines-box:hover .btn-01 {
  color: #fff !important;
  background-color: transparent;
}
.home-lines-box:hover .btn-01:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.btn-01:before {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 0px;
  width: 100%;;
  z-index: -1;
  content: '';
  color: #003b98 !important;
  background: #50b74b;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}


/*btn-02*/
.btn-02 {
  color: #003b98;
  cursor: pointer;
  position: relative;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background-color: #f5f6fa;
  z-index: 2;
}
.home-news-box:hover .btn-02 {
  color: #fff !important;
  background-color: transparent;
}
.home-news-box:hover .btn-02:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.btn-02:before {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 0px;
  width: 100%;;
  z-index: -1;
  content: '';
  color: #003b98 !important;
  background: #50b74b;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}


/*home-spec*/
/*.home-spec { position: relative; height: 870px; }
@media(min-width: 992px) {
.home-spec { height: 550px; }
}*/
.home-spec { position: relative; }
@media(min-width: 992px) {
.home-spec {  }
}
.home-spec:after { content: ' '; display: block; clear: both; }
.home-spec-box { position: relative; width: 100%; height: 100%; margin-bottom: 30px; text-align: center; }
.home-spec-box:last-child { margin-bottom: 20px; }
.home-spec-box-photo {  }
.home-spec-box-text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-top: 4%; font-weight: bold; font-size: 18px; color: #fff; text-align: center; transform: all 1s; }
@media(min-width: 500px){
.home-spec-box-text { font-size: 26px; }
}
@media(min-width: 768px){
.home-spec-box-text { font-size: 34px; }
}
.home-spec .home-more-p { padding-top: 5px; }
.home-spec .home-more { z-index: 99; position: absolute; bottom: 15px; right: 15px; }
@media(min-width: 500px){
.home-spec .home-more { bottom: 30px; right: 30px; }
}
.home-spec .home-more a { color: #fff; font-size: 16px; font-weight: bold; display: flex; align-content: center; }
.home-spec .home-more b { color: #fff; font-size: 14px; font-weight: bold; display: flex; align-content: center; }
/*.home-spec .home-more a span { display: inline-block; margin-left: 15px; margin-top: auto; margin-bottom: auto; font-size: 24px; padding: 10px 15px; font-weight: normal; }*/
.home-spec .home-more a span { display: inline-block; margin-left: 15px; margin-top: auto; margin-bottom: auto; font-size: 24px; padding: 8px 20px; font-weight: normal; background-color: #50b74b; color: #fff; box-shadow: 0 5px 5px 5px rgba(80, 183, 75, 0.2); }
.dh ul li:hover .home-more a:hover span { background-color: #50b74b; color: #fff; box-shadow: 0 5px 5px 5px rgba(80, 183, 75, 0.2); }
.home-spec .home-more b span { display: inline-block; margin-left: 15px; margin-top: auto; margin-bottom: auto; font-size: 18px; padding: 5px 16px; font-weight: normal; color: #fff; }
.home-spec .home-spec-box:hover .home-more span { background-color: #50b74b; color: #fff; box-shadow: 0 5px 5px 5px rgba(80, 183, 75, 0.2); }
.home-spec .home-spec-box:hover .home-spec-box-text { font-size: 20px; transform: all 1s; }
@media(min-width: 500px){
.home-spec .home-spec-box:hover .home-spec-box-text { font-size: 28px; }
}
@media(min-width: 768px){
.home-spec .home-spec-box:hover .home-spec-box-text { font-size: 36px; }
}

/*#wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 550px;
}*/
#wrap {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 104%;
  height: 550px;
  margin-left: -40px;
}
@media(min-width: 1200px){
#wrap { width: 103%; }
}

#wrap>ul {
  width: 100%;
  list-style: none;
  display: flex;
  align-content: center;
}

#wrap>ul>li {
  float: left;
  width: 260px;
  height: 550px;
  cursor: pointer;
}
@media(min-width: 1400px){
#wrap>ul>li { width: 360px; }
}

#wrap>ul>li.curr {
  flex-grow: 1;
}

#wrap>ul>li:nth-child(1) {
  background: url('../images/img-big.png') no-repeat center/cover;
}

#wrap>ul>li:nth-child(2) {
  background: url('../images/img-big2.png') no-repeat center/cover;
}

#wrap>ul>li>.text {
  float: right;
  width: 260px;
  height: 100%;
  background: rgba(80, 183, 75, .7);
  z-index: 1;
  padding: 80px 30px;
  position: relative;
  z-index: 9;
}
@media(min-width: 1400px){
#wrap>ul>li>.text { width: 360px; padding: 80px 50px; }
}

#wrap>ul>li>.text::before {
  content: '';
  display: flex;
  width: 260px;
  height: 550px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media(min-width: 1400px){
#wrap>ul>li>.text::before { width: 360px; }
}

#wrap>ul>li>.title {
  font-family: arial;
  position: relative;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding-top: 250px;
  display: none;
}
@media(min-width: 1400px){
#wrap>ul>li>.title {
  font-size: 50px;
  line-height: 50px;
}
}
#wrap>ul>li.curr>.title {
  display: block;
}

.small-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(80, 183, 75, .7);
  top: 0;
  left: 0;
  z-index: 999;
}

/*#wrap>ul>li.curr {
  width: 80%;
}*/

#wrap>ul>li.curr .text {
  background: rgba(0, 59, 152, .7);
}

.text-con {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.text-con span {
  font-size: 30px;
  line-height: 46px;
  font-family: arial;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.text-link {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.text-link b {
  font-weight: 16px;
  color: #fff;
  float: left;
}

.text-link i {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-left: 10px;
  background: none;
  width: 48px;
  height: 48px;
  font-size: 30px;
  color: #fff;
  font-style: normal;
}

.text-link:hover i {
  background: #50b74b;
  box-shadow: 8px 0 12px rgba(80, 183, 75, .4);
  text-decoration: none;
}

.mobile-left {}

.mobile-left-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.home-spec-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.home-spec-box:last-child {
  margin-bottom: 20px;
}

.home-spec-box-photo {}

.home-spec-box-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #fff;
}

.clearfixed { clear: both; }


/*banner*/
.banner { position: relative; height: 350px; overflow: hidden; text-align: center; color: #fff; }
@media(min-width: 768px) {
.banner { height: 400px; }
} 
@media(min-width: 1200px) {
.banner { height: 500px; }
}
@media(min-width: 1600px) {
.banner { height: 500px; }
}
.banner-about { background: url(../images/about-bg.jpg) center no-repeat; }
.banner-publications { background: url(../images/publications-bg.jpg) center no-repeat; }
.banner-news { background: url(../images/news-bg.jpg) center no-repeat; }
.banner-environmental { background: url(../images/environmental-bg.jpg) center no-repeat; }
.banner-tit-1 { font-size: 24px; font-weight: bold; margin-top: 140px; margin-bottom: 0; text-transform: uppercase; }
@media(min-width: 768px) {
.banner-tit-1 { font-size: 36px; margin-top: 180px; }
} 
@media(min-width: 1200px) {
.banner-tit-1 { font-size: 48px; margin-top: 220px; }
}
@media(min-width: 1600px) {
.banner-tit-1 { margin-top: 220px; }
}
.banner-tit-2 { font-size: 14px; font-weight: bold; display: inline; padding-top: 30px; }
.banner-tit-2 img { display: inline; padding-right: 10px; margin-top: -3px; }
.banner-tit-2 a { color: #fff; padding-left: 10px; }


/*inner-padding*/
.inner-padding {padding: 35px 0 50px;}
@media(min-width: 768px){
.inner-padding {padding: 50px 0 60px;}
}
@media(min-width: 992px){
.inner-padding {padding: 60px 0 70px;}
}
@media(min-width: 1200px){
.inner-padding {padding: 70px 0 90px;}
}


/*about*/
.about-left { width: 100%; margin-left: 15px; margin-right: 15px; }
@media(min-width: 768px){
.about-left { width: 30%; margin-left: 0; margin-right: 0; }
}
@media(min-width: 992px){
.about-left { width: 22%; }
}
.about-right { width: 100%; padding-top: 35px; margin-left: 15px; margin-right: 15px; overflow: hidden; }
@media(min-width: 768px){
.about-right { width: 70%; padding-left: 50px; margin-left: 0; margin-right: 0; }
}
@media(min-width: 992px){
.about-right { width: 78%; }
}
.about-left-tit { position: relative; width: 100%; height: 80px; background: url(../images/about-title-bg.png) center no-repeat; background-size: cover; font-size: 18px; font-weight: bold; color: #fff; display: flex; align-content: center; padding: 30px 15px; }
@media(min-width: 768px){
.about-left-tit  { height: 100px; padding: 12px 20px; }
}
@media(min-width: 1200px){
.about-left-tit  { font-size: 18px; padding: 25px 20px; }
}
@media(min-width: 1600px){
.about-left-tit  { font-size: 24px; }
}
.about-left-tit-left { padding-top: 0; }
@media(min-width: 768px){
.about-left-tit-left { padding-top: 30px; }
}
@media(min-width: 1200px){
.about-left-tit-left { padding-top: 15px; }
}
.about-left-tit-right { padding-left: 15px; display: flex; align-items: center; }
.about-left-tit-top { position: absolute; right: -2px; top: -2px; }
.about-left-tit img { display: inline; }
.about-list { box-shadow: 0 5px 5px 5px rgba(235, 235, 235, 0.2); }
@media(min-width: 1600px){
.about-list  {  }
}
.about-list a:hover, .about-list li.active a { background-color: #50b74b; color: #fff; border-radius: 0; }
.about-list a { color: #111; font-size: 18px; font-weight: bold; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; border-top: solid 1px #dce0e4; display: block; }
@media(min-width: 768px){
.about-list a { padding-top: 30px; padding-bottom: 30px; }
}
.about-list a { color: #323232; }
.about-list li:hover a, .about-list li.active a { color: #fff; }
.about-right-top-title{font-size: 18px; font-weight: bold; margin-bottom: 15px;}
.about-right-top-img{margin-bottom: 30px;}
.about-right-tit { font-size: 30px; line-height: 48px; color: #111; font-weight: bold; }
.about-right-text { font-size: 16px; color: #555; line-height: 40px; margin-top: 30px; margin-bottom: 30px; }
.about-right-text b { font-size: 18px; color: #333; }
/*.about-right-text ul { margin-left: -20px; }*/
.about-right-text li { margin-top: 10px; }
.about-right-bottom { display: flex; align-content: center; justify-content: space-between; border-top: solid 1px #f0f0f0; font-size: 16px; color: rgba(85, 85, 85, 1); padding: 15px 0; flex-wrap: wrap; }
@media(min-width: 500px){
.about-right-bottom { flex-wrap: nowrap; }
}
.about-right-bottom-left { width: 100%; color: rgba(10, 66, 153, 1); font-weight: bold; }
@media(min-width: 500px){
.about-right-bottom-left { width: 190px; min-width: 190px; }
}
.about-right-bottom-mid { display: none; }
@media(min-width: 500px){
.about-right-bottom-mid { width: 30px; min-width: 30px; display: inline-flex; }
}
.about-right-bottom-right { flex-grow: 1; }
.about .publications-top select { width: 60px; }
.about .publications-top select option { height: 30px; }
.about .publications-top select option:hover { background-color: #fff; color: #50b74b; }
.about-top{width: 100%; padding: 0 15px; display: flex; justify-content: center; margin-bottom: 30px;}
.about-top-nav{display: flex;}
.about-top-nav li{margin: 10px 5px;}
.about-top-nav li a{padding: 20px 30px; background-color: #ddd; color: #000; font-size: 16px; font-weight: bold;}
.about-top-nav li.active a{background-color: #50b74b; color: #fff;}
.about-top-nav li .nav-overview:hover{background-color: #003B97; color: #fff;}
.about-top-nav li .nav-scope:hover{background-color: #003B97; color: #fff;}
.about-top-nav li .nav-feature:hover{background-color: #003B97; color: #fff;}
.about-bottom{padding: 0 15px; width: 100%;}
.about-bottom .nav-pills .nav-link.active, .project .nav-pills .show>.nav-link { background-color: #50b74b; }
@media (max-width:425px) {
    .about-top-nav{display: flex; flex-direction: column; width: 100%;}
    .about-top-nav li{margin: 0 5px;}
    .about-top-nav li a{max-width: 100%; display: block; padding: 20px 10px; background-color: #fff; border-bottom: 1px solid #ccc;}
    .about-top-nav li .nav-overview:hover{background-color: #003B97; color: #fff;}
    .about-top-nav li .nav-scope:hover{background-color: #003B97; color: #fff;}
    .about-top-nav li .nav-feature:hover{background-color: #003B97; color: #fff;}
}

/*publications*/
.publications {  }
.publications-text { font-size: 18px; color: #111; font-weight: bold; line-height: 20px; }
.publications-top { display: flex; align-content: center; justify-content: flex-end; margin-top: 35px; }
.publications-top p { margin-bottom: 0; font-size: 18px; color: #111; font-weight: bold; margin-right: 15px; margin-top: 7px; }
.publications-top select { width: 100px; }
.publications-top select option { height: 30px; }
.publications-top select option:hover { background-color: #fff; color: #50b74b; }
.publications-box { margin-top: 35px; position: relative; }
@media(min-width: 992px){
.publications-box { margin-top: 50px; }
}
.publications-box-tit { font-size: 18px; font-weight: bold; color: #111; margin-top: 15px; }
@media(min-width: 992px){
.publications-box-tit { font-size: 22px; margin-top: 20px; }
}
.publications-box:hover .publications-box-tit { color: #50b74b; }
.publications .pages { margin-top: 50px; }
@media(min-width: 992px){
.publications .pages { margin-top: 80px; }
}
.popup-box { display: none; z-index: 999999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.9);  }
.popup-box.active{display: block;}
.popup-box-con { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.popup-box-con iframe{border: none;}
.popup-time{ position: absolute; right: 0; top: 0; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 24px; color: #fff; }
.popup-video { display: block; }
@media (max-width:768px) {
    
}


/*pages*/
.pages { display: flex; align-content: center; justify-content: center; }
.pages a { margin-left: 5px; margin-right: 5px; color: #111; font-size: 18px; padding: 8px 16px; box-shadow: 0 5px 5px 5px rgba(80, 183, 75, 0); }
@media(min-width: 992px){
.pages a { font-size: 22px; padding: 10px 17px; }
}
.pages a:hover { transform: all 1s; }
.pages a:hover, .pages a.active { background-color: #50b74b; color: #fff; box-shadow: 0 5px 5px 5px rgba(80, 183, 75, 0.2); }


/*news*/
.news {  }
.news .about-right { padding-top: 0; }
.news .publications-top { margin-top: 0; }
.news .pages { margin-top: 50px; }
@media(min-width: 992px){
.news .pages { margin-top: 90px; }
}
.news .home-news-box-bottom-box { background: #fff!important; box-shadow:-5px 5px 10px -4px rgba(0, 0, 0, 0.2),5px 5px 10px -4px rgba(0, 0, 0, 0.2); padding: 30px; }
@media(min-width: 1200px) {
.news .home-news-box-bottom-box { padding: 25px 22px; }
}
.news-tit { font-size: 26px; font-weight: bold; color: #111; margin-top: 50px; line-height: 36px; }
.news-date { font-size: 16px; color: #999; margin-top: 20px; }
.news-line { background-color: #e5e5e5; height: 1px; margin: 30px 0; }
@media(min-width: 992px) {
.news-line { margin: 40px 0; }
}
.news-text { font-size: 16px; color: #555; line-height: 40px; }
.news-back { margin-top: 50px; text-align: center; }
@media(min-width: 992px) {
.news-back { margin-top: 80px; }
}
.news-back a { background-color: #003b98; border: 1px solid #003b98; color: #fff; font-size: 18px; font-weight: bold; padding: 15px 50px; }
.news-back a:hover { background-color: #fff; color: #003b98; }
.news .home-news-box-bottom { position: relative; margin-top: -45px; z-index: 2; }
@media(min-width: 992px) {
.news .home-news-box-bottom { margin-left: 15%; margin-top: -80px; }
}
.news-right-top{padding: 0;}
.traffic-nav{display: flex; justify-content: center;}
.traffic-nav .nav-item{}
@media (max-width:767px) {
    .traffic-nav .nav-item{width: 100%;}
}
.traffic-nav .nav-link{font-size: 16px; color: #000; background-color: #ddd; padding: 8px 30px; margin: 0 5px; border-radius: 0;}
.traffic-nav .nav-link.active{background-color: #50B74B; color: #fff;}
.traffic-nav .nav-link:hover{background-color: #003B98; color: #fff;}
.traffic-tab-b{margin-top: 30px;}
@media (max-width:767px) {
    .traffic-nav .nav-link{margin: 0;}
}
.traffic-tab-content{overflow: hidden;}

/*environmental*/
.environmental {  }
.env-tit { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 35px; }
@media(min-width: 992px) {
.env-tit { font-size: 32px; margin-bottom: 50px; }
}
@media(min-width: 1400px) {
.env-tit { font-size: 36px; }
}
.report { box-shadow: 0 0  2px 2px rgba(237, 241, 248, 0.8); padding: 15px; }
@media(min-width: 768px) {
.report { padding: 35px; }
}
.report-tit { border-left: solid #003b98 5px; font-size: 24px; color: #111; font-weight: bold; padding-left: 10px; }
.report-line { background-color: #eee; height: 1px; margin-top: 15px; margin-bottom: 15px; }
.report-list { display: flex; flex-wrap: wrap; align-content: center; padding-top: 5px; }
@media(min-width: 768px) {
.report-list { flex-wrap: nowrap; justify-content: space-between; padding-left: 15px; padding-right: 15px; }
}
.report-list-icon { width: 100%; }
@media(min-width: 768px) {
.report-list-icon { width: auto; }
}
.report-list a { font-size: 16px; color: #111; padding-top: 8px; width: 20%; }
@media(min-width: 768px) {
.report-list a { font-size: 18px; width: auto; }
}
.report-list a.active { color: #50b74b; }
.report-list-2 { padding-top: 15px; }
.report-list-h { height: 35px; }
@media(min-width: 768px) {
.report-list-h { height: 50px; }
}
.other {  }
.other-list { margin-top: 35px; }
@media(min-width: 992px) {
.other-list { display: flex; align-content: center; margin-top: 50px; }
}
.other-list-left { position: relative; z-index: 2; background-color: #50b941; color: #fff; font-weight: bold; font-size: 22px; text-align: center; padding: 15px; }
@media(min-width: 992px) {
.other-list-left { width: 170px; min-width: 170px; height: 320px; padding: 0; }
}
@media(min-width: 1200px) {
.other-list-left { height: 270px; }
}
.other-list:hover .other-list-left { background-color: #003a9c; color: #50b941; }
.other-list-left p { margin-bottom: 0; }
@media(min-width: 992px) {
.other-list-left p { margin-top: 142px; }
}
@media(min-width: 1200px) {
.other-list-left p { margin-top: 120px; }
}
.other-list-left-icon { position: absolute; top: 46%; right: -14px; }
.other-list-left-icon-1 { display: none; }
.other-list-left-icon-2 { display: none; }
@media(min-width: 992px) {
.other-list-left-icon-1 { display: block; }
.other-list-left-icon-2 { display: none; }
.other-list:hover .other-list-left-icon-1 { display: none; }
.other-list:hover .other-list-left-icon-2 { display: block; }
}
.other-list-right { flex-grow: 1; box-shadow: 0 0  2px 2px rgba(237, 241, 248, 0.8); box-shadow: 0 0  2px 2px rgba(237, 241, 248, 0.8); padding: 20px 15px; }
@media(min-width: 992px) {
.other-list-right { padding: 20px 50px; height: 320px; }
}
@media(min-width: 1200px) {
.other-list-right { height: 270px; }
}
.other-list-right-tit { font-size: 17px; font-weight: bold; }
@media(min-width: 992px) {
.other-list-right-tit { height: 48px; }
}
.other-list-right ul {  }
.other-list-right ul li {  }
.other-list-right-box { display: flex; align-content: center; justify-content: space-between; padding: 15px 0 13px; font-size: 16px; border-bottom: 1px #ccc solid; }
@media (max-width:375px) {
    .other-list-right-box{font-size: 14px;}
}
.other-list-right-box-bold { font-weight: bold; }
.other-list-right-box-1 { width: 140px; }
@media(min-width: 1200px) {
.other-list-right-box-1 { width: 220px; }
}
.other-list-right-box-2 { flex-grow: 1; min-width: 180px; padding-right: 10px; }
@media (max-width:375px) {
    .other-list-right-box-2{min-width: auto;}
}
.other-list-right-box-3 { width: 60px; }
@media(min-width: 1400px) {
.other-list-right-box-3 { width: 100px; }
}
.other-list-right-box-3 img { margin-top: -8px; }
.other-list-d{width: 20%;}
@media (max-width:768px) {
    .other-list-d{width: 28%;}
}
@media (max-width:425px) {
    .other-list-right-box-1{margin-right: 14px;}
    .other-list-right-box-1:last-child{margin-right: 0;}
}
@media (max-width:320px) {
    .other-list-right-box-1{margin-right: 20px;}
}
.other-list-t{width: 90%; flex-grow: 1;}
.other-list-t-a{width: 60%; flex-grow: 1;}
/* .other-list-d-a{font-size: 13px !important;} */
.other-list-p{width: 10%;}
/* .other-list-p-a{font-size: 13px !important;} */
@media (max-width:992px) {
    /* .other-list-d-a{font-size: 12px !important;} */
    /* .other-list-p-a{font-size: 12px !important;} */
    /* .other-list-d{font-size: 14px;} */
    /* .other-list-t{font-size: 14px;} */
}
.data {  }
.data-form { position: relative; padding-bottom: 80px; }
@media(min-width: 992px) {
.data-form { padding-bottom: 50px; }
}
.data-form .form-group {  }
@media(min-width: 576px) {
.data-form .form-group { margin-top: 15px; }
}
.data-form .col-form-label { font-size: 18px; }
.data-form-padding {  }
@media(min-width: 992px) {
.data-form-padding { padding-left: 100px; }
}
.data-form-send { position: absolute; right: 0; bottom: 0; background-color: #4fb846; border: solid 1px #4fb846; color: #fff!important; font-size: 18px; padding: 12px 40px; }
.data-form-send:hover { background-color: #fff; color: #4fb846!important; }
.data-line { background-color: #d6d6d6; height: 1px; margin: 50px 0 35px; }
.data-table {  }
.data-table td { background-color: #fafafa; color: #333; text-align: center; padding-top: 1em; padding-bottom: 1em; }
.data-table .data-table-style td { background-color: #0258a3; color: #fff; padding-top: 1.4em; padding-bottom: 1.4em; font-size: 18px; }
.data .pages { margin-top: 40px; }
.data-pages-info { color: #111; margin-top: 15px; }
.data-notes {  }
.data-notes-tit-1 { color: #0258a3; font-size: 22px; font-weight: bold; margin-top: 20px; }
.data-notes-tit-2 { color: #111; font-size: 18px; font-weight: bold; margin-top: 10px; margin-bottom: 10px; }
.data-notes-list { padding: 10px 0; border-bottom: 1px solid #d7d7d7; color: #333; }
@media(min-width: 768px) {
.data-notes-list { display: flex; align-content: center; }
}
.data-notes-list-left {  }
@media(min-width: 768px) {
.data-notes-list-left { width: 220px; min-width: 220px; }
}
@media(min-width: 1200px) {
.data-notes-list-left { width: 290px; min-width: 290px; }
}
.data-notes-list-right { flex-grow: 1; }
.data-id {  }
.data-id-tit { color: #111; font-size: 18px; font-weight: bold; margin-top: 50px; }
.data-id li { margin-top: 15px; }
.data-id a { color: #333; }
.data-id a img { margin-right: 10px; }
.data-back { margin-top: 50px; text-align: center; }
.data-back a { background-color: #003b98; border: 1px solid #003b98; color: #fff; padding: 10px 40px; }
.data-back a:hover { background-color: #fff; color: #003b98; }


/*modal project-information*/
.tab-ep{width: 100%;}
.tab-ep thead{padding: 0; margin: 0;}
.tab-ep thead tr{width: 100%; background-color: #003b98; overflow: hidden;}
.tab-ep thead th{padding: 20px 0; font-size: 16px; color: #fff;}
.tab-ep thead th:first-child{padding-left: 20px;}
.tab-ep tbody tr{background-color: #fff;}
.tab-ep tbody tr:nth-child(2n){background-color: #f4f4f4;}
.tab-ep tbody tr:nth-child(2n-1){background-color: #fff;}
.tab-ep tbody td{padding: 20px 0; }
.tab-ep tbody td a{color: #252525;}
.tab-ep tbody td a:hover{color: #003B98;}
.tab-ep tbody td:first-child{padding-left: 20px;}
.tab-ep .fa-folder-open{font-size: 24px; color: #333;}
.tab-ep .fa-folder-open:hover{color: #003B98;}
@media(max-width:768px){
    /* .tab-ep thead th, .tab-ep tbody td a{font-size: 15px;} */
    .tab-ep thead th:first-child{padding-left: 5px;}
    .tab-ep tbody td:first-child{padding-left: 5px;}
    .tab-ep .fa-folder-open{font-size: 18px; color: #333;}
}
@media(max-width:425px){
    .tab-ep thead th, .tab-ep tbody td{font-size: 12px;}
}

/*project*/
.project {  }
.project .about-left { margin-top: 60px; }
@media(min-width: 1200px){
..project .about-left { margin-top: 50px; }
}
.project .about-right { margin-top: 20px; }
@media(min-width: 1200px){
.project .about-right { margin-top: 50px; }
}
.project .nav-pills .nav-link.active, .project .nav-pills .show>.nav-link { background-color: #50b74b; }
.project .about-left { width: 100%; }
@media(min-width: 768px){
.project .about-left { width: 100%; }
}
@media(min-width: 992px){
.project .about-left { width: 100%; }
}
@media(min-width: 1200px){
.project .about-left { width: 22%; }
}
.project .about-right { width: 100%; }
@media(min-width: 768px){
.project .about-right { width: 100%; }
}
@media(min-width: 992px){
.project .about-right { width: 100%; }
}
@media(min-width: 1200px){
.project .about-right { width: 78%; }
}
.project .about-left-tit { position: relative; width: 100%; height: 80px; background: url(../images/about-title-bg.png) center no-repeat; background-size: cover; font-size: 18px; font-weight: bold; color: #fff; display: flex; align-content: center; padding: 30px 15px; }
@media(min-width: 768px){
.project .about-left-tit  { height: 100px; padding: 38px 20px; }
}
.project .about-left-tit-left { padding-top: 0; }
@media(min-width: 768px){
.project .about-left-tit-left { padding-top: 0; }
}
.project .about-right-bottom { display: flex; align-content: center; justify-content: space-between; border-top: solid 1px #f0f0f0; font-size: 16px; color: rgba(85, 85, 85, 1); padding: 15px 0; flex-wrap: wrap; }
@media(min-width: 500px){
.project .about-right-bottom { flex-wrap: nowrap; }
}
.project-bottom { margin-top: 10px; }
@media(min-width: 1200px){
.project-bottom { margin-top: 30px; }
}
.project-bottom .about-right-bottom:first-child { border-top: 0; }
.project .about-right-bottom-left { width: 100%; color: rgba(10, 66, 153, 0.8); font-weight: bold; }
@media(min-width: 500px){
.project .about-right-bottom-left { width: 200px; min-width: 200px; }
}
.project .about-right-bottom-mid { display: none; }
@media(min-width: 500px){
.project .about-right-bottom-mid { width: 30px; min-width: 30px; display: inline-flex; }
}
/* 1125 */
.project-nav{display: flex; justify-content: center;}
.project-nav .nav-link{padding: 8px 30px; margin: 0 4px; border-radius: 0; font-size: 16px; color: #000; background-color: #ddd;}
.project-nav .nav-link:hover{background-color: #0a4299; color: #fff;}
.annotation-box{padding: 20px 0; display: flex; justify-content: center;}
.map-annotation li{padding: 8px 14px; display: flex; border: 2px solid #eee; margin: 0 5px;}
.map-annotation li a{color: #333; font-size: 16px; display: flex; align-items: center;}
.map-annotation li .annotation-list{width: 40px; height: 20px; margin-right: 6px;}
.map-annotation li .annotation1{background-color: rgba(0,123,255,.2); border: 2px solid #007bff; }
.map-annotation li .annotation2{background-color: rgba(255,57,56,.2); border: 2px solid #ff3938; }
.map-annotation li .annotation3{background-color: rgba(18,244,56,.2); border: 2px solid #12f438; }
.map-annotation li .annotation4{background-color: rgba(103,51,233,.2); border: 2px solid #6733e9; }
.map-annotation li .annotation5{background-color: rgba(174,215,36,.2); border: 2px solid #aed724; }
.map-annotation li .annotation6{background-color: rgba(184,49,12,.2); border: 2px solid #b8310c; }
.map-annotation li .annotation7{background-color: rgba(249,130,9,.2); border: 2px solid #f98209; }
.map-annotation .map-annotation-li1:hover{border: 2px solid #007bff;}
.map-annotation .map-annotation-li2:hover{border: 2px solid #ff3938;}
.map-annotation .map-annotation-li3:hover{border: 2px solid #12f438;}
.map-annotation .map-annotation-li4:hover{border: 2px solid #6733e9;}
.map-annotation .map-annotation-li5:hover{border: 2px solid #aed724;}
.map-annotation .map-annotation-li6:hover{border: 2px solid #b8310c;}
.map-annotation .map-annotation-li7:hover{border: 2px solid #f98209;}
@media (max-width:991px) {
    .project-nav .nav-link{padding: 10px; font-size: 15px; font-weight: normal;}
}
@media (max-width:768px) {
    .map-annotation li{ margin: 0px 5px 5px 0;}
    .map-annotation li .annotation-list{width: 26px; height: 16px;}
    .map-annotation li a{font-size: 14px;}
}
@media (max-width:425px) {
    .map-annotation{display: flex; flex-direction: row; flex-wrap: wrap;}
}

/* project popup buttom  */
.project-buttom-popup-box{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.1); z-index: 999999; display: none;}
.popup-box-containe{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.project-buttom-popup-content{position: relative; background-color: rgba(255,255,255,1); max-width: 100%; height: auto; padding: 30px; box-shadow: 0 0 20px rgba(0,0,0,.3);}
.btn-box{position: absolute; top: 0; right: 0; width: 50px; height: 50px; background-color: rgba(0,0,0,1); display: flex; justify-content: center; align-items: center;}
.btn-box .fa-times{font-size: 18px; color: #fff;}

/*map 1*/
.inner-about-map-img{opacity: 1;}
.distribution-map h2{font-size:13px;margin-bottom: 0;color: #111; text-transform: uppercase;}
@media (max-width:1440px) {
    .distribution-map h2{font-size: 12px;}
}
.description{
  max-width:800px;
  margin:0 auto;
  color:rgba(229,229,229,.7)
}
.centered{
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.centered-y{
  position:absolute;
  text-align: center;
  width:auto;
  top:0%;
  -ms-transform:translate(-40%,44%);
  -webkit-transform:translate(-40%,44%);
  transform:translate(-40%,44%)
}
@media(max-width: 768px){
  .centered-y{
    position:absolute;
    width:auto;
    top:50%;
    -ms-transform:translate(-110%,-50%);
    -webkit-transform:translate(-110%,-50%);
    transform:translate(-110%,-50%);
  }
}
.distribution-map .point3 .centered-y, .distribution-map .point4 .centered-y, .distribution-map .point5 .centered-y, .distribution-map .point6 .centered-y {
  -ms-transform:translate(-40%,22%);
  -webkit-transform:translate(-40%,22%);
  transform:translate(-40%,22%);
}
@media(max-width: 768px){
  .distribution-map .point3 .centered-y, .distribution-map .point4 .centered-y, .distribution-map .point5 .centered-y, .distribution-map .point6 .centered-y {
    -ms-transform:translate(-40%,22%);
    -webkit-transform:translate(-40%,22%);
    transform:translate(-40%,22%);
  }
}
.distribution-map .point11 .centered-y {
  -ms-transform:translate(-40%,-110%);
  -webkit-transform:translate(-40%,-110%);
  transform:translate(-40%,-110%);
}
@media(max-width: 768px){
  .distribution-map .point11 .centered-y {
    -ms-transform:translate(-40%,-110%);
    -webkit-transform:translate(-40%,-110%);
    transform:translate(-40%,-110%);
  }
}
.distribution-map .point15 .centered-y {
  -ms-transform:translate(-36%,-110%);
  -webkit-transform:translate(-36%,-110%);
  transform:translate(-36%,-110%);
}
@media(max-width: 768px){
  .distribution-map .point15 .centered-y {
    -ms-transform:translate(-36%,-110%);
    -webkit-transform:translate(-36%,-110%);
    transform:translate(-36%,-110%);
  }
}
.distribution-map{
  position:relative;
  width:100%;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 auto;
}
.distribution-map>img{
  width:100%;
  position:relative;
  margin:0;
  padding:0
}
.distribution-map .map-point{
  cursor:pointer;
  outline:none;
  z-index:0;
  position:absolute;
  width:13px;
  height:13px;
  border-radius:20px;
  filter:alpha(opacity=80);
  opacity:.8;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  -moz-transition:opacity .25s ease-in-out .25s,width .25s ease-in-out .25s,height .25s ease-in-out .25s,z-index .25s ease-in-out .25s;
  -o-transition:opacity .25s ease-in-out .25s,width .25s ease-in-out .25s,height .25s ease-in-out .25s,z-index .25s ease-in-out .25s;
  -webkit-transition:opacity .25s ease-in-out,width .25s ease-in-out,height .25s ease-in-out,z-index .25s ease-in-out;-webkit-transition-delay:.25s,.25s,.25s,.25s;-webkit-transition:opacity .25s ease-in-out .25s,width .25s ease-in-out .25s,height .25s ease-in-out .25s,z-index .25s ease-in-out .25s;transition:opacity .25s ease-in-out .25s,width .25s ease-in-out .25s,height .25s ease-in-out .25s,z-index .25s ease-in-out .25s;
  /*background:rgba(26,26,26,.85);*/
  /*border:5px solid #7fcff7;*/
  background:url(../images/point-black.png) center no-repeat;
  background-size: cover;
  /*background-image:-webkit-gradient(linear,left top,left bottom,from(#6cc3fe),to(#21a1d0));*/
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-name:breathe;
  -webkit-animation-duration:1000ms;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
}
.distribution-map .map-point:hover{
      background:url(../images/point-black-hover.png) center no-repeat;
}
@media(max-width: 576px){
  .distribution-map .map-point{
    width: 10px;
    height: 10px;
  }
}
@-webkit-keyframes breathe {
  0% {
    opacity:1;
    border:0px solid rgba(255,255,255,1);
    box-shadow:0 1px 2px rgba(255,255,255,0.1);
  }
  100% {
    opacity:1;
    border:0px solid rgba(255,255,255,1);
    box-shadow:0 1px 30px rgba(59,255,255,0.8);
  }
}

.distribution-map .point1{top:82%;left:7.5%}
.distribution-map .point2{top:80%;left:25%}
.distribution-map .point3{top:13%;left:53%}
.distribution-map .point4{top:22%;left:57.5%}
.distribution-map .point5{top:69.8%;left:64.2%}
.distribution-map .point6{top:72%;left:66%}
.distribution-map .point7{top:60%;left:88%}
.distribution-map .point8{top:46.5%;left:84.5%}
.distribution-map .point9{top:71%;left:69%}
.distribution-map .point10{top:75%;left:71%}
.distribution-map .point11{top:68%;left:65%}
.distribution-map .point12{top:68%;left:17%}
.distribution-map .point13{top:73.5%;left:20%}
.distribution-map .point14{top:56.5%;left:23%}
.distribution-map .point15{top:84%;left:41%}
@media(min-width: 1600px){
.distribution-map .point1{top:82%;left:7.5%}
.distribution-map .point2{top:80%;left:25%}
.distribution-map .point3{top:13%;left:53%}
.distribution-map .point4{top:22%;left:57.5%}
.distribution-map .point5{top:69.8%;left:64.2%}
.distribution-map .point6{top:72%;left:66%}
.distribution-map .point7{top:60%;left:88%}
.distribution-map .point8{top:46.5%;left:84.5%}
.distribution-map .point9{top:71%;left:69%}
.distribution-map .point10{top:75%;left:71%}
.distribution-map .point11{top:68%;left:65%}
.distribution-map .point12{top:68%;left:17%}
.distribution-map .point13{top:73.5%;left:20%}
.distribution-map .point14{top:56.5%;left:23%}
.distribution-map .point15{top:84%;left:41%}
}
.distribution-map .map-point .content{
  filter:alpha(opacity=100);
  display: block;
  -webkit-transition:opacity .25s ease-in-out;
  transition:opacity .25s ease-in-out;
  width:100%;
  height:100%;
  left:50%;
  -ms-transform:translateX(0%);
  -webkit-transform:translateX(0%);
  transform:translateX(0%);
  /*overflow:overlay;*/
}
/* .distribution-map .map-point:hover .content{display: block;} */
/* --- */
.distribution-map .distribution-map-box{}
.distribution-map .distribution-map-popup{ background: url(../images/point-black.png) no-repeat center; width: 10px; height: 10px; border-radius: 50px;}
.distribution-map .project-map-title{display: none; max-width: 100px; padding-top: 16px; font-size: 14px; text-align: center; color: #333; line-height: 20px;}
.distribution-map .distribution-map-popup:hover .project-map-title{display: block;}
.distribution-map .distribution-con{position: absolute; display: flex; flex-direction: column; align-items: center;}

/*map 2*/
.project-map-img{opacity: 1;}
.project-map h2{font-size:13px;margin-bottom: 0;color: #111; font-family: arial;}
@media (max-width:1440px) {
    .project-map h2{font-size:12px;margin-bottom: 0;color: #111;}
}
.description{
  max-width:800px;
  margin:0 auto;
  color:rgba(229,229,229,.7)
}
.centered{
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.centered-y{
  position:absolute;
  text-align: center;
  width:auto;
  top:0%;
  -ms-transform:translate(-40%,44%);
  -webkit-transform:translate(-40%,44%);
  transform:translate(-40%,44%)
}
@media (max-width:425px) {
    .centered-y{display: none;}
    /* .centered-y:hover{display: block;} */
}

.centered-y-d5{ margin-top: -30px; margin-left: -90px;}
.centered-y-d5::before{content: ''; width: 30px; height: 1px; background-color: #111; position: absolute; top: 20px; right: -28px; }
.centered-y-d6{ margin-top: 20px; margin-left: -4px;}
.centered-y-d6::before{content: ''; width: 1px; height: 20px; background-color: #111; position: absolute; top: -20px; }
.centered-y-d9{margin-top: -24px;margin-left: 50px;}
.centered-y-d10{margin-top: -16px;margin-left: 50px;}
.centered-y-d11{margin-top: -16px;margin-left: 0;}
.centered-y-d13{margin-top: -20px;margin-left: 50px;}
/* .centered-y-d15{ margin-top: 30px;} */
.centered-y-p1{ margin-top: -22px; margin-left: 60px;}
.centered-y-p1::before{content: ''; position: absolute; top: 14px; left: -23px; width: 25px; height: 1px; background-color: #111;}
.centered-y-p2{margin-top: 4px; margin-left: -40px;}
.centered-y-p2::before{position: absolute; content: ''; top: -18px; right: 10px; width: 30px; height: 1px; background-color: #111; transform: rotate(120deg);}
.centered-y-p3{margin-top: 20px; margin-left: -80px; width: 100px; }
.centered-y-p3::before{content: '';position: absolute; top: 36px; right: -20px; width: 20px; height: 1px; background-color: #111111;  transform: rotate(20deg);}
.centered-y-p4{margin-top: 50px; margin-left: -60px;}
.centered-y-p4::before{content: ''; position: absolute; top: 32px; left: 70px; width: 20px; height: 1px; background-color: #111;}
.centered-y-p5{margin-top: -36px; margin-left: -58px;}
.centered-y-p5::before{position: absolute; content: ''; top: 54px; left: 36%; width: 20px; height: 1px; background-color: #111; transform: rotate(90deg);}
.centered-y-p6{margin-top: 35px; margin-left: 52px;}
.centered-y-p6::before{content: ''; position: absolute; top: -4px; left: 36%; width: 14px; height: 1px; background-color: #111; transform: rotate(90deg);}
.centered-y-p7{margin-top: 38px; margin-left: 40px;}
.centered-y-p7::before{position: absolute; content: ''; top: -8px; left: 13px; width: 18px; height: 1px; background-color: #111; transform: rotate(90deg);}
.centered-y-p9{margin-top: -45px; margin-left: 32px;}
.centered-y-p9::before{content: ''; width: 40px; height: 1px; background-color: #111; position: absolute; right: 0px; top: 54px; transform: rotate(45deg); }
.centered-y-p10{margin-top: 20px; margin-left: -4px;}
.centered-y-p10::before{content: ''; width: 1px; height: 26px; background-color: #111; position: absolute; left: 35px; top: -28px; }
.centered-y-p11{margin-top: -87px; margin-left: -96px; width: 150px;}
.centered-y-p11::before{content: ''; width: 37px; height: 1px; transform: rotate(90deg); background-color: #111; position: absolute; left: 35%; bottom: -29px;  }
.centered-y-p12{margin-top: 0px;margin-left: 0px; width: 200px;}
.centered-y-p12::before{content: ''; width: 26px; height: 1px; background-color: #111; position: absolute; left: -30px; top: 41px; transform: rotate(0deg);  }
.centered-y-p13{margin-top: 20px;margin-left: 0px;}
/* .centered-y-p14{margin-top: 50px;margin-left: -100px; width: 150px;} */
.centered-y-p14{margin-top: 66px;margin-left: -100px; width: 150px;}
.centered-y-p14::before{content: ''; position: absolute; width: 1px; height: 20px; background-color: #111; top: -20px; left: 50%; transform: rotate(180deg); }
.centered-y-p15{margin-top: 36px; margin-left: 90px;}
.centered-y-p15::before{content: ''; position: absolute; width: 20px; height: 1px; background-color: #111; left: -4px; top: -10px; transform: rotate(20deg); }
.centered-y-p16{margin-top: -66px; margin-left: 64px; width: 150px;}
.centered-y-p16::before{content: ''; position: absolute; width: 1px; height: 30px; background-color: #111; bottom: -30px; left: 75%; transform: rotate(-20deg);}
.centered-y-p21{margin-top: -18px; margin-left: -180px; width: 150px;}
.centered-y-p21::before{content: ''; position: absolute; width: 1px; height: 20px; background-color: #111; left: 96%; top:38px; transform: rotate(-45deg); }
.centered-y-p17{margin-top: 60px; margin-left: -40px; width: 150px;}
.centered-y-p17::before{content: ''; position: absolute; width: 1px; height: 24px; background-color: #111111; transform: rotate(-45deg); top: -22px; left: 30px; }
.centered-y-p18{width: 150px; margin-top: -34px; margin-left: -68px;}
.centered-y-p18::before{content: ''; position: absolute; width: 1px; height: 20px; background-color: #111; left: 28%; bottom: -16px; transform: rotate(0deg);}
.centered-y-p19{margin-top: 14px; margin-left: 18px; }
.centered-y-p19::before{content: ''; position: absolute; width: 20px; height: 1px; background-color: #111; left: -20px; top: 30%; transform: rotate(0deg); } 
.centered-y-p20{width: 150px; margin-left: 100px; margin-top: 50px;}
.centered-y-p20::before{content: ''; position: absolute; width: 1px; height: 18px; background-color: #111; left: 56%; top: -20px; }
@media (max-width:1024px) {
.centered-y-p1{margin-left: 52px;}
.centered-y-p2{margin-top: 6px; margin-left: -33px;}
.centered-y-p3{margin-top: 26px; margin-left: 50px;}
.centered-y-p4{margin-top: 44px;}
.centered-y-p5{margin-top: -38px;margin-left: -49px;}
.centered-y-p6{margin-left: 45px;}
.centered-y-p7{margin-left: 32px;}
.centered-y-p10{margin-left: 14px;}
.centered-y-p10::before{transform: rotate(-45deg); left: 26px; top: -32px;}
.centered-y-p11{margin-top: -76px;}
.centered-y-p12{width: 150px;margin-top: 6px;margin-left: 9px;}
.centered-y-p12::before{top: 38px;}
.centered-y-p14{width: auto;}
.centered-y-p14::before{transform: rotate(45deg);left: 64%;top: -26px;}
.centered-y-p15{margin-left: 54px;}
.centered-y-p15::before{transform: rotate(90deg);left: 5px;}
.centered-y-p16{width: auto;margin-top: -70px; margin-left: 46px;}
.centered-y-p16::before{transform: rotate(-45deg);}
.centered-y-p17{width: 90px;/* margin-top: 110px;margin-left: -80px; */}
.centered-y-p17::before{transform: rotate(0deg);}
.centered-y-p20{width: 100px;margin-top: 70px;margin-left: 70px;}
.centered-y-p20::before{width: 1px;height: 30px;top: -34px;}
.centered-y-p21{margin-top: -3px; margin-left: -190px;}
.centered-y-p21::before{transform: rotate(90deg);top: 23px;left: 99%;}
}
@media(max-width: 768px){
  /* .centered-y{
    position:absolute;
    width:auto;
    top:50%;
    -ms-transform:translate(-110%,-50%);
    -webkit-transform:translate(-110%,-50%);
    transform:translate(-110%,-50%);
  } */
  .centered-y-d6{ margin-top: 10px;}
  /* ---- */
  .centered-y-p1{margin-left: 54px;}
  .centered-y-p2{margin-left: -8px; margin-top: 8px;}
  .centered-y-p2::before{content: ''; position: absolute; width: 1px; height: 28px; background-color: #111; transform: rotate(0); top: -30px; left: 48px; }
  .centered-y-p3{margin-top: 26px; margin-left: 36px;}
  .centered-y-p3::before{display: none;}
  .centered-y-p4{margin-top: 45px; margin-left: -60px;}
  .centered-y-p5{margin-left: -49px;}
  .centered-y-p6{margin-left: 16px; margin-top: 30px;} 
  .centered-y-p6::before{content: ''; transform: rotate(-45deg); top: -8px; left: 70%;}
  .centered-y-p7{margin-left: 32px; margin-top: 35px; }
  .centered-y-p8{margin-top: 45px; }
  .centered-y-p8::before{content: ''; position: absolute; width: 1px; height: 46px; background-color: #111; top: -46px;}
  .centered-y-p9{margin-top: -4px; margin-left: -3px;}
  .centered-y-p10{margin-left: 14px; margin-top: 20px;}
  .centered-y-p10::before{content: ''; height: 30px; top: -34px;}
  .centered-y-p11{width: auto; margin-left: -70px;  }
  .centered-y-p11::before{content: ''; width: 34px; left: 34%; bottom: -18px;}
  .centered-y-p12{width: auto; margin-left: 20px;}
  .centered-y-p12::before{content: ''; transform: rotate(-45deg); width: 36px; left: -36px; }
  .centered-y-p14{width: auto; margin-top: 42px;}
  .centered-y-p14::before{content: ''; transform: rotate(45deg); left: 65%;}
  .centered-y-p15{margin-top: 62px; margin-left: 52px;}
  .centered-y-p15::before{content: ''; transform: rotate(90deg); width: 40px; left: -2px; top: -22px; }
  .centered-y-p16{width: auto; margin-left: 43px;}
  .centered-y-p17{width: auto; margin-top: 50px;}
  .centered-y-p17::before{content: ''; width: 1px; height: 8px; transform: rotate(0); top: -8px; left: 28px ; }
  .centered-y-p18{width: auto; margin-left: -40px;}
  .centered-y-p21{width: 130px; margin-top: -10px; }
  .centered-y-p21::before{content: ''; transform: rotate(-65deg); height: 30px; top: 22px; left: 104%; }
}
@media (max-width:425px) {
    .centered-y-d3{margin-left: -40px; margin-top: -40px;}
    .centered-y-d4{margin-left: 30px; margin-top: -40px;}
    .centered-y-d7{margin-left: 60px; margin-top: 0px;}
    .centered-y-d8{margin-left: 30px; margin-top: -20px;}
    .centered-y-d9{margin-left: 65px; margin-top: -24px;}
    .centered-y-d10{margin-left: 70px; margin-top: 0px;}
    .centered-y-d11{margin-left: -12px; margin-top: 0px;}
}
/*top*/
.project-map .point3 .centered-y, .project-map .point4 .centered-y {
  -ms-transform:translate(-40%,-125%);
  -webkit-transform:translate(-40%,-125%);
  transform:translate(-40%,-125%);
}
@media(max-width: 768px){
  .project-map .point3 .centered-y, .project-map .point4 .centered-y {
    -ms-transform:translate(-40%,-125%);
    -webkit-transform:translate(-40%,-125%);
    transform:translate(-40%,-125%);
  }
}
/*left*/
.project-map .point6 .centered-y, .project-map .point7 .centered-y, .project-map .point9 .centered-y, .project-map .point15 .centered-y, .project-map .point16 .centered-y, .project-map .point20 .centered-y {
  -ms-transform:translate(-120%,-40%);
  -webkit-transform:translate(-120%,-40%);
  transform:translate(-120%,-40%);
}
@media(max-width: 768px){
  .project-map .point6 .centered-y, .project-map .point7 .centered-y, .project-map .point9 .centered-y, .project-map .point15 .centered-y, .project-map .point16 .centered-y, .project-map .point20 .centered-y {
    -ms-transform:translate(-120%,-40%);
    -webkit-transform:translate(-120%,-40%);
    transform:translate(-120%,-40%);
  }
}
/*right*/
.project-map .point5 .centered-y, .project-map .point11 .centered-y, .project-map .point12 .centered-y, .project-map .point13 .centered-y, .project-map .point14 .centered-y, .project-map .point17 .centered-y, .project-map .point18 .centered-y, .project-map .point19 .centered-y, .project-map .point21 .centered-y {
  -ms-transform:translate(20%,-60%);
  -webkit-transform:translate(20%,-60%);
  transform:translate(20%,-60%);
}
@media(max-width: 768px){
  .project-map .point5 .centered-y, .project-map .point11 .centered-y, .project-map .point12 .centered-y, .project-map .point13 .centered-y, .project-map .point14 .centered-y, .project-map .point17 .centered-y, .project-map .point18 .centered-y, .project-map .point19 .centered-y, .project-map .point21 .centered-y {
    -ms-transform:translate(20%,-60%);
    -webkit-transform:translate(20%,-60%);
    transform:translate(20%,-60%);
  }
}

.project-map{
  position:relative;
  width:100%;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 auto;
}
.project-map>img{
  width:100%;
  position:relative;
  margin:0;
  padding:0
}
.project-map .map-point{
  cursor:pointer;
  outline:none;
  z-index:0;
  position:absolute;
  width:10px;
  height:10px;
  border-radius:20px;
  filter:alpha(opacity=80);
  opacity:.8;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  -moz-transition:opacity .25s ease-in-out .25s,width .25s ease-in-out .25s,height .25s ease-in-out .25s,z-index .25s ease-in-out .25s;
  -o-transition:opacity .25s ease-in-out .25s,width .25s ease-in-out .25s,height .25s ease-in-out .25s,z-index .25s ease-in-out .25s;
  -webkit-transition:opacity .25s ease-in-out,width .25s ease-in-out,height .25s ease-in-out,z-index .25s ease-in-out;-webkit-transition-delay:.25s,.25s,.25s,.25s;-webkit-transition:opacity .25s ease-in-out .25s,width .25s ease-in-out .25s,height .25s ease-in-out .25s,z-index .25s ease-in-out .25s;transition:opacity .25s ease-in-out .25s,width .25s ease-in-out .25s,height .25s ease-in-out .25s,z-index .25s ease-in-out .25s;
  /*background:rgba(26,26,26,.85);*/
  /*border:5px solid #7fcff7;*/
  background:url(../images/point-black.png) center no-repeat;
  background-size: cover;
  /*background-image:-webkit-gradient(linear,left top,left bottom,from(#6cc3fe),to(#21a1d0));*/
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-name:breathe;
  -webkit-animation-duration:1000ms;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
}
.project-map .map-point:hover{
    background:url(../images/point-black-hover.png) center no-repeat;
}
@media(max-width: 576px){
  .project-map .map-point{
    width: 10px;
    height: 10px;
  }
}
@-webkit-keyframes breathe {
  0% {
    opacity:1;
    border:0px solid rgba(255,255,255,1);
    box-shadow:0 1px 2px rgba(255,255,255,0.1);
  }
  100% {
    opacity:1;
    border:0px solid rgba(255,255,255,1);
    box-shadow:0 1px 30px rgba(59,255,255,0.8);
  }
}

.project-map .point1{top:51.5%;left:17.5%;}
.project-map .point2{top:48%;left:15.3%;}
.project-map .point3{top:44.5%;left:13.7%;}
.project-map .point4{top:33%;left:16.5%;}
.project-map .point5{top:22%;left:23%;}
.project-map .point6{top:29%;left:25%;}
.project-map .point7{top:28%;left:30%;}
.project-map .point8{top:42.5%;left:30.5%;}
.project-map .point9{top:32%;left:38.5%;}
.project-map .point10{top:33.5%;left:38.5%;}
.project-map .point11{top:29%;left:40%;}
.project-map .point12{top:31%;left:43%;}
.project-map .point13{top:47%;left:47.5%;}
.project-map .point14{top:74%;left:69%;}
.project-map .point15{top:75%;left:74%;}
.project-map .point16{top:73%;left:78%;}
.project-map .point17{top:69%;left:80%;}
.project-map .point18{top:71%;left:85%;}
.project-map .point19{top:70%;left:88%;}
.project-map .point20{top:76%;left:92.5%;}
.project-map .point21{top:70.5%;left:73.5%;}
@media(min-width: 1600px){
.project-map .point1{top:51.5%;left:17.5%;}
.project-map .point2{top:48%;left:15.3%;}
.project-map .point3{top:44.5%;left:13.7%;}
.project-map .point4{top:33%;left:16.5%;}
.project-map .point5{top:22%;left:23%;}
.project-map .point5 {
    top: 23%;
    left: 22.5%;
}
.project-map .point6{top:29%;left:25%;}
.project-map .point7{top:28%;left:30%;}
.project-map .point8{top:42.5%;left:30.5%;}
.project-map .point9{top:31.8%;left:39%;}
.project-map .point10{top:33.5%;left:38.5%;}
.project-map .point11{top:29%;left:40%;}
.project-map .point12{top:31%;left:43%;}
.project-map .point13{top:47%;left:47.5%;}
.project-map .point14{top:74%;left:69%;}
.project-map .point15{top:75%;left:74%;}
.project-map .point16{top:73%;left:78%;}
.project-map .point17{top:69%;left:80%;}
.project-map .point18{top:71%;left:85%;}
.project-map .point19{top:70%;left:88%;}
.project-map .point20{top:76%;left:92.5%;}
.project-map .point21{top:70.5%;left:73.5%;}
}
.project-map .map-point .content{
  filter:alpha(opacity=100);
  display: block;
  -webkit-transition:opacity .25s ease-in-out;
  transition:opacity .25s ease-in-out;
  width:100%;
  height:100%;
  left:50%;
  -ms-transform:translateX(0%);
  -webkit-transform:translateX(0%);
  transform:translateX(0%);
  /*overflow:overlay;*/
}
/* .project-map .map-point:hover .content {display: block;} */


/*lightbox*/
#lcl_nav_cmd .lcl_prev { background-color: #50b74b; }
#lcl_nav_cmd .lcl_next { background-color: #50b74b; }
#lcl_nav_cmd .lcl_close { background-color: #50b74b; }

.galley-flex a{/*display:flex;justify-content: center;align-items: center;*/position: relative;}
.inner-about-galley-li-tit{font-family: "Roboto-Regular";position: absolute;font-size: 20px;line-height: 24px;text-align: center;color: #fff; top:50%; width: 100%; text-align: center; margin-top:-10px;}
.inner-about-galley-li{overflow: hidden;}
.inner-about-galley-li-img:hover.inner-about-galley-li-img{ transform: scale(1.05); transition: all 0.8s; }


/*map edmond*/
.inner-map .button { width: 100%; text-align:center; margin-bottom:30px; }
.inner-map .button a { background-color:#ddd; color:#000; padding:8px 30px;font-size:16px; display: block; }
@media(min-width: 768px){
.inner-map .button a { display: inline-flex; }
}
.inner-map .button a.active { background-color:#50b848; color:#fff;}
.inner-map .button .fn:hover{background-color: #0a4299; color: #fff;}
.inner-map .button .ktn:hover{background-color: #0a4299; color: #fff;}
.mapBox {width: 1400px; position: relative;}
.mapBox  .mapDot .dot { position:absolute;  }
.mapBox  .mapDot .dot .dotOn {width: 8px; height:8px;border-radius:100%; box-shadow: 0 1px 3px #b0b0b0;}
.mapBox  .mapDot .dotTitle {position:absolute;padding:0 4px; border-radius:10px; border:3px solid #fff; box-shadow: 0 1px 10px #ccc; font-size:12px; }
@media(min-width: 768px){
.mapBox  .mapDot .dot { position:absolute;  }
.mapBox  .mapDot .dot .dotOn {width: 16px; height:16px;border-radius:100%; box-shadow: 0 1px 3px #b0b0b0;}
.mapBox  .mapDot .dotTitle {position:absolute;padding:2px 8px; border-radius:10px; border:3px solid #fff; box-shadow: 0 1px 10px #ccc; font-size:12px; }
}
@media(min-width: 1441px){
.mapBox  .mapDot .dot { position:absolute;  }
.mapBox  .mapDot .dot .dotOn {width: 20px; height:20px; border-radius:100%; box-shadow: 0 1px 3px #b0b0b0;}
.mapBox  .mapDot .dotTitle {position:absolute; padding:4px 10px; border-radius:10px; border:3px solid #fff; box-shadow: 0 1px 10px #ccc; font-size:14px; }
}
.mapBox  .mapDotRed .dotTitle { background-color:#fc0000; color:#fff; display:none; }
.mapBox  .mapDotRed .dot .dotOn {background-color:#fc0000; }
.mapBox  .mapDotRed:hover .dotOn {background-color:#c20000; border: 4px solid #f8adad;transition: all 0.2s ;}
.mapBox  .mapDotRed:hover .dotTitle {background-color:#c20000; transition: all 0.2s ; display: block;}

.mapBox .mapDotRed .map1eco { position:absolute; width:150px; top:8px; left:-140px; display:none; }
.mapBox .mapDotRed:hover .map1eco { display:none; }
@media(min-width: 991px){
.mapBox .mapDotRed .map1eco { position:absolute; width:250px; top:8px; left:-240px; display:block; }
.mapBox .mapDotRed:hover .map1eco { display:block; }
}

.mapBox  .mapDotRed .dot .dotTitle { top:-55%;left:-440%;  }
@media(min-width: 1441px){
.mapBox  .mapDotRed .dot .dotTitle { top:-50%;left:-400%;  }
}
.mapBox .mapDotRed .dot1 { top:6%; left:23%; }
.mapBox .mapDotRed .dot2 { top:13%; left:32%; }
.mapBox .mapDotRed .dot3 { top:18%; left:34%; }
.mapBox .mapDotRed .dot4 { top:22%; left:24%; }
.mapBox .mapDotRed .dot5 { top:26%; left:22%; }
.mapBox .mapDotRed .dot6 { top:29%; left:31%; }
.mapBox .mapDotRed .dot7 { top:32%; left:15%; }
.mapBox .mapDotRed .dot8 { top:42%; left:10%; }
.mapBox .mapDotRed .dot9 { top:44%; left:18%; }
.mapBox .mapDotRed .dot10 { top:48%; left:8%; }
.mapBox .mapDotRed .dot11 { top:50%; right:19%; }
.mapBox .mapDotRed .dot12 { top:58%; right:13%; }
.mapBox .mapDotRed .dot13 { bottom:32%; right:23%; }
.mapBox .mapDotRed .dot14 { bottom:26%; right:27%; }
.mapBox .mapDotRed .dot15 { bottom:22%; right:30%; }

.mapBox .mapDotYellow .map1noise { position:absolute; width:200px; top:-40px; left:15px; display:none; }
.mapBox .mapDotYellow:hover .map1noise { display:none; }
@media(min-width: 991px){
.mapBox .mapDotYellow .map1noise { position:absolute; width:380px; top:-80px; left:15px; display:block; }
.mapBox .mapDotYellow:hover .map1noise { display:block; }
}

.mapBox .mapDotYellow .dot .dotTitle { top:-250%;left:-300%;  }
@media(min-width: 1441px){
.mapBox .mapDotYellow .dot .dotTitle { top:-230%;left:-300%;  }
}
.mapBox .mapDotYellow .dotTitle { background-color:#fcff00; color:#000; width: 140px; text-align:center;display: none; }
.mapBox .mapDotYellow .dot .dotOn {background-color:#fcff00; }
.mapBox .mapDotYellow:hover .dotOn {background-color:#fcff00; border: 4px solid #bababa;transition: all 0.2s ;}
.mapBox .mapDotYellow:hover .dotTitle {background-color:#f7f8a3; transition: all 0.2s ;display: block;}
.mapBox .mapDotYellow .dot1 { top:40%; left:20%; }
.mapBox .mapDotYellow .dot2 { top:46%; left:42%; }
.mapBox .mapDotYellow .dot3 { bottom:41%; right:36%; }
.mapBox .mapDotYellow .dot4 { top:24%; right:8%; }

.mapBox .mapDotGreen .map1water { position:absolute; width:250px; top:-65px; left:-240px; display:none; }
.mapBox .mapDotGreen:hover .map1water { display:none; }
@media(min-width: 991px){
.mapBox .mapDotGreen .map1water { position:absolute; width:250px; top:-65px; left:-240px; display:block; }
.mapBox .mapDotGreen:hover .map1water { display:block; }
}

.mapBox .mapDotGreen .dot .dotTitle { top:-50%;left:150%;}
.mapBox .mapDotGreen .dotTitle { background-color:#40c2c4; color:#fff; width: 100px; text-align:center; display: none;}
.mapBox .mapDotGreen .dot .dotOn {background-color:#40c2c4; }
.mapBox .mapDotGreen:hover .dotOn {background-color:#40c2c4; border: 4px solid #bababa;transition: all 0.2s ;}
.mapBox .mapDotGreen:hover .dotTitle {background-color:#1f898b; transition: all 0.2s ;display: block;}
.mapBox .mapDotGreen .dot1 { top:36%; right:15%; }
.mapBox .mapDotGreen .dot2 { bottom:10%; left:50%; }

.mapBox .mapDotOrange .map1amb { position:absolute; width:300px; top:-65px; left:10px; display:none; }
.mapBox .mapDotOrange:hover .map1amb { display:none; }
@media(min-width: 991px){
.mapBox .mapDotOrange .map1amb { position:absolute; width:300px; top:-65px; left:10px; display:block; }
.mapBox .mapDotOrange:hover .map1amb { display:block; }
}

.mapBox .mapDotOrange .dot .dotTitle { top:-230%;left:-300%;  }
.mapBox .mapDotOrange .dotTitle { background-color:#fc9e2e; color:#fff; width: 140px; text-align:center; display: none;}
.mapBox .mapDotOrange .dot .dotOn {background-color:#fc9e2e; }
.mapBox .mapDotOrange .dot:hover .dotOn {background-color:#d77a3e; border: 4px solid #ffd5ba;transition: all 0.2s ;}
.mapBox .mapDotOrange .dot:hover .dotTitle {background-color:#d77a3e; transition: all 0.2s ;display: block;}
.mapBox .mapDotOrange .dot1 { bottom:32%; left:8%; }

.mapBox .mapDotBlack .map1air { position:absolute; width:300px; top:-65px; left:10px; display:none; }
.mapBox .mapDotBlack:hover .map1air { display:none; }
@media(min-width: 991px){
.mapBox .mapDotBlack .map1air { position:absolute; width:300px; top:-65px; left:10px; display:block; }
.mapBox .mapDotBlack:hover .map1air { display:block; }
}

.mapBox .mapDotBlack .dot .dotTitle { top:-230%;left:-300%;  }
.mapBox .mapDotBlack .dotTitle { background-color:#62625f; color:#fff; width: 120px; text-align:center; display: none;}
.mapBox .mapDotBlack .dot .dotOn {background-color:#62625f; }
.mapBox .mapDotBlack:hover .dotOn {background-color:#000; border: 4px solid #808080;transition: all 0.2s ;}
.mapBox .mapDotBlack:hover .dotTitle {background-color:#000; transition: all 0.2s ;display: block;}
.mapBox .mapDotBlack .dot1 { bottom:18%; left:6%; }


/*map2*/
.mapBox-2 {width: 1400px; position: relative;}
.mapBox-2  .mapDot .dot { position:absolute;  }
.mapBox-2  .mapDot .dot .dotOn {width: 8px; height:8px;border-radius:100%; box-shadow: 0 1px 3px #b0b0b0;}
.mapBox-2  .mapDot .dotTitle {position:absolute;padding:0 4px; border-radius:10px; border:3px solid #fff; box-shadow: 0 1px 10px #ccc; font-size:12px; }
@media(min-width: 768px){
.mapBox-2  .mapDot .dot { position:absolute;  }
.mapBox-2  .mapDot .dot .dotOn {width: 16px; height:16px;border-radius:100%; box-shadow: 0 1px 3px #b0b0b0;}
.mapBox-2  .mapDot .dotTitle {position:absolute;padding:2px 8px; border-radius:10px; border:3px solid #fff; box-shadow: 0 1px 10px #ccc; font-size:12px; }
}
@media(min-width: 1441px){
.mapBox-2  .mapDot .dot { position:absolute;  }
.mapBox-2  .mapDot .dot .dotOn {width: 20px; height:20px; border-radius:100%; box-shadow: 0 1px 3px #b0b0b0;}
.mapBox-2  .mapDot .dotTitle {position:absolute; padding:4px 10px; border-radius:10px; border:3px solid #fff; box-shadow: 0 1px 10px #ccc; font-size:14px; }
}
.mapBox-2  .mapDotRed .dotTitle { background-color:#fc0000; color:#fff; display:none; }
.mapBox-2  .mapDotRed .dot .dotOn {background-color:#fc0000; }
.mapBox-2  .mapDotRed:hover .dotOn {background-color:#c20000; border: 4px solid #f8adad;transition: all 0.2s ;}
.mapBox-2  .mapDotRed:hover .dotTitle {background-color:#c20000; transition: all 0.2s ; display: block;}

.mapBox-2 .mapDotRed .map1eco { position:absolute; width:248px; top:-20px; left:-240px; display: block; opacity: 1; }
.mapBox-2 .mapDotRed:hover .map1eco { display:block; }
.mapBox-2 .mapDotRed .map1eco1{display: block; position: absolute; width: 204px; top: -120px; left: -9px; opacity: 0;}
.mapBox-2 .mapDotRed:hover .map1eco1 { display:block; }
@media (max-width:1240px) {
    .mapBox-2 .mapDotRed .map1eco1{opacity: 1;}
    .mapBox-2 .mapDotRed .map1eco{opacity: 0;}
}
@media (max-width:991px) {
    .mapBox-2 .mapDotRed .map1eco1{opacity: 0;}
}
/* @media(min-width: 991px){
.mapBox-2 .mapDotRed .map1eco { position:absolute; width:248px; top:-18px; left:-242px; display:block; }
.mapBox-2 .mapDotRed:hover .map1eco { display:block; }
} */


.mapBox-2  .mapDotRed .dot .dotTitle { top:-55%;left:130%;  }
@media(min-width: 1441px){
.mapBox-2  .mapDotRed .dot .dotTitle { top:-50%;left:130%;  }
}
.mapBox-2 .mapDotRed .dot1 { top:18%; left:16%; }
.mapBox-2 .mapDotRed .dot2 { top:20.8%; left:18.5%; }
.mapBox-2 .mapDotRed .dot3 { top:44%; left:16%; }
.mapBox-2 .mapDotRed .dot4 { top:41%; left:23%; }
.mapBox-2 .mapDotRed .dot5 { top:19%; left:28%; }

.mapBox-2 .mapDotYellow .map1noise { position:absolute; width:200px; top:-180px; left:15px; display:none; }
.mapBox-2 .mapDotYellow:hover .map1noise { display:none; }
@media(min-width: 991px){
.mapBox-2 .mapDotYellow .map1noise { position:absolute; width:360px; top:-180px; left:15px; display:block; }
.mapBox-2 .mapDotYellow:hover .map1noise { display:block; }
}

.mapBox-2 .mapDotYellow .dot .dotTitle { top:-250%;left:-300%;  }
@media(min-width: 1441px){
.mapBox-2 .mapDotYellow .dot .dotTitle { top:-230%;left:-300%;  }
}
.mapBox-2 .mapDotYellow .dotTitle { background-color:#fcff00; color:#000; width: 140px; text-align:center;display: none; }
.mapBox-2 .mapDotYellow .dot .dotOn {background-color:#fcff00; }
.mapBox-2 .mapDotYellow:hover .dotOn {background-color:#fcff00; border: 4px solid #bababa;transition: all 0.2s ;}
.mapBox-2 .mapDotYellow:hover .dotTitle {background-color:#f7f8a3; transition: all 0.2s ;display: block;}
.mapBox-2 .mapDotYellow .dot1 { top:42%; left:32%; }
.mapBox-2 .mapDotYellow .dot2 { top:58.5%; left:58%; }

.mapBox-2 .mapDotGreen .map1water { position:absolute; width:200px; top:-65px; left:130px; display:none; }
.mapBox-2 .mapDotGreen:hover .map1water { display:none; }
@media(min-width: 991px){
.mapBox-2 .mapDotGreen .map1water { position:absolute; width:185px;top: 16px; left: -55px; display:block; }
.mapBox-2 .mapDotGreen:hover .map1water { display:none; }
}
@media(min-width: 1441px){
.mapBox-2 .mapDotGreen .map1water { position:absolute; width:185px; top:20px; left:-55px; display:block; }
.mapBox-2 .mapDotGreen:hover .map1water { display:block;  }
}

.mapBox-2 .mapDotGreen .dot .dotTitle { top:-50%;left:150%;}
.mapBox-2 .mapDotGreen .dotTitle { background-color:#40c2c4; color:#fff; width: 95px; text-align:center; display: none;}
.mapBox-2 .mapDotGreen .dot .dotOn {background-color:#40c2c4; }
.mapBox-2 .mapDotGreen:hover .dotOn {background-color:#40c2c4; border: 4px solid #bababa;transition: all 0.2s ;}
.mapBox-2 .mapDotGreen:hover .dotTitle {background-color:#1f898b; transition: all 0.2s ;display: block;}
.mapBox-2 .mapDotGreen .dot1 { top:42%; left:12.4%; }
.mapBox-2 .mapDotGreen .dot2 { top:25.6%; left:16.5%; }
.mapBox-2 .mapDotGreen .dot3 { top:17%; left:24%; }
.mapBox-2 .mapDotGreen .dot4 { top:12%; left:25%; }

.mapBox-2 .mapDotBlack .map1air { position:absolute; width:150px; top:5px; left:-100px; display:none; }
.mapBox-2 .mapDotBlack:hover .map1air { display:none; }
@media(min-width: 991px){
.mapBox-2 .mapDotBlack .map1air { position:absolute; width:200px; top:10px; left:-100px; display:block; }
.mapBox-2 .mapDotBlack:hover .map1air { display:block; }
}

.mapBox-2 .mapDotBlack .dot .dotTitle { top:-50%;left:130%;  }
.mapBox-2 .mapDotBlack .dotTitle { background-color:#62625f; color:#fff; width: 120px; text-align:center; display: none;}
.mapBox-2 .mapDotBlack .dot .dotOn {background-color:#62625f; }
.mapBox-2 .mapDotBlack:hover .dotOn {background-color:#000; border: 4px solid #808080;transition: all 0.2s ;}
.mapBox-2 .mapDotBlack:hover .dotTitle {background-color:#000; transition: all 0.2s ;display: block;}
.mapBox-2 .mapDotBlack .dot1 { top:52%; left:13%; }
.mapBox-2 .mapDotBlack .dot2 { top:41%; left:10%; }
.mapBox-2 .mapDotBlack .dot3 { top:61%; left:59%; }

/* popup */

.map-text{font-size: 16px; color: #333; margin-top: 0; line-height: 30px;margin-bottom: 30px;}

/*add by channel*/
/*contact*/
.contact { margin-top: 50px; }
@media(min-width: 992px) {
.contact { display: flex; align-content: center; }
}
.contact-left { border-left: 10px solid #4fb846; box-shadow: 0 0  2px 2px rgba(237, 241, 248, 0.8); padding: 20px 20px 20px 20px; color: #333; }
@media(min-width: 992px) {
.contact-left { width: 50%; margin-right: 15px; }
}
.contact-right { border-left: 10px solid #0258a3; box-shadow: 0 0  2px 2px rgba(237, 241, 248, 0.8); padding: 20px 20px 50px 20px; color: #333; margin-top: 30px; }
@media(min-width: 992px) {
.contact-right { width: 50%; margin-left: 15px; margin-top: 0; }
}
.contact .news-back { margin-top: 20px; text-align: left; }
@media(min-width: 992px) {
.contact .news-back { margin-top: 20px; }
}
.contact .news-back a { background-color: #003b98; border: 1px solid #003b98; color: #fff; font-size: 16px; font-weight: bold; padding: 12px 40px; }
.contact .news-back a:hover { background-color: #fff; color: #003b98; }


/* project-popup */
#iframe1{ display: none; width: 100%; height: 100%; z-index: 999999; position: fixed; top: 0; left: 0; /* display: flex; justify-content: center; align-items: center; */}
#popup-body{ max-width: 1200px; max-height: 100%; background: none;}
.project-popup-container{padding: 30px 0;}
.popup-container{max-width: 1200px; /* height: 860px; */ overflow: hidden;}
.project-popup-contact{position: relative; padding: 0px 15px; background-color: rgba(255,255,255,.96);}
@media (max-width:1440px) {
    .project-popup-containe{max-width: 960px !important;}
    .popup-container{max-width: 960px !important;}
}
@media (max-width:1024px) {
    .project-popup-containe{max-width: 720px !important;}
    .popup-container{max-width: 720px !important;}
}
@media (max-width:425px) {
    .project-popup-containe{max-width: 375px !important;}
    .popup-container{max-width: 375px !important;}
}
/* --------------------------location slide */
.location-photo  .slider-for button { display: block; }
.location-photo .slick-slider {display: flex; justify-content: center; }
.location-photo .slider-nav .slick-track{display: flex; justify-content: center; height: auto !important;}
.location-photo .slider-nav img { width: 100%; }
@media(min-width: 1400px) {
}
.location-photo .slider-nav .slick-slide.slick-current.slick-active img { border: 2px solid #50b74b; }
.location-photo .slider-nav img{}
.location-photo  .slick-slide { outline: none;}
.location-photo .slider-nav .slick-slide { float: none; max-width: 200px; }
@media(min-width: 768px) {
    .location-photo .slider-nav .slick-slide { margin-top: 0px; }
}
@media(min-width: 992px) {
    .location-photo .slider-nav .slick-slide { margin-top: 0px; }
}
.location-photo { display: flex; flex-direction: column; /* height: 800px; */ }
.information-box { padding-top: 30px; }
.location-photo .slider-for { width: 100%; }
@media (max-width: 767px) {
    .location-photo .slider-for { padding-left: 10px; }
}
.location-photo .slider-for img { width: 100%; }
.location-photo .slider-nav { max-width: 100%; }
.location-photo .slick-track{width: 100%;}
.location-photo .slick-list{width: 100%}
.slider-nav .slick-slide.slick-current.slick-active { width: 60px; height: 60px; }
.slider-for.slick-initialized.slick-slider { margin: 0 !important; }
.slider-nav { max-width: 100%; }
.slider-nav .slick-track{display: flex; height: auto;}
.slick-list { height: 100% !important; }
.pro-recommend-list .slick-arrow { display: block !important; }
@media(min-width: 360px) {
    .slider-for.slick-initialized.slick-slider { margin-left: 0px; }
    .product-left { margin-left: 0px; }
}
@media(min-width: 375px) {
    .location-photo .slider-for.slick-initialized.slick-slider { margin-left: 0px; }
    .product-left { margin-left: 0px; }
}
@media(min-width: 411px) {
    .location-photo .slider-for.slick-initialized.slick-slider { margin-left: 0px; }
    .product-left { margin-left: 0px; }
}
@media(min-width: 768px) {
    .location-photo .slider-for.slick-initialized.slick-slider {margin-left: 15px;}
    .product-left { margin-left: 15px; }
}
@media(min-width: 1024px) {
    .location-photo .slider-for.slick-initialized.slick-slider { margin-left: 20px; }
    .product-left { margin-left: 27px; }
}
@media(min-width: 1440px) {
    .slider-for.slick-initialized.slick-slider { margin-left: 30px; }
    .product-left { margin-left: 30px; }
}
.location-photo .slider-title{padding: 0 5px; width: 100%; overflow: hidden; font-size: 14px; color: #333; text-align: center; margin: 8px 0 16px 0;}
@media (min-width:768px) {
    .location-photo .slider-title{font-size: 20px;}
}
@media (min-width:425px) {
    .location-photo .slider-title{font-size: 15px;}
}
.project-img{ width: 100%; height: 100%;}
.project-img img{ width: 100%; background-size: cover; max-height: 440px;}
.slick-disabled:last-child{background-color: rgba(0,0,0,.11);}
.slick-disabled:first-child{background-color: rgba(0,0,0,.11);}
.slick-arrow:hover{background-color: rgba(0,0,0,.11);}

.popup-closure{position: absolute; top: 0; right: 0; margin-top: -10px; margin-right: -10px;}
.popup-closure .fa-times{width: 30px; height: 30px; background-color: #fff; font-size: 14px; color: #000; display: flex; justify-content: center; align-items: center; border-radius: 50px; box-shadow: 0 0 10px rgba(0,0,0,.6);}
.all-project-img{display: flex; justify-content: flex-end; margin-right: 20px; width: 100%;}
.all-project-img a{padding: 4px 20px; background-color: #eee; border-radius: 4px; font-size: 18px; color: #000;}
.all-project-img a:hover{background-color: #0a4299; color: #fff;}
@media (max-width:425px) {
    .all-project-img a{padding: 4px 12px; font-size: 14px;}
}
.project-popup-images-connent{padding: 20px; }
.project-popup-images-tab{display: flex; justify-content: center;}
.project-popup-images-tab .nav-link{margin: 0 5px; background-color: #ddd; border: none; border-radius: 0; font-size: 18px; color: #000; padding: 8px 28px;}
.project-popup-images-tab .nav-link:hover{background-color: #0a4299; color: #fff;}
.project-popup-images-tab .nav-link.active{background-color: #50b74b; color: #fff;}
.popup-tab-content{margin: 30px 0;}
.popup-tab-content .popup-images-li{width: 100%; padding-left: calc( 5px/2 ); padding-right: calc( 5px/2 ); padding-bottom: 5px; position: relative; overflow: hidden;}
.popup-tab-content .popup-images-list{overflow: hidden; width: 100%;}
.popup-tab-content .popup-images-list img{height: 100%; width: 100%; position: relative;}
/* .popup-tab-content .popup-images-li p{margin-bottom: 5px;} */
.popup-tab-content .popup-images-li .popup-images-list-time{ width: 100%; padding: 6px 10px; font-size: 16px; background-color: #50b74b; color: #fff; }
.project-popup-title{text-align: center; font-size: 16px !important; margin-top: 20px; margin-bottom: 15px;}
.project-popup-text{padding: 5px; font-size: 14px; color: #999; text-align: center; margin-bottom: 15px;}

@media (max-width:425px) {
    .project-popup-images-tab .nav-link{padding: 4px 10px; margin-bottom: 5px; font-size: 14px;}
}
#spotlight{top: 0; left: 0;}
.layui-layer{max-width: 98%!important;}
.layui-layer-title,.layui-layer-min{display: none;}
.layui-layer{height: auto;}
.layui-layer-resize{display: none;}
.layui-layer-setwin .layui-layer-close1{background-position: -150px -32px !important;}
.layui-layer-setwin a{width: 28px !important; height: 30px !important; border-radius: 100% !important;}
.layui-layer-min{display: none !important;}
.layui-layer-setwin .layui-layer-max{display: none !important;}
.layui-layer-setwin{right: 0px !important; top: 0 !important; margin-top: -20px !important; margin-right: -6px !important;} 
@media (max-width:1024px) {
    .layui-layer-setwin{margin-top: 0 !important; margin-right: 0 !important;}
}

#spotlight .footer{visibility: inherit;}
/* .layui-layer-iframe iframe{height: 640px !important;} */
/* .layui-layer-iframe iframe{height: 640px;} */

/* swiper-popup */
.mySwiper2 , .mySwiper{overflow: hidden;}
.mySwiper2{margin-bottom: 15px;}
.mySwiper2 .slider-title{text-align: center; font-size: 16px !important; margin-top: 20px; margin-bottom: 15px;}
.mySwiper2 .slider-text{padding: 5px; font-size: 14px; color: #999; text-align: center; margin-bottom: 15px;}
.mySwiper2 .project-img .img{width: 100%;}
.swiper-button-box{position: absolute; top: 84%; width: 100%; height: 100px;}
.swiper-button-box .swiper-button-prev{left: 0; margin-left: -25px; width: 40px; background: url(../images/home-prev-xs.png) no-repeat center; background-color: rgba(0,0,0,.9); box-shadow: 0 0 2px rgba(0,0,0,.3);}
.swiper-button-box .swiper-button-next{right: 0; margin-right: 5px; width: 40px; background: url(../images/home-next-xs.png) no-repeat center; background-color: rgba(0,0,0,.9); box-shadow: 0 0 2px rgba(0,0,0,.3);}
.mySwiper .swiper-slide{border: 2px solid #fff;}
.mySwiper .swiper-slide img{width: 100%; max-height: 100px; background-size: cover;}
.mySwiper .swiper-slide-thumb-active{border: 2px solid #50b74b;}
/* .mySwiper .swiper-wrapper{display: flex; justify-content: center;} */
@media (max-width:425px) {
    .swiper-button-box .swiper-button-next{width: 20px;}
    .swiper-button-box .swiper-button-prev{width: 20px;}
}












/*modal project-information*/
.EP-table{position: relative;}
.EP-table-tit{text-align: center;margin-bottom:15px;font-size:18px;}
.view-big-img{color:#fff;background: #50b74d;padding:10px;position: absolute;right: 18px; top: -20px;}
.view-big-img:hover{background: #57cc53;color:#fff;}
#table-max .modal-dialog{max-width: 100%;}
@media(min-width:992px){
.EP-table-tit{font-size:22px;}
}
@media(min-width:1280px){
#table-max .modal-dialog{max-width: 90%;}
}
.EP-ul { margin-top: 50px; }
.EP-list { border-left: 10px solid #4fb846; box-shadow: 0 0  2px 2px rgba(237, 241, 248, 0.8); padding: 20px 30px 20px 20px; margin-bottom: 30px; color: #333; }
.EP-list:hover { border-left: 10px solid #0258a3; color: #4fb846; background:url(../images/list-r-icon.png) right no-repeat; background-position: 99% 50%; }
.EP-list-right {  }


.env-tit { line-height:35px; }
@media(max-width:768px){
    .env-tit { line-height:26px; }
}

.content .centered-y h2 { text-transform:uppercase; }

.EP tbody a { text-decoration:underline; }



/* banner2 start */
.banner2 {}
.banner-tit-3 {
    padding-left:20px;
    padding: 10px;
    background: #055369;
    font-weight: bold;
    display: inline;
}
.banner2 a,.banner2 span { color:#fff; padding-top:5px; line-height:34px; display:inline-block; }
@media(max-width:768px){
    .banner2 { margin-left:0; }
    .banner2 a,.banner2 span { line-height:20px; }
    .banner-tit-3 { padding:5px; }
    .banner2 a { padding-left:5px; }
    .banner2 a:first-child { padding-left:0; }
}
/*.banner2 span { margin-left:-2px; margin-right:-2px; }*/
.banner2 a.active { color:#FFDD00; }

/* banner2 end */


@media(max-width:768px){
    .pages a {
        margin-left: 2px;
        margin-right: 2px;
        font-size: 18px;
        padding: 6px 12px;
    }
}



/***** add by elson ****/
.preview-head-wrapper {
  background-color: #003b98;
  padding-top:1.5rem;
  padding-bottom:.5rem;
  height:75px;
  width: 100%;
  position: fixed;
  left:0;
  bottom:0;
  font-size:1rem;
  z-index: 99999997;
  text-align: center;
  color:#fff;
}

.btn-primary {
  padding: .375rem 1rem;
  background-color: #50b74b!important;
  color: #fff !important;
  border: 1px solid #50b74b!important;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  white-space:nowrap;
  border-radius: 10px;
  font-size: 16px;
}

.btn-info {
  padding: .375rem 1rem;
  background-color: #50b74b!important;
  color: #fff !important;
  border: 1px solid #50b74b!important;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  white-space:nowrap;
  border-radius: 10px;
  font-size: 16px;
}
.btn-primary:hover, .btn-default:hover {
  opacity: 0.8;
  border: 0;
}

.btn-default, .btn-default:hover, .btn-default:link, .btn-default:focus, .btn-default:active {
  overflow: hidden;
  position:relative;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  white-space:nowrap;
  z-index: 0;
  border:1px solid #003b98!important;
  box-shadow:none!important;
  padding: .375rem 1rem;
  color:#000;
}

.preview-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}
.preview-info span, .preview-info button, .preview-info a, .preview-info div {
  margin-left:5px;
  margin-right:5px;
}

.preview-modify-content-wrapper {
  position: relative;
}
.preview-modify-content-wrapper .modify-content {
  position: absolute;
  left:-55px;
  top:-220px;
  width: 240px;
  height:200px;
  padding:10px;
  background-color: #50b74b;
  border:#50b74b;
  border-radius: 14px;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.preview-modify-content-wrapper .modify-content.active {
  opacity: 1;
  pointer-events: auto;
}

.preview-modify-content-wrapper .modify-content .inner {
  position: relative;
  height:180px;
  overflow-y: auto;
}

.preview-modify-content-wrapper .modify-content:after{
  content:'';
  position: absolute;
  left:50%;
  bottom:-11px;
  width: 0;
  height: 0;
  margin-left:-6px;
  border-top: 12px solid #50b74b;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.close-remark{
  display: block;
  width: 24px;
  height:24px;
  line-height: 24px;
  padding-top:3px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  right:-14px;
  top:-14px;
  color:#fff;
  text-align: center;
}
.close-remark:hover {
  color:#fff;
}



.mapBox-2 .mapDotBlack .dot-new-1 {
    top: 53%;
    left: 17.1%;
}
.mapBox-2 .mapDotBlack .dot1 {
    top: 56%;
    left: 12%;
}

.mapBox-2 .mapDotBlack .dot .dotTitle2 {
    top: -50%;
    left: -629%;
}


@media(min-width:768px){
    .publications-container { margin-top:-35px; }
}
@media(min-width: 992px){
    .publications-container { margin-top:-50px; }
}

@media(min-width:768px){
    .home-news-box-photo,.home-news-box-bottom-box { margin-right:10px; }
}


.home-news-box-text {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
