a {
  transition: all 0.3s linear; }

.index-prods, .index-service, .index-news {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  .index-prods .block-title2, .index-service .block-title2, .index-news .block-title2 {
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: normal;
    color: #dead12; }

@media (min-width: 768px) {
  .index-prods, .index-service, .index-news {
    padding-top: 3em;
    padding-bottom: 3em; }
    .index-prods .block-title2, .index-service .block-title2, .index-news .block-title2 {
      margin-bottom: 1em;
      font-size: 2em;
      font-weight: normal;
      color: #dead12; } }
@media (min-width: 1200px) {
  .index-prods, .index-service, .index-news {
    padding-top: 6em;
    padding-bottom: 6em; }
    .index-prods .block-title2, .index-service .block-title2, .index-news .block-title2 {
      margin-bottom: 1em;
      font-size: 2em;
      font-weight: normal;
      color: #dead12; } }
/*button*/
.btn-square {
  background-color: #f3f3f3;
  width: 100%;
  padding: 0.7em 1em;
  color: #996600;
  font-size: 1em;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
  z-index: 9999;
  z-index: 2; }
  .btn-square:hover {
    background-color: #dead12;
    color: #fff; }

.btn {
  border-radius: 30px;
  padding: 0.35em 2em;
  font-size: 1em;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2); }
  .btn i {
    color: #dead12;
    margin-left: 0.5em; }
  .btn:hover {
    box-shadow: 2px 2px 8px transparent; }

.btn-searchbar {
  background-color: #000;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 0.5em 0;
  width: 100%;
  transition: all 0.2s linear; }
  .btn-searchbar i {
    margin: 0 !important;
    color: #fff !important;
    width: 100%;
    background-position: center;
    transition: all 0.2s linear; }

.btn-gray {
  overflow: hidden;
  padding: 1.2em 2.5em 1.2em 6.5em;
  margin-top: 1em;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  color: #fff;
  font-weight: lighter;
  background-color: #999;
  position: relative;
  transition: all 0.2s ease-in; }
  .btn-gray:hover {
    color: #fff;
    background-position: 1.2em center;
    background-color: #dead12;
    background-transform: rotate(30deg);
    padding: 1.2em 2.5em 1.2em 7em; }
  .btn-gray:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 1em;
    z-index: 1;
    background-image: url(../images/bg-btn-gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    transition: all 0.2s ease-in; }
  .btn-gray:after {
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1.2em 1.2em;
    width: 1.2em;
    height: 1.2em; }
  .btn-gray:hover:before {
    transform: rotate(180deg) scale(1.1) translateY(45%); }

@media (min-width: 768px) {
  .btn-searchbar {
    background-color: #dead12;
    text-align: center;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 0.5em 0;
    width: 45px;
    transition: all 0.2s linear; }
    .btn-searchbar i {
      margin: 0 !important;
      color: #fff !important;
      width: 45px;
      background-position: center;
      transition: all 0.2s linear; } }
.btn-khaki {
  border-radius: 30px;
  background-color: #b3ab90;
  color: #fff;
  padding: 0.35em 2em;
  font-size: 1em;
  box-shadow: none;
  text-align: center; }
  .btn-khaki i {
    color: #fff !important;
    margin-right: 0.5em; }
  .btn-khaki:hover {
    background-color: #666;
    color: #fff !important; }
    .btn-khaki:hover i {
      color: #fff !important; }

.btn-outline-khaki {
  border-radius: 30px;
  border: 1px solid #b3ab90;
  color: #b3ab90;
  padding: 0.35em 1em;
  font-size: 1em;
  box-shadow: none;
  text-align: center; }
  .btn-outline-khaki i {
    color: #b3ab90 !important;
    margin-right: 0.5em; }
  .btn-outline-khaki:hover {
    background-color: #666;
    border: 1px solid #666;
    color: #fff !important; }
    .btn-outline-khaki:hover i {
      color: #fff !important; }

.btn-dropdown {
  background-color: #e0cb87;
  color: #fff;
  border-radius: 0 !important;
  min-width: 350px;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0.5em 1em;
  box-shadow: none; }
  .btn-dropdown:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%); }
  .btn-dropdown:hover {
    background-color: #b3ab90;
    color: #fff; }

@media (min-width: 768px) {
  .btn-dropdown {
    background-color: #e0cb87;
    color: #fff;
    border-radius: 0 !important;
    min-width: 350px;
    width: inherit;
    text-align: left;
    position: relative;
    padding: 0.5em 1em;
    box-shadow: none; }
    .btn-dropdown:after {
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%); }
    .btn-dropdown:hover {
      background-color: #b3ab90;
      color: #fff; } }
/*Animation*/
.hover-move {
  transition: all 0.3s linear; }
  .hover-move:hover {
    transform: translateX(20px); }

@-webkit-keyframes BounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -50%, 0);
    transform: translate3d(3000px, -50%, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, -50%, 0);
    transform: translate3d(-25px, -50%, 0); }
  75% {
    -webkit-transform: translate3d(10px, -50%, 0);
    transform: translate3d(10px, -50%, 0); }
  90% {
    -webkit-transform: translate3d(-5px, -50%, 0);
    transform: translate3d(-5px, -50%, 0); }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@keyframes BounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translateX(3000px);
    transform: translateX(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px); }
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.BounceInRight {
  -webkit-animation-name: BounceInRight;
  animation-name: BounceInRight; }

@-webkit-keyframes BounceInRight2 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translateX(3000px);
    transform: translateX(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px); }
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes BounceInRight2 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -10%, 0);
    transform: translate3d(3000px, -10%, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, -10%, 0);
    transform: translate3d(-25px, -10%, 0); }
  75% {
    -webkit-transform: translate3d(10px, -10%, 0);
    transform: translate3d(10px, -10%, 0); }
  90% {
    -webkit-transform: translate3d(-5px, -10%, 0);
    transform: translate3d(-5px, -10%, 0); }
  to {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); } }
.BounceInRight2 {
  -webkit-animation-name: BounceInRight2;
  animation-name: BounceInRight2; }

@-webkit-keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media (min-width: 768px) {
  @-webkit-keyframes FadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, -50%, 0);
      transform: translate3d(2000px, -50%, 0); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); } }
  @keyframes FadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, -50%, 0);
      transform: translate3d(2000px, -50%, 0); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); } } }
