  /* GENERAL STYLING
  ******************************************************************/
  
  a				  { text-decoration:none; color:inherit}
  h1,h2,h3,h4	  { font-weight:normal;}
  a               { text-decoration: none; outline: none;}
  a:focus         { outline: 0; }
  *               { outline:none;}
  ul, li          { list-style:none; margin:0; padding:0; }
  .img-responsive { width: 100% !important;  max-width: 100%;  height: auto;  border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom; }
  
  /*Scrollbar*/
  body {
    transition: background-color .3s ease-in;
    scrollbar-width: thin;
    scrollbar-color: #fff #000;
}


body::-webkit-scrollbar {
  width: 9px;
}
body {
  transition: background-color .3s ease-in;
  scrollbar-width: thin;
  scrollbar-color: #da2027 #ffffff;
}
body::-webkit-scrollbar-track {
  background: #ffffff;
}
body::-webkit-scrollbar-thumb {
  background-color: #da2027 ;
  border-radius: 6px;
  border: 3px solid #ffffff;
}

  
  
  
  /* RESETS
  ********p**********************************************************/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.flex-basic {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.tenfa-title, .tenfa-title h1, .tenfa-title h2 {
    font-size: 45px;
    line-height: 120%;
    color: #000;
    font-family: 'hwt-artz', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tenfa-subtitle, .tenfa-subtitle h2 {
    font-size: 22px;
    line-height: 120%;
    color: #000;
    font-weight: 600;
}

.tenfa-desc h3 {
    font-size: 16px;
    line-height: 24px;
}

html {
    width: 100%;
    height: 100%;
}
  
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.05rem;
}
  
body.overflow {
    overflow-y: hidden;
}

main {
    width: 100%;
    position: relative;
}

header {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: transparent;
    height: auto;
}

header .logo { display: block; width:200px; height:154px; background: url(../images/tenfa-logo.png) no-repeat; background-size:cover; }
header.fixed .logo {width:90px; height:69px; }

main.inner:before {
    content: '';
    background: #f6f0e8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 425px;
}

header.fixed {
    background: rgba(255,255,255,0.98);
    padding:15px 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    
}

header.fixed nav.desk {
    padding: 10px 0 5px;
    align-items: center;
}

header.fixed .left-nav img {
    width: 50%;
}

header.fixed .right-nav {
    padding-top: 0;
}

header.fixed .right-nav li a {
    line-height: 28px;
}

nav.desk {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 36px 0;
    max-width: 90%;
    margin: 0 auto;
}

nav.mob {
    display: none;
}

.right-nav {
    position: relative;
    padding-top: 20px;
}

.right-nav li {
    display: inline-block;
    margin: 0 30px;
}

.right-nav li a {
    color: #000;
    font-family: 'hwt-artz', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
}

.right-nav li a:hover {
    color: #da2027;
}

.right-nav li a.active {
    color: #da2027;
}

nav.mob {
    display: none;
}

.tenfa-banner {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.tenfa-banner .photo {
    width: 100%;
    position: relative;
}

.tenfa-banner .photo .content {
    position: absolute;
    bottom: 15%;
    left: 5%;
}

.tenfa-banner .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.tenfa-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #da2027;
    background: transparent;
    margin: 0 8px;
    border-radius:0;
    transform:rotate(45deg);
}

.tenfa-banner .swiper-pagination-bullet-active {
    background: #da2027;
}

.tenfa-bringing {
    align-items: flex-end;
    margin-top: 100px;
    padding-bottom: 150px;
}

.tenfa-bringing:before {
    content: '';
    background: #f6f0e8;
    width: 95%;
    height: 90%;
    right: 0;
    bottom: 0;
    position: absolute;
}

.tenfa-bringing:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-right: 70px solid transparent;
    left: 5%;
    bottom: 0;
    position: absolute;
}

.left-bringing {
    width: 40%;
    position: relative;
    margin-right: 5%;
}

.right-bringing {
    width: 55%;
    position: relative;
    padding-right: 15%;
}

.bringing-text-cnt {
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-left: 75px;
}

