html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}
* {font-family: 'Play';}
h1{font-size:23px !important; color: black !important;}
p{font-size: 15px !important;}
h3{font-size: 18px}
h4{font-size: 16px;}
p{font-size: 14px;}
.lang{width: 25px !important;}
.bg-grey{background-color: #eee;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bg-grey2{background-color: #eee;
}
.home-navbar .navbar-nav li>a{
  transition: color 1s;    
  color: black !important;
}

.haboutus-text{
  color: darkgrey;
  letter-spacing: 1.5px;
  word-spacing: 4px;
  line-height: 1.8; 
}

.haboutus hr{
  width: 20%;
  border-top: 1px solid lightgrey !important;
}

.hprod h3{
  letter-spacing: 15px;
}
.hprod h4{
  letter-spacing: 1.3px;
}

.hprod img{
  max-width: 150px !important;
}

.hnews h3,.news h3{
  letter-spacing: 4px;
}

.hnews img,.news img{
  width: 100% !important;
}

.footer{
  background-color: #2D2D2C !important;
}

.footer *{
  color: white !important;
}

.aboutus-page p{
  letter-spacing: 1.5px;
  word-spacing: 4px;
  line-height: 1.8;
}
.aboutus-page hr{
  width: 50% !important;
}


  .aboutus-page,.news-page,.prod-desc2 {
    background-size: auto;
    background-position: center center;
    background-repeat: repeat;
}
  .aboutus-page, .news-page,.prod-desc2  {
  background-image: url(/mem_module/library/image/about-bg.jpg); 
}

.news img{
  height: 250px !important;
}

.hnews span,.news span{
  color: grey !important;
  font-size: 14px !important;
}

.news-page h3{
  letter-spacing: 2px !important;
}

.news-page .page-img{
  max-width: 500px !important;
}
.news-page .page-img2{
  max-width: 100% !important;
}

.news-page hr{
  width: 10% !important;
  border-top: 1px solid darkgrey;
}
.page-carousel .carousel-control{
  background-image: none !important;
}

#myCarousel img{
  width: 100% !important;
}

.prod .img-card img{
  max-width: 150px !important;
  max-height: 200px !important;
}

.prod-page .page-img{
  max-width: 200px !important;
}

.prod-page p{
  letter-spacing: 1.5px !important;
  padding-left: 30px !important;
}

.page-qr{
  max-width: 120px !important;
}
.home-navbar .navbar-nav li>a{
    font-weight: 800;
    text-shadow: 1px 1px 4px white;
}    

.nofixed{
  position: absolute !important;
}

.thumbnail-img{
    max-width: 60px !important;
    border: 1px solid #eee;
    height: 65px;
    margin-right: 10px;
}

.jssocials-share{
  font-size: 12px !important;
}

.back-to-top {
 
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    color: black;
    right: 0;
    width: 90px;
    height: 85px;
    z-index: 98;
    display: none;
    text-decoration: none;
    color: black;
 
}
 
  
 
.back-to-top i {
 
  font-size: 50px;
 
}
.sg-color{
  color:#FAA61A !important;
}
.sg-color2{
  color: #17479E !important;
}

