@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../font/Montserrat-Regular.ttf');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../font/Montserrat-Bold.ttf');
}

@font-face {
  font-family: 'NotoSansSC-Regular';
  src: url('../font/NotoSansSC-Regular.otf');
}

@font-face {
  font-family: 'GothamBook';
  src: url('../font/Gotham-Book.otf');
}

@font-face {
  font-family: 'GothamBold';
  src: url('../font/Gotham-Bold.otf');
}

html body {
  font-family: 'GothamBook';
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat-Bold';
}

p {
  font-family: 'GothamBook';
}

.testFont {
  font-family: 'GothamBold';
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 11px 20px;
  text-decoration: none;
  font-size: 1.6rem;
  color: #ffffff !important;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 1%;
  font-size: 5rem;
}

/* NAV BAR SECTION */
nav {
  transition: all 0.3s;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  z-index: 1020;
  width: 100%;
}

.navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-nav .nav-link:hover {
  color: #E5E4E2 !important;
}

.navbar-brand img {
  width: 200px;
}

.navShadow {
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
}

.affix {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #004085;
}

.col-pixel-width-70 {
  flex: 0 0 70px;
}

.btn-register {
  font-size: 1.1rem;
  width: 175px;
  color: #fff;
  cursor: pointer;
  height: 40px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-grad {
  /* background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%) */
  width: 240px;
  font-size: 20px;
  /* font-weight: 600; */
  color: #fff;
  cursor: pointer;
  /* margin: 20px; */
  height: 50px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-grad:hover,
.btn-register:hover {
  color: #fff;
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-grad.color-2,
.btn-register.color-2 {
  /* background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19); */
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  /* box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75); */
}

#section-1 {
  min-height: 750px;
  /* PARALLAX EFFECT */
  background-repeat: no-repeat;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;

}

#section-1-bg {
  background-image: url(../image/MYSG-APC-Banner-BG_1920x915px.jpg);
  background-size: cover;
  background-position: center right;
  min-height: 750px;
  /* -webkit-animation: 7s zoom;
  -moz-animation: 7s zoom;
  -ms-animation: 7s zoom;
  animation: 7s zoom; */
  animation-fill-mode: forwards;
  /* PARALLAX EFFECT */
  background-repeat: no-repeat;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  animation: slideShow 5s;
  -o-animation: slideShow 5s;
  -moz-animation: slideShow 5s;
  -webkit-animation: slideShow 5s;
}

#section-1 .section-1-pp-img {
  position: relative;
  top: 100px;
  left: 47%;
}

@-webkit-keyframes zoom {
  0% {
    background-size: 110% 110%;
    background-position: center center;
  }

  100% {
    background-size: 101% 100%;
    background-position: center center;
  }
}

@-moz-keyframes zoom {
  0% {
    background-size: 110% 110%;
    background-position: center center;
  }

  100% {
    background-size: 101% 100%;
    background-position: center center;
  }
}

@-ms-keyframes zoom {
  0% {
    background-size: 110% 110%;
    background-position: center center;
  }

  100% {
    background-size: 101% 100%;
    background-position: center center;
  }
}

@keyframes zoom {
  0% {
    background-size: 110% 110%;
    background-position: center center;
  }

  100% {
    background-size: 101% 100%;
    background-position: center center;
  }
}

#section-1 .container-fluid {
  padding-top: 200px;
  padding-left: 105px;
}

#section-1 .container-fluid h1 {
  /* font-size: 3rem; */
  font-family: 'Montserrat-Bold';
}

#section-1 button {
  margin-top: 20px;
}

#section-6 .btn-grad {
  width: 100%;
  height: 35px;
  font-size: 1.1rem;
}

#section-2 {
  background-color: #EFEFEF;
  color: #0071BC;
}

#section-2-content>h2, #section-3-content>h2 {
  font-family: 'Montserrat-Bold';
}

.section-2-bg-img, .section-3-bg-img {
  max-width: 100%;
  width: 500px;
  height: 100%;
}

.section-2-float-img {
  position: absolute;
  top: -11.5%;
  left: 15%;
  width: 325px;
  z-index: 1;
}

.section-2-float-img1 {
  /* position: absolute;
  top: 35%;
  left: 0;
  width: 130px; */
  position: absolute;
  top: 20%;
  left: -5%;
  width: 220px;
}

