/* Adjust icon position */
#search-form .has-feedback .form-control-feedback {
  top: 8px;
}
#search-form label.error {
  color: red;
  font-size=9px;
}

#search-form input.error {
  border: 1px solid red;
}

#search-form-sch label.error {
  color: red;
  font-size=9px;
}

#search-form-sch input.error {
  border: 1px solid red;
}

#footer-top .menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer-top .footer-1-col .menu a {
  color: #fff;
  text-transform: capitalize;
}

#footer-top .footer-1-col li.menu-item:before {
  ontent: '\f072';
  color: #b2d235;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 10px;
}

#footer-top .footer-1-col.icon_fly li.menu-item:before {
  content: '\f072';
}

#footer-top .footer-1-col.icon_earth li.menu-item:before {
  content: '\f0ac';
}

#footer-bottom ul.list-unstyled {
  display: flex;
  justify-content: flex-end;
}

#footer-top .footer-2 .menu {
  text-transform: capitalize;
}
#overlay, #overlay1{ 
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgb(0 0 0 / 22%);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 30px;
  height: 30px;
  border: 3px #ddd solid;
  border-top: 4px #b2d235 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
@media (min-width: 1024px) {
  #footer-top .footer-2 .col_small {
    width: 20%;
  }

  #footer-top .footer-2 .col_install_app {
    width: 35%;
  }
}

/*sang css*/
#footer .footer-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#footer .row.footer-2:before ,
#footer .row.footer-2:after {
  content: none;
}
.ss-related-posts .warpper-imgage {
  position: relative;
  width: 125px;
  height: 90px;
  overflow: hidden;
}
.ss-related-posts .boxRowList.item-post {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ss-related-posts .TopicDetail.warpper-contents {
  width: calc(100% - 150px);
}
.ss-related-posts img.post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}