.FadeInRight {
  -webkit-animation-name: FadeInRight;
  animation-name: FadeInRight; }

/*main-slider*/
.main-slider .slick-prev, .main-slider .slick-next {
  top: 0 !important;
  transform: translateY(0%);
  width: 3em !important;
  height: 3em !important;
  background-color: #dead12;
  font-size: inherit; }
  .main-slider .slick-prev:hover, .main-slider .slick-next:hover {
    background-color: #000; }
.main-slider .slick-next {
  right: 0 !important; }
.main-slider .slick-prev {
  right: calc(3em + 2px) !important;
  left: inherit !important; }
.main-slider .slick-prev:before, .main-slider .slick-next:before {
  font-size: 0.8em !important;
  opacity: 1 !important;
  color: #fff !important; }
.main-slider .slick-prev:before, .main-slider .slick-next:before {
  background-size: 2.5em !important;
  width: 2.5em !important;
  height: 2.5em !important; }
.main-slider .slider-wrap {
  position: relative;
  overflow: hidden; }
  .main-slider .slider-wrap .slider-img {
    margin-top: 0;
    margin-left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    padding: 0.5em 1em;
    position: relative; }
    .main-slider .slider-wrap .slider-img img {
      width: 100%;
      height: auto; }
  .main-slider .slider-wrap .back-text {
    font-size: 13.8em;
    font-weight: bold;
    color: #333;
    line-height: 0.8em;
    z-index: 1;
    position: absolute;
    left: 37%;
    top: 8%;
    transform: translateY(-8%);
    display: none; }
  .main-slider .slider-wrap .slider-caption {
    position: inherit;
    left: inherit;
    top: inherit;
    transform: none;
    width: 100%;
    color: #fff;
    padding: 2em;
    z-index: 0; }
    .main-slider .slider-wrap .slider-caption h2 {
      font-size: 3em;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1em;
      margin-bottom: 0.3em; }
    .main-slider .slider-wrap .slider-caption p {
      font-size: 1em;
      font-weight: lighter; }
    .main-slider .slider-wrap .slider-caption:after {
      position: absolute;
      right: 0;
      top: 0;
      transform: none;
      content: "";
      background-color: #dead12;
      width: 100%;
      height: 100%;
      z-index: -2; }
@media (min-width: 767px) {
  .main-slider .slider-wrap {
    position: relative; }
    .main-slider .slider-wrap .slider-img {
      margin-top: 9em;
      margin-left: 45%;
      z-index: 1;
      width: 50%;
      background-color: transparent;
      padding: 0;
      position: relative; }
      .main-slider .slider-wrap .slider-img img {
        width: 100%;
        height: auto; }
    .main-slider .slider-wrap .back-text {
      font-size: 8em;
      font-weight: bold;
      color: #333;
      line-height: 0.8em;
      z-index: 1;
      position: absolute;
      left: 45%;
      top: 10%;
      transform: translateY(-10%);
      display: block; }
    .main-slider .slider-wrap .slider-caption {
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translate(0, -50%);
      width: 45%;
      color: #fff;
      padding: 0.5em 2em 0.5em 0;
      z-index: 0; }
      .main-slider .slider-wrap .slider-caption h2 {
        font-size: 2.7em;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 0.3em; }
      .main-slider .slider-wrap .slider-caption p {
        font-size: 1.2em;
        font-weight: lighter; }
      .main-slider .slider-wrap .slider-caption:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        content: "";
        background-color: #dead12;
        width: 200%;
        height: calc(100% + 2em);
        z-index: -2; } }
@media (min-width: 992px) {
  .main-slider .slider-wrap {
    position: relative; }
    .main-slider .slider-wrap .slider-img {
      margin-top: 8em;
      margin-left: 45%;
      z-index: 1;
      width: 47%;
      background-color: transparent;
      padding: 0;
      position: relative; }
      .main-slider .slider-wrap .slider-img img {
        width: 100%;
        height: auto; }
    .main-slider .slider-wrap .back-text {
      font-size: 10.5em;
      font-weight: bold;
      color: #333;
      line-height: 0.8em;
      z-index: 1;
      position: absolute;
      left: 48%;
      top: 10%;
      transform: translateY(-10%);
      display: block; }
    .main-slider .slider-wrap .slider-caption {
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translate(0, -50%);
      width: 47%;
      color: #fff;
      padding: 0 2em 0 0;
      z-index: 0; }
      .main-slider .slider-wrap .slider-caption h2 {
        font-size: 4em;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 0.3em; }
      .main-slider .slider-wrap .slider-caption p {
        font-size: 1.2em;
        font-weight: lighter; }
      .main-slider .slider-wrap .slider-caption:after {
        position: absolute;
        right: 0;
        top: calc(50% - 2em);
        transform: translate(0, -50%);
        content: "";
        background-color: #dead12;
        width: 200%;
        height: calc(100% + 2em);
        z-index: -2; } }
@media (min-width: 1680px) {
  .main-slider .slider-wrap {
    position: relative; }
    .main-slider .slider-wrap .slider-img {
      margin-top: 8em;
      margin-left: 45%;
      z-index: 1;
      width: 45%;
      background-color: transparent;
      padding: 0;
      position: relative; }
      .main-slider .slider-wrap .slider-img img {
        width: 100%;
        height: auto; }
    .main-slider .slider-wrap .back-text {
      font-size: 10.5em;
      font-weight: bold;
      color: #333;
      line-height: 0.8em;
      z-index: 1;
      position: absolute;
      left: 43%;
      top: 10%;
      transform: translateY(-10%);
      display: block; }
    .main-slider .slider-wrap .slider-caption {
      position: absolute;
      left: 15%;
      top: 50%;
      transform: translate(0, -50%);
      width: 35%;
      color: #fff;
      padding: 0 2em 0 0;
      z-index: 0; }
      .main-slider .slider-wrap .slider-caption h2 {
        font-size: 4em;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 0.3em; }
      .main-slider .slider-wrap .slider-caption p {
        font-size: 1.2em;
        font-weight: lighter; }
      .main-slider .slider-wrap .slider-caption:after {
        position: absolute;
        right: 0;
        top: calc(50% - 2em);
        transform: translate(0, -50%);
        content: "";
        background-color: #dead12;
        width: 200%;
        height: calc(100% + 2em);
        z-index: -2; } }
.main-slider .slick-active .slider-img {
  animation: BounceInRight 2s -.1s forwards normal; }
.main-slider .slick-active .slider-caption {
  animation: FadeInRight 1.5s forwards normal; }
.main-slider .slick-active .back-text {
  animation: BounceInRight2 2.2s forwards normal; }

/*Product Area*/
.index-prods .prod-class {
  background-image: url(../images/bg-prods-class.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 1em;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 250px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.35); }
  .index-prods .prod-class img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .index-prods .prod-class .prod-name {
    position: absolute;
    left: 1em;
    bottom: 0.5em;
    color: #fff;
    font-size: 1.25em;
    font-weight: lighter;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
  .index-prods .prod-class:hover img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.3); }
  .index-prods .prod-class:hover .prod-name {
    position: absolute;
    left: 50%;
    bottom: 0.5em;
    transform: translate(-50%, 0); }