.section-2-float-img2 {
  position: absolute;
  /* top: 1%;
  right: 20%;
  width: 130px; */
  top: -15%;
  right: 12%;
  width: 220px;
}

.section-2-float-img3 {
  position: absolute;
  /* right: 10%;
  bottom: 5%;
  width: 130px; */
  right: 2%;
  bottom: -8%;
  width: 200px;
}

#section-2-content, #section-3-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section-3 {
  background-color: #0071BC;
  position:relative; 
  z-index: 2;
}

.section-3-float-img {
  position: absolute;
  top: -1.5%;
  left: 14%;
  width: 375px;
  z-index: 1;
}

.section-3-float-img1 {
  position: absolute;
  top: 25%;
  left: -3%;
  width: 200px;
}

.section-3-float-img2 {
  position: absolute;
  top: -13%;
  right: 25%;
  width: 210px;
}

.section-3-float-img3 {
  position: absolute;
  right: 20%;
  bottom: -10%;
  width: 180px;
}

#section-4 {
  background-image: url(../image/APC-bg-web.jpg);
  background-size: cover;
  padding-bottom: 330px;
  /* height: 1200px; */
  background-position-y: -25px;
  position:relative; 
  z-index: 2;
}

#section-4 img {
  max-width: 110px;
}

.section-4-wrapper {
  margin-bottom: 120px;
}

.section-4-wrapper div p {
  width: 85%;
  margin: 0 auto;
}

#section-5 {
  background-image: url(../image/Web-bg-38.svg);
  margin-top: -330px;
  padding-bottom: 300px;
  background-position-y: -150px;
  position:relative; 
  z-index: 3;
}

.mb-collapse-content, #tabContent {
  color: #6c757d;
}

/* #section-5 p,
#section-5 li {
  color: #6c757d;
} */
#section-5 #sign-up-content h4, #section-5 #sign-up-content h5, .section-5-card h5,
#section-5 #shopping-content h4, #section-5 #mb-sign-up-tab h4, #section-5 #mb-sign-up-tab h5,
#mb-shopping-tab h4 {
  color: #0071BC;
}

.section-5-tab {
  background-color: #ffffff;
  color: #0071BC;
  border: 1px solid rgba(0, 0, 0, .125);
  text-align: center;
  cursor: pointer;
}

.section-5-tab.active {
  background-color: #0071BC;
  border-color: transparent;
  color: #ffffff;
}

.section-5-tab img {
  margin-top: -60px;
  max-width: 75px;
}

.section-5-tab:nth-child(1) {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.section-5-tab:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

.section-5-tab:nth-child(3) {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.section-5-tab-inner {
  text-align: center;
  cursor: pointer;
}

.section-5-tab-inner h5 {
  color: #989898!important;
}

.section-5-tab-inner.active h5 {
  color: #0071BC!important;
}

.section-5-tab-inner.active h5::after {
  content: '';
  position: absolute;
  bottom: 5%;
  width: 30%;
  left: 35%;
  height: 5px;
  background-color: #0071BC;
}

#tab-content2-wrapper, #tab-content2-wrapper-mb {
  display: flex;
  justify-content: center;
}

#section-5 .card {
  border-radius: 1rem;
  border-color: transparent;
}

.section-5-card.card {
  background-color: #efefef;
}

.section-5-card-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-5 #shopping-content img, #section-5 #member-content img, #section-5 #mb-member-tab img,
#section-5 #mb-shopping-tab img {
  width: 75px;
}

#section-5 #member-content img.eCoupon, #section-5 #mb-member-tab img.eCoupon {
  width: 110px;
}

#section-5 #member-content .eCoupon-desc {
  font-size: .9rem;
  color:#0071BC;
}

#section-5 #mb-member-tab .eCoupon-desc {
  font-size: .75rem;
  color:#0071BC;
}

#section-5 #member-content .add-sign {
  font-size: 3rem;
  color:#0071BC;
}

#section-5 #mb-member-tab .add-sign {
  font-size: 3rem;
  color:#0071BC;
}

.section-5-card-img-wrapper-mb {
  text-align: right;
}

.section-5-tab-mb img {
  width: 50px;
}

