@media (min-width: 992px) {
    nav.fixed-top:not(.sticky-top):not(.show-menu) .bg-wrap {
        opacity: 0 !important;
    }
}
#nav-logo-megamenu .bg-wrap {
	background: #1a5f76;
}#header-text .bg {
    background-image: url('../images/background/anhbg012.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
}
#header-text .bg-wrap {
	background: #000000;
}
#action-text-4col .bg-wrap {
	background: #f6f6f6;
}
#desc-text-halfbg-3 .bg {
	background-position: left top;
	opacity: 0.16;
	background-image: url('../images/background/header-background.jpg');
}#gallery-3col-5 .bg-wrap {
	background: #ffffff;
}
#action-text .bg {
    background-image: url('../images/background/bg-34.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    opacity: 0.72;
}

#action-text .bg-wrap {
	background: rgba(21, 148, 190, 0.56);
}#contact-text-form .bg {
	background-image: url('../images/bg-3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.15;
}    .hidden{
        display: none !important;
    }
  .action-social-right .rounded-circle{
  	overflow: visible !important;
  }
  .action-social-right .morestats, .action-social-right .btbg{
	-moz-transition: 0.1s 0.15s;
    -o-transition: 0.1s 0.15s;
    -webkit-transition: 0.15s;
    -webkit-transition-delay: 0.15s;
    -webkit-transition: 0.1s 0.15s;
    transition: 0.1s 0.15s;
  }
  .action-social-right .salesdesk-widget-button-text::after {
    content: "";
    top: 9px;
    right: -7px;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid rgba(0,0,0,.5);
  }