@font-face {
  font-family: PoppinsLatin;
  src: url(../assets/PoppinsLatin-Regular.otf);
}
* {
  padding: 0;
  margin: 0;
}
p,
div,
a,
h1,
h2,
h3,
h4,
h5 {
  font-family: PoppinsLatin;
}
img {
  max-width: 100%;
  height: auto;
}
.page-width {
  box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #fff;
}
.headerBox {
  background-color: #000;
}
.footerTop {
  background: #000 url(../images/footerbg.png) no-repeat center;
}
.footerLogo {
  display: flex;
  justify-content: center;
}
.menu {
  display: flex;
  margin-left: 70px;
}
.menu > div a {
  display: block;
  box-sizing: border-box;
  padding: 0 20px 25px;
  margin: 0 25px;
  font-size: 14px;
}
.headerBox[data-active="home"] .menu > div:first-of-type a {
  border-bottom: 3px solid #df3532;
  color: #df3532;
}
.headerBox[data-active="rvCover"] .menu > div:nth-of-type(2) a {
  border-bottom: 3px solid #df3532;
  color: #df3532;
}
.headerBox[data-active="aboutUs"] .menu > div:nth-of-type(3) a {
  border-bottom: 3px solid #df3532;
  color: #df3532;
}
.headerBox[data-active="contactUs"] .menu > div:last-of-type a {
  border-bottom: 3px solid #df3532;
  color: #df3532;
}
.popShow {
  overflow: hidden !important;
}
.footerMenu {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.footerBox {
  font-size: 0;
}
.footerMenu > div a {
  display: block;
  padding: 0 50px;
  border-right: 1px solid #b0b0b0;
  font-size: 14px;
  color: #b0b0b0;
}
.footerMenu > div:first-of-type a {
  border-left: 1px solid #b0b0b0;
}
.footContactUs {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.footContactUs > div {
  display: flex;
  align-items: center;
  margin: 0 40px;
}
.footContactUs > div img {
  margin-right: 10px;
}
.footContactUs > div > div {
  font-size: 14px;
  color: #919191;
}
.footerBottom {
  background-color: #000;
  line-height: 57px;
  color: #f5f5f5;
  font-size: 16px;
  text-align: center;
}
.breadCrumbs {
  margin-top: 60px;
  margin-bottom: 30px;
}
.breadCrumbs .page-width > div {
  display: flex;
}
.breadCrumbs .page-width > div div {
  font-size: 16px;
  color: #333;
  margin-right: 10px;
}
.breadCrumbs .page-width > div div:last-of-type {
  color: #e13c3c;
}
@media screen and (min-width: 750px) {
  .footerTop {
    padding: 100px 0;
  }
  .header {
    display: flex;
    padding-top: 50px;
  }
  .d-lg-none {
    display: none !important;
  }
}
.promotions_pop{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1000;
  display: none;
}
.promotions_pop_container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 500px;
  width: 95%;
}
.promotions_pop_container img{
  max-width: 100%;
  height: auto;
}
/* .promotions_pop_content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}
.promotions_pop_content_wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
}
.promotions_pop_content_top{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-40%);
  width: 40%;
} */
.close_promotions_pop{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.close_promotions_pop svg{
  width: 14px;
  height: auto;
}
/* .promotions_pop_button{
  font-size: 16px;
  padding: 0 20px;
  line-height: 30px;
  color: #f82010;
  border: 1px solid #f82010;
  border-radius: 20px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.promotions_pop_button::after{
  content: "";
  width: 20px;
  height: 30px;
  background: url(../images/pop_mouse.png) no-repeat left top;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(60%,60%);
  background-size: cover;
} */
@media screen and (max-width: 749px) {
  /* .promotions_pop_content_wrapper{
    padding: 0 30px 15px;
    font-size: 12px;
  }
  .promotions_pop_button{
    font-size: 14px;
    line-height: 24px;
    bottom: 40px;
  } */
  .d-m-none {
    display: none !important;
  }
  /* .promotions_pop_button::after{
    content: "";
    width: 14px;
    height: 30px;
    background: url(../images/pop_mouse.png) no-repeat left top;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(60%,60%);
    background-size: contain;
  } */
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 20px;
    position: relative;
  }
  .menuIcon {
    position: absolute;
    left: 0px;
  }
  .moMenuBox {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  .moMenuBox.show {
    transform: translateX(0);
    transition: all 0.5s;
  }
  .moMenuBox > div {
    width: 90%;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 20px;
    background-color: #fff;
    position: relative;
  }
  .moMenu a {
    color: #000;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    display: block;
  }
  .closeMoMenu {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerTop {
    padding: 50px 0;
  }
  .footerMenu > div a {
    padding: 0 10px;
  }
  .footerLogo {
    text-align: center;
  }
  .footerLogo img {
    width: 70%;
  }
  .footContactUs {
    flex-direction: column;
  }
  .footContactUs > div {
    margin-top: 10px;
  }
  .breadCrumbs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .breadCrumbs .page-width > div {
    display: flex;
  }
  .breadCrumbs .page-width > div div {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
  }
  .breadCrumbs .page-width > div div:last-of-type {
    color: #e13c3c;
  }
}
