/* @import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700|Anton|PT+Sans+Narrow&display=swap');
body { font-family: "Open Sans";  }

.bor-rite { border-right: 1px solid #aaa; }
h1,h2,h3,h4,h5 { font-family: Anton, sans-serif; }
.topmenu { font-weight: bold; text-transform: uppercase; }
.topmenu2 { font-family: "Open Sans Condensed", sans-serif; font-weight: bold; font-size: 1.4em; padding: 10px 0;  }
.bottomsection { border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: url(images/footer_bg_2.jpg); margin: 70px 0 0 0; }

nav ul a, #dropdown1 a, #mobile-demo a { font-family: "Open Sans Condensed", sans-serif; font-size: 1.45em; text-transform: uppercase; font-weight: bold; }
.head_bot { color: #333; }
a.foot_link { color: #555; text-decoration: underline; }
a.foot_link:hover { color: blue; }

.main-cat { font: bold 1.1em 'Open+Sans+Condensed', sans-serif; font-size: 1.1em; }
.parallax-container { height: 350px; width: 100%; }

nav ul li a.shp_menu { background: url('/images/shopee_icon.png'); background-repeat: no-repeat; background-size: 38px;
  background-position: left; padding-left: 40px; margin-left: 10px; }
nav ul li a.laz_menu { background: url('/images/lazada_icon.png'); background-repeat: no-repeat; background-size: 40px;
  background-position: left; padding-left: 45px; margin-left: 10px; }
nav ul li a.shop_menu { background: url('/images/shop_icon.png'); background-repeat: no-repeat; background-size: 40px;
  background-position: left; padding-left: 45px; margin-left: 10px; }

.video-container { margin: 70px auto 40px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 2%;
left: 8%;
width: 84%;
height: 85%;
}