.fancybox-infobar,
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs{
  display: none !important;
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right : 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.fancybox-thumbs-x .fancybox-thumbs__list{
  margin: 0 auto;
}
.fancybox-thumbs__list a::before {
  border: 2px solid #42c161;
}
.fancybox-button{
  background: #b42025;
}
.page-not-found{
  padding: 100px 0px;
}
.page-not-found a{
  color: #0c2372;
}
.page-not-found span{
  line-height: 35px;
}
.div_input{
  position: relative;
}
.div_input .glyphicon:before{
  display: none;
}
.div_input .form-control-feedback{
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.div_input.div_clock .form-control-feedback{
  right: 10px;
}
.div_input label.containe1 .form-control-feedback{
  top: -10px;
  right: -320%;
}
.div_input input,
.div_input textarea,
.div_input select{
  /* border: 1px solid #dedede; */
}
.div_input.has-error input,
.div_input.has-error textarea,
.div_input.has-error select{
  border: 1px solid #f60000 !important;
}
.div_input.has-success input,
.div_input.has-success textarea,
.div_input.has-success select{
  border: 1px solid #00ff2b !important; 
}
.menuSidebar ul li a{
  padding-right: 5px;
  white-space: unset;
  -ms-text-overflow: unset;
  text-overflow: unset;
  overflow: unset;
}

/*================= BEGIN: main ==================*/

/*================= END: main ==================*/

/*================= BEGIN: news ==================*/
.the-content .designGalleryNews .item .img a{
  padding-top: initial;
}
.the-content .designGalleryNews .item .img a img{
  position: unset;
}
/*================= END: news ==================*/

/*================= BEGIN: gift ==================*/
.news.v-gift .tend a{
  white-space: unset;
  -ms-text-overflow: unset;
  text-overflow: unset;
  overflow: unset;
}
/*================= END: gift ==================*/

.support-hotline{
    position: fixed;
    bottom: 15%;
    right: 15px;
    z-index: 9999;
    pointer-events: auto;
    cursor: pointer;
}
.support-hotline .div_title a:hover span.icon{
    border-radius: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.support-hotline .div_title span.icon{
    width: 45px;
    height: 45px;
    position: relative;
    display: block;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.support-hotline .div_title span.icon i{
    font-size: 18px;
    line-height: 38px;
}
.support-hotline .div_title span.icon span{
    font-size: 10px;
    display: block;
}
.support-hotline ul li{
    margin-bottom: 10px;
}
.support-hotline ul li.tel{
    position: relative;
}
.support-hotline ul li:last-child{
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.support-hotline ul li.backFx{
    margin-top: 10px;
}
.support-hotline ul li > a{
    width: 43px;
    height: 43px;
    border-radius: 100%;
    color: #ffff;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.support-hotline ul li.backFx > a{
    background: #000000;
}
.support-hotline ul li > a img{
	border-radius:100%;
}
.support-hotline ul li > a:hover{
}
.support-hotline ul li > a span, .support-hotline ul li > a .fa{
    line-height: 45px;
    font-size: 16px;
}
.support-hotline ul li > a .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-animation: bouncez 1.2s 500ms infinite;
    -o-animation: bouncez 1.2s 500ms infinite;
    animation: bouncez 1.2s 500ms infinite;
}
@keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {transform: translate(-50%,-50%);}
    40% {transform: translate(-50%,-70%);}
    60% {transform: translate(-50%,-60%);}
}
@-webkit-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%,-50%);}
    40% {-webkit-transform: translate(-50%,-70%);}
    60% {-webkit-transform: translate(-50%,-60%);}
}
@-moz-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translate(-50%,-50%);}
    40% {-moz-transform: translate(-50%,-70%);}
    60% {-moz-transform: translate(-50%,-60%);}
}
@-o-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-o-transform: translate(-50%,-50%);}
    40% {-o-transform: translate(-50%,-70%);}
    60% {-o-transform: translate(-50%,-60%);}
}

.support-content{
    width: 240px;
    position: absolute;
    background: #fff;
    bottom: 0px;
    right: 0;
    color: #000;
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    border: solid 5px #b42025;
    border-radius: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -mos-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}
.support-hotline.show .support-content{
    opacity: 1;
    visibility: initial;
    right: 70px;
}

.support-content:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #b42025;
    position: absolute;
    right: -15px;
    bottom: 20px;
}
.support-content p{
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}
.support-content .title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #f5f5f5;
}
.support-content .line{
    padding: 10px 20px;
}
.support-content .line a{
    display: block;
    position: relative;
    color: #b42025;
    line-height: 28px;
    font-size: 20px;
}
.support-content .line > span{
    font-size: 16px;
    text-transform: initial;
    margin-bottom: 10px;
}
.support-content .line > span i{
    font-size: 20px;
    margin-right: 5px;
    color: #b42025;
    display: inline-block;
    position: relative;
    bottom: -2px;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
.support-content .line span{
    display: block;

}

/********************* loading page ****************************/
/* https://stephanwagner.me/only-css-loading-spinner */
.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 #b42025;
  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;
}
.loadOverlay.loadOverlay-35:before{
  left: 35%;
}
.loadOverlay.loadOverlay-40:before{
  left: 40%;
}
.loadOverlay.loadOverlay-45:before{
  left: 45%;
}
@-webkit-keyframes spinner {
  to {transform: rotate(360deg);}
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
/********************* loading page ****************************/

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media (max-width: 768px){
  
}