@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/* general */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 140%;
  color: #000;
  overflow-x: hidden;
}
body.act {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  left: 270px;
}

.wrapper-content {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  background: #FFF;
  z-index: 15;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}
.wrapper-content.act {
  -webkit-transform: translateX(270px);
          transform: translateX(270px);
}
.wrapper-content.act01 {
  z-index: 10;
}

.wrapper-sp {
  background: #FFF;
  width: 270px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 60px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrapper-sp .btn-close {
  width: 30px;
  height: 30px;
  background: #000;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  border-radius: 100%;
  cursor: pointer;
}
.wrapper-sp .btn-close::before, .wrapper-sp .btn-close::after {
  background: #FFF;
  width: 15px;
  height: 2px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.wrapper-sp .btn-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.wrapper-sp .btn-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.wrapper-sp .logo {
  padding: 15px 0;
}
.wrapper-sp .menu {
  width: 100%;
  position: relative;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper-sp .menu::before, .wrapper-sp .menu::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: white;
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #083f88), color-stop(100%, white));
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, #083f88), to(white));
  background: linear-gradient(to right, white 0%, #083f88 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.wrapper-sp .menu::before {
  top: 0;
}
.wrapper-sp .menu::after {
  bottom: 0;
}
.wrapper-sp .menu li {
  padding: 0 10px !important;
  position: relative;
}
.wrapper-sp .menu li:not(:last-child)::before {
  content: '';
  width: 1px;
  height: 12px;
  background: #000;
  display: block;
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.wrapper-sp .menu li a {
  font-size: 13px;
  text-transform: initial;
}

/* overlay */
.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
}
.overlay.act {
  z-index: 11;
  visibility: visible;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
}

.hv-u:hover {
  text-decoration: underline;
}

.hv-o {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hv-o:hover {
  opacity: 0.5;
}

.smooth {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

input {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input::-webkit-input-placeholder {
  color: #B3B3B3;
}
input:-moz-placeholder {
  color: #B3B3B3;
}
input::-moz-placeholder {
  color: #B3B3B3;
}
input:-ms-input-placeholder {
  color: #B3B3B3;
}

input[type="text"], input[type="email"], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type="number"] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  cursor: pointer;
  background: transparent;
}
button:focus {
  outline: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.fw-b {
  font-weight: 700;
}

.fw-m {
  font-weight: 400;
}

.tal-c {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* title main */
.title-main {
  font-size: 21px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  background: #F0F0F0;
  padding: 10px 10px 10px 24px;
  margin-bottom: 24px;
  position: relative;
}
.title-main-btn {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.title-main-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.title-main-btn:hover {
  opacity: 0.5;
}
.title-main-btn-next {
  right: 5px;
}
.title-main-btn-next::before {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 6px solid #1A1A1A;
}
.title-main-btn-prev {
  right: 20px;
}
.title-main-btn-prev::before {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-right: 6px solid #1A1A1A;
}
.title-main-link {
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-weight: 300;
  padding-right: 15px;
}
.title-main-link::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 6px solid #1A1A1A;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.title-main-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .title-main {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .title-main {
    font-size: 14px;
    padding: 10px;
  }
  .title-main-btn-next::before {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #1A1A1A;
  }
  .title-main-btn-prev::before {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #1A1A1A;
  }
  .title-main-link {
    font-size: 12px;
  }
  .title-main-link::before {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #1A1A1A;
  }
}

.title-style01 {
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  background: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
}

.title-style02 {
  color: #FFF;
  background: #000;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumb {
  padding-top: 30px;
  margin-bottom: 25px;
}
.breadcrumb ul li {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb ul li:not(:first-child)::before {
  content: '>';
  padding: 0 5px;
}
.breadcrumb ul li a {
  display: inline-block;
}

.btn-style {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  min-width: 120px;
}
.btn-style:hover {
  color: #FFF;
  opacity: .7;
}

.btn-color {
  background: #C1272D;
  color: #FFF;
}
.btn-color:hover {
  background: #000;
  color: #FFF;
}

.btn-red {
  color: #FFF;
  background: #D60C0C;
}

.btn-blue {
  color: #FFF;
  background: #3EA8F4;
}

.btn-black {
  color: #FFF;
  background: #000;
}

.btn-style01 {
  font-size: 16px;
  padding: 5px 10px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #C1272D;
  color: #FFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-style01 .txt {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.btn-style01:hover {
  background: #000;
  color: #FFF;
}

.btn-style01-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100% !important;
  height: 48px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}
.btn-style01-sp i {
  font-size: 18px;
  margin-right: 5px;
}
.btn-style01-sp.show {
  opacity: 1;
  cursor: pointer;
}

.row-btn {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.image-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 94.406% !important;
}
.image-background img {
  display: none !important;
}

body:not(.home-page) .header-index {
  display: none;
}
body:not(.home-page) main {
  margin-top: 110px;
}
@media screen and (max-width: 992px) {
  body:not(.home-page) main {
    margin-top: 50px;
  }
}

a.pointer-events-none {
  pointer-events: none;
}

.hidden-pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }

  .hidden-sp {
    display: none;
  }
}
/* ----------------- header ----------------- */
/* header top - bottom */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
.header-top, .header-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top > .container, .header-bottom > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top {
  background: #FFF;
  height: 70px;
}
.header-top > .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bottom {
  background: #F3F3F3;
}
.header .header-category-list li ul {
  top: 15px;
}
@media screen and (max-width: 992px) {
  .header-top {
    height: 50px;
  }
  .header-bottom > .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

/* header logo */
.logo {
  width: 180px;
  text-align: center;
}
.logo a {
  display: inline-block;
}
.logo a img {
  height: 52px;
  width: auto;
}
@media screen and (max-width: 992px) {
  .logo {
    margin: 0 auto;
  }
  .logo a img {
    height: 35px;
  }
}

/* header menu */
.menu {
  width: calc(100% - 180px - 60px);
  padding-left: 106px;
}
.menu li {
  display: inline-block;
}
.menu li:not(:last-child) {
  padding-right: 60px;
}
.menu li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.menu li a.active, .menu li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .menu {
    padding-left: 30px;
    text-align: center;
  }
  .menu li:not(:last-child) {
    padding-right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .header .menu, .header .header-search {
    display: none;
  }
}
/* header icon cart */
.icon-cart {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 25px;
}
.icon-cart button {
  display: block;
}
.icon-cart img {
  width: 30px;
  height: 33px;
}
.icon-cart-num {
  background: #808080;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 18px;
  color: #FFF;
  position: absolute;
  top: 0;
  right: -10px;
}
@media screen and (max-width: 992px) {
  .icon-cart {
    right: 15px;
  }
}

/* header icon hamburger */
.icon-hamburger {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  z-index: 2;
  width: 16px;
  height: 12px;
}
.icon-hamburger::before, .icon-hamburger::after {
  width: 16px;
  height: 2px;
  content: '';
  display: block;
  background: #000;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-hamburger::before {
  top: 0;
}
.icon-hamburger::after {
  bottom: 0;
}
.icon-hamburger-menu {
  display: none;
  left: 15px;
  font-size: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.icon-hamburger-menu::before, .icon-hamburger-menu::after {
  width: 30px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.icon-hamburger-menu::before {
  top: 0;
}
.icon-hamburger-menu::after {
  top: 12px;
  bottom: initial;
}
.icon-hamburger-menu span {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: block;
  margin: auto;
  padding-top: 3px;
}
.icon-hamburger-menu span::before, .icon-hamburger-menu span::after {
  display: inset-block;
}
.icon-hamburger-menu span::before {
  content: 'MENU';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.icon-hamburger-menu span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: -21px;
  width: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.icon-hamburger-menu.act::before, .icon-hamburger-menu.act::after {
  width: 20px;
  top: 7px !important;
  left: 50%;
}
.icon-hamburger-menu.act::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.icon-hamburger-menu.act::after {
  bottom: initial !important;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.icon-hamburger-menu.act span::before {
  content: 'CLOSE';
}
.icon-hamburger-menu.act span::after {
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.icon-hamburger-cat {
  left: 15px;
}
.icon-hamburger-cat::before, .icon-hamburger-cat::after {
  background: #FFF;
}
.icon-hamburger-cat span {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: block;
  margin: auto;
  border-top: solid 2px #FFF;
}
.icon-hamburger-cat.act::before {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icon-hamburger-cat.act::after {
  bottom: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.icon-hamburger-cat.act span {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .icon-hamburger-menu {
    display: block;
  }
}

/* header col */
.header-col-left {
  width: 270px;
  position: relative;
  text-transform: uppercase;
}
.header-col-center {
  width: calc(100% - 270px - 270px);
  padding: 0 15px;
  position: relative;
}
.header-col-right {
  width: 270px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .header-col-left, .header-col-center, .header-col-right {
    width: 100%;
    padding: 0;
  }
}

/* header category */
.header-category {
  height: 40px;
  background: #5f9e45;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.header-category-btn {
  position: relative;
  padding-left: 50px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 270px;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.header-category-search {
  display: none;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.header-category-search.act i::before {
  content: "\eee1";
}
.header-category-list li {
  background: #FFF;
}
.header-category-list li:last-child {
  border-bottom: 2px solid #5f9e45;
}
.header-category-list li:not(:last-child) {
  border-bottom: 1px dotted #CCC;
}
.header-category-list li a {
  display: block;
  padding: 13.5px 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #5f9e45;
}
.header-category-list li a:not(:only-child):after {
  font-family: "IcoFont";
  content: "\ea69";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}
.header-category-list li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  margin-top: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-category-list li.active > a, .header-category-list li:hover > a {
  background: #000;
  color: #FFF;
}
.header-category-list li.active > ul, .header-category-list li:hover > ul {
  margin-top: 0;
  pointer-events: all;
  opacity: 1;
}
.header-category-list li.active .header-category-list-btn-drop, .header-category-list li:hover .header-category-list-btn-drop {
  color: #FFF;
}
.header-category .header-category-list {
  position: absolute;
  top: 40px;
  width: 270px;
  text-align: left;
  padding-top: 15px;
}
@media screen and (max-width: 992px) {
  .header-category {
    background: transparent;
    height: 0;
  }
  .header-category-btn {
    display: none;
  }
  .header-category-btn:hover {
    opacity: .5;
  }
  .header-category-search {
    display: block;
  }
  .header-category-list li {
    position: relative;
  }
  .header-category-list li a:after {
    display: none !important;
  }
  .header-category-list li ul {
    position: relative;
    top: initial;
    left: initial;
    opacity: 1;
    margin-top: 0;
    display: none;
    -webkit-transition: initial;
    transition: initial;
  }
  .header-category-list li ul li {
    background: rgba(0, 0, 0, 0.1);
  }
  .header-category-list-btn-drop {
    position: absolute;
    top: 3px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
    font-size: 15px;
  }
  .header-category-list-btn-drop.act .icofont-caret-down:before {
    content: "\ea6a";
  }
  .header-category .header-category-list {
    display: none;
  }
}

/* header search */
.header-search form {
  position: relative;
}
.header-search input {
  width: 100%;
  height: 40px;
  border: 1px solid #DDD;
  border-right: 0;
  font-size: 14px;
  font-weight: 300;
  padding-right: 60px;
}
.header-search button {
  width: 50px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: #5f9e45;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* header hotline */
.header-hotline {
  height: 40px;
  line-height: 40px;
  background: #5f9e45;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}
.header-hotline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-hotline a img {
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .header-hotline {
    display: none;
  }
}

/* header banner */
.header-banner ul li {
  display: block;
}
.header-banner ul li:not(:last-child) {
  margin-bottom: 15px;
}
.header-banner ul li a {
  display: block;
}
@media screen and (max-width: 992px) {
  .header-banner {
    display: none;
  }
  .header-banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .header-banner ul li {
    width: 50%;
    margin-bottom: 0 !important;
  }
  .header-banner ul li:nth-child(1) {
    padding-right: 7px;
  }
  .header-banner ul li:nth-child(2) {
    padding-left: 7px;
  }
}

/* header index */
.header-index {
  background: #F3F3F3;
  margin-bottom: 15px;
  padding: 15px 0;
  margin-top: 110px;
}
.header-index > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .header-index {
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 0;
  }
  .header-index > .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .header-index .header-category-list {
    display: none;
  }
}

/* header sp */
.header-sp {
  position: relative;
}
.header-sp .menu {
  width: 270px;
  height: 100vh;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block !important;
  background: #FFF;
  overflow: auto;
  padding-bottom: 10px;
  padding-left: 0;
  position: absolute;
  top: 0;
  right: -270px;
}
.header-sp .menu li {
  width: 100%;
  padding-right: 0;
}
.header-sp .menu li:not(:last-child) {
  border-bottom: 1px dotted #CCC;
}
.header-sp .menu li a {
  display: block;
  padding: 15px;
  text-align: left;
}
.header-sp .menu.act {
  right: 0;
}
.header-sp .header-search {
  position: absolute;
}

/* slide */
.slide {
  width: 100%;
}
.slide .slide-item {
  height: 332px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide .slide-list {
  margin: 0;
}
.slide .slick-track {
  position: relative;
}
.slide .slick-arrow {
  font-size: 36px;
  color: #F0F0F0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.slide .slick-arrow:before {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slide .slick-arrow:hover {
  background: #cccccc;
}
.slide .slick-arrow.prev {
  left: 15px;
}
.slide .slick-arrow.next {
  right: 15px;
}
.slide .slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute;
}
.slide .slick-dots {
  text-align: center;
}
.slide .slick-dots button {
  display: none;
}
.slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F0F0F0;
  cursor: pointer;
  position: relative;
}
.slide .slick-dots li.slick-active:before {
  content: '';
  position: absolute;
  border: solid 2px #F0F0F0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -4px;
  left: -4px;
}
@media screen and (max-width: 992px) {
  .slide .slide-item {
    height: auto;
    position: relative;
    min-height: 200px;
  }
  .slide .slide-item::before {
    content: '';
    display: block;
    padding-top: 55%;
  }
}

/* ----------------- footer ----------------- */
/* footer top */
.footer-top {
  margin-bottom: 70px;
}
.footer-top-inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top-col {
  width: 50%;
}
.footer-top-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.footer-top-social {
  text-align: center;
  padding-top: 12px;
}
.footer-top-social li {
  display: inline-block;
  padding: 0 30px;
}
.footer-top-social li a {
  font-size: 35px;
}
.footer-top-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top-form input {
  width: 50%;
  height: 60px;
  border: 1px solid #5f9e45;
  border-right: 0;
  font-size: 18px;
  font-weight: 300;
}
.footer-top-btn {
  width: 50%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #F0F0F0;
  background: #5f9e45;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  outline: none;
}
@media screen and (max-width: 992px) {
  .footer-top-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top {
    margin-bottom: 30px;
  }
  .footer-top-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-top-col {
    width: 100%;
  }
  .footer-top-col:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer-top-social {
    padding-top: 0;
  }
  .footer-top-social li {
    padding: 0 15px;
  }
  .footer-top-form input {
    height: 40px;
    font-size: 14px;
  }
  .footer-top-btn {
    height: 40px;
  }
}

/* footer bottom */
.footer-bottom {
  background: #808080;
  color: #FFF;
  padding: 40px 0;
}
.footer-bottom > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bottom-title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 8px;
}
.footer-bottom-col:not(:last-child) {
  padding-right: 20px;
}
.footer-bottom-about {
  width: calc(100% - 35% - 265px);
}
.footer-bottom-about ul {
  padding-top: 18px;
}
.footer-bottom-about ul li {
  position: relative;
  padding-left: 35px;
}
.footer-bottom-about ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-bottom-about ul li i {
  left: 0;
  position: absolute;
  top: 3px;
}
.footer-bottom-about ul li:first-child i {
  top: 32px;
}
.footer-bottom-about ul li a {
  display: inline-block;
}
.footer-bottom-about ul li a:hover {
  color: #FF0;
}
.footer-bottom-about ul li a[href^="tel:"] {
  color: #FF0;
  font-weight: 700;
}
.footer-bottom-support {
  width: 35%;
}
.footer-bottom-support ul {
  padding-top: 18px;
}
.footer-bottom-support ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-bottom-support ul li a {
  display: inline-block;
  font-weight: 300;
}
.footer-bottom-option {
  width: 265px;
}
.footer-bottom-option-cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  margin-bottom: 40px;
}
.footer-bottom-option-cast li {
  display: inline-block;
  padding: 0 8px;
  width: 25%;
}
.footer-bottom-option-cast li a {
  display: block;
}
.footer-bottom-option-cast li a img {
  max-width: 52px;
  width: 100%;
}
.footer-bottom-option-trade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom-option-trade li {
  width: 50%;
}
.footer-bottom-option-trade li a {
  display: block;
}
.footer-bottom-option-trade li a img {
  width: 100%;
  max-width: 107px;
}
@media screen and (max-width: 992px) {
  .footer-bottom-title {
    font-size: 18px;
  }
  .footer-bottom-col:not(:last-child) {
    padding-right: 15px;
  }
  .footer-bottom-about {
    width: calc(100% - 31% - 220px);
  }
  .footer-bottom-support {
    width: 31%;
  }
  .footer-bottom-option {
    width: 220px;
  }
  .footer-bottom-option-cast {
    margin: 0 -4px;
    margin-bottom: 30px;
  }
  .footer-bottom-option-cast li {
    padding: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom > .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom-title {
    font-size: 18px;
  }
  .footer-bottom-col {
    width: 100% !important;
  }
  .footer-bottom-col:not(:last-child) {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .footer-bottom-about ul, .footer-bottom-support ul {
    padding-top: 0;
  }
  .footer-bottom-about ul li:not(:last-child), .footer-bottom-support ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-bottom-option-cast, .footer-bottom-option-trade {
    max-width: 265px;
  }
}

/* copyright */
.copyright {
  background: #140703;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 70px;
}

/* floating button contact */
.floating-btn-contact {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  padding: 8px 10px;
  background: transparent;
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .floating-btn-contact {
    margin: 0 auto;
  }
}
.floating-btn-contact a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
}
.floating-btn-contact a:not(:last-child) {
  margin-right: 15px;
}
.floating-btn-contact i {
  font-style: normal;
  background: #fff;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  border: 2px solid #7f4c9b;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  border-color: #e3b576;
  -webkit-animation: spread 4s .7s ease-in-out infinite;
          animation: spread 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
          transform-origin: 50% 4px;
  display: block;
}
.floating-btn-contact span {
  border-radius: 0 30px 30px 0;
  margin-left: -12px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px 6px;
  background: -webkit-gradient(linear, left top, right top, from(#e3b576), to(#b3894c));
  background: linear-gradient(90deg, #e3b576, #b3894c);
}
.floating-btn-contact i,
.floating-btn-contact span {
  -ms-flex-item-align: center;
      align-self: center;
  display: inline-block;
}
.floating-btn-contact svg {
  overflow: hidden;
  vertical-align: middle;
}
.floating-btn-contact .btn-call svg {
  fill: #b3884c;
  width: 32px;
  height: 38px;
}
.floating-btn-contact .btn-fbmessage svg {
  fill: #b3884c;
  width: 32px;
  height: 30px;
}
@-webkit-keyframes spread {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white;
  }
  1% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  }
  3% {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  5% {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  7% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
  }
  9% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0);
  }
  11% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(255, 255, 255, 0.2);
  }
  13% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
  15% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.2);
  }
  17% {
    -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.2);
  }
  19% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 18px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 18px rgba(255, 255, 255, 0);
  }
  21% {
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white;
  }
  23% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  27% {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  29% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
  }
  31% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0);
  }
  33% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(255, 255, 255, 0.2);
  }
  35% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
  37% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.2);
  }
  39% {
    -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.2);
  }
  41% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 18px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 18px rgba(255, 255, 255, 0);
  }
  43% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes spread {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white;
  }
  1% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  }
  3% {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  5% {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  7% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
  }
  9% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0);
  }
  11% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(255, 255, 255, 0.2);
  }
  13% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
  15% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.2);
  }
  17% {
    -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.2);
  }
  19% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 18px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 18px rgba(255, 255, 255, 0);
  }
  21% {
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white;
  }
  23% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  27% {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  29% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
  }
  31% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0);
  }
  33% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(255, 255, 255, 0.2);
  }
  35% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
  37% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.2);
  }
  39% {
    -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.2);
  }
  41% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 18px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 18px rgba(255, 255, 255, 0);
  }
  43% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* ----------------- page top ----------------- */
