/*******************************************************
  SP CustomHTML
********************************************************/
.contact-html {
  margin-top: 13px; }
  .contact-html div.icon, .contact-html div.text {
    display: inline-block;
    vertical-align: top; }
  .contact-html div.icon {
    width: 40px;
    height: 36px;
    background: url("../../../../assets/img/icon/icon-contact.png") no-repeat center center; }
  .contact-html div.text p {
    margin-bottom: 0;
    line-height: 20px; }
  .contact-html div.text p.phone strong {
    color: #2d2d2d; }
  .contact-html div.text p.email {
    color: #2d2d2d; }

.featured {
  margin-bottom: 42px; }
  .featured h3.title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 15px;
    margin: 0 15px 30px;
    border-bottom: 1px solid #e8e8e8; }
    .featured h3.title:before {
      content: "";
      position: absolute;
      left: 0;
      top: auto;
      right: auto;
      bottom: -1px;
      height: 2px;
      width: 100px; }
  .featured .item {
    float: left;
    padding: 0 15px;
    width: 20%; }
    .featured .item .content {
      box-shadow: 0 2px 2px #ddd;
      -ms-box-shadow: 0 2px 2px #ddd; }
    .featured .item .text, .featured .item .image {
      display: block;
      text-align: center; }
    .featured .item .text h4 {
      margin: 0; }
      .featured .item .text h4 a {
        display: block;
        padding: 20px 0;
        font-size: 16px;
        font-weight: bold;
        color: #222;
        background: transparent;
        text-transform: uppercase;
        transition: all 0.3s ease 0s; }
    .featured .item:hover .image img {
      opacity: 0.8; }
    .featured .item:hover .text h4 a {
      background: #222;
      color: #fff; }

div.bonus-menu ul li {
  display: inline-block;
  padding: 0 30px; }
  div.bonus-menu ul li.free {
    padding-left: 15px; }
  div.bonus-menu ul li.contact {
    border-right: none; }
  div.bonus-menu ul li .icon, div.bonus-menu ul li .text {
    display: inline-block;
    vertical-align: middle; }
  div.bonus-menu ul li.free .icon {
    width: 56px;
    height: 33px;
    background: url("../../../../assets/img/icon/icon-guide-1.png") no-repeat center center; }
  div.bonus-menu ul li.cash .icon {
    width: 56px;
    height: 33px;
    background: url("../../../../assets/img/icon/icon-guide-2.png") no-repeat center center; }
  div.bonus-menu ul li.rewarded .icon {
    width: 37px;
    height: 33px;
    background: url("../../../../assets/img/icon/icon-guide-3.png") no-repeat center center; }
  div.bonus-menu ul li.gift .icon {
    width: 39px;
    height: 34px;
    background: url("../../../../assets/img/icon/icon-guide-4.png") no-repeat center center; }
  div.bonus-menu ul li.secured .icon {
    width: 39px;
    height: 33px;
    background: url("../../../../assets/img/icon/icon-guide-5.png") no-repeat center center; }
  div.bonus-menu ul li.contact .icon {
    width: 38px;
    height: 32px;
    background: url("../../../../assets/img/icon/icon-guide-6.png") no-repeat center center; }
  div.bonus-menu ul li .icon {
    margin-right: 7px; }
  div.bonus-menu ul li .text h5 {
    margin: 0 0 2px; }
    div.bonus-menu ul li .text h5 a {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      transition: all 0.3s ease 0s; }
  div.bonus-menu ul li .text p {
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0;
    line-height: 16px; }
  div.bonus-menu ul li .text:hover h5 a {
    color: #222; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.bonus-menu ul li {
    display: inline-block;
    padding: 0 25px; } }
div.menu-bottom {
  text-align: center;
  margin-bottom: 15px; }
  div.menu-bottom ul li {
    display: inline-block;
    padding: 0 15px; }
    div.menu-bottom ul li a {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
      color: #222;
      transition: all 0.3s ease 0s; }

div.text-html {
  text-align: center; }
  div.text-html p {
    line-height: 28px;
    margin-bottom: 10px; }

.content-v2 div.bonus-menu {
  margin-bottom: 40px; }
  .content-v2 div.bonus-menu ul {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px 0; }
  .content-v2 div.bonus-menu ul li {
    border-right-color: #e1e1e1;
    padding: 0 26px; }
    .content-v2 div.bonus-menu ul li.free .icon {
      background: url("../../../../assets/img/icon/icon-guide-1-v2.png") no-repeat center center; }
    .content-v2 div.bonus-menu ul li.cash .icon {
      background: url("../../../../assets/img/icon/icon-guide-2-v2.png") no-repeat center center; }
    .content-v2 div.bonus-menu ul li.rewarded .icon {
      background: url("../../../../assets/img/icon/icon-guide-3-v2.png") no-repeat center center; }
    .content-v2 div.bonus-menu ul li.gift .icon {
      background: url("../../../../assets/img/icon/icon-guide-4-v2.png") no-repeat center center; }
    .content-v2 div.bonus-menu ul li.secured .icon {
      background: url("../../../../assets/img/icon/icon-guide-5-v2.png") no-repeat center center; }
    .content-v2 div.bonus-menu ul li.contact .icon {
      background: url("../../../../assets/img/icon/icon-guide-6-v2.png") no-repeat center center; }
    .content-v2 div.bonus-menu ul li .text h5 a {
      color: #222;
      font-weight: 600; }
    .content-v2 div.bonus-menu ul li .text p {
      color: #7d7d7d; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-v2 div.bonus-menu ul li {
    display: inline-block;
    padding: 0 25px; } }
.footer-v3 div.menu-bottom ul li a:hover {
  opacity: 0.8; }

.free-delivery {
  font-size: 13px;
  color: #222;
  height: 38px;
  line-height: 36px;
  font-style: italic;
  font-weight: normal; }

.contact-html-2 {
  float: right;
  color: #222;
  font-weight: 400;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  position: relative;
  padding: 0 15px;
  margin: 0 15px; }
  .contact-html-2:before {
    content: "";
    background: #ddd;
    height: 15px;
    width: 1px;
    position: absolute;
    top: 12px;
    left: auto;
    right: 0; }
  .contact-html-2 p {
    margin: 0; }
  .contact-html-2 strong {
    color: #222;
    font-weight: 700;
    margin: 0; }

.category-customer {
  margin: 0; }
  .category-customer ul li.item {
    text-align: center;
    margin-bottom: 63px; }
    .category-customer ul li.item div.item-image {
      position: relative;
      margin-bottom: 28px; }
      .category-customer ul li.item div.item-image:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        background: rgba(0, 0, 0, 0.49804);
        transition: opacity 0.35s; }
    .category-customer ul li.item img {
      width: 100%; }
    .category-customer ul li.item h3 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 30% 0 0;
      transition: all 0.3s ease 0s; }
      .category-customer ul li.item h3 a {
        font-weight: 500;
        font-size: 13px;
        color: #222;
        padding: 15px 30px;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.8);
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transition: all 0.3s ease 0s;
        opacity: 0; }
    .category-customer ul li.item:hover {
      cursor: pointer; }
      .category-customer ul li.item:hover div.item-image:before {
        opacity: 1; }
      .category-customer ul li.item:hover h3 a {
        transform: scale3d(1, 1, 1);
        opacity: 1; }
    .category-customer ul li.item h5 {
      color: #7d7d7d;
      font-size: 14px;
      margin: 0 0 15px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .category-customer ul li.item h4 {
      color: #222;
      font-size: 18px;
      font-weight: bold;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 1px; }

.category-customer-2 {
  margin-bottom: 65px; }
  .category-customer-2 .title {
    text-align: center;
    margin-bottom: 40px; }
    .category-customer-2 .title h3 {
      font-weight: 800;
      color: #222;
      font-size: 24px;
      margin: 0 0 10px;
      padding: 0;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .category-customer-2 .title h5 {
      font-size: 14px;
      color: #222;
      font-weight: normal; }
  .category-customer-2 .content .item a {
    position: relative;
    display: block; }
    .category-customer-2 .content .item a:before {
      background-color: rgba(0, 0, 0, 0.2);
      content: '';
      height: 100%;
      width: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0); }
    .category-customer-2 .content .item a:hover:before {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
  .category-customer-2 .content div.item-1, .category-customer-2 .content div.item-3 {
    padding: 0;
    position: relative; }
    .category-customer-2 .content div.item-1 ul, .category-customer-2 .content div.item-3 ul {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 47%;
      transform: translateY(-47%); }
      .category-customer-2 .content div.item-1 ul li, .category-customer-2 .content div.item-3 ul li {
        display: block; }
      .category-customer-2 .content div.item-1 ul li a, .category-customer-2 .content div.item-3 ul li a {
        background-color: rgba(255, 255, 255, 0.8);
        display: inline-block;
        height: 43px;
        line-height: 43px;
        margin-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.2s ease-in-out 0s;
        width: 190px;
        font-weight: 500; }
        .category-customer-2 .content div.item-1 ul li a:hover, .category-customer-2 .content div.item-3 ul li a:hover {
          background-color: #222;
          color: #fff; }

.text-html-2 ul li {
  margin: 12px 0; }
  .text-html-2 ul li .fa {
    margin: 0 5px 0 0;
    color: #222;
    line-height: 22px; }
  .text-html-2 ul li span {
    font-size: 14px;
    color: #222;
    margin: 0; }
  .text-html-2 ul li:nth-child(2) {
    text-align: center; }
  .text-html-2 ul li:nth-child(3) {
    text-align: right; }

div.static-infos .info {
  margin-bottom: 65px; }
  div.static-infos .info .content {
    background: #f2f2f2;
    text-align: center;
    padding: 15px 0;
    border-left: 1px solid trasparent;
    border-top: 1px solid transparent; }
  div.static-infos .info h4 {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase; }
  div.static-infos .info h5 {
    margin: 0;
    font-weight: 600;
    color: #222;
    font-size: 18px;
    text-transform: uppercase; }

div.featured.featured-2 {
  margin-bottom: 70px; }
  div.featured.featured-2 h3, div.featured.featured-2 h5 {
    text-align: center; }
  div.featured.featured-2 h3 {
    font-size: 24px;
    color: #222;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 8px; }
  div.featured.featured-2 h5 {
    margin: 0 0 35px;
    color: #222;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px; }
  div.featured.featured-2 .item:hover h4 a {
    color: #fff; }

.find-your h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 11px; }
.find-your .fa {
  font-size: 22px;
  margin-right: 5px; }
.find-your .block-content {
  padding-right: 80px; }
  .find-your .block-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
    line-height: 24px; }
  .find-your .block-content h6 {
    display: inline-block;
    margin: 0; }
  .find-your .block-content a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700; }
    .find-your .block-content a.active {
      padding: 11px 20px;
      background: #fff;
      margin: 0 10px; }
      .find-your .block-content a.active:hover {
        background: #ccc; }

.video .title {
  text-align: center; }
  .video .title h3 {
    color: #222;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 24px;
    margin: 0 0 8px;
    text-transform: uppercase; }
  .video .title h6 {
    color: #222;
    font-size: 14px;
    margin: 0 0 38px; }

.banner-video {
  margin-bottom: 65px;
  position: relative; }
  .banner-video iframe {
    width: 100%; }
  .banner-video #thumnail {
    position: relative;
    z-index: 9; }
    .banner-video #thumnail .image-thumnail {
      height: 600px; }
      .banner-video #thumnail .image-thumnail img {
        height: 100%; }
    .banner-video #thumnail #des {
      height: 100%;
      padding: 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%;
      z-index: 9; }
      .banner-video #thumnail #des .button-video {
        transition: 0.3s all ease 0s;
        display: inline-block;
        position: absolute;
        left: 47%;
        top: 45%;
        right: auto;
        bottom: auto; }
        .banner-video #thumnail #des .button-video:before {
          content: "\f0da";
          font-family: fontawesome;
          display: inline-block;
          font-size: 46px;
          color: #c4c3c1;
          height: 50px;
          width: 70px;
          border-radius: 12px;
          background: #cc181e;
          text-align: center;
          line-height: 50px;
          cursor: pointer;
          padding-left: 5px; }
    .banner-video #thumnail.close-thumnail {
      transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s; }
  .banner-video #video {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

