@font-face {
  font-family: Light;
  src: url(../fonts/SFUFuturaLight.woff);
  font-display: swap;
}
@font-face {
  font-family: Book;
  src: url(../fonts/SFUFuturaBook.woff);
  font-display: swap;
  opacity: 0.8;
}
@font-face {
  font-family: Regular;
  src: url(../fonts/SFUFuturaRegular.woff);
  font-display: swap;
  opacity: 0.8;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: unset;
}
/* ol, ul, li {
  list-style: none;
} */
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
p {
  font-size: 16px;
}
p img {
  max-width: 800px;
  width: auto;
}
p.aligncenter {
  text-align: center;
}
p.alignright {
  text-align: right;
}
p strong{
  font-family: 'Book';
}
body {
  font-family: Light;
  font-size: 14px;
  color: #000;
  background: #fff;
}
#wrapper section {
  max-width: 1920px;
  margin: 0 auto;
}
#wrapper #featurted {
  max-width: 100vw;
}
#wrapper #featurted .video {
  width: 100vw;
}
.title-section {
  font-size: 36px;
  line-height: 30px;
  text-align: center;
  font-family: Light;
}
.desc-section {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  font-family: Light;
}
.acf-hidden {
  display: none !important;
}
.acf-field .acf-label label {
  display: block;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
}
.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
}
.acf-fields > .acf-field {
  position: relative;
  margin: 0;
  padding: 15px 12px;
}
.acf-field .acf-notice.-error {
  background: #ffe6e6;
  color: #cc2727;
  border-color: #d12626;
  font-size: 12px;
}
.acf-field .acf-notice {
  margin: 0 0 15px;
  background: #edf2ff;
  color: #0c6ca0;
  border-color: #2183b9;
}
.acf-notice.-error {
  background: #d94f4f;
  border-color: #c92c2c;
}
.acf-notice {
  position: relative;
  display: block;
  color: #fff;
  margin: 5px 0 15px;
  padding: 3px 12px;
  background: #2a9bd9;
  border-left: #1f7db1 solid 3px;
}
.page-id-279 #menu-item-34 > a, .page-id-347 #menu-item-34 > a {
  color: #00254F !important;
  border-bottom: solid 1px;
  padding-bottom: 30px;
}
#header-topbar {
  background: #000;
  color: #fff;
  font-family: Book;
}
#header-topbar .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 58px;
  line-height: 16px;
  max-width: 1920px;
  margin: 0 auto;
}
#header-topbar .topbar .wrap-soc {
  display: flex;
  align-items: center;
}
#header-topbar .topbar .wrap-soc .link {
  margin-left: 12px;
  max-width: 18px;
  max-height: 18px;
  display: block;
}
#header-navbar {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
}
#header-navbar .navbar {
  display: flex;
  align-items: center;
  padding: 14px 58px;
}
#header-navbar .navbar .left {
  display: flex;
  align-items: center;
}
#header-navbar .navbar .left .wrap-logo .link {
  max-width: 56px;
  max-height: 56px;
  display: block;
}
#header-navbar .navbar .left .wrap-nav {
  margin-left: 16px;
}
#header-navbar .navbar .left .wrap-nav .menu .list {
  display: flex;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item > a {
  font-family: Book;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item {
  margin-left: 48px;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item a {
  font-size: 16px;
  line-height: 30px;
  color: #6C7888;
  transition: all 0.5s;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item .sub-menu {
  position: absolute;
  top: 57px;
  left: 0;
  width: 250px;
  padding: 20px;
  z-index: 2;
  background-color: #201F1E;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item .sub-menu .menu-item {
  margin-left: unset;
  margin-top: 10px;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item .sub-menu .menu-item:first-child {
  margin-top: 0;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item .sub-menu .menu-item a {
  color: #F3F2F1;
  border: unset;
  font-family: Light;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: unset;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item .sub-menu .menu-item .sub-menu {
  top: 0;
  left: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item .sub-menu .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/item-menu.svg) no-repeat;
  width: 9px;
  height: 16px;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item .sub-menu .menu-item-has-children:hover::before {
  background: url(../images/item-menu-hover.svg) no-repeat;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item .sub-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 28px;
  display: block;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item-has-children {
  position: relative;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item.active a, #header-navbar .navbar .left .wrap-nav .menu .list .menu-item:hover a {
  color: #00254F;
  border-bottom: solid 1px;
  padding-bottom: 30px;
}
#header-navbar .navbar .right {
  display: flex;
  align-items: center;
}
#header-navbar .navbar .right .wrap-icon-search {
  display: flex;
  position: relative;
}
#header-navbar .navbar .right .wrap-icon-search .search {
  max-width: 640px;
  width: 640px;
  height: 30px;
  line-height: 30px;
  border-bottom: solid 1px #C8C6C4;
  z-index: 1;
}
#header-navbar .navbar .right .wrap-icon-search .search .inp {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
  border: none;
  width: calc(100% - 26px);
  height: 100%;
}
#header-navbar .navbar .right .wrap-icon-search .search .inp:focus {
  outline: none;
}
#header-navbar .navbar .right .wrap-icon-search .search .submit {
  width: 26px;
  height: 26px;
  opacity: 0;
}
#header-navbar .navbar .right .wrap-icon-search .search #search-header {
  display: flex;
  flex-wrap: wrap;
}
#header-navbar .navbar .right .wrap-icon-search .icon-search {
  max-width: 24px;
  max-height: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
#header-navbar .navbar .right .wrap-icon-menu {
  margin-left: 44px;
}
#header-navbar .navbar .right .wrap-icon-menu .icon-menu {
  cursor: pointer;
}
#header-navbar.fixed-top {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
}
#header-navbar.fixed-top-table {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#banner .slider .item {
  position: relative;
}
#banner .slider .item .wrap-img {
  max-width: 1920px;
  max-height: 720px;
}
#banner .slider .item .wrap-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 180px);
}
#banner .slider .item .wrap-content .title {
  font-size: 48px;
  line-height: 72px;
}
#banner .slider .item .wrap-content .desc {
  font-size: 24px;
  line-height: 30px;
  margin-top: 8px;
}
#banner .slider .item .wrap-content .link {
  font-family: Book;
  font-size: 20px;
  line-height: 26px;
  padding: 15px 42px;
  display: inline-block;
  background: #000;
  color: #fff;
  margin-top: 32px;
}
#banner .slider .owl-nav .owl-prev::before {
  content: "";
  width: 30px;
  height: 50px;
  display: block;
  transition: all 0.5s;
  background: url("../images/prev.svg") no-repeat center;
}
#banner .slider .owl-nav .owl-prev:hover::before {
  background: url("../images/prev-hover.svg") no-repeat center;
}
#banner .slider .owl-nav .owl-next::before {
  content: "";
  width: 30px;
  height: 50px;
  display: block;
  transition: all 0.5s;
  background: url("../images/next.svg") no-repeat center;
}
#banner .slider .owl-nav .owl-next:hover::before {
  background: url("../images/next-hover.svg") no-repeat center;
}
#banner .slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 66px;
}
#banner .slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 66px;
}
#banner .slider .owl-nav span {
  display: none;
}
#banner .slider .owl-dots {
  display: none;
}
#banner-sub .wrap-sub .sub {
  display: flex;
  flex-wrap: wrap;
}
#banner-sub .wrap-sub .sub .item {
  width: 25%;
  position: relative;
}
#banner-sub .wrap-sub .sub .item .wrap-info {
  position: absolute;
  right: 32px;
  bottom: 32px;
  text-align: right;
  z-index: 1;
  max-width: calc(100% - 60px);
}
#banner-sub .wrap-sub .sub .item .wrap-info .title {
  opacity: 0.8;
  font-size: 36px;
  line-height: 30px;
  color: #00254F;
}
#banner-sub .wrap-sub .sub .item .wrap-info .desc {
  font-family: Book;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  color: #3C4856;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#banner-sub .wrap-sub .sub .item::before {
  content: "";
  border: 1px solid #3A73A6;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0.35;
}
#banner-sub .wrap-sub .sub .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, #F0FAFF 0%, #FCDDEC 100%);
  mix-blend-mode: screen;
  opacity: 0.65;
}
#banner-sub .wrap-sub .sub .item:nth-child(2)::after {
  opacity: 0.35;
}
#best-sale {
  padding-top: 72px;
  padding-bottom: 72px;
}
#best-sale .body {
  padding-top: 36px;
}
#best-sale .body .cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1212px;
  margin: 0 auto;
}
#best-sale .body .cart .item {
  width: 25%;
  max-width: 285px;
  text-align: center;
}
#best-sale .body .cart .item .wrap-img a img {
  max-height: 285px;
}
#best-sale .body .cart .item .wrap-info .title {
  font-family: Book;
  font-size: 18px;
  line-height: 22px;
  height: 44px;
  opacity: 0.8;
}
#best-sale .body .cart .item .wrap-info .desc {
  font-size: 16px;
  line-height: 18px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#featurted .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1556px;
  margin: 0 auto;
}
#featurted .content .cart-cover {
  position: relative;
  max-width: 450px;
  max-height: 678px;
  width: 30%;
}
#featurted .content .cart-cover .wrap-img {
  width: 450px;
  height: 678px;
}
#featurted .content .cart-cover .wrap-img .img {
  height: 678px;
}
#featurted .content .cart-cover .wrap-info {
  font-family: Book;
  position: absolute;
  right: 60px;
  bottom: 60px;
  max-width: 327px;
  text-align: right;
  width: calc(100% - 120px);
}
#featurted .content .cart-cover .wrap-info .title {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}
#featurted .content .cart-cover .wrap-info .link {
  font-size: 18px;
  line-height: 20px;
  padding: 14px 42px;
  margin-top: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.35);
  border: 2px solid #FFFFFF;
}
#featurted .content .cart-cover::before {
  content: "";
  position: absolute;
  border: 8px solid rgba(240, 250, 255, 0.3);
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  top: 32px;
  left: 32px;
}
#featurted .content .gird {
  padding-left: 25px;
  max-width: 1132px;
  width: 70%;
}
#featurted .content .gird .cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#featurted .content .gird .cart .item {
  max-width: 338px;
  width: 338px;
  max-height: 338px;
  height: 338px;
  position: relative;
  transition: all 0.5s;
}
#featurted .content .gird .cart .item .wrap-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#featurted .content .gird .cart .item .wrap-info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  width: 100%;
  padding: 0 10px;
}
#featurted .content .gird .cart .item .wrap-info .title {
  font-family: Book;
  font-size: 18px;
  line-height: 20px;
  color: #3C4856;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#featurted .content .gird .cart .item .wrap-info .link {
  font-family: Regular;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  margin-top: 24px;
  display: inline-block;
}
#featurted .content .gird .cart .item:hover .wrap-info {
  visibility: visible;
  opacity: 1;
}
#featurted .content .gird .cart .item:hover .wrap-img {
  opacity: 0.1;
  background-color: #FAF9F8;
}
#featurted .content .gird .cart .item:hover {
  background: #FAF9F8;
  opacity: 0.95;
}
#featurted .video {
  position: relative;
}
#featurted .video .wrap-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 1280px;
  max-height: 720px;
}
#featurted .video .wrap-video::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
}
#featurted .video .wrap-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 84px);
  height: calc(100% - 84px);
  border: solid 10px #fff;
}
#featurted .video .wrap-video .bg-sub {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#featurted .video .wrap-video .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 98px;
  max-height: 98px;
  z-index: 3;
}
#featurted .video .wrap-video .icon-play .img {
  cursor: pointer;
}
#featurted .video-clip {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 60vw;
  max-height: 60vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
