/*
* Hello
* 031096
*/
body {
  font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
# Global Class
--------------------------------------------------------------*/
a:focus, a:hover {
  text-decoration: none;
}

.flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  color: #fff;
  margin: 4px;
  height: 30px;
  padding: 0 15px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  outline: 0 !important;
}

.btn:focus {
  outline: none !important;
  background: #1b1b1b;
  border: 1px solid red;
}

.dropdownLang .btn.focus, .dropdownLang .btn:focus, .dropdownLang .btn:hover {
  background: transparent;
  border: 1px solid transparent;
}

.flexCenter {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container {
  padding: 0;
}

.bg-black {
  background: #131212;
}

.affixStyle {
  color: #fff !important;
  background: #131212 !important;
  border-top: 2px solid red;
}

.d-none {
  display: none;
}

/*--------------------------------------------------------------
# Affix
--------------------------------------------------------------*/
.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.affix+.container-fluid {
  padding-top: 70px;
}

.header {
  background: #191717;
  padding: 0 10px;
  height: 74px;
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .container{
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navi {
  height: 74px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.btn-login {
  background: -webkit-gradient(linear, left top, right top, from(#2d4d95), color-stop(50%, #4250a5));
  background: -o-linear-gradient(left, #2d4d95, #4250a5 50%);
  background: linear-gradient(to right, #2d4d95, #4250a5 50%);
  background: linear-gradient(to right, #2d4d95, #4250a5 50%);  
}

.btn-login:focus {
  background: -webkit-gradient(linear, left top, right top, from(#2d4d95), color-stop(50%, #4250a5));
  background: -o-linear-gradient(left, #2d4d95, #4250a5 50%);
  background: linear-gradient(to right, #2d4d95, #4250a5 50%);
  border: 1px solid #3eb976;
}

.btn-reg {
  background: -webkit-gradient(linear, left top, right top, from(#ce1616), color-stop(50%, #e31936));
  background: -o-linear-gradient(left, #ce1616, #e31936 50%);
  background: linear-gradient(to right, #ce1616, #e31936 50%);
}

.btn-reg:focus, .btn-reg:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ce1616), color-stop(50%, #e31936));
  background: -o-linear-gradient(left, #ce1616, #e31936 50%);
  background: linear-gradient(to right, #ce1616, #e31936 50%);
  border: 1px solid #df1515;
}

.logo {
  height: 55px;
}

.btn-login, .btn-reg {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.btn-reg, .navi .btn-login {
  display: none;
}

.loginIcon {
  display: block;
  color: #fff;
  font-size: 25px;
}

.dropdownLang {
  margin-left: 10px;
}

.langName {
  display: none;
}

.language {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropBtn {
  background: transparent;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.langName {
  padding-right: 15px;
}

.langImg {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../media/language.png) center 0 no-repeat;
}

.chn {
  background-position: center -39px;
}

.viet {
  background-position: center -76px;
}

.thai {
  background-position: center -112px;
}

.btn .caret {
  margin-left: 5px;
}

.dropBtnList {
  background: #1a1818;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
}

.dropBtn-menu .dropLink {
  color: #fff;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.dropBtn-menu>li>a:focus, .dropBtn-menu>li>a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(245, 245, 245, .4);
}

.open>.dropdown-toggle.btn-default {
  color: #fff;
  background-color: transparent;
  border: 0;
  width: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropMenu {
  color: #fff;
  background-color: transparent;
  border: 0;
  width: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*--------------------------------------------------------------
# 2nd Navigation
--------------------------------------------------------------*/
.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  /* background: #1b1b1b; */
}

.nav-item {
  color: #5f5f5f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 3px 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.nav-item:hover{
  color: rgba(237, 31, 35, 0.8)
}
.nav-item:not(:last-child) {
  border-right: 1px solid rgba(114, 124, 135, 0.2);
}

.nav-item.active {
  font-weight: 700;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.navFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-item.homeIcon {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.navigation {
  width: 100%;
  background: #fff;
  overflow: auto;
  padding: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
  height: 45px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.nav-item.homeIcon {
  display: none;
}

.brand-logo {
  height: 40px;
  padding: 0 15px;
}

.dropBtn-menu {
  color: #fff;
  min-width: 100%;
  background: transparent;
  left: auto;
  right: 0;
  padding: 0;
}

.dropBtn:focus {
  outline: none !important;
}

.bannerImg {
  width: 100%;
  min-height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  background: #182222;
}

.homeHead {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 25px 0;
}

.stepWrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stepImg, .stepNum, .stepDesc {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.laptop {
  height: 200px;
}

.stepNum {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}

.stepTxt {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 19%;
  left: 37%;
}

.stepNumImg {
  height: 150px;
}

.stepDesc {
  padding: 25px;
  flex: 1;
}

.stepDescp {
  font-size: 17px;
  width: 100%;
}

.btnWrap {
  font-weight: 600;
  font-size: 17px;
}

.btnWrap:hover, .btnWrap:focus {
  text-decoration: none;
}

.stebBtn {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ce1616), color-stop(50%, #e31936));
  background: -o-linear-gradient(left, #ce1616, #e31936 50%);
  background: linear-gradient(to right, #ce1616, #e31936 50%);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stebBtnImg {
  height: 25px;
  margin-right: 5px;
}

.stepDescTxt {
  line-height: 1;
}

.navbar-nav>li>a {
  padding: 0 50px;
}

.descDetails {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  padding: 15px;
  background: #1b1b1b url('../../images/affiliates/home-bg.png') center center repeat;
  background-size: contain;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.descDetailsSec {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
}

.descTitle {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.descPar {
  text-align: justify;
  width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.socialMedia {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 600px;
  margin: 15px auto;
}

.socialBlock {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  margin: 15px 10px;
}

.socialBlock img {
  max-height: 85px;
}

.socialBlock a {
  word-break: break-all;
}

.socialTitle {
  color: #b20404;
  font-size: 15px;
  font-weight: 700;
}

.copyrightNav {
  background: #121212;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.copyLink {
  color: #fff;
  padding: 0 10px;
}

.copyright {
  color: #e7e7e7;
  background: #121212;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #202020;
}

/*--------------------------------------------------------------
# Introduction
--------------------------------------------------------------*/
.introHead {
  color: #bb0e0e;
  font-size: 24px;
  font-weight: 700;
}

.introUl {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.products {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productBlock {
  text-align: center;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
}

.productImg {
  width: 100%;
  background: #1b1b1b;
}

.productBlockTitle {
  color: #fff;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ce1616), color-stop(50%, #b20404));
  background: -o-linear-gradient(top, #ce1616, #b20404 50%);
  background: linear-gradient(to bottom, #ce1616, #b20404 50%);
  text-align: center;
  padding: 10px;
  margin-top: -5px;
  z-index: 1;
  position: relative;
}

/*--------------------------------------------------------------
# Commission Structure
--------------------------------------------------------------*/
.tableTitle {
  color: #bb0e0e;
  margin: 0;
}

.commissionTable {
  border-radius: 5px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.commissionTable .table {
  color: #fff;
  background: #1b1b1b;
  text-align: center;
  border-radius: 5px;
  max-width: 720px;
  margin: 15px auto;
}

.commissionTable thead {
  background: #bb0e0e;
}

.commissionTable .table>thead>tr>th {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.commissionTnc {
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}

.commissionTnc li {
  padding-left: 5px;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Terms and Conditions
--------------------------------------------------------------*/
.tncHead {
  font-size: 20px;
  text-align: center;
  margin-top: 0;
}

/*--------------------------------------------------------------
# Marketing
--------------------------------------------------------------*/
.markeringImg {
  height: 150px;
  -o-object-position: center;
  object-position: center;
}

.marketing .productBlockTitle {
  color: #1b1b1b;
  background: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url(../../images/affiliates/contact-us.jpg) top center repeat;
  background-size: cover;
  padding: 10px 15px;
  text-align: center;
  margin: 25px 0;
  min-height: 70vh;
}

.contactSub {
  font-size: 17px;
}

.contact .socialMedia {
  margin: 55px auto;
  max-width: 600px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faqNavWrap {
  min-width: 20%;
}

.faqNav .tabLink {
  color: #1b1b1b;
  padding: 10px;
  border-radius: 0;
}

.faqContent {
  margin-top: 15px;
  padding: 0 5px 30px;
}

.faqNav li {
  border: 1px solid #d2d2d2;
  margin: 0 !important;
}

.faqNav li:not(:last-child) {
  border-bottom: 0;
}

.faqNav .active .tabLink,
.faqNav .active .tabLink:focus,
.faqNav .active .tabLink:hover {
  background: #1b1b1b;
}

.faqHead {
  font-size: 18px;
  font-weight: 600;
  overflow-wrap: break-word;
}

.faquestion {
  color: #bb0e0e;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Registration
--------------------------------------------------------------*/
.regSub {
  text-align: center;
}

.forms {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e6e6e6;
  padding: 10px 35px;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formBlock {
  padding: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 1px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-group {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.regLabel {
  width: 60%;
  padding-right: 25px;
}

.readTerms {
  text-align: center;
}

.regLink {
  color: #ce0b0d;
}

.submit {
  color: #fff;
  background: #ce0b0d;
  padding: 0 30px;
  margin: 10px auto;
  display: block;
}

/*--------------------------------------------------------------
# Login Modal
--------------------------------------------------------------*/
.loginCont {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}

.loginPW {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reglink-_modal {
  color: #1b1b1b;
}

.login .formBlock {
  position: relative;
}

.forgotPW {
  font-size: 12px;
  position: absolute;
  text-align: right;
  bottom: 7%;
  right: 5%;
}

.loginBtn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95%;
  margin: 15px auto;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog {
  width: 90%;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .modal-dialog {
    width: 400px;
    margin: 30px auto;
  }

  .socialBlock img {
    max-height: 95px;
  }

  .socialTitle {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .btn-reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navi .btn-login {
    display: block;
  }

  .header {
    padding: 0;
  }

  /* navigation */
  .loginIcon {
    display: none;
  }

  .dropdownLang {
    margin-left: 20px;
  }

  .langName {
    display: block;
  }

  .navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .nav-item.homeIcon {
    display: block;
    padding: 0 15px 0 5px;
  }

  .stepWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .laptop {
    width: auto;
    height: 380px;
  }

  .stepNumImg {
    height: 200px;
  }

  .stepTxt {
    top: 35%;
    left: 25%;
  }

  .stepDesc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stepTwo .stepImg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .descDetails {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .homeHead {
    width: 100%;
    border-bottom: 2px solid #1b1b1b;
    line-height: 0.1em;
    margin: 40px 0;
  }

  .homeHead span {
    background: #fff!important;
    padding: 0 20px;
  }

  .contact .homeHead span {
    background: url(../media/contact-us.jpg) top center no-repeat;
  }

  /* Products */
  .productBlock {
    width: 50%;
  }

  /* Marketing */
  .markeringImg {
    height: 250px;
  }

  /* contact */
  .contact .socialMedia {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* FAQ */
  .faq {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .faqContent {
    margin-top: 0;
    padding: 0 25px 30px;
    border: 1px solid #d2d2d2;
  }

  .faqNav li {
    border-right: 0;
  }

  .faqHead {
    font-size: 24px;
  }

  .faquestion {
    font-size: 18px;
  }

  /* Registration */
  .forms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* Footer */
  .copyrightNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .copyLink:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

.example {
  display: -ms-grid;
  display: grid;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: -o-linear-gradient(top, white, black);
  background: linear-gradient(to bottom, white, black);
}
