.content-page{
  margin: 25px;
}
.content-page .mid-content{
  border: 0px solid;
}
.tt-seo{
  display: none;
}
.arc_banner_none{
  height: 60px;
  overflow: hidden;
}

/*================= BEGIN: main ==================*/
#vnt-vision .vision_wrapper .item .title{
  font-size: 26px;
}
/*================= END: main ==================*/

/*================= BEGIN: contact ==================*/
#formContact .input_container{
  position: relative;
}
#formContact em.error {
  font-size: 11px;
  color: #f60000;
  font-weight: normal;
}
#formContact .form-control-feedback{
  right: 10px;
}
#vnt-contact .contact_info_wrapper .contact_info{
  z-index: 99;
}
#vnt-contact .contact_info_wrapper .contact_info .item a{
  color: #ffffff;
}
#formContact span.form-control-character-count{
  right: 16px;
  top: -14px;
}
#formContact span.form-control-character-count.glyphicon-remove:before{
  display: none;
}
/*================= END: contact ==================*/

/*================= BEGIN: project ==================*/
#vnt-project .project_wrapper .item .content .size:before{
  display: none;
}
/*================= END: project ==================*/

/*================= BEGIN: service ==================*/
#vnt-project .project_filter .right_grp .sort_grp select{
  width: 225px;
}
.vnt-service.vnt-service-page4{
  border-top: 0px solid #dddcda;
}
/*================= END: service ==================*/

/*================= BEGIN: about ==================*/
#vnt-about .info_grp .info_right {
  height: 164px;
  overflow: hidden;
}
#vnt-about .about_slider{
  margin-top: 0px;
}
/*================= END: about ==================*/

/*================= BEGIN: nothing-found ==================*/
div.noItem{
  text-align: center;
  background: url(../images/nothing-found.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  padding: 10px 10px;
  font-size: 18px;
  width: 100%;
}
/*================= END: nothing-found ==================*/

/*================= BEGIN: comment ==================*/
.comment_reply{
  margin-bottom: 15px;
}
.comment_reply .reply-com{
  margin-bottom: 10px;
}
.comment_reply .fl{
  width: 50%;
}
.comment_reply .reply-info::after{
  content: '';
  display: block;
  clear: both;
}
.comment_reply textarea.form-control{
     resize: vertical;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100px;
}
.comment_reply input.form-control{
  height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.comment_reply button.btn{
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 7px 20px;
  text-transform: uppercase;
  background: #67635c;
  border: 0;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comment_reply button.btn:hover {
    background: #8d5c00;
}
.comment_reply .nodeanswer{
  padding: 15px;
  margin: 15px 0px;
}
.comment_reply .nodeanswer::after{
  content: '';
  display: block;
  clear: both;
}
.facebook-comment iframe{
  width: 100%;
}
#ext_comment .pagination{
  margin-top: 15px;
}
.formComment .itip-comment{
  position: relative;
}
/*================= END: comment ==================*/

/********************* loading page ****************************/
/* https://stephanwagner.me/only-css-loading-spinner */
#resultProduct{
  position: relative;
}
.loadOverlay{
  position: relative;
  min-height: 360px;
}
.loadOverlay:before{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 70px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -30px;
  /* margin-left: -10px; */
  border-radius: 50%;
  border-top: 2px solid #232f3e;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
  z-index: 99;
}
.loadOverlay:after{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: #f5f5f5;
  opacity: .8;
}
#vnt-sidebar.loadOverlay:before{
  left: 30%;
}
.the-size.loadOverlay,
.the-color.loadOverlay{
  position: relative;
  min-height: auto;
}
.the-size.loadOverlay:before,
.the-color.loadOverlay:before{
  margin-top: -75px;
}
.loadOverlay.loadHidden:before{
  display: none;
}

@-webkit-keyframes spinner {
  to {transform: rotate(360deg);}
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
/********************* loading page ****************************/

/* box_redirect */
/* https://www.w3schools.com/howto/howto_css_loader.asp */

/********************* CSS for box_redirect ****************************/
#box_redirect{border: 2px solid #e0bc28;width: 50%;margin:0px auto;}
#box_redirect p { line-height:18px;}
#box_redirect .top {background: #e0bc28;border-bottom:0px solid #5C5C5C;color:#FFFFFF;font-size: 14px;font-weight:bold;text-transform:uppercase;/* height:22px; */padding: 10px;text-align:left;}
#box_redirect .fontMess {color: #e0bc28;font-size: 14px;font-weight:bold;text-align:center;padding: 15px 5px;}
#box_redirect .mess { background:#383838; color:#FFFFFF;text-align:center}
#box_redirect .bottom {background: #e0bc28;color: #fff;text-align:center;padding:5px;font-size:12px;}

/********************* CSS for boxMess ****************************/
#boxMess{  border:1px solid #F08200;padding:2px 5px; background:#FCF5CD }
#boxMess  h4.mess { background:url(../images/icon/icon_mess.gif) no-repeat left; padding:2px 30px; color:#FF0000; font-weight:bold; font-size:12px;}
#boxMess  h4.err { background:url(../images/icon/icon_warning.gif) no-repeat left; padding:6px 30px; color:#FF0000; font-weight:bold;}
#boxMess .font_err { color:#e0bc28;}

#box_redirect{
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
#box_redirect .icon-loa{
  max-width: 25px;
}
#box_redirect .font_err{
  padding: 10px;
}

/*================= BEGIN: cart finished ==================*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #f7921e;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*================= END: cart finished ==================*/


/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 768px){
  #vnt-about .info_grp .info_right {
    height: unset;
    overflow: unset;
  }
  #vnt-about .about_slider{
    margin-top: 30px;

}