@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@300;400;500;600&display=swap");
@font-face {
  font-family: 'DB Heavent';
  src: url("../fonts/DBHeaventt-Light.woff2") format("woff2"), url("../fonts/DBHeaventt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DB Heavent';
  src: url("../fonts/DBHeavent.woff2") format("woff2"), url("../fonts/DBHeavent.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DB Heavent';
  src: url("../fonts/DBHeavent-Med.woff2") format("woff2"), url("../fonts/DBHeavent-Med.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DB Heavent';
  src: url("../fonts/DBHeavent-Bold.woff2") format("woff2"), url("../fonts/DBHeavent-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
.color-main {
  color: #636363; }

.color-title {
  color: #3c3329; }

.color-ci {
  color: #464646; }

.color-ci-2 {
  color: #464646; }

.color-red {
  color: #ce171f;
  fill: #ce171f; }

.color-green {
  color: #5cc311;
  fill: #5cc311; }

.color-gray {
  color: #a5a5a5; }

.font-lg {
  font-size: 38px; }
  @media (max-width: 1199.98px) {
    .font-lg {
      font-size: 32px; } }
  @media (max-width: 767.98px) {
    .font-lg {
      font-size: 30px; } }

.font-md {
  font-size: 32px; }

.font-sm {
  font-size: 18px; }

.font-light {
  font-weight: 300; }

.font-reg {
  font-weight: normal; }

.font-med {
  font-weight: 500; }

.font-bold {
  font-weight: 600; }

.font-title {
  font-size: 35px;
  line-height: 1; }
  @media (max-width: 1199.98px) {
    .font-title {
      font-size: 30px; } }
  @media (max-width: 767.98px) {
    .font-title {
      font-size: 30px; } }

.btn-detail {
  padding: 8px 35px;
  background: #555555;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
  font-size: .9em;
  transition: all 0.3s;
  border-radius: 5px; }
  .btn-gray.btn-detail {
    background: #525659; }

.cut-text-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.cut-text-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.cut-text-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

html, body {
  width: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

html {
  scroll-padding-top: 80px;
  /* height of sticky header */ }
  @media (max-width: 991.98px) {
    html {
      scroll-padding-top: 60px; } }

a, a:hover, a:active, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit; }

a {
  text-decoration: none !important;
  outline: none;
  transition: all 0.3s; }

p {
  margin: 0 0 15px; }

ol, ul {
  list-style: none;
  padding: 0; }

body {
  font-family: "DB Heavent", sans-serif;
  font-size: 24px;
  line-height: 1;
  overflow-x: hidden;
  color: #636363;
  height: 100%;
  background: #fff;
  font-weight: 300; }

.small-text {
  font-size: 12px;
  color: #000; }

button {
  background: none;
  border: 0; }

button:focus, button:active,
input:focus, input:active,
textarea:focus, textarea:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

textarea {
  resize: none;
  padding-top: 15px !important; }

select option {
  font-size: 1em; }

.form-select {
  font-size: 1em; }

.pad-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad-50 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767.98px) {
    .pad-50 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.pad-80 {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .pad-80 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.pad-100 {
  padding-top: 100px;
  padding-bottom: 100px; }
  .pad-100.pt-50 {
    padding-top: 50px; }
  @media (max-width: 991.98px) {
    .pad-100 {
      padding-top: 80px;
      padding-bottom: 80px; } }

.container.container-1600 {
  width: 100%;
  max-width: 1600px; }

.custom-control-input:checked ~ .custom-control-label::before {
  background: #3c3329;
  border-color: #3c3329; }

.custom-control-label::before {
  box-shadow: none; }

@media (min-width: 1320px) {
  .container {
    max-width: 1300px; } }
.wsanimated-arrow {
  position: relative;
  transition: all .4s ease-in-out;
  cursor: pointer;
  padding: 19px 35px 19px 55px;
  display: none; }
  @media (max-width: 991.98px) {
    .wsanimated-arrow {
      display: block; } }
  .wsanimated-arrow:before {
    content: 'Menu';
    position: absolute;
    left: 0;
    top: 10px;
    text-transform: uppercase;
    color: #464646;
    font-size: .9em; }
  .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #464646;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; }
  .wsanimated-arrow span:before {
    top: -7px;
    width: 26px; }
  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 20px; }

.boxmenu {
  padding: 100px 50px;
  overflow: hidden;
  width: 100%;
  right: -100%;
  position: fixed;
  z-index: 999;
  background: #fff;
  height: 100%;
  transition: transform .25s ease; }
  .boxmenu.active {
    transform: translate3d(-100%, 0, 0); }
  .boxmenu .top-close {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px; }
    .boxmenu .top-close i {
      font-size: 35px; }
  .boxmenu a {
    color: #000;
    display: inline-block; }
    .boxmenu a::before {
      width: 0;
      bottom: -5px;
      height: 1px;
      background: #464646;
      content: "";
      position: absolute;
      transition: all .3s ease-in-out; }
  .boxmenu .main-menu {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -10px;
    max-height: calc(100vh - 10px);
    overflow-y: auto;
    transition: all 0.3s ease 0s; }
    .boxmenu .main-menu > li {
      margin-bottom: 20px;
      position: relative; }
      .boxmenu .main-menu > li > a {
        font-size: 25px;
        line-height: 25px;
        position: relative;
        color: #000;
        display: block; }
      .boxmenu .main-menu > li .button-sub {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        color: #fff;
        cursor: pointer; }
        .boxmenu .main-menu > li .button-sub i {
          font-size: 20px; }
      .boxmenu .main-menu > li.active > a {
        color: #464646 !important; }
      .boxmenu .main-menu > li.active .button-sub {
        background-color: #464646; }
  .boxmenu .submenu {
    display: none;
    margin: 30px 0 30px 25px; }
    .boxmenu .submenu li {
      margin-bottom: 15px; }
      .boxmenu .submenu li:last-child {
        margin-bottom: 0; }
    .boxmenu .submenu a {
      position: relative; }
  .boxmenu .picmenu {
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    background-size: cover; }
  @media (max-width: 991.98px) {
    .boxmenu {
      padding: 100px 25px 50px; }
      .boxmenu .top-close {
        left: auto;
        right: 15px; } }

.main-menu.active {
  top: 0;
  visibility: visible;
  opacity: 1; }

.header {
  z-index: 99;
  width: 100%;
  position: fixed;
  background: #fff;
  transition: all 0.3s ease 0s; }
  @media (max-width: 991.98px) {
    .header {
      position: fixed;
      border-bottom: 1px solid #ede6ee;
      background: #fff;
      height: 60px;
      display: flex;
      align-items: center; } }
  .header > .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px; }
    @media (max-width: 1320px) {
      .header > .container {
        max-width: 100%; } }
    @media (max-width: 991.98px) {
      .header > .container {
        height: 60px; } }
  .header .logo {
    width: 85px;
    display: block;
    position: relative; }
    @media (max-width: 991.98px) {
      .header .logo {
        width: 65px; } }
  .header .header-right {
    display: flex;
    align-items: center;
    justify-content: center; }
  .header .dropdown-menu {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
    top: 5px !important; }
    .header .dropdown-menu .dropdown-item {
      font-size: 1em; }
    .header .dropdown-menu .logout {
      margin-top: 5px;
      padding-top: 5px;
      border-top: 1px solid #ccc; }
  .header .main-menu {
    display: flex;
    margin-bottom: 0; }
    .header .main-menu > li:not(.lang) {
      position: relative;
      margin-right: 15px; }
      @media (max-width: 1199.98px) {
        .header .main-menu > li:not(.lang) {
          margin-right: 0; } }
      .header .main-menu > li:not(.lang):last-child {
        margin-right: 0; }
      .header .main-menu > li:not(.lang) > a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 23px;
        padding: 0 20px;
        height: 80px; }
        .header .main-menu > li:not(.lang) > a i {
          font-size: 17px;
          margin-left: 5px; }
      .header .main-menu > li:not(.lang):hover > a {
        color: #000; }
      .header .main-menu > li:not(.lang) .submenu {
        position: absolute;
        border-radius: 5px;
        overflow: hidden;
        width: 410px;
        background-color: #fff;
        top: 80px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease 0s; }
        .header .main-menu > li:not(.lang) .submenu li {
          border-bottom: 1px solid #ebebeb; }
          .header .main-menu > li:not(.lang) .submenu li a {
            align-items: center;
            padding: 8px 0 8px 20px;
            display: flex;
            border-left: 10px solid #fff; }
            .header .main-menu > li:not(.lang) .submenu li a:hover {
              border-color: #d3d7da;
              background: #ebeff2; }
          .header .main-menu > li:not(.lang) .submenu li i {
            font-size: 15px;
            margin-right: 10px; }
          .header .main-menu > li:not(.lang) .submenu li:last-child {
            border-bottom: 0; }
      .header .main-menu > li:not(.lang):hover .submenu {
        opacity: 1;
        visibility: visible; }
    @media (max-width: 991.98px) {
      .header .main-menu {
        display: none; } }
  .header.header-home {
    background: none; }
    .header.header-home.active {
      background: #fff;
      border-bottom: 1px solid #ede6ee; }
      .header.header-home.active .logo {
        display: block; }
    @media (max-width: 991.98px) {
      .header.header-home {
        background: #fff; } }
    .header.header-home .logo {
      display: none; }
      @media (max-width: 991.98px) {
        .header.header-home .logo {
          display: block; } }

@media (max-width: 991.98px) {
  .main {
    padding-top: 60px !important; } }
.sticky-menu {
  z-index: 9; }
  @media (max-width: 991.98px) {
    .sticky-menu {
      display: none; } }

.lang {
  display: flex;
  align-items: center;
  justify-content: center; }
  .lang a {
    margin-left: 10px; }
  .lang img {
    width: 25px; }
    @media (max-width: 1199.98px) {
      .lang img {
        width: 35px; } }

.wsanimated-arrow {
  position: relative;
  transition: all .4s ease-in-out;
  cursor: pointer;
  padding: 19px 35px 19px 55px;
  display: none; }
  @media (max-width: 991.98px) {
    .wsanimated-arrow {
      display: block; } }
  .wsanimated-arrow:before {
    content: 'Menu';
    position: absolute;
    left: 0;
    top: 10px;
    text-transform: uppercase;
    color: #464646;
    font-size: .9em; }
  .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #464646;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; }
  .wsanimated-arrow span:before {
    top: -7px;
    width: 26px; }
  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 20px; }

.boxmenu {
  padding: 100px 50px;
  overflow: hidden;
  width: 100%;
  right: -100%;
  position: fixed;
  z-index: 999;
  background: #fff;
  height: 100%;
  transition: transform .25s ease; }
  .boxmenu.active {
    transform: translate3d(-100%, 0, 0); }
  .boxmenu .top-close {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px; }
    .boxmenu .top-close i {
      font-size: 35px; }
  .boxmenu a {
    color: #000;
    display: inline-block; }
    .boxmenu a::before {
      width: 0;
      bottom: -5px;
      height: 1px;
      background: #464646;
      content: "";
      position: absolute;
      transition: all .3s ease-in-out; }
  .boxmenu .main-menu {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -10px;
    max-height: calc(100vh - 10px);
    overflow-y: auto;
    transition: all 0.3s ease 0s; }
    .boxmenu .main-menu > li {
      margin-bottom: 20px;
      position: relative; }
      .boxmenu .main-menu > li > a {
        font-size: 25px;
        line-height: 25px;
        position: relative;
        color: #000;
        display: block; }
      .boxmenu .main-menu > li .button-sub {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        color: #fff;
        cursor: pointer; }
        .boxmenu .main-menu > li .button-sub i {
          font-size: 20px; }
      .boxmenu .main-menu > li.active > a {
        color: #464646 !important; }
      .boxmenu .main-menu > li.active .button-sub {
        background-color: #464646; }
  .boxmenu .submenu {
    display: none;
    margin: 30px 0 30px 25px; }
    .boxmenu .submenu li {
      margin-bottom: 15px; }
      .boxmenu .submenu li:last-child {
        margin-bottom: 0; }
    .boxmenu .submenu a {
      position: relative; }
  .boxmenu .picmenu {
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    background-size: cover; }
  @media (max-width: 991.98px) {
    .boxmenu {
      padding: 100px 25px 50px; }
      .boxmenu .top-close {
        left: auto;
        right: 15px; } }

.main-menu.active {
  top: 0;
  visibility: visible;
  opacity: 1; }

.footer {
  background: #666360;
  color: #fff;
  padding: 50px 0;
  font-size: 22px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .footer {
      padding: 50px 0 50px; } }
  .footer .footer-copyright {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #5d5d5d; }
  .footer .footer-menu li {
    margin-bottom: 7px; }
    .footer .footer-menu li:last-child {
      margin-bottom: 0; }
  .footer .footer-right {
    border-left: 1px solid #b3b1b0;
    padding-left: 50px; }
    @media (max-width: 1199.98px) {
      .footer .footer-right {
        padding-left: 25px;
        border-left: 0; } }

.footer-end {
  padding: 10px 0;
  font-size: 20px; }

.footer-share {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 15px;
  bottom: 15px;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .footer-share {
      right: 10px; } }
  .footer-share a {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: relative;
    bottom: -10px; }
    .footer-share a .icon-social {
      width: 54px; }
      @media (max-width: 991.98px) {
        .footer-share a .icon-social {
          width: 45px; } }
  .footer-share > * {
    margin-bottom: 5px; }
  .footer-share .gotoshop {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .footer-share .gotoshop {
        display: none !important; } }
  .footer-share button {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #9dc053;
    color: #fff;
    overflow: hidden;
    display: block; }
    @media (max-width: 991.98px) {
      .footer-share button {
        width: 43px;
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; } }
    .footer-share button .open, .footer-share button .close {
      display: block;
      position: relative;
      transition: all 0.3s ease 0s;
      font-size: 20px; }
    .footer-share button .close {
      margin-top: -22px;
      opacity: 0;
      visibility: hidden; }
  .footer-share.active button .open {
    margin-bottom: -26px;
    opacity: 0;
    visibility: hidden; }
  .footer-share.active button .close {
    margin-top: 0;
    opacity: 1;
    visibility: visible; }
  .footer-share.active a {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 0; }

.hover-img {
  overflow: hidden;
  transition: all .6s ease;
  display: block; }
  .hover-img img {
    transition: all .6s ease; }
  .hover-img:hover img {
    transform: scale(1.1); }

.main {
  overflow: hidden; }

.wrapperhome:before {
  background: #f7f7f7;
  content: "";
  width: 65%;
  padding-top: 40%;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .wrapperhome:before {
      display: none; } }

.img-affect {
  position: relative;
  overflow: hidden; }
  .img-affect::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #ffffff;
    transition: width 1s;
    transition: all 1000ms cubic-bezier(0.16, 0.01, 0.77, 1); }
  .img-affect.aos-animate::before {
    width: 0px; }

.tab-detail {
  display: none; }

.has-list {
  position: relative;
  padding-left: 25px; }
  .has-list:before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    background: #464646;
    content: ''; }

.slide-arrow .navigation {
  background: #fff;
  color: #464646;
  padding: 5px;
  box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 0.6);
  z-index: 2; }
  .slide-arrow .navigation:after {
    font-size: 18px;
    color: #000; }

.heroHome {
  display: flex;
  position: relative; }
  @media (max-width: 991.98px) {
    .heroHome {
      display: block; } }
  .heroHome .logoHome {
    width: 30%; }
    @media (max-width: 991.98px) {
      .heroHome .logoHome {
        display: none; } }
    .heroHome .logoHome .logo-home {
      position: absolute;
      left: 50px;
      top: 50px;
      display: block; }
      @media only screen and (max-width: 1600px) {
        .heroHome .logoHome .logo-home {
          left: 70px; }
          .heroHome .logoHome .logo-home img {
            width: 250px; } }
      @media only screen and (max-width: 1300px) {
        .heroHome .logoHome .logo-home {
          top: 30px; }
          .heroHome .logoHome .logo-home img {
            width: 200px; } }
  .heroHome .slideHero {
    width: 70%; }
    @media (max-width: 991.98px) {
      .heroHome .slideHero {
        width: 100%; } }
  .heroHome .arrow-home {
    display: flex;
    position: absolute;
    left: 60px;
    top: 450px;
    z-index: 9; }
    @media only screen and (max-width: 1600px) {
      .heroHome .arrow-home {
        top: 400px; } }
    @media only screen and (max-width: 1300px) {
      .heroHome .arrow-home {
        top: 300px; } }
    @media (max-width: 991.98px) {
      .heroHome .arrow-home {
        right: 0;
        bottom: 0;
        left: auto;
        top: auto; } }
    .heroHome .arrow-home .arrow-inner {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .heroHome .arrow-home .arrow-inner {
          width: 40px;
          height: 40px; } }
      .heroHome .arrow-home .arrow-inner i {
        color: #fff;
        font-size: 20px; }
        @media (max-width: 991.98px) {
          .heroHome .arrow-home .arrow-inner i {
            font-size: 16px; } }
      .heroHome .arrow-home .arrow-inner.arrow-left {
        background: #7d7d7d;
        transition: all 0.3s ease 0s; }
        .heroHome .arrow-home .arrow-inner.arrow-left:hover {
          background: #2A2A2A; }
      .heroHome .arrow-home .arrow-inner.arrow-right {
        background: #555555;
        transition: all 0.3s ease 0s; }
        .heroHome .arrow-home .arrow-inner.arrow-right:hover {
          background: #2A2A2A; }

.main-pd {
  padding-top: 80px; }

.order-list {
  list-style: disc;
  margin-left: 20px;
  list-style-position: outside; }
  .order-list ul {
    margin-left: 5px;
    margin-top: 5px; }
    .order-list ul li {
      position: relative;
      padding-left: 15px; }
    .order-list ul li:before {
      content: "-";
      position: absolute;
      left: 0; }

.page-editor ul li {
  padding-left: 20px;
  position: relative; }
  .page-editor ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    top: 8px;
    background: #464646;
    border-radius: 100%;
    position: absolute;
    left: 0; }
.page-editor ol {
  list-style: decimal;
  margin-left: 20px; }

.main-best-seller {
  margin-top: 150px;
  background: #ebeff2;
  position: relative; }
  @media (max-width: 991.98px) {
    .main-best-seller {
      margin-top: 0; } }
  .main-best-seller .logo-fiber {
    width: 200px; }
    @media (max-width: 1199.98px) {
      .main-best-seller .logo-fiber {
        width: 150px; } }
  .main-best-seller .slide-best-seller {
    margin: 25px 0 0; }
    .main-best-seller .slide-best-seller .swiper-slide {
      text-align: center;
      position: relative; }
    .main-best-seller .slide-best-seller .box-product-detail {
      padding: 7px; }
    .main-best-seller .slide-best-seller .swiper-pagination {
      position: relative;
      transform: translateX(0);
      width: 100% !important;
      left: 0;
      margin-top: 20px; }
      .main-best-seller .slide-best-seller .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px; }
      .main-best-seller .slide-best-seller .swiper-pagination .swiper-pagination-bullet-active {
        background: #000; }

.box-product-detail {
  padding: 5px; }
  @media (max-width: 575.98px) {
    .box-product-detail {
      padding: 0; } }
  .box-product-detail .best-seller-home {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.15); }
  .box-product-detail .box-p-detail-h3 {
    font-weight: normal;
    color: #636363;
    font-size: 24px;
    text-align: center;
    display: block; }
    @media (max-width: 1199.98px) {
      .box-product-detail .box-p-detail-h3 {
        font-size: .9em; } }

.img-shadow {
  box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.15); }

.main-product {
  background: #f7f7f7; }

.main-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px; }
  .main-product-list li {
    width: 33.5%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .main-product-list li {
        padding: 0 5px;
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .main-product-list li {
        width: 50%; } }
    @media (max-width: 575.98px) {
      .main-product-list li {
        width: 100%;
        padding: 0 15px; } }
    .main-product-list li.w-70 {
      width: 66.5%; }
      @media (max-width: 767.98px) {
        .main-product-list li.w-70 {
          width: 100%; } }
  .main-product-list .logo-bottom {
    width: 160px; }
    @media (max-width: 1199.98px) {
      .main-product-list .logo-bottom {
        width: 100px; } }
    @media (max-width: 991.98px) {
      .main-product-list .logo-bottom {
        width: 50px; } }

@media (max-width: 1199.98px) {
  .paroller {
    transform: translateX(0) !important;
    transform: translateY(0) !important; }

  .container {
    padding-left: 20px;
    padding-right: 20px; } }
.e-lookbook .img-ecat {
  max-width: 500px;
  width: 100%;
  box-shadow: 3px 5px 10px 2px #C9CCCE; }

.img-ecat-03 {
  position: relative;
  display: inline-block;
  padding: 0 20px; }
  .img-ecat-03:before {
    position: absolute;
    width: 90%;
    height: 90%;
    background: #f5f5f5;
    content: "";
    top: -50px;
    right: -50px;
    z-index: 0; }
  .img-ecat-03 .img-ecat {
    position: relative;
    z-index: 2; }

.flex-ebook {
  align-items: center;
  justify-content: center;
  display: flex; }
  .flex-ebook a {
    margin: 0 5px; }

.box-home-full {
  position: relative;
  overflow: hidden; }
  .box-home-full .inner-box-home-full {
    position: absolute;
    bottom: -70px;
    background-color: rgba(215, 215, 215, 0.7);
    padding: 20px;
    transition: all 0.5s ease;
    width: 100%; }
    .box-home-full .inner-box-home-full.not-content {
      bottom: -20px; }
      @media (max-width: 1199.98px) {
        .box-home-full .inner-box-home-full.not-content {
          bottom: 0; } }
    @media (max-width: 1199.98px) {
      .box-home-full .inner-box-home-full {
        background: #fff;
        bottom: auto;
        position: relative; } }
    .box-home-full .inner-box-home-full h2 {
      font-size: 25px;
      margin-bottom: 15px; }
    .box-home-full .inner-box-home-full .cut-text-2 {
      height: 48px; }
    .box-home-full .inner-box-home-full .btn-detail {
      border-radius: 0;
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: all 0.5s ease; }
      @media (max-width: 1199.98px) {
        .box-home-full .inner-box-home-full .btn-detail {
          position: relative;
          top: auto;
          left: auto;
          transform: translateX(0);
          opacity: 1;
          margin-top: 20px; } }
      .box-home-full .inner-box-home-full .btn-detail:hover {
        color: #fff; }
  .box-home-full:hover .inner-box-home-full {
    bottom: 0;
    padding-top: 150px; }
    @media (max-width: 1199.98px) {
      .box-home-full:hover .inner-box-home-full {
        padding-top: 20px;
        bottom: auto; } }
    .box-home-full:hover .inner-box-home-full .btn-detail {
      opacity: 1;
      top: 50px; }
      @media (max-width: 1199.98px) {
        .box-home-full:hover .inner-box-home-full .btn-detail {
          top: auto; } }

.img-absolute-home {
  position: absolute; }
  @media (max-width: 1199.98px) {
    .img-absolute-home {
      display: none; } }
  .img-absolute-home.img-silica {
    left: 0;
    top: 0; }
  .img-absolute-home.img-thai {
    right: 0;
    bottom: 0; }

.text-center img {
  display: inline-block; }

.shop-icon-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px; }
  @media (max-width: 575.98px) {
    .shop-icon-list {
      font-size: .9em; } }

.page-bg {
  background: url(../images/bg-main.jpg) repeat; }

.lSSlideOuter.vertical {
  padding-right: 0 !important;
  padding-left: 125px; }

.lSSlideOuter.vertical .lSGallery {
  right: auto;
  left: 0; }

.lSSlideOuter.vertical .lSAction > a {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center; }
  .lSSlideOuter.vertical .lSAction > a:before {
    font-family: bootstrap-icons !important;
    color: #fff;
    font-size: 18px; }
.lSSlideOuter.vertical .lSAction > .lSNext {
  right: 10px;
  left: auto;
  margin-left: auto;
  bottom: 10px; }
  .lSSlideOuter.vertical .lSAction > .lSNext:before {
    content: "\F282"; }
.lSSlideOuter.vertical .lSAction > .lSPrev {
  right: 42px;
  left: auto;
  margin-left: auto;
  bottom: 10px;
  top: auto; }
  .lSSlideOuter.vertical .lSAction > .lSPrev:before {
    content: "\F286"; }

@media (max-width: 991.98px) {
  .product-detail-slide #productslide, .product-detail-slide .lSSlideOuter {
    display: none; } }
.img-rd {
  border-radius: 15px;
  overflow: hidden;
  display: block; }

.lSGallery a {
  border-radius: 15px;
  overflow: hidden;
  display: block; }

.product-detail-right {
  padding-left: 30px; }

.form-contact .help-block {
  color: #b72226;
  position: absolute;
  bottom: -32px;
  left: 0px;
  font-size: .8em; }
.form-contact .form-group {
  margin-bottom: 20px; }

.wrap-breadcrumb {
  background: #ebeff2;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9em; }

/*# sourceMappingURL=style.css.map */
