/*================= BEGIN: style ==================*/
.fancybox-button--thumbs{
  display: none !important;
}
.page-not-found{
  padding: 30px 0px;
}
.page-not-found a{
  color: #0000FF;
}
.page-not-found span{
  line-height: 35px;
}
/*================= END: style ==================*/

/*================= BEGIN: main ==================*/

/*================= END: main ==================*/

/*================= BEGIN: contact ==================*/
#formContact .div_input{
  position: relative;
}
#formContact .div_input .form-control-feedback{
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#formContact .div_input .glyphicon-remove{
  color: #f60000;
}
/*================= END: contact ==================*/

/*================= BEGIN: element box ==================*/
.element-editor-box{
  position: relative;
}
.element-editor-box:before,
.element-editor-box:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  border: 1px dotted #f78da7;
  z-index: 920;
  display: none;
}
.element-editor-box:before{
  top: 0;
}
.element-editor-box:after{
  bottom: 0;
}
.element-wrap-show{
  display: none;
}
.element-editor-box:hover > .element-wrap-show,
.element-editor-box:hover:before,
.element-editor-box:hover:after,
.element-editor-box:hover > .element-empty{
  display: block;
}
.element-editor-box .disabled{
  min-height: 50px;
  min-width: 50px;
  width: 100%;
  background: rgb(222 222 222 / 40%);
}
.element-bd{
  position: absolute;
  top: 0;
  border: 1px dotted #f78da7;
  height: 100%;
  z-index: 921;
}
.element-bd.po-l{
  left: 0;
}
.element-bd.po-r{
  right: 0;
}
.element-icon{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 920;
  background: #f78da7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom-left-radius: 5px;
}
.element-icon i{
  color: #333333;
  font-size: 14px;
}
.element-empty{
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #f78da7;
  padding: 5px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px dotted #fff;
  border-top: 0px;
  color: #333333;
  font-size: 12px;
  display: none;
}
#formSearch .element-icon[data-mod="lang"][data-act="lang"][data-pos=""]{
  top: -40px;
}
.element-icon[data-mod="lang"][data-act="lang"][data-pos=""][data-edit=""],{
  right: -40px;
}
.menuTop .element-editor-box:after{
  display: none !important;
}
/*================= END: element box ==================*/

/********************* loading page ****************************/
/* https://stephanwagner.me/only-css-loading-spinner */
.loadOverlay{
  position: relative;
  min-height: 360px;
}
.loadOverlayMinH150{
  min-height: 150px;
}
.loadOverlay:before{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -30px;
  /* margin-left: -10px; */
  border-radius: 50%;
  border-top: 2px solid #eb3134;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
  z-index: 2;
}
.loadOverlay:after{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f5f5f5;
  opacity: .8;
}
.loadOverlay.loadCenter:before{
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -30px;
}
.loadOverlay.minHauto{
  min-height: auto; 
}
.loadOverlay.minHauto160{
  min-height: 160px; 
}
@-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 #eb3134;width: 50%;margin:0px auto;}
#box_redirect p { line-height:18px;}
#box_redirect .top {background: #eb3134;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: #eb3134;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: #eb3134;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:#007b3c; font-weight:bold; font-size:12px;}
#boxMess  h4.err { background:url(../images/icon/icon_warning.gif) no-repeat left; padding:6px 30px; color:#007b3c; font-weight:bold;}
#boxMess .font_err { color:#eb3134;}

#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;
}
.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); }
}
@media all and (max-width: 768px){
  #box_redirect{
    width: 90%;
  }
}
/********************* CSS for box_redirect ****************************/

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media (min-width: 992px){
}

@media (min-width: 768px){
}

@media (min-width: 361px){
}

@media (max-width: 1366px){
}

@media (max-width: 1220px){
}

@media (max-width: 1024px){
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
}

@media (max-width: 991px){
}

@media (max-width: 990px){
}

@media (max-width: 768px){
}

@media (max-width: 767px){
}

@media all and (max-width: 420px) {
}

@media all and (max-width: 360px) {
}