/*@import 'reset';*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

*:focus {
  outline: none; }

a, a:hover, a:active, a:visited, a:focus {
  text-decoration: none; }

body {
  background: #fff;
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Open Sans"; }
  body .visible {
    visibility: visible !important; }
  body.page_home_index {
    background-color: #000000 !important; }
    body.page_home_index .tt_navbar {
      display: none; }
  body .hidden {
    display: none; }
  body h2 {
    font-size: 1.6em; }
    @media only screen and (max-width: 1199px) {
      body h2 {
        font-size: 1.3em; } }
    @media only screen and (max-width: 479px) {
      body h2 {
        font-size: 1.2em; } }
  body .text-green {
    color: #9bc43f; }
  body .text-white {
    color: #9bc43f; }
  body div.content {
    padding-top: 12%; }
  body .tt_button_small, body .tt_button_small_x2 {
    background-image: url("../images/trace/origin/button-category.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 153px;
    height: 33px;
    display: block;
    text-align: center;
    line-height: 33px;
    color: #ffffff;
    padding: 0 !important; }
    body .tt_button_small:hover, body .tt_button_small_x2:hover {
      background-position: center bottom; }
    body .tt_button_small li, body .tt_button_small_x2 li {
      margin: 5px 0;
      float: right;
      display: inline-block; }
    @media only screen and (max-width: 991px) {
      body .tt_button_small.tt_button_menu, body .tt_button_menu.tt_button_small_x2 {
        -webkit-background-size: cover;
        background-size: cover;
        width: 250px;
        height: 55px;
        line-height: 55px !important;
        font-weight: 600;
        font-size: 1.6em;
        padding: 0; } }
    @media screen and (min-width: 991px) {
      body .tt_button_small.tt_button_menu, body .tt_button_menu.tt_button_small_x2 {
        background-image: none;
        width: 100px;
        text-align: center;
        -moz-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        -webkit-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
        body .tt_button_small.tt_button_menu:hover, body .tt_button_menu.tt_button_small_x2:hover {
          color: #9bc43f; } }
  @media screen and (min-width: 991px) {
    body li:nth-child(1) a.tt_button_menu {
      width: 130px; } }
  body .tt_button_small_x2 {
    height: 21.57px;
    line-height: 21.57px;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100px; }
  body li.active .tt_button_small_x2 {
    background-position: bottom center; }
  body #no-landscape {
    position: fixed;
    z-index: 9999999999999;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    display: none; }
    body #no-landscape img {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 70%;
      width: auto; }
  @media screen and (max-height: 380px) and (orientation: landscape) {
    body #no-landscape {
      display: block; } }
  body .text-white {
    color: #ffffff; }

/*
Header
*/
header {
  margin-top: 11px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%; }
  header nav.navbar.tt_navbar {
    width: 70%; }
    header nav.navbar.tt_navbar div.navbar-collapse {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      @media only screen and (max-width: 991px) {
        header nav.navbar.tt_navbar div.navbar-collapse {
          display: none; } }
    header nav.navbar.tt_navbar ul {
      text-align: right;
      float: none;
      margin-top: 6px; }
      @media only screen and (max-width: 767px) {
        header nav.navbar.tt_navbar ul {
          text-align: center; } }
      header nav.navbar.tt_navbar ul li {
        display: inline-block;
        float: none; }
        @media only screen and (max-width: 991px) {
          header nav.navbar.tt_navbar ul li {
            display: block; } }
        header nav.navbar.tt_navbar ul li a {
          background-color: transparent;
          line-height: 33px; }
    @media only screen and (max-width: 991px) {
      header nav.navbar.tt_navbar {
        display: block;
        margin: 0;
        padding: 0;
        width: 100px;
        height: 21.6px !important;
        top: 24px;
        left: 50%;
        -moz-transform: translateX(-210px);
        -o-transform: translateX(-210px);
        -ms-transform: translateX(-210px);
        -webkit-transform: translateX(-210px);
        transform: translateX(-210px); }
        header nav.navbar.tt_navbar div.navbar-collapse {
          display: none; }
        header nav.navbar.tt_navbar.fixed {
          position: fixed;
          width: 100%;
          height: 100% !important;
          z-index: 200;
          top: 0;
          left: 0;
          transform: translateX(0);
          background: rgba(0, 0, 0, 0.95); }
          header nav.navbar.tt_navbar.fixed button.navbar-toggle {
            width: 100px;
            height: 21.6px !important;
            top: 46px;
            left: 50%;
            position: fixed;
            z-index: 99999;
            -moz-transform: translateX(-210px);
            -o-transform: translateX(-210px);
            -ms-transform: translateX(-210px);
            -webkit-transform: translateX(-210px);
            transform: translateX(-210px); }
          header nav.navbar.tt_navbar.fixed div.navbar-collapse {
            border-top: 0 solid transparent;
            display: block;
            left: 50%;
            top: 50%;
            position: fixed;
            z-index: 99999;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
    @media only screen and (max-width: 550px) {
      header nav.navbar.tt_navbar {
        left: 65px;
        -moz-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        header nav.navbar.tt_navbar.fixed button.navbar-toggle {
          left: 65px !important;
          -moz-transform: translate(0);
          -o-transform: translate(0);
          -ms-transform: translate(0);
          -webkit-transform: translate(0);
          transform: translate(0); } }
    header nav.navbar.tt_navbar button.navbar-toggle {
      padding: 0;
      margin: 0;
      top: 11px; }
    header nav.navbar.tt_navbar .container-fluid .collapse ul {
      margin: 0;
      padding: 0; }
      header nav.navbar.tt_navbar .container-fluid .collapse ul li a {
        margin: 0;
        padding: 0;
        text-align: center; }
  header .tt_logo {
    position: absolute;
    left: 15%;
    z-index: 200000;
    max-width: 190px;
    margin-top: 11px; }
    @media only screen and (max-width: 991px) {
      header .tt_logo {
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (max-width: 550px) {
      header .tt_logo {
        left: auto;
        right: 30px;
        -moz-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); } }
    @media only screen and (max-width: 479px) {
      header .tt_logo {
        max-width: 140px; } }
    @media only screen and (max-width: 319px) {
      header .tt_logo {
        max-width: 100px;
        margin-top: 15px; } }
  header .rest_yask {
    position: absolute;
    display: block;
    left: 9.3%;
    z-index: 200000; }
    @media only screen and (max-width: 767px) {
      header .rest_yask {
        left: 50%;
        -moz-transform: translateX(-255px);
        -o-transform: translateX(-255px);
        -ms-transform: translateX(-255px);
        -webkit-transform: translateX(-255px);
        transform: translateX(-255px); } }
    @media only screen and (max-width: 550px) {
      header .rest_yask {
        left: 20px;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
    header .rest_yask span.hamburger {
      width: 40px;
      height: 40px;
      display: block;
      cursor: pointer;
      margin-top: 37px; }
      header .rest_yask span.hamburger span.line {
        display: block;
        height: 1px;
        width: 70%;
        margin-left: 15%;
        background: #ffffff;
        margin-top: 7px;
        -moz-transition: 0.1s all ease-in-out;
        -o-transition: 0.1s all ease-in-out;
        -webkit-transition: 0.1s all ease-in-out;
        transition: 0.1s all ease-in-out; }
        header .rest_yask span.hamburger span.line:first-child {
          margin-top: 10px; }
      header .rest_yask span.hamburger:hover span.line:first-child {
        margin-top: 7px; }
      header .rest_yask span.hamburger:hover span.line:nth-child(2) {
        margin-top: 10px; }
      header .rest_yask span.hamburger:hover span.line:last-child {
        margin-top: 10px; }
    header .rest_yask.active span.hamburger {
      border: 0px solid transparent; }
      header .rest_yask.active span.hamburger span.line:first-child {
        -moz-transform: translateY(11px);
        -o-transform: translateY(11px);
        -ms-transform: translateY(11px);
        -webkit-transform: translateY(11px);
        transform: translateY(11px);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: red; }
      header .rest_yask.active span.hamburger span.line:nth-child(2) {
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: red; }
      header .rest_yask.active span.hamburger span.line:nth-child(3) {
        opacity: 0; }
  header .rest_yask_overlay {
    display: none;
    opacity: 0;
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 88888;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    header .rest_yask_overlay ul {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      padding: 0;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      list-style: none;
      text-align: center; }
      header .rest_yask_overlay ul li {
        text-align: center;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #818181; }
        header .rest_yask_overlay ul li:last-child {
          border-bottom: 0px solid transparent; }
        header .rest_yask_overlay ul li img {
          display: inline-block; }
    header .rest_yask_overlay.active {
      display: block;
      opacity: 1; }
  header .svg_tt_menu {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-top: 11px; }
    @media only screen and (max-width: 1199px) {
      header .svg_tt_menu {
        bottom: 0;
        top: auto;
        right: 0;
        height: 65%; } }
    @media only screen and (max-width: 991px) {
      header .svg_tt_menu {
        right: -40px; } }
    header .svg_tt_menu svg {
      height: 100% !important;
      margin: 0;
      padding: 0;
      right: 0;
      bottom: 0;
      position: absolute; }

@-moz-document url-prefix() {
  header .svg_tt_menu svg {
    background-image: url("../images/home/panel_bg.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1px bottom; } }
      @media only screen and (max-width: 1199px) {
        header .svg_tt_menu svg {
          height: 65%; } }
      @media only screen and (max-width: 767px) {
        header .svg_tt_menu svg {
          display: none; } }
      header .svg_tt_menu svg path.nav1,
      header .svg_tt_menu svg path.nav2,
      header .svg_tt_menu svg path.nav3,
      header .svg_tt_menu svg path.nav4,
      header .svg_tt_menu svg path.nav5,
      header .svg_tt_menu svg path.nav6 {
        cursor: pointer; }
      header .svg_tt_menu svg path:not(.nav1) {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: url(#greyscale); }
      header .svg_tt_menu svg path.nogrey {
        filter: none; }
  header nav.tt_navbar {
    margin: 10px 0 0 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    padding-right: 10px;
    background: transparent;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.43) 50%, rgba(0, 0, 0, 0.42) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, rgba(0, 0, 0, 0.43)), color-stop(100%, rgba(0, 0, 0, 0.42)));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.43) 50%, rgba(0, 0, 0, 0.42) 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.43) 50%, rgba(0, 0, 0, 0.42) 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.43) 50%, rgba(0, 0, 0, 0.42) 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.43) 50%, rgba(0, 0, 0, 0.42) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    border: 0px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    header nav.tt_navbar .navbar-header {
      display: none; }
      @media only screen and (max-width: 991px) {
        header nav.tt_navbar .navbar-header {
          display: block; } }
    @media only screen and (max-width: 991px) {
      header nav.tt_navbar {
        background: transparent; } }
    header nav.tt_navbar .container-fluid {
      padding: 0; }
      header nav.tt_navbar .container-fluid .collapse {
        padding: 0; }
        header nav.tt_navbar .container-fluid .collapse ul li a {
          padding-right: 0;
          padding-left: 30px;
          text-shadow: none;
          color: #ffffff;
          font-size: 1.2em;
          -moz-transition: 0.2s all ease-in-out;
          -o-transition: 0.2s all ease-in-out;
          -webkit-transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out; }
          header nav.tt_navbar .container-fluid .collapse ul li a:hover {
            background: transparent;
            color: #9bc43f; }

/*
Slides from home
*/
#fullpage .section {
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  padding-top: 240px; }
  #fullpage .section a, #fullpage .section a:hover {
    color: #ffffff;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none; }
    #fullpage .section a:hover, #fullpage .section a:hover:hover {
      color: #9bc43f; }
  #fullpage .section.home_first {
    /*background: url('../images/home/background.jpg') no-repeat center center;*/
    position: relative; }
    @media only screen and (max-width: 767px) {
      #fullpage .section.home_first .tt_number {
        margin-top: 10%;
        padding-bottom: 5%; }
      #fullpage .section.home_first .tt_number_description, #fullpage .section.home_first .tt_text {
        text-align: center; } }
    #fullpage .section.home_first .owl-carousel {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 1199px) {
        #fullpage .section.home_first .owl-carousel img.owl-img {
          width: auto;
          min-height: 100%;
          min-width: 100%; } }
  #fullpage .section.home_second {
    background: url("../images/home/background1.jpg") no-repeat center center; }
  #fullpage .section.home_third {
    background: url("../images/home/background3.jpg") no-repeat center center; }
  #fullpage .section.home_fourth {
    background: url("../images/home/background4.jpg") no-repeat center center; }
  #fullpage .section.home_fifth {
    background: url("../images/home/background5.jpg") no-repeat center center; }
  @media only screen and (max-width: 767px) {
    #fullpage .section.home_sixth .tt_number {
      top: auto;
      bottom: 8vh;
      position: absolute;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center;
      margin-left: 0; }
    #fullpage .section.home_sixth .shadow {
      display: none; } }
  @media only screen and (max-width: 767px) {
    #fullpage .section {
      padding-top: 180px; } }
  #fullpage .section .tt_number {
    overflow: visible;
    z-index: 99; }
    #fullpage .section .tt_number form {
      margin-bottom: 0; }
      @media only screen and (max-width: 991px) {
        #fullpage .section .tt_number form {
          text-align: center; }
          #fullpage .section .tt_number form* {
            display: inline-block; } }
      #fullpage .section .tt_number form.wrong_tt_code input[type=number] {
        border-color: #fe1119; }
      #fullpage .section .tt_number form.wrong_tt_code .line_separate {
        background: #fe1119; }
    #fullpage .section .tt_number span.line_separate {
      width: 2px;
      height: 58px;
      background: #ffffff;
      display: inline-block;
      margin: 0 5px;
      -moz-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
      vertical-align: -18px; }
    #fullpage .section .tt_number input[type=number] {
      -moz-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out;
      display: none;
      font-family: "Open Sans";
      font-weight: 300;
      font-size: 30px;
      width: 30px;
      height: 45px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      display: inline-block;
      background: transparent;
      margin: 0 1px;
      text-align: center;
      visibility: hidden; }
      @media only screen and (max-width: 479px) {
        #fullpage .section .tt_number input[type=number] {
          width: 25px; } }
      #fullpage .section .tt_number input[type=number].white {
        color: #ffffff;
        border: 1px solid #ffffff;
        -moz-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        -webkit-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
        #fullpage .section .tt_number input[type=number].white:focus {
          background: #ffffff;
          color: #000000; }
      #fullpage .section .tt_number input[type=number].green {
        color: #9bc43f;
        border: 1px solid #9bc43f;
        -moz-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        -webkit-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
        #fullpage .section .tt_number input[type=number].green:focus {
          background: #9bc43f;
          color: #ffffff; }
    #fullpage .section .tt_number button.submit {
      opacity: 1;
      display: inline-block;
      -moz-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      height: 30px;
      margin-left: 5px;
      vertical-align: -3px;
      width: 15px;
      background: transparent;
      border: 0 solid transparent;
      background: url("../images/home/arrow.png") no-repeat center center;
      background-size: cover;
      -webkit-background-size: cover;
      z-index: 100; }
      #fullpage .section .tt_number button.submit.hidden {
        display: none;
        opacity: 0;
        -moz-transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px); }
  #fullpage .section .tt_number_description {
    position: relative;
    z-index: 100;
    padding-bottom: 8%; }
    #fullpage .section .tt_number_description \ p {
      color: #ffffff;
      line-height: 1.2em;
      font-size: 1.2em;
      padding: 10px 0 0 0;
      -moz-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      #fullpage .section .tt_number_description \ p.wrong_tt_code {
        color: #fe1119; }

