a {
  transition: all 0.3s linear; }

/*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; }

/*About*/
.bg-about {
  padding: 1em 0;
  position: relative; }
  .bg-about p {
    margin: 0 !important; }
  .bg-about:after {
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(../images/bg-about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: inherit;
    left: inherit;
    top: inherit;
    z-index: 1;
    display: block;
    animation-name: fadeInRight;
    animation-duration: 1.5s; }
  .bg-about .item {
    margin-bottom: 2em;
    padding-bottom: 1em;
    position: relative;
    font-size: 1em;
    color: #999;
    text-align: left; }
    .bg-about .item .purecounter {
      font-family: 'Urbanist', sans-serif;
      font-size: 4em;
      line-height: 1em;
      display: block;
      font-weight: lighter;
      color: #dead12;
      opacity: 0.5; }
  .bg-about .item-icon {
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    box-shadow: 3px 3px 20px transparent;
    color: #dead12;
    font-size: 3.5em;
    line-height: 90px;
    padding: 0;
    width: 100%;
    height: inherit;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: none;
    transition: all 0.2s linear; }
    .bg-about .item-icon:hover {
      box-shadow: 1px 1px 5px transparent; }
  .bg-about .item-des {
    text-align: left;
    border-bottom: 1px solid #999;
    padding-bottom: 1em; }

@media (min-width: 768px) {
  .bg-about {
    padding: 7em 0 1.5em 3em;
    position: relative;
    margin-bottom: 2em; }
    .bg-about p {
      margin: 0 !important; }
    .bg-about:after {
      content: "";
      width: 45%;
      height: 100%;
      background-image: url(../images/bg-about.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left center;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
    .bg-about .item {
      margin-bottom: 2em;
      padding-bottom: 1em;
      position: relative;
      font-size: 0.8em;
      color: #fff;
      text-align: right; }
      .bg-about .item .purecounter {
        font-family: 'Urbanist', sans-serif;
        font-size: 4em;
        line-height: 1em;
        display: block;
        font-weight: lighter;
        color: #fff;
        opacity: 1; }
    .bg-about .item-icon {
      background-color: #fff;
      border-radius: 50%;
      text-align: center;
      box-shadow: 3px 3px 20px #dead12;
      color: #dead12;
      font-size: 2.2em;
      line-height: 90px;
      padding: 0 0.4em;
      width: 90px;
      height: 90px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.2s linear; }
      .bg-about .item-icon:hover {
        box-shadow: 1px 1px 5px #dead12; }
    .bg-about .item-des {
      text-align: left;
      border-bottom: 1px solid transparent;
      padding-bottom: 0; } }
/*History*/
.history-slider {
  margin-bottom: 2em;
  padding: 0 2em; }
  .history-slider .back-year {
    color: rgba(180, 170, 140, 0.55);
    font-size: 4em;
    position: inherit;
    left: inherit;
    top: inherit;
    font-family: 'Bebas Neue', cursive;
    line-height: 0.85em;
    z-index: 0; }
  .history-slider .slider-caption {
    margin-top: 0;
    color: #666;
    z-index: 1; }
    .history-slider .slider-caption h2 {
      font-size: 2em; }
    .history-slider .slider-caption p {
      font-size: 1em; }
  .history-slider .slider-img {
    z-index: -1;
    margin-top: 0; }
  .history-slider .slick-prev:before, .history-slider .slick-next:before {
    background-color: #dead12;
    background-size: 2em 2em;
    width: 2.5em;
    height: 2.5em;
    border-radius: 0; }
  .history-slider .slick-active .back-year {
    animation-name: fadeInLeft;
    animation-duration: 1.5s; }
  .history-slider .slick-active .slider-caption {
    animation-name: fadeInLeft;
    animation-duration: 1.5s; }
  .history-slider .slick-active .slider-img {
    animation-name: fadeInRight;
    animation-duration: 2s; }

@media (min-width: 768px) {
  .history-slider {
    margin-bottom: 2em;
    padding: 0; }
    .history-slider .back-year {
      color: rgba(180, 170, 140, 0.55);
      font-size: 19em;
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'Bebas Neue', cursive;
      line-height: 0.85em;
      z-index: 0; }
    .history-slider .slider-caption {
      margin-top: 15em;
      color: #666;
      z-index: 1; }
      .history-slider .slider-caption h2 {
        font-size: 2em; }
      .history-slider .slider-caption p {
        font-size: 1em; }
    .history-slider .slider-img {
      z-index: -1;
      margin-top: 6em; }
    .history-slider .slick-prev:before, .history-slider .slick-next:before {
      background-color: #dead12;
      background-size: 2em 2em;
      width: 3em;
      height: 3em;
      border-radius: 50%; } }
/*Contact*/
.contact-form {
  color: #999; }
  .contact-form input, .contact-form textarea, .contact-form select {
    border: 1px solid #b3ab90;
    padding: 0.6em 0.5em; }
  .contact-form a {
    width: auto;
    color: #dead12; }

.com-info {
  margin-top: 2em;
  font-size: 1em; }
  .com-info a:link, .com-info a:visited {
    text-decoration: none;
    color: inherit; }
  .com-info a:hover, .com-info a:active {
    text-decoration: underline;
    color: #dead12; }

@media (min-width: 768px) {
  .com-info {
    margin-top: 6em;
    font-size: 1em; }
    .com-info a:link, .com-info a:visited {
      text-decoration: none;
      color: inherit; }
    .com-info a:hover, .com-info a:active {
      text-decoration: underline;
      color: #dead12; } }
/*Inquiry*/
.cart-list {
  margin-top: 3em;
  background-color: #f3f3f3;
  padding: 0 1em; }
  .cart-list .list-head {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.5em 0;
    margin: 0;
    font-size: 0.85em;
    background-color: #fff9e5;
    color: #000;
    display: none;
    width: 100%; }
  .cart-list .list {
    border-bottom: 1px solid #999;
    padding: 0 0 1em 0;
    margin: 1em 0 0 0;
    font-size: 0.85em;
    align-content: center;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */ }
    .cart-list .list .btn-secondary {
      border-radius: 0 !important;
      padding: 0.2em;
      background-color: #999;
      border: transparent;
      box-shadow: none !important; }
      .cart-list .list .btn-secondary i {
        color: #fff;
        margin: 0.5em; }
    @media (min-width: 768px) {
      .cart-list .list .btn-secondary {
        border-radius: 0 !important;
        padding: 0.2em;
        background-color: #999;
        border: transparent; }
        .cart-list .list .btn-secondary i {
          color: #fff;
          margin: 0.3em 0.5em; } }
    .cart-list .list input {
      text-align: center; }
    .cart-list .list input::-webkit-outer-spin-button,
    .cart-list .list input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .cart-list .list input[type=number] {
      -moz-appearance: textfield; }
    .cart-list .list a:link, .cart-list .list a:visited {
      color: #999; }
    .cart-list .list a:hover, .cart-list .list a:active {
      color: #dead12; }
    .cart-list .list .order1 {
      order: 2; }
    .cart-list .list .order2 {
      order: 3; }
    .cart-list .list .order3 {
      order: 4; }
    .cart-list .list .order4 {
      order: 1; }
    @media (min-width: 768px) {
      .cart-list .list .order1 {
        order: 1; }
      .cart-list .list .order2 {
        order: 2; }
      .cart-list .list .order3 {
        order: 3; }
      .cart-list .list .order4 {
        order: 4; } }
    .cart-list .list:last-child {
      border-bottom: transparent; }
  @media (min-width: 768px) {
    .cart-list .list {
      padding: 0.5em 0;
      margin: 0;
      border-bottom: 1px solid #000; }
      .cart-list .list:last-child {
        border-bottom: 1px solid #000; } }

@media (min-width: 768px) {
  .cart-list {
    margin-top: 5em;
    background-color: transparent;
    padding: 0 15px; }
    .cart-list .list-head {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 0.5em 0;
      margin: 0;
      font-size: 0.85em;
      background-color: #fff9e5;
      color: #000;
      display: inline-flex;
      width: 100%; } }