.section-5-tab-mb-wrapper {
  border-radius: 2rem !important;
  z-index: 1;
  background-color: #0071BC;
}

.section-5-tab-mb-wrapper.collapsed {
  background-color: #ffffff;
  color: #0071BC;
}

.section-5-tab-mb-wrapper .section-5-tab-mb::after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f078";
  color: black;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.section-5-tab-mb-wrapper.collapsed .section-5-tab-mb::after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f054";
  color: #0071BC;
  display: flex;
  align-items: center;
}

#section-6 {
  /* background-image: url(../image/APC-bg01-40.svg); */
  background-image: url(../image/APC-footerbg-web-02.png);
  /* background-size: 100%; */
  background-size: cover;
  margin-top: -300px;
  /* height: 440px; */
  width: 100%;
  /* background-position-x: center; */
  position:relative; 
  z-index: 3;
}

#section-6 .container {
  padding-top: 95px;
  padding-bottom: 15px;
}

#section-6-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-6-img-wrapper img {
  width: auto;
  max-height: 420px;
  margin-top: -40px;
}

#section-6 a[href^=tel] {
  text-decoration:inherit;
  color: inherit;
}

#footer {
  background-color: #4D4D4D;
  position: fixed;
  width: 100%;
  min-height: 600px;
  z-index: -1;
}

#footer .container {
  margin-top: 235px;
}

#footer p {
  font-size: 1.2rem;
}

#footer-logo {
  width: 300px;
  max-width: 100%;
}

#footer .brand-wrapper {
  min-height: 180px;
}

.wp-icon-small {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  color: #0071BC;
  background-color: #fff;
}

.wp-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  background-color: #fff;
  color: #0071BC;
  margin-right: 5px;
}

.slick-slide, .owl-item {
  margin: 0px 10px !important;
}

