@charset "utf-8";
/* [Responsive Stylesheet]
 * CSS Maxtoh Sysm Sdn Bhd
 */


/* ==============================
   Small desktop
   ============================== */
.col-visible{
    display: none;
  }



@media only screen and (max-width: 1680px) {


}
@media only screen and (max-width: 1366px) {
	
    	
    .inner-nav ul li {
        margin-left: 45px;
    }
	 
    .banner-slide{
    background-position: center;
  }
}  

@media only screen and (max-width: 1200px) {
	
    
}

/* ==============================
   Tablet landskape
   ============================== */

@media only screen and (max-width: 1024px) {
    .page-section{
        padding: 30px 0;
        
    }
    .page-section, .home-section, .small-section{
        background-attachment: scroll;
    }

    
}
  
@media only screen and (max-width: 992px) {
  .header-nav > ul > li {
      margin-left: 10px;
  }
  .footer-copy-logowrap{
      margin-top: 30px;
    }

    .hidden-md{
      display: none;
    }
}
  
/* ==============================
   Tablet Portrait
   ============================== */
  
@media only screen and (max-width: 768px) {

    .page-section {
        padding: 20px 0;
    }    
    .small-section {

    }
    .nav-logo-wrap {
      max-width: 170px;
      margin-top: -61px;
    }
    .text-right-xs{
      text-align: right!important;
    }
    .text-left-xs{
      text-align: left!important;
    }
    .text-center-xs{
      text-align: center!important;
    }
    .banner-slide h1{
      font-size: 35px;
    }
    .banner-slide .home-banner p {
      font-size: 12px;
    }
    .banner-slide .banner-whitebg{
      background-color: rgba(255,255,255,0.5);
      width: 65%;
    }
    .tpl-minimal-tabs > li {
      padding: 8px 5px;
    }
    .tpl-minimal-tabs > li > a{
      font-size: 11px;
    }
    iframe.wordmap-wrap{
      width: 100%;
    }
    #about-readmore .story-nextbtn, #about-readmore .story-backbtn {
      position: relative;
      
  }
  #aboutus .pt-80{
    padding-top: 0!important;
  }
    
    #aboutus .js-height-content{
      padding-top: 15px;
      padding-bottom: 15px;
    }
    #ourmenu .pt-120{
      padding-top: 50px!important;
      padding-bottom: 50px;
    }
    #franchise .pt-80{
      padding-top: 0px;
    }

    #franchise .js-height-content{
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .banner-whitebg{
      -ms-transform: skewX(0deg);
      -webkit-transform: skewX(0deg);
      transform: skewX(0deg);
      width: 100%!important;
      display: none;
    }
    .banner-slide .container{
      padding-top: 25px;
      padding-bottom: 25px;
        background-color: rgba(255,255,255,0.5);

    }
    .banner-slide h1{
      text-shadow: 1px 1px 2px #000;
    }
    .banner-slide p{
      text-shadow: 1px 1px 2px #fff;
    }
    .banner-slide h1{
      margin-top: 0px;
    }
    .hidden-xs{
      display: none;
    }
    .visible-xs{
      display: block;
    }
    .container .work-grid-3 .work-item{
      width: 50%;
    }
    .scroll-down.local-scroll{
      display: none;
    }
    #franchise .frsupport-icondesc, #franchise .note-body {
      font-size: 12px;
  }
  .aboutus-story{
    font-size: 13px;
  }
  .white-popup-block {
    background: #FFF;
    padding: 10px 10px;
    font-size: 14px;
  }
  .popupside_item_selection > div {
      max-width: 20.0%;
  }
  .popupext_item_selection > div {
      max-width: 20.0%;
  }
  .popupdrink_item_selection > div {
      max-width: 25.0%;
  }
  .white-popup-block .text-28{
    font-size: 20px!important;
  }
  .white-popup-block .text-18{
    font-size: 15px!important;
  }
  .product-desc{
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
    .header-nav > ul > li {
        margin-left: 0px;
    }
    
}


/* ==============================
   Phone
   ============================== */
  
@media only screen and (max-width: 480px) {
    .page-section {
        padding: 15px 0;
    }
    
}

/* ==============================
   Small Phone
   ============================== */
  
@media only screen and (max-width: 319px) {
    
}


/* ==============================
   IOS Background Fix
   ============================== */
  
.mobile .page-section, .mobile .home-section, .mobile .small-section{
    background-attachment: scroll;
}