#featurted .video-clip p {
  width: 100%;
  height: 100%;
}
#featurted .video-clip p iframe {
  width: 100%;
  height: 100%;
}
#featurted .video-clip .wp-video {
  width: 100% !important;
  height: 100%;
}
#featurted .video-clip .wp-video .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
#featurted .video-clip .wp-video .mejs-container .wp-video-shortcode {
  width: 100% !important;
  height: calc(100% - 40px) !important;
}
#news {
  padding-top: 72px;
  padding-bottom: 72px;
}
#news .body {
  margin-top: 36px;
  padding-left: 55px;
  padding-right: 55px;
}
#news .body .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news .body .posts .item {
  width: calc((100% - 60px) / 4);
  max-width: 436px;
}
#news .body .posts .item .wrap-img a img {
  max-height: 244px;
}
#news .body .posts .item .wrap-info {
  font-family: Book;
  margin-top: 12px;
  opacity: 0.8;
}
#news .body .posts .item .wrap-info .date-cat {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}
#news .body .posts .item .wrap-info .title {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news .body .posts .item .wrap-info .desc {
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.footer-title {
  font-family: Book;
  font-size: 18px;
  line-height: 22px;
}

#footer-info .wrap-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#footer-info .wrap-info .contact, #footer-info .wrap-info .brand-info, #footer-info .wrap-info .nav {
  max-width: 600px;
  width: calc(100% / 3);
}
#footer-info .wrap-info .contact .text {
  font-family: Book;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  margin-top: 12px;
}
#footer-info .wrap-info .brand-info {
  text-align: center;
}
#footer-info .wrap-info .brand-info .wrap-logo {
  max-width: 141px;
  max-height: 93px;
  margin: 0 auto;
}
#footer-info .wrap-info .brand-info .desc, #footer-info .wrap-info .brand-info .copyright, #footer-info .wrap-info .brand-info .wrap-soc {
  margin-top: 12px;
}
#footer-info .wrap-info .brand-info .desc {
  font-family: Light;
  font-size: 16px;
  line-height: 18px;
}
#footer-info .wrap-info .brand-info .copyright {
  font-family: Book;
  font-size: 16px;
  line-height: 22px;
}
#footer-info .wrap-info .brand-info .wrap-soc {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-info .wrap-info .brand-info .wrap-soc .link {
  margin-left: 6px;
  margin-right: 6px;
  max-width: 18px;
  max-height: 18px;
  display: block;
}
#footer-info .wrap-info .nav {
  display: flex;
  justify-content: flex-end;
}
#footer-info .wrap-info .nav .link {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
  display: block;
}
#footer-info .wrap-info .nav .left {
  text-align: right;
}
#footer-info .wrap-info .nav .left .wrap-soc {
  display: flex;
  justify-content: flex-end;
}
#footer-info .wrap-info .nav .left .wrap-soc .link {
  margin-left: 12px;
  display: flex;
  align-items: center;
  width: fit-content;
}
#footer-info .wrap-info .nav .left .wrap-soc .link .icon {
  max-width: 28px;
  max-height: 28px;
}
#footer-info .wrap-info .nav .left .wrap-soc .link:last-child {
  padding-right: 0;
}
#footer-nav {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: solid 1px rgba(255, 255, 255, 0.35);
}
#footer-nav .wrap-nav .menu .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer-nav .wrap-nav .menu .list .menu-item {
  margin-left: 24px;
  margin-right: 24px;
}
#footer-nav .wrap-nav .menu .list .menu-item a {
  font-family: Book;
  font-size: 16px;
  line-height: 30px;
}
#footer-nav .wrap-nav .menu .list .menu-item .sub-menu {
  display: none;
}
.design {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.design a:hover {
  text-decoration: underline;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}
.error_title {
  color: #000;
}
.error_title p {
  color: #ed3d3f;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}
.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}
.error_bottom {
  margin-top: 15px;
}
.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #ed3d3f;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}
/*------------------------ END Error 404------------------------*/
#category {
  padding-left: 58px;
  display: flex;
  flex-wrap: wrap;
}
#category .wrap-sidebar {
  max-width: 262px;
  width: 15%;
  padding-top: 58px;
  padding-right: 24px;
}
#category .wrap-sidebar .sidebar {
  text-align: right;
}
#category .wrap-sidebar .sidebar .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
}
#category .wrap-sidebar .sidebar .desc {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
}
#category .wrap-sidebar .sidebar .nav-category {
  margin-top: 48px;
}
#category .wrap-sidebar .sidebar .nav-category .cat-item {
  font-family: Regular;
  font-size: 18px;
  line-height: 24px;
  color: #605E5C;
  margin-bottom: 26px;
}
#category .wrap-content {
  width: 85%;
}
#category .wrap-content .content-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#category .wrap-content .content-top .banner {
  position: relative;
  max-width: 628px;
  width: 40%;
  padding-right: 6px;
  padding-left: 6px;
}
#category .wrap-content .content-top .banner .wrap-img {
  max-width: 628px;
  max-height: 844px;
}
#category .wrap-content .content-top .banner .wrap-content {
  position: absolute;
  top: 70%;
  left: 10px;
  font-family: Regular;
  text-align: right;
  max-width: 285px;
}
#category .wrap-content .content-top .banner .wrap-content .desc {
  font-size: 20px;
  line-height: 28px;
}
#category .wrap-content .content-top .banner .wrap-content .name {
  font-size: 32px;
  line-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#category .wrap-content .content-top .banner .wrap-content .text {
  font-size: 20px;
  line-height: 28px;
  padding: 8px 32px;
  border: 2px solid #201F1E;
  display: inline-block;
}
#category .wrap-content .content-top .gird {
  max-width: 960px;
  width: 60%;
}
#category .wrap-content .content-top .gird .cart {
  display: flex;
  flex-wrap: wrap;
}
#category .wrap-content .content-bot .gird .cart {
  justify-content: flex-end;
}
#category .wrap-content .content-top .gird .cart .item {
  max-width: 300px;
  width: calc(100% / 3);
  max-height: 415px;
  height: 415px;
  position: relative;
  transition: all 0.5s;
  margin: 6px;
}
#category .wrap-content .content-top .gird .cart .item .wrap-img {
  background-color: #faf9f8;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#category .wrap-content .content-top .gird .cart .item .wrap-img a img {
  mix-blend-mode: darken;
  max-width: 307px;
  max-height: 307px;
}
#category .wrap-content .content-top .gird .cart .item .wrap-info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  max-width: 224px;
  width: 224px;
}
#category .wrap-content .content-top .gird .cart .item .wrap-info .title {
  font-family: Book;
  font-size: 18px;
  line-height: 20px;
  color: #3C4856;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#category .wrap-content .content-top .gird .cart .item .wrap-info .link {
  font-family: Regular;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  margin-top: 24px;
  display: inline-block;
}
#category .wrap-content .content-top .gird .cart .item:hover .wrap-info {
  visibility: visible;
  opacity: 1;
}
#category .wrap-content .content-top .gird .cart .item:hover .wrap-img {
  opacity: 0.1;
  background-color: #faf9f8;
}
#category .wrap-content .content-bot {
  flex-direction: row-reverse;
}
.nav-tab {
  width: 100%;
  padding-left: 320px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  max-width: 1920px;
  margin: 0 auto;
}
.nav-tab #menu-category {
  display: flex;
  flex-wrap: wrap;
}
.nav-tab #menu-category .menu-item span {
  font-family: Regular;
  font-size: 20px;
  line-height: 28px;
  color: #605E5C;
  padding: 16px 48px;
  display: block;
  cursor: pointer;
}
.nav-tab #menu-category .menu-item .active {
  color: #00254F;
}
.nav-tab #menu-category .menu-item:hover, .nav-tab #menu-category .active {
  background: #F3F2F1;
}
#category-intro {
  display: flex;
  flex-wrap: wrap;
}
#category-intro .wrap-sidebar {
  padding-left: 58px;
  max-width: 320px;
  width: 16.666%;
  padding-top: 58px;
  padding-right: 24px;
}
#category-intro .wrap-sidebar .sidebar {
  text-align: right;
}
#category-intro .wrap-sidebar .sidebar .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
}
#category-intro .wrap-sidebar .sidebar .desc {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
}
#category-intro .wrap-sidebar .sidebar .nav-category {
  margin-top: 48px;
}
#category-intro .wrap-sidebar .sidebar .nav-category .cat-item {
  font-family: Regular;
  font-size: 18px;
  line-height: 24px;
  color: #605E5C;
  margin-bottom: 26px;
}
#category-intro .wrap-sidebar .sidebar .nav-category .current-cat {
  color: #00254F;
}
#category-intro .wrap-content {
  width: 83.444%;
  max-width: 1586px;
}
#category-intro .wrap-content .wrap-banner .banner {
  max-width: 1148px;
  margin: 0 auto;
}
#category-intro .wrap-content .wrap-product-info .product-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#category-intro .wrap-content .wrap-product-info .product-info .wrap-img {
  width: 48%;
}
#category-intro .wrap-content .wrap-product-info .product-info .wrap-content {
  width: 52%;
  padding-left: 4%;
}
#category-intro .wrap-content .wrap-product-info .product-info .wrap-content .content {
  padding-right: 72px;
}
#category-intro .wrap-content .wrap-product-info .product-info .wrap-content .content .title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 12px;
}
#category-intro .wrap-content .wrap-product-info .product-info .wrap-content .content .desc {
  font-size: 18px;
  line-height: 24px;
  font-family: Regular;
}
#category-intro .wrap-content .wrap-product-info .product-info.text-art .wrap-text-art {
  margin: 64px auto;
}
#category-intro .wrap-content .wrap-product-info .product-info.swap-col .wrap-content .content {
  text-align: right;
}
#category-intro .wrap-content .wrap-product-info .product-info.one-col {
  display: block;
  padding: 58px 0;
}
#category-intro .wrap-content .wrap-product-info .product-info.one-col .wrap-content {
  width: 100%;
  padding: 0;
}
#category-intro .wrap-content .wrap-product-info .product-info.one-col .wrap-content .content {
  padding: 0;
  font-family: Regular;
  text-align: center;
}
#category-intro .wrap-content .wrap-product-info .product-info.one-col .wrap-content .content .title {
  font-size: 32px;
  line-height: 40px;
  /* color: #543391; */
}
#category-intro .wrap-content .wrap-product-info .product-info.one-col .wrap-content .content .desc {
  font-size: 18px;
  line-height: 24px;
  max-width: 1024px;
  margin: 0 auto;
}
#category-intro .wrap-content .wrap-product-info .product-info.one-col .wrap-img {
  margin: 58px auto 0;
  width: 100%;
  max-width: 1456px;
}
#product-cat {
  display: none;
}
.category-products .content .cart {
  display: flex;
  flex-wrap: wrap;
}
.category-products .content .cart .item {
  max-width: 385px;
  width: calc((100% - 48px) / 4);
  max-height: 528px;
  height: 528px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  margin: 6px;
}
.category-products .content .cart .item .wrap-img {
  background: #FAF9F8;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-products .content .cart .item .wrap-img a img {
  mix-blend-mode: darken;
  max-height: 390px;
}
.category-products .content .cart .item .wrap-info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  max-width: 224px;
  width: 224px;
}
.category-products .content .cart .item .wrap-info .title {
  font-family: Book;
  font-size: 18px;
  line-height: 20px;
  color: #3C4856;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.category-products .content .cart .item .wrap-info .link {
  font-family: Regular;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  margin-top: 24px;
  display: inline-block;
}
.category-products .content .cart .item:hover .wrap-info {
  visibility: visible;
  opacity: 1;
}
.category-products .content .cart .item:hover .wrap-img {
  opacity: 0.1;
  background-color: #fff;
}
#single-product .wrap-single .wrap-banner .banner {
  height: 330px;
  display: flex;
  align-items: center;
  position: relative;
}
#single-product .wrap-single .wrap-banner .banner .wrap-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
#single-product .wrap-single .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
  width: 1200px;
}
#single-product .wrap-single .wrap-banner .banner .wrap-breadcrumb .breadcrumb .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
  color: #3C4856;
}
#single-product .wrap-single .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link {
  font-size: 20px;
  line-height: 25px;
  color: #A19F9D;
}
#single-product .wrap-single .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link .active {
  color: #000;
}
#single-product .wrap-single .wrap-banner .banner .wrap-img {
  max-width: 440px;
  max-height: 330px;
  position: absolute;
  top: 0;
  right: 0;
}
#single-product .wrap-single .wrap-product .product {
  max-width: 1200px;
  margin: 0 auto;
}
#single-product .wrap-single .wrap-product .product .wrap-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .gallery {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-gallery {
  width: calc(18% - 12px);
  margin-right: 12px;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-gallery .wrap-img {
  width: 96px;
  height: 128px;
  margin-bottom: 16px;
  background: #E7E7EF;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #E7E7EF; */
  cursor: pointer;
  overflow: hidden;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-gallery .wrap-img:last-child {
  margin-bottom: 0;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-gallery .wrap-img img {
  height: 128px;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-img {
  width: 82%;
  max-height: 560px;
  overflow: hidden;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-img .wrap-img {
  max-height: 560px;
  justify-content: center;
  align-items: center;
  background: #E7E7EF;
  /* border: 1px solid #E7E7EF; */
  display: none;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-img .wrap-img img {
  height: 560px;
  width: auto;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-img .active {
  display: flex;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .info {
  width: 50%;
  padding-left: 64px;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .info .title {
  font-size: 32px;
  line-height: 40px;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .info .desc {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#single-product .wrap-single .wrap-product .product .wrap-desc .info .button-contact .link {
  font-family: Regular;
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #fff;
  padding: 12px 20px;
  background-color: #000;
  width: fit-content;
  cursor: pointer;
}
#single-product .wrap-single .wrap-product .product .wrap-detail {
  margin-top: 64px;
  margin-bottom: 64px;
}
#single-product .wrap-single .wrap-product .product .wrap-detail .wrap-tab .tab {
  font-family: Regular;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 48px;
  display: inline-block;
  color: #605E5C;
  cursor: pointer;
}
#single-product .wrap-single .wrap-product .product .wrap-detail .wrap-tab .active {
  color: #00254F;
  background: #F3F2F1;
}
#single-product .wrap-single .wrap-product .product .wrap-detail .wrap-content {
  margin-top: 10px;
}
#single-product .wrap-single .wrap-product .product .wrap-detail .wrap-content .content {
  display: none;
}
#single-product .wrap-single .wrap-product .product .wrap-detail .wrap-content .active {
  display: block;
}
#single-product .wrap-single .wrap-product .product .wrap-related .wrap-title .title {
  font-family: Regular;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
#single-product .wrap-single .wrap-product .product .wrap-related .list-product {
  padding-bottom: 32px;
}
#single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart {
  display: flex;
  flex-wrap: wrap;
}
#single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item {
  max-width: 300px;
  width: calc(100% / 4);
  max-height: 400px;
  height: 400px;
  position: relative;
  transition: all 0.5s;
}
#single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item .wrap-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item .wrap-info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  max-width: 224px;
  width: 224px;
}
#single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item .wrap-info .title {
  font-family: Book;
  font-size: 18px;
  line-height: 20px;
  color: #3C4856;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item .wrap-info .link {
  font-family: Regular;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  margin-top: 24px;
  display: inline-block;
}
#single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item:hover .wrap-info {
  visibility: visible;
  opacity: 1;
}
#single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item:hover .wrap-img {
  opacity: 0.1;
  background-color: #FAF9F8;
}
#page-blog .wrap-body .wrap-banner {
  background: #F0FAFF;
}
#page-blog .wrap-body .wrap-banner .banner {
  height: 330px;
  display: flex;
  align-items: center;
  position: relative;
}
#page-blog .wrap-body .wrap-banner .banner .wrap-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
#page-blog .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
  width: 1200px;
}
#page-blog .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
  color: #3C4856;
}
#page-blog .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link {
  font-size: 20px;
  line-height: 25px;
  color: #A19F9D;
}
#page-blog .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link span {
  display: none;
  color: #000;
}
#page-blog .wrap-body .wrap-banner .banner .wrap-img {
  max-width: 440px;
  max-height: 330px;
  position: absolute;
  top: 0;
  right: 0;
}
#page-blog .wrap-blog .blog {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 58px;
  padding-bottom: 58px;
}
#page-blog .wrap-blog .blog .wrap-sidebar {
  max-width: 320px;
  width: 26.667%;
}
#page-blog .wrap-blog .blog .wrap-sidebar .sidebar {
  text-align: right;
}
#page-blog .wrap-blog .blog .wrap-sidebar .sidebar .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
  padding-right: 24px;
}
#page-blog .wrap-blog .blog .wrap-sidebar .sidebar .desc {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
  padding-right: 24px;
}
#page-blog .wrap-blog .blog .wrap-sidebar .sidebar .nav-category {
  margin-top: 48px;
  margin-right: 34px;
}
#page-blog .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category {
  font-family: Regular;
  font-size: 18px;
  line-height: 24px;
  color: #605E5C;
  margin-bottom: 26px;
}
#page-blog .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category .active {
  color: #00254F;
}
#page-blog .wrap-blog .blog .wrap-content {
  width: 73.334%;
  max-width: 880px;
}
#page-blog .wrap-blog .blog .wrap-content .content .cart {
  margin-bottom: 58px;
}
#page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-img {
  /* background: linear-gradient(107.26deg, #F6F5FA 11.19%, #E7E7EF 44.42%, #E7E7EF 78.04%); */
}
#page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-img .link-img {
  overflow: hidden;
  max-height: 376px;
  display: block;
  text-align: center;
}
#page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-img .link-img img {
  height: 100%;
  width: auto;
}
#page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-text {
  padding: 32px 32px 0;
  margin-top: -100px;
  background: #fff;
  opacity: 0.9;
}
#page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-text .date-author {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}
#page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-text .link-title {
  font-size: 32px;
  line-height: 40px;
}
#page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-text .desc {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
#page-blog .wrap-blog .blog .wrap-content .wrap-pagination .pagenavi .page-numbers {
  font-family: Regular;
  font-size: 18px;
  line-height: 24px;
  padding: 13px 18px;
  border: 1px solid #C8C6C4;
  color: #201F1E;
}
#page-blog .wrap-blog .blog .wrap-content .wrap-pagination .pagenavi .current {
  background: #201F1E;
  color: #fff;
}
#page-blog .wrap-blog .blog .wrap-content .wrap-pagination .pagenavi .next {
  display: none;
}
.category-news .News, .category-media .Media {
  display: inline-block !important;
  color: #00254F !important;
}
.category-media #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-img .link-img {
  max-height: 495px;
}
.category-media #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-text {
  margin-top: 0;
}
.category-media #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-social {
  display: flex;
  align-items: center;
  padding-left: 32px;
  padding-top: 20px;
}
.category-media #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-social .link {
  max-width: 32px;
  max-height: 32px;
  border: 1px solid #A19F9D;
  margin-right: 12px;
}
.category-media #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-social .link .img {
  padding: 6px;
}
.category-news #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-social {
  display: none;
}
#page-single .wrap-body .wrap-banner {
  background: #F0FAFF;
}
#page-single .wrap-body .wrap-banner .banner {
  height: 330px;
  display: flex;
  align-items: center;
  position: relative;
}
#page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
#page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
  width: 1200px;
}
#page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
  color: #3C4856;
}
#page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link {
  font-size: 20px;
  line-height: 25px;
  color: #A19F9D;
}
#page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link span {
  color: #000;
}
#page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link span:last-child {
  display: none;
}
#page-single .wrap-body .wrap-banner .banner .wrap-img {
  max-width: 440px;
  max-height: 330px;
  position: absolute;
  top: 0;
  right: 0;
}
#page-single .wrap-blog .blog {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 58px;
}
#page-single .wrap-blog .blog .wrap-sidebar {
  max-width: 320px;
  width: 26.667%;
}
#page-single .wrap-blog .blog .wrap-sidebar .sidebar {
  text-align: right;
}
#page-single .wrap-blog .blog .wrap-sidebar .sidebar .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
  padding-right: 24px;
}
#page-single .wrap-blog .blog .wrap-sidebar .sidebar .desc {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
  padding-right: 24px;
}
#page-single .wrap-blog .blog .wrap-sidebar .sidebar .nav-category {
  margin-top: 48px;
  margin-right: 34px;
}
#page-single .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category {
  font-family: Regular;
  font-size: 18px;
  line-height: 24px;
  color: #605E5C;
  margin-bottom: 26px;
}
#page-single .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .News, #page-single .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .Media {
  color: #00254F;
}
#page-single .wrap-blog .blog .wrap-content {
  width: 73.334%;
  max-width: 880px;
}
#page-single .wrap-blog .blog .wrap-content .content .cart {
  margin-bottom: 58px;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-img {
  margin-top: 24px;
  margin-bottom: 56px;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-img .link-img {
  overflow: hidden;
  max-height: 376px;
  display: block;
  text-align: center;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-text {
  background: #fff;
  opacity: 0.9;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-text .date-author {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-text .link-title {
  font-size: 32px;
  line-height: 40px;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-text .desc {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-detail p {
  margin-bottom: 20px;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-social {
  display: flex;
  align-items: center;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-social .link {
  max-width: 32px;
  max-height: 32px;
  border: 1px solid #A19F9D;
  margin-right: 12px;
}
#page-single .wrap-blog .blog .wrap-content .content .cart .wrap-social .link .img {
  padding: 6px;
}
#page-single .wrap-blog .blog .wrap-content .content .wrap-recent .recent .wrap-title .title {
  font-size: 32px;
  line-height: 40px;
}
#page-single .wrap-blog .blog .wrap-content .content .wrap-recent .recent .wrap-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-single .wrap-blog .blog .wrap-content .content .wrap-recent .recent .wrap-cart .cart {
  width: calc((100% - 58px) / 2);
}
#page-single .wrap-blog .blog .wrap-content .content .wrap-recent .recent .wrap-cart .cart .wrap-img {
  margin: 20px 0;
}
#page-single .wrap-blog .blog .wrap-content .content .wrap-recent .recent .wrap-cart .cart .wrap-img .link-img img {
  max-height: 230px;
}
#page-faqs .wrap-body .wrap-banner {
  background: #F0FAFF;
}
#page-faqs .wrap-body .wrap-banner .banner {
  height: 330px;
  display: flex;
  align-items: center;
  position: relative;
}
#page-faqs .wrap-body .wrap-banner .banner .wrap-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
#page-faqs .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
  width: 1200px;
}
#page-faqs .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
  color: #3C4856;
}
#page-faqs .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link {
  font-size: 20px;
  line-height: 25px;
  color: #A19F9D;
}
#page-faqs .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link span {
  color: #00254F;
}
#page-faqs .wrap-body .wrap-banner .banner .wrap-img {
  max-width: 440px;
  max-height: 330px;
  position: absolute;
  top: 0;
  right: 0;
}
#page-faqs .wrap-blog .blog {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 58px;
}
#page-faqs .wrap-blog .blog .wrap-sidebar {
  max-width: 320px;
  width: 21.052%;
}
#page-faqs .wrap-blog .blog .wrap-sidebar .sidebar {
  text-align: right;
}
#page-faqs .wrap-blog .blog .wrap-sidebar .sidebar .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
  padding-right: 24px;
}
#page-faqs .wrap-blog .blog .wrap-sidebar .sidebar .desc {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
  padding-right: 24px;
}
#page-faqs .wrap-blog .blog .wrap-sidebar .sidebar .nav-category {
  margin-top: 48px;
  margin-right: 34px;
}
#page-faqs .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category {
  font-family: Regular;
  font-size: 18px;
  line-height: 24px;
  color: #605E5C;
  margin-bottom: 26px;
}
#page-faqs .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category:first-child {
  color: #00254F;
}
#page-faqs .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .Media {
  color: #00254F;
}
#page-faqs .wrap-blog .blog .wrap-content {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 30px;
  margin: 0 auto;
}
#page-faqs .wrap-blog .blog .wrap-content .content {
  margin-bottom: 24px;
  border-bottom: solid 1px #C4C4C4;
}
#page-faqs .wrap-blog .blog .wrap-content .content:last-child {
  border-bottom: none;
}
#page-faqs .wrap-blog .blog .wrap-content .content .wrap-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#page-faqs .wrap-blog .blog .wrap-content .content .wrap-title .title {
  font-family: Regular;
  font-size: 25px;
  line-height: 40px;
  color: #00254F;
  width: calc(100% - 30px);
}
#page-faqs .wrap-blog .blog .wrap-content .content .wrap-title .icon {
  width: 28px;
  height: 28px;
}
#page-faqs .wrap-blog .blog .wrap-content .content .wrap-title .close {
  height: 2px;
  display: none;
}
#page-faqs .wrap-blog .blog .wrap-content .content .active .open {
  display: none;
}
#page-faqs .wrap-blog .blog .wrap-content .content .active .close {
  display: block;
}
#page-faqs .wrap-blog .blog .wrap-content .content .wrap-img-content {
  margin-bottom: 58px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