.slick-slide img, .owl-item img {
  width: auto !important;
  max-width: 100%;
  max-height: 75px;
  margin: 0 auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slide {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track, .slick-slide {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track, .owl-stage {
  position: relative;
  top: 0;
  left: 0;
  /* display: block; */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: -30px;
}

.owl-next {
  right: -30px;
}

.tab-content>.active {
  /* display: none; */
  /* -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4; */
}

.footer-tab .tab-menu {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.footer-tab .nav {
  display: flex;
  flex-wrap: nowrap;
}

.footer-tab .nav-link {
  display: flex;
  color: gray;
  background: transparent;
  /* -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; */
  border: none;
  border-bottom: 1px solid gray;
}

.footer-tab .nav-link.active {
  color: white;
  border-bottom:2px solid white;
}

.footer-tab button:focus {
  outline: none;
}

#footer-prev-tab, #footer-next-tab {
  cursor: pointer;
}

.footer-tab-disabled {
  opacity: 0.5;
  cursor: default!important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.nav.tab-menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nav.tab-menu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.tab-pane img {
  max-width: 180px;
  width: 100%;
}

#nav-profile img {
  max-width: 150px;
}

/* #nav-home img, #nav-contact1 img, #nav-contact2 img {
  max-width: 200px!important;
} */

/* .footer-tab .tab-content {
  min-height: 150px;
  height: 150px;
} */

/* .nav-tabs>li {
  float:none;
} */

.tab-menu-link {
  border-bottom: 2.5px solid transparent;
  color: #9194a1;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  animation-delay: .5s;
}

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.animated.fadeUp {
  -webkit-animation-name: fadeUp;
  -moz-animation-name: fadeUp;
  -o-animation-name: fadeUp;
  animation-name: fadeUp;
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeUp {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes
slideShow {
  0% {
    opacity: 0;
    transform:scale(1.1);
    -ms-transform:scale(1.1);
  }
  5% {
    opacity: 1
  }
  25% {
    opacity: 1;
  }
  100% {
    /* opacity: 0; */
    transform:scale(1);
    -ms-transformm:scale(1);
  }
}

@-o-keyframes
slideShow {
  0% {
    opacity: 0;
    transform:scale(1.1);
    -ms-transform:scale(1.1);
  }
  5% {
    opacity: 1
  }
  25% {
    opacity: 1;
  }
  100% {
    /* opacity: 0; */
    transform:scale(1);
    -ms-transformm:scale(1);
  }
}

@-moz-keyframes
slideShow {
  0% {
    opacity: 0;
    transform:scale(1.1);
    -ms-transform:scale(1.1);
  }
  5% {
    opacity: 1
  }
  25% {
    opacity: 1;
  }
  100% {
    /* opacity: 0; */
    transform:scale(1);
    -ms-transformm:scale(1);
  }
}

@-webkit-keyframes
slideShow {
  0% {
    opacity: 0;
    transform:scale(1.1);
    -ms-transform:scale(1.1);
  }
  5% {
    opacity: 1
  }
  25% {
    opacity: 1;
  }
  100% {
    /* opacity: 0; */
    transform:scale(1);
    -ms-transformm:scale(1);
  }
}

#navbarDropdownMenuLink2mbMenu {
  width: 60%;
}

@media screen and (max-width: 1199.98px) {
  #section-1-bg {
    background-position: center right;
  }

  #section-1 .section-1-pp-img {
    left: 44%;
    width: 52%;
  }

  .section-2-float-img1, .section-2-float-img2, .section-2-float-img3 {
    width: 180px;
  }

  .section-2-float-img2 {
    top: 0%;
    right: 9%;
  }

  .section-2-float-img3 {
    right: -5%;
  }

  .section-2-float-img {
    width: 290px;
    top:-13%;
  }

  .section-3-float-img {
    width: 335px;
    left: 16%;
  }

  .section-3-float-img1, .section-3-float-img2 {
    width: 190px;
  }

  .section-3-float-img2 {
    right: 20%;
  }

  .section-3-float-img3 {
    width: 170px;
    right: 11%;
  }

  #section-5 {
    /* Without video css */
    background-position-x: -240px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1140.98px) {
  .navbar-brand img {
    width: 180px;
  }

  .navbar-nav .nav-link {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 1090px) {
  #section-5 {
    background-image: url(../image/APC-bg-mb08-01.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section-5-mb-bg {
    background-color: #F6F6F6;
  }
}

@media screen and (max-width: 1054.98px) {
  .navbar-nav .nav-link,.btn-register {
    font-size: 0.9rem;
  }

  .btn-register {
    height:35px;
  }
}

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

  .btn-register {
    height:40px;
  }

  #section-1-bg {
    background-position: center center;
    /* background-image: url(../image/APCMbBanner-07.jpg); */
    background-image: url(../image/APC-Banner_576x570px-bg.jpg);
  }

  #section-1 .section-1-pp-img {
    display: unset;
    content: url(../image/SG-APC-Banner-KV-45.png);
    position: relative;
    top: 260px;
    left: 22%;
    width: 500px;
  }

  #section-1 .container-fluid {
    padding-top: 80px;
    padding-left: 165px;
  }

  #section-1 .container-fluid h1 {
    font-size: 2.2rem;
  }

  #section-1 .container-fluid>div>div {
    margin-left: auto;
    margin-right: auto;
  }

  #section-1 button {
    margin-top: 10px;
    font-size: 17px;
    height: 40px;
  }

  .section-2-float-img2 {
    top: -18%;
    right: 8%;
  }

  .section-2-float-img3 {
    right: -8%;
    bottom: -15%;
  }

  .section-2-float-img1, .section-2-float-img2, .section-2-float-img3 {
    width: 150px;
  }

  .section-2-float-img {
    width: 210px;
  }

  .section-3-float-img {
    width: 250px;
  }

  .section-3-float-img1, .section-3-float-img2 {
    width: 140px;
  }

  .section-3-float-img3 {
    width: 115px;
  }

  .section-4-wrapper {
    margin-bottom: 40px;
  }

  #section-6 {
    background-image: url(../image/APC-bg01-mb-40.svg);
    height: 950px;
  }

  #section-6 .container {
    padding-top: 150px;
  }

  #section-6 .btn-grad {
    width: 40%;
  }

  #section-6-img-wrapper img {
    width: auto;
    max-height: 350px;
    margin-top:0;
  }

  .tab-pane img {
    max-width: 160px;
  }

  #footer .brand-wrapper {
    min-height: 170px;
  }
}