/* service */
.service {
  margin-bottom: 20px;
}
.service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border: 1px solid #5f9e45;
}
.service ul li {
  width: calc(100% / 4);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  padding: 0 10px;
  font-weight: 400;
}
.service ul li:not(:last-child) {
  border-right: 1px solid #5f9e45;
}
.service ul li img {
  height: 40px;
  width: auto;
}
.service-txt {
  padding-left: 20px;
  display: inline-block;
  text-align: left;
  color: #5f9e45;
}
@media screen and (max-width: 992px) {
  .service {
    display: none;
  }
  .service ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service ul li {
    width: 50%;
    padding: 10px 0;
  }
  .service ul li:nth-child(even) {
    border-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .service ul {
    padding: 0;
  }
  .service ul li {
    width: 100%;
    border-right: 0 !important;
    padding: 0 15px 0 80px;
    position: relative;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    min-height: 50px;
  }
  .service ul li br {
    display: none;
  }
  .service ul li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .service-img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-txt {
    padding-left: 0;
  }
}

/* sale */
.sale {
  margin-bottom: 8px;
}
.sale-row {
  margin: 0 -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sale-item {
  width: calc(100% / 3);
  padding: 0 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .sale-row {
    margin: 0 -15px;
  }
  .sale-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .sale {
    margin-bottom: 18px;
  }
  .sale-row {
    margin: 0 -5px;
  }
  .sale-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

/* product */
.product {
  margin-bottom: 28px;
}
.product-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}
.product-style01 .product-col {
  width: calc(100% / 4);
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-style01 {
    margin: 0 -5px;
  }
  .product-style01 .product-col {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
}
.product-update {
  padding: 0 15px;
  display: block;
  width: 100%;
}
.product-item {
  position: relative;
  border: 1px solid #CCC;
  text-align: center;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.product-item:hover .product-title, .product-item:hover .product-price {
  color: #D60C0C;
}
.product-img {
  display: block;
  position: relative;
}
.product-title {
  border-top: 1px solid #CCC;
  padding: 10px 10px 0 10px;
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .product-title {
    padding: 10px;
    margin-bottom: 0;
    min-height: 60px;
  }
}
.product-price {
  border-top: 1px dashed #CCC;
  margin: 0;
  padding: 10px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: transparent;
  text-indent: -9999px;
  font-size: 0;
}
.product-option {
  position: absolute;
  top: 0;
  left: 0;
}
.product-option ul {
  font-size: 0;
}
.product-option ul li {
  display: inline-block;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}
.product-option ul li:not(:last-child) {
  margin-right: 4px;
}
.product-option ul li.fullbox {
  background: #FF0;
  color: #D60C0C;
}
.product-option ul li.selling {
  background: #D60C0C;
  color: #FFF;
}
.product-option ul li.out-stock {
  background: #B3B3B3;
  color: #FFF;
}
.product .row-btn-owl {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product .row-btn-owl .title-main-btn-next,
.product .row-btn-owl .title-main-btn-prev {
  width: 30px;
  height: 30px;
}
.product .row-btn-owl .title-main-btn-next:hover,
.product .row-btn-owl .title-main-btn-prev:hover {
  color: #5f9e45;
}
.product .row-btn-owl .title-main-btn-next {
  text-align: left;
}
.product .row-btn-owl .title-main-btn-prev {
  text-align: right;
}

/* accessory */
.accessory {
  margin-bottom: 60px;
}
.accessory-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -1px;
}
.accessory-col {
  padding: 0 1px;
  width: calc(100% / 5);
}
.accessory-item {
  border: 1px solid #B3B3B3;
  padding: 10px;
  position: relative;
}
.accessory-item:hover .accessory-title {
  color: #5f9e45;
}
.accessory-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  z-index: 2;
}
.accessory-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.accessory-title {
  font-weight: 300;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
}
.accessory-price {
  font-weight: 500;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .accessory-col {
    width: calc(100% / 4);
  }
  .accessory-col:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .accessory-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .accessory-col {
    width: calc(100% / 2);
    margin-bottom: 2px;
  }
}

/* search */
.search-item {
  padding: 15px 0;
  border-bottom: 1px solid #DDD;
}
.search-item a {
  font-weight: 600;
}
.search-item-price {
  color: #5f9e45;
}

.main-content {
  margin-bottom: 60px;
  position: relative;
}
.main-content .title-style01 {
  margin-bottom: 10px;
  text-align: left;
}
.main-content .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-content .content-inner {
  padding: 15px;
  border: 1px solid #CCC;
}
.main-content .content-fix-image img {
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}
.main-content .col-content {
  position: relative;
  width: 100%;
}
.main-content .col-sidebar {
  position: relative;
  width: 270px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main-content .col-sidebar + .col-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 270px);
  padding-right: 28px;
}
.main-content .col-sidebar .title-style02 {
  text-align: center;
  margin-bottom: 10px;
}
.main-content .form-block {
  position: relative;
}
.main-content .form-block label {
  width: 120px;
  display: inline-block;
  padding-top: 8px;
}
.main-content .form-block input, .main-content .form-block textarea {
  padding: 5px 10px;
  border: 1px solid #CED4DA;
  font-size: 14px;
  width: calc(100% - 120px);
  font-family: "Roboto", sans-serif;
}
.main-content .form-block input {
  height: 35px;
}
.main-content .form-block textarea {
  height: 80px;
}
.main-content .form-block p {
  padding-left: 120px;
  width: 100%;
  font-size: 13px;
}
.main-content .form-block .form-error {
  padding: 6px 0 0 120px;
}
.main-content .form-block-st01 {
  position: relative;
  background: #F6F6F6;
  padding: 10px;
}
.main-content .form-block-st01 label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}
.main-content .form-block-st01 input, .main-content .form-block-st01 textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #CED4DA;
  font-size: 14px;
}
.main-content .form-block-st01 input {
  height: 35px;
}
.main-content .form-block-st01 textarea {
  height: 100px;
}
.main-content .form-st-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-content .form-st-group:not(:last-child) {
  margin-bottom: 15px;
}
.main-content .form-error {
  color: #D60C0C;
  display: block;
  padding: 6px 0 0 0;
}
@media screen and (max-width: 992px) {
  .main-content .content-inner {
    border: 0;
    padding: 0;
  }
  .main-content .col-content {
    width: 100%;
  }
  .main-content .col-sidebar {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-content .col-sidebar + .col-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.category-page .row-item:not(:last-child) {
  margin-bottom: 28px;
}

/* cart page */
.cart-page .cart-empty {
  text-align: center;
}
.cart-page .cart-empty-icon {
  margin-bottom: 20px;
}
.cart-page .cart-empty-icon i {
  width: 60px;
  height: 60px;
  color: #FFF;
  background: #D60C0C;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
}
.cart-page .cart-empty-icon i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cart-page .cart-empty-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}
.cart-page .cart-block {
  border: 1px solid #CCC;
}
.cart-page .cart-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  padding: 15px;
}
.cart-page .cart-title i {
  color: #000;
  margin-right: 15px;
  font-size: 20px;
}
.cart-page .cart-item {
  border-bottom: 1px solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-page .cart-item:not(:first-child) .cart-item-heading {
  display: none;
}
.cart-page .cart-item-col:nth-child(1) {
  width: calc(100% - 120px - 120px - 120px);
}
.cart-page .cart-item-col:nth-child(2), .cart-page .cart-item-col:nth-child(3), .cart-page .cart-item-col:nth-child(4) {
  width: 120px;
  text-align: center;
}
.cart-page .cart-item-col:not(:last-child) {
  border-right: 4px solid #FFF;
}
.cart-page .cart-item-heading {
  background: #1A1A1A;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  width: 100%;
}
.cart-page .cart-item-body {
  padding: 15px 5px;
}
.cart-page .cart-item-product .cart-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-page .cart-item-product .cart-item-body a {
  display: inline-block;
}
.cart-page .cart-item-product .cart-item-body p {
  margin-bottom: 8px;
  margin-top: 0;
}
.cart-page .cart-item-product .cart-item-body .btn-trash {
  color: #5f9e45;
  font-size: 15px;
  font-weight: 500;
}
.cart-page .cart-item-product-img {
  width: 100px;
}
.cart-page .cart-item-product-txt {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.cart-page .cart-item-quantity .cart-item-body {
  position: relative;
  padding: 15px 0;
  max-width: 90px;
  margin: 0 auto;
}
.cart-page .cart-item-quantity .cart-item-body input {
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #CCC;
}
.cart-page .cart-item-quantity .cart-item-body button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
}
.cart-page .cart-item-quantity .cart-item-body button.decr-btn {
  left: 0;
}
.cart-page .cart-item-quantity .cart-item-body button.incr-btn {
  right: 0;
}
.cart-page .cart-item-price .cart-item-body, .cart-page .cart-item-money .cart-item-body {
  position: relative;
  padding: 24px 5px;
}
.cart-page .cart-total-price {
  text-align: right;
  padding: 20px 15px;
  font-size: 16px;
}
.cart-page .cart-total-price #total-price {
  color: #D60C0C;
  font-weight: 600;
  font-size: 20px;
}
.cart-page .cart-footer {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cart-page .cart-title {
    font-size: 14px;
  }
  .cart-page .cart-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-page .cart-item-heading {
    display: block !important;
  }
  .cart-page .cart-item-col {
    width: calc(100% /3) !important;
  }
  .cart-page .cart-item-col:nth-child(1) {
    width: 100% !important;
  }
  .cart-page .cart-item-col:nth-child(1) .cart-item-heading {
    display: none !important;
  }
  .cart-page .cart-item-quantity .cart-item-body {
    position: relative;
    max-width: 80px;
  }
  .cart-page .cart-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-page .cart-footer a {
    width: 100%;
  }
  .cart-page .cart-footer a:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* payment page */
.payment-page .payment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.payment-page .payment-left {
  width: 55%;
  padding-right: 20px;
}
.payment-page .payment-right {
  width: 45%;
}
.payment-page .payment-right .payment-body {
  padding: 0;
}
.payment-page .payment-title {
  color: #FFF;
  background: #000;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
}
.payment-page .payment-body {
  border: 1px solid #CCC;
  border-top: 0;
  padding: 10px;
}
.payment-page .payment-sumary {
  padding: 15px;
  width: 100%;
  overflow: hidden;
}
.payment-page .payment-sumary p {
  width: 100%;
}
.payment-page .payment-sumary p:not(:last-child) {
  margin-bottom: 5px;
}
.payment-page .payment-sumary-label {
  font-weight: 400;
}
.payment-page .payment-sumary-content {
  float: right;
  font-weight: 700;
}
.payment-page .payment-row:not(:last-child) {
  margin-bottom: 10px;
}
.payment-page .payment-note {
  color: #CCC;
}
.payment-page .payment-radio:not(:last-child) {
  margin-bottom: 10px;
}
.payment-page .payment-radio input {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.payment-page .payment-content {
  position: relative;
}
.payment-page .payment-content-item {
  display: none;
  padding-top: 20px;
  border-top: 1px dotted #CED4DA;
}
.payment-page .payment-content-item p {
  margin-top: 0;
}
.payment-page .payment-btn {
  text-align: right;
}
.payment-page .payment-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.payment-page .payment-product-item:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.payment-page .payment-product-item-img {
  width: 100px;
  padding: 10px;
}
.payment-page .payment-product-item-txt {
  width: calc(100% - 100px - 150px);
  padding: 10px;
}
.payment-page .payment-product-item-txt p:not(:last-child) {
  margin-bottom: 5px;
}
.payment-page .payment-product-item-price {
  width: 150px;
  padding: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .payment-page .payment-left {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .payment-page .payment-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .payment-page .payment-product-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .payment-page .payment-product-item:not(:last-child) {
    border-bottom: 1px solid #CCC;
  }
  .payment-page .payment-product-item-img {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #CCC;
  }
  .payment-page .payment-product-item-img a {
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .payment-page .payment-product-item-img img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: initial;
  }
  .payment-page .payment-product-item-txt {
    width: calc(100% - 100px);
  }
  .payment-page .payment-product-item-price {
    width: 100px;
  }
}

/* order page */
.order-page .order-container {
  max-width: 800px;
}
.order-page .order-title {
  margin-bottom: 10px;
  font-size: 18px;
}
.order-page .order-info {
  margin-bottom: 20px;
  background: #F0F0F0;
  margin-top: 20px;
}
.order-page .order-info-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}
.order-page .order-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
}
.order-page .order-info-item:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.order-page .order-info-item i {
  font-size: 60px;
}
.order-page .order-info-item .icofont-fast-delivery {
  font-size: 80px;
  line-height: 80px;
}
.order-page .order-info-left {
  width: 50%;
  padding: 0 15px;
}
.order-page .order-info-right {
  width: 50%;
  padding: 0 15px;
}
.order-page .order-product {
  background: rgba(240, 240, 240, 0.7);
}
.order-page .order-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.order-page .order-product-item:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.order-page .order-product-img {
  width: 100px;
}
.order-page .order-product-txt {
  width: calc(100% - 100px);
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .order-page .order-info-left {
    width: 100%;
  }
  .order-page .order-info-right {
    width: 100%;
  }
}

/* news page */
.news-page .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.news-page .news-item {
  width: calc(100% / 4);
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .news-inner {
  border: 1px solid #CCC;
  padding: 10px;
  position: relative;
  height: 100%;
}
.news-page .news-inner:hover .news-img {
  opacity: .7;
}
.news-page .news-inner:hover .news-title {
  color: #5f9e45;
}
.news-page .news-img {
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-page .news-title {
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 40px;
  overflow: hidden;
}
.news-page .news-link {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .news-page .news-item {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 480px) {
  .news-page .news-block {
    margin: 0 -5px;
  }
  .news-page .news-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

/* detail news page */
.detail-news-page .detail-news {
  width: 100%;
}
.detail-news-page .detail-news-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 140%;
}
.detail-news-page .related-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.detail-news-page .related-news li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
.detail-news-page .related-news li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-indent: -9999px;
}
.detail-news-page .related-news li:hover .related-news-thumbnai {
  opacity: .7;
}
.detail-news-page .related-news li:hover .related-news-title {
  color: #5f9e45;
}
.detail-news-page .related-news-thumbnai {
  width: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.detail-news-page .related-news-txt {
  width: calc(100% - 100px);
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
}
.detail-news-page .related-news-title {
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.detail-news-page .related-news-date {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 300;
}
.detail-news-page .content-inner img {
  height: auto !important;
}

/* detail product page */
.detail-product-page .title-style01 {
  margin-bottom: 10px;
}
.detail-product-page .detail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.detail-product-page .detail-top .detail-image {
  margin-bottom: 30px;
  width: calc(100% - 280px);
  position: relative;
}
.detail-product-page .detail-top .detail-image + .detail-info {
  padding-left: 25px;
  width: 305px;
}
.detail-product-page .detail-top .detail-info {
  width: 100%;
}
.detail-product-page .detail-top .detail-info-inner {
  border: 1px solid #CCC;
  padding: 15px;
}
.detail-product-page .detail-top .detail-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.detail-product-page .detail-top .detail-price span {
  color: #5f9e45;
  font-size: 19px;
  font-weight: 500;
}
.detail-product-page .detail-top .detail-option span {
  font-size: 14px;
}
.detail-product-page .detail-top .detail-price, .detail-product-page .detail-top .detail-option {
  margin-bottom: 10px;
}
.detail-product-page .detail-top .detail-price label, .detail-product-page .detail-top .detail-option label {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.detail-product-page .detail-top .detail-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.detail-product-page .detail-top .detail-color label {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}
.detail-product-page .detail-top .detail-color .select {
  border-radius: 0;
  border: 1px solid #000;
  width: 92px;
  height: 30px;
  position: relative;
}
.detail-product-page .detail-top .detail-color .select::before {
  font-family: "IcoFont";
  content: '\ea67';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
}
.detail-product-page .detail-top .detail-color .select select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  width: 100%;
  height: 28px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 4;
  background: transparent;
  padding: 5px 10px;
}
.detail-product-page .detail-top .detail-deal {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 20px;
}
.detail-product-page .detail-top .detail-deal-title {
  font-size: 16px;
  font-weight: 500;
}
.detail-product-page .detail-top .detail-btn a {
  width: 100%;
}
.detail-product-page .detail-top .detail-btn a:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .detail-product-page .detail-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 20px;
  }
  .detail-product-page .detail-top .detail-image {
    width: 100%;
  }
  .detail-product-page .detail-top .detail-info {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
.detail-product-page .detail-content img {
  height: auto !important;
}
.detail-product-page .detail-block {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .detail-product-page .wrapper-content {
    padding-bottom: 48px;
  }
}
.detail-product-page .floating-btn-contact {
  bottom: 50px;
}

/* store page */
.store-page .content-inner {
  padding: 0;
}
.store-page .ul-list {
  padding: 10px;
  margin-bottom: 10px;
}
.store-page .ul-list li {
  position: relative;
  padding-left: 20px;
}
.store-page .ul-list li:not(:last-child) {
  margin-bottom: 10px;
}
.store-page .ul-list li::before {
  font-family: 'FontAwesome';
  content: "\f058";
  padding-right: 10px;
  position: absolute;
  left: 0;
}