#page-faqs .wrap-blog .blog .wrap-content .content .wrap-img-content .col-img {
  max-width: 466px;
  width: 38.833%;
  padding-top: 48px;
}
#page-faqs .wrap-blog .blog .wrap-content .content .wrap-img-content .col-content {
  max-width: 710px;
  width: 59.166%;
  font-family: Regular;
  font-size: 18px;
  line-height: 24px;
  color: #201F1E;
  padding-top: 48px;
}
#page-faqs .wrap-blog .blog .wrap-content .content .wrap-img-content .col-content p {
  margin-bottom: 24px;
}
#page-faqs .wrap-blog .blog .wrap-content .height .wrap-img-content {
  max-height: fit-content;
}
#page-faqs .wrap-blog .blog .wrap-content .height .wrap-title .open {
  display: none;
}
#page-faqs .wrap-blog .blog .wrap-content .height .wrap-title .close {
  display: block;
}
#search-page {
  padding: 58px 0;
  display: flex;
  flex-wrap: wrap;
}
#search-page .wrap-sidebar {
  max-width: 262px;
  width: 15%;
  padding-left: 58px;
  padding-right: 24px;
}
#search-page .wrap-sidebar .sidebar {
  text-align: right;
}
#search-page .wrap-sidebar .sidebar .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
}
#search-page .wrap-sidebar .sidebar .desc {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
}
#search-page .wrap-sidebar .sidebar .nav-category {
  margin-top: 48px;
}
#search-page .wrap-sidebar .sidebar .nav-category .cat-item {
  font-family: Regular;
  font-size: 18px;
  line-height: 24px;
  color: #605E5C;
  margin-bottom: 26px;
}
#search-page .wrap-content {
  width: 85%;
}
#search-page .wrap-content .content .heading {
  font-family: Regular;
  font-size: 18px;
  line-height: 22px;
  height: 44px;
}
#search-page .wrap-content .content .wrap-result {
  display: flex;
  flex-wrap: wrap;
  max-width: 1212px;
  margin: 0 auto;
}
#search-page .wrap-content .content .wrap-result .item {
  width: calc(25% - 20px);
  max-width: 285px;
  text-align: center;
  margin: 10px;
}
#search-page .wrap-content .content .wrap-result .item .wrap-img {
  max-width: 285px;
  max-height: 285px;
  overflow: hidden;
}
#search-page .wrap-content .content .wrap-result .item .wrap-info .title {
  font-family: Book;
  font-size: 18px;
  line-height: 22px;
  height: 44px;
  opacity: 0.8;
}
#search-page .wrap-content .content .wrap-result .item .wrap-info .desc {
  font-size: 16px;
  line-height: 18px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#search-page .wrap-content .content .wrap-result .empty {
  font-size: 18px;
  text-align: left;
  width: 75%;
}
#search-page .wrap-content .content .wrap-result .empty .text {
  font-family: Regular;
  color: #00254F;
}
#page-template .template .wrap-banner {
  background: #F0FAFF;
  padding-left: 15px;
}
#page-template .template .wrap-banner .banner {
  height: 330px;
  display: flex;
  align-items: center;
  position: relative;
}
#page-template .template .wrap-banner .banner .wrap-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
#page-template .template .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
  width: 1200px;
}
#page-template .template .wrap-banner .banner .wrap-breadcrumb .breadcrumb .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
  color: #3C4856;
}
#page-template .template .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link {
  font-size: 20px;
  line-height: 25px;
  color: #A19F9D;
}
#page-template .template .wrap-banner .banner .wrap-breadcrumb .breadcrumb .link span {
  color: #00254F;
}
#page-template .template .wrap-banner .banner .wrap-img {
  max-width: 440px;
  max-height: 330px;
  position: absolute;
  top: 0;
  right: 0;
}
#page-template .template .body {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 58px;
}
#page-template .template .body .wrap-sidebar {
  max-width: 320px;
  width: 21.052%;
}
#page-template .template .body .wrap-sidebar .sidebar {
  text-align: right;
}
#page-template .template .body .wrap-sidebar .sidebar .title {
  font-family: Regular;
  font-size: 28px;
  line-height: 36px;
  padding-right: 24px;
}
#page-template .template .body .wrap-sidebar .sidebar .desc {
  font-family: Regular;
  font-size: 16px;
  line-height: 22px;
  padding-right: 24px;
}
#page-template .template .body .wrap-sidebar .sidebar .nav-category {
  margin-top: 48px;
  margin-right: 34px;
}
#page-template .template .body .wrap-sidebar .sidebar .nav-category .title-category {
  font-family: Regular;
  font-size: 18px;
  line-height: 24px;
  color: #605E5C;
  margin-bottom: 26px;
}
#page-template .template .body .wrap-sidebar .sidebar .nav-category .title-category:first-child {
  color: #00254F;
}
#page-template .template .body .wrap-sidebar .sidebar .nav-category .Media {
  color: #00254F;
}
#page-template .template .body .wrap-content {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
  margin: 0 auto;
}
#page-template .template .body .wrap-content .content {
  text-align: justify;
}
#page-template .template .body .wrap-content .content .wrap-img {
  height: 300px;
  margin-bottom: 50px;
}
#page-template .template .body .wrap-content .content .wrap-img img {
  height: 100%;
}
#page-template .template .body .wrap-content .content .wrap-the-content p {
  margin: 15px 0;
}
.page-contact .template .body .wrap-content {
  display: flex;
  flex-wrap: wrap;
}
.page-contact .template .body .wrap-content .content {
  width: 50%;
  padding-right: 15px !important;
  text-align: left !important;
}
.page-contact .template .body .wrap-content .form-contact {
  width: 50%;
  padding: 15px;
}
.page-contact .template .body .wrap-content .form-contact .form .title {
  font-family: "Regular";
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-field {
  border-top: none;
  padding: 5px 0;
}
.page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-field .af-label {
  margin-bottom: 0;
}
.page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-submit {
  padding-left: 0;
}
.page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-submit .acf-button {
  font-family: Regular;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background-color: #000;
  padding: 10px 30px;
  border: none;
}
.page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-field-phone-form-dat-hang,
.page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-field-email-form-dat-hang {
  width: 49%;
  display: inline-block;
}
.page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-field-phone-form-dat-hang {
  margin-right: 2%;
}
.page-contact .template .body .wrap-content .form-contact .form .af-form .acf-notice.-error.acf-error-message.-dismiss {
  display: none;
}
#form-order {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#form-order .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#form-order .form-order {
  width: 500px;
  margin: 0 auto;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 2;
}
#form-order .form-order .title {
  text-align: center;
  font-family: Regular;
  font-size: 24px;
}
#form-order .form-order .af-form .af-fields {
  display: flex;
  flex-wrap: wrap;
}
#form-order .form-order .af-form .af-fields .af-field {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}
#form-order .form-order .af-form .af-fields .af-field-name-form-dat-hang, #form-order .form-order .af-form .af-fields .af-field-phone-form-dat-hang {
  width: 50%;
}
#form-order .form-order .af-form .af-fields .af-field {
  border-top: none;
}
#form-order .form-order .af-form .af-fields .af-field .af-input .acf-input-wrap input {
  border: solid 1px #ccc;
}
#form-order .form-order .af-form .af-fields .af-field .af-input textarea {
  border: solid 1px #ccc;
}
#form-order .form-order .af-form .af-fields .af-field .af-label {
  margin: 0;
}
#form-order .form-order .af-form .af-fields .af-submit {
  margin: 0 auto;
}
#form-order .form-order .af-form .af-fields .af-submit .acf-button {
  padding: 10px 30px;
  font-family: Regular;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
  background-color: #000;
}
#form-order .form-order .af-form .af-fields .af-field-img-form-dat-hang {
  width: 30%;
  text-align: center;
}
#form-order .form-order .af-form .af-fields .af-field-img-form-dat-hang img {
  height: 100px;
  width: auto;
}
#form-order .form-order .af-form .af-fields .af-field-title-form-dat-hang {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#form-order .form-order .af-form .af-fields .af-field-title-form-dat-hang .af-label {
  width: 100%;
  margin-top: 50px;
}
#form-order .form-order .af-form .af-fields .af-field-title-form-dat-hang .af-input {
  width: 100%;
}
#form-order .form-order .af-form .acf-notice.-error.acf-error-message.-dismiss {
  display: none;
}
#form-order .form-order .af-form .af-success {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
#form-order .form-order .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #00254F;
}
.active {
  opacity: 1 !important;
  visibility: visible !important;
}
.active .overlay {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 1919px) {
  #featurted .video .wrap-video {
    width: 90%;
    height: 90%;
  }
  #category .wrap-content .content-top .banner {
    max-width: 515px;
  }
  #category .wrap-content .content-top .gird .cart .item {
    max-width: 246px;
    max-height: 335px;
  }
  #category .wrap-content .content-top .banner .wrap-img {
    max-height: 693px;
  }
  #category-intro .wrap-content .wrap-product-info .product-info.one-col {
    padding-right: 15px;
  }
  .category-products .content .cart .item {
    max-height: 430px;
  }
  #category-intro .wrap-sidebar {
    max-width: 264px;
  }
  #category-intro .wrap-content {
    max-width: 1320px;
  }
  #header-navbar .navbar .right .wrap-icon-search .search {
    width: 550px;
  }
}
@media (max-width: 1599px) {
  #featurted .content .cart-cover {
    width: 35%;
    max-height: 600px;
  }
  #featurted .content .cart-cover .wrap-img {
    height: 600px;
  }
  #featurted .content .cart-cover .wrap-img .img {
    height: 600px;
  }
  #featurted .content .gird {
    width: 65%;
  }
  #news .body {
    padding: 0 15px;
  }
  #header-navbar .navbar .right .wrap-icon-search .search {
    max-width: 400px;
  }
  #category {
    padding-left: 0;
  }
  #category .wrap-content .content-top .gird .cart .item {
    max-width: 230px;
    max-height: 312px;
  }
  #category .wrap-content .content-top .gird .cart .item .wrap-img a img {
    padding: 5px;
    max-width: 230px;
    max-height: 307px;
  }
  #page-faqs .wrap-body .wrap-blog {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-products .content .cart .item {
    max-height: 400px;
  }
  #category-intro .wrap-sidebar {
    max-width: 238px;
  }
  #category-intro .wrap-content {
    max-width: 1186px;
  }
  #featurted .content .gird .cart .item {
    max-width: 300px;
    max-height: 300px;
  }
  #page-template .template .body .wrap-content .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1439px) {
  #featurted .content .gird {
    padding-right: 25px;
  }
  #featurted .content .cart-cover {
    width: 34%;
    max-height: 540px;
  }
  #featurted .content .cart-cover .wrap-img {
    height: 540px;
  }
  #featurted .content .cart-cover .wrap-img .img {
    height: 540px;
  }
  #featurted .content .gird {
    width: 66%;
  }
  #featurted .content .gird .cart .item {
    max-width: 270px;
    max-height: 270px;
  }
  #category .wrap-content .content-top .gird .cart .item {
    max-width: 215px;
    max-height: 295px;
  }
  #search-page {
    padding-left: 15px;
    padding-right: 15px;
  }
  #search-page .wrap-sidebar {
    padding-left: 0;
    min-width: 170px;
  }
  .category-products .content .cart .item {
    max-height: 380px;
  }
  #category-intro .wrap-sidebar {
    max-width: 225px;
  }
  #category-intro .wrap-content {
    max-width: 1125px;
  }
  .category-products .content .cart .item .wrap-img a img {
    max-height: 360px;
  }
}
@media (max-width: 1365px) {
  #banner-sub .wrap-sub .sub .item .wrap-info .title {
    font-size: 26px;
  }
  #featurted .content .cart-cover {
    max-width: 380px;
    width: 30%;
    max-height: 440px;
  }
  #featurted .content .cart-cover .wrap-img {
    width: 380px;
    height: 440px;
  }
  #featurted .content .cart-cover .wrap-img .img {
    height: 440px;
  }
  #featurted .content .gird {
    width: 70%;
    padding: 0 15px;
  }
  #featurted .content .gird .cart .item {
    max-width: 220px;
    max-height: 220px;
  }
  #category .wrap-content .content-top .gird .cart .item {
    max-width: 200px;
    max-height: 275px;
  }
  #category-intro .wrap-sidebar {
    padding-left: 15px;
  }
  .category-products .content .cart .item {
    max-height: 360px;
  }
  #category-intro .wrap-sidebar {
    max-width: 210px;
  }
  #category-intro .wrap-content {
    max-width: 1055px;
  }
  #header-navbar .navbar .left .wrap-nav .menu .list .menu-item {
    margin-left: 32px;
  }
}
@media (max-width: 1279px) {
  #header-topbar .topbar, #header-navbar .navbar, #best-sale .body {
    padding-left: 15px;
    padding-right: 15px;
  }
  #best-sale .body .cart .item {
    width: calc((100% - 30px) / 4);
  }
  #featurted .content .cart-cover::before {
    width: calc(100% - 56px);
    height: calc(100% - 56px);
    top: 20px;
    left: 20px;
  }
  #featurted .content .cart-cover {
    max-width: 318px;
    width: 32%;
  }
  #featurted .content .cart-cover .wrap-img {
    width: 318px;
  }
  #featurted .content .gird {
    width: 68%;
  }
  #featurted .content .gird .cart .item {
    max-width: 218px;
  }
  #featurted .content .cart-cover .wrap-info {
    right: 40px;
    bottom: 40px;
    width: calc(100% - 80px);
  }
  #header-navbar .navbar .right .wrap-icon-search .search {
    max-width: 200px;
  }
  #page-blog .wrap-body .wrap-banner .banner {
    padding-left: 15px;
  }
  #page-blog .wrap-blog .blog {
    width: 100%;
  }
  #page-single .wrap-body .wrap-banner .banner {
    padding-left: 15px;
  }
  #page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb {
    max-width: 100%;
    margin: unset;
  }
  #page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
    width: 100%;
  }
  #page-single .wrap-blog .blog {
    width: 100%;
    padding-top: 30px;
  }
  #category .wrap-sidebar, #category .wrap-content {
    width: 100%;
    max-width: 100%;
  }
  #category .wrap-sidebar {
    padding-top: 30px;
  }
  #category .wrap-sidebar .sidebar {
    text-align: left;
    padding-left: 15px;
  }
  #category .wrap-sidebar .sidebar .nav-category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #category .wrap-sidebar .sidebar .nav-category .cat-item {
    margin-right: 20px;
  }
  #category .wrap-content .content-top .gird .cart .item {
    max-width: 188px;
    max-height: 256px;
  }
  #category .wrap-content .content-top .gird .cart .item .wrap-img a img {
    height: 220px;
  }
  #page-faqs .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
    width: 100%;
    padding-left: 15px;
  }
  #page-faqs .wrap-body .wrap-banner .banner .wrap-breadcrumb {
    width: 100%;
  }
  #page-faqs .wrap-blog .blog .wrap-sidebar,