@media (min-width: 1200px) {
  .index-prods .prod-class {
    min-height: 300px; } }

/*Service Area*/
.index-service {
  padding-bottom: 0 !important;
  color: #fff;
  min-height: 500px;
  background-color: #000;
  background-image: url(../images/bg-index-about1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .index-service .service {
    background-image: none;
    background-color: #fff;
    text-align: center;
    margin-bottom: 1.5em;
    min-height: 300px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
    transition: all 0.3s linear;
    position: relative; }
    .index-service .service img {
      width: 80px;
      height: auto;
      margin: 2em 0 1em 0; }
    .index-service .service h4 {
      color: #000;
      padding: 0 1.5em;
      font-size: 1.3em;
      margin-bottom: 1em;
      transition: all 0.3s linear; }
    .index-service .service p {
      color: #000;
      padding: 0 3em;
      font-size: 1em;
      margin-bottom: 1.5em;
      transition: all 0.3s linear; }
    .index-service .service a.btn-square {
      position: absolute;
      bottom: 0;
      left: 0; }
    .index-service .service:hover {
      background-image: url(../images/bg-index-service.jpg);
      background-size: cover;
      background-position: center top;
      box-shadow: 5px 5px 20px transparent; }
      .index-service .service:hover h4, .index-service .service:hover p {
        color: #fff; }
      .index-service .service:hover a.btn-square {
        background-color: #dead12;
        color: #fff; }
  @media (min-width: 992px) {
    .index-service .service {
      min-height: 300px; } }
  @media (min-width: 1200px) {
    .index-service .service {
      min-height: 350px; } }

/*News Area*/
.index-news {
  padding-bottom: 0 !important;
  position: relative; }
  .index-news .news {
    position: relative;
    padding-bottom: 5em; }
    .index-news .news .btn-light {
      position: absolute;
      right: 15px;
      top: inherit;
      bottom: 2em; }
    @media (min-width: 768px) {
      .index-news .news .btn-light {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: inherit; } }
    .index-news .news a.news-list {
      text-decoration: none;
      color: inherit;
      display: block;
      border: 3px solid transparent;
      transition: all 0.3s linear; }
      .index-news .news a.news-list:hover {
        border: 3px solid #dead12;
        padding: 1em; }
    .index-news .news p time {
      font-size: 0.8em;
      padding-bottom: 0.2em;
      position: relative;
      width: auto;
      display: inline-flex; }
      .index-news .news p time:after {
        background-color: #dead12;
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0; }
  @media (min-width: 768px) {
    .index-news .news {
      padding-bottom: 0; } }
