/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 You can write your style here and overwrite our style
 ============================================================== */
body{
  font-family: 'Prompt', sans-serif;
  margin-top: 42px;
}
h1, h2, h3, h4,h5,h6{
  font-family: 'Prompt', sans-serif;
}
.h16-topbar {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .h16-topbar .navbar-brand {
    font-size: 14px;
    color: #263238;
    font-weight: 500;
    padding: 15px 0; }
  .h16-topbar .navbar {
    padding: 0; }
    .h16-topbar .navbar .search-box {
      padding: 15px;
      width: 240px; }
    .h16-topbar .navbar .nav-item .nav-link {
      color: #8d97ad;
      padding: 15px; }
    .h16-topbar .navbar .navbar-nav .nav-item:first-child .nav-link {
      border-right: 1px solid rgba(120, 130, 140, 0.13); }
    .h16-topbar .navbar .nav-item:hover .nav-link {
      color: #faa02c; }
    .h16-topbar .navbar .search .dropdown-menu {
      padding: 20px;
      min-width: 300px; }

.h16-navbar {
  margin-bottom: -55px; }
  .h16-navbar .navbar {
    background: #faa02c;
    background: -webkit-linear-gradient(legacy-direction(to right), #faa02c 0%, #ff9800 100%);
    background: -webkit-gradient(linear, left top, right top, from(#faa02c), to(#ff9800));
    background: -webkit-linear-gradient(left, #faa02c 0%, #ff9800 100%);
    background: -o-linear-gradient(left, #faa02c 0%, #ff9800 100%);
    background: linear-gradient(to right, #faa02c 0%, #ff9800 100%);
    padding: 0px; }
    .h16-navbar .navbar .hidden-lg-up {
      padding: 17px;
      color: #ffffff;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase; }
    .h16-navbar .navbar .navbar-nav .nav-link {
      padding: 18px 18px;
      color: #ffffff;
      font-weight: 400;
      font-size: 13px;
      text-transform: uppercase;
      /*margin-right: 5px;*/ }
    .h16-navbar .navbar .navbar-nav .nav-item:hover .nav-link, .h16-navbar .navbar .navbar-nav .nav-item.active .nav-link {
      background: rgba(255, 120, 0, 0.5); }
    .h16-navbar .navbar .navbar-nav .search .nav-link {
      background: rgba(255, 120, 0, 0.5);
      color: #ffffff;
      padding: 18px 23px;
      -webkit-transition: 0.2s ease-in;
      -o-transition: 0.2s ease-in;
      transition: 0.2s ease-in;
      margin-right: 0px; }
    .h16-navbar .navbar .navbar-nav .search:hover .nav-link {
      color: #ffffff;
      background: #3e4555; }
    .h16-navbar .navbar .navbar-nav .search .dropdown-menu {
      padding: 20px;
      min-width: 300px; }
    .h16-navbar .navbar .dropdown-menu {
      background: #ffffff;
      border-radius: 0 0 4px 4px;
      margin-top: 0px; }

.h16-info-bar {
  padding: 15px 0px; }
  .h16-info-bar .donate-btn a {
    font-size: 13px;
    font-weight: 500;
    padding: 13px 25px;
    margin-left: 15px; }
  .h16-info-bar .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px; }

@media (max-width: 1023px) {
  .h16-navbar {
    margin-bottom: 0px; }
  .h16-info-bar .donate-btn a {
    display: block;
    margin-left: 0px; }
  .h16-info-bar .nav-item .nav-link {
    padding: 0 10px;
    margin: 10px 0; } }


/*=============== NEW ================*/
.font-14{
  font-size: 14px;
}
.m-l-5{
  margin-left: 5px;
}
.m-t-5{
  margin-top: 5px;
}
.p-l-15{
  padding-left: 15px;
}
.p-r-15{
  padding-right: 15px;
}
.p-l-30{
  padding-left: 30px;
}
.m-b-17{
  margin-bottom: 17px;
}
.font-15{
  font-size: 15px;
}
.text-orange{
  color: #ff9800;
}
.bg-transparent{
  background-color: transparent;
}
.bg-orange{
  background-color: #ff8801 !important;
}
.w-100per{
  width: 100%;
}
.w-wrap{
  word-wrap: break-word;
}
.h-50per{
  height: 50%;
}
.max-w-90per{
  max-width: 90%;
}
.img-auto{
  width: 50%;
  height: auto;
}
.b-none{
  border: none;
}
.img-70per{
  width: 70%;
  height: auto;
}
.img-banner-res{
  display: none;
}
.btn-orange-gradiant{
  background: linear-gradient(to right, #ff8d1d 0%, #e86b31 100%);
  border: 0px;
}
.btn-orange-gradiant:hover{
  background: linear-gradient(to right, #e86b31 0%, #ff8d1d 100%);
  border: 0px;
}

.icon-line{
  background-image: url(../images/icon/line.png);
  background-size: cover;
  width: 14px;
  height: 14px;
}
#p-promotion .wrap-feature1-box .card-body, .wrap-feature2-box .card-body{
  padding: 20px;
}
#search-shop .input-group .form-control, .input-group-addon, .input-group-btn{
  align-items: unset;
}
#p-shop h6{
  margin-top: 2%;
}
#p-shop .icon-location{
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
#p-shop .slider8 .slide-image{
  width: 100% !important;
  height: auto;
  left: 0px;
}
#p-pro-freeNet .text-c-card{
  font-size: 14px;
  line-height: 1.2rem;
}
#content-shop .text-h{
  font-weight:bold; 
  color: #004181;
}
#content-shop .text-h-orange{
  font-weight:bold; 
  color: #F7941D;
}
#content-shop .text-content{
  font-size: 15px; 
  line-height: 1.6rem;
}
#p-new-h .height-list{
  overflow-y: overlay; 
  height:500px;
}
#p-new-h .height-row-h{
  height:auto;
}
#p-view-news .pad-b-news{
    padding-bottom: 20px;
}
#p-view-project .pad-b-pro{
  padding-bottom: 8%;
}
#p-view-news .pad-b-pro{
  padding-bottom: 8%;
}
#p-view-promotion .list-group-item{
  padding: 0.2rem 0rem;
}
#p-new-h #p-new-h-province .list-group-item{
  padding: 0.1rem 1.25rem;
  color: #495057;
  font-size: 16px;
}
#p-new-h .list-group-item a{
  color: #495057;
}
#p-new-h .list-group-item a:hover{
  color: #ff9800;
}
#p-new-h .list-group-item .province-active{
  color: #ff9800;
}
#p-new-h #p-new-h-province .list-group{
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.bg-feature-48{
  background-image: url(../images/img1.jpg);
}

