@font-face{
    font-family: 'Open Sans-semibold';
    src: url(../fonts/OpenSans-Semibold.ttf)format("truetype");
}
@font-face{
    font-family: 'Open Sans-regular';
    src: url(../fonts/OpenSans-Regular.ttf)format("truetype");
}
@font-face{
    font-family: 'Open Sans-light';
    src: url(../fonts/OpenSans-Light.ttf)format("truetype");
}
@font-face{
    font-family: 'Open Sans-italic';
    src: url(../fonts/OpenSans-Italic.ttf)format("truetype");
}

/* https://gomakethings.com/smooth-scrolling-links-with-only-css/ */
/* html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
} */

html{
    scroll-behavior: smooth;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
  }

body{
    margin-top: 50px;
    width: 100%;
    padding: 0px;
}

.body-wrapper {
    background-color: #ffffff;
}

.widthLock{
    max-width:1920px;
    margin:0 auto;
}

.intro {
    padding-top:3%;
}
.value-logo{
    width: auto;
    height: 20px;
    vertical-align: baseline;
    position: relative;
    bottom: -3px;
    
}


.top-menu a{
    color: #ffffff;
}
a:hover{
    text-decoration: none;
}

.row {
    margin-right:0;
}

.value-logo-header{
    width: 190px;
    position:relative;
    bottom:10px;
}
.grey-background{
    background-color: #F2F0F1;
    min-height:700px;
}

.nav-container{
    padding-top:10px;
}

@media(max-width:1024px){
    .value-logo-header{
        width: 150px;
        position:relative;
        bottom:10px;
    }

    .nav-container{
        height:80px;
    }
}

/* Font style from designer */
h1, h2, h3{
    font-family: 'Open Sans-semibold';
}

h4, h5, p{
    font-family: 'Open Sans-regular';
}

h1{
    font-size: 36pt;
}
h2{
    font-size: 28pt;
}
h3{
    font-size: 20pt;

}
h4{
    font-size: 18pt;

}
h5{
    font-size: 16pt;

}
li{
    font-size: 18pt;
}
p{
    font-size: 14pt;
    margin: 0.3rem;
}
a{
    cursor: pointer;
}
.orange{
    color: #F15B2A;
}

.uppercase{
    text-transform: uppercase;
    margin-top: 10px;
}

h1{
    text-align: center;
}

.center{
    text-align: center;
    justify-content: center;
}

/* Body Content */
section{
    padding: 50px;
}

@media(max-width:576px){
    section{
        padding: 50px 30px;
    }
}

/* Carousell Image */
.slideshow-container{
    height: 100%;
    overflow: hidden;
}
.promotion-img{
    width: 100%;
}

@media(max-width: 860px){
    .slideshow-container{
        height: 100%;
        overflow: hidden;
    }
}
@media(max-width: 576px){
    .slideshow-container{
        height: 100%;
        overflow: hidden;
    }

    body::-webkit-scrollbar {
        display: none;
    }
}

/* back to top icon */
.back-top{
    position: fixed;
    bottom: 5%;
    right: 10%;
    opacity: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
}

/* top bar */
.top-bar{
    background-image: linear-gradient(to right, #F47422, #F15B2A);
    padding: 0 5%;
    padding-top: 10px;
}

.top-bar .container > *{
    display: inline-block;
    margin: 5px;
    color: #ffffff;
    font-weight: 100;
}

.top-menu > * {
    display: inline-block;
}

.top-menu div{
    vertical-align: super;
}

.toggle-icon{
    width: 30px;
    height: 30px;
    margin: 0 5px;
    opacity: 50%;
    vertical-align: top;
}

.toggle-icon:hover{
    opacity: 90%;
}

.active-icon{
    opacity: 100%;
}

.vertical-rule{
    border-right: 1px #ffffff solid;
    padding: 2px;
    height: 25px;
    vertical-align: sub;
}

.welcome{
    color: #ffffff;
    margin-left: 20px;
    padding-left: 15px;
    border-left: 1px #ffffff solid;
}

@media (max-width: 860px){
    .welcome {
        display: none;
    }
}


.left-border{
    color: #ffffff;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px #ffffff solid;
}

/* Page Navbar */
.page-nav{
    background-color: #F2F0F1;
    padding: 10px;
}

.nav-container{
    display:grid;
    grid-template-columns:30% 70%;
    width:80%;
    margin:auto;
}

.page-nav-logo{
    width: auto;
    height: 100px;
    margin-right: 30px;
    align-self:end;
}

.nav-items{
    justify-self:end;
    align-self:end;
    margin-bottom:10px;
}

.nav-item .value-logo{
    width: auto;
    height: 26px;
}

.nav-item > *{
    display: inline-block;
    margin: 10px 20px;
    text-decoration: none;
    color: black;
}
.nav-item a:hover{
    text-decoration: none;
    color: rgb(97, 95, 95);
}

.nav-item a:active{
    text-decoration: none;
    color: #F47422;
}

.menu-icon{
    display: none;
    /* height: 45px; */
}

@media(max-width:576px){
    .nav-item .value-logo{
        width: auto;
        height: 24px;
    }
}

@media(min-width: 860px) and (max-width:1024px){
    #ipadPro-down  a.menu-icon {
        float: right;
        display: block;
        position: static;
        margin: 5px;
      }

      /* .nav-menu a img{
          width:50px;
          align-self:center;
          margin-bottom:15px;
      } */
}

