/*===============BEGIN THIS HOME==============*/
#fp-nav ul {
  right: 10px;
}
#fp-nav ul li {
  width: 15px;
  height: 15px;
  margin: 2px 0px;
}
#fp-nav ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: relative;
}
#fp-nav ul li a span {
  width: 20px;
  height: 3px;
  border: none;
  background: rgba(255,255,255,0.3);
  border-radius: 0;
  position: absolute;
  right: 0;
  left:initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fp-nav ul li a.active span {
  width: 35px;
  height: 3px;
  background: #eac880;
  border: none;
  border-radius: 0;
  left: inherit;
  margin: 0;
}
/*=========================*/
#vnt-wrapper{
  height:100%;
}
#vnt-container {
  /*position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);*/
  height:100%;
}
.vnt-slide-home {
  position: relative;
}
#vnt-slide-home .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 9;
  padding: 0;
  text-align: center;
}
#vnt-slide-home .slick-dots li{
  display: inline-block;
}
#vnt-slide-home .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: none;
  font-size: 0;
  border-radius: 100%;
  margin: 0 7px;
  padding: 0;
}
#vnt-slide-home .slick-dots li.slick-active button{
  background: #0090eb;
}
div#vnt-slide-home .slick-track, div#vnt-slide-home .slick-list {
  height: 100%;
}
div#vnt-slide-home .item img {
  width: initial !important;
  height: 100% !important;
  max-width: initial;
}
.vnt-news-focus {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  pointer-events: none;
}
.newsFocus {
  background: rgba(0, 144, 235, 0.8);
  width: 370px;
  padding: 20px 30px;
  pointer-events: auto;
}
.newsFocus:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right:100%;
  width:10000%;
  background: #0090eb;
}
.newsFocus .title h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 50px;
  position: relative;
}
.newsFocus .title h2:before{
  content: "\f1ea";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsFocus .title{
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.newsFocus .title:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  border-bottom:solid 1px #ffffff;
}
.newsFocus ul li{
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
  color:#ffffff;
}
.newsFocus ul li:before{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 26px;
}
.newsFocus ul li a{
  color:#ffffff;
  font-size: 16px;
  line-height: 24px;
}
.newsFocus ul li a:hover {
  padding-left: 5px;
}
/*===========================================*/
#vnt-notifi {
  font-size: 35px;
  line-height: 43px;
  background: #f77225;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding: 47px 0px;
}
#vnt-notifi span{
  font-weight: 500;
}
/*======================================================*/
.gridS{
  margin: 0 -15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.gridS>.col{
  width:50%;
  padding: 0 15px;
}
.service {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service .tend{
  margin-bottom: 15px;
}
.service .tend h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
}
.service .des{
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  max-height: 78px;
  overflow: hidden;
  margin-bottom: 25px;
}
.service ul{
  margin-bottom: 30px;
}
.service ul li{
  font-size: 18px;
  line-height: 26px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.service ul li .trust{
  font-weight: bold;
}
.service ul li:before{
  content: "\f046";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 2px;
}
.service .link {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  display: inline-block;
  padding: 12px 48px;
  border: solid 1px #333333;
  color: #333333;
}
.service .link:hover{
  background: #333333;
  color: #ffffff;
}
.service img{
  max-width: 420px;
}
/*===========================================*/
#vnt-home-service .service:nth-child(even) .gridS .col:first-child{
  order:2;
}
#vnt-home-service .service:nth-child(even) .gridS .col:last-child{
  order:1;
}
#vnt-home-service .service:nth-child(even) img{
  float:left;
}
#vnt-home-service .service:nth-child(odd) img{
  float:right;
}
/*==========================================*/
.section#main3{
  background: #dfdfdf;
  color:#333333;
}
.section#main3 ul li:before{
  color:#f77225;
}
.section#main4{
  background: #26292c;
  color:#ffffff;
}
.section#main4 ul li:before{
  color:#f77225;
}
.section#main4 .des{
  color:#aaaaaa;
}
.section#main4 .link {
  color:#ffffff;
  border: solid 1px #ffffff;
}
.section#main4 .link:hover{
  background: #ffffff;
  color: #333333;
}
.section#main5{
  background: #0090eb;
  color:#ffffff;
}
.section#main5 ul li:before{
  color:#b2d347;
}
.section#main5 .des{
  color:#eeeeee;
}
.section#main5 .link {
  color:#ffffff;
  border: solid 1px #ffffff;
}
.section#main5 .link:hover{
  background: #ffffff;
  color: #333333;
}
.section#main6{
  background: #26292c;
  color:#ffffff;
}
.section#main6 ul li:before{
  color:#f77225;
}
.section#main6 .des{
  color:#aaaaaa;
}
.section#main6 .link {
  color:#ffffff;
  border: solid 1px #ffffff;
}
.section#main6 .link:hover{
  background: #ffffff;
  color: #333333;
}
/*====================================*/
.section#main4 .service .col:first-child,
.section#main6 .service .col:first-child{
  order:2;
}
.section#main4 .service .col:last-child,
.section#main6 .service .col:last-child{
  order:1;
}
.section#main4 .service .img img,
.section#main6 .service .img img{
  float:right;
}
/*======================================*/
.imgService{
  position: relative;
  display: inline-block;
}
.imgService.v2{
  padding:50px;
  overflow: hidden;
}
.imgService.v3{
  width: 420px;
}
.imgService .imgMain{
  width:100%;
  position: relative;
  z-index: 10;
}
/*============*/
.imgService .s11 {
  position: absolute;
  top: -50px;
  left: 185px;
  -webkit-animation: effect-turn-clock 4s infinite linear;
  -o-animation: effect-turn-clock 4s infinite linear;
  animation: effect-turn-clock 4s infinite linear;
}
.imgService .s12 {
  position: absolute;
  top: -75px;
  left: 260px;
  -webkit-animation: effect-turn-clock-r 4s infinite linear;
  -o-animation: effect-turn-clock-r 4s infinite linear;
  animation: effect-turn-clock-r 4s infinite linear;
}
.imgService .s13 {
  position: absolute;
  top: -5px;
  left: 380px;
  -webkit-animation: effect-turn-clock 4s infinite linear;
  -o-animation: effect-turn-clock 4s infinite linear;
  animation: effect-turn-clock 4s infinite linear;
}
.imgService .s14 {
  position: absolute;
  top: -80px;
  left: 415px;
}
@-webkit-keyframes effect-turn-clock{
  0% { -webkit-transform: rotate(0deg);}
  100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes effect-turn-clock{
  0% { -moz-transform: rotate(0deg);}
  100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes effect-turn-clock{
  0% { -o-transform: rotate(0deg);}
  100% { -o-transform: rotate(360deg);}
}
@keyframes effect-turn-clock{
  0% { transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
@-webkit-keyframes effect-turn-clock-r{
  0% { -webkit-transform: rotate(0deg);}
  100% { -webkit-transform: rotate(-360deg);}
}
@-moz-keyframes effect-turn-clock-r{
  0% { -moz-transform: rotate(0deg);}
  100% { -moz-transform: rotate(-360deg);}
}
@-o-keyframes effect-turn-clock-r{
  0% { -o-transform: rotate(0deg);}
  100% { -o-transform: rotate(-360deg);}
}
@keyframes effect-turn-clock-r{
  0% { transform: rotate(0deg);}
  100% {transform: rotate(-360deg);}
}
/*============*/
.imgService .s21 {
  position: absolute;
  bottom: 80px;
  right: -91px;
  z-index: 11;
  -webkit-animation: moveclouds2 8s infinite linear;
  -o-animation: moveclouds2 8s infinite linear;
  animation: moveclouds2 8s infinite linear;
}
.imgService .s22 {
  position: absolute;
  top: 0px;
  left: 30px;
  -webkit-animation: moveclouds1 5s infinite linear;
  -o-animation: moveclouds1 5s infinite linear;
  animation: moveclouds1 5s infinite linear;
}
@-webkit-keyframes moveclouds1 {
  0% {left:10%;}
  50%{left:20%;}
  100% {left:10%;}
}
@-moz-keyframes moveclouds1 {
  0% {left:10%;}
  50%{left:20%;}
  100% {left:10%;}
}
@-o-keyframes moveclouds1 {
  0% {left:10%;}
  50%{left:20%;}
  100% {left:10%;}
}
@-webkit-keyframes moveclouds2 {
  0% {right:10%;}
  50%{right:30%;}
  100% {right:10%;}
}
@-moz-keyframes moveclouds2 {
  0% {right:10%;}
  50%{right:30%;}
  100% {right:10%;}
}
@-o-keyframes moveclouds2 {
  0% {right:10%;}
  50%{right:30%;}
  100% {right:10%;}
}
/*=============================*/
.circle{
  padding-top: 100%;
}
.circle:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border:dashed 2px #ffffff;
  -webkit-animation: effect-turn-clock-r 10s infinite linear;
  -o-animation: effect-turn-clock-r 10s infinite linear;
  animation: effect-turn-clock-r 10s infinite linear;border-radius: 100%;
}
.s31{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.s32 {
  position: absolute;
  top: 40%;
  left: -40px;
  -webkit-animation: scalez 8s infinite linear;
  -o-animation: scalez 8s infinite linear;
  animation: scalez 8s infinite linear;
}
.s33 {
  position: absolute;
  top: 0;
  left: 20%;
  -webkit-animation: scalez 9s infinite linear;
  -o-animation: scalez 9s infinite linear;
  animation: scalez 9s infinite linear;
}
.s34 {
  position: absolute;
  bottom: 25%;
  right: -6%;
  -webkit-animation: scalez 10s infinite linear;
  -o-animation: scalez 10s infinite linear;
  animation: scalez 10s infinite linear;
}
.s35 {
  position: absolute;
  bottom: -3%;
  left: 38%;
  -webkit-animation: scalez 12s infinite linear;
  -o-animation: scalez 12s infinite linear;
  animation: scalez 12s infinite linear;
}
.s36 {
  position: absolute;
  right: 0%;
  top: 7%;
  -webkit-animation: scalez 7s infinite linear;
  -o-animation: scalez 7s infinite linear;
  animation: scalez 7s infinite linear;
}
.imgService .light {
  width: 90px;
  height: 100px;
  position: absolute;
  background: rgb(255, 220, 36);
  top: 26px;
  right: 68px;
  border-radius: 127% 114% 149% 173%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  box-shadow: 0px 0px 79px rgb(255, 255, 255);
  -webkit-animation: light 5s infinite linear;
  -o-animation: light 5s infinite linear;
  animation: light 5s infinite linear;
}
.s41 {
  position: absolute;
  top: -30px;
  right: 10px;
  z-index: 14;
  -webkit-animation: light2 5s infinite linear;
  -o-animation: light2 5s infinite linear;
  animation: light2 5s infinite linear;
}
@-webkit-keyframes light {
  0% {}
  30%{opacity: 0}
  32%{opacity: 1}
  33%{opacity: 0}
  34%{opacity: 1}
  35%{opacity: 0}

  40%{opacity: 1}
  41%{opacity: 0}
  42%{opacity: 1}
  43%{
  }
  44%{
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  45%{opacity: 1}
  100% {}
}
@-moz-keyframes light {
  0% {}
  30%{opacity: 0}
  32%{opacity: 1}
  33%{opacity: 0}
  34%{opacity: 1}
  35%{opacity: 0}

  40%{opacity: 1}
  41%{opacity: 0}
  42%{opacity: 1}
  43%{
  }
  44%{
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  45%{opacity: 1}
  100% {}
}
@-o-keyframes light {
  0% {}
  30%{opacity: 0}
  32%{opacity: 1}
  33%{opacity: 0}
  34%{opacity: 1}
  35%{opacity: 0}

  40%{opacity: 1}
  41%{opacity: 0}
  42%{opacity: 1}
  43%{
  }
  44%{
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  45%{opacity: 1}
  100% {}
}
@keyframes light {
  0% {}
  30%{opacity: 0}
  32%{opacity: 1}
  33%{opacity: 0}
  34%{opacity: 1}
  35%{opacity: 0}

  40%{opacity: 1}
  41%{opacity: 0}
  42%{opacity: 1}
  43%{
  }
  44%{
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  45%{opacity: 1}
  100% {}
}
@-webkit-keyframes light2 {
  0% {}
  30%{opacity: 0}
  32%{opacity: 0.5}
  33%{opacity: 0}
  34%{opacity: 0.5}
  35%{opacity: 0}

  40%{opacity: 0.5}
  41%{opacity: 0}
  42%{opacity: 0.5}
  43%{
  }
  44%{
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  45%{opacity: 0.5}
  100% {}
}
@-moz-keyframes light2 {
  0% {}
  30%{opacity: 0}
  32%{opacity: 0.5}
  33%{opacity: 0}
  34%{opacity: 0.5}
  35%{opacity: 0}

  40%{opacity: 0.5}
  41%{opacity: 0}
  42%{opacity: 0.5}
  43%{
  }
  44%{
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  45%{opacity: 0.5}
  100% {}
}
@-o-keyframes light2 {
  0% {}
  30%{opacity: 0}
  32%{opacity: 0.5}
  33%{opacity: 0}
  34%{opacity: 0.5}
  35%{opacity: 0}

  40%{opacity: 0.5}
  41%{opacity: 0}
  42%{opacity: 0.5}
  43%{
  }
  44%{
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  45%{opacity: 0.5}
  100% {}
}
@keyframes light2 {
  0% {}
  30%{opacity: 0}
  32%{opacity: 0.5}
  33%{opacity: 0}
  34%{opacity: 0.5}
  35%{opacity: 0}

  40%{opacity: 0.5}
  41%{opacity: 0}
  42%{opacity: 0.5}
  43%{
  }
  44%{
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  45%{opacity: 0.5}
  100% {}
}
/*=========================================================================*/
/*=========================RESPONSIVE======================================*/
/*=========================================================================*/
@media all and (max-height: 768px){
  .homeDomain {
    max-height: 275px;
  }
}
@media all and (max-width: 991px){
  #vnt-container{
    position: initial;
  }
  .vnt-news-focus {
    position: relative;
    width: 100%;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  .vnt-news-focus .wrapper{
    padding:0;
  }
  .newsFocus{
    width:100%;
  }
  .gridS{
    display: block;
  }
  .gridS>.col{
    width:100%;
  }
  #vnt-home-service .service:nth-child(even) img,
  #vnt-home-service .service:nth-child(odd) img{
    float:none;
    display: block;
    margin: 0 auto;
  }
  .service {
    text-align: center;
    position: inherit;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    padding: 25px 0;
  }
  .service ul {
    max-width: 550px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: left;
  }
  .service .link{
    margin-bottom: 55px;
  }
  div#vnt-main-top .title{
    margin-bottom: 0;
  }
  div#vnt-banner {
    height: 200px;
  }
  div#vnt-banner img {
    height: 100%;
    width: initial;
    max-width: inherit;
    display: block;
    margin: 0 auto;
  }
}


@media all and (max-width: 640px){
  .homeSearch form input {
    font-size: 18px;
    line-height: 26px;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -o-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  .homeSearch form button {
    font-size: 16px;
    line-height: 24px;
    width:130px;
  }
  .homeSearch form button span{
    padding-left: 25px;
  }
  .homeSearch form button span:before{
    font-size: 20px;
    line-height: 28px;
  }
  #vnt-notifi {
    font-size: 25px;
    line-height: 33px;
  }
  .homeSearch .jk {
    font-size: 25px;
    line-height: 33px;
  }
}

@media all and (max-width: 520px){
  .homeDomain .col-xs-6{
    width:100%;
  }
  .homeSearch form button {
    font-size: 0;
  }
  .homeSearch form input {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .homeSearch form button {
    width:60px;
  }
  .homeSearch form button span:before{
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}

@media all and (max-width: 460px){
  div#slideDomain{
    padding: 0;
  }
  div#slideDomain .item {
    border-right: none;
  }
  div#slideDomain .slick-arrow {
    bottom: initial;
    top: 50%;
    left:initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  div#slideDomain .slick-prev {
    left:15px;
    margin: 0;
  }
  div#slideDomain .slick-next {
    right:15px;
    margin: 0;
  }
  .homeSearch form input {
    font-size: 14px;
    line-height: 22px;
  }
}









#footer {
  min-height: 350px;
}