/*btn orange*/
.btn-log{
  margin-top: 5%;
}
.btn-orange{
  background-color: #fe9908;
  padding: 7px 25px;
}
.btn-orange:hover{
  background-color: #ff8801;
}
/*nav*/
.nav-icon{
  margin-top: 0;
  display: -webkit-inline-box;
}

#free-service img{
  width: 70px;
}
.div-free-service h5{
  text-align: center;
  padding-bottom: 15px;
}
.div-free-service:hover{
  /*background-color: #f8f9fa;*/
}

.wrap-feature9-box .card-body {
  padding: 15px 15px 0px;
}
.wrap-feature9-box .card-body .icon-space {
  padding: 0px 20px 0px 0px;
}

#section2 .wrap-feature9-box{
  padding-right: 0px;
}
#section2 .wrap-feature9-box .card{
  margin-bottom: 15px;
}
#section2 .video .jwplayer.jw-flag-aspect-mode{
  height: 270px;
}
#section3 .card-body{
  height: 120px;
}
#section3 .card{
  margin-bottom: 10px;
}
#section4 .list-unstyled img{
  width: 150px;
}
#section4 .list-unstyled img, #section5 .list-unstyled img{
  width: 150px;
}
.linking:hover {
    color: #fd8c17;
}
#section6 .item img{
  /*width: 100px;*/
}
.c2a5 {
  background-position: center center;
  background-size: cover;
}
.blog-home6 .blog-row a {
    color: #263238;
}
.blog-home6 .blog-row a:hover {
    color: #fd8c17;
}
.blog-home6 .blog-row{
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.footer4 .f1-bottom-bar{
  border:none;
}
.footer4 .img-1530{
  text-align: right;
}
#section6 iframe{
  height: 350px;
}
.footer4 .round-social.light a:hover{
  background: #fd8b16;
}
.footer4 .round-social.light a{
  background: #e9ecef;
}