#fullpage .tt_text {
  z-index: 10;
  position: relative; }
  #fullpage .tt_text h1 {
    padding-bottom: 3%;
    font-weight: 800; }
    @media only screen and (max-width: 1199px) {
      #fullpage .tt_text h1 {
        font-size: 2em; } }
    @media only screen and (max-width: 479px) {
      #fullpage .tt_text h1 {
        font-size: 1.5em; } }
  #fullpage .tt_text p {
    color: #ffffff;
    font-size: 0.9em; }
    @media only screen and (max-width: 1199px) {
      #fullpage .tt_text p {
        font-size: 0.8em; } }

#fullpage .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url(../images/home/shadow.png) no-repeat top right;
  background-size: cover;
  -webkit-background-size: cover;
  width: 70%;
  height: 75%;
  display: block; }

#fullpage .shadow_contact {
  width: 35%;
  height: 80%; }

#fullpage #map_contact {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(svg#greyscale);opacity: 0.8;*/
  background-image: url("../images/home/bg-map.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1 !important; }

/*
Trace index
**/
body.page_trace_index {
  background: url("../images/home/background.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  height: 100%; }
  body.page_trace_index div.tt_trace {
    text-align: center;
    position: relative;
    height: 100%; }
    body.page_trace_index div.tt_trace div {
      z-index: 10;
      position: absolute;
      width: 591px; }
      @media only screen and (max-width: 991px) {
        body.page_trace_index div.tt_trace div {
          width: 400px; } }
      @media only screen and (max-width: 767px) {
        body.page_trace_index div.tt_trace div {
          width: 250px; } }
      body.page_trace_index div.tt_trace div a {
        width: inherit;
        height: 105px;
        display: block;
        line-height: 105px;
        background-size: cover;
        -webkit-background-size: cover;
        color: #ffffff;
        font-size: 2em;
        font-weight: 800;
        background-repeat: no-repeat;
        background-position: bottom center; }
        @media only screen and (max-width: 991px) {
          body.page_trace_index div.tt_trace div a {
            height: 69px;
            line-height: 69px; } }
        @media only screen and (max-width: 767px) {
          body.page_trace_index div.tt_trace div a {
            height: 40px;
            line-height: 40px;
            font-size: 1.2em; } }
        body.page_trace_index div.tt_trace div a:hover {
          background-position: top center; }
    body.page_trace_index div.tt_trace .left {
      left: 10%;
      top: 40%; }
      body.page_trace_index div.tt_trace .left a {
        background-image: url("../images/trace/button-left.png"); }
    body.page_trace_index div.tt_trace .center {
      padding-top: 7.5%;
      top: 50%;
      left: 50%;
      z-index: 1;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 991px) {
        body.page_trace_index div.tt_trace .center {
          width: 591px; } }
      @media only screen and (max-width: 767px) {
        body.page_trace_index div.tt_trace .center {
          width: 100%; } }
      body.page_trace_index div.tt_trace .center .tt_show_number {
        padding: 5px 20px;
        background: rgba(0, 0, 0, 0.7);
        border: 1px solid #23237c;
        width: auto;
        margin-left: 50%;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        body.page_trace_index div.tt_trace .center .tt_show_number span {
          color: #ffffff;
          font-size: 1.3em; }
        body.page_trace_index div.tt_trace .center .tt_show_number i {
          padding-left: 4px;
          color: #9bc43f;
          font-size: 1.3em; }
    body.page_trace_index div.tt_trace .right {
      right: 10%;
      top: 65%; }
      body.page_trace_index div.tt_trace .right a {
        background-image: url("../images/trace/button-left.png"); }

body.page_trace_origin, body.page_trace_history {
  background: url("../images/home/background.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  height: 100%; }
  body.page_trace_origin .rest_yask_overlay ul, body.page_trace_history .rest_yask_overlay ul {
    top: 400px; }
    @media only screen and (max-width: 767px) {
      body.page_trace_origin .rest_yask_overlay ul, body.page_trace_history .rest_yask_overlay ul {
        top: 350px; } }
  @media only screen and (max-width: 991px) {
    body.page_trace_origin, body.page_trace_history {
      overflow: visible;
      -webkit-background-size: cover;
      background-size: cover;
      height: auto;
      padding-bottom: 20px; } }
  body.page_trace_origin header, body.page_trace_history header {
    z-index: 0; }
    @media only screen and (max-width: 991px) {
      body.page_trace_origin header, body.page_trace_history header {
        position: absolute;
        width: 103%; } }
  body.page_trace_origin .content, body.page_trace_history .content {
    z-index: 10; }
    @media only screen and (max-width: 991px) {
      body.page_trace_origin .content, body.page_trace_history .content {
        padding-top: 20%; } }
    @media only screen and (max-width: 767px) {
      body.page_trace_origin .content, body.page_trace_history .content {
        padding-top: 30%; } }
    @media only screen and (max-width: 479px) {
      body.page_trace_origin .content, body.page_trace_history .content {
        padding-top: 40%; } }
    body.page_trace_origin .content .tab-content, body.page_trace_history .content .tab-content {
      padding: 0;
      margin-bottom: 20px;
      height: 459px;
      overflow: hidden; }
    body.page_trace_origin .content .activetabnav, body.page_trace_history .content .activetabnav {
      margin-bottom: 40px; }
      @media only screen and (max-width: 991px) {
        body.page_trace_origin .content .activetabnav, body.page_trace_history .content .activetabnav {
          margin-top: 20px; } }
    body.page_trace_origin .content .nav-tabs, body.page_trace_origin .content .activetabnav, body.page_trace_history .content .nav-tabs, body.page_trace_history .content .activetabnav {
      border: 0px solid transparent; }
      body.page_trace_origin .content .nav-tabs div.active .tt_button_small, body.page_trace_origin .content .nav-tabs div.active .tt_button_small_x2, body.page_trace_origin .content .activetabnav div.active .tt_button_small, body.page_trace_origin .content .activetabnav div.active .tt_button_small_x2, body.page_trace_history .content .nav-tabs div.active .tt_button_small, body.page_trace_history .content .nav-tabs div.active .tt_button_small_x2, body.page_trace_history .content .activetabnav div.active .tt_button_small, body.page_trace_history .content .activetabnav div.active .tt_button_small_x2 {
        background-position: center bottom; }
    body.page_trace_origin .content .tt_img_forest, body.page_trace_origin .content .tt_img_product, body.page_trace_history .content .tt_img_forest, body.page_trace_history .content .tt_img_product {
      border: 1px solid transparent;
      overflow: hidden;
      width: 100%;
      height: inherit;
      position: relative; }
      body.page_trace_origin .content .tt_img_forest .owl-item, body.page_trace_origin .content .tt_img_product .owl-item, body.page_trace_history .content .tt_img_forest .owl-item, body.page_trace_history .content .tt_img_product .owl-item {
        height: 459px;
        display: inline-block;
        float: left;
        /*background: #1f1c21;*/
		background: transparent;		}
        body.page_trace_origin .content .tt_img_forest .owl-item div, body.page_trace_origin .content .tt_img_product .owl-item div, body.page_trace_history .content .tt_img_forest .owl-item div, body.page_trace_history .content .tt_img_product .owl-item div {
          width: 100%;
          height: 100%;
          position: relative;
          overflow: hidden; }
          body.page_trace_origin .content .tt_img_forest .owl-item div img, body.page_trace_origin .content .tt_img_product .owl-item div img, body.page_trace_history .content .tt_img_forest .owl-item div img, body.page_trace_history .content .tt_img_product .owl-item div img {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            margin: 0 auto;
            /*            max-height: $contentsize;*/
            width: auto;
            min-width: 100%; }
      body.page_trace_origin .content .tt_img_forest .owl-nav, body.page_trace_origin .content .tt_img_product .owl-nav, body.page_trace_history .content .tt_img_forest .owl-nav, body.page_trace_history .content .tt_img_product .owl-nav {
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%; }
        body.page_trace_origin .content .tt_img_forest .owl-nav .owl-next, body.page_trace_origin .content .tt_img_forest .owl-nav .owl-prev, body.page_trace_origin .content .tt_img_product .owl-nav .owl-next, body.page_trace_origin .content .tt_img_product .owl-nav .owl-prev, body.page_trace_history .content .tt_img_forest .owl-nav .owl-next, body.page_trace_history .content .tt_img_forest .owl-nav .owl-prev, body.page_trace_history .content .tt_img_product .owl-nav .owl-next, body.page_trace_history .content .tt_img_product .owl-nav .owl-prev {
          display: block;
          border: 1px solid #ffffff;
          width: 34px;
          height: 34px;
          top: 50%;
          position: absolute;
          left: 10px;
          text-align: center;
          line-height: 34px;
          cursor: pointer;
          -moz-transition: 0.2s all ease-in-out;
          -o-transition: 0.2s all ease-in-out;
          -webkit-transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          body.page_trace_origin .content .tt_img_forest .owl-nav .owl-next.owl-next, body.page_trace_origin .content .tt_img_forest .owl-nav .owl-prev.owl-next, body.page_trace_origin .content .tt_img_product .owl-nav .owl-next.owl-next, body.page_trace_origin .content .tt_img_product .owl-nav .owl-prev.owl-next, body.page_trace_history .content .tt_img_forest .owl-nav .owl-next.owl-next, body.page_trace_history .content .tt_img_forest .owl-nav .owl-prev.owl-next, body.page_trace_history .content .tt_img_product .owl-nav .owl-next.owl-next, body.page_trace_history .content .tt_img_product .owl-nav .owl-prev.owl-next {
            left: auto;
            right: 10px; }
          body.page_trace_origin .content .tt_img_forest .owl-nav .owl-next:hover, body.page_trace_origin .content .tt_img_forest .owl-nav .owl-prev:hover, body.page_trace_origin .content .tt_img_product .owl-nav .owl-next:hover, body.page_trace_origin .content .tt_img_product .owl-nav .owl-prev:hover, body.page_trace_history .content .tt_img_forest .owl-nav .owl-next:hover, body.page_trace_history .content .tt_img_forest .owl-nav .owl-prev:hover, body.page_trace_history .content .tt_img_product .owl-nav .owl-next:hover, body.page_trace_history .content .tt_img_product .owl-nav .owl-prev:hover {
            background: #ffffff; }
            body.page_trace_origin .content .tt_img_forest .owl-nav .owl-next:hover i, body.page_trace_origin .content .tt_img_forest .owl-nav .owl-prev:hover i, body.page_trace_origin .content .tt_img_product .owl-nav .owl-next:hover i, body.page_trace_origin .content .tt_img_product .owl-nav .owl-prev:hover i, body.page_trace_history .content .tt_img_forest .owl-nav .owl-next:hover i, body.page_trace_history .content .tt_img_forest .owl-nav .owl-prev:hover i, body.page_trace_history .content .tt_img_product .owl-nav .owl-next:hover i, body.page_trace_history .content .tt_img_product .owl-nav .owl-prev:hover i {
              color: #818181; }
          body.page_trace_origin .content .tt_img_forest .owl-nav .owl-next i, body.page_trace_origin .content .tt_img_forest .owl-nav .owl-prev i, body.page_trace_origin .content .tt_img_product .owl-nav .owl-next i, body.page_trace_origin .content .tt_img_product .owl-nav .owl-prev i, body.page_trace_history .content .tt_img_forest .owl-nav .owl-next i, body.page_trace_history .content .tt_img_forest .owl-nav .owl-prev i, body.page_trace_history .content .tt_img_product .owl-nav .owl-next i, body.page_trace_history .content .tt_img_product .owl-nav .owl-prev i {
            line-height: 34px;
            color: #ffffff;
            text-align: center; }
      body.page_trace_origin .content .tt_img_forest .owl-dots, body.page_trace_origin .content .tt_img_product .owl-dots, body.page_trace_history .content .tt_img_forest .owl-dots, body.page_trace_history .content .tt_img_product .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
        body.page_trace_origin .content .tt_img_forest .owl-dots div.owl-dot, body.page_trace_origin .content .tt_img_product .owl-dots div.owl-dot, body.page_trace_history .content .tt_img_forest .owl-dots div.owl-dot, body.page_trace_history .content .tt_img_product .owl-dots div.owl-dot {
          width: 10px;
          height: 10px;
          border: 1px solid #ffffff;
          display: inline-block;
          margin: 0 2px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          overflow: hidden; }
          body.page_trace_origin .content .tt_img_forest .owl-dots div.owl-dot span, body.page_trace_origin .content .tt_img_product .owl-dots div.owl-dot span, body.page_trace_history .content .tt_img_forest .owl-dots div.owl-dot span, body.page_trace_history .content .tt_img_product .owl-dots div.owl-dot span {
            width: 8px;
            height: 8px;
            background: #ffffff;
            opacity: 0;
            display: none;
            -moz-transition: 0.2s all ease-in-out;
            -o-transition: 0.2s all ease-in-out;
            -webkit-transition: 0.2s all ease-in-out;
            transition: 0.2s all ease-in-out; }
          body.page_trace_origin .content .tt_img_forest .owl-dots div.owl-dot.active span, body.page_trace_origin .content .tt_img_forest .owl-dots div.owl-dot:hover span, body.page_trace_origin .content .tt_img_product .owl-dots div.owl-dot.active span, body.page_trace_origin .content .tt_img_product .owl-dots div.owl-dot:hover span, body.page_trace_history .content .tt_img_forest .owl-dots div.owl-dot.active span, body.page_trace_history .content .tt_img_forest .owl-dots div.owl-dot:hover span, body.page_trace_history .content .tt_img_product .owl-dots div.owl-dot.active span, body.page_trace_history .content .tt_img_product .owl-dots div.owl-dot:hover span {
            display: block;
            opacity: 1; }
    body.page_trace_origin .content #forest_map.tt_map_forest, body.page_trace_history .content #forest_map.tt_map_forest {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: block; }
    body.page_trace_origin .content .tt_forest_info ul, body.page_trace_origin .content .tt_history_info ul, body.page_trace_history .content .tt_forest_info ul, body.page_trace_history .content .tt_history_info ul {
      margin: 0;
      padding: 20px 0;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      list-style: none;
      width: 100%;
      display: block; }
      body.page_trace_origin .content .tt_forest_info ul li, body.page_trace_origin .content .tt_history_info ul li, body.page_trace_history .content .tt_forest_info ul li, body.page_trace_history .content .tt_history_info ul li {
        margin: 4px 0; }
        body.page_trace_origin .content .tt_forest_info ul li div:nth-child(1), body.page_trace_origin .content .tt_history_info ul li div:nth-child(1), body.page_trace_history .content .tt_forest_info ul li div:nth-child(1), body.page_trace_history .content .tt_history_info ul li div:nth-child(1) {
          color: #9bc43f;
          font-weight: 800;
          text-align: left;
          text-transform: uppercase; }
        body.page_trace_origin .content .tt_forest_info ul li div:nth-child(2), body.page_trace_origin .content .tt_history_info ul li div:nth-child(2), body.page_trace_history .content .tt_forest_info ul li div:nth-child(2), body.page_trace_history .content .tt_history_info ul li div:nth-child(2) {
          color: #ffffff; }
        body.page_trace_origin .content .tt_forest_info ul li ul, body.page_trace_origin .content .tt_history_info ul li ul, body.page_trace_history .content .tt_forest_info ul li ul, body.page_trace_history .content .tt_history_info ul li ul {
          margin: 0;
          padding: 0;
          border: 0 solid transparent; }
          body.page_trace_origin .content .tt_forest_info ul li ul.nav-tab, body.page_trace_origin .content .tt_history_info ul li ul.nav-tab, body.page_trace_history .content .tt_forest_info ul li ul.nav-tab, body.page_trace_history .content .tt_history_info ul li ul.nav-tab {
            text-align: center; }
            body.page_trace_origin .content .tt_forest_info ul li ul.nav-tab li, body.page_trace_origin .content .tt_history_info ul li ul.nav-tab li, body.page_trace_history .content .tt_forest_info ul li ul.nav-tab li, body.page_trace_history .content .tt_history_info ul li ul.nav-tab li {
              display: inline-block;
              background: transparent;
              /*&.active{
                  a{
                    background-position: bottom center;
                  }
                }*/ }
              body.page_trace_origin .content .tt_forest_info ul li ul.nav-tab li a, body.page_trace_origin .content .tt_history_info ul li ul.nav-tab li a, body.page_trace_history .content .tt_forest_info ul li ul.nav-tab li a, body.page_trace_history .content .tt_history_info ul li ul.nav-tab li a {
                padding: 0;
                background-color: transparent; }
    body.page_trace_origin .content .tt_forest_info .forest_history, body.page_trace_origin .content .tt_history_info .forest_history, body.page_trace_history .content .tt_forest_info .forest_history, body.page_trace_history .content .tt_history_info .forest_history {
      margin-top: 30px; }
      body.page_trace_origin .content .tt_forest_info .forest_history span, body.page_trace_origin .content .tt_history_info .forest_history span, body.page_trace_history .content .tt_forest_info .forest_history span, body.page_trace_history .content .tt_history_info .forest_history span {
        display: block;
        width: 100%;
        font-weight: 800;
        font-size: 1.2em; }
        body.page_trace_origin .content .tt_forest_info .forest_history span:nth-child(2), body.page_trace_origin .content .tt_history_info .forest_history span:nth-child(2), body.page_trace_history .content .tt_forest_info .forest_history span:nth-child(2), body.page_trace_history .content .tt_history_info .forest_history span:nth-child(2) {
          font-size: 1em;
          font-weight: 500; }
    body.page_trace_origin .content .tt_forest_info .forest_history, body.page_trace_origin .content .tt_forest_info .certified, body.page_trace_origin .content .tt_history_info .forest_history, body.page_trace_origin .content .tt_history_info .certified, body.page_trace_history .content .tt_forest_info .forest_history, body.page_trace_history .content .tt_forest_info .certified, body.page_trace_history .content .tt_history_info .forest_history, body.page_trace_history .content .tt_history_info .certified {
      color: #ffffff; }
      body.page_trace_origin .content .tt_forest_info .forest_history p, body.page_trace_origin .content .tt_forest_info .forest_history span, body.page_trace_origin .content .tt_forest_info .certified p, body.page_trace_origin .content .tt_forest_info .certified span, body.page_trace_origin .content .tt_history_info .forest_history p, body.page_trace_origin .content .tt_history_info .forest_history span, body.page_trace_origin .content .tt_history_info .certified p, body.page_trace_origin .content .tt_history_info .certified span, body.page_trace_history .content .tt_forest_info .forest_history p, body.page_trace_history .content .tt_forest_info .forest_history span, body.page_trace_history .content .tt_forest_info .certified p, body.page_trace_history .content .tt_forest_info .certified span, body.page_trace_history .content .tt_history_info .forest_history p, body.page_trace_history .content .tt_history_info .forest_history span, body.page_trace_history .content .tt_history_info .certified p, body.page_trace_history .content .tt_history_info .certified span {
        color: #ffffff; }
    body.page_trace_origin .content .tt_forest_info .certified, body.page_trace_origin .content .tt_history_info .certified, body.page_trace_history .content .tt_forest_info .certified, body.page_trace_history .content .tt_history_info .certified {
      font-size: 0.78em;
      color: #b7b7b7; }
    body.page_trace_origin .content .tt_forest_info ul, body.page_trace_history .content .tt_forest_info ul {
      display: block; }
      body.page_trace_origin .content .tt_forest_info ul li div, body.page_trace_history .content .tt_forest_info ul li div {
        display: inline-block; }
      body.page_trace_origin .content .tt_forest_info ul li div:nth-child(1), body.page_trace_history .content .tt_forest_info ul li div:nth-child(1) {
        width: 38%; }
      body.page_trace_origin .content .tt_forest_info ul li div:nth-child(2), body.page_trace_history .content .tt_forest_info ul li div:nth-child(2) {
        width: 60%;
        padding-left: 10px; }
    body.page_trace_origin .content .tt_history_info ul li:nth-child(2) ul, body.page_trace_history .content .tt_history_info ul li:nth-child(2) ul {
      display: block;
      width: 100%;
      padding: 20px 0 0 0; }
      body.page_trace_origin .content .tt_history_info ul li:nth-child(2) ul li, body.page_trace_history .content .tt_history_info ul li:nth-child(2) ul li {
        display: block;
        width: 100%; }
        body.page_trace_origin .content .tt_history_info ul li:nth-child(2) ul li div, body.page_trace_history .content .tt_history_info ul li:nth-child(2) ul li div {
          display: inline-block; }
        body.page_trace_origin .content .tt_history_info ul li:nth-child(2) ul li div:nth-child(1), body.page_trace_history .content .tt_history_info ul li:nth-child(2) ul li div:nth-child(1) {
          width: 45%; }
        body.page_trace_origin .content .tt_history_info ul li:nth-child(2) ul li div:nth-child(2), body.page_trace_history .content .tt_history_info ul li:nth-child(2) ul li div:nth-child(2) {
          width: 53%;
          padding-left: 10px; }