hr{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hprod hr{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.prod-page .sg-color2{
    font-size: 22px;
    letter-spacing: 2px;  
}

.prod-desc h4{
    font-size: 28px;
    letter-spacing: 2px;  
}
.prod-desc h3{
    letter-spacing: 2px;  
}

.cust-container{
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.news-col{
  height: 400px !important;
}

.prod-desc h3{
  line-height: 1.5 !important;  
}

.news-page p{
    letter-spacing: 1.5px;
    line-height: 1.8;  
}
@media only screen and (max-width: 768px) {
	.navbar-brand{float:none !important;}
	.custom-search-input{
		margin-left: auto;
    	margin-right: auto;
    	max-width: 300px;
	}
	.icon-bar{background-color:black !important;}
	.dropdown-menu *{
    width: 100% !important;
    border: none !important;		
	}

  .xs-hidden{
    display: none !important;
  }
  .m120,.m120-banner{
    margin-top: 140px !important;
  }
  .prod-banner{
    width: 100%;
    margin-top: -26px !important;
  }
  .haboutus img{
    max-width: 100px !important;
  }
  .page-qr{
      position:fixed;
      bottom: 5%;
      left: 10%;
  }  
}

@media only screen and (max-width: 768px) {
.logo{width:140px;margin-top: -5px;}
.home-navbar{margin-bottom: 0px !important;}

  .home-navbar .navbar-nav .active>a{
    color:#FAA61A !important;
    font-weight: 600 !important; 
  }

  .home-navbar .navbar-nav li>a{
    letter-spacing: 1.5px;
    color: black !important;      
  }


  .home-navbar .navbar-nav li>a:hover{
    color: #FAA61A !important;    
  }
  .navbar-toggle{margin-top: 17px !important;}
  .xs-display{
    margin-bottom: 20px;
    margin-top: 10px;  
  }
  .aboutus-page img{
    width: 100% !important;
  }
}

@media  (min-width:768px) and (max-width:1200px) {
  .navbar-header{width: 100% !important;}
  .navbar-brand{float:none !important;}
  .logo{margin-left: auto !important; margin-right: auto !important;}
  .navbar-nav{width: 100% !important;margin-left: 0px !important;}
  .home-navbar .navbar-nav li>a{
    font-size: 14px !important;
    letter-spacing: 1.5px;
    color: black !important;      
  }
}
@media only screen and (max-width: 1200px) {
  .hidden-sm{
    display: none !important;
  }
}

 @media only screen and (min-width: 990px) {
  .footer .pd-l{
    border-left: 2px solid dimgrey;
    padding-left: 40px !important;
    height: 350px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .home-navbar .navbar-nav li>a{
    font-size: 15px !important;
    letter-spacing: 1.5px;
    color: black !important;      
  }
  .nav-aboutus{ 
    margin-top: 160px !important;
    border: 1px solid #eee;
    padding: 0px 5px 0px 5px !important;    
  }

  .nav-prod{
    margin-top: 160px !important;
    border: 1px solid #eee;
    padding: 0px 5px 0px 5px !important;
}
  .nav-aboutus .active,.nav-prod .active{
    margin-top: 15px !important;
  }

  .nav-aboutus,.nav-prod{
    font-size: 16px !important;
    letter-spacing: 2px;    
  }

  .prod-col{
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
}
@media only screen and (min-width: 768px) {
  .logo{
    max-width: 210px !important;
  }
.m120{
  margin-top: 95px !important;
}  
    .xs-display{
    display: none !important;
  }
  .home-navbar{
    background-color: #eee !important;
    border:none !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    height:125px !important;

  }
  .nofixed{
    background-color: transparent !important;
  }
  .home-navbar .navbar-nav{
    margin-top: 25px !important;
  }
  .home-navbar .navbar-nav li{
    margin-right: 15px !important;
  }

  .home-navbar .navbar-nav .active>a{
    background-color: transparent !important;
    color:#FAA61A !important;
    font-weight: 600 !important;
  }




  .home-navbar .navbar-nav li>a:hover{
    color: #FAA61A !important;    
  }
	.dropdown-toggle:focus{
		background-color:white !important;
	}

  .btn-search{
    background-color: transparent !important;
    border-color: transparent !important;
    margin-top: 7px !important;    
    font-size: 20px !important;
  }

  #myCarousel .fa-angle-left, #myCarousel .fa-angle-right{
    margin-top: 240px !important;
  }

  .carousel-caption {
      right: 0% !important;
      left: 0% !important;
      padding-bottom: 30px;
      bottom:0 !important;
  }  

  .haboutus img{
    max-width: 140px !important;
  }
  .haboutus .icon-text{
    margin-top: 53px;
    font-size: 20px !important;
    font-weight: 600;    
  }


  .footer h4{
    font-size: 22px !important;
  }
  .footer li>p{
    font-size: 16px !important;
  }
  .footer .fa{
    font-size: 22px !important;
    margin-right: 10px;
  }
  .footer .responsive-footer{
    font-size: 12px !important;
  }
  .custom-search-input{
    position: absolute;
    margin-top: 32px;
    
  }
  .custom-search-input.hidden{
    display: none !important;
    left: 480px;   
  }
  .carousel-indicators {
    bottom: 0px !important;
  }  
  .prod-banner{
    width: 100% !important;
    height: 550px !important;    
  }

  .prod-desc{
    padding-top: 35px !important;
    padding-left: 65px !important;
  }
  .page-qr{
      position:fixed;
      bottom: 10%;
      left: 17.5%;
  }

}

@media  (min-width:768px) and (max-width:990px) {
  .navbar-brand{ margin-left: -100px !important;}
  .home-navbar .navbar-nav {
      margin-top: 25px !important;
  }  
}

/*----------------------------- Carousel -----------------------------*/

        .carousel-control.left
      {
        background: none;
      }
      .carousel-control.right
      {
        background: none;
      }

      .carousel-control
      {
        position: absolute;
        top: 45%;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: auto;
        color: #fff;
        text-align: center;
        opacity: 1;
        text-shadow: none;
      }
      .carousel-control:hover
      {
        color: #000;
      }
      .carousel-indicators
      {
        bottom: -50px;
      }
      .carousel-indicators li
      {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #16a085;
        border-radius: 50%;
      }
      .carousel-indicators .active
      {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #16a085;
      }
      .carousel-caption
      {
        visibility: :hidden;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        background: rgba(0,0,0,0.4);
        transition: visibility 2s;
      }



/*----------------------------- Carousel -----------------------------*/      


  /* Shine */
.hprod figure {
    position: relative;
}
.hprod figure::before {
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 2;
    display: block;
    content: '';
    width: 60%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,.4) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.1) 0%, rgba(255,255,255,.4) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hprod figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.hovereffect {
width:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:105px 0 0;
padding:10px 21px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


.vticker img{
  max-width: 30% !important;
}
.vticker ul{
  padding: 0;
  margin-top: -10px !important;
}
.vticker li{
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.vticker .black-a{
  margin-left: 15px !important;
  font-size: 18px !important;
}


.card {
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
    height: 400px !important;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 18px;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

/*-----------------------------Search Text Box-----------------------------*/

 
    .custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .custom-search-input .btn-search2 {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:skyblue;
    }
 
    .search-query:focus + .btn-search2 {
        z-index: 3;   
    }

/*------------------------------------------------------------------*/

.stick {
  position:absolute;
  bottom:5% !important;
}