.news-item {
    background-color: #fff;
    padding: 15px;
    border-bottom: 6px solid #0a3793;
    min-height: 170px;
    transition: 0.3s;
}

.mg-auto { margin: auto; }

.mt-0 { margin-top: 0px; }

.mt-3 { margin-top: 3px; }

.mt-5 { margin-top: 5px; }

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pd-20 { padding: 20px; }

.pd-l-20 { padding-left: 20px; text-align: left; }

.news-item:hover {
    background-color: #0081ca;
    padding: 15px;
    border-bottom: 6px solid #0a3793;
    min-height: 170px;
    transition: 0.3s;
    color: #fff;
}

.ml-20 { margin-left: 20px; }

.news-item:hover h5 {
    color: #fff;
    transition: 0.3s;
}

.project-item { margin-top: 30px; }

.project-item:hover img{ opacity: 0.8; }

.project-item:hover h6{font-weight: bolder; }

.pdt-series {
    margin-top: 15px!important;
    transition: 0.3s;
}

.tab-item {     
    border: 1px solid;
    padding: 8px 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.tab-item:hover{     
    border: 1px solid #0081ca;
    padding: 8px 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.pdt-series:hover .pdt-series-cover { opacity: 0; transition: 0.3s;}

.pdt-series:hover .pdt-series-image-font{  opacity: 0;  transition: 0.3s; }


.pdt-series-image-font {
    position: absolute;
    font-size: 18px;
    color: #0081ca;
    bottom: 36%;
    left: 40px;
    margin-top: 0px;
    width: 50%;
    line-height: 30px;
    text-align: left;
    /*text-shadow: 3px 2px 2px #dadada;*/
}
@media(min-width: 315px){
  .pdt-series-image-font {
    position: absolute;
    font-size: 20px;
    color: #0081ca;
    bottom: 40%;
    left: 40px;
    margin-top: 0px;
    width: 50%;
    line-height: 30px;
    text-align: left;
    /*text-shadow: 3px 2px 2px #dadada;*/
}
}
@media(min-width: 378px){
  .pdt-series-image-font {
    position: absolute;
    font-size: 24px;
    color: #0081ca;
    bottom: 40%;
    left: 40px;
    margin-top: 0px;
    width: 50%;
    line-height: 30px;
    text-align: left;
    /*text-shadow: 3px 2px 2px #dadada;*/
}
}
@media(min-width: 410px){
  .pdt-series-image-font {
    position: absolute;
    font-size: 26px;
    color: #0081ca;
    bottom: 40%;
    left: 40px;
    margin-top: 0px;
    width: 50%;
    line-height: 30px;
    text-align: left;
    /*text-shadow: 3px 2px 2px #dadada;*/
}
}
@media(min-width: 768px){
  .pdt-series-image-font {
    position: absolute;
    font-size: 22px;
    color: #0081ca;
    bottom: 40%;
    left: 40px;
    margin-top: 0px;
    width: 50%;
    line-height: 30px;
    text-align: left;
    /*text-shadow: 3px 2px 2px #dadada;*/
}
}
@media(min-width: 992px){
  .pdt-series-image-font {
    position: absolute;
    font-size: 26px;
    color: #0081ca;
    bottom: 40%;
    left: 40px;
    margin-top: 0px;
    width: 50%;
    line-height: 30px;
    text-align: left;
    /*text-shadow: 3px 2px 2px #dadada;*/
}
}



.pdt-series-cover {
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(255, 255, 255, 1)), color-stop(88%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
     transition: 0.3s;
}


.pdt-item {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(237, 237, 237, 0.9) 56%, rgba(222, 222, 222, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(237, 237, 237, 0.9)), color-stop(100%, rgba(222, 222, 222, 0.9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(237, 237, 237, 0.9) 56%, rgba(222, 222, 222, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(237, 237, 237, 0.9) 56%, rgba(222, 222, 222, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(237, 237, 237, 0.9) 56%, rgba(222, 222, 222, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(237, 237, 237, 0.9) 56%, rgba(222, 222, 222, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
    padding: 10px;

}

.pdt-bg { 
  background-attachment: fixed;
  background-repeat: no-repeat; 
}

.pdt-title { border-left: 10px solid #0a3793; }


.single-pdt-item {
    margin-bottom: 40px;
    transition: 0.3s;
}

.single-pdt-item:hover h6 {
    color: #0a3793;
    transition: 0.3s;
    
}


.single-pdt-item:hover img{
    opacity: 0.6;
    filter: alpha(opacity=50);
    transition: 0.5s;
}

.btn-view{
    color: #0a3793;
    border: 1px solid #0a3793;
}

.single-pdt-item:hover .btn-view { 
    color: #fff;
    border: 1px solid #0081ca;
    background-color: #0081ca;
}

.series-tag { background-color: #0081ca; color: #fff; padding: 10px 20px; width: fit-content; }

.pdt-xs-img img:hover{ 
    opacity: 0.6;
    filter: alpha(opacity=50);
    transition: 0.5s; }

ul.pdt-fea-list { list-style-position: inside; list-style-type: disc;  }

.table-title { background-color: #e0e0e0;  color: #444444; font-weight: 700;}


.media-item { position: relative; }


.pdt-media-title{
    position: absolute;
    bottom: 10%;
    left: 6%;
    text-align: left;
    color: #fff;
    width: 80%;
}

.media-icon { 
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    width: 80px;
    transition: 0.3s; 
}

.media-icon:hover { width: 95px; transition: 0.3s; }

.mt-item { position: relative; padding: 20px; margin-top: 0px;}


.mt-item:hover .mt-bottom { opacity: 1; transition: 0.3s; }

.play-icon { opacity: 0.6; transition: 0.3s;}

.play-icon:hover {   opacity: 1; transition: 0.3s;}

.boder-r{ border-right: 1px solid #ffffff80; }

.boder-b{ border-bottom: 1px solid #ffffff80; }

.ab-bg { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }

.country-item:hover h6{ color: #0081ca; transition: 0.3s; }

.country-item:hover .country-pdt{ opacity: 0.8; transition: 0.3s;  border: 1px solid #0081ca;}

.country-pdt { transition: 0.3s; }

.country-name { display: inline-block; margin-left: 5px; }




.flex-container {
      display: flex; /* I now declare this as a flex-container */
      display: -webkit-flex; /* This is the Chrome notation */
  
      min-height: 150px;
    }

    .flex-item {
      flex: 1;
      -webkit-flex: 1;
  
     /* Just some color and shape */
      background: #bbb;
      margin:5px;
      border-radius: 50%;
      
      text-align:center;
    }



.rd-navbar-static .rd-navbar-nav > li.nav-img { position: initial; }

.nav-img ul li a div img:hover{ opacity: 0.7;  transition: 0.3s ease-out all; border: 1px solid #0a3793;}

.rd-navbar-static.rd-navbar-classic .rd-navbar-nav > li > a.contact-btn {     
    border: 1px solid;
    padding: 15px 20px; 
}

.rd-navbar-fixed .rd-navbar-nav.nav-top {
    width: 270px;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    line-height: 34px;
    color: #423748;
    background: #212121;
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.17);
    z-index: 998;
    padding: 10px 0;
}




@media (min-width: 280px){
    .single-pdt-item h6 { color: #535353; font-size: 16px; line-height: 24px; font-weight:600; }
    .pdt-name { font-size: 22px; color: #212121; margin-top: 20px; text-align: left; }
    /*.nav-img ul li{ float: left; width: 25%; }*/
    .nav-img ul li a div img{ display: none;}
    .pro-fea-title { color: #0081ca; font-size: 22px; border-left: 10px solid; padding: 0px 15px; }
    .mt-bottom { position: absolute; top: 0px; right: 0px; margin-top: 0px; opacity: 1; padding: 20px; width: 100%; }
    .content-font { font-size: 16px; }
    .country-item { padding: 0px 30px;}
    .news-page-title { font-size: 28px; font-weight: 700; } 
} 


@media (min-width: 320px){
    .single-pdt-item h6 { color: #535353; font-size: 16px; line-height: 24px; font-weight:600; }
    .pdt-name { font-size: 24px; color: #212121; margin-top: 20px; text-align: left; }
    /*.nav-img ul li{ float: left; width: 25%; }*/
    .nav-img ul li a div img{ display: none;}
    .pro-fea-title { color: #0081ca; font-size: 22px; border-left: 10px solid; padding: 0px 15px; }
    .mt-bottom { position: absolute; top: 0px; right: 0px; margin-top: 0px; opacity: 1; padding: 20px; width: 100%; }
    .content-font { font-size: 16px; }
    .country-item { padding: 0px 30px;}
    .news-page-title { font-size: 28px; font-weight: 700; } 
    
}


@media (min-width: 640px){
    .single-pdt-item h6 { color: #535353; font-size: 18px; line-height: 24px; font-weight:500; }
    .pdt-name { font-size: 26px; color: #212121; margin-top: 20px; text-align: left; }
    /*.nav-img ul li{ float: left; width: 25%; }*/
    .nav-img ul li a div img{ display: none;}
    .pro-fea-title { color: #0081ca; font-size: 28px; border-left: 10px solid; padding: 0px 15px; }
    .mt-bottom { position: absolute; top: 0px; right: 0px; margin-top: 0px; opacity: 1; padding: 20px; width: 100%; }
    .content-font { font-size: 18px; }
    .country-item { padding: 15px; }
    .news-page-title { font-size: 30px; font-weight: 700; } 
}
    
}


@media (min-width: 996px){
    .single-pdt-item h6 { color: #535353; font-size: 20px; line-height: 26px; font-weight:500; }
    .pdt-name { font-size: 32px; color: #212121; margin-top: 30px;  }
    /*.nav-img ul li{ float: left; width: 25%; }*/
    .nav-img ul li a div img{ max-width: 100%; display: none; }
    .pro-fea-title { color: #0081ca; font-size: 32px; border-left: 10px solid; padding: 0px 15px; }
    .mt-bottom { position: absolute; top: 0px; right: 0px; margin-top: 0px; opacity: 0; padding: 20px; width: 100%; }
    .content-font { font-size: 18px; }
    .country-item { padding: 15px; }
    .news-page-title { font-size: 30px; font-weight: 700; } 
    
}


@media (min-width: 1200px){
    .single-pdt-item h6 { color: #535353; font-size: 22px; line-height: 28px; font-weight:500; width: 80%; margin: 0 auto;  }
    .pdt-name { font-size: 36px; color: #212121; margin-top: 30px;  }
    .nav-img ul li{float: left; width: 25%; margin-top: 30px;}
    .nav-img ul li a div img{max-width: 100%; display: block; border: 1px solid #b9b9b9; margin-bottom: 10px;}
    .rd-navbar-static .rd-navbar-nav > li .nav-img-dropdown { top:60%;}
    .nav-img ul li a span{ font-size: 18px; font-weight: 500; border-left: 3px solid #6eba2c; padding: 0px 6px; }
    .pro-fea-title { color: #0081ca; font-size: 32px; border-left: 10px solid; padding: 0px 15px; }
    .mt-bottom { position: absolute; top: 0px; right: 0px; margin-top: 0px; opacity: 0; padding: 20px; width: 100%; }
    .content-font { font-size: 18px; }
    .country-item { padding: 15px; }
    .news-page-title { font-size: 30px; font-weight: 700; } 
}


@media (min-width: 1440px){
    .single-pdt-item h6 { color: #535353; font-size: 22px; line-height: 28px; font-weight:500; width: 80%; margin: 0 auto;  }
    .pdt-name { font-size: 36px; color: #212121; margin-top: 30px;  }
    .nav-img ul li{ float: left; width: 25%; margin-top: 30px; }
    .nav-img ul li a div img{ max-width: 100%; display: block; border: 1px solid #b9b9b9; margin-bottom: 10px;}
    .rd-navbar-static .rd-navbar-nav > li .nav-img-dropdown { top:60% ;}
    .nav-img ul li a span{ font-size: 18px; font-weight: 500; border-left: 3px solid #6eba2c; padding: 0px 6px; }
    .pro-fea-title { color: #0081ca; font-size: 32px; border-left: 10px solid; padding: 0px 15px; }
    .mt-bottom { position: absolute; top: 0px; right: 0px; margin-top: 0px; opacity: 0; padding: 20px; width: 100%; }
    .content-font { font-size: 20px; }
    .country-item { padding: 15px; }
    .news-page-title { font-size: 30px; font-weight: 700; }    
}


/*timeline 1*/
/**{
  padding: 0;
  margin: 0;
  position: relative;
}*/

.timeline {
  padding: 40px 0px;
      position: relative;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 68px;
  
  width: 2px;
  height: calc(100% - 80px);
  background: #6eb92f;
}

.timeline .time-item { margin: 40px 40px 40px 120px; position: relative; }

.timeline .time-item .time-title h1 { font-size: 80px; color: rgba(0,0,0,0.06); letter-spacing: 3px; font-weight: 700; text-align: left; }

.timeline .time-item .time-title h1:before {
  content: "";
  position: absolute;
  left: -62px;
  top: 94px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #6eb92f;
  border-radius: 50%;
}

.timeline .time-item .time-title h2{
  margin-top: 10px;
  font-size: 28px;
  color: #6eb92f;
  font-weight: 800;
  text-align: left;
}

.timeline .time-item .description {
  border-left: 1px solid #000;
}

.timeline-content { font-size: 18px; margin-left: 10px; line-height: 26px; margin-top: 20px;  text-align: left;}


/*timeline 2*/



/*zun*/
.top_nav{
        display: none;
    }
.rd-navbar-static .rd-navbar-nav > .nav_mobile{
    display: block;
}
@media(min-width: 1200px){
    .top_nav{
        display: block;

    }
    .rd-navbar-static .rd-navbar-nav > .nav_mobile{
    display: none;
}
}
.nav_mobile a span:last-child{
  padding-left: 10px;
}
.search_m{
  width: 240px;
   border: 2px solid #FFFFFF;
   background: none;
   margin:10px 0 0 11px; 
   color: #fff;
   padding: 3px 10px;
}
.search_m_btn{
  background: none;
  position: absolute;
  color: #fff;
  font-size: 20px;
    right: 25px;
    top: 13px;
}


.search_m_btn:hover{
  color: #0081ca;
}

/*nav search*/
.content {
  position: absolute;
  height: 50px;
  width: 300px;
  margin-left: 170px;
  top: 47px;
  transform: translate(-50%, -50%);
}

.content.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.input {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search {
  background: none;
  position: absolute;
  top: 0px;
  left: 0;
  height: 30px;
  width: 25px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 12px;
  margin-left: 9px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.close {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.close:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  margin-top: -1px;
  margin-left: -13px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -13px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.square {
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  width: 300px;
  height: 35px;
  border: 2px solid #FFFFFF;
  border-radius: 0;
  background: none;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  transition-delay: 0.4s, 0s, 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

/*zun*/
.video_item {
    position: relative;
    display: inline-block;
    height: 100%;
}

.video_item .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    font-size: 80px;
    color: #0081ca;
    cursor: pointer;
    transition: 250ms;
}
@media(min-width: 768px){
  .video_item .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    font-size: 70px;
    color: #0081ca;
    cursor: pointer;
    transition: 250ms;
}
}

.play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.video_item_title{
  color: #616161;
  padding: 10px 0;
  width: 100%;
  font-weight: 600;
}
.video_item_title:hover{
  color: #0081ca;

}
.nav-pills .nav-link.current, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0081ca;
    border-color: #0081ca;
    }
.nav-pills .pill-btn {
    border-radius: 1px;
    margin-right: 15px;
    border-color: #959595;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 2px;
}
.nav-pills > li {
    margin-bottom: 10px;
}