#page-faqs .wrap-blog .blog .wrap-content {
    width: 100%;
    max-width: 100%;
  }
  #page-faqs .wrap-blog .blog .wrap-sidebar .sidebar {
    text-align: left;
  }
  #page-faqs .wrap-blog .blog .wrap-sidebar .sidebar .nav-category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: 0;
  }
  #page-faqs .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category {
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
  }
  #page-faqs .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category:last-child {
    margin-right: 0;
  }
  #single-product {
    padding-left: 15px;
    padding-right: 15px;
  }
  #single-product .wrap-single .wrap-banner .banner .wrap-breadcrumb,
#single-product .wrap-single .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
    width: 100%;
  }
  #category-products .wrap-sidebar {
    padding-right: unset;
    padding-top: 30px;
  }
  #search-page .wrap-content {
    width: 82%;
  }
  .category-products .content .cart .item {
    max-height: 300px;
  }
  #category-intro .wrap-sidebar {
    max-width: 182px;
    width: 18%;
    min-width: 180px;
  }
  #category-intro .wrap-content {
    max-width: 828px;
    width: 82%;
  }
  #page-template .template .wrap-banner .banner .wrap-breadcrumb {
    max-width: 100%;
    margin: unset;
  }
  #page-template .template .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
    width: 100%;
  }
  #category-intro .wrap-content .wrap-product-info .product-info.one-col .wrap-content .content {
    padding: 0 20px;
  }
  #page-blog .wrap-body .wrap-banner .banner .wrap-breadcrumb {
    max-width: 100%;
    margin: unset;
  }
  #page-blog .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
    width: 100%;
  }
  #single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item {
    max-height: 300px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-img .wrap-img img {
    width: 100%;
    height: 400px;
  }
  .category-products .content .cart .item .wrap-img a img {
    max-height: 280px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-gallery .wrap-img {
    width: 80px;
    height: 90px;
    margin-bottom: 14px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-gallery .wrap-img img {
    height: 90px;
  }
  #page-single .wrap-blog .blog .wrap-content {
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  p img {
    max-width: 100%;
  }
  #header-navbar .navbar .left .wrap-nav .menu .list .menu-item {
    margin-left: 10px;
    margin-right: 5px;
  }
  #header-navbar .navbar .left .wrap-nav .menu .list .menu-item:first-child {
    display: none;
  }
  #header-navbar .navbar .left .wrap-nav .menu .list .menu-item:nth-child(2) {
    margin-left: 0;
  }
  #header-navbar .navbar .left .wrap-nav .menu .list .menu-item.active a,
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item:hover a {
    padding-bottom: 22px;
  }
  #header-navbar .navbar .left .wrap-nav .menu .list .menu-item-has-children:hover .sub-menu,