@media screen and (max-width: 991.98px) and (max-height: 450px) {
  /* #section-1-bg {
    background-image: url(../image/APCWebBanner-mb-landscape01.jpg);
  } */

  #section-1 .container-fluid {
    padding-top: 134px!important;
    padding-left: 105px!important;
  }

  #section-1 .container-fluid h1 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 867.98px) {
  #section-1 .container-fluid {
    padding-left: 120px;
  }

  #section-1 .section-1-pp-img {
    width: 500px;
  }
}

@media screen and (max-width: 767.98px) {
  #section-1-bg {
    /* background-image: url(../image/APCMbBanner-06.jpg); */
  }

  #section-1 .section-1-pp-img {
    top: 265px;
    left: 18%;
    width: 450px;
  }

  #section-1 .container-fluid h1 {
    font-size: 2rem;
  }

  #section-1 button {
    font-size: 17px;
    width: 185px;
  }

  .section-2-float-img2 {
    top: -13%;
    right: 10%;
  }

  .section-2-float-img3 {
    right: -4%;
    bottom: -9%;
  }

  .section-2-float-img1, .section-2-float-img2, .section-2-float-img3,
  .section-3-float-img1, .section-3-float-img2 {
    width: 200px;
  }

  #section-2-content, #section-3-content {
    text-align: center;
  }

  .section-2-float-img {
    width: 315px;
    top: 4%;
  }

  .section-2-bg-img {
    padding-top: 50px;
  }

  .section-3-float-img {
    width: 375px;
  }

  .section-3-float-img3 {
    width: 180px;
    right: 15%;
  }

  .section-3-float-img2 {
    right: 23%;
  }

  #section-4 {
    background-image: url(../image/APC-bg-mb.jpg);
    background-position: center 25%;
    background-repeat: no-repeat;
  }

  .section-5-tab-inner.active h5::after {
    width: 40%;
    left: 30%;
  }

  #section-4 img {
    width: 85px;
  }

  #section-6 {
    /* height: 815px; with video */
    height: 815px;
  }

  #section-6-img-wrapper img {
    max-width: 320px;
  }

  #section-6 .container {
    padding-top: 85px;
    height: 815px;
  }

  #nav-contact2 img {
    max-width: 150px!important;
  }

  #footer .brand-wrapper {
    min-height: 220px;
  }
}

@media screen and (max-width: 767.98px) and (max-height: 450px) {
  #section-1-bg {
    background-image: url(../image/APCWebBanner.jpg);
  }
}

@media screen and (max-width: 667.98px) {
  #section-1 .container-fluid {
    padding-left: 100px;
  }

  #section-1 .section-1-pp-img {
    top: 265px;
    left: 16%;
  }
}

@media screen and (max-width: 575.98px) {
  #section-1-bg {
    background-position: center center;
    background-image: url(../image/APC-Banner_576x570px-bg.jpg);
    /* background-image: url(../image/APCWebBanner-mb01.jpg); */
  }

  #section-1 .section-1-pp-img {
    display: unset;
    content: url(../image/SG-APC-Banner-KV-45.png);
    position: relative;
    top: 290px;
    left: 10%;
  }

  #section-1 .container-fluid {
    padding-top: 100px;
    padding-left: 15px;
  }

  #section-1 .container-fluid h1 {
    font-size: 2.4rem;
  }

  #section-1 .container-fluid>div>div {
    margin-left: auto;
    margin-right: auto;
  }

  #section-1 .btn-wrapper {
    text-align: center;
  }

  .section-2-float-img2 {
    right: 16%;
    top: -8%;
    width: 170px;
  }

  .section-2-float-img3 {
    right: 4%;
    bottom: 0;
    width: 175px;
  }

  .section-2-float-img1, .section-3-float-img1 {
    width: 160px;
  }

  .section-2-float-img {
    width: 330px;
    top: 3%;
  }

  .section-3-float-img2 {
    right: 28%;
  }

  .section-3-float-img3 {
    width: 155px;
    right: 20%;
  }

  .section-5-tab-inner.active h5::after {
    width: 50%;
    left: 25%;
  }

  #section-4 img {
    width: 70px;
  }

  /* #section-6 {
    height: 815px;
  } */

  #footer .brand-wrapper {
    min-height: 190px;
  }

  #footer .brand-wrapper img {
    max-width: 120px!important;
  }

  #nav-contact2>div>div {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 560px) {
  .section-2-float-img3 {
    right: 1%;
  }

  .section-3-float-img2 {
    right: 25%;
  }
}

