/* mobile style*/

@media only screen and (max-width: 768px) {
.footer-bottom {
padding-bottom: 50px !important;
}
      .marquee h1 {
	font-size: 90px !important;
      }
.sticky-mobile-menu {
	display: block;
		color: black !important;
}
.sticky-mobile-menu p {
		color: black !important;
}
.menu-ben {
	display: none;
}
.cauhinhnut > .icon-box-text > .text strong {
		color: white!important;
    text-shadow: 1px 1px 1px black;

}
.cauhinhnut > .icon-box-img {
		margin-bottom: 0!important;
		
}
}



/* iPad landscape style here */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {



}



/* iPad portrait style here */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {





}



/**desktop**/

@media only screen and (min-width: 1440px) {

    .full-width .ubermenu-nav, .container, .row {

        max-width: 1270px !important;

    }





    .product-item .product-thumbnail {

        height: 280px;

    }

}