#header-navbar .navbar .left .wrap-nav .menu .list .menu-item .sub-menu {
    display: none;
  }
  #header-navbar .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header-navbar .navbar .right .wrap-icon-menu {
    margin-left: 22px;
  }
  #banner .slider .item .wrap-content .title {
    font-size: 36px;
    line-height: 54px;
  }
  #banner-sub .wrap-sub .sub .item {
    width: 50%;
  }
  #best-sale .body .cart .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 18px;
  }
  #best-sale {
    padding-bottom: 54px;
  }
  #best-sale .body .cart {
    justify-content: space-around;
  }
  #featurted .content .gird .cart .item:last-child,
#featurted .content .gird .cart .item:nth-last-child(2) {
    display: none;
  }
  #featurted .content .cart-cover {
    width: 30%;
  }
  #featurted .content .cart-cover .wrap-img {
    max-width: 226px;
    max-height: 317px;
  }
  #featurted .content .cart-cover .wrap-img .img {
    width: 226px;
    height: 317px;
  }
  #featurted .content .gird {
    width: 70%;
  }
  #featurted .content .cart-cover::before {
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    top: 10px;
    left: 10px;
  }
  #featurted .content .cart-cover .wrap-info {
    right: 25px;
    bottom: 25px;
    width: calc(100% - 50px);
  }
  #featurted .content .cart-cover .wrap-info .title {
    font-size: 30px;
    line-height: 34px;
  }
  #news .body .posts .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 30px;
  }
  #news .body .posts {
    justify-content: space-around;
  }
  #news {
    padding-bottom: 42px;
  }
  #footer-info .wrap-info .brand-info {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  #footer-info .wrap-info .contact {
    order: 2;
    width: 50%;
  }
  #footer-info .wrap-info .nav {
    order: 3;
    width: 50%;
  }
  #footer-info {
    padding: 30px 15px;
  }
  #header-navbar .navbar .right .wrap-icon-search .search {
    width: 160px;
  }
  #category .wrap-content .content-top .banner, #category .wrap-content .content-top .gird {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #category .wrap-content .content-top .banner .wrap-img {
    max-width: 100%;
    max-height: 200px;
  }
  #category .wrap-content .content-top .banner .wrap-img .img {
    height: 200px;
  }
  #category .wrap-content .content-top .banner .wrap-content {
    top: unset;
    bottom: 30px;
  }
  #category-intro .wrap-content .wrap-product-info .product-info .wrap-img,