@media screen and (max-width: 550px) {
  .section-2-float-img2 {
    right: 12%;
  }

  .section-2-float-img3 {
    right: -3%;
  }

  .section-3-float-img2 {
    right: 25%;
    width: 185px;
  }

  .section-3-float-img3 {
    right: 15%;
  }

  .navbar .btn-register {
    margin-right: 10px !important;
    font-size: 1rem;
    width: 145px;
    height: 35px;
  }
}

@media screen and (max-width: 535.98px) {
  #section-1-bg {
    /* background-image: url(../image/APCWebBanner-mb02.jpg); */
    /* background-image: url(../image/APCMbBanner-02.jpg); */
  }

  #section-1 .section-1-pp-img {
    left: 6%;
  }

  #section-1 .container-fluid h1 {
    font-size: 2rem;
  }

  .section-2-float-img2 {
    right: 10%;
  }

  .section-2-float-img {
    width: 64%;
    top: 4%;
  }
}

@media screen and (max-width:520px){
  .section-3-float-img {
    width: 365px;
  }
}

@media screen and (max-width: 508.98px) {
  #section-1 .section-1-pp-img {
    left: 3.5%;
  }
}

@media screen and (max-width: 500px) {
  .section-2-float-img3 {
    /* right: -5%; */
    bottom: -5%;
  }

  .section-3-float-img2 {
    right: 20%;
  }

  .navbar .btn-register {
    font-size: 0.8rem;
    width: 135px;
    height: 30px;
  }

  #navbarDropdownMenuLink2mbMenu {
    left: -5%;
  }

  .section-2-float-img {
    width: 62%;
    top: 2%;
  }

  .section-2-bg-img {
    padding-top: 40px;
  }

  .section-3-float-img {
    width: 70%;
  }
}

@media screen and (max-width: 475.98px) {
  #section-1 .section-1-pp-img {
    left: 4%;
    width: 90%;
  }

  #section-1 .container-fluid h1 {
    font-size: 1.9rem;
  }

  #section-1 button {
    font-size: 15px;
    width: 165px;
  }

  #section-2 {
    margin-top: -20px;
  }

  .section-2-float-img1 {
    width: 170px;
  }

  .section-2-float-img2, .section-2-float-img3,
  .section-3-float-img1 {
    width: 155px;
  }

  .section-3-float-img2 {
    width: 175px;
  }

  .section-3-float-img3 {
    width: 130px;
  }

  #section-6 {
    /* height: 760px; */
  }
}

@media screen and (max-width: 450px) {
  #section-1-bg {
    /* background-image: url(../image/APCWebBanner-mb03.jpg); */
    /* background-image: url(../image/APCMbBanner-03.jpg); */
  }

  #section-1 .container-fluid h1 {
    font-size: 1.7rem;
  }

  #section-1 button {
    font-size: 13px;
    width: 145px;
    height: 40px;
  }

  #section-2 {
    margin-top: -30px;
  }

  .navbar-brand img {
    width: 150px;
  }

  .navbar .btn-register {
    font-size: 0.7rem;
    width: 110px;
  }

  #section-5 #mb-member-tab img, #section-5 #mb-shopping-tab img {
    width: 60px;
  }

  #section-5 #mb-member-tab img.eCoupon {
    width: 90px;
  }

  #section-6 .btn-grad {
    width: 60%;
  }

  #navbarDropdownMenuLink2mbMenu {
    left: -17%;
  }

  #section-6-img-wrapper img {
    max-width: 310px;
  }

  #section-6 {
    height: 800px; /* without video */
  }

}

@media screen and (max-width: 425px) {
  #section-1-bg {
    /* background-image: url(../image/APCWebBanner-mb04.jpg); */
    /* background-image: url(../image/APCMbBanner-04.jpg); */
  }

  #section-2 {
    margin-top: -45px;
  }

  .section-2-float-img2, .section-2-float-img3,
  .section-3-float-img1 {
    width: 140px;
  }

  .section-2-float-img1 {
    width: 150px;
  }

  .section-2-float-img2 {
    right: 10%;
  }

  .section-2-float-img3 {
    right: -4%;
    bottom: -3%;
  }

  .section-2-float-img {
    top: 4%;
  }

  .section-3-float-img2 {
    width: 150px;
    right: 22%;
  }

  .section-3-float-img3 {
    width: 110px;
  }

  .section-5-tab-inner.active h5::after {
    width: 60%;
    left: 20%;
  }

  #section-6 {
    /* height: 740px; */
    height: 805px; /* without video */
  }

  #tab-content2-wrapper-mb {
    display: block;
  }
}