.tenfa-cnt-cta {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.tenfa-cnt-cta a {
    display: table;
    border: 1px solid #da2027;
    font-family: 'hwt-artz', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding: 7px 0;
    min-width: 250px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}

.tenfa-cnt-cta a:first-child {
    margin-right: 15px;
    background: #da2027;
    color: #fff;
}

.tenfa-cnt-cta a:first-child:hover {
    background: transparent;
    color: #000;
}

.tenfa-cnt-cta a:last-child:hover {
    color: #fff;
    background: #da2027;
}

.bringing-logos {
    width: 100%;
    position: relative;
    margin-top: 100px;
    background: #FFFFFF;
    max-width: 85%;
    padding: 50px 50px 50px 95px;
}

.bringing-logos .swiper-wrapper {
    align-items: center;
}

.tenfa-popular {
    width: 100%;
    position: relative;
    margin: 100px 0;
}

.tenfa-popular .tenfa-title {
    text-align: center;
}

.popular-products-slider {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.popular-products-slider .content {
    max-width: 70%;
    margin: 120px auto 0;
}

.product-slider-left {
    width: 35%;
    position: relative;
}

.product-slider-right {
    width: 65%;
    position: relative;
}

.product-slider-text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

.popular-products-slider .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.popular-products-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #da2027;
    background: transparent;
    margin: 0 8px;
    border-radius:0;
    transform:rotate(45deg);
}

.popular-products-slider .swiper-pagination-bullet-active {
    background: #da2027;
}


/* about */

.tenfa-about {
    max-width: 85%;
    margin: 0 auto;
    padding-top: 350px;
}

.tenfa-about-left {
    width: 43%;
    position: relative
}

.tenfa-about-right {
    width: 50%;
    position: relative;
    margin-left: 7%;
    padding-top: 20px;
}

.tenfa-about-right .tenfa-subtitle {
    padding: 30px 0;
    font-size: 20px;
    line-height: 28px;
}

.tenfa-about-right .tenfa-desc {
    font-size: 16px;
    line-height: 24px;
}

.tenfa-expertise {
    width: 100%;
    position: relative;
    padding: 50px 0 100px;
    top: -85px;
    margin-bottom: -85px;
}

.tenfa-expertise:before {
    content: '';
    background: #da2027;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

.inner-tenfa-expertise {
    max-width: 75%;
    margin: 0 auto;
}

.inner-tenfa-expertise .tenfa-title {
    color: #fff;
}

.tenfa-expertise-figures {
    padding-top: 50px;
}

.tenfa-expertise-figures .tenfa-title {
    font-size: 100px;
    line-height: 108px;
}

.expertise-area {
    color: #fff;
    padding-top: 5px;
}

.expertise-figures-repeated {
    width: 25%;
    position: relative;
    padding-top: 40px;
}

.expertise-figures-repeated:before {
    content: '';
    background: #fff;
    width: 70px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-out 0s;
}

.expertise-figures-repeated.brands:hover:before {
    background: #000;
}

.expertise-figures-repeated.brands:hover .tenfa-title {
    color: #000;
}

.expertise-figures-repeated.brands:hover .expertise-area {
    color: #000;
}

.tenfa-large-img {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}


/* International Brands */

.tenfa-about.ib {
    align-items: center;
    padding-top: 300px;
}

.tenfa-about.ib .tenfa-about-left {
    width: 50%;
    position: relative;
    padding-top: 20px;
}

.tenfa-about.ib .tenfa-about-right {
    width: 43%;
    position: relative;
    margin-right: 7%;
    margin-left: 0;
}

.tenfa-about.ib .tenfa-about-right .tenfa-subtitle {
    font-size: 26px;
    line-height: 34px;
}

.tenfa-about.ib .tenfa-about-right .tenfa-desc {
    font-size: 20px;
    line-height: 28px;
}

.tenfa-ib {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.tenfa-ib-repeated {
    width: 100%;
    position: relative;
    padding: 50px 0;
    background: #fceee0;
}

.tenfa-ib-repeated:nth-child(even) {
    background: #fbf3eb;
}

.tenfa-ib-repeated:nth-child(even) .ib-repeated-left {
    order: 2;
    margin-right: 0;
    margin-left: 5%;
}

.tenfa-ib-repeated:nth-child(even) .ib-repeated-right {
    order: 1;
}

.ib-repeated-left {
    width: 34%;
    position: relative;
    margin-right: 7%;
}

.ib-repeated-right {
    width: 45%;
    position: relative;
    padding-top: 50px;
}

.inner-ib-repeated {
    width: 100%;
    position: relative;
    max-width: 85%;
    margin: 0 auto;
}

.tenfa-brands {
    width: 100%;
    position: relative;
    margin: 50px 0;
}

.inner-tenfa-brands {
    width: 100%;
    position: relative;
    max-width: 85%;
    margin: 0 auto;
    background: #f6f0e8;
    text-align: center;
    padding: 50px 0;
}

.inner-tenfa-brands:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-right: 70px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}

.inner-tenfa-brands:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 70px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tenfa-big-title {
    font-size: 65px;
    line-height: 120%;
    color: #da2027;
    font-family: 'hwt-artz', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.inner-tenfa-brands a {
    margin: 30px auto 0;
}

/* contact */

.tenfa-about.contact .tenfa-about-left:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    border-left: 60px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tenfa-large-img.contact {
    margin: 50px 0;
    padding-bottom: 0;
}

.tenfa-large-img.contact:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-right: 70px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tenfa-desc-contact {
    padding-top: 50px;
}

.tenfa-desc-contact .info-icn {
    font-weight: 700;
    min-width: 200px;
}

.tenfa-inTouch {
    width: 100%;
    position: relative;
    max-width: 95%;
    background: #f6f0e8;
    padding: 100px 0;
}

.tenfa-inTouch:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 70px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.inner-tenfa-inTouch {
    width: 100%;
    position: relative;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.inner-tenfa-inTouch .tenfa-title {
    color: #da2027;
}

.inner-tenfa-inTouch .tenfa-desc {
    text-transform: uppercase;
}

.inner-contact-form {
    justify-content: space-between;
    margin-top: 50px;
}

.form-fname {
    width: 49.7%;
    position: relative;
    margin-bottom: 0.6%;
}

.form-lname {
    width: 49.7%;
    position: relative;
    margin-bottom: 0.6%;
}

.form-email {
    width: 100%;
    position: relative;
    margin-bottom: 0.6%;
}

.form-contact {
    width: 100%;
    position: relative;
    margin-bottom: 0.6%;
}

.form-message {
    width: 100%;
    position: relative;
    margin-bottom: 0.6%;
}

.inner-contact-form input, .inner-contact-form textarea {
    width: 100%;
    padding: 20px 30px;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.inner-contact-form input::placeholder, .inner-contact-form textarea::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.form-submit {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.form-submit a {
    margin: 0 auto;
}

a.cta-bg-red {
    display: table;
    border: 1px solid #da2027;
    background: #da2027;
    color: #fff;
    font-family: 'hwt-artz', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding: 7px 0;
    min-width: 250px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}

a.cta-bg-red:hover {
    background: transparent;
    color: #000;
}


/* Own brands */

.tenfa-banner.brands {
    width: 100%;
    position: relative;
    padding: 240px 0 100px;
    text-align: center;
}

.tenfa-banner.brands .tenfa-title {
    color: #da2027;
}

.tenfa-banner.brands .tenfa-subtitle {
    padding: 25px 0 15px;
    width:80%;
    margin:0 auto;
}

.tenfa-banner.brands .tenfa-subtitle {
    width:80%;
    margin:0 auto;
}

.tenfa-banner.brands .tenfa-desc {
    width:80%;
    margin:0 auto;
}

.tenfa-banner.brands:before {
    content: '';
    background: #f6f0e8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tenfa-brands {
    width: 100%;
    position: relative;
}

.tenfa-brands .photo {
    position: relative;
    display: table;
    margin: 0 auto;
}

.video-link {
    position: absolute;
    display: flex;
    align-items: center;
    width: auto;
    cursor: pointer;
}

.video-link.anchor-1 {
    bottom: 25%;
    left: 7%;
}

.video-link.anchor-2 {
    top: 25%;
    left: 22%;
}

.video-link.anchor-3 {
    top: 25%;
    right: 11%;
}

.video-link.anchor-4 {
    bottom: 30%;
    right: 20%;
}

.video-link.anchor-5 {
    bottom: 31%;
    left: 44%;
}

.brands-tooltip {
    opacity: 0;
    visibility: hidden;
    background: #f6f0e8;
    font-size: 14px;
    line-height: 22px;
    width: 400px;
    position: absolute;
    left: 80px;
    z-index: 99;
    border-radius:3px;
}

.brands-tooltip.active {
    opacity: 1;
    visibility: visible;
    padding: 20px;
}

.video-play-button2 {
    position: relative;
    z-index: 10;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 50px;
    border-radius: 50%;
    padding: 18px 28px 18px 28px;
}
  
.video-play-button2:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #f6f0e8;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button2:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
  }

  .video-play-button2 span {
    color: #da2027;
    z-index: 9;
    font-family: 'hwt-artz', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

.tenfa-brands a {
    margin: 40px auto 0;
}

.tenfa-bringing.care {
    width: 100%;
    position: relative;
}

.tenfa-bringing.care:before {
    width: 100%;
}

.tenfa-bringing.care:after {
    display: none;
}

.inner-tenfa-care {
    max-width: 85%;
    margin: 0 auto;
    align-items: center;
}

.inner-tenfa-care .tenfa-subtitle {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0;
}

.inner-tenfa-care .tenfa-desc {
    font-size: 16px;
    line-height: 24px;
}

.tenfa-care-sq {
    width: 350px;
    height: 350px;
    background: #da2027;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.tenfa-care-sq:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid #f6f0e8;
    border-bottom: 40px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.tenfa-care-sq .tenfa-title {
    color: #c4181e;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    font-size: 100px;
    line-height: 85px;
}

.tenfa-care-sq .tenfa-title span {
    font-size: 56px;
    line-height: 70px;
}


/* footer */

footer {
    width: 100%;
    position: relative;
}

.pre-footer-left {
    width: 65%;
    position: relative;
    background: #f6f0e8;
    padding: 50px 100px;
}

.pre-footer-left:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 70px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pre-footer-right {
    width: 35%;
    position: relative;
    margin-bottom: 50px;
}

.prefooter-desc {
    align-items: flex-end;
    justify-content: space-between;
    padding: 50px 0 0;
}

.footer-copyright {
    width: 100%;
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    padding: 30px 0;
}

.footer-copyright .tenfa-subtitle {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
}

.footer-copyright .tenfa-subtitle a {
    color: #da2027;
}

.footer-copyright .tenfa-desc {
    font-size: 11px;
    line-height: 24px;
}

.footer-copyright .tenfa-desc a {
    color: #14605a;
    font-weight: 700;
}

a.cta-border-red {
    font-family: 'hwt-artz', sans-serif;
    font-weight: 700;
    font-style: normal;
    border: 1px solid #da2027;
    min-width: 250px;
    padding: 7px 0;
    text-align: center;
    display: table;
    font-size: 24px;
    line-height: 32px;
}

a.cta-border-red:hover {
    background: #da2027;
    color: #fff;
}

.prefooter-desc-info .info-text {
    margin-left: 20px;
}

.prefooter-desc-info .info-text a:hover {
    color: #da2027;
}

.prefooter-desc-info:not(:last-child) {
    margin-bottom: 20px;
}

.brands-tooltip span {
    opacity: 0;
    position: absolute;
}


.cnmap{width:100%;}
.cnmap #map_canvas{height:450px;width:100%;}
.cnmap #map_canvas b{color:#ED1C24;font-size:16px;font-weight:normal;font-family:'Hel77BldCon', sans-serif;}
.gm-style-iw{line-height:20px}