#category-intro .wrap-content .wrap-product-info .product-info .wrap-content {
    width: 100%;
    padding-left: unset;
  }
  #category-intro .wrap-content .wrap-product-info .product-info .wrap-content .content {
    padding-right: 15px;
  }
  #category-intro .wrap-content .wrap-product-info .product-info.one-col .wrap-img {
    padding-left: 15px;
  }
  .page-id-279 #menu-item-34 > a, .page-id-347 #menu-item-34 > a, .single-product #menu-item-34 > a {
    padding-bottom: 22px;
  }
  .nav-tab {
    padding-left: 240px;
  }
  #search-page .wrap-content {
    width: 75%;
  }
  #search-page .wrap-content .content .wrap-result .item {
    width: calc(50% - 20px);
  }
  #category-intro {
    justify-content: space-between;
  }
  #category-intro .wrap-content {
    max-width: 572px;
  }
  .category-products .content .cart .item {
    max-height: 220px;
  }
  #page-template .template .body {
    padding-top: 30px;
  }
  #page-template .template .body .wrap-sidebar, #page-template .template .body .wrap-content {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
  #page-template .template .body .wrap-sidebar .sidebar {
    text-align: left;
  }
  #page-template .template .body .wrap-sidebar .sidebar .nav-category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: 0;
  }
  #page-template .template .body .wrap-sidebar .sidebar .nav-category .title-category {
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
  }
  #page-template .template .body .wrap-sidebar .sidebar .nav-category .title-category:last-child {
    margin-right: 0;
  }
  #page-template .template .body .wrap-content .content {
    padding-right: 0;
    padding-left: 0;
  }
  #page-blog .wrap-blog .blog {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-img .link-img img {
    width: 100%;
  }
  #single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item {
    max-height: 250px;
  }
  .category-products .content .cart .item .wrap-img a img {
    max-height: 200px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-gallery .wrap-img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  #header-topbar {
    display: none;
  }
  #header-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  #header-navbar .navbar .left .wrap-nav {
    display: none;
  }
  #header-navbar .navbar .left .wrap-logo .link {
    max-width: 40px;
    max-height: 40px;
  }

  #banner .slider .item .wrap-content .title {
    font-size: 18px;
  }
  #banner .slider .item .wrap-content .desc {
    font-size: 14px;
    margin-top: 10px;
  }
  #banner .slider .item .wrap-content .link {
    font-size: 14px;
    margin-top: 10px;
    padding: 5px;
  }
  #banner .slider .item .wrap-content {
    width: calc(100% - 30px);
  }
  #banner .slider .owl-nav .owl-next {
    right: 10px;
  }
  #banner .slider .owl-nav .owl-prev {
    left: 10px;
  }
  #banner .slider .owl-nav .owl-prev::before,