@media screen and (max-width: 1024px) {
    .nav-menu .nav-item{display: none;}
    .nav-menu a.menu-icon {
      float: right;
      display: block;
      position: static;
      margin: 5px;
    }

    .nav-menu .page-nav-logo{
        width: 150px;
        height: 55px;
        align-self:center;
    }

    .nav-items{
        align-self:center;
    }

    .nav-items{
        margin-bottom:0px;
    }
    .nav-item{
        position: absolute;
        background-color: rgb(230, 230, 230);
        right: 0;
        margin-top: 30px
    }

    .nav-menu.responsive {position: relative;}
    .nav-menu.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .nav-menu.responsive .nav-item,.nav-menu.responsive .nav-item a{
      display: block;
    }
    .nav-menu.responsive .nav-item{
        float: right;
    }
}

@media(max-width:576px){
    .nav-container{
        width:90%;
    }
}
  
/* Footer */

.address{
    margin-bottom:1rem;
}

.footer-main{
    background-color: #414042;
    padding-top: 30px;
    color: #E2E2E1;
    padding-bottom: 30px;
}
.footer-main a{
    color: #E2E2E1;
    text-decoration: none;
}
.footer-logo {
    margin-bottom:1.5rem;
}
.footer-logo-img {
    width: 120px;
    height: 40px;
}
.footer-main h3, .white{
    color: #ffffff;
}
.footer-main header{
    font-weight: bold;
    font-size: 18px;
}
.italic-slogan{
    font-family: 'Open Sans-italic';
    font-size: 13pt;
}
.media-icon{
    width: 30px;
    height: 30px;
    margin-right:10px;
}

.media-icons{
    margin-left:20px;
}

@media(max-width:576px){
    .xs-hide{
        display: none;
    }
}


/* Copyright Bottom Bar */
.bottom-bar{
    background-image: linear-gradient(to right, #F47422, #F15B2A);
    text-align: center;
    color: #ffffff;
    padding: 0.5rem;
    min-height:3rem;
}

@media (max-width: 576px){
    .bottom-bar {
        font-size: 10pt;
    }

    .value-logo {
        width: auto;
        height: 18px;
    }
}

.bottom-bar small{
    font-size:90%;
    font-weight:500;
    margin-bottom:.5rem;
}

.bottom-bar img {
    line-height: 1.0rem;
}

.bottom-bar .value-logo{
    height:18px;
}

@media(max-width: 576px){
    h1{
        font-size: 20pt;
    }
    h2{
        font-size: 17.5pt;
    }
    h3{
        font-size: 14pt;

    }
    h4{
        font-size: 12pt;    
    }
    h5{
        font-size: 9pt;
    }
    li{
        font-size: 12pt; 
    }
    p{
        font-size: 9pt;
        margin: 0.3rem;
    }
    .value-logo-header{
        width: 90px;
        position:relative;
        bottom:5px;
    }

    body ::-webkit-scrollbar{
        display: none;
    }

    .top-bar{
        padding: 10px 0 0 0
    }
    .howTo img{
        display: block;
        margin: 0 auto;
        max-width: 280px;
    }

    .intro{
        margin-left:20px;
        padding-bottom:0px !important;
    }
}



/* Contents */

.title{
    padding-bottom:15px;
    border-bottom:1px grey solid;
}

.word-break{
    word-wrap: break-word;
}