

#nav-logo-menu-btn-2 .bg-wrap {
	background: #ffac00;}
#nav-logo-menu-btn-2 .bg {
	opacity: 1;
}#header-text-img-4 .bg{
    background-image: url('http://incatalogue.online/img/intuigiayshopthoitrang.jpg');
    background-size: cover;
    background-repeat: No-repeat;
    background-position: center center;
    opacity: 0.22;
}
#header-text-img-4 .bg-wrap{
	background: #fff;
}
#header-text-img-4 .col-md-6.img-right{
    position: absolute;
    right: 0;
}
@media(max-width: 767px){
    #header-text-img-4 .col-md-6.img-right{
        position: relative;
    }
}
#text-1col-center-2--0 .bg {
	background-position: right center;
	opacity: 1;
	background-image: url('http://incatalogue.online/img/maybay8.png');
}#desc-text-img-7 .bg{
    background-repeat: No-repeat;
    background-size: 250px 250px;
    background-position: left top;
    background-image: url('http://incatalogue.online/img/shape-1.svg');
}
#desc-text-img-7 .bg{
    background-color: #fff;
}
#text-1col-center-2 .bg {
	background-position: center center;
	background-size: cover;
	background-image: url('http://incatalogue.online/img/Intuigiay_backgroud_3.png');
}
#text-1col-center-2--1 .bg {
	background-size: cover;
	opacity: 0.19;
	background-image: url('http://incatalogue.online/img/thuong_hieu.png');
}
#text-1col-center-2--1 .bg-wrap {
	background: #ffffff;
}#action-text-btn-3 .bg {
    background-image: url('http://incatalogue.online/img/Rectangle_8.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}
#action-img-text-btn-3 .bg-wrap {
	background: linear-gradient(135deg, #e41e26, #ffac00);
}#benefits-3col-16 .bg {
    background-image: url('http://incatalogue.online/img/shutterstock_279056594.png');
    background-position: center center;
    background-repeat: No-repeat;
    background-size: cover;
}
@media(max-width: 1200px){
	#benefits-3col-16 .col-lg-3 .content-box{
		position: inherit !important;
    	top: auto !important;
	  	bottom: auto !important;
		left: auto  !important;
	  	right: auto !important;
	}
}
#text-1col-center .bg {
	background-position: center bottom;
	opacity: 0.22;
	background-image: url('http://incatalogue.online/img/tui_giay_dung_my_pham_02.jpg');
}
#text-1col-center .bg-wrap {
	background: rgba(0, 0, 0, 0.88);
}#sep-top-6 .bg-wrap {
    background-color: rgba(255, 255, 255, 0);
}     #sep-bottom-6 .bg-wrap {
    background-color: rgba(255, 255, 255, 0);
}     .action-button-left{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001190 !important;
}
.action-button-left img{
    border-radius: 50%;
    position:  absolute;
    left: 0;
}
.action-button-left .btn-lg{
    padding: 1.2rem 1.5rem 1.2rem 5rem;
    font-size: 25px;
}
#testimonial-3col-4 .bg-wrap {
    background-color: #f4f5f6;
}#sep-top-6 .bg-wrap {
    background-color: rgba(255, 255, 255, 0);
}     #contact-text-form .bg {
	background-image: url('http://incatalogue.online/img/tuigiay3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.14;
}.action-button-right{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1001190 !important;
}
.action-button-right img{
    border-radius: 50%;
    position:  absolute;
    left: 0;
}
.action-button-right .btn-lg{
    padding: 1.2rem 1.5rem 1.2rem 4rem;
    font-size: 25px;
}
@media(max-width: 767px){
    .action-button-right .btn-lg{
        padding: 2rem;
    }
}#sep-center-1 .bg-wrap {
    background-color: rgba(255, 255, 255, 0);
}
/*subMenu bo sung*/
/* Style The Dropdown Button */
.dropbtn {
  background-color: #ffac00;
  color: white;
  padding: 35px 10px 20px 15px;
  font-size: 14px;
	font-family: 'OpenSans';
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffac00;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #ffac00;
}
