@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Hind|Merriweather|Playfair+Display:400,700,900");
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  color: #666666;
  font-family: "Microsoft JhengHei", "微軟正黑體", "Open Sans", arial, helvetica, sans-serif;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: #666666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a.red-color-1 {
  color: #B53428;
  text-decoration: none;
}

a.red-color-1:hover, a.red-color-1:focus {
  color: #666666;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #3B7440;
  text-decoration: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1 {
  font-size: 64px;
  color: #3D3D3D;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  h1 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  h1 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  h1 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  line-height: 56px;
  color: #3B7440;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  h2 {
    font-size: 32px;
  }
}

h4 {
  font-size: 36px;
  font-family: "Times New Roman", Times, serif;
  color: #3D3D3D;
  font-weight: normal;
  line-height: 46px;
}

h5 {
  font-size: 24px;
  color: #3B7440;
  font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  color: #666666;
  font-weight: normal;
  line-height: 26px;
  margin: 20px 0;
}

p {
  line-height: 24px;
}

.container {
  width: 1100px;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

.contain {
  width: 1100px;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .contain {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .contain {
    width: 90%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .contain {
    width: 90%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .contain {
    width: 90%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .contain {
    width: 90%;
    padding: 0;
  }
}

header {
  top: 0;
  position: fixed;
  width: 100%;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 99;
  background: #FFF;
}

header.is-hidden {
  transform: translateY(-100%);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

header .top-header {
  padding: 0 50px;
  display: flex;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .top-header {
    padding: 0;
    width: 90%;
    position: relative;
    margin: auto;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .top-header {
    padding: 0;
    width: 90%;
    position: relative;
    margin: auto;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .top-header {
    padding: 0;
    width: 90%;
    position: relative;
    margin: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .top-header {
    padding: 0;
    width: 90%;
    position: relative;
    margin: auto;
  }
}

header .logo {
  display: flex;
  align-items: center;
  padding: 24px 0;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  header .logo {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .logo {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .logo {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .logo {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .logo {
    padding: 10px 0;
    width: 100%;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  header .logo .t-logo {
    height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .logo .t-logo {
    height: 60px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .logo .t-logo {
    height: 60px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .logo .t-logo {
    height: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .logo .t-logo {
    height: 40px;
  }
}

header .logo .t-logo-text {
  margin-left: 15px;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  header .logo .t-logo-text {
    height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .logo .t-logo-text {
    height: 34px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .logo .t-logo-text {
    height: 30px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .logo .t-logo-text {
    height: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .logo .t-logo-text {
    height: 25px;
    margin-left: 8px;
  }
}

header .r-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
  align-content: center;
}

header .t-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-bottom: 12px;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  header .t-menu {
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .t-menu {
    display: none;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .t-menu {
    display: none;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .t-menu {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .t-menu {
    display: none;
  }
}

header .t-menu ul.t-l-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}

header .t-menu ul.t-l-menu li {
  cursor: pointer;
}

header .t-menu ul.t-l-menu li:hover, header .t-menu ul.t-l-menu li:focus {
  color: #3B7440;
}

header .t-menu ul.t-l-menu li:after {
  content: '/';
  font-family: "Playfair Display", serif;
  padding: 0 10px;
}

header .t-menu ul.t-l-menu li:last-child:after {
  display: none;
}

header .b-menu {
  width: 87%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .b-menu {
    width: 100%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .b-menu {
    width: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .b-menu {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .b-menu {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .main-menu {
    display: none;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .main-menu {
    display: none;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .main-menu {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .main-menu {
    display: none;
  }
}

header .main-menu ul {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-end;
}

header .main-menu ul li {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

header .main-menu ul li:hover, header .main-menu ul li:focus {
  box-shadow: inset 0 -8px 0 0 #3B7440;
}

header .main-menu ul li.active {
  box-shadow: inset 0 -8px 0 0 #3B7440;
}

header .main-menu ul li.active a {
  color: #3B7440;
}

header .b-r-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

header .b-r-menu ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .b-r-menu ul {
    display: none;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .b-r-menu ul {
    display: none;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .b-r-menu ul {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .b-r-menu ul {
    display: none;
  }
}

header .b-r-menu ul li {
  cursor: pointer;
}

header .b-r-menu ul li:hover, header .b-r-menu ul li:focus {
  color: #3B7440;
}

header .b-r-menu ul li:after {
  content: '/';
  font-family: "Playfair Display", serif;
  padding: 0 10px;
}

header .b-r-menu ul li:last-child:after {
  display: none;
}

header .b-r-menu .icon-members {
  display: none;
}

header .b-r-menu .icon-members:after {
  content: '';
  width: 1px;
  height: 26px;
  background: #D5D5D5;
  margin: 0 15px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .b-r-menu .icon-members:after {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .b-r-menu .icon-members {
    display: flex;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .b-r-menu .icon-members {
    display: flex;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .b-r-menu .icon-members {
    display: flex;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .b-r-menu .icon-members {
    display: flex;
  }
}

header .b-r-menu .icon-cart {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

header .b-r-menu .icon-cart:hover, header .b-r-menu .icon-cart:focus {
  color: #3B7440;
}

header .b-r-menu .icon-cart .cart-btn {
  position: relative;
}

header .b-r-menu .icon-cart .cart-btn.active:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  right: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #B53428;
}

header .b-r-menu .icon-cart span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  header .b-r-menu .icon-cart span {
    display: none;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  header .b-r-menu .icon-cart span {
    display: none;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  header .b-r-menu .icon-cart span {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  header .b-r-menu .icon-cart span {
    display: none;
  }
}

header .b-r-menu .icon-cart span:before {
  content: '';
  width: 1px;
  height: 26px;
  background: #D5D5D5;
  margin: 0 15px;
}

.btn-dropdown {
  width: 176px;
  border: 1px solid #D5D5D5;
  display: flex;
  padding: 6px 20px;
  align-items: center;
  background: #FFF;
  justify-content: space-between;
}

.dropdown-menu {
  width: 100%;
}

.dropdown-menu li {
  border-bottom: 1px solid #D5D5D5;
}

.dropdown-menu li a {
  padding: 10px 20px;
}

.dropdown-menu li:last-child {
  border-bottom: 0;
}

.slide-area {
  margin-top: 134px;
  position: relative;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .slide-area {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .slide-area {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .slide-area {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .slide-area {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slide-area {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slide-area .slick-slider {
    height: 100vh;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slide-area .slick-slider .slick-list {
    height: 100vh;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slide-area .slick-slider .slick-track {
    height: 100vh;
  }
}

.slide-img {
  display: flex !important;
  justify-content: flex-end;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .slide-img {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .slide-img {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .slide-img {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slide-img {

    /*
    justify-content: flex-end!important;
    float: right;*/
    height: 100vh;
    overflow: hidden;
  }

  .slide-img img {
    height: 50%;
    width: auto;

  }
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .slide-img .container {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .slide-img .container {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .slide-img .container {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .slide-img .container {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slide-img .container {
    width: 100%;
  }
}

.slide-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slide-text {
    bottom: 0;
    width: 100%;
    left: 0;
    top: initial;
    transform: initial;
    z-index: 2;
    height: 50%;
  }
}

.slick-btn {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: space-between;
  position: absolute;
  bottom: 0;
  width: 35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slick-btn {
    left: 50%;
    transform: translate(-50%, -52px);
    width: 90%;
    top: 50%;
    height: 52px;
  }
}

.slick-btn .pagingInfo {
  padding: 0 38px;
  display: flex;
  align-items: center;
  background: #FFF;
  font-size: 16px;
  font-family: "Hind", sans-serif;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slick-btn .pagingInfo {
    width: 100%;
    padding: 0 10px;
  }
}

.slick-btn .pagingInfo i {
  font-style: normal;
  color: #3B7440;
  font-weight: bold;
  width: 18px;
  text-align: center;
}

.slick-btn .pagingInfo span {
  width: 48px;
  height: 1px;
  background: #D5D5D5;
  margin: 0 20px;
}

.slick-btn ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.slick-btn ul .prev, .slick-btn ul .next {
  width: 52px;
  height: 52px;
  cursor: pointer;
  margin-left: 1px;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.slick-btn ul .prev:hover, .slick-btn ul .prev:focus, .slick-btn ul .next:hover, .slick-btn ul .next:focus {
  background-color: #3B7440;
}

.slick-btn ul .prev {
  background-image: url(../images/icon-arrow-prev-g.svg);
}

.slick-btn ul .prev:hover, .slick-btn ul .prev:focus {
  background-image: url(../images/icon-arrow-prev-w.svg);
}

.slick-btn ul .next {
  background-image: url(../images/icon-arrow-next-g.svg);
}

.slick-btn ul .next:hover, .slick-btn ul .next:focus {
  background-image: url(../images/icon-arrow-next-w.svg);
}

.red-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 11px 30px;
  background: #B53428;
  border: 0;
  color: #FFF;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .red-btn {
    padding: 11px 15px;
    font-size: 13px;
  }
}

.red-btn:hover, .red-btn:focus {
  background: #3D3D3D;
}

.gray-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 11px 30px;
  background: #666666;
  border: 0;
  color: #FFF;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .gray-btn {
    padding: 11px 15px;
    font-size: 13px;
  }
}

.gray-btn:hover, .gray-btn:focus {
  background: #3D3D3D;
}

.white-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 11px 30px;
  background: #FFF;
  border: 0;
  color: #B53428;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.white-btn:hover, .white-btn:focus {
  background: #F8E71C;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .white-btn {
    width: 60%;
  }
}

.yellow-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 11px 30px;
  background: #F8E71C;
  border: 0;
  color: #3D3D3D;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.yellow-btn:hover, .yellow-btn:focus {
  background: #F8E71C;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .yellow-btn {
    padding: 11px 20px;
  }
}

.text-btn-1 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #FFF;
  color: #3D3D3D;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #FFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.text-btn-1:hover, .text-btn-1:focus {
  border: 1px solid #B53428;
  color: #B53428;
}

.width-40 {
  width: 40%;
}

.width-40 h1 {
  margin-top: 10px;
  width: 100%;
}

.width-40 h5 {
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .width-40 h6 {
    margin: 5px 0 20px;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .width-40 {
    width: 50%;
    background: #FFF;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .width-40 {
    width: 50%;
    background: #FFF;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .width-40 {
    width: 50%;
    background: #FFF;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .width-40 {
    width: 50%;
    background: #FFF;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .width-40 {
    width: 100%;
    background: #FFF;
    padding: 30px 30px 40px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}

.width-62 {
  width: 62%;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .width-62 {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .width-62 {
    width: 80%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .width-62 {
    width: 80%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .width-62 {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .width-62 {
    width: 80%;
  }
}

.width-80 {
  width: 82%;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .width-80 {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .width-80 {
    width: 100%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .width-80 {
    width: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .width-80 {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .width-80 {
    width: 100%;
  }
}

.width-85 {
  width: 60%;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .width-85 {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .width-85 {
    width: 90%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .width-85 {
    width: 90%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .width-85 {
    width: 90%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .width-85 {
    width: 90%;
  }
}

.about-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .about-area {
    flex-wrap: wrap;
  }
}

.a-r-area {
  width: 48%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a-r-area {
    width: 100%;
  }
}

.a-r-area ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.a-r-area ul li {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.a-r-area h4 {
  line-height: 46px;
}

.a-r-area p {
  margin: 20px 0;
}

.a-l-area {
  width: 52%;
  background: url(../images/in-about-bg.jpg) center right no-repeat;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .a-l-area {
    width: 63%;
    background-size: 227px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a-l-area {
    background-size: 110px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a-l-area {
    width: 52%;
    background-size: 150px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .a-l-area {
    width: 52%;
    background-size: 150px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a-l-area {
    width: 100%;
    background: transparent;
  }
}

.about-img {
  width: 400px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .about-img {
    width: 300px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .about-img {
    width: 300px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .about-img {
    width: 280px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .about-img {
    width: 100%;
  }
}

.about-img img {
  cursor: pointer;
}

.Slick-Navigation {
  position: relative;
  z-index: 6;
}

.Slick-Navigation .slick-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .Slick-Navigation .slick-dots {
    justify-content: center;
  }
}

.Slick-Navigation .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #D5D5D5;
  margin: 30px 0 30px 38px;
  cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .Slick-Navigation .slick-dots li {
    margin: 30px 19px;
  }
}

.Slick-Navigation .slick-dots li.slick-active {
  background: #3B7440;
}

.Slick-Navigation .slick-dots li button {
  display: none;
}

.Slick-Navigation.nav-center .slick-dots {
  justify-content: center;
}

.Slick-Navigation.nav-center .slick-dots li {
  margin: 30px 15px;
}

.p-catalog-area {
  margin: 30px 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-catalog-area {
    margin: 30px 0 0 0;
  }
}

.p-catalog-area ul {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-catalog-area ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.p-catalog-area ul li {
  width: 32%;
  margin-right: 2%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-catalog-area ul li {
    width: 48%;
    margin-bottom: 2%;
  }
  .p-catalog-area ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-catalog-area ul li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-catalog-area ul li:nth-child(3n) {
    margin-right: 2%;
  }
}

.p-c-box {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #D5D5D5;
  text-align: right;
  padding: 26px 35px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-c-box {
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-c-box {
    padding: 20px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .p-c-box {
    padding: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-c-box {
    padding: 15px;
  }
}

.p-c-box h5 {
  color: #3D3D3D;
  margin: 0;
}

.p-c-box span {
  font-family: "Merriweather", serif;
  letter-spacing: 1px;
  font-size: 0.75em;
}

.p-c-box img {
  position: absolute;
  left: 10px;
  bottom: 0;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .p-c-box img {
    width: 138px;
    transform: translateY(-10%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-c-box img {
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-c-box img {
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .p-c-box img {
    width: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-c-box img {
    width: 62px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-c-box:hover, .p-c-box:focus {
  background: #FFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.p-box {
  padding: 0 0 79px 0;
  background-image: -webkit-linear-gradient(270deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  background-image: -o-linear-gradient(270deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  background-image: linear-gradient(0deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
}

.p-title {
  padding: 20px 0 40px 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-title {
    padding: 0 0 30px 0;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-title {
    padding: 0 0 30px 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .p-title {
    padding: 0 0 30px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-title {
    padding: 0 0 30px 0;
  }
}

.p-title span {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-title span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-title h2 {
    margin-bottom: 0;
  }
}

.p-price {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  visibility: hidden;
  align-items: center;
  margin: 30px 0 0 0;
}

.p-price .p-text {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.p-price p {
  font-size: 16px;
  margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-price p {
    font-size: 13px;
  }
}

.p-price span {
  padding: 0 20px 0 5px;
  font-size: 42px;
  color: #B53428;
  font-family: "Times New Roman", Times, serif;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-price span {
    font-size: 24px;
  }
}

.p-price i {
  font-style: normal;
}

.icon-bag {
  display: inline-flex;
  align-self: center;
  margin-right: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .icon-bag {
    margin-right: 5px;
  }
}

.p-item {
  width: 50%;
  margin-right: 5%;
  opacity: 0.5;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-item {
    width: 80%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .p-item {
    width: 80%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-item {
    width: 80%;
  }
}

.p-item.is-selected {
  opacity: 1;
}

.p-item.is-selected .p-title, .p-item.is-selected .p-price {
  visibility: visible;
}

.p-item.is-selected .in-p-img {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.p-item img.in-p-img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.products-slider .flickity-page-dots {
  display: none;
}

.flickity-button {
  width: 52px !important;
  height: 52px !important;
  background: #FFF;
}

.flickity-prev-next-button .flickity-button-icon {
  left: 35%;
  top: 35%;
  width: 25%;
  height: 25%;
}

.flickity-prev-next-button.previous {
  left: 20px;
}

.flickity-prev-next-button.next {
  right: 20px;
}

.flickity-prev-next-button {
  top: 56%;
}

.flickity-button:active {
  background: #3B7440;
  opacity: 1;
}

.flickity-button:active .flickity-button-icon {
  fill: #FFF;
}

.n-text h5 {
  font-family: "Times New Roman", Times, serif;
  color: #3D3D3D;
  margin: 30px 0 10px;
}

.n-text i {
  font-style: normal;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #D5D5D5;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
}

.News-Navigation {
  position: relative;
  z-index: 6;
}

.News-Navigation .slick-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.News-Navigation .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #D5D5D5;
  margin: 30px 0 30px 38px;
  cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .News-Navigation .slick-dots li {
    margin: 30px 0 30px 25px;
  }
}

.News-Navigation .slick-dots li.slick-active {
  background: #3B7440;
}

.News-Navigation .slick-dots li button {
  display: none;
}

.news-area {
  padding: 70px 0;
}

.news-area:before, .news-area:after {
  content: '';
  display: block;
  clear: both;
}

.n-t-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .n-t-area {
    margin: 0 auto 10px;
  }
}

.n-t-area h2 {
  color: #3D3D3D;
  margin: 0;
}

.n-t-area .n-r-b {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.news-box {
  margin-right: 2%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .news-box {
    min-width: inherit;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .news-box {
    min-width: inherit;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .news-box {
    min-width: inherit;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .news-box {
    min-width: inherit;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .news-box {
    min-width: inherit;
    margin-right: 1%;
    margin-left: 1%;
  }
}

.news-box img {
  width: 100%;
}

.news-box:hover h5, .news-box:focus h5 {
  color: #B53428;
}

.n-date span {
  font-family: "Playfair Display", serif;
}

.n-date h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.news-slider {
  width: 88%;
  float: right;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .news-slider {
    width: 90%;
    float: initial;
    margin: auto;
  }
  .news-slider .slick-list {
    margin-left: -1%;
    margin-right: -1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .news-slider {
    width: 90%;
    float: initial;
    margin: auto;
  }
  .news-slider .slick-list {
    margin-left: -1%;
    margin-right: -1%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .news-slider {
    width: 90%;
    float: initial;
    margin: auto;
  }
  .news-slider .slick-list {
    margin-left: -1%;
    margin-right: -1%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .news-slider {
    width: 90%;
    float: initial;
    margin: auto;
  }
  .news-slider .slick-list {
    margin-left: -1%;
    margin-right: -1%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .news-slider {
    width: 90%;
    float: initial;
    margin: auto;
  }
  .news-slider .slick-list {
    margin-left: -1%;
    margin-right: -1%;
  }
}

.news-slider:after {
  content: '';
  display: block;
  clear: both;
}

.news-slider .slick-track {
  float: left;
}

.join-area {
  background: #B53428;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .join-area {
    margin-bottom: 30px;
    padding: 40px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.join-area .join-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .join-area .join-text {
    margin: 20px 0;
  }
}

.join-area .join-text span {
  width: 100%;
  color: #F8E71C;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 1px;
}

.join-area .join-text h4, .join-area .join-text h6 {
  width: 100%;
  color: #FFF;
}

.join-area .join-text h6 {
  width: 100%;
  color: #FFF;
  margin-top: 0;
}

.join-area .join-img-l, .join-area .join-img-r {
  width: 22%;
}

.f-sitemap {
  border-top: 1px solid #D5D5D5;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .f-sitemap {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}

.f-sitemap .f-s-l {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .f-sitemap .f-s-l {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.f-sitemap .f-s-l .f-s-list {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .f-sitemap .f-s-l .f-s-list {
    width: 33.3333%;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

.f-sitemap .f-s-l .f-s-list span {
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  color: #3D3D3D;
  width: 100%;
  padding-bottom: 10px;
}

.f-sitemap .f-s-l .f-s-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-sitemap .f-s-l .f-s-list ul li {
  cursor: pointer;
  width: 100%;
  color: #666666;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.f-sitemap .f-s-l .f-s-list ul li:hover, .f-sitemap .f-s-l .f-s-list ul li:focus {
  color: #B53428;
}

.f-sitemap .f-s-r {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .f-sitemap .f-s-r {
    width: 30%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .f-sitemap .f-s-r {
    width: 31%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .f-sitemap .f-s-r {
    width: 30%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .f-sitemap .f-s-r {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding: 30px 15px 0;
    border-top: 1px solid #D5D5D5;
  }
}

.f-sitemap .f-s-r .f-social {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .f-sitemap .f-s-r .f-social {
    width: 100%;
    justify-content: flex-start;
  }
}

.f-sitemap .f-s-r .f-social p {
  line-height: normal;
  margin-bottom: 0;
}

.f-sitemap .f-s-r .f-social span {
  font-size: 0.75em;
  font-family: "Times New Roman", Times, serif;
}

.f-sitemap .f-s-r .f-social li {
  margin-left: 6px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .f-sitemap .f-s-r .f-social li {
    margin-left: 0;
    margin-right: 6px;
  }
}

.f-sitemap .f-s-r .f-social li:first-child {
  margin-right: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .f-sitemap .f-s-r .f-social li:first-child {
    order: 2;
    margin-left: 12px;
    margin-right: 0;
  }
}

.f-sitemap .f-s-r .f-contact {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .f-sitemap .f-s-r .f-contact {
    flex-wrap: wrap;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .f-sitemap .f-s-r .f-contact {
    flex-wrap: wrap;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .f-sitemap .f-s-r .f-contact {
    flex-wrap: wrap;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .f-sitemap .f-s-r .f-contact {
    margin-top: 15px;
    justify-content: flex-start;
  }
}

.f-sitemap .f-s-r .f-contact li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .f-sitemap .f-s-r .f-contact li {
    width: 100%;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .f-sitemap .f-s-r .f-contact li {
    width: 100%;
    justify-content: flex-end;
  }
}

.f-sitemap .f-s-r .f-contact li i {
  font-style: normal;
}

.f-sitemap .f-s-r .f-contact li span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: #3D3D3D;
}

.f-sitemap .f-s-r .f-contact li span:before {
  content: '';
  width: 1px;
  height: 26px;
  background: #D5D5D5;
  margin: 0 15px;
}

.f-sitemap .f-s-r .f-contact li span a {
  color: #3D3D3D;
}

.f-sitemap .f-s-r .f-contact li:first-child {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .f-sitemap .f-s-r .f-contact li:first-child {
    margin-right: 0;
    margin-top: 10px;
    order: 2;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .f-sitemap .f-s-r .f-contact li:first-child {
    margin-right: 0;
    margin-top: 10px;
    order: 2;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .f-sitemap .f-s-r .f-contact li:first-child {
    margin-right: 0;
    margin-top: 10px;
    order: 2;
  }
}

.f-copyright {
  background: #3B7440;
  color: #D5D5D5;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 20px;
  width: 100%;
}

.menu-btn {
  width: 40px;
  height: 22px;
  position: relative;
  align-content: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: flex-end;
  cursor: pointer;
  margin: 5px 0 5px 30px;
  display: none;
}

.menu-btn .m-line {
  background: #3B7440;
  width: 80%;
  height: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.menu-btn:before, .menu-btn:after {
  content: '';
  height: 2px;
  background: #3B7440;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.menu-btn:before {
  width: 100%;
  margin-bottom: 6px;
}

.menu-btn:after {
  width: 50%;
  margin-top: 6px;
}

.menu-btn.active .m-line {
  width: 0;
}

.menu-btn.active:before {
  margin-bottom: -10px;
}

.menu-btn.active:after {
  margin-top: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .menu-btn {
    display: flex;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .menu-btn {
    display: flex;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .menu-btn {
    display: flex;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .menu-btn {
    display: flex;
    height: 20px;
    margin: 5px 0 5px 20px;
  }
}

.menu-modal {
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 0;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #FFF;
}

.menu-modal.color-gray-6 {
  background: #f5f5f5;
}

.menu-modal .modal-content {
  position: relative;
  margin: auto;
  width: 90%;
  border: 0;
  padding: 90px 0 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  -webkit-animation-name: menutop;
  -webkit-animation-duration: 0.4s;
  animation-name: menutop;
  animation-duration: 0.4s;
  background: #FFF;
}

.menu-modal .modal-content.color-gray-6 {
  background: #f5f5f5;
}

.menu-modal .modal-header {
  padding: 20px;
}

.menu-modal .modal-header h2 {
  font-size: 36px;
  font-weight: bold;
}

.menu-modal .modal-body {
  padding: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-modal .modal-body .main-menu {
  width: 100%;
}

.menu-modal .modal-body .main-menu ul {
  width: 100%;
}

.menu-modal .modal-body .main-menu ul li {
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #D5D5D5;
}

.menu-modal .modal-body .t-l-menu {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.menu-modal .modal-body .t-l-menu li {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.menu-modal .modal-body .t-l-menu li:after {
  content: '';
  width: 1px;
  height: 18px;
  background: #D5D5D5;
  display: inline-flex;
  margin: 0 15px;
}

.menu-modal .modal-body .t-l-menu li:last-child:after {
  display: none;
}

.menu-modal .modal-body .dropdown {
  width: 100%;
}

.menu-modal .modal-body .dropdown .btn-dropdown {
  width: 100%;
  padding: 10px 30px;
  background: #F0F0F0;
}

.menu-modal .modal-footer {
  padding: 20px;
  font-size: 13px;
  border-top: 0;
  color: #666666;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #F0F0F0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.menu-modal .modal-footer.no-bg-1 {
  background: transparent;
  justify-content: center;
  align-items: center;
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .menu-modal .modal-footer.no-bg-1 {
    display: flex;
  }
}

.menu-modal .modal-footer .f-social {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.menu-modal .modal-footer .f-social li {
  margin-right: 6px;
}

.menu-modal .modal-footer .f-social li:first-child {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  order: 2;
}

.menu-modal .modal-footer .f-social li:first-child p {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  margin: 0;
}

.menu-modal .modal-footer .f-social li:first-child span {
  text-align: left;
  font-size: 0.75em;
  font-family: "Playfair Display", serif;
}

.menu-modal .modal-footer .f-contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.menu-modal .modal-footer .f-contact li {
  margin: 5px 10px 5px 0;
  display: flex;
  align-items: center;
}

.menu-modal .modal-footer .f-contact li span {
  border-left: 1px solid #D5D5D5;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  padding-left: 12px;
  margin-left: 12px;
}

.menu-modal .btn-close {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #3B7440;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
}

.menu-modal .btn-close img {
  width: 14px;
}

.menu-modal .blue-logo {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 9999;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 50px;
}

.menu-modal .blue-logo img.m-logo-b {
  height: 32px;
}

.menu-modal .blue-logo img.m-text-b {
  height: 24px;
  margin-left: 10px;
}

/* Add Animation */
@-webkit-keyframes menutop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes menutop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.p-bg {
  margin-top: 134px;
  padding: 50px 0;
  position: relative;
  background-image: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
}

.p-bg.pdt-0 {
  padding: 0;
}

.p-bg.pdb-0 {
  padding-bottom: 0;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .p-bg {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-bg {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-bg {
    margin-top: 100px;
    padding: 30px 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .p-bg {
    margin-top: 100px;
    padding: 30px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-bg {
    margin-top: 60px;
    padding: 30px 0;
  }
}

.catalog-list {
  border: 0;
  margin: 40px -1% 30px;
}

.catalog-list li {
  margin-bottom: 0;
  width: 23%;
  margin: 1%;
  cursor: pointer;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .catalog-list li {
    width: 48%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .catalog-list li {
    width: 48%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .catalog-list li {
    width: 48%;
  }
}

.catalog-list li a {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}

.catalog-list li a:hover, .catalog-list li a:focus {
  border: 0;
}

.catalog-list li.active a {
  border: 0;
}

.catalog-list li.active a:hover, .catalog-list li.active a:focus {
  border: 0;
}

.catalog-list li.active .p-c-box {
  background: #FFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.catalog-list .p-c-box {
  padding: 16px 20px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .catalog-list .p-c-box {
    padding: 12px 15px;
  }
}

.catalog-list .p-c-box img {
  width: 77px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .catalog-list .p-c-box img {
    width: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .catalog-list .p-c-box img {
    width: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .catalog-list .p-c-box h5 {
    font-size: 16px;
  }
}

.pl-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 35%;
  position: relative;
  margin: auto;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .pl-title {
    width: 35%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .pl-title {
    width: 46%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .pl-title {
    width: 48%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .pl-title {
    width: 48%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .pl-title {
    width: 90%;
  }
}

.pl-title h2 {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .pl-title h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .pl-title h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .pl-title h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .pl-title h2 {
    font-size: 42px;
    margin-top: 0;
  }
}

.pl-title h6 {
  margin: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .pl-title h6 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .pl-title h6 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .pl-title h6 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .pl-title h6 {
    font-size: 16px;
  }
}

.products-list {
  margin: 0 -2%;
}

.pl-list {
  padding: 30px 0;
}

.pl-list ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pl-list ul li {
  width: 29.33333%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2% 4%;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .pl-list ul li {
    margin: 0 2% 6%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .pl-list ul li {
    width: 46%;
    margin: 0 2% 8%;
  }
}

.pl-list ul li a {
  width: 100%;
}

.pl-list ul li .pl-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: relative;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .pl-list ul li .pl-img {
    height: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .pl-list ul li .pl-img {
    height: 200px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .pl-list ul li .pl-img {
    height: 200px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .pl-list ul li .pl-img {
    height: 180px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .pl-list ul li .pl-img {
    height: 160px;
  }
}

.pl-list ul li .pl-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .pl-list ul li .pl-img img {
    height: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .pl-list ul li .pl-img img {
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .pl-list ul li .pl-img img {
    height: 112%;
  }
}

.pl-list ul li .pl-text {
  padding: 15px 0 0 0;
  width: 100%;
  text-align: center;
}

.pl-list ul li .pl-text h5 {
  font-family: "Times New Roman", Times, serif;
  width: 100%;
  margin-bottom: 5px;
}

.pl-list ul li .pl-text span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}

.pl-list ul li .pl-price {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .pl-list ul li .pl-price {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .pl-list ul li .pl-price {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .pl-list ul li .pl-price {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .pl-list ul li .pl-price {
    flex-wrap: wrap;
  }
}

.pl-list ul li .pl-price .p-text {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .pl-list ul li .pl-price .p-text {
    width: 100%;
    justify-content: center;
  }
}

.pl-list ul li .pl-price .p-text p {
  font-size: 13px;
  margin: 0;
}

.pl-list ul li .pl-price .p-text span {
  padding: 0 10px 0 5px;
  font-size: 28px;
  color: #B53428;
  font-family: "Times New Roman", Times, serif;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .pl-list ul li .pl-price .p-text span {
    padding: 0 0 0 5px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .pl-list ul li .pl-price .p-text span {
    padding: 0 0 0 5px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .pl-list ul li .pl-price .p-text span {
    padding: 0 0 0 5px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .pl-list ul li .pl-price .p-text span {
    padding: 0 0 0 5px;
    font-size: 24px;
  }
}

.pl-list ul li .pl-price i {
  font-style: normal;
}

.pl-list ul li .pl-price .red-btn {
  padding: 10px 14px;
  background: #3D3D3D;
}

.pl-list ul li .pl-price .red-btn:hover, .pl-list ul li .pl-price .red-btn:focus {
  background: #B53428;
}

.pl-list ul li .pl-price .red-btn .icon-bag {
  width: 20px;
  margin-right: 5px;
}

button[disabled] {
  cursor: default;
  background: #D5D5D5 !important;
}

.page-list {
  position: relative;
  margin: auto;
  text-align: center;
}

.pagination > li > a, .pagination > li > span {
  color: #B53428;
  padding: 10px 16px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background: #B53428;
  border: 1px solid #B53428;
}

.pl-area {
  margin: 40px 0 0 0;
}

.pl-area h5 {
  font-family: "Times New Roman", Times, serif;
}

.pl-area h5 span {
  font-size: 16px;
}

.table-type-1 {
  width: 100%;
}

.table-type-1 th {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  color: #FFF;
  background: #31A457;
  padding: 14px 20px;
  text-align: center;
  border-bottom: 1px solid #FFF;
}

.table-type-1 td {
  font-size: 16px;
  background: #E5E5E5;
  padding: 12px 20px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 50%;
}

.table-type-1 td:first-child {
  text-align: center;
}

.table-type-1 td:last-child {
  border-right: 0;
}

.li-type-1 {
  margin-left: 25px;
}

.li-type-1 li {
  list-style-type: disc;
  padding: 8px 0;
}

.notice-box-1 {
  padding: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: stretch;
  background: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .notice-box-1 {
    flex-wrap: wrap;
  }
}

.notice-box-1 li {
  width: 50%;
  border-right: 1px solid #D5D5D5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .notice-box-1 li {
    width: 100%;
    border-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D5D5;
  }
}

.notice-box-1 li .icon-temp {
  width: 100%;
  margin-bottom: 10px;
}

.notice-box-1 li .icon-temp img {
  margin-right: 10px;
}

.notice-box-1 li:last-child {
  padding-left: 30px;
  border-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .notice-box-1 li:last-child {
    padding-left: 0;
    padding-bottom: 0;
    border: 0;
    padding-top: 20px;
  }
}

.notice-box-1 li .li-type-1 {
  width: 100%;
}

.notice-box-1 li .li-type-1 li {
  width: 100%;
  border-right: 0;
  display: list-item;
  border-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .notice-box-1 li .li-type-1 li {
    padding: 8px 0;
  }
}

.notice-box-1 li .li-type-1 li:last-child {
  padding-left: 0;
}

.notice-step {
  width: 100%;
  margin-bottom: 40px;
}

.notice-step ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

.notice-step ul li {
  width: 30%;
  background: #FFF;
  padding: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  position: relative;
  margin: 2% 5% 2% 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .notice-step ul li {
    width: 48%;
    padding: 30px 20px;
    margin: 2% 4% 2% 0;
  }
  .notice-step ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .notice-step ul li:nth-child(2n):after {
    display: none;
  }
}

.notice-step ul li .n-step-icon {
  width: 54px;
  height: 54px;
  background: #3B7440;
  border-radius: 54px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .notice-step ul li .n-step-icon {
    margin: 10px 0 10px;
  }
}

.notice-step ul li span {
  width: 100%;
  color: #3B7440;
  font-family: "Merriweather", serif;
  padding: 5px 0;
}

.notice-step ul li p {
  width: 100%;
}

.notice-step ul li:after {
  content: '';
  width: 12px;
  height: 18px;
  background: url(../images/icon-arrow-g.svg) center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(230%, -50%);
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .notice-step ul li:after {
    background: transparent;
  }
}

.notice-step ul li:nth-child(3n) {
  margin-right: 0;
}

.notice-step ul li:nth-child(3n):after {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .notice-step ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .notice-step ul li:nth-child(3n):after {
    display: block;
  }
}

.n-step {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  text-align: center;
}

.width-54 {
  width: 40%;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .width-54 {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .width-54 {
    width: 60%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .width-54 {
    width: 60%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .width-54 {
    width: 60%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .width-54 {
    width: 90%;
  }
}

.m-list ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.m-list ul.mg-40 {
  margin: 40px 0 50px;
}

.m-list ul li {
  width: 49%;
  margin-right: 2%;
}

.m-list ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  background: #E5E5E5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.m-list ul li a:hover, .m-list ul li a:focus {
  background: #FFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.m-list ul li:last-child {
  margin-right: 0;
}

.m-list ul li.active a {
  cursor: default;
  color: #FFF;
  background: #3B7440;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.m-title {
  margin: 50px 0 20px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-title {
    margin: 30px 0 20px;
  }
}

.m-title h3 {
  font-size: 36px;
  color: #3D3D3D;
  font-family: "Times New Roman", Times, serif;
}

.m-title h3 span {
  font-family: "Playfair Display", serif;
}

.m-title p {
  width: 64%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-title p {
    width: 90%;
  }
}

.box-20-20 {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-input-box label {
  display: flex;
  width: 100%;
  align-items: center;
}

.m-input-box ul li {
  margin-bottom: 25px;
}

.input-type-1 {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.m-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-btn-area .red-btn {
  width: 200px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-btn-area .red-btn {
    width: 170px;
  }
}

.forgot-btn {
  display: flex;
  align-items: center;
}

.forgot-btn a {
  color: #3B7440;
}

.forgot-btn a:hover, .forgot-btn a:focus {
  text-decoration: underline;
}

.forgot-btn a img {
  width: 22px;
  margin-right: 10px;
}

.note-tip {
  border-top: 1px solid #E5E5E5;
  padding: 30px 0 0 0;
  display: flex;
  justify-content: center;
}

.note-tip .note-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.note-tip .note-box p {
  padding: 15px 0 0 0;
  width: 100%;
  text-align: center;
}

.flex-1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flex-2 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.radio {
  margin-right: 20px !important;
}

.width-49 {
  width: 48%;
  margin-right: 4%;
}

.width-50 {
  width: 48%;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
}

.checkbox + .checkbox, .radio + .radio {
  margin: 0;
}

.radio input[type=radio] {
  width: 30px;
  height: 30px;
  margin-left: -25px;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .radio input[type=radio] {
    width: 20px;
    height: 20px;
    margin-left: -26px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .radio input[type=radio] {
    width: 20px;
    height: 20px;
    margin-left: -26px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .radio input[type=radio] {
    width: 20px;
    height: 20px;
    margin-left: -26px;
  }
}

.checkbox label, .radio label {
  padding-left: 25px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .checkbox label, .radio label {
    padding-left: 27px;
  }
}

.tw-selector {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .tw-selector {
    flex-wrap: wrap;
  }
}

.tw-selector .form-group {
  width: 32%;
  margin-right: 2%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .tw-selector .form-group {
    width: 100%;
    margin-right: 0;
  }
}

.tw-selector .form-group:last-child {
  margin-right: 0;
}

.tw-selector .form-group .form-control {
  height: 40px;
}

.cart-setp {
  width: 54%;
  position: relative;
  margin: 40px auto;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-setp {
    width: 100%;
  }
}

.cart-setp.width-33:after {
  content: '';
  width: 33.3333%;
  height: 2px;
  background: #3B7440;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.cart-setp.width-66:after {
  content: '';
  width: 66.6666%;
  height: 2px;
  background: #3B7440;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.cart-setp.width-99:after {
  content: '';
  width: 99.9999%;
  height: 2px;
  background: #3B7440;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.cart-setp:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #E5E5E5;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.cart-setp ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.cart-setp ul li {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  background-size: 18px;
}

.cart-setp ul li:nth-child(1) {
  background: #E5E5E5 url(../images/icon-bag-g.svg) center center no-repeat;
}

.cart-setp ul li:nth-child(1).active {
  background: #3B7440 url(../images/icon-n-step-2.svg) center center no-repeat;
  background-size: 18px;
}

.cart-setp ul li:nth-child(2) {
  background: #E5E5E5 url(../images/icon-cart-2-g.svg) center center no-repeat;
}

.cart-setp ul li:nth-child(2).active {
  background: #3B7440 url(../images/icon-n-step-3.svg) center center no-repeat;
  background-size: 18px;
}

.cart-setp ul li:nth-child(3) {
  background: #E5E5E5 url(../images/icon-cart-3-g.svg) center center no-repeat;
}

.cart-setp ul li:nth-child(3).active {
  background: #3B7440 url(../images/icon-n-step-4.svg) center center no-repeat;
  background-size: 18px;
}

.cart-setp ul li:nth-child(4) {
  background: #E5E5E5 url(../images/icon-cart-4-g.svg) center center no-repeat;
}

.cart-setp ul li:nth-child(4).active {
  background: #3B7440 url(../images/icon-n-step-5.svg) center center no-repeat;
  background-size: 18px;
}

.cart-table-t {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 0 40px 0;
}

.cart-table-t .cart-p-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-t .cart-p-title {
    display: none;
  }
}

.cart-table-t .cart-p-title li {
  padding: 16px 20px;
  background: #31A457;
  color: #FFF;
  margin-right: 1px;
  margin-bottom: 1px;
  text-align: center;
}

.cart-table-t .cart-p-title li:nth-child(1) {
  width: 50%;
}

.cart-table-t .cart-p-title li:nth-child(2) {
  width: 15%;
}

.cart-table-t .cart-p-title li:nth-child(3) {
  width: 20%;
}

.cart-table-t .cart-p-title li:nth-child(4) {
  width: 15%;
  margin-right: 0;
}

.delete-btn {
  width: 30px;
  height: 30px;
  background: url(../images/icon-trash-gray.svg) center center no-repeat;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
}

.delete-btn:hover, .delete-btn:focus {
  background: url(../images/icon-trash-green.svg) center center no-repeat;
}

.cart-table-m {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.cart-table-m .cart-p-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-m .cart-p-list {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
}

.cart-table-m .cart-p-list li {
  padding: 20px;
  background: #FFF;
  margin-right: 1px;
  margin-bottom: 1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-m .cart-p-list li {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.cart-table-m .cart-p-list li:nth-child(1) {
  width: 50%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-m .cart-p-list li:nth-child(1) {
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -o-box-shadow: inset 0 -1px 0 0 #E5E5E5;
  }
}

.cart-table-m .cart-p-list li:nth-child(2) {
  width: 15%;
  font-size: 18px;
  font-family: "Playfair Display", serif;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-m .cart-p-list li:nth-child(2) {
    width: 28%;
    box-shadow: inset -1px -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset -1px -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset -1px -1px 0 0 #E5E5E5;
    -o-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  }
}

.cart-table-m .cart-p-list li:nth-child(3) {
  width: 20%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-m .cart-p-list li:nth-child(3) {
    width: 43%;
    box-shadow: inset -1px -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset -1px -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset -1px -1px 0 0 #E5E5E5;
    -o-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  }
}

.cart-table-m .cart-p-list li:nth-child(4) {
  width: 15%;
  margin-right: 0;
  font-size: 18px;
  font-family: "Playfair Display", serif;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-m .cart-p-list li:nth-child(4) {
    width: 29%;
    box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -o-box-shadow: inset 0 -1px 0 0 #E5E5E5;
  }
}

.cart-table-m .cart-p-list li .c-p-item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
}

.cart-table-m .cart-p-list li .c-p-item .pl-img {
  min-width: 80px;
  min-height: 80px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: relative;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .cart-table-m .cart-p-list li .c-p-item .pl-img {
    min-width: 80px;
    min-height: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .cart-table-m .cart-p-list li .c-p-item .pl-img {
    min-width: 70px;
    min-height: 70px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .cart-table-m .cart-p-list li .c-p-item .pl-img {
    min-width: 60px;
    min-height: 60px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .cart-table-m .cart-p-list li .c-p-item .pl-img {
    min-width: 50px;
    min-height: 50px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-m .cart-p-list li .c-p-item .pl-img {
    min-width: 50px;
    min-height: 50px;
  }
}

.cart-table-m .cart-p-list li .c-p-item .pl-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.cart-table-m .cart-p-list li .pl-text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  margin-left: 10px;
}

.cart-table-m .cart-p-list li .pl-text h5 {
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  margin: 0 0 5px 0;
  text-align: left;
}

.cart-table-m .cart-p-list li .pl-text span {
  width: 100%;
  font-family: "Playfair Display", serif;
  margin-left: 10px;
  text-align: left;
}

.cart-table-b {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.cart-table-b .cart-b-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.cart-table-b .cart-b-list li {
  padding: 16px 20px;
  margin-right: 1px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-b .cart-b-list li {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.cart-table-b .cart-b-list li:nth-child(1) {
  width: 85%;
  justify-content: flex-end;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-b .cart-b-list li:nth-child(1) {
    width: 71%;
    box-shadow: inset -1px -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset -1px -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset -1px -1px 0 0 #E5E5E5;
    -o-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  }
}

.cart-table-b .cart-b-list li:nth-child(2) {
  width: 15%;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-table-b .cart-b-list li:nth-child(2) {
    width: 29%;
    box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -o-box-shadow: inset 0 -1px 0 0 #E5E5E5;
  }
}

.cart-table-b .cart-b-list li.b-font {
  font-size: 24px;
  color: #B53428;
}

.mr-10 {
  margin-right: 10px;
}

.bg-white li {
  background: #FFF;
}

.bg-gray-4 li {
  background: #F0F0F0;
}

.cart-btn-box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
  padding: 20px 0;
}

.cart-btn-box ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-btn-box ul {
    width: 100%;
  }
}

.cart-btn-box ul li {
  margin-left: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-btn-box ul li {
    width: 48%;
    margin-left: 2%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-btn-box ul li:first-child {
    margin-left: 0;
  }
}

.width-168 {
  width: 168px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .width-168 {
    width: 100%;
  }
}

.recommend-title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  margin: 0 -25px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .recommend-title {
    justify-content: flex-start;
    margin: 0;
  }
}

.recommend-title h3 {
  font-size: 36px;
  font-family: "Times New Roman", Times, serif;
  color: #3D3D3D;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .recommend-title h3 {
    font-size: 24px;
    margin: 0;
  }
}

.recommend-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.recommend-btn .recommend-prev, .recommend-btn .recommend-next {
  width: 52px;
  height: 52px;
  cursor: pointer;
  margin-left: 1px;
  background-color: #F0F0F0;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .recommend-btn .recommend-prev, .recommend-btn .recommend-next {
    width: 42px;
    height: 42px;
  }
}

.recommend-btn .recommend-prev:hover, .recommend-btn .recommend-prev:focus, .recommend-btn .recommend-next:hover, .recommend-btn .recommend-next:focus {
  background-color: #3B7440;
}

.recommend-btn .recommend-prev {
  background-image: url(../images/icon-arrow-prev-g.svg);
}

.recommend-btn .recommend-prev:hover, .recommend-btn .recommend-prev:focus {
  background-image: url(../images/icon-arrow-prev-w.svg);
}

.recommend-btn .recommend-next {
  background-image: url(../images/icon-arrow-next-g.svg);
}

.recommend-btn .recommend-next:hover, .recommend-btn .recommend-next:focus {
  background-image: url(../images/icon-arrow-next-w.svg);
}

.recommend-slider {
  margin: 0 -25px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .recommend-slider {
    margin: 0;
  }
  .recommend-slider .slick-list {
    margin: 0 -10px;
  }
}

.recommend-box {
  margin: 0 25px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .recommend-box {
    margin: 0 10px;
  }
}

.recommend-box a {
  width: 100%;
}

.recommend-box .pl-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: relative;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .recommend-box .pl-img {
    height: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .recommend-box .pl-img {
    height: 200px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .recommend-box .pl-img {
    height: 200px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .recommend-box .pl-img {
    height: 180px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .recommend-box .pl-img {
    height: 160px;
  }
}

.recommend-box .pl-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .recommend-box .pl-img img {
    height: 112%;
  }
}

.recommend-box .pl-text {
  padding: 15px 0 0 0;
  width: 100%;
  text-align: center;
}

.recommend-box .pl-text h5 {
  font-family: "Times New Roman", Times, serif;
  width: 100%;
  margin-bottom: 5px;
}

.recommend-box .pl-text span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}

.recommend-box .pl-price {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .recommend-box .pl-price {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .recommend-box .pl-price {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .recommend-box .pl-price {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .recommend-box .pl-price {
    flex-wrap: wrap;
  }
}

.recommend-box .pl-price .p-text {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .recommend-box .pl-price .p-text {
    width: 100%;
    justify-content: center;
  }
}

.recommend-box .pl-price .p-text p {
  font-size: 13px;
  margin: 0;
}

.recommend-box .pl-price .p-text span {
  padding: 0 10px 0 5px;
  font-size: 28px;
  color: #B53428;
  font-family: "Times New Roman", Times, serif;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .recommend-box .pl-price .p-text span {
    padding: 0 0 0 5px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .recommend-box .pl-price .p-text span {
    padding: 0 0 0 5px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .recommend-box .pl-price .p-text span {
    padding: 0 0 0 5px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .recommend-box .pl-price .p-text span {
    padding: 0 0 0 5px;
    font-size: 24px;
  }
}

.recommend-box .pl-price i {
  font-style: normal;
}

.recommend-box .pl-price .red-btn {
  display: flex;
  padding: 10px 14px;
  background: #3D3D3D;
}

.recommend-box .pl-price .red-btn:hover, .recommend-box .pl-price .red-btn:focus {
  background: #B53428;
}

.recommend-box .pl-price .red-btn .icon-bag {
  width: 20px;
  margin-right: 5px;
}

.payment-table {
  width: 100%;
  background: #FFF;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.payment-table .payment-t-list {
  display: flex;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
}

.payment-table .payment-t-list li {
  width: 80%;
  padding: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .payment-table .payment-t-list li {
    width: 68%;
  }
}

.payment-table .payment-t-list li:nth-child(odd) {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -webkit-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -moz-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -o-box-shadow: inset -1px -1px 0 0 #E5E5E5;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .payment-table .payment-t-list li:nth-child(odd) {
    width: 32%;
  }
}

.payment-table .payment-t-list li:nth-child(even) {
  box-shadow: inset 0 -1px 0 0 #E5E5E5;
  -webkit-box-shadow: inset 0 -1px 0 0 #E5E5E5;
  -moz-box-shadow: inset 0 -1px 0 0 #E5E5E5;
  -o-box-shadow: inset 0 -1px 0 0 #E5E5E5;
}

.payment-table .payment-t-list li.p-t-footer {
  color: #FFF;
  background: #666666;
  box-shadow: inset -1px 0 0 0 #E5E5E5;
  -webkit-box-shadow: inset -1px 0 0 0 #E5E5E5;
  -moz-box-shadow: inset -1px 0 0 0 #E5E5E5;
  -o-box-shadow: inset -1px 0 0 0 #E5E5E5;
}

.payment-table .payment-t-list li:last-child {
  box-shadow: inset 0 0 0 0 #E5E5E5;
  -webkit-box-shadow: inset 0 0 0 0 #E5E5E5;
  -moz-box-shadow: inset 0 0 0 0 #E5E5E5;
  -o-box-shadow: inset 0 0 0 0 #E5E5E5;
}

.payment-table .payment-t-list li.box-shadow-1 {
  box-shadow: inset -1px 0 0 0 #E5E5E5;
  -webkit-box-shadow: inset -1px 0 0 0 #E5E5E5;
  -moz-box-shadow: inset -1px 0 0 0 #E5E5E5;
  -o-box-shadow: inset -1px 0 0 0 #E5E5E5;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .payment-table .payment-t-list li .flex-2 {
    flex-wrap: wrap;
  }
  .payment-table .payment-t-list li .flex-2 .radio {
    width: 100%;
    margin: 5px 0;
  }
}

.mgt-5 {
  margin-top: -5px !important;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .mgt-5 {
    margin-top: 0 !important;
  }
}

.input-num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-num .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-num .input-group .form-control {
  width: 45px;
  background: #3D3D3D;
  border: 1px solid #3D3D3D;
  color: #FFF;
  padding: 6px 0;
}

.input-num .input-group .input-group-prepend .btn, .input-num .input-group .input-group-append .btn {
  background: #D5D5D5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.payment-info {
  width: 100%;
  padding: 30px 0;
}

.payment-info h3 {
  font-size: 36px;
  color: #3D3D3D;
  font-family: "Times New Roman", Times, serif;
  margin: 15px 0;
}

.payment-info .form-check {
  margin-left: 20px;
}

.payment-info .form-check label {
  margin: 0;
}

.payment-info .form-check .form-check-label {
  color: #B53428;
}

.payment-info-list li {
  padding: 10px 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .payment-info-list li.flex-1 {
    flex-wrap: wrap;
    padding: 0;
  }
  .payment-info-list li .width-49 {
    padding: 10px 0;
    width: 100%;
    margin-right: 0;
  }
  .payment-info-list li .width-50 {
    padding: 10px 0;
    width: 100%;
    margin-right: 0;
  }
  .payment-info-list li .flex-1 {
    flex-wrap: wrap;
    padding: 0;
  }
  .payment-info-list li .flex-1 .width-49 {
    padding: 0;
    width: 100%;
    margin-right: 0;
  }
  .payment-info-list li .flex-1 .width-50 {
    padding: 0;
    width: 100%;
    margin-right: 0;
  }
}

.border-bottom-1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
}

.p-info-note {
  width: 100%;
  text-align: left;
  padding: 30px 0 0;
}

.p-info-note textarea {
  background: #F0F0F0;
}

.cart-success {
  width: 54%;
  position: relative;
  margin: 40px auto;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-success {
    width: 100%;
  }
}

.cart-success-box {
  margin: 20px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #31A457;
  color: #FFF;
  padding: 40px 50px;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .cart-success-box {
    padding: 20px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .cart-success-box {
    padding: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-success-box {
    padding: 20px;
  }
}

.cart-success-box .c-s-info p {
  padding: 0 20px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-success-box .c-s-info p {
    padding: 0;
  }
}

.c-s-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.c-s-title p {
  margin: 0;
}

.c-s-title h3 {
  font-size: 36px;
  color: #F8E71C;
  font-family: "Merriweather", serif;
  margin: 0;
}

.c-s-title h3.color-green-1 {
  color: #3B7440;
}

.c-s-title h3.color-green-1 a {
  color: #3B7440;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .c-s-title h3 {
    font-size: 24px;
  }
  .c-s-title h3 a {
    color: #F8E71C !important;
  }
  .c-s-title h3 a:hover, .c-s-title h3 a:focus {
    color: #F8E71C !important;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .c-s-title h3 {
    font-size: 24px;
  }
  .c-s-title h3 a {
    color: #F8E71C !important;
  }
  .c-s-title h3 a:hover, .c-s-title h3 a:focus {
    color: #F8E71C !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .c-s-title h3 {
    font-size: 24px;
  }
  .c-s-title h3 a {
    color: #F8E71C !important;
  }
  .c-s-title h3 a:hover, .c-s-title h3 a:focus {
    color: #F8E71C !important;
  }
}

.yellow-type th {
  background: #F8E71C;
  color: #3B7440;
  border-bottom: 1px solid #31A457;
}

.yellow-type td {
  background: #FFF;
  color: #3B7440;
  border-right: 1px solid #31A457;
  border-bottom: 1px solid #31A457;
}

.yellow-type td:nth-child(2n) {
  border-right: 0;
}

.cart-qrcode-box {
  margin: 20px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #F0F0F0;
  color: #3D3D3D;
  padding: 40px 50px;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .cart-qrcode-box {
    padding: 20px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .cart-qrcode-box {
    padding: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-qrcode-box {
    padding: 20px;
  }
}

.cart-qrcode-box .qrcode-img {
  margin: 10px 0;
}

.cart-qrcode-box .c-q-title h3 {
  font-size: 36px;
  color: #3B7440;
  font-family: "Merriweather", serif;
  margin: 0;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .cart-qrcode-box .c-q-title h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .cart-qrcode-box .c-q-title h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-qrcode-box .c-q-title h3 {
    font-size: 24px;
  }
}

.cart-qrcode-box .c-q-title p {
  margin: 20px 0 10px;
  padding: 0 140px;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .cart-qrcode-box .c-q-title p {
    padding: 0 88px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .cart-qrcode-box .c-q-title p {
    padding: 0 38px 10px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .cart-qrcode-box .c-q-title p {
    padding: 0 38px 10px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .cart-qrcode-box .c-q-title p {
    padding: 0 38px 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .cart-qrcode-box .c-q-title p {
    padding: 0 38px 10px;
  }
}

.icon-logout {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B53428;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  margin: 0 15px 0 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .icon-logout {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0 10px 0 5px;
  }
  .icon-logout img {
    width: 14px;
  }
}

.logout-btn span {
  font-family: "Merriweather", serif;
  padding: 0 10px 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .logout-btn span {
    display: none;
  }
}

.logout-btn p {
  margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .logout-btn p {
    display: none;
  }
}

.logout-btn a {
  display: flex;
  align-items: center;
  color: #B53428;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.logout-btn a:hover, .logout-btn a:focus {
  color: #3D3D3D;
}

.logout-btn a:hover .icon-logout, .logout-btn a:focus .icon-logout {
  background: #3D3D3D;
}

.width-100 {
  width: 100%;
  margin-bottom: 40px;
}

.width-100 h2 {
  font-family: "Playfair Display", serif;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .width-100 h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
  }
}

.m-order-box {
  width: 100%;
}

.m-order-box .order-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.m-order-box .order-list .order-title, .m-order-box .order-list .order-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-order-box .order-list .order-title, .m-order-box .order-list .order-item {
    flex-wrap: wrap;
  }
}

.m-order-box .order-list .order-title li:nth-child(1), .m-order-box .order-list .order-item li:nth-child(1) {
  width: 30%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-order-box .order-list .order-title li:nth-child(1), .m-order-box .order-list .order-item li:nth-child(1) {
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -o-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    color: #3D3D3D;
    font-size: 16px;
    font-family: "Merriweather", serif;
    background: #E5E5E5;
  }
}

.m-order-box .order-list .order-title li:nth-child(2), .m-order-box .order-list .order-item li:nth-child(2) {
  width: 15%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-order-box .order-list .order-title li:nth-child(2), .m-order-box .order-list .order-item li:nth-child(2) {
    width: 50%;
  }
}

.m-order-box .order-list .order-title li:nth-child(3), .m-order-box .order-list .order-item li:nth-child(3) {
  width: 25%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-order-box .order-list .order-title li:nth-child(3), .m-order-box .order-list .order-item li:nth-child(3) {
    width: 50%;
    box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -o-box-shadow: inset 0 -1px 0 0 #E5E5E5;
  }
}

.m-order-box .order-list .order-title li:nth-child(4), .m-order-box .order-list .order-item li:nth-child(4) {
  width: 15%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-order-box .order-list .order-title li:nth-child(4), .m-order-box .order-list .order-item li:nth-child(4) {
    width: 50%;
  }
}

.m-order-box .order-list .order-title li:nth-child(5), .m-order-box .order-list .order-item li:nth-child(5) {
  width: 15%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-order-box .order-list .order-title li:nth-child(5), .m-order-box .order-list .order-item li:nth-child(5) {
    width: 50%;
    box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -o-box-shadow: inset 0 -1px 0 0 #E5E5E5;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-order-box .order-list .order-title {
    display: none;
  }
}

.m-order-box .order-list .order-title li {
  width: 100%;
  padding: 16px 20px;
  color: #FFF;
  background: #31A457;
  text-align: center;
  box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -webkit-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -moz-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -o-box-shadow: inset -1px -1px 0 0 #E5E5E5;
}

.m-order-box .order-list .order-item {
  cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-order-box .order-list .order-item {
    margin-bottom: 20px;
  }
}

.m-order-box .order-list .order-item:hover li, .m-order-box .order-list .order-item:focus li {
  background: #FFF;
}

.m-order-box .order-list .order-item li {
  width: 100%;
  padding: 16px 20px;
  background: #F0F0F0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -webkit-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -moz-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -o-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-order-box .order-list .order-item li {
    background: #FFF;
  }
}

.color-red-1 {
  color: #B53428;
}

.color-green-1 {
  color: #3B7440 !important;
}

.color-green-1 a {
  color: #3B7440 !important;
}

.color-green-1 a:hover, .color-green-1 a:focus {
  color: #3B7440 !important;
}

.mg-20 {
  margin-bottom: 0px;
}

.footer-btn-close {
  width: 42px;
  height: 42px;
  background: #3B7440;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
}

.footer-btn-close img {
  width: 14px;
}

.p-detail-area {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-detail-area {
    flex-wrap: wrap;
  }
}

.p-detail-area .p-l-box {
  width: 50%;
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-detail-area .p-l-box {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-detail-area .p-l-box {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .p-detail-area .p-l-box {
    padding-right: 50px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-detail-area .p-l-box {
    width: 100%;
    padding: 0;
  }
}

.p-detail-area .p-l-box .p-detail-slider {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.p-detail-area .p-l-box .p-detail-slider .slick-list {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.p-detail-area .p-r-box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-detail-area .p-r-box {
    width: 100%;
  }
}

.p-r-t-b {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-r-t-b {
    display: none;
  }
}

.p-r-t-b.for-mobile {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-r-t-b.for-mobile {
    display: flex;
    margin-bottom: 20px;
  }
}

.back-btn {
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  display: flex;
  align-items: center;
}

.back-btn:hover, .back-btn:focus {
  color: #B53428;
}

.back-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  background: #B53428;
  margin-left: 10px;
}

.back-icon img {
  width: 18px;
}

.p-r-m-b {
  width: 100%;
}

.p-r-m-b .p-r-m-title {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.p-r-m-b .p-r-m-title span {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-r-m-b .p-r-m-title span {
    font-size: 18px;
  }
}

.p-r-m-b .p-r-m-title h2 {
  font-size: 36px;
  margin-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-r-m-b .p-r-m-title h2 {
    font-size: 28px;
    margin-top: 0;
  }
}

.cold {
  color: #1A9DCC;
}

.normal {
  color: #EC7E00;
}

.p-r-m-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-r-m-detail {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-r-m-detail {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .p-r-m-detail {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-r-m-detail {
    flex-wrap: wrap;
  }
}

.p-r-m-detail li {
  width: 50%;
  padding: 8px 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-r-m-detail li {
    width: 100%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-r-m-detail li {
    width: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .p-r-m-detail li {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-r-m-detail li {
    width: 100%;
  }
}

.p-r-m-detail li img {
  margin-right: 5px;
}

.p-r-m-detail li:before {
  content: '-';
  display: flex;
  margin-right: 5px;
  align-items: center;
}

.selector-type-1 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .selector-type-1 {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .selector-type-1 {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .selector-type-1 {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .selector-type-1 {
    flex-wrap: wrap;
  }
}

.selector-type-1 label {
  font-size: 14px;
  width: 17%;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .selector-type-1 label {
    width: 25%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .selector-type-1 label {
    width: 25%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .selector-type-1 label {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .selector-type-1 label {
    width: 100%;
  }
}

.selector-type-1 .form-control {
  width: 100%;
  height: 46px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .selector-type-1 .form-control {
    width: 100%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .selector-type-1 .form-control {
    width: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .selector-type-1 .form-control {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .selector-type-1 .form-control {
    width: 100%;
  }
}

.selector-type-2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.selector-type-2 label {
  font-size: 14px;
  width: 100%;
}

.selector-type-2 .form-control {
  width: 100%;
  height: 40px;
}

.p-r-m-note {
  margin: 30px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #E5E5E5;
  width: 100%;
}

.p-r-m-note .p-r-m-n-title {
  display: inline-block;
  padding: 12px 30px;
  background: #3B7440;
  color: #FFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 20px;
}

.p-r-m-note p {
  line-height: 24px;
}

.p-r-m-price {
  padding: 10px 20px;
  background: #E5E5E5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-r-m-price {
    padding: 20px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-r-m-price {
    padding: 20px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .p-r-m-price {
    padding: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-r-m-price {
    padding: 20px;
  }
}

.p-r-m-price .p-text {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.p-r-m-price p {
  margin: 0;
}

.p-r-m-price span {
  padding: 0 20px 0 5px;
  font-size: 42px;
  color: #B53428;
  font-family: "Times New Roman", Times, serif;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-r-m-price span {
    font-size: 28px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .p-r-m-price span {
    font-size: 28px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .p-r-m-price span {
    font-size: 28px;
  }
}

.p-r-m-price i {
  font-style: normal;
}

.news-tab {
  border: 0;
  margin: 40px 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .news-tab {
    margin: 20px 0;
  }
}

.news-tab .nav-tabs {
  border: 0;
  margin: 0 -1%;
  display: flex;
  flex-wrap: wrap;
}

.news-tab .nav-tabs:before, .news-tab .nav-tabs:after {
  display: none;
}

.news-tab .nav-tabs li {
  width: 23%;
  margin: 1%;
  display: flex;
  float: initial;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .news-tab .nav-tabs li {
    width: 48%;
  }
}

.news-tab .nav-tabs li a {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  background: #E5E5E5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border: 0;
  margin: 0;
}

.news-tab .nav-tabs li a:hover, .news-tab .nav-tabs li a:focus {
  background: #FFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.news-tab .nav-tabs li.active a {
  cursor: default;
  color: #FFF;
  background: #3B7440;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.news-content .item {
  margin-bottom: 6%;
}

.news-d-bn {
  background: #3B7440;
  padding: 60px 0 45px;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .news-d-bn {
    padding: 40px 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .news-d-bn {
    padding: 40px 0 20px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .news-d-bn {
    padding: 40px 0 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .news-d-bn {
    padding: 30px 0 0;
  }
}

.news-t-area {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .news-t-area {
    flex-wrap: wrap;
  }
}

.news-t-area .n-l-box {
  width: 50%;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .news-t-area .n-l-box {
    width: 100%;
    order: 2;
    margin-bottom: -70px;
  }
}

.news-t-area .n-l-box img {
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .news-t-area .n-l-box img {
    position: relative;
    margin-top: 30px;
    z-index: 2;
  }
}

.news-t-area .n-r-box {
  width: 50%;
  padding-left: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .news-t-area .n-r-box {
    width: 100%;
    padding: 0;
  }
  .news-t-area .n-r-box .n-date {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .news-t-area .n-r-box .n-date span {
    margin-right: 10px;
  }
  .news-t-area .n-r-box .n-date h4 {
    margin: 0;
  }
}

.n-r-t {
  display: flex;
  justify-content: flex-end;
}

.n-r-t .back-btn {
  color: #FFF;
}

.n-r-t .back-btn .back-icon {
  background: #F8E71C;
}

.n-r-t .back-btn:hover, .n-r-t .back-btn:focus {
  color: #F8E71C;
}

.n-r-m .n-date {
  color: #FFF;
}

.n-r-m .n-date h4 {
  color: #FFF;
}

.n-r-m .n-text h2 {
  color: #FFF;
  margin-bottom: 0;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .n-r-m .n-text h2 {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .n-r-m .n-text h2 {
    margin-top: 0;
  }
}

.n-r-m .n-text i {
  color: #E5E5E5;
}

.news-detail-area {
  margin-top: 100px;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .news-detail-area {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .news-detail-area {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .news-detail-area {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .news-detail-area {
    margin-top: 50px;
  }
}

.news-detail-area h5 {
  font-family: "Times New Roman", Times, serif;
}

.n-d-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 -15px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .n-d-img {
    margin: 0 -5px;
  }
}

.n-d-img li {
  padding: 0 15px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .n-d-img li {
    padding: 0 5px;
  }
}

.n-d-img li img {
  width: 100%;
}

.n-back-area {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 35px 0 50px;
  text-align: center;
}

.n-back-area .width-168 {
  display: inline-block;
  justify-content: center;
}

.n-p-news {
  width: 100%;
}

.n-p-news .n-p-n-area {
  display: flex;
  border-top: 1px solid #E5E5E5;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .n-p-news .n-p-n-area {
    flex-wrap: wrap;
  }
}

.n-p-news .n-p-n-area li {
  cursor: pointer;
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 30px;
  justify-content: flex-start;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .n-p-news .n-p-n-area li {
    width: 100%;
    padding: 30px 0;
  }
}

.n-p-news .n-p-n-area li .n-p-n-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.n-p-news .n-p-n-area li .n-p-n-text h2 {
  font-size: 36px;
  color: #3D3D3D;
}

.n-p-news .n-p-n-area li .n-p-n-text h5 {
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  color: #3D3D3D;
}

.n-p-news .n-p-n-area li .n-p-n-text p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.n-p-news .n-p-n-area li:first-child {
  justify-content: flex-end;
  border-right: 1px solid #E5E5E5;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .n-p-news .n-p-n-area li:first-child {
    border-right: 0;
    border-bottom: 1px solid #E5E5E5;
  }
}

.n-p-news .n-p-n-area li:first-child .n-p-n-date {
  order: 2;
}

.n-p-news .n-p-n-area li:first-child .n-p-n-text {
  justify-content: flex-end;
}

.n-p-news .n-p-n-area li:first-child .n-p-n-text h5 {
  text-align: right;
}

.n-p-news .n-p-n-area li:first-child .n-p-n-text p {
  text-align: right;
}

.n-p-news .n-p-n-area li:first-child .n-p-n-date {
  margin-right: 0;
  margin-left: 15px;
}

.n-p-news .n-p-n-area li:first-child .n-p-n-date span {
  text-align: right;
}

.n-p-news .n-p-n-area li:first-child .n-p-n-date h4 {
  text-align: right;
}

.n-p-news .n-p-n-area li:hover .n-p-n-text h5, .n-p-news .n-p-n-area li:focus .n-p-n-text h5 {
  color: #B53428;
}

.n-p-n-date {
  width: 104px;
  height: 104px;
  min-width: 104px;
  min-height: 104px;
  margin-right: 15px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border: 1px dashed #E5E5E5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.n-p-n-date span {
  width: 100%;
  font-family: "Playfair Display", serif;
}

.n-p-n-date h4 {
  font-size: 28px;
  width: 100%;
  margin: 0;
}

.contact-form-area {
  width: 100%;
  min-height: 400px;
  background: url(../images/contact-bg.png) bottom center no-repeat;
  background-size: contain;
}

.contact-form-area .contact-form {
  position: relative;
  width: 60%;
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 60px 130px;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .contact-form-area .contact-form {
    width: 70%;
    padding: 60px 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .contact-form-area .contact-form {
    width: 80%;
    padding: 60px 90px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .contact-form-area .contact-form {
    width: 80%;
    padding: 60px 90px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .contact-form-area .contact-form {
    width: 90%;
    padding: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .contact-form-area .contact-form {
    width: 90%;
    padding: 30px;
  }
}

.b-underline {
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
}

.google-map {
  margin-top: -80px;
}

.traffic-info ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: stretch;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .traffic-info ul {
    flex-wrap: wrap;
  }
}

.traffic-info ul li {
  width: 50%;
  padding: 50px 30px 30px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .traffic-info ul li {
    width: 100%;
    padding: 30px 0;
  }
  .traffic-info ul li:first-child {
    border-bottom: 1px solid #E5E5E5;
  }
}

.traffic-info ul li span {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  color: #3D3D3D;
  padding: 15px 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px dashed #E5E5E5;
  margin-bottom: 20px;
}

.traffic-info ul li p {
  width: 100%;
  line-height: 27px;
}

.contact-title {
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
}

.contact-title:before {
  content: '';
  width: 1px;
  height: 140px;
  background: rgba(0, 0, 0, 0.2);
}

.contact-title h6 {
  font-family: "Playfair Display", serif;
  color: #3B7440;
  text-transform: uppercase;
}

.fsg-info {
  width: 100%;
}

.fsg-info ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: stretch;
  border-top: 1px solid #E5E5E5;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul {
    flex-wrap: wrap;
  }
}

.fsg-info ul li {
  width: 50%;
  padding: 30px 20px;
  border-right: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  align-content: center;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .fsg-info ul li {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .fsg-info ul li {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .fsg-info ul li {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .fsg-info ul li {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li {
    width: 100%;
    padding: 30px 0;
    border-right: 0;
  }
}

.fsg-info ul li:first-child {
  flex-wrap: nowrap;
  border-bottom: 1px solid #E5E5E5;
}

.fsg-info ul li:first-child img {
  height: 160px;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .fsg-info ul li:first-child img {
    height: 120px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .fsg-info ul li:first-child img {
    height: 90px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .fsg-info ul li:first-child img {
    height: 90px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:first-child img {
    height: 130px;
    margin-right: 15px;
  }
}

.fsg-info ul li:first-child h6 {
  color: #3D3D3D;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  margin: 0;
}

.fsg-info ul li:first-child h3 {
  font-size: 36px;
  color: #3B7440;
  font-family: "Playfair Display", serif;
  margin: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .fsg-info ul li:first-child h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .fsg-info ul li:first-child h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .fsg-info ul li:first-child h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:first-child h3 {
    font-size: 20px;
  }
}

.fsg-info ul li:first-child p {
  width: 80%;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .fsg-info ul li:first-child p {
    width: 100%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .fsg-info ul li:first-child p {
    width: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .fsg-info ul li:first-child p {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:first-child p {
    width: 100%;
  }
}

.fsg-info ul li:last-child {
  border-right: 0;
  flex-wrap: wrap;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .fsg-info ul li:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .fsg-info ul li:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:last-child {
    padding: 0;
  }
}

.fsg-info ul li:last-child .fsg-address {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:last-child .fsg-address {
    margin: 0;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
  }
}

.fsg-info ul li:last-child .fsg-address .address-info {
  display: flex;
  flex-wrap: wrap;
}

.fsg-info ul li:last-child .fsg-address .address-info p {
  font-size: 16px;
  margin: 9px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .fsg-info ul li:last-child .fsg-address .address-info p {
    font-size: 14px;
    margin: 8px 0 0;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .fsg-info ul li:last-child .fsg-address .address-info p {
    font-size: 13px;
    margin: 4px 0 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .fsg-info ul li:last-child .fsg-address .address-info p {
    font-size: 13px;
    margin: 4px 0 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:last-child .fsg-address .address-info p {
    font-size: 14px;
    margin: 8px 0 0;
  }
}

.fsg-info ul li:last-child .fsg-address .address-info span {
  margin-top: 5px;
  font-size: 13px;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .fsg-info ul li:last-child .fsg-address .address-info span {
    font-size: 0.75em;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .fsg-info ul li:last-child .fsg-address .address-info span {
    font-size: 0.75em;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:last-child .fsg-address .address-info span {
    font-size: 0.75em;
  }
}

.fsg-info ul li:last-child .fsg-b-info {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:last-child .fsg-b-info {
    flex-wrap: wrap;
  }
}

.fsg-info ul li:last-child .fsg-b-info .fsg-i-1 {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:last-child .fsg-b-info .fsg-i-1 {
    width: 100%;
    padding: 10px 0;
  }
}

.fsg-info ul li:last-child .fsg-b-info .fsg-i-1:first-child {
  padding-right: 20px;
  border-right: 1px solid #E5E5E5;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .fsg-info ul li:last-child .fsg-b-info .fsg-i-1:first-child {
    padding-right: 10px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .fsg-info ul li:last-child .fsg-b-info .fsg-i-1:first-child {
    padding-right: 8px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .fsg-info ul li:last-child .fsg-b-info .fsg-i-1:first-child {
    padding-right: 8px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:last-child .fsg-b-info .fsg-i-1:first-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #E5E5E5;
  }
}

.fsg-info ul li:last-child .fsg-b-info .fsg-i-1 p {
  font-size: 16px;
  margin: 9px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .fsg-info ul li:last-child .fsg-b-info .fsg-i-1 p {
    font-size: 14px;
    margin: 8px 0 0;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .fsg-info ul li:last-child .fsg-b-info .fsg-i-1 p {
    font-size: 13px;
    margin: 4px 0 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .fsg-info ul li:last-child .fsg-b-info .fsg-i-1 p {
    font-size: 13px;
    margin: 4px 0 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .fsg-info ul li:last-child .fsg-b-info .fsg-i-1 p {
    font-size: 14px;
    margin: 8px 0 0;
  }
}

.contact-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .contact-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .contact-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .contact-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}

.a-p-bg {
  background: url(../images/about-t-bg.jpg) top center no-repeat;
  background-size: contain;
  padding-top: 23%;
}

.a-title {
  margin-top: 0;
}

.a-title h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.a-title h6 {
  color: #666666;
}

.a-1-imgbox {
  width: 100%;
  position: relative;
  margin-bottom: -200px;
  z-index: 2;
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a-1-imgbox {
    margin-bottom: -150px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .a-1-imgbox {
    margin-bottom: -100px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a-1-imgbox {
    margin-bottom: 0;
  }
}

.a-1-f-img {
  width: 100%;
}

.a-1-f-img img {
  width: 100%;
}

.a-img-text {
  padding: 30px 10px 0 0;
}

.a-img-text span {
  font-size: 18px;
  color: #3D3D3D;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-family: "Playfair Display", serif;
}

.a-img-text p {
  font-size: 14px;
  color: #3D3D3D;
  line-height: 24px;
  padding-bottom: 20px;
}

.a-1-img img {
  width: 100%;
}

.a-2-box {
  background: #3B7440;
  position: relative;
  width: 100%;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a-2-box .row {
    display: flex;
    align-items: flex-end;
    margin: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a-2-box .row {
    display: flex;
    align-items: flex-start;
    margin: 0;
    flex-wrap: wrap;
  }
}

.a-2-box .a-2-l {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a-2-box .a-2-l {
    width: 40%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a-2-box .a-2-l {
    width: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .a-2-box .a-2-l {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a-2-box .a-2-l {
    width: 100%;
  }
}

.a-2-box .a-2-r {
  width: 50%;
  padding: 60px 15px 60px 0;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .a-2-box .a-2-r {
    padding: 50px 0 50px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a-2-box .a-2-r {
    padding: 50px 0 50px 50px;
    width: 60%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a-2-box .a-2-r {
    width: 90%;
    padding: 30px 0 50px;
    margin: auto;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .a-2-box .a-2-r {
    width: 90%;
    padding: 30px 0 50px;
    margin: auto;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a-2-box .a-2-r {
    width: 90%;
    padding: 30px 0 50px;
    margin: auto;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.a-2-box .a-2-r h4 {
  color: #F8E71C;
}

.a-2-box .a-2-r p {
  color: #FFF;
  margin-bottom: 20px;
}

.a-2-box .a-2-r .white-btn {
  color: #3B7440;
  padding: 11px 50px;
}

.a2-img {
  width: 450px;
  position: relative;
  margin-top: -91px;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .a2-img {
    width: 420px;
    margin-top: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a2-img {
    width: 100%;
    margin-top: initial;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a2-img {
    width: 100%;
    margin-top: -50px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .a2-img {
    width: 100%;
    margin-top: -50px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a2-img {
    width: 100%;
    margin-top: -50px;
  }
}

.a2-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.a2-btn .a2-prev, .a2-btn .a2-next {
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #F0F0F0;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a2-btn .a2-prev, .a2-btn .a2-next {
    width: 42px;
    height: 42px;
  }
}

.a2-btn .a2-prev:hover, .a2-btn .a2-prev:focus, .a2-btn .a2-next:hover, .a2-btn .a2-next:focus {
  background-color: #31A457;
}

.a2-btn .a2-prev {
  margin-left: -26px;
  background-image: url(../images/icon-arrow-prev-g.svg);
}

.a2-btn .a2-prev:hover, .a2-btn .a2-prev:focus {
  background-image: url(../images/icon-arrow-prev-w.svg);
}

.a2-btn .a2-next {
  margin-right: -26px;
  background-image: url(../images/icon-arrow-next-g.svg);
}

.a2-btn .a2-next:hover, .a2-btn .a2-next:focus {
  background-image: url(../images/icon-arrow-next-w.svg);
}

.a2-slider {
  border: 15px solid #FFF;
  border-bottom: 0px;
  box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.3);
}

.a3-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.a3-img li {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a3-img li {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a3-img li {
    margin: 20px 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .a3-img li {
    margin: 20px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a3-img li {
    flex-wrap: wrap;
    margin: 20px 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .a3-img li:last-child {
    border-bottom: 0;
  }
}

.a3-img li .a3-img-r, .a3-img li .a3-img-l {
  width: 50%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a3-img li .a3-img-r, .a3-img li .a3-img-l {
    width: 100%;
  }
}

.a3-img li .a3-img-r {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 50px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a3-img li .a3-img-r {
    padding: 20px;
    padding-right: 0;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a3-img li .a3-img-r {
    padding: 20px;
    padding-right: 0;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .a3-img li .a3-img-r {
    padding: 20px;
    padding-right: 0;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a3-img li .a3-img-r {
    padding: 20px 0;
  }
}

.a3-img li .a3-img-r h6 {
  font-size: 24px;
  color: #3B7440;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a3-img li .a3-img-r h6 {
    margin-bottom: 10px;
  }
}

.a3-img li .a3-img-r p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.a3-img li .a3-img-l {
  display: flex;
  align-items: center;
  align-content: center;
}

.a3-img li .a3-img-l img {
  width: 100%;
}

.a3-img li:nth-child(2n) .a3-img-r {
  order: 1;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a3-img li:nth-child(2n) .a3-img-r {
    padding-right: 40px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a3-img li:nth-child(2n) .a3-img-r {
    padding-right: 30px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .a3-img li:nth-child(2n) .a3-img-r {
    padding-right: 30px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a3-img li:nth-child(2n) .a3-img-r {
    order: 2;
  }
}

.a3-img li:nth-child(2n) .a3-img-l {
  order: 2;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a3-img li:nth-child(2n) .a3-img-l {
    order: 1;
  }
}

.a-3-box {
  padding-top: 110px;
  width: 100%;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .a-3-box {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a-3-box {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a-3-box {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .a-3-box {
    padding-top: 50px;
  }
}

.a-3-box .pl-title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .a-3-box .pl-title {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .a-3-box .pl-title {
    width: 60%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .a-3-box .pl-title {
    width: 60%;
  }
}

.a-3-box .pl-title h4 {
  margin-bottom: 20px;
}

.a-1-box {
  width: 100%;
}

.an-logo {
  z-index: 999;
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .an-logo img.t-logo {
    height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .an-logo img.t-logo {
    height: 60px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .an-logo img.t-logo {
    height: 60px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .an-logo img.t-logo {
    height: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .an-logo img.t-logo {
    height: 60px;
  }
}

.an-logo img.t-logo-text {
  margin-left: 15px;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .an-logo img.t-logo-text {
    height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .an-logo img.t-logo-text {
    height: 40px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .an-logo img.t-logo-text {
    height: 40px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .an-logo img.t-logo-text {
    height: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .an-logo img.t-logo-text {
    height: 40px;
  }
}

.skip {
  position: absolute;
  z-index: 999;
  cursor: pointer;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  bottom: 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .skip {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .skip {
    padding: 20px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .skip {
    padding: 15px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .skip {
    padding: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .skip {
    padding: 15px;
  }
}

.skip .skip-btn {
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #3D3D3D;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.skip .skip-btn:hover, .skip .skip-btn:focus {
  color: #3B7440;
  letter-spacing: 4px;
}

.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.cb-slideshow:after {
  content: '';
  /* background: transparent url(../images/pattern.png) repeat top left; */
}

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}

.cb-slideshow li div {
  z-index: 222;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: titleAnimation 36s linear infinite 0s;
  -moz-animation: titleAnimation 36s linear infinite 0s;
  -o-animation: titleAnimation 36s linear infinite 0s;
  -ms-animation: titleAnimation 36s linear infinite 0s;
  animation: titleAnimation 36s linear infinite 0s;
}

.cb-slideshow li div h3 {
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 240px;
  padding: 0;
  line-height: 200px;
  color: rgba(169, 3, 41, 0.8);
}

.cb-slideshow li:nth-child(1) span {
  background-image: url(../images/01.jpg);
}

.cb-slideshow li:nth-child(2) span {
  background-image: url(../images/02.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
  background-image: url(../images/03.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
  background-image: url(../images/04.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
  background-image: url(../images/05.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) span {
  background-image: url(../images/06.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}

.cb-slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  25% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

/* Animation for the title */
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -moz-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
    -o-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -o-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -o-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
    -ms-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}

@keyframes titleAnimation {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  8% {
    opacity: 1;
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}

@media screen and (max-width: 1140px) {
  .cb-slideshow li div h3 {
    font-size: 100px;
  }
}

@media screen and (max-width: 600px) {
  .cb-slideshow li div h3 {
    font-size: 50px;
  }
}