@media screen and (max-width: 405px) {
  #section-6 {
    height: 860px;
  }
}

@media screen and (max-width: 400px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }

  #section-1 .container-fluid h1 {
    font-size: 1.6rem;
  }

  #section-2 {
    margin-top: -70px;
  }

  #footer .brand-wrapper {
    min-height: 170px;
  }

  .section-2-bg-img {
    padding-top: 25px;
  }
  
  .section-2-float-img {
    width: 62%;
    top: -2%;
  }

}

@media screen and (max-width: 375.98px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-brand img {
    width: 130px;
  }

  #section-1-bg {
    /* background-image: url(../image/APCWebBanner-mb05.jpg); */
    /* background-image: url(../image/APCMbBanner-05.jpg); */
  }

  #section-1 .container-fluid h1 {
    font-size: 1.5rem;
  }

  #section-1 button {
    font-size: 11px;
    width: 125px;
    height: 35px;
  }

  #section-2 {
    margin-top: -90px;
  }

  .section-2-float-img2 {
    right: 10%;
    top: -17%;
  }

  .section-2-float-img3 {
    right: -5%;
    bottom: -10%;
  }

  #section-6 {
    /* height: 740px; */
    height: 855px; /* without video */
  }

  #footer .brand-wrapper {
    min-height: 170px;
  }
}

@media screen and (max-width: 350px) {
  .navbar-brand img {
    width: 110px;
  }

  .navbar .btn-register {
    font-size: 0.6rem;
    width: 90px;
  }

  #navbarDropdownMenuLink2mbMenu {
    left: -27.5%;
  }

  #section-1 .content-wrapper {
    flex: 0 0 65%;
    max-width: 65%;
  }

  #section-2 {
    margin-top: -120px;
  }

  .section-2-float-img1, .section-2-float-img2, .section-2-float-img3 {
    width: 130px;
  }

  .section-3-float-img2 {
    right: 19%;
    top: -18%;
  }

  .section-3-float-img3 {
    width: 100px;
  }

  #section-5 {
    background-image: url(../image/APC-bg-mb07-ip5.png);
  }

  #sign-up-yes-tab-mb {
    padding: 0;
  }
}

@media screen and (max-width: 330px) {
  #section-2 {
    margin-top: -140px;
  }

  .section-3-float-img2 {
    right: 19%;
    top: -18%;
  }

  #footer .brand-wrapper {
    min-height: 150px;
  }
}

@media screen and (max-width: 320px) {
  /* #section-1-bg {
    background-image: url(../image/APCWebBanner-mb06.jpg);
  } */

  #section-1 .container-fluid h1 {
    font-size: 1.4rem;
  }

  .section-3-float-img1 {
    width: 110px;
  }

  .section-3-float-img2 {
    width: 125px;
  }

}

@media screen and (max-width: 317px) {
  #section-6-img-wrapper img {
    max-width: 280px;
  }
}

@media screen and (max-width: 300px) {
  #section-6 {
    height: 900px;
  }
}

@media screen and (min-width: 575.99px) {
}

@media screen and (min-width: 1700px) {
  #section-1 .container-fluid {
    padding-left: 14%;
  }
}

@media screen and (min-width: 1950px) {
  #section-1 .container-fluid {
    padding-left: 20%;
  }

  #section-5 {
    background-image: url(../image/sec5-bg-2500.png);
    background-position: -300px 0;
  }
}

@media screen and (min-width: 2000px) {
  #section-6 .container {
    padding-top: 110px;
  }
}

@media screen and (min-width: 2200px) {
  #section-5 {
    background-image: url(../image/sec5-bg-3000.png);
    background-position: -360px 0;
  }
}

@media screen and (min-width: 2400px) {
  #section-1 .container-fluid {
    padding-left: 27%;
  }

  #section-6 .container {
    padding-top: 130px;
  }
}
