@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto/RobotoRegular/RobotoRegular.ttf);
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: sans-serif;
}
header .top-part {
  background-image: url(../image/header-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 0;
}.main-section .about .right-fild .txt
header .top-part .info .tel {
  font-size: 16px;
}
header .top-part .info .tel i {
  color: #1e2899;
}
header .top-part .info .tel a {
  color: #1e2899;
}
header .top-part .info .tel b {
  color: #1e2899;
}
header .top-part .info .worktime {
  color: #4b4b4b;
}
header .top-part .info-secound .social ul {
  float: right;
  margin: 0;
  padding: 0;
}
header .top-part .info-secound .social ul li {
  list-style: none;
  float: left;
  margin-left: 15px;
}
header .top-part .info-secound .social ul li a {
  color: #1e2899;
  border-width: 1px;
  border-radius: 30px;
  opacity: 1;
  font-size: 16px;
}
header .top-part .info-secound .social ul li:nth-child(1) a {
  padding: 6px 12px;
  border: 1px solid #1e2899;
}
header .top-part .info-secound .social ul li:nth-child(2) a {
  padding: 6px 10px;
  border: 1px solid #1e2899;
}
header .top-part .info-secound .social ul li:nth-child(3) a {
  padding: 6px 9px;
  border: 1px solid #1e2899;
}
header .top-part .info-secound .lang ul {
  float: right;
  margin: 0;
  padding: 0;
}
header .top-part .info-secound .lang ul li {
  list-style: none;
  float: left;
  margin-left: 15px;
}
header .top-part .info-secound .lang ul li a {
  font-size: 16px;
}
header .wrapper {
  padding: 5px 0;
}
header .wrapper .logo a img {
  height: 120px;
}
header .wrapper .cell-middle {
  height: 120px;
}
header .wrapper .table-middle {
  width: 100%;
}
header .wrapper .menu ul {
  margin: 0;
  padding: 0;
  float: right;
}
header .wrapper .menu ul li {
  list-style: none;
  float: left;
  margin-left: 20px;
  border-right: 1px solid #929292;
  padding-right: 20px;
}
header .wrapper .menu ul li:last-child {
  border-right: none;
  padding: 0;
}
header .wrapper .menu ul li a {
  color: #929292;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .wrapper .menu ul li a:hover {
  color: #1e2899;
}
.main-section .carousel-wrapper .carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: right;
  list-style: none;
  padding-right: 10%;
}
.main-section .carousel-wrapper .carousel-inner > .item img {
  width: 100%;
}
.main-section .carousel-wrapper .carousel-indicators .active {
  width: 55px;
  height: 5px;
  background-color: #08c0fe;
  border-color: #08c0fe;
}
.main-section .carousel-wrapper .carousel-indicators li {
  width: 55px;
  height: 5px;
  margin: 0 0 0 5px;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.main-section .about {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.main-section .about .cell-middle {
  height: 420px;
}
.main-section .about .table-middle {
  width: 100%;
}
.main-section .about .left-fild img {
  height: 420px;
}
.main-section .about .right-fild .title {
  text-align: center;
  margin-bottom: 25px;
}
.main-section .about .right-fild .title span {
  color: #1e2899;
  font-size: 36px;
  border-bottom: 1px solid #1e2899;
  padding: 0 25px 0 25px;
  display: inline-block;
}
.main-section .about .right-fild .title span h1,
.main-section .about .right-fild .title span h2,
.main-section .about .right-fild .title span h3 {
  color: #1e2899;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.main-section .about .right-fild .txt {
  text-align: justify;
  color: #979797;
  font-size: 14px;
  padding-left:15px;
}
.main-section .about .right-fild .txt p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: justify;
}
.main-section .about .right-fild .see-more {
  text-align: center;
  margin-top: 25px;
}
.main-section .about .right-fild .see-more a {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 16px;
  background-image: -moz-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -webkit-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -ms-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.main-section .about .right-fild .see-more a:hover {
  background-image: -moz-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -webkit-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -ms-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
}
.main-section .services {
  background-color: #e3e3e3;
}
.main-section .services .paragraph {
  background-image: url(../image/header-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #1e2899;
  font-size: 24px;
  padding: 5px 0;
  text-align: center;
}
.main-section .services .paragraph h1,
.main-section .services .paragraph h2,
.main-section .services .paragraph h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.main-section .services .carousel-boxes {
  padding: 10px 0;
}
.main-section .services .carousel-boxes .regular .slick-slider-m {
  padding: 0 5px;
}
.main-section .services .carousel-boxes .regular .slick-slider-m img {
  width: 100%;
}
.main-section .services .carousel-boxes .regular .slick-slider-m .title {
  font-size: 16px;
  color: #1e2899;
  text-align: center;
}
.main-section .services .carousel-boxes .regular .slick-slider-m .title a {
  text-decoration: none;
  font-size: 16px;
  color: #1e2899;
  text-align: center;
}
.main-section .services .carousel-boxes .regular .slick-slider-m .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  text-align: justify;
}
.main-section .services .carousel-boxes .regular .slick-slider-m .txt p {
  font-size: 14px;
  text-align: justify;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  display: none;
}
.main-section .services .carousel-boxes .regular .slick-slider-m .txt p:first-child {
  display: block;
}
.main-section .services .carousel-boxes .slick-next i,
.main-section .services .carousel-boxes .slick-prev i {
  color: #1e2899;
}
.main-section .projects .paragraph {
  text-align: center;
  margin: 15px 0;
}
.main-section .projects .paragraph span {
  color: #1e2899;
  font-size: 36px;
  border-bottom: 1px solid #1e2899;
  padding: 0 45px 0 45px;
  display: inline-block;
}
.main-section .projects .paragraph span h1,
.main-section .projects .paragraph span h2,
.main-section .projects .paragraph span h3 {
  color: #1e2899;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.main-section .projects .slide-prj {
  margin-bottom: 25px;
  position: relative;
}
.main-section .projects .slide-prj .slider {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.main-section .projects .slide-prj .slider .slide {
  height: 100%;
  width: 100%;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.main-section .projects .slide-prj .slider .slide .box {
  width: 100%;
}
.main-section .projects .slide-prj .slider .slide .box .img {
  width: 480px;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  float: left;
  margin-right: 15px;
  cursor: pointer;
}
.main-section .projects .slide-prj .slider .slide .box .description {
  display: none;
}
.main-section .projects .slide-prj .slider .slide .box .description .title {
  font-size: 24px;
}
.main-section .projects .slide-prj .slider .slide .box .description .txt {
  padding-right: 20px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-section .projects .slide-prj .slider .slide .box .description .txt p {
  display: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-section .projects .slide-prj .slider .slide .box .description .txt p:first-child {
  display: block;
}
.main-section .projects .slide-prj .slider .slide .box .description .see-more {
  text-align: left;
  margin-top: 20px;
}
.main-section .projects .slide-prj .slider .slide .box .description .see-more a {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 16px;
  background-image: -moz-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -webkit-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -ms-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.main-section .projects .slide-prj .slider .slide .box .description .see-more a:hover {
  background-image: -moz-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -webkit-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -ms-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
}
.main-section .projects .slide-prj .arrow-fild {
  position: absolute;
  top: 45%;
  width: 100%;
}
.main-section .projects .slide-prj .arrow-fild .prev {
  position: absolute;
  left: 8%;
}
.main-section .projects .slide-prj .arrow-fild .prev i {
  cursor: pointer;
  font-size: 24px;
  color: #1e2899;
}
.main-section .projects .slide-prj .arrow-fild .next {
  position: absolute;
  right: 8%;
}
.main-section .projects .slide-prj .arrow-fild .next i {
  cursor: pointer;
  font-size: 24px;
  color: #1e2899;
}
.main-section .projects .fild {
  margin-bottom: 25px;
}
.main-section .projects .fild .left-box {
  border: 1px solid #08c0fe;
  padding: 5px;
}
.main-section .projects .fild .left-box .img {
  width: 100%;
  height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-section .projects .fild .right-box {
  padding-left: 20px;
}
.main-section .projects .fild .right-box .title {
  font-size: 28px;
  color: #929292;
  margin-bottom: 5px;
}
.main-section .projects .fild .right-box .title h1,
.main-section .projects .fild .right-box .title h2,
.main-section .projects .fild .right-box .title h3 {
  font-size: 28px;
  color: #929292;
  margin: 0;
  padding: 0;
}
.main-section .projects .fild .right-box .txt {
  color: #929292;
  font-size: 14px;
  text-align: justify;
}
.main-section .projects .fild .right-box .txt p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: justify;
}
.main-section .projects .fild .right-box .see-more {
  text-align: left;
  margin-top: 20px;
}
.main-section .projects .fild .right-box .see-more a {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 16px;
  background-image: -moz-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -webkit-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -ms-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.main-section .projects .fild .right-box .see-more a:hover {
  background-image: -moz-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -webkit-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -ms-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
}
.main-section .team {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.main-section .team .paragraph {
  background-image: url(../image/header-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #1e2899;
  font-size: 24px;
  padding: 5px 0;
  text-align: center;
}
.main-section .team .paragraph h1,
.main-section .team .paragraph h2,
.main-section .team .paragraph h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.main-section .team .fild .table-middle {
  width: 100%;
}
.main-section .team .fild .cell-middle {
  height: 515px;
}
.main-section .team .fild .left-box img {
  height: 515px;
}
.main-section .team .fild .left-box .info {
  padding-left: 10px;
}
.main-section .team .fild .left-box .info .title {
  font-size: 21px;
  color: #1e2899;
  padding-bottom: 5px;
}
.main-section .team .fild .left-box .info .txt {
  font-size: 16px;
  text-align: justify;
}
.main-section .team .fild .left-box .info .txt p {
  text-align: justify;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.main-section .team .fild .right-box .blog {
  padding: 5px 25px;
  cursor: pointer;
}
.main-section .team .fild .right-box .blog img {
  width: 100%;
  background-color: transparent;
}
.main-section .team .fild .right-box .blog .title {
  color: #1e2899;
  font-size: 14px;
  text-align: center;
}
.main-section .partner {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 20px 0;
}
.main-section .partner .paragraph {
  text-align: center;
}
.main-section .partner .paragraph span {
  color: #1e2899;
  font-size: 24px;
  border-bottom: 1px solid #1e2899;
  padding: 0 25px 0 25px;
  display: inline-block;
}
.main-section .partner .paragraph span h1,
.main-section .partner .paragraph span h2,
.main-section .partner .paragraph span h3 {
  color: #1e2899;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.main-section .partner .carousel-boxes {
  padding: 10px 0;
}
.main-section .partner .carousel-boxes .regular-2 {
  padding-bottom: 20px;
}
.main-section .partner .carousel-boxes .regular-2 .slick-slider-m {
  padding: 0 5px;
}
.main-section .partner .carousel-boxes .regular-2 .slick-slider-m a {
  text-decoration: none;
  color: #1e2899;
}
.main-section .partner .carousel-boxes .regular-2 .slick-slider-m a img {
  width: 100%;
}
.main-section .partner .carousel-boxes .slick-next i,
.main-section .partner .carousel-boxes .slick-prev i {
  color: #1e2899;
}
.main-section .news {
  background-color: #ffffff;
  box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.2);
  padding: 25px 0 45px 0;
  margin-bottom: 15px;
}
.main-section .news .box {
  padding: 0 15px;
}
.main-section .news .box .info .title {
  font-size: 21px;
  color: #1e2899;
  display: block;
  width: 80%;
  float: left;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-section .news .box .info .date {
  color: #4b4b4b;
  float: right;
  float: left;
  width: 20%;
}
.main-section .news .box .txt {
  color: #4b4b4b;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.main-section .news .box .txt p {
  display: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-section .news .box .txt p:first-child {
  display: block;
}
.main-section .news .box .see-more {
  text-align: left;
  margin-top: 15px;
}
.main-section .news .box .see-more a {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 16px;
  background-image: -moz-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -webkit-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -ms-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.main-section .news .box .see-more a:hover {
  background-image: -moz-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -webkit-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -ms-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
}
.main-section .contact .map {
  position: relative;
}
.main-section .contact .map iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.main-section .contact .map .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 154;
  padding: 0 15px;
  background-image: url(../image/header-banner.png);
  background-repeat: no-repeat;
  background-position: center;
}
.main-section .contact .map .info .table-middle {
  width: 100%;
  padding: 12px;
}
.main-section .contact .map .info .address {
  float: left;
  display: inline-block;
  width: 33.3%;
  text-align: center;
}
.main-section .contact .map .info .address i {
  color: #1e2899;
  padding-right: 5px;
  font-size: 21px;
}
.main-section .contact .map .info .address span {
  text-decoration: none;
  display: inline-block;
  color: #1e2899;
  font-size: 16px;
}
.main-section .contact .map .info .address p {
  display: inline-block;
  margin: 0;
  color: #1e2899;
  font-size: 16px;
}
.main-section .contact .map .info .tel {
  float: left;
  display: inline-block;
  width: 33.3%;
  text-align: center;
}
.main-section .contact .map .info .tel i {
  color: #1e2899;
  padding-right: 5px;
  font-size: 21px;
}
.main-section .contact .map .info .tel a {
  text-decoration: none;
  display: inline-block;
  color: #1e2899;
  font-size: 16px;
}
.main-section .contact .map .info .tel p {
  display: inline-block;
  margin: 0;
  color: #1e2899;
  font-size: 16px;
}
.main-section .contact .map .info .email {
  float: left;
  display: inline-block;
  width: 33.3%;
  text-align: center;
}
.main-section .contact .map .info .email i {
  color: #1e2899;
  padding-right: 5px;
  font-size: 21px;
}
.main-section .contact .map .info .email a {
  text-decoration: none;
  display: inline-block;
  color: #1e2899;
  font-size: 16px;
}
.main-section .contact .map .info .email p {
  display: inline-block;
  margin: 0;
  color: #1e2899;
  font-size: 16px;
}
.main-section .about-page {
  border-bottom: 1px solid #979797;
  padding: 15px 0;
}
.main-section .about-page img {
  width: 100%;
}
.main-section .about-page .img {
  width: 100%;
  height: 330px;
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
  margin-bottom:5px;
}
.main-section .about-page .title {
  text-align: center;
  font-size: 28px;
}
.main-section .about-page .title h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
}
.main-section .about-page .title h2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
}
.main-section .about-page .title h3 {
  font-size: 28px;
  margin: 0;
  padding: 0;
}
.main-section .about-page .txt {
  font-size: 18px;
  text-align: justify;
}
.main-section .about-page .txt p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.main-section .contact-page {
  border-bottom: 1px solid #979797;
  padding: 15px 0;
}
.main-section .contact-page .information .left-sidebar form input {
  outline: none;
  border: 1px solid #979797;
  color: #4b4b4b;
  border-radius: 0;
  padding: 20px 10px;
  font-size: 18px;
  font-family: sans-serif;
  width: 100%;
}
.main-section .contact-page .information .left-sidebar form textarea {
  outline: none;
  border: 1px solid #979797;
  color: #4b4b4b;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 18px;
  font-family: sans-serif;
  width: 100%;
  resize: none;
  height: 157px;
}
.main-section .contact-page .information .left-sidebar form input[type="submit"] {
  padding: 9.5px 25px !important;
  border: none;
  width: inherit;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 16px;
  background-image: -moz-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -webkit-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -ms-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.main-section .contact-page .information .left-sidebar form input[type="submit"]:hover {
  background-image: -moz-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -webkit-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -ms-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
}
.main-section .contact-page .information .right-sidebar .title {
  text-align: center;
  font-size: 28px;
  margin: 0;
  padding: 0;
}
.main-section .contact-page .information .right-sidebar .title h1 {
  text-align: center;
  font-size: 28px;
  margin: 0;
  padding: 0;
}
.main-section .contact-page .information .right-sidebar .title h2 {
  text-align: center;
  font-size: 28px;
  margin: 0;
  padding: 0;
}
.main-section .contact-page .information .right-sidebar .title h3 {
  text-align: center;
  font-size: 28px;
  margin: 0;
  padding: 0;
}
.main-section .contact-page .information .right-sidebar .txt {
  text-align: center;
  font-size: 18px;
  padding: 0 25px;
  margin: 5px 0 0px 0;
}
.main-section .contact-page .information .right-sidebar .txt p {
  text-align: center;
  font-size: 18px;
  padding: 0 25px;
  margin: 5px 0 0px 0;
}
.main-section .contact-page .map iframe {
  width: 100%;
}
.main-section .partner-page {
  border-bottom: 1px solid #1e2899;
  padding: 15px 0;
}
.main-section .partner-page .box {
  padding: 10px 10px;
}
.main-section .partner-page .box a {
  cursor: default;
}
.main-section .partner-page .box img {
  border: 1px solid #1e2899;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.main-section .partner-page .box .title {
  text-align: center;
  font-size: 18px;
  color: #4b4b4b;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.main-section .partner-page .box:hover img {
  border-color: #979797;
}
.main-section .partner-page .box:hover .title {
  color: #979797;
}
.main-section .news-page {
  border-bottom: 1px solid #979797;
  padding: 15px 0;
}
.main-section .news-page .box {
  margin-bottom: 15px;
}
.main-section .news-page .box .left-sidebar img {
  width: 100%;
  border: 1px solid #979797;
}
.main-section .news-page .box .right-sidebar {
  padding: 0px 15px;
}
.main-section .news-page .box .right-sidebar .title {
  font-size: 24px;
  color: #1e2899;
}
.main-section .news-page .box .right-sidebar .title a {
  text-decoration: none;
  color: #1e2899;
}
.main-section .news-page .box .right-sidebar .title .date {
  font-size: 18px;
  color: #b71a1a;
  float: right;
  margin-top: 7px;
}
.main-section .news-page .box .right-sidebar .txt {
  font-size: 18px;
  text-align: justify;
  color: #979797;
}
.main-section .news-page .box:last-child {
  margin: 0;
}
.main-section .service-page {
  border-bottom: 1px solid #979797;
  padding: 15px 0;
}
.main-section .service-page .fild {
  padding: 2px 5px;
}
.main-section .service-page .fild .box {
  font-family: 'Poppins:400,700', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.main-section .service-page .fild .box * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-section .service-page .fild .box img {
  max-width: 100%;
  vertical-align: top;
}
.main-section .service-page .fild .box figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.main-section .service-page .fild .box .title1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 3px 0;
}
.main-section .service-page .fild .box .title1 {
  font-weight: 700;
}
.main-section .service-page .fild .box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-section .service-page .fild .box:hover img,
.main-section .service-page .fild .box.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}
.main-section .service-sub {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #979797;
}
.main-section .service-sub .fild .banner {
  width: 31%;
  float: left;
  margin: 0 25px 0 0;
}
.main-section .service-sub .fild .title {
  font-size: 36px;
  text-align: left;
  margin: 5px 0;
}
.main-section .service-sub .fild .title h1 {
  font-size: 36px;
  text-align: left;
  margin: 5px 0;
  padding: 0;
}
.main-section .service-sub .fild .title h2 {
  font-size: 36px;
  text-align: left;
  margin: 5px 0;
  padding: 0;
}
.main-section .service-sub .fild .title h3 {
  font-size: 36px;
  text-align: left;
  margin: 5px 0;
  padding: 0;
}
.main-section .service-sub .fild .txt {
  font-size: 18px;
  text-align: justify;
}
.main-section .service-sub .fild .txt p {
  font-size: 18px;
  text-align: justify;
  margin: 0;
  padding: 0;
}
.main-section .service-sub .demo-gallery {
  margin: 0;
}
.main-section .service-sub .demo-gallery ul {
  margin-bottom: 5px;
}
footer .footer-wrapper .logo a img {
  width: 70px;
  margin: 10px 0;
}
footer .footer-wrapper .scrollTop {
  text-align: right;
}
footer .footer-wrapper .scrollTop i {
  font-size: 21px;
  color: #1e2899;
  cursor: pointer;
  padding: 5px 0;
}
footer .footer-wrapper .company {
  text-align: right;
}
footer .footer-wrapper .company span {
  color: #4b4b4b;
  font-size: 18px;
}
footer .footer-wrapper .company span a {
  color: #1e2899;
  font-size: 18px;
}
/* project-new */
/* Circular Content Carousel Style */
.ca-container {
  position: relative;
  margin: 25px auto 20px auto;
  width: 990px;
  height: 450px;
}
.ca-container a {
  text-decoration: none;
}
.ca-container li {
  list-style: none;
}
.ca-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.ca-item {
  position: relative;
  float: left;
  width: 330px;
  height: 100%;
  text-align: center;
}
.ca-item .title {
  text-transform: uppercase;
  font-size: 21px;
  color: #1e2899;
  text-align: center;
  text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-more {
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding: 5px 25px;
  font-weight: bold;
  background: #1e2899;
  text-align: center;
  color: white;
  font-style: italic;
  text-shadow: 1px 1px 1px #897c63;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ca-more:hover {
	color: #1e2899;
	background: #fff;
	outline: 1px solid #1e2899;
}

.ca-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff url(../image/project/cross.png) no-repeat center center;
  width: 27px;
  height: 27px;
  text-indent: -9000px;
  outline: none;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}
.ca-close:hover {
  opacity: 1.0;
}
.ca-item-main {
  padding: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.2);
}
.ca-icon {
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.ca-content-wrapper {
  background-image: url(../image/project/header-banner.png);
  background-position: center;
  position: absolute;
  width: 0px;
  height: 440px;
  top: 5px;
  text-align: left;
  z-index: 10000;
  overflow: hidden;
}
.ca-content {
  width: 660px;
  overflow: hidden;
}
.ca-content .paragraph {
  margin: 25px 20px 0px 35px;
  font-size: 32px;
  padding-bottom: 5px;
  color: #1e2899;
  border-bottom: 2px solid #1e2899;
}
.ca-content ul {
  margin: 20px 0px;
  height: 30px;
  padding:0;
}
.ca-content ul li {
  float: left;
  margin: 0px 0px;
}
.ca-content ul li a {
  color: #fff;
  background: #1e2899;
  padding: 5px 10px;
  font-size: 16px;
  font-style: italic;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ca-content ul li a:hover {
  color: #1e2899;
  background: transparent;
	outline: 1px solid #1e2899;
}
.ca-content-text {
  font-size: 14px;
  font-style: italic;
  margin: 10px 20px;
  padding: 10px 20px;
  line-height: 24px;
}
.ca-content-text p {
  padding-bottom: 5px;
}
.ca-nav span {
  width: 25px;
  height: 38px;
  background: transparent url(../image/project/arrows.png) no-repeat top left;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: -40px;
  text-indent: -9000px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 100;
}
.ca-nav span:hover {
  opacity: 1.0;
}
.ca-nav span.ca-nav-next {
  background-position: top right;
  left: auto;
  right: -40px;
}
/*Project-new*/
.table-middle {
  display: table;
}
.cell-middle {
  display: table-cell;
  vertical-align: middle;
}
.seemore {
  background-image: -moz-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -webkit-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
  background-image: -ms-linear-gradient(0deg, #1083da 0%, #08c1ff 100%);
}
.seemorehover {
  background-image: -moz-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -webkit-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
  background-image: -ms-linear-gradient(0deg, #08c1ff 0%, #1083da 100%);
}
.active-fild {
  color: #1e2899 !important;
}
.active-prod-sport {
  color: #ffffff !important;
  background-color: #b71a1a !important;
  border-color: #b71a1a !important;
}
.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
}
/* message services style */
.messageServices {
  position: fixed;
  top: 35%;
  width: 50%;
  text-align: center;
  background: #232222;
  z-index: 1000000;
  font-size: 18px;
  height: 50px;
  left: 25%;
  padding: 12px 0px;
}
.messageServices .successMessage {
  color: #23ae20;
}
.messageServices .errorMessage {
  color: red;
}
.close-message {
  position: absolute;
  right: 10px;
  top: 0px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #23ae20;
  opacity: 0.8;
  outline: none;
  transition: all 0.5s;
}
.close-message:hover {
  opacity: 0.5;
}
/* end style */
/*Slick-Slider*/
.slick-dots,
.slick-next,
.slick-prev {
  display: block;
  position: absolute;
  padding: 0;
}
.slick-loading .slick-list {
  background: url(../image/ajax-loader.gif) center center no-repeat #fff;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 35px;
  z-index: 99999;
  height: 40px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next i,
.slick-prev i {
  top: 3px;
  z-index: 999;
  font-size: 36px;
  position: absolute;
}
.slick-next i {
  top: 10px;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}
.slick-next:before,
.slick-prev:before {
  line-height: .4;
  opacity: .75;
  color: #fff;
}
.slick-prev {
  left: -15px;
}
.slick-prev i {
  left: 12px;
  color: #b71a1a;
  font-weight: bold;
}
.slick-next i {
  left: 18px;
  color: #b71a1a;
  font-weight: bold;
}
.slick-next:before,
.slick-prev:before,
[dir=rtl] .slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '';
  font-family: monospace;
  font-size: 40px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next {
  right: -5px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
  display: none !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-track {
  margin-top: 30px;
  top: 0;
  left: 0;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*Slick-Slider*/
/* Responsive */
/* LG */
@media (min-width: 1200px) and (max-width: 2024px) {
  .main-section .news .box .info .date {
    padding-top: 5px;
  }
}
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-wrapper .search {
    padding-left: 15px;
  }
  header .header-wrapper .search form input[type="search"] {
    font-size: 14px;
    padding: 17px 10px 15px 5px;
  }
  header .header-wrapper .language .dropdown button {
    padding: 16px 0;
  }
  /* header new */
  header .wrapper .menu ul li {
	margin-left: 7px;
    padding-right: 7px;
  }
  /* header new */
  .ca-close {left: 10px;}
  .ca-content {width:50%;}
  .ca-content .paragraph {
    padding: 0 0 5px 50px;
    text-align: left !important;
  }
  .ca-content-text {
	  padding: 10px 0;
	  margin: 10px 10px;
  }
  /*home-page new*/
  .main-section .carousel-wrapper {
    margin: 0 !important;
  }
  .main-section .carousel-wrapper .carousel-indicators li {
    width: 28px;
  }
  .main-section .carousel-wrapper .carousel-indicators .active {
    width: 28px;
  }
  .main-section .carousel-wrapper .carousel-indicators {
    padding-right: 5%;
    bottom: 0;
  }
  .main-section .about .left-fild img {
    height: auto;
  }
  .main-section .about .right-fild .title {
    margin-bottom: 15px;
  }
  .main-section .about .right-fild .title span {
    font-size: 21px;
    padding: 0 5px 0 5px;
  }
  .main-section .about .right-fild .title span h1,
  .main-section .about .right-fild .title span h2,
  .main-section .about .right-fild .title span h3 {
    font-size: 21px;
  }
  .main-section .services .paragraph {
    font-size: 21px;
  }
  .main-section .services .paragraph h1,
  .main-section .services .paragraph h2,
  .main-section .services .paragraph h3 {
    font-size: 21px;
  }
  .main-section .projects .paragraph span {
    font-size: 21px;
    padding: 0 15px 0 15px;
  }
  .main-section .projects .paragraph span h1,
  .main-section .projects .paragraph span h2,
  .main-section .projects .paragraph span h3 {
    font-size: 21px;
  }
  .main-section .projects .fild .left-box .img {
    height: 240px;
  }
  .main-section .projects .fild .right-box .title {
    font-size: 21px;
  }
  .main-section .team .paragraph {
    font-size: 21px;
  }
  .main-section .team .paragraph h1,
  .main-section .team .paragraph h2,
  .main-section .team .paragraph h3 {
    font-size: 21px;
  }
  .main-section .team .fild .right-box .blog {
    padding: 5px 10px;
  }
  .main-section .team .fild .left-box .info {
    padding-left: 5px;
  }
  .main-section .team .fild .left-box .info .title {
    font-size: 18px;
  }
  .main-section .team .fild .left-box .info .txt {
    font-size: 14px;
  }
  .main-section .team .fild .left-box img {
    height: initial;
    position: absolute;
    bottom: 0;
  }
  .main-section .team .fild .cell-middle {
    height: 505px;
  }
  .main-section .partner .paragraph span {
    font-size: 21px;
    padding: 0 5px 0 5px;
  }
  .main-section .partner .paragraph span h1,
  .main-section .partner .paragraph span h2,
  .main-section .partner .paragraph span h3 {
    font-size: 21px;
  }
  .main-section .news .box .info .title {
    font-size: 16px;
  }
  .main-section .news .box .info .date {
    padding-top: 3px;
  }
  .main-section .contact .map .info {
	  top:0;
    left: 0;
    width: 100%;
    height: inherit;
  }
  .main-section .contact .map .info .cell-middle {
    height: inherit;
  }
  .main-section .contact .map .info .address i {display:block;text-align:center;}
  .main-section .contact .map .info .tel i {display:block;text-align:center;}
  .main-section .contact .map .info .email i {display:block;text-align:center;}
  .main-section .contact .map .info .table-middle {padding:5px 0;}
  .main-section .contact .map .info {background-repeat: repeat;}
  .ca-item {width:100%;}
  /*home-page new*/
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  /*project-book*/
  .main-section .projects .slide-prj .slider {
    height: 100%;
  }
  .main-section .projects .slide-prj .slider .slide .box .img {
    width: 100%;
    height: 300px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .see-more a {
    display: inline-block;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .title {
    text-align: center;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .see-more {
    text-align: center;
    margin-top: 10px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .txt {
    -webkit-line-clamp: 4;
    padding-right: 0px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .txt p {
    -webkit-line-clamp: 4;
  }
  /*project-book*/
  .header-mobile {
    padding-top: 10px;
  }
  .header-mobile .left-sidebar .logo a img {
    width: 120px;
  }
  .header-mobile .right-sidebar .menu-m-btn {
    text-align: right;
  }
  .header-mobile .right-sidebar .menu-m-btn i {
    color: #b71a1a;
    padding: 10px 0;
    font-size: 24px;
  }
  .header-mobile .menu-m {
    display: none;
  }
  .header-mobile .menu-m ul {
    margin: 0;
    padding: 0 0 15px 0;
  }
  .header-mobile .menu-m ul li {
    list-style: none;
    text-align: center;
  }
  .header-mobile .menu-m ul li a {
    text-decoration: none;
    color: #979797;
    font-size: 16px;
  }
  .header-mobile .menu-m ul li .search-m {
    border: 1px solid #979797;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"] {
    outline: none;
    border: none;
    padding: 5px;
    font-size: 16px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]::-webkit-input-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]::-moz-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]:-ms-input-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]:-moz-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form label {
    margin: 0px 5px;
  }
  .header-mobile .menu-m ul li .search-m form label i {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    color: #4b4b4b;
    font-size: 18px;
    padding: 6px 0;
  }
  .header-mobile .menu-m ul li .search-m form label input[type="submit"] {
    outline: none;
    position: relative;
    padding: 0px 7px;
    background-color: transparent;
    border: none;
  }
  .header-mobile .language-m {
    height: 25px;
    margin: 10px 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #b71a1a;
    border-bottom: 1px solid #b71a1a;
  }
  .header-mobile .language-m ul {
    margin: 10 auto;
    padding: 0;
    display: inline-block;
  }
  .header-mobile .language-m ul li {
    list-style: none;
    float: left;
    margin: 0 10px;
  }
  .header-mobile .language-m ul li a {
    text-decoration: none;
    color: #4b4b4b;
    font-size: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header-mobile .language-m ul li a:hover {
    color: #b71a1a;
  }
  /* header new */
  header .top-part .info-secound .menu-m {
    text-align: right;
    font-size: 18px;
  }
  header .top-part .info-secound .menu-m i {
    cursor: pointer;
    color: #1e2899;
  }
  header .menu-mobile {
    display: none;
  }
  header .menu-mobile ul {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0;
    padding: 15px 0;
    background-color: #f8f8f8;
  }
  header .menu-mobile ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
  }
  header .menu-mobile ul li a {
    color: #1e2899;
    font-size: 16px;
    text-decoration: none;
  }
  header .top-part .info-secound .lang ul {
    float: left;
  }
  header .wrapper .logo a img {
    height: 90px;
    margin: 0 auto;
  }
  header .top-part .info-secound .lang ul li {
    margin: 0 10px 0 0;
  }
  header .wrapper .cell-middle {
    height: 90px;
  }
  /* header new */
  /*home-page new*/
  .main-section .carousel-wrapper {
    margin: 0 !important;
  }
  .main-section .carousel-wrapper .carousel-indicators li {
    width: 28px;
  }
  .main-section .carousel-wrapper .carousel-indicators .active {
    width: 28px;
  }
  .main-section .carousel-wrapper .carousel-indicators {
    padding-right: 5%;
    bottom: 0;
  }
  .main-section .about .left-fild img {
    height: auto;
  }
  .main-section .about .right-fild .title {
    margin-bottom: 15px;
  }
  .main-section .about .right-fild .title span {
    font-size: 21px;
    padding: 0 5px 0 5px;
  }
  .main-section .about .right-fild .title span h1,
  .main-section .about .right-fild .title span h2,
  .main-section .about .right-fild .title span h3 {
    font-size: 21px;
  }
  .main-section .services .paragraph {
    font-size: 21px;
  }
  .main-section .services .paragraph h1,
  .main-section .services .paragraph h2,
  .main-section .services .paragraph h3 {
    font-size: 21px;
  }
  .main-section .projects .paragraph span {
    font-size: 21px;
    padding: 0 15px 0 15px;
  }
  .main-section .projects .paragraph span h1,
  .main-section .projects .paragraph span h2,
  .main-section .projects .paragraph span h3 {
    font-size: 21px;
  }
  .main-section .projects .fild .left-box .img {
    height: 240px;
  }
  .main-section .projects .fild .right-box .title {
    font-size: 21px;
  }
  .main-section .team .paragraph {
    font-size: 21px;
  }
  .main-section .team .paragraph h1,
  .main-section .team .paragraph h2,
  .main-section .team .paragraph h3 {
    font-size: 21px;
  }
  .main-section .team .fild .right-box .blog {
    padding: 5px 10px;
  }
  .main-section .team .fild .left-box .info {
    padding-left: 5px;
  }
  .main-section .team .fild .left-box .info .title {
    font-size: 18px;
  }
  .main-section .team .fild .left-box .info .txt {
    font-size: 14px;
  }
  .main-section .team .fild .left-box img {
	height: initial;
    position: absolute;
    bottom: 0;
  }
  .main-section .team .fild .cell-middle {
    height: 394px;
  }
  .main-section .partner .paragraph span {
    font-size: 21px;
    padding: 0 5px 0 5px;
  }
  .main-section .partner .paragraph span h1,
  .main-section .partner .paragraph span h2,
  .main-section .partner .paragraph span h3 {
    font-size: 21px;
  }
  .main-section .news .box .info .title {
    font-size: 16px;
    width: 100%;
    padding: 0;
  }
  .main-section .news .box .txt p:first-child {font-size: 12px;}
  .main-section .news .box .info .date {
    padding-top: 3px;
	display:none;
  }
  .main-section .contact .map .info {
	left: 0;
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
  }
  .main-section .contact .map .info .cell-middle {
    height: inherit;
  }

  .main-section .contact .map .info .address i {display:block;text-align:center;}
  .main-section .contact .map .info .tel i {display:block;text-align:center;}
  .main-section .contact .map .info .email i {display:block;text-align:center;}
  .main-section .contact .map .info .table-middle {padding:5px 0;}
  .main-section .contact .map .info {background-repeat: repeat;}
.ca-item {width:100%;}
  .main-section .contact .map .info .cell-middle {
    height: inherit;
  }
  /*home-page new*/
  .main-section .carousel-wrapper {
    margin: 0 0 0px 0;
  }
  .main-section .carousel-wrapper .right-sidebar .reclame-wrapper img {
    height: inherit;
    width: 100%;
  }
  .main-section .carousel-wrapper .right-sidebar .reclame-wrapper a {
    bottom: 30%;
    left: 12%;
  }
  .main-section .about-page {
    padding: 0 0 15px 0;
  }
  .main-section .news-page {
    padding: 0 0 15px 0;
  }
  .main-section .partner-page {
    padding: 0 0 15px 0;
  }
  .main-section .service-page {
    padding: 0 0 15px 0;
  }
  .main-section .service-sub {
    padding: 0 0 15px 0;
  }
  .main-section .contact-page {
    padding: 0 0 15px 0;
  }
  .main-section .about-wrapper .title {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h1 {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h2 {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h3 {
    font-size: 18px;
  }
  .main-section .about-wrapper .txt {
    font-size: 16px;
    padding: 0;
    text-align: justify;
  }
  .main-section .about-wrapper .txt p {
    font-size: 16px;
    text-align: justify;
  }
  .main-section .service-wrapper .box .fild .left-bar {
    height: 220px;
    width: 50%;
  }
  .main-section .service-wrapper .box .fild .right-bar {
    width: 50%;
  }
  .main-section .service-wrapper .box .fild .right-bar .bg-img {
    height: 220px;
  }
  .main-section .service-page .fild {
    width: 50%;
    text-align: center;
    padding: 20px 5px;
  }
  .slick-prev {
    top: 52.4%;
  }
  .slick-next {
    top: 51%;
  }
  footer .resp-social {
    padding: 15px 0;
  }
  footer .resp-social .social-m {
    padding: 0;
    margin: 0;
  }
  footer .resp-social .social-m li {
    list-style: none;
    float: left;
    margin-left: 10px;
  }
  footer .resp-social .social-m li a {
    text-decoration: none;
    font-size: 21px;
    color: #4b4b4b;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  footer .resp-social .social-m li a:hover {
    color: #b71a1a;
  }
  footer .footer-wrapper .company {
    text-align: center;
  }
  footer .footer-wrapper .scrollTop i {
    padding: 0;
    cursor: pointer;
  }
  .main-section .about-page .title {
    font-size: 24px;
  }
  .main-section .about-page .title h1 {
    font-size: 24px;
  }
  .main-section .about-page .title h2 {
    font-size: 24px;
  }
  .main-section .about-page .title h3 {
    font-size: 24px;
  }
  .main-section .about-page .txt {
    font-size: 16px;
  }
  .main-section .about-page .txt p {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar .txt {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar .txt p {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #4b4b4b;
  }
  .main-section .news-page .box .right-sidebar .title .date {
    font-size: 16px;
    margin-top: 9px;
  }
  .main-section .service-sub .fild .banner {
    width: 100%;
    margin: 0;
  }
  .main-section .service-sub .fild .title {
    font-size: 24px;
    text-align: center;
  }
  .main-section .service-sub .fild .title h1 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .title h2 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .title h3 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .txt {
    font-size: 16px;
  }
  .main-section .service-sub .fild .txt p {
    font-size: 16px;
  }
  .main-section .contact-page .information .left-sidebar form input {
    padding: 10px;
  }
  .main-section .contact-page .map iframe {
    height: 240px;
    margin-top: 15px;
  }
  .main-section .contact-page .information .right-sidebar .txt {
    padding: 0;
  }
  .main-section .contact-page .information .right-sidebar .txt p {
    padding: 0;
  }
}
/* XS */
@media (min-width: 480px) and (max-width: 767px) {
  /*project-book*/
  .main-section .projects .slide-prj .slider {
    height: 100%;
  }
  .main-section .projects .slide-prj .slider .slide .box .img {
    width: 100%;
    height: 300px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .see-more a {
    display: inline-block;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .title {
    text-align: center;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .see-more {
    text-align: center;
    margin-top: 10px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .txt {
    -webkit-line-clamp: 4;
    padding-right: 0px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .txt p {
    -webkit-line-clamp: 4;
  }
  /*project-book*/
  .header-mobile {
    padding-top: 10px;
  }
  .header-mobile .left-sidebar .logo a img {
    width: 120px;
  }
  .header-mobile .right-sidebar .menu-m-btn {
    text-align: right;
  }
  .header-mobile .right-sidebar .menu-m-btn i {
    color: #b71a1a;
    padding: 10px 0;
    font-size: 24px;
  }
  .header-mobile .menu-m {
    display: none;
  }
  .header-mobile .menu-m ul {
    margin: 0;
    padding: 0 0 15px 0;
  }
  .header-mobile .menu-m ul li {
    list-style: none;
    text-align: center;
  }
  .header-mobile .menu-m ul li a {
    text-decoration: none;
    color: #979797;
    font-size: 16px;
  }
  .header-mobile .menu-m ul li .search-m {
    border: 1px solid #979797;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"] {
    outline: none;
    border: none;
    padding: 5px;
    font-size: 16px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]::-webkit-input-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]::-moz-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]:-ms-input-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]:-moz-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form label {
    margin: 0px 5px;
  }
  .header-mobile .menu-m ul li .search-m form label i {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    color: #4b4b4b;
    font-size: 18px;
    padding: 6px 0;
  }
  .header-mobile .menu-m ul li .search-m form label input[type="submit"] {
    outline: none;
    position: relative;
    padding: 0px 7px;
    background-color: transparent;
    border: none;
  }
  .header-mobile .language-m {
    height: 25px;
    margin: 10px 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #b71a1a;
    border-bottom: 1px solid #b71a1a;
  }
  .header-mobile .language-m ul {
    margin: 10 auto;
    padding: 0;
    display: inline-block;
  }
  .header-mobile .language-m ul li {
    list-style: none;
    float: left;
    margin: 0 10px;
  }
  .header-mobile .language-m ul li a {
    text-decoration: none;
    color: #4b4b4b;
    font-size: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header-mobile .language-m ul li a:hover {
    color: #b71a1a;
  }
  /* header new */
  header .top-part .info-secound .menu-m {
    text-align: right;
    font-size: 18px;
  }
  header .top-part .info-secound .menu-m i {
    cursor: pointer;
    color: #1e2899;
  }
  header .menu-mobile {
    display: none;
  }
  header .menu-mobile ul {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0;
    padding: 15px 0;
    background-color: #f8f8f8;
  }
  header .menu-mobile ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
  }
  header .menu-mobile ul li a {
    color: #1e2899;
    font-size: 16px;
    text-decoration: none;
  }
  header .top-part .info-secound .lang ul {
    float: left;
  }
  header .wrapper .logo a img {
    height: 90px;
    margin: 0 auto;
  }
  header .top-part .info-secound .lang ul li {
    margin: 0 10px 0 0;
  }
  header .wrapper .cell-middle {
    height: 90px;
  }
  /* header new */
  /* home-page new */
  .main-section .carousel-wrapper .carousel-indicators li {
    width: 20px;
  }
  .main-section .carousel-wrapper .carousel-indicators .active {
    width: 20px;
  }
  .main-section .carousel-wrapper .carousel-indicators {
    padding-right: 4%;
    bottom: 0;
  }
  .main-section .about .left-fild img {
    height: auto;
  }
  .main-section .about .cell-middle {
    height: auto;
  }
  .main-section .about .right-fild {
    padding: 10px 0 15px 0;
  }
  .main-section .about .right-fild .title {
    margin-bottom: 10px;
  }
  .main-section .about .right-fild .title span {
    font-size: 21px;
    padding: 0;
  }
  .main-section .about .right-fild .title span h1,
  .main-section .about .right-fild .title span h2,
  .main-section .about .right-fild .title span h3 {
    font-size: 21px;
  }
  .main-section .projects .paragraph span {
    font-size: 21px;
    padding: 0;
  }
  .main-section .projects .paragraph span h1,
  .main-section .projects .paragraph span h2,
  .main-section .projects .paragraph span h3 {
    font-size: 21px;
  }
  .main-section .projects .fild .left-box .img {
    height: 180px;
  }
  .main-section .projects .fild .right-box {
    padding: 0;
  }
  .main-section .team .paragraph {
    font-size: 21px;
  }
  .main-section .team .paragraph h1,
  .main-section .team .paragraph h2,
  .main-section .team .paragraph h3 {
    font-size: 21px;
  }
  .main-section .team .fild .right-box .blog {
    padding: 15px 25px;
  }
  .main-section .team .fild .right-box .blog .title {
    font-size: 18px;
    padding-top: 5px;
  }
  .main-section .partner {
    padding: 20px 0 0 0;
  }
  .main-section .partner .paragraph span {
    font-size: 21px;
    padding: 0;
  }
  .main-section .news .box {
    padding: 0px 0px 15px 0;
  }
  .main-section .news .box .info .title {
    font-size: 18px;
  }
  .main-section .news .box .info .title h1,
  .main-section .news .box .info .title h2,
  .main-section .news .box .info .title h3 {
    font-size: 18px;
  }
  .main-section .news .box .info .date {
    display: inline-block;
    padding-top: 5px;
  }
  .main-section .contact .map iframe {
    height: 240px;
  }
  .main-section .contact .map .info {
    position: relative;
    /* height: 0; */
    z-index: 154;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    height: inherit;
  }
  .main-section .contact .map .info .cell-middle {
    height: inherit;
  }
  .slick-slide img {
	  margin: 0 auto;
  }
  .main-section .contact .map .info .address {width:100%;}
  .main-section .contact .map .info .tel {width:100%;}
  .main-section .contact .map .info .email {width:100%;}
  .main-section .contact .map .info .address i {display:block;text-align:center;}
  .main-section .contact .map .info .tel i {display:block;text-align:center;}
  .main-section .contact .map .info .email i {display:block;text-align:center;}
  .main-section .contact .map .info .table-middle {padding:5px 0;}
  .main-section .contact .map .info {background-repeat: repeat;}
.ca-item {width:100%;}
  .main-section .contact .map .info .address,
  .main-section .contact .map .info .tel,
  .main-section .contact .map .info .email {
    margin-bottom: 5px;
  }
  .main-section .contact .map .info .cell-middle {
    height: 150px;
  }
  footer .footer-wrapper .logo a img {
    margin: 0 auto;
  }
  footer .resp-social {
    padding: 0 !important;
  }
  footer .footer-wrapper .scrollTop {
    text-align: center;
  }
  footer .footer-wrapper .scrollTop i {
    background-color: #1e2899;
    color: #ffffff;
    padding: 5px 25px !important;
    margin: 25px 0 5px 0 ;
  }
  /* home-page new */
  .main-section .carousel-wrapper {
    margin: 0 0 0px 0;
  }
  .main-section .carousel-wrapper .right-sidebar .reclame-wrapper img {
    height: inherit;
    width: 100%;
  }
  .main-section .carousel-wrapper .right-sidebar .reclame-wrapper a {
    bottom: 30%;
    left: 12%;
  }
  .main-section .about-page {
    padding: 0 0 15px 0;
  }
  .main-section .news-page {
    padding: 0 0 15px 0;
  }
  .main-section .partner-page {
    padding: 0 0 15px 0;
  }
  .main-section .service-page {
    padding: 0 0 15px 0;
  }
  .main-section .service-sub {
    padding: 0 0 15px 0;
  }
  .main-section .contact-page {
    padding: 0 0 15px 0;
  }
  .main-section .about-wrapper .title {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h1 {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h2 {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h3 {
    font-size: 18px;
  }
  .main-section .about-wrapper .txt {
    font-size: 16px;
    padding: 0;
    text-align: justify;
  }
  .main-section .about-wrapper .txt p {
    font-size: 16px;
    text-align: justify;
  }
  .main-section .partner-page .box {
    width: 50%;
  }
  .main-section .service-wrapper .box .fild .left-bar {
    height: 220px;
    width: 50%;
  }
  .main-section .service-wrapper .box .fild .right-bar {
    width: 50%;
  }
  .main-section .service-wrapper .box .fild .right-bar .bg-img {
    height: 220px;
  }
  .main-section .service-page .fild {
    width: 50%;
  }
  .slick-prev {
    top: 52.4%;
  }
  .slick-next {
    top: 51%;
  }
  footer .resp-social {
    padding: 15px 0;
  }
  footer .resp-social .social-m {
    padding: 0;
    margin: 0;
  }
  footer .resp-social .social-m li {
    list-style: none;
    float: left;
    margin-left: 10px;
  }
  footer .resp-social .social-m li a {
    text-decoration: none;
    font-size: 21px;
    color: #4b4b4b;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  footer .resp-social .social-m li a:hover {
    color: #b71a1a;
  }
  footer .footer-wrapper .company {
    text-align: center;
  }
  footer .footer-wrapper .scrollTop i {
    padding: 0;
    cursor: pointer;
  }
  .main-section .about-page .title {
    font-size: 24px;
  }
  .main-section .about-page .title h1 {
    font-size: 24px;
  }
  .main-section .about-page .title h2 {
    font-size: 24px;
  }
  .main-section .about-page .title h3 {
    font-size: 24px;
  }
  .main-section .about-page .txt {
    font-size: 16px;
  }
  .main-section .about-page .txt p {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar .txt {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar .txt p {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #4b4b4b;
  }
  .main-section .news-page .box .right-sidebar .title .date {
    font-size: 16px;
    margin-top: 9px;
  }
  .main-section .service-sub .fild .banner {
    width: 100%;
    margin: 0;
  }
  .main-section .service-sub .fild .title {
    font-size: 24px;
    text-align: center;
  }
  .main-section .service-sub .fild .title h1 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .title h2 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .title h3 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .txt {
    font-size: 16px;
  }
  .main-section .service-sub .fild .txt p {
    font-size: 16px;
  }
  .main-section .contact-page .information .left-sidebar form input {
    padding: 10px;
  }
  .main-section .contact-page .map iframe {
    height: 240px;
    margin-top: 15px;
  }
  .main-section .contact-page .information .right-sidebar .txt {
    padding: 0;
  }
  .main-section .contact-page .information .right-sidebar .txt p {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  /*project-book*/
  .main-section .projects .slide-prj .slider {
    height: 100%;
  }
  .main-section .projects .slide-prj .slider .slide .box .img {
    width: 100%;
    height: 240px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .see-more a {
    display: inline-block;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .title {
    text-align: center;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .see-more {
    text-align: center;
    margin-top: 10px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .txt {
    -webkit-line-clamp: 4;
    padding-right: 0px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .txt p {
    -webkit-line-clamp: 4;
  }
  /*project-book*/
  .header-mobile {
    padding-top: 10px;
  }
  .header-mobile .left-sidebar .logo a img {
    width: 120px;
  }
  .header-mobile .right-sidebar .menu-m-btn {
    text-align: right;
  }
  .header-mobile .right-sidebar .menu-m-btn i {
    color: #b71a1a;
    padding: 10px 0;
    font-size: 24px;
  }
  .header-mobile .menu-m {
    display: none;
  }
  .header-mobile .menu-m ul {
    margin: 0;
    padding: 0 0 15px 0;
  }
  .header-mobile .menu-m ul li {
    list-style: none;
    text-align: center;
  }
  .header-mobile .menu-m ul li a {
    text-decoration: none;
    color: #979797;
    font-size: 16px;
  }
  .header-mobile .menu-m ul li .search-m {
    border: 1px solid #979797;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"] {
    outline: none;
    border: none;
    padding: 5px;
    font-size: 16px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]::-webkit-input-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]::-moz-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]:-ms-input-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]:-moz-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form label {
    margin: 0px 5px;
  }
  .header-mobile .menu-m ul li .search-m form label i {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    color: #4b4b4b;
    font-size: 18px;
    padding: 6px 0;
  }
  .header-mobile .menu-m ul li .search-m form label input[type="submit"] {
    outline: none;
    position: relative;
    padding: 0px 7px;
    background-color: transparent;
    border: none;
  }
  .header-mobile .language-m {
    height: 25px;
    margin: 10px 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #b71a1a;
    border-bottom: 1px solid #b71a1a;
  }
  .header-mobile .language-m ul {
    margin: 10 auto;
    padding: 0;
    display: inline-block;
  }
  .header-mobile .language-m ul li {
    list-style: none;
    float: left;
    margin: 0 10px;
  }
  .header-mobile .language-m ul li a {
    text-decoration: none;
    color: #4b4b4b;
    font-size: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header-mobile .language-m ul li a:hover {
    color: #b71a1a;
  }
  /* home-page new */
  /* header new */
  header .top-part .info-secound .menu-m {
    text-align: right;
    font-size: 18px;
  }
  header .top-part .info-secound .menu-m i {
    cursor: pointer;
    color: #1e2899;
  }
  header .menu-mobile {
    display: none;
  }
  header .menu-mobile ul {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0;
    padding: 15px 0;
    background-color: #f8f8f8;
  }
  header .menu-mobile ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
  }
  header .menu-mobile ul li a {
    color: #1e2899;
    font-size: 16px;
    text-decoration: none;
  }
  header .top-part .info-secound .lang ul {
    float: left;
  }
  header .wrapper .logo a img {
    height: 90px;
    margin: 0 auto;
  }
  header .top-part .info-secound .lang ul li {
    margin: 0 10px 0 0;
  }
  header .wrapper .cell-middle {
    height: 90px;
  }
  /* header new */
  .main-section .carousel-wrapper .carousel-indicators li {
    width: 20px;
  }
  .main-section .carousel-wrapper .carousel-indicators .active {
    width: 20px;
  }
  .main-section .carousel-wrapper .carousel-indicators {
    padding-right: 4%;
    bottom: 0;
  }
  .main-section .about .left-fild img {
    height: auto;
  }
  .main-section .about .cell-middle {
    height: auto;
  }
  .main-section .about .right-fild {
    padding: 10px 0 15px 0;
  }
  .main-section .about .right-fild .title {
    margin-bottom: 10px;
  }
  .main-section .about .right-fild .title span {
    font-size: 21px;
    padding: 0;
  }
  .main-section .about .right-fild .title span h1,
  .main-section .about .right-fild .title span h2,
  .main-section .about .right-fild .title span h3 {
    font-size: 21px;
  }
  .main-section .projects .paragraph span {
    font-size: 21px;
    padding: 0;
  }
  .main-section .projects .paragraph span h1,
  .main-section .projects .paragraph span h2,
  .main-section .projects .paragraph span h3 {
    font-size: 21px;
  }
  .main-section .projects .fild .left-box .img {
    height: 180px;
  }
  .main-section .projects .fild .right-box {
    padding: 0;
  }
  .main-section .team .paragraph {
    font-size: 21px;
  }
  .main-section .team .paragraph h1,
  .main-section .team .paragraph h2,
  .main-section .team .paragraph h3 {
    font-size: 21px;
  }
  .main-section .team .fild .right-box .blog {
    padding: 15px 25px;
  }
  .main-section .team .fild .right-box .blog .title {
    font-size: 18px;
    padding-top: 5px;
  }
  .main-section .partner {
    padding: 20px 0 0 0;
  }
  .main-section .partner .paragraph span {
    font-size: 21px;
    padding: 0;
  }
  .main-section .news .box {
    padding: 0px 0px 15px 0;
  }
  .main-section .news .box .info .title {
    font-size: 18px;
  }
  .main-section .news .box .info .title h1,
  .main-section .news .box .info .title h2,
  .main-section .news .box .info .title h3 {
    font-size: 18px;
  }
  .main-section .news .box .info .date {
    display: inline-block;
    padding-top: 5px;
  }
  .main-section .contact .map iframe {
    height: 240px;
  }
  .main-section .contact .map .info {
    position: relative;
    /* height: 0; */
    z-index: 154;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    height: inherit; 
  }
  .main-section .contact .map .info .cell-middle {
    height: inherit;
  }
  .main-section .contact .map .info .address {width:100%;}
  .main-section .contact .map .info .tel {width:100%;}
  .main-section .contact .map .info .email {width:100%;}
  .main-section .contact .map .info .address i {display:block;text-align:center;}
  .main-section .contact .map .info .tel i {display:block;text-align:center;}
  .main-section .contact .map .info .email i {display:block;text-align:center;}
  .main-section .contact .map .info .table-middle {padding:5px 0;}
  .main-section .contact .map .info {background-repeat: repeat;}
  .ca-item {width:100%;}
  .main-section .contact .map .info .address,
  .main-section .contact .map .info .tel,
  .main-section .contact .map .info .email {
    margin-bottom: 5px;
  }
  .main-section .contact .map .info .cell-middle {
    height: 150px;
  }
  footer .footer-wrapper .logo a img {
    margin: 0 auto;
  }
  footer .resp-social {
    padding: 0 !important;
  }
  footer .footer-wrapper .scrollTop {
    text-align: center;
  }
  footer .footer-wrapper .scrollTop i {
    background-color: #1e2899;
    color: #ffffff;
    padding: 5px 25px !important;
    margin: 10px 0 5px 0 ;
  }
  /* home-page new */
  .main-section .carousel-wrapper {
    margin: 0 0 0px 0;
  }
  .main-section .carousel-wrapper .right-sidebar .reclame-wrapper img {
    height: inherit;
  }
  .main-section .carousel-wrapper .right-sidebar .reclame-wrapper a {
    bottom: 28%;
    left: 7%;
  }
  .main-section .about-page {
    padding: 0 0 15px 0;
  }
  .main-section .news-page {
    padding: 0 0 15px 0;
  }
  .main-section .partner-page {
    padding: 0 0 15px 0;
  }
  .main-section .service-page {
    padding: 0 0 15px 0;
  }
  .main-section .service-sub {
    padding: 0 0 15px 0;
  }
  .main-section .contact-page {
    padding: 0 0 15px 0;
  }
  .main-section .about-wrapper .title {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h1 {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h2 {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h3 {
    font-size: 18px;
  }
  .main-section .about-wrapper .txt {
    font-size: 16px;
    padding: 0;
    text-align: justify;
  }
  .main-section .about-wrapper .txt p {
    font-size: 16px;
    text-align: justify;
  }
  .main-section .service-wrapper .box .fild .left-bar {
    height: 220px;
  }
  .main-section .service-wrapper .box .fild .right-bar .bg-img {
    height: 220px;
  }
  .slick-prev {
    top: 52.4%;
  }
  .slick-next {
    top: 51%;
  }
  footer .resp-social {
    padding: 15px 0;
  }
  footer .resp-social .social-m {
    padding: 0;
    margin: 0;
  }
  footer .resp-social .social-m li {
    list-style: none;
    float: left;
    margin-left: 10px;
  }
  footer .resp-social .social-m li a {
    text-decoration: none;
    font-size: 21px;
    color: #4b4b4b;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  footer .resp-social .social-m li a:hover {
    color: #b71a1a;
  }
  footer .footer-wrapper .company {
    text-align: center;
  }
  footer .footer-wrapper .scrollTop i {
    padding: 0;
    cursor: pointer;
  }
  .main-section .about-page .title {
    font-size: 24px;
  }
  .main-section .about-page .title h1 {
    font-size: 24px;
  }
  .main-section .about-page .title h2 {
    font-size: 24px;
  }
  .main-section .about-page .title h3 {
    font-size: 24px;
  }
  .main-section .about-page .txt {
    font-size: 16px;
  }
  .main-section .about-page .txt p {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar .txt {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar .txt p {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #4b4b4b;
  }
  .main-section .news-page .box .right-sidebar .title .date {
    font-size: 16px;
    margin-top: 9px;
  }
  .main-section .service-sub .fild .banner {
    width: 100%;
    margin: 0;
  }
  .main-section .service-sub .fild .title {
    font-size: 24px;
    text-align: center;
  }
  .main-section .service-sub .fild .title h1 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .title h2 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .title h3 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .txt {
    font-size: 16px;
  }
  .main-section .service-sub .fild .txt p {
    font-size: 16px;
  }
  .main-section .contact-page .information .left-sidebar form input {
    padding: 10px;
  }
  .main-section .contact-page .map iframe {
    height: 240px;
    margin-top: 15px;
  }
  .main-section .contact-page .information .right-sidebar .txt {
    padding: 0;
  }
  .main-section .contact-page .information .right-sidebar .txt p {
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
  /*project-book*/
  .main-section .projects .slide-prj .slider {
    height: 100%;
  }
  .main-section .projects .slide-prj .slider .slide .box .img {
    width: 100%;
    height: 240px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .see-more a {
    display: inline-block;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .title {
    text-align: center;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .see-more {
    text-align: center;
    margin-top: 10px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .txt {
    -webkit-line-clamp: 4;
    padding-right: 0px;
  }
  .main-section .projects .slide-prj .slider .slide .box .description .txt p {
    -webkit-line-clamp: 4;
  }
  /*project-book*/
  .header-mobile {
    padding-top: 10px;
  }
  .header-mobile .left-sidebar .logo a img {
    width: 120px;
  }
  .header-mobile .right-sidebar .menu-m-btn {
    text-align: right;
  }
  .header-mobile .right-sidebar .menu-m-btn i {
    color: #b71a1a;
    padding: 10px 0;
    font-size: 24px;
  }
  .header-mobile .menu-m {
    display: none;
  }
  .header-mobile .menu-m ul {
    margin: 0;
    padding: 0 0 15px 0;
  }
  .header-mobile .menu-m ul li {
    list-style: none;
    text-align: center;
  }
  .header-mobile .menu-m ul li a {
    text-decoration: none;
    color: #979797;
    font-size: 16px;
  }
  .header-mobile .menu-m ul li .search-m {
    border: 1px solid #979797;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"] {
    outline: none;
    border: none;
    padding: 5px;
    font-size: 16px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]::-webkit-input-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]::-moz-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]:-ms-input-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form input[type="search"]:-moz-placeholder {
    color: #b71a1a;
    font-family: sans-serif;
    font-size: 14px;
  }
  .header-mobile .menu-m ul li .search-m form label {
    margin: 0px 5px;
  }
  .header-mobile .menu-m ul li .search-m form label i {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    color: #4b4b4b;
    font-size: 18px;
    padding: 6px 0;
  }
  .header-mobile .menu-m ul li .search-m form label input[type="submit"] {
    outline: none;
    position: relative;
    padding: 0px 7px;
    background-color: transparent;
    border: none;
  }
  .header-mobile .language-m {
    height: 25px;
    margin: 10px 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #b71a1a;
    border-bottom: 1px solid #b71a1a;
  }
  .header-mobile .language-m ul {
    margin: 10 auto;
    padding: 0;
    display: inline-block;
  }
  .header-mobile .language-m ul li {
    list-style: none;
    float: left;
    margin: 0 10px;
  }
  .header-mobile .language-m ul li a {
    text-decoration: none;
    color: #4b4b4b;
    font-size: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header-mobile .language-m ul li a:hover {
    color: #b71a1a;
  }
  /* home-page new */
  /* header new */
  header .top-part .info-secound .menu-m {
    text-align: right;
    font-size: 18px;
  }
  header .top-part .info-secound .menu-m i {
    cursor: pointer;
    color: #1e2899;
  }
  header .menu-mobile {
    display: none;
  }
  header .menu-mobile ul {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0;
    padding: 15px 0;
    background-color: #f8f8f8;
  }
  header .menu-mobile ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
  }
  header .menu-mobile ul li a {
    color: #1e2899;
    font-size: 16px;
    text-decoration: none;
  }
  header .top-part .info-secound .lang ul {
    float: left;
  }
  header .wrapper .logo a img {
    height: 90px;
    margin: 0 auto;
  }
  header .top-part .info-secound .lang ul li {
    margin: 0 10px 0 0;
  }
  header .wrapper .cell-middle {
    height: 90px;
  }
  /* header new */
  .main-section .carousel-wrapper .carousel-indicators li {
    width: 20px;
  }
  .main-section .carousel-wrapper .carousel-indicators .active {
    width: 20px;
  }
  .main-section .carousel-wrapper .carousel-indicators {
    padding-right: 4%;
    bottom: 0;
  }
  .main-section .about .left-fild img {
    height: auto;
  }
  .main-section .about .cell-middle {
    height: auto;
  }
  .main-section .about .right-fild {
    padding: 10px 0 15px 0;
  }
  .main-section .about .right-fild .title {
    margin-bottom: 10px;
  }
  .main-section .about .right-fild .title span {
    font-size: 21px;
    padding: 0;
  }
  .main-section .about .right-fild .title span h1,
  .main-section .about .right-fild .title span h2,
  .main-section .about .right-fild .title span h3 {
    font-size: 21px;
  }
  .main-section .projects .paragraph span {
    font-size: 21px;
    padding: 0;
  }
  .main-section .projects .paragraph span h1,
  .main-section .projects .paragraph span h2,
  .main-section .projects .paragraph span h3 {
    font-size: 21px;
  }
  .main-section .projects .fild .left-box .img {
    height: 180px;
  }
  .main-section .projects .fild .right-box {
    padding: 0;
  }
  .main-section .team .paragraph {
    font-size: 21px;
  }
  .main-section .team .paragraph h1,
  .main-section .team .paragraph h2,
  .main-section .team .paragraph h3 {
    font-size: 21px;
  }
  .main-section .team .fild .right-box .blog {
    padding: 15px 25px;
  }
  .main-section .team .fild .right-box .blog .title {
    font-size: 18px;
    padding-top: 5px;
  }
  .main-section .partner {
    padding: 20px 0 0 0;
  }
  .main-section .partner .paragraph span {
    font-size: 21px;
    padding: 0;
  }
  .main-section .news .box {
    padding: 0px 0px 15px 0;
  }
  .main-section .news .box .info .title {
    font-size: 18px;
  }
  .main-section .news .box .info .title h1,
  .main-section .news .box .info .title h2,
  .main-section .news .box .info .title h3 {
    font-size: 18px;
  }
  .main-section .news .box .info .date {
    display: inline-block;
    padding-top: 5px;
  }
  .main-section .contact .map iframe {
    height: 240px;
  }
  .main-section .contact .map .info {
    position: relative;
    /* height: 0; */
    z-index: 154;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    height: inherit;
  }
  .main-section .contact .map .info .address,
  .main-section .contact .map .info .tel,
  .main-section .contact .map .info .email {
    margin-bottom: 5px;
  }
  .main-section .contact .map .info .cell-middle {
    height: inherit;
  }
  .ca-item {width:100%;}
  .main-section .contact .map .info .address {width:100%;}
  .main-section .contact .map .info .tel {width:100%;}
  .main-section .contact .map .info .email {width:100%;}
  .main-section .contact .map .info .address i {display:block;text-align:center;}
  .main-section .contact .map .info .tel i {display:block;text-align:center;}
  .main-section .contact .map .info .email i {display:block;text-align:center;}
  .main-section .contact .map .info .table-middle {padding:5px 0;}
  .main-section .contact .map .info {background-repeat: repeat;}
  footer .footer-wrapper .logo a img {
    margin: 0 auto;
  }
  footer .resp-social {
    padding: 0 !important;
  }
  footer .footer-wrapper .scrollTop {
    text-align: center;
  }
  footer .footer-wrapper .scrollTop i {
    background-color: #1e2899;
    color: #ffffff;
    padding: 5px 25px !important;
    margin: 25px 0 5px 0 ;
  }
  /* home-page new */
  .main-section .carousel-wrapper {
    margin: 0 0 0px 0;
  }
  .main-section .carousel-wrapper .right-sidebar .reclame-wrapper img {
    height: inherit;
  }
  .main-section .carousel-wrapper .right-sidebar .reclame-wrapper a {
    bottom: 28%;
    left: 7%;
  }
  .main-section .about-page {
    padding: 0 0 15px 0;
  }
  .main-section .news-page {
    padding: 0 0 15px 0;
  }
  .main-section .partner-page {
    padding: 0 0 15px 0;
  }
  .main-section .service-page {
    padding: 0 0 15px 0;
  }
  .main-section .service-sub {
    padding: 0 0 15px 0;
  }
  .main-section .contact-page {
    padding: 0 0 15px 0;
  }
  .main-section .about-wrapper .title {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h1 {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h2 {
    font-size: 18px;
  }
  .main-section .about-wrapper .title h3 {
    font-size: 18px;
  }
  .main-section .about-wrapper .txt {
    font-size: 16px;
    padding: 0;
    text-align: justify;
  }
  .main-section .about-wrapper .txt p {
    font-size: 16px;
    text-align: justify;
  }
  .main-section .service-wrapper .box .fild .left-bar {
    height: 220px;
  }
  .main-section .service-wrapper .box .fild .right-bar .bg-img {
    height: 220px;
  }
  .slick-prev {
    top: 52.4%;
  }
  .slick-next {
    top: 51%;
  }
  footer .resp-social {
    padding: 15px 0;
  }
  footer .resp-social .social-m {
    padding: 0;
    margin: 0;
  }
  footer .resp-social .social-m li {
    list-style: none;
    float: left;
    margin-left: 10px;
  }
  footer .resp-social .social-m li a {
    text-decoration: none;
    font-size: 21px;
    color: #4b4b4b;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  footer .resp-social .social-m li a:hover {
    color: #b71a1a;
  }
  footer .footer-wrapper .company {
    text-align: center;
  }
  footer .footer-wrapper .scrollTop i {
    padding: 0;
    cursor: pointer;
  }
  .main-section .about-page .title {
    font-size: 24px;
  }
  .main-section .about-page .title h1 {
    font-size: 24px;
  }
  .main-section .about-page .title h2 {
    font-size: 24px;
  }
  .main-section .about-page .title h3 {
    font-size: 24px;
  }
  .main-section .about-page .txt {
    font-size: 16px;
  }
  .main-section .about-page .txt p {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar .txt {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar .txt p {
    font-size: 16px;
  }
  .main-section .news-page .box .right-sidebar {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #4b4b4b;
  }
  .main-section .news-page .box .right-sidebar .title .date {
    font-size: 16px;
    margin-top: 9px;
  }
  .main-section .service-sub .fild .banner {
    width: 100%;
    margin: 0;
  }
  .main-section .service-sub .fild .title {
    font-size: 24px;
    text-align: center;
  }
  .main-section .service-sub .fild .title h1 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .title h2 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .title h3 {
    font-size: 24px;
  }
  .main-section .service-sub .fild .txt {
    font-size: 16px;
  }
  .main-section .service-sub .fild .txt p {
    font-size: 16px;
  }
  .main-section .contact-page .information .left-sidebar form input {
    padding: 10px;
  }
  .main-section .contact-page .map iframe {
    height: 240px;
    margin-top: 15px;
  }
  .main-section .contact-page .information .right-sidebar .txt {
    padding: 0;
  }
  .main-section .contact-page .information .right-sidebar .txt p {
    padding: 0;
  }
}
/* Responsive */

/* MD */

@media (min-width: 992px) and (max-width: 1199px) { 
	.ca-container {width: 100%;height: 420px;margin: 10px 0 10px 0;}
	.ca-item .title {font-size: 16px;}
	.ca-more {left: 0;right: 0;padding: 5px 15px;bottom: 15px;}
	.ca-nav span.ca-nav-next {right: 7px;width: 14px;}
	.ca-nav span.ca-nav-prev {left: 7px;width: 14px;}
}

/* SM */

@media (min-width: 768px) and (max-width: 991px) {
	.ca-container {width: 100%;height: 320px;margin: 10px 0 10px 0;}
	.ca-item .title {font-size: 16px;}
	.ca-more {left: 0;right: 0;padding: 5px 15px;bottom: 10px;}
	.ca-nav span.ca-nav-next {right: 7px;width: 14px;}
	.ca-nav span.ca-nav-prev {left: 7px;width: 14px;}
}

/* XS */ 

@media (min-width: 480px) and (max-width: 767px){ 
	.ca-container {width: 100%;height: 320px;margin: 10px 0 10px 0;}
	.ca-item .title {font-size: 14px;}
	.ca-more {left: 0;right: 0;padding: 5px 15px;bottom: 10px;}
	.ca-nav span.ca-nav-next {right: 7px;width: 14px;}
	.ca-nav span.ca-nav-prev {left: 7px;width: 14px;}
}

@media (min-width: 320px) and (max-width: 479px){
    .ca-container {width: 100%;height: 280px;margin: 10px 0 10px 0;}
	.ca-item .title {font-size: 14px;}
	.ca-more {left: 0;right: 0;padding: 2px 15px;bottom: 8px;}
	.ca-nav span.ca-nav-next {right: 7px;width: 14px;}
	.ca-nav span.ca-nav-prev {left: 7px;width: 14px;}
}

@media only screen and (max-width : 320px) {
	.ca-container {width: 100%;height: 240px;margin: 10px 0 10px 0;}
	.ca-item .title {font-size: 14px;}
	.ca-more {left: 0;right: 0;padding: 0px 15px;bottom: 8px;}
	.ca-nav span.ca-nav-next {right: 7px;width: 14px;}
	.ca-nav span.ca-nav-prev {left: 7px;width: 14px;}
}   
header .top-part .info .tel p {
    display: inline-block;
    margin: 0;
}