.category-customer-3 ul li.item {
  text-align: center;
  margin-bottom: 63px;
  padding: 0; }
  .category-customer-3 ul li.item div.item-image {
    margin-bottom: 28px; }
    .category-customer-3 ul li.item div.item-image a {
      position: relative;
      display: block; }
      .category-customer-3 ul li.item div.item-image a:before {
        background-color: rgba(0, 0, 0, 0.2);
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0); }
      .category-customer-3 ul li.item div.item-image a:hover:before {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); }
  .category-customer-3 ul li.item img {
    width: 100%; }
  .category-customer-3 ul li.item h5 {
    color: #7d7d7d;
    font-size: 14px;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .category-customer-3 ul li.item h4 {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }

div.app-store {
  display: block;
  float: none;
  margin-top: 5px;
  text-align: center; }
  div.app-store a {
    margin: 0 3px;
    font-size: 0;
    text-indent: -99999999px;
    color: transparent;
    display: inline-block;
    height: 40px;
    width: 125px; }
    div.app-store a.first {
      background: transparent url("../../../../assets/img/icon/app-store-1.png") no-repeat top center; }
    div.app-store a.last {
      background: transparent url("../../../../assets/img/icon/app-store-2.png") no-repeat top center; }

@media (min-width: 1400px) {
  .category-customer-3, div.video {
    margin: 0 -115px; } }
@media (min-width: 1200px) {
  div.group-link-1 .spcustom_html, div.group-link-2 .spcustom_html {
    width: 17.5%; } }
@media (max-width: 1199px) {
  div.bonus-menu ul {
    direction: ltr; }
    div.bonus-menu ul .owl-item {
      text-align: center; }
    div.bonus-menu ul li {
      border: none;
      padding: 0; }

  div.find-your div.block-content {
    padding: 0; }

  .banner-video #thumnail .image-thumnail {
    height: 500px; }
  .banner-video iframe {
    height: 450px; }

  .lang-rtl div.bonus-menu ul li {
    border: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .text-html-2 ul li span {
    font-size: 12px; } }
@media (max-width: 991px) {
  div.text-html-2 ul li {
    text-align: center; }
    div.text-html-2 ul li:nth-child(3) {
      text-align: center; } }
@media (min-width: 767px) and (max-width: 991px) {
  .featured .main {
    padding: 0 10px; }
  .featured .item {
    padding: 0 5px; }

  div.menu-bottom ul li {
    padding: 0 10px; } }
@media (max-width: 767px) {
  .featured {
    margin-bottom: 0; }
    .featured .item {
      width: 50%;
      margin-bottom: 30px; }
      .featured .item:hover .text h4 a {
        background: transparent; }
      .featured .item.item-5 {
        display: none; }

  div.menu-bottom ul li {
    margin-bottom: 5px; }

  .free-delivery {
    text-align: center; }

  div.contact-html-2 {
    float: none;
    display: inline-block;
    padding: 0 5px;
    margin: 0 8px; }
    div.contact-html-2:before {
      display: none; }

  .text-html-2 ul li span {
    font-size: 13px; }

  div.static-infos .info h4 {
    margin: 0 0 30px; }

  .find-your {
    float: none;
    margin-bottom: 40px; }
    .find-your .block-content p {
      margin-bottom: 30px; }
	.banner-video{margin-bottom: 15px;}
  .banner-video #thumnail {
    height: 315px;
    opacity: 0;
    pointer-events: none; }
    .banner-video #thumnail .image-thumnail, .banner-video #thumnail #des {
      display: none; }
  .banner-video iframe {
    height: 400px; }

  .lang-rtl div.contact-html-2 {
    float: none; } }
@media (min-width: 480px) and (max-width: 767px) {
  div.category-customer-2 .content div.item-1 ul, div.category-customer-2 .content div.item-3 ul {
    display: none; } }
@media (max-width: 480px) {
	
  .text-html-2 {
    margin-bottom: 10px; } }
@media (max-width: 479px) {
	.banner-video{margin-bottom: 15px;overflow:hidden;}
	.banner-video #thumnail{
		height: 150px;
	}
  .featured .item {
    width: 100%; }

  div.category-customer-2 .content div.item {
    width: 100%; }
  div.category-customer-2 .content div.item-1, div.category-customer-2 .content div.item-3 {
    padding: 0 15px; }

  .text-html-2 ul li span {
    font-size: 12px; } }
.bonus-menu{text-align:center;}