@media (max-width: 767px){
  .res-m-t-10{
    margin-top: 10px;
  }
  .res-p-r-15{
    padding-right: 15px !important;
  }
  .res-p-r-0{
    padding-right: 0px;
  }
  .res-p-l-0{
    padding-left: 0px;
  }
  .res-p-lr-0{
    padding-right: 0px;
    padding-left: 0px;
  }
  .center-res{
    text-align: center;
  }
  .dis-none-res{
    display: none;
  }
  .img-banner-res{
    display: unset;
    left: 0px !important;
  }
  .h-auto-res{
    height: auto !important;
  }
  .w-50per-res{
    width: 50%;
  }
  .w-100per-res{
    width: 100%;
  }
  .img-70per{
    width: 100%;
    height: auto;
  }
  .text-slider-res{
    font-size: 22px;
    line-height: 1.5rem;
  }
  .slider8 h2.text-white{
    font-size: 20px;
  }
  #p-pro-freeNet .slider8 .slide-image {
    height: auto;
    width: 100% !important;
    left: 0px;
  }
  #p-shop .slider8 .slide-image {
    height: auto;
    width: 100% !important;
    left: 0px;
  }
  #p-pro-freeNet .carousel-item{
    height: auto;
  }
  #p-pro-freeNet .slider8 .carousel-indicators{
    bottom: 0px;
  }
  #p-pro-freeNet .carousel-inner{
    height: auto;
  }
  #p-shop .slider8 .carousel-indicators{
    bottom: 0px;
  }
  .pad-res-5per{
    padding-top: 5%;
  }
  #content-shop h4{
    font-size: medium;
  }
  #content-shop h6{
    font-size: small;
  }
  #p-shop .icon-location{
    right: 1px;
    top: 10px;
    width: 50px;
  }
  #content-shop .text-h{
    font-size: 15px;
  }
  #content-shop .text-h-orange{
    font-size: 15px;
  }
  #content-shop .text-content{
    font-size: 12px;
  }
  #p-new-h .height-list{
    overflow-y: overlay; 
    height:300px;
  }
  #p-new-h .height-row-h{
    height:unset;
  }
  #p-view-news .mar-t-news{
    margin-top: 15px;
  }
  #p-view-news .pad-b-news{
    padding-bottom: 15px;
  }
  #p-view-project .pad-b-pro{
    padding-bottom: 15%;
  }
  #p-view-news .pad-b-pro{
    padding-bottom: 15%;
  }
  #p-view-promotion .img-auto{
    width: 100%;
    height: auto;
  }
  .bg-feature-48{
    background-image: url(../images/img1-res.jpg);
  }

  /*btn-orange*/
  .btn-log{
    margin-top: 0;
  }

  /*nav*/
  .nav-icon{
    margin-top: 5%;
    display: -webkit-inline-box;
  }
  #free-service .b-r{
    border-right: none;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  }
  #free-service img{
    width: 50px;
  }
  #free-service .display-5 {
    font-size: 2.5rem;
  }
  .div-free-service{
    flex-direction: unset !important;
  }
  .div-free-service h5{
    text-align: left;
  }
  .div-free-service .display-5{
    margin-right: 15px;
  }
  #section2 .wrap-feature9-box{
    padding-right: 15px;
    padding-left: 15px;
  }
  #section2 .video .jwplayer.jw-flag-aspect-mode {
    height: 196px;
  }
  #section2 .card{
    margin-bottom: 15px;
  }
  #section4 .list-unstyled img, #section5 .list-unstyled img{
    width: 100px;
  }
  #section4 h6, #section5 h6{
    font-size: 13px;
  }
  #section4 p,  #section5 p{
    font-size: 12px;
  }
  #section6 iframe{
    height: 200px;
  }
  .footer4 .img-1530{
    text-align: left;
    padding-top: 15px;
  } 
}

/*iPad */
@media screen and (min-device-width : 768px) and (max-device-width : 1023px) {
  .d-flex{
    display: flex !important;
  }
  #p-shop .slider8 .slide-image {
    height: auto;
    width: 100% !important;
    left: 0px;
  }
  .slider8 .slide-image{
    left: 0;
  }
  #free-service h6{
    font-size: 14px;
  }
  #section2 .p-ipod{
    padding-right: 15px;
  }
  #section4 .list-unstyled img, #section5 .list-unstyled img{
    width: 115px;
  }
  #section4 h6, #section5 h6{
    font-size: 13px;
  }
  #section4 p,  #section5 p{
    font-size: 12px;
  }
  #section6 iframe{
    height: 220px;
  }
  .footer4 .img-1530{
    text-align: left;
  } 
  .btn-log {
    margin-top: 0;
  }
  #p-pro-freeNet .slider8 .slide-image {
    height: auto;
    width: 100% !important;
    left: 0px;
  }
}

/*iPad Pro*/
@media screen and (min-device-width : 1024px) and (max-device-width : 1024px) {
  #section6 iframe{
    height: 300px;
  }
  #section2 img{
    width: 50px;
  }
  #section2 h6{
    font-size: 12px;
  }
  #section2 p{
    font-size: 10px;
  }
}

/*=============== NEW ================