#banner .slider .owl-nav .owl-next::before {
    width: 15px;
    height: 25px;
  }
  #banner-sub .wrap-sub .sub .item .wrap-info .title {
    font-size: 16px;
  }
  #banner-sub .wrap-sub .sub .item .wrap-info .desc {
    font-size: 14px;
  }
  #banner-sub .wrap-sub .sub .item::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  #banner-sub .wrap-sub .sub .item .wrap-info {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 30px);
  }
  #best-sale {
    padding-top: 38px;
    padding-bottom: 20px;
  }
  .title-section {
    font-size: 18px;
  }
  .desc-section {
    font-size: 14px;
    margin-top: 10px;
  }
  #best-sale .body {
    padding-top: 18px;
  }
  #best-sale .body .cart {
    justify-content: space-between;
  }
  #best-sale .body .cart .item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 18px;
  }
  #best-sale .body .cart .item .wrap-info .title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
  }
  #best-sale .body .cart .item .wrap-info .desc {
    font-size: 14px;
    margin-top: 8px;
    display: none;
  }
  #featurted .content .cart-cover {
    width: 100%;
  }
  #featurted .content .cart-cover .wrap-img {
    max-width: 100%;
    max-height: 250px;
  }
  #featurted .content .cart-cover .wrap-img .img {
    width: 100%;
    height: 250px;
  }
  #featurted .content .cart-cover .wrap-info .title {
    font-size: 26px;
  }
  #featurted .content .cart-cover .wrap-info .link {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 10px;
  }
  #featurted .content .gird {
    width: 100%;
    padding: 0;
  }
  #featurted .content .gird .cart {
    justify-content: space-around;
  }
  #featurted .content .gird .cart .item {
    width: 50%;
    margin: 6px;
    max-width: 140px;
    max-height: 150px;
  }
  #featurted .content .gird .cart .item .wrap-info .title {
    font-size: 16px;
    line-height: 20px;
    -webkit-line-clamp: 3;
  }
  #news {
    padding-top: 38px;
    padding-bottom: 20px;
  }
  #news .body {
    margin-top: 18px;
  }
  #news .body .posts {
    justify-content: space-between;
  }
  #news .body .posts .item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 18px;
  }
  #news .body .posts .item .wrap-info {
    margin-top: 6px;
  }
  #news .body .posts .item .wrap-info .title {
    font-size: 16px;
    margin: 6px 0;
  }
  #news .body .posts .item .wrap-info .desc {
    font-size: 14px;
    display: none;
  }
  #footer-info .wrap-info .contact {
    margin-bottom: 30px;
  }
  #footer-info .wrap-info .contact,
#footer-info .wrap-info .nav {
    width: 100%;
  }
  #footer-info .wrap-info .nav {
    justify-content: space-between;
  }
  #footer-info .wrap-info .nav .left {
    text-align: unset;
  }
  #footer-info .wrap-info .nav .right {
    margin-left: unset;
  }
  #footer-info .wrap-info .brand-info .desc,
#footer-info .wrap-info .brand-info .copyright {
    font-size: 14px;
  }
  .footer-title {
    font-size: 16px;
  }
  #footer-info .wrap-info .contact .text,
#footer-info .wrap-info .nav .link {
    margin-top: 10px;
    font-size: 14px;
  }
  #footer-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #footer-nav .wrap-nav .menu .list .menu-item {
    margin-left: 6px;
    margin-right: 6px;
  }
  #footer-nav .wrap-nav .menu .list .menu-item a {
    font-size: 12px;
  }
  #footer-info .wrap-info .brand-info .wrap-logo {
    max-width: 70px;
    max-height: 46px;
  }
  #footer-info .wrap-info .brand-info .wrap-soc .link {
    max-width: 14px;
    max-height: 14px;
  }
  #featurted .video .wrap-video::after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: solid 5px #fff;
  }
  #featurted .video-clip {
    max-width: calc(100% - 20px);
    max-height: 175px;
  }
  #footer-info .wrap-info .nav {
    justify-content: center;
  }
  #footer-info .wrap-info .nav .left .wrap-soc {
    justify-content: center;
  }
  #page-blog .wrap-blog .blog .wrap-sidebar,
#page-blog .wrap-blog .blog .wrap-content {
    width: 100%;
  }
  #page-blog .wrap-blog .blog .wrap-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #page-blog .wrap-blog .blog .wrap-content .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page-blog .wrap-blog .blog .wrap-content .content .cart {
    width: 48%;
    margin-bottom: 20px;
  }
  #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-img {
    width: 100%;
  }
  #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-img .link-img {
    width: 100%;
  }
  #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-text {
    margin-top: 5px;
    padding: 0;
  }
  #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-text .date-author {
    font-size: unset;
  }
  #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-text .link-title {
    font-size: 20px;
    line-height: 24px;
  }
  #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-text .desc {
    margin-top: 5px;
    font-size: unset;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #page-blog .wrap-blog .blog .wrap-content .wrap-pagination {
    margin-top: 20px;
  }
  #page-blog .wrap-blog .blog .wrap-content .wrap-pagination .pagenavi .page-numbers {
    padding: 8px 12px;
  }
  .category-media #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-social {
    padding-left: 0;
    padding-top: 10px;
  }
  .category-media #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-social .link {
    display: flex;
  }
  .category-media #page-blog .wrap-blog .blog .wrap-content .content .cart .wrap-social .link .img {
    padding: 2px;
  }
  #page-blog .wrap-blog .blog .wrap-content .wrap-pagination {
    text-align: center;
  }
  #page-blog .wrap-blog .blog .wrap-sidebar .sidebar {
    text-align: left;
    padding-left: 15px;
  }
  #page-blog .wrap-blog .blog .wrap-sidebar .sidebar .nav-category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: 0;
  }
  #page-blog .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category {
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
  }
  #page-blog .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category:last-child {
    margin-right: 0;
  }
  #page-single .wrap-blog .blog .wrap-sidebar,
#page-single .wrap-blog .blog .wrap-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #page-single .wrap-blog .blog .wrap-sidebar .sidebar {
    text-align: left;
  }
  #page-single .wrap-blog .blog .wrap-sidebar .sidebar .nav-category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: 0;
  }
  #page-single .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category {
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
  }
  #page-single .wrap-blog .blog .wrap-sidebar .sidebar .nav-category .title-category:last-child {
    margin-right: 0;
  }
  #page-single .wrap-blog .blog .wrap-content .content .cart .wrap-img {
    margin-bottom: 24px;
  }
  #page-single .wrap-blog .blog .wrap-content .content .wrap-recent .recent .wrap-cart .cart {
    width: 48%;
  }
  #page-single .wrap-blog .blog .wrap-content .content .cart .wrap-text .link-title {
    font-size: 24px;
    line-height: 30px;
  }
  #page-single .wrap-blog .blog .wrap-content .content .cart .wrap-text .desc {
    margin-top: 10px;
  }
  #page-single .wrap-blog .blog .wrap-content .content .cart .wrap-img .link-img img {
    width: 100%;
  }
  #page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb,
#page-blog .wrap-body .wrap-banner .banner .wrap-breadcrumb .breadcrumb {
    width: 100%;
  }
  #page-blog .wrap-body .wrap-banner .banner .wrap-breadcrumb,
#page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb {
    margin: unset;
  }
  #page-blog .wrap-body .wrap-banner .banner,
#page-single .wrap-body .wrap-banner .banner,
#page-faqs .wrap-body .wrap-banner .banner {
    height: 150px;
  }
  #page-blog .wrap-body .wrap-banner .banner .wrap-img,
#page-single .wrap-body .wrap-banner .banner .wrap-img,
#page-faqs .wrap-body .wrap-banner .banner .wrap-img {
    height: 150px;
  }
  #page-blog .wrap-body .wrap-banner .banner .wrap-img img,
#page-single .wrap-body .wrap-banner .banner .wrap-img img,
#page-faqs .wrap-body .wrap-banner .banner .wrap-img img {
    height: 150px;
  }
  #category .wrap-content .content-top .gird .cart .item {
    max-height: 150px;
    max-width: 140px;
    width: calc((100% - 25px) / 2);
    margin: 6px;
  }
  #category .wrap-content .content-top .gird .cart {
    justify-content: space-around;
  }
  #category-intro .wrap-content .wrap-product-info .product-info .wrap-img,
