body {
  color: #3e3e3e;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f4f4 !important;
}

h2 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gzdt-main {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
  /* width: 100%; */
}

.h5-single {
  display: -ms-flexbox;
  display: flex;
}

.gzdt-le {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.gzdt-rt {
  padding: 0 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  box-sizing: border-box;
}

.blog .single-news {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 10px #00000014;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  display: flex;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog .single-news .news-body:before {
  background: #275293;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99;
}

.blog .single-news .news-content {
  text-align: left;
  background: #fff;
  position: relative;
  padding: 20px;
  left: 0;
  z-index: 0;
}

.blog .single-news .news-body:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99;
}

.blog .single-news:hover .news-body:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.blog .single-news .news-body h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.single-news .news-content h2 a,
.single-post a {
  color: #2C2D3F;
  font-weight: 500;
}

.single-news .news-content h2 a:hover {
  color: #336699;
}

.single-news .news-content p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 23px;
  margin: 4px 0 0 0;
}

.blog .single-news {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 10px #00000014;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}

.blog .single-news img {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog .single-news .news-head {
  position: relative;
  height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
  overflow: hidden;
}

.load-btn,
.gzdt-nav {
  display: none;
}



.text-red-color {
  color: #cc3333;
}



.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.news-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.news-img .col-12,
.news-img .col-6,
.news-img .col-4 {
  padding-right: 15px;
  padding-left: 15px;
}
/* Video Animations */

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}



@-webkit-keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
  }
}

@keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
  }
}

.video {
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  font-size: 21px;
  background: #275293;
  padding-left: 4px;
}

.video:hover {
  transform: scale(1.1);
}

.video-image {
  /*height: 400px;*/
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 10px;
}

.video-image .waves-block .waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}

.video-image .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-image .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-image .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@media screen and (max-width: 768px) {
  .gzdt-main {
    margin: 0 auto;
  }

  .gzdt-le {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-12,
  .col-6,
  .col-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex {
    display: flex;
  }

  .pagination {
    display: none;
  }

  .gzdt-rt {
    display: none;
  }

  .gzdt-le {
    padding-left: 0;
    padding-right: 0;
  }

  /* .gzdt-main{
        background: #fff;
        padding: 0.1rem;
    } */
  .blog .single-news .news-head {
    height: 1.27rem;
  }

  .blog .single-news {
    /* height: 1.27rem; */
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right: 0.91rem;
    padding-left: 0.3rem;
    margin: 0;
    box-shadow: none;
  }

  .blog .single-news:after {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    border-bottom: 1px solid #ddd;
    border-radius: inherit;
    content: " ";
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    left: 0.3rem;
    width: calc(200% - 1.22rem);
  }

  .blog .single-news:last-child:after {
    border: none;
  }

  .blog .single-news .right-icon {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    bottom: 0;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    color: #8799a3;
    font-size: 0.34rem;
    text-align: center;
    transform: translateY(-50%);
  }

  .blog .single-news .news-body.col-12 .news-content {
    padding-left: 0;
  }

  .blog .single-news .news-content {
    padding: 0px;
    padding-left: 0.2rem;
    align-items: center;
  }

  .bg-gradual-blue {
    background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
    color: #fff;
  }

  .gzdt-nav {
    white-space: nowrap;
  }

  uni-view,
  uni-scroll-view,
  uni-swiper,
  uni-button,
  uni-input,
  uni-textarea,
  uni-label,
  uni-navigator,
  uni-image {
    box-sizing: border-box;
  }

  uni-scroll-view {
    display: block;
    width: 100%;
  }

  .uni-scroll-view,
  .uni-scroll-view-content {
    width: 100%;
    height: 100%;
  }

  .uni-scroll-view {
    position: relative;
    -webkit-overflow-scrolling: touch;
    max-height: inherit;
  }

  .gzdt-nav {
    display: block;
  }

  .gzdt-nav .cu-item.cur {
    border-bottom: 4px solid;
  }

  .gzdt-nav .cu-item {
    height: 0.91rem;
    display: inline-block;
    line-height: 0.91rem;
    margin: 0 0.1rem;
    padding: 0 0.2rem;
    font-size: 0.32rem;
  }

  uni-view,
  uni-scroll-view,
  uni-swiper,
  uni-button,
  uni-input,
  uni-textarea,
  uni-label,
  uni-navigator,
  uni-image {
    box-sizing: border-box;
  }

  .text-yellow,
  .line-yellow,
  .lines-yellow {
    color: #fbbd08;
  }

  .single-news .news-content p.text {
    display: none;
  }

  .blog .single-news .news-body h2 {
    font-size: 0.3rem;
    line-height: 1.6em;
    color: #333;
  }

  .cu-btn.lg {
    padding: 0 0.4rem;
    font-size: 0.32rem;
    height: 0.81rem;
  }

  .bg-grey {
    background-color: #8799a3;
    color: #fff;
  }

  .load-btn {
    display: block;
    padding: 0.3rem;
  }

  .cu-btn {
    width: 100%;
    position: relative;
    border: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    height: 0.65rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    overflow: visible;
    margin-left: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin-right: 0;
    border-radius: 0.05rem;
  }
}