#category-intro .wrap-content .wrap-product-info .product-info .wrap-content {
    width: 100%;
    padding-left: unset;
    padding-bottom: 10px;
  }
  #category-intro .wrap-content .wrap-product-info .product-info .wrap-content .content {
    padding-left: 15px;
    text-align: justify;
  }
  #category-intro .wrap-content .wrap-product-info .product-info.swap-col .wrap-content .content {
    text-align: justify;
    padding-top: 10px;
  }
  #category-intro .wrap-content .wrap-product-info .product-info.one-col .wrap-content .content {
    padding: 0 0 0 15px;
  }
  #category-intro .wrap-content .wrap-product-info .product-info .wrap-content .content .title {
    font-size: 20px;
    line-height: 26px;
  }
  #category-intro .wrap-content .wrap-product-info .product-info .wrap-content .content .desc {
    font-size: 16px;
    line-height: 20px;
  }
  #category-intro .wrap-content .wrap-product-info .product-info.one-col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #category-intro .wrap-content .wrap-product-info .product-info.one-col .wrap-img {
    margin-top: 30px;
  }
  .nav-tab {
    padding-top: 52px;
    padding-left: 0;
  }
  .nav-tab #menu-category .menu-item span {
    padding: 16px 37px;
  }
  .nav-tab #menu-category {
    justify-content: center;
  }
  .category-products .wrap-content .content .cart {
    justify-content: space-around;
  }
  .category-products .wrap-content .content .cart .item {
    width: calc((100% - 25px) / 2);
    max-width: 140px;
    max-height: 150px;
  }
  .category-products .content .cart .item .wrap-info {
    width: 98%;
  }
  .category-products .content .cart .item .wrap-info .title {
    font-size: 16px;
  }
  #single-product .wrap-single .wrap-banner .banner {
    height: 150px;
  }
  #single-product .wrap-single .wrap-banner .banner .wrap-img {
    max-width: 100px;
    max-height: 75px;
  }
  #single-product .wrap-single .wrap-banner .banner .wrap-img img {
    height: 75px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-img .wrap-img {
    max-height: 200px;
    border: none;
    background: none;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-img .wrap-img img {
    height: 200px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .info .title {
    font-size: 22px;
    line-height: 30px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .info .desc {
    margin-top: 10px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-detail {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-gallery {
    display: none;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .gallery, #single-product .wrap-single .wrap-product .product .wrap-desc .gallery .col-img,
#single-product .wrap-single .wrap-product .product .wrap-desc .info {
    width: 100%;
  }
  #single-product .wrap-single .wrap-product .product .wrap-desc .info {
    padding-left: 0;
  }
  #single-product .wrap-single .wrap-product .product .wrap-detail .wrap-tab .tab {
    padding: 5px 10px;
    font-size: 16px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item {
    width: 50%;
    height: 200px;
  }
  #single-product .wrap-single .wrap-banner .banner .wrap-breadcrumb,
#page-single .wrap-body .wrap-banner .banner .wrap-breadcrumb {
    position: absolute;
    z-index: 1;
  }
  #search-page .wrap-sidebar, #search-page .wrap-content {
    width: 100%;
  }
  #search-page .wrap-content .content .wrap-result .item .wrap-info .desc {
    display: none;
  }
  #category-intro .wrap-content {
    width: 100%;
  }
  #page-template .template .wrap-banner .banner {
    height: 150px;
  }
  #page-template .template .wrap-banner .banner .wrap-img {
    height: 150px;
  }
  #page-template .template .wrap-banner .banner .wrap-img img {
    height: 100%;
  }
  #page-faqs .wrap-blog .blog {
    padding-top: 30px;
  }
  #page-faqs .wrap-blog .blog .wrap-content .content .wrap-title .title {
    font-size: 18px;
    line-height: 22px;
  }
  #page-faqs .wrap-blog .blog .wrap-content .content .wrap-img-content .col-img,
#page-faqs .wrap-blog .blog .wrap-content .content .wrap-img-content .col-content {
    padding-top: 24px;
    width: 100%;
  }
  #page-faqs .wrap-blog .blog .wrap-content .content .wrap-img-content {
    margin-bottom: 24px;
  }
  #page-faqs .wrap-blog .blog .wrap-content .content .wrap-img-content .col-content {
    font-size: 16px;
  }
  .home #banner p, .home #banner a,
.home #banner-sub p,
.home #banner-sub a,
.home #best-sale p,
.home #best-sale a,
.home #featurted p,
.home #featurted a,
.home #news p,
.home #news a {
    line-height: 1 !important;
  }
  .home #banner .title,
.home #banner .desc,
.home #banner .link,
.home #banner-sub .title,
.home #banner-sub .desc,
.home #banner-sub .link,
.home #best-sale .title,
.home #best-sale .desc,
.home #best-sale .link,
.home #featurted .title,
.home #featurted .desc,
.home #featurted .link,
.home #news .title,
.home #news .desc,
.home #news .link {
    line-height: 1 !important;
  }
  .home #banner .desc.desc-section,
.home #banner .date,
.home #banner-sub .desc.desc-section,
.home #banner-sub .date,
.home #best-sale .desc.desc-section,
.home #best-sale .date,
.home #featurted .desc.desc-section,
.home #featurted .date,
.home #news .desc.desc-section,
.home #news .date {
    line-height: 1.4 !important;
  }
  #category .wrap-sidebar .sidebar .nav-category .cat-item {
    margin-right: 1px;
    padding: 5px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
  }
  #category-intro .wrap-sidebar {
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-top: 30px;
  }
  #category-intro .wrap-sidebar .sidebar {
    text-align: left;
  }
  #category-intro .wrap-sidebar .sidebar .nav-category {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  #category-intro .wrap-sidebar .sidebar .nav-category .cat-item {
    margin-right: 1px;
    padding: 5px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-related .list-product {
    margin-right: -15px;
    margin-left: -15px;
  }
  #single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item {
    max-height: 180px;
    margin: 6px;
    width: calc(50% - 12px);
  }
  #single-product .wrap-single .wrap-product .product .wrap-related .list-product .cart .item .wrap-info {
    width: 98%;
  }
  #form-order .form-order {
    width: 93%;
    padding: 10px;
  }
  #form-order .form-order .title {
    font-size: 20px;
  }
  #form-order .form-order .af-form .af-fields .af-field-name-form-dat-hang,
#form-order .form-order .af-form .af-fields .af-field-phone-form-dat-hang {
    width: 100%;
  }
  #form-order .form-order .af-form .af-fields .af-field-img-form-dat-hang img {
    width: 100%;
  }
  #form-order .form-order .af-form .af-fields .af-field {
    padding: 5px 0 0 0;
  }
  #form-order .form-order .af-form .af-fields .af-submit {
    padding: 10px 0 0 0;
  }
  #form-order .form-order .af-form .af-fields .af-submit .acf-button {
    padding: 5px 15px;
    font-size: 18px;
  }
  #form-order .form-order .af-form .af-fields .af-field .af-input textarea {
    height: 68px;
  }
  #category .wrap-content .content-top .banner, #category .wrap-content .content-top .gird {
    padding-left: 0;
    padding-right: 0;
  }
  #category .wrap-content .content-top .gird .cart .item .wrap-img a img {
    height: 150px;
  }
  #category .wrap-content .content-top .gird .cart .item .wrap-info {
    width: 98%;
  }
  .category-products .content .cart .item .wrap-img a img {
    max-height: 140px;
  }
  #search-page {
    padding: 30px 0;
  }
  #search-page .wrap-sidebar {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #search-page .wrap-sidebar .sidebar {
    text-align: left;
  }
  #search-page .wrap-sidebar .sidebar .nav-category {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  #search-page .wrap-sidebar .sidebar .nav-category .cat-item {
    margin-right: 1px;
    padding: 5px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
  }
  #search-page .wrap-content .content .heading {
    padding-left: 15px;
  }
  #search-page .wrap-content .content .wrap-result {
    justify-content: space-around;
  }
  #search-page .wrap-content .content .wrap-result .item {
    margin: 6px;
  }
  #search-page .wrap-content .content .wrap-result .item .wrap-info .title {
    font-size: 16px;
    height: unset;
  }
  #form-order .form-order .icon {
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
  .page-contact .template .body .wrap-content .content {
    width: 100%;
    padding-right: 0 !important;
  }
  .page-contact .template .body .wrap-content .form-contact {
    width: 100%;
    margin-top: 20px;
  }
  .page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-field-phone-form-dat-hang,
.page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-field-email-form-dat-hang {
    width: 100%;
    display: block;
  }
  .page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-field-phone-form-dat-hang {
    margin-right: 0;
  }
  .page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-submit {
    text-align: center;
  }
  .page-contact .template .body .wrap-content .form-contact .form .af-form .af-fields .af-submit .acf-button {
    padding: 5px 20px;
  }
  #page-template .template .body .wrap-content {
    margin-bottom: 30px;
  }
}
.side-bar-right {
  position: fixed;
  z-index: 11;
  top: 0;
  right: -525px;
  bottom: 0;
  width: 525px;
  background: #000;
  color: #fff;
  font-family: Regular;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.side-bar-right .icon-close {
  position: absolute;
  top: 56px;
  right: 56px;
  max-width: 28px;
  max-height: 32px;
  font-size: 32px;
  cursor: pointer;
}
.side-bar-right .wrap-logo {
  margin: 15vh auto 0;
  max-width: 141px;
  max-height: 93px;
}
.side-bar-right .desc {
  font-size: 20px;
  line-height: 28px;
  margin: 5vh auto 10vh;
  max-width: 410px;
  opacity: 0.8;
  padding: 0 15px;
}
.side-bar-right .menu-mobile {
  margin-bottom: 10vh;
  padding: 0 15px;
}
.side-bar-right .menu-mobile .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.side-bar-right .menu-mobile .list .menu-item {
  margin: 0 10px;
}
.side-bar-right .menu-mobile .list .menu-item a {
  font-size: 18px;
}
.side-bar-right .menu-mobile .list .menu-item .sub-menu {
  display: none;
}
.side-bar-right .wrap-soc {
  display: flex;
  justify-content: center;
}
.side-bar-right .wrap-soc .link {
  border: 1px solid #A19F9D;
  padding: 5px;
  margin: 6px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.side-bar-right .wrap-soc .link .icon {
  max-width: 17px;
  max-height: 17px;
}
.side-bar-right .footer {
  margin-top: 10vh;
}
.side-bar-right .footer .title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
.side-bar-right .footer .link {
  font-size: 18px;
  line-height: 24px;
  margin-left: 6px;
  margin-right: 6px;
}
@media (max-width: 1279px){
  .side-bar-right .wrap-logo {
    margin-top: 10vh;
  }
  .side-bar-right .desc {
    margin-bottom: 5vh;
  }
}
@media (max-width: 767px){
  .side-bar-right {
    width: 100%;
  }
  .side-bar-right .icon-close {
    top: 26px;
    right: 26px;
  }
  .side-bar-right .menu-mobile {
    margin-bottom: 5vh;
  }
  .side-bar-right .footer {
    margin-top: 5vh;
  }
  .side-bar-right .footer .title {
    margin-bottom: 10px;
  }
  .side-bar-right .desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 424px){
  #page-single .wrap-blog .blog .wrap-content .content .cart .wrap-text .link-title {
    font-size: 18px;
  }
  #page-single .wrap-blog .blog .wrap-content .content .cart .wrap-text .desc {
    display: none;
  }
}