.breadcrumb {
  background: white;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumb ul li {
  display: inline-block;
  padding: 0 15px 0 10px;
  position: relative;
}

.breadcrumb ul li:first-child {
  padding-left: 0;
}

.breadcrumb ul li:last-child:after {
  display: none;
}

.breadcrumb ul li:after {
  content: '';
  width: 5px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.breadcrumb ul a {
  text-decoration: none;
  color: #000000;
}

.landing-product .tab-group {
  padding: 0 15px;
  margin: 30px 0 25px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 543px) {
  .landing-product .tab-group {
    /* padding: 0; */
  }
}

@media (max-width: 767px) {
  .landing-product .tab-group.f-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 0;
    margin: 0;
    background-color: white;
  }
  .landing-product .tab-group.f-nav.style-4 {
    background-color: white;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab {
    background-color: white !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab.active {
    background-color: white;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item {
    background-color: white !important;
    border: none !important;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item .icon {
    display: none !important;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item .text {
    color: #000000 !important;
    border: none !important;
    margin-left: 15px;
    padding-left: 0;
    border-left: none !important;
  }
}

@media (max-width: 767px) and (max-width: 991px) {
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item .text {
    font-size: 0.875rem !important;
  }
}

@media (max-width: 767px) {
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item .text span {
    position: relative;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item .text span:after {
    height: 0 !important;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item:hover, .landing-product .tab-group.f-nav.style-4 .slide-tab .item.active-item {
    background-color: white;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item:hover .text, .landing-product .tab-group.f-nav.style-4 .slide-tab .item.active-item .text {
    color: white !important;
    font-weight: bold !important;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item:hover .text span, .landing-product .tab-group.f-nav.style-4 .slide-tab .item.active-item .text span {
    position: relative;
    padding-bottom: 3px;
    font-weight: bold !important;
  }
  .landing-product .tab-group.f-nav.style-4 .slide-tab .item:hover .text span:after, .landing-product .tab-group.f-nav.style-4 .slide-tab .item.active-item .text span:after {
    content: '';
    width: 100%;
    height: 1px !important;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    transform: translate(-50%);
  }
  .landing-product .tab-group.f-nav.style-4 .active-slide .prev, .landing-product .tab-group.f-nav.style-4 .active-slide .next {
    color: #000000;
    border-color: #e5e5e5;
    border-top: none;
  }
  .landing-product .tab-group.f-nav.style-4 .active-slide .prev:hover, .landing-product .tab-group.f-nav.style-4 .active-slide .next:hover {
    color: #000000;
  }
  .landing-product .tab-group.f-nav.style-4 .active-slide .next {
    border-left: 1px solid #e5e5e5;
  }
}

.landing-product .tab-group .slide {
  float: left;
  width: calc(100% - 103px);
}

@media (max-width: 1199px) {
  .landing-product .tab-group .slide {
    width: calc(100% - 72px);
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group .slide {
    width: calc(100% - 76px);
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group .slide {
    width: calc(100% - 84px);
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group .slide {
    width: calc(100% - 103px);
  }
}

.landing-product .tab-group .slide .owl-nav {
  display: none;
}

.landing-product .tab-group .slide .slide-tab {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
}

.landing-product .tab-group .slide .slide-tab.active {
  background-color: #f4f4f4;
}

.landing-product .tab-group .slide .slide-tab .item {
  height: 48px;
  width: 100%;
  display: table;
  cursor: pointer;
  background-color: white;
}

@media (max-width: 1199px) {
  .landing-product .tab-group .slide .slide-tab .item {
    height: 34px;
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group .slide .slide-tab .item {
    height: 36px;
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group .slide .slide-tab .item {
    height: 40px;
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group .slide .slide-tab .item {
    height: 48px;
  }
}

.landing-product .tab-group .slide .slide-tab .item:hover, .landing-product .tab-group .slide .slide-tab .item.active-item {
  background-color: #f4f4f4;
}

.landing-product .tab-group .slide .slide-tab .item:hover .icon, .landing-product .tab-group .slide .slide-tab .item.active-item .icon {
  opacity: 1;
  border-left: 1px solid #e5e5e5;
}

.landing-product .tab-group .slide .slide-tab .item:hover .icon:after, .landing-product .tab-group .slide .slide-tab .item.active-item .icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  border-left: none;
  z-index: 100;
}

.landing-product .tab-group .slide .slide-tab .item:hover .icon.style1, .landing-product .tab-group .slide .slide-tab .item.active-item .icon.style1 {
  background-image: url(../../../img3_0/landing/icon/1.png);
}

.landing-product .tab-group .slide .slide-tab .item:hover .icon.style2, .landing-product .tab-group .slide .slide-tab .item.active-item .icon.style2 {
  background-image: url(../../../img3_0/landing/icon/4.png);
}

.landing-product .tab-group .slide .slide-tab .item:hover .icon.style3, .landing-product .tab-group .slide .slide-tab .item.active-item .icon.style3 {
  background-image: url(../../../img3_0/landing/icon/6.png);
}

.landing-product .tab-group .slide .slide-tab .item:hover .text, .landing-product .tab-group .slide .slide-tab .item.active-item .text {
  color: #000000;
}

.landing-product .tab-group .slide .slide-tab .item .icon {
  width: 50px;
  height: 100%;
  height: 50px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #a5a5a5;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .landing-product .tab-group .slide .slide-tab .item .icon {
    width: 34px;
    height: 34px;
    background-size: 50%;
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group .slide .slide-tab .item .icon {
    width: 36px;
    height: 36px;
    background-size: 60%;
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group .slide .slide-tab .item .icon {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group .slide .slide-tab .item .icon {
    width: 48px;
    height: 48px;
  }
}

.landing-product .tab-group .slide .slide-tab .item .icon.style1 {
  background-image: url(../../../img3_0/landing/icon/2.png);
}

.landing-product .tab-group .slide .slide-tab .item .icon.style2 {
  background-image: url(../../../img3_0/landing/icon/3.png);
}

.landing-product .tab-group .slide .slide-tab .item .icon.style3 {
  background-image: url(../../../img3_0/landing/icon/5.png);
}

.landing-product .tab-group .slide .slide-tab .item .text {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding-left: 15px;
  font-size: 1.125rem;
  color: #b7b7b7;
  border-left: 1px solid #e5e5e5;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .landing-product .tab-group .slide .slide-tab .item .text {
    font-size: 0.875rem;
    height: 34px;
  }
}

@media (max-width: 991px) {
  .landing-product .tab-group .slide .slide-tab .item .text {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group .slide .slide-tab .item .text {
    font-size: 0.875rem;
    height: 36px;
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group .slide .slide-tab .item .text {
    font-size: 1rem;
    height: 40px;
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group .slide .slide-tab .item .text {
    font-size: 1.125rem;
    height: 48px;
  }
}

.landing-product .tab-group .active-slide {
  float: left;
}

.landing-product .tab-group .active-slide .prev, .landing-product .tab-group .active-slide .next {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #1a1a1a;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .landing-product .tab-group .active-slide .prev, .landing-product .tab-group .active-slide .next {
    height: 36px;
    width: 36px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group .active-slide .prev, .landing-product .tab-group .active-slide .next {
    height: 38px;
    width: 38px;
    font-size: 2rem;
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group .active-slide .prev, .landing-product .tab-group .active-slide .next {
    height: 42px;
    width: 42px;
    font-size: 2.25rem;
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group .active-slide .prev, .landing-product .tab-group .active-slide .next {
    height: 50px;
    width: 50px;
    font-size: 2.5rem;
  }
}

.landing-product .tab-group .active-slide .prev:hover, .landing-product .tab-group .active-slide .next:hover {
  color: white;
  background-color: red;
  border-color: transparent;
}

.landing-product .tab-group .active-slide .next {
  border-left: none;
}

.landing-product .tab-group.style-4 .slide {
  float: left;
  width: calc(100% - 123px);
}

@media (max-width: 1199px) {
  .landing-product .tab-group.style-4 .slide {
    width: calc(100% - 92px);
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group.style-4 .slide {
    width: calc(100% - 96px);
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group.style-4 .slide {
    width: calc(100% - 104px);
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group.style-4 .slide {
    width: calc(100% - 123px);
  }
}

.landing-product .tab-group.style-4 .slide .owl-nav {
  display: none;
}

.landing-product .tab-group.style-4 .slide .slide-tab {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
}

.landing-product .tab-group.style-4 .slide .slide-tab.active {
  background-color: white;
}

.landing-product .tab-group.style-4 .slide .slide-tab .item {
  height: 48px;
  width: 100%;
  display: table;
  cursor: pointer;
  background-color: white;
}

@media (max-width: 1199px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item {
    height: 34px;
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item {
    height: 36px;
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item {
    height: 40px;
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item {
    height: 48px;
  }
}

.landing-product .tab-group.style-4 .slide .slide-tab .item:hover, .landing-product .tab-group.style-4 .slide .slide-tab .item.active-item {
  background-color: red;
}

.landing-product .tab-group.style-4 .slide .slide-tab .item:hover .icon, .landing-product .tab-group.style-4 .slide .slide-tab .item.active-item .icon {
  opacity: 1;
  border-left: 1px solid red;
}

.landing-product .tab-group.style-4 .slide .slide-tab .item:hover .icon:after, .landing-product .tab-group.style-4 .slide .slide-tab .item.active-item .icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  border-left: none;
  z-index: 100;
}

.landing-product .tab-group.style-4 .slide .slide-tab .item:hover .text, .landing-product .tab-group.style-4 .slide .slide-tab .item.active-item .text {
  color: white;
}

.landing-product .tab-group.style-4 .slide .slide-tab .item .icon {
  width: 50px;
  height: 100%;
  height: 50px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #e5e5e5;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 1;
}

@media (max-width: 1199px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .icon {
    width: 34px;
    height: 34px;
    background-size: 50%;
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .icon {
    width: 36px;
    height: 36px;
    background-size: 60%;
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .icon {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .icon {
    width: 48px;
    height: 48px;
  }
}

.landing-product .tab-group.style-4 .slide .slide-tab .item .text {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding-left: 15px;
  font-size: 1.125rem;
  color: #000000;
  border-left: 1px solid #e5e5e5;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .text {
    font-size: 0.875rem;
    height: 34px;
  }
}

@media (max-width: 991px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .text {
    font-size: 0.75rem;
  }
}

@media (max-width: 543px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .text {
    font-size: 0.625rem;
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .text {
    font-size: 0.875rem;
    height: 36px;
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .text {
    font-size: 1rem;
    height: 40px;
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group.style-4 .slide .slide-tab .item .text {
    font-size: 1.125rem;
    height: 48px;
  }
}

.landing-product .tab-group.style-4 .active-slide {
  float: left;
}

.landing-product .tab-group.style-4 .active-slide .prev, .landing-product .tab-group.style-4 .active-slide .next {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #1a1a1a;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .landing-product .tab-group.style-4 .active-slide .prev, .landing-product .tab-group.style-4 .active-slide .next {
    height: 36px;
    width: 36px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group.style-4 .active-slide .prev, .landing-product .tab-group.style-4 .active-slide .next {
    height: 38px;
    width: 38px;
    font-size: 2rem;
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group.style-4 .active-slide .prev, .landing-product .tab-group.style-4 .active-slide .next {
    height: 42px;
    width: 42px;
    font-size: 2.25rem;
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group.style-4 .active-slide .prev, .landing-product .tab-group.style-4 .active-slide .next {
    height: 50px;
    width: 50px;
    font-size: 2.5rem;
  }
}

.landing-product .tab-group.style-4 .active-slide .prev:hover, .landing-product .tab-group.style-4 .active-slide .next:hover {
  color: white;
  background-color: red;
  border-color: transparent;
}

.landing-product .tab-group.style-4 .active-slide .next {
  border-left: none;
}

.landing-product .tab-group.style-4 .tab-noslide .list-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: red;
  padding: 10px 0;
}

.landing-product .tab-group.style-4 .tab-noslide .list-tab li {
  margin: 0 35px;
  position: relative;
  color: white;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding-bottom: 1px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .landing-product .tab-group.style-4 .tab-noslide .list-tab li {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .landing-product .tab-group.style-4 .tab-noslide .list-tab li {
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .landing-product .tab-group.style-4 .tab-noslide .list-tab li {
    font-size: 0.875rem;
  }
}

@media (max-width: 543px) {
  .landing-product .tab-group.style-4 .tab-noslide .list-tab li {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .landing-product .tab-group.style-4 .tab-noslide .list-tab li {
    font-size: 1rem;
  }
}

@media (min-width: 1440px) {
  .landing-product .tab-group.style-4 .tab-noslide .list-tab li {
    font-size: 1.125rem;
  }
}

@media (min-width: 1820px) {
  .landing-product .tab-group.style-4 .tab-noslide .list-tab li {
    font-size: 1.25rem;
  }
}

.landing-product .tab-group.style-4 .tab-noslide .list-tab li:hover:after, .landing-product .tab-group.style-4 .tab-noslide .list-tab li.active-item:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  transform: translate(-50%);
}

.landing-product .listproduct .group-product .title-group {
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 1.625rem;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .landing-product .listproduct .group-product .title-group {
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .landing-product .listproduct .group-product .title-group {
    font-size: 1.25rem;
  }
}

.list-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 1199px) {
  .list-product {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}

.list-product .item {
  width: calc(100% / 4);
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

@media (max-width: 1199px) {
  .list-product .item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (max-width: 991px) {
  .list-product .item {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .list-product .item {
    width: 50%;
  }
}

.list-product .item.col-1, .list-product .item.col-2, .list-product .item.col-3, .list-product .item.col-4 {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.list-product .item.col-1 {
  width: 100%;
}

.list-product .item.col-2 {
  width: 50%;
}

.list-product .item.col-3 {
  width: calc(100% /3);
}

@media (max-width: 767px) {
  .list-product .item.col-3 {
    width: 50%;
  }
}

.list-product .item.col-4 {
  width: calc(100% / 3);
}

@media (max-width: 991px) {
  .list-product .item.col-4 {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .list-product .item.col-4 {
    width: 100%;
  }
}

/* .product-item {
  margin: 15px 0;
  position: relative;
  padding: 1px;
}

.product-item:hover .product-image {
  border: 1px solid #f15b67;
}

.product-item .product-image {
  border: 1px solid white;
}

.product-item .product-image a {
  display: block;
  position: relative;
}

.product-item .product-image a .avatar {
  width: 100%;
}

.product-item .product-image a .tem-inside img {
  display: block;
}

.product-item .product-image a .tem-inside .top-left, .product-item .product-image a .tem-inside .bottom-right {
  max-width: 50%;
}

@media (max-width: 1440px) {
  .product-item .product-image a .tem-inside .top-left, .product-item .product-image a .tem-inside .bottom-right {
    max-width: 60%;
  }
}

.product-item .product-image a .tem-inside .top-left {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-item .product-image a .tem-inside .bottom-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.product-item .price {
  margin: 20px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1440px) {
  .product-item .price {
    margin: 15px 0 5px;
  }
}

@media (max-width: 1199px) {
  .product-item .price {
    margin: 10px 0 5px;
  }
}

@media (max-width: 767px) {
  .product-item .price {
    font-size: 0.75rem;
  }
}

.product-item .price .currency {
  padding-left: 2px;
}

.product-item .price .amount, .product-item .price .currency {
  font-weight: bold;
}

.product-item .price ins {
  text-decoration: none;
  color: #000000;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .product-item .price ins {
    margin-right: 10px;
  }
}

.product-item .price del {
  text-decoration: none;
}

.product-item .price del .amount {
  text-decoration: line-through;
}

.product-item .price.sale ins {
  display: block;
  color: #f15b67;
}

.product-item .product-title {
  line-height: 34px;
  margin-bottom: 5px;
}

@media (max-width: 1440px) {
  .product-item .product-title {
    line-height: 25px;
  }
}

@media (max-width: 1199px) {
  .product-item .product-title {
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .product-item .product-title {
    font-size: 0.75rem;
  }
}

.product-item .product-title a {
  text-decoration: none;
  color: #000000;
}

.product-item .product-tem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-item .product-tem .percent-discount {
  background-color: #f15b67;
  color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-right: 18px;
  height: 32px;
  font-size: 0.875rem;
}

@media (max-width: 1440px) {
  .product-item .product-tem .percent-discount {
    height: 21px;
    font-size: 0.75rem;
  }
}

@media (max-width: 1199px) {
  .product-item .product-tem .percent-discount {
    font-size: 0.6875rem;
  }
}

@media (max-width: 767px) {
  .product-item .product-tem .percent-discount {
    font-size: 0.5625rem;
    margin-right: 10px;
    line-height: 1;
    padding: 0 10px;
    height: 21px;
  }
}

@media (max-width: 543px) {
  .product-item .product-tem .percent-discount {
    padding: 0 10px;
    height: 18px;
  }
}

.product-item .product-tem .tem-image {
  height: 27px;
}

.product-item .product-tem .tem-image img {
  width: auto;
  height: 100%;
  display: block;
}

@media (max-width: 1440px) {
  .product-item .product-tem .tem-image {
    height: 21px;
  }
}

@media (max-width: 543px) {
  .product-item .product-tem .tem-image {
    height: 18px;
  }
} */

.paging.st001 {
  padding: 50px 50px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paging.st001.cus-more a {
  color: white;
}

.paging.st001 a {
  text-decoration: none;
  color: #f15b67;
  background-color: #fac5c9;
  position: relative;
  z-index: 2;
  padding: 12px 70px;
  text-transform: uppercase;
  font-size: 1.6875rem;
  border-radius: 50px;
}

@media (max-width: 1440px) {
  .paging.st001 a {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) {
  .paging.st001 a {
    font-size: 0.875rem;
    padding: 12px 25px;
  }
}

.paging.st001 a:hover {
  background-color: #f8b2b8;
}

.countdown {
  margin: 30px 0 25px;
}

.countdown .title-group {
  font-size: 2.604167vw;
  text-align: center;
  line-height:  1;
}

@media (max-width: 1199px) {
  .countdown .title-group {
    font-size: 5vw;
  }
}

/* @media (max-width: 543px) {
  .countdown .title-group {
    font-size: 1.125rem;
  }
} */

.countdown .title-group span {
  display: block;
}

.countdown .flip-clock-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown .flip-clock-wrapper .up:after {
  display: none;
}

.countdown .flip-clock-wrapper .inn {
  background-color: red;
  color: white;
  font-size: 4.125rem;
  font-weight: bold;
}

@media (max-width: 543px) {
  .countdown .flip-clock-wrapper .inn {
    font-size: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .countdown .flip-clock-wrapper ul {
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1199px) {
  .countdown .flip-clock-wrapper ul li {
    line-height: 60px;
  }
}

.countdown .flip-clock-dot {
  background-color: red;
}

@media (max-width: 543px) {
  .countdown .flip-clock-dot {
    display: none;
  }
}

.countdown .flip {
  box-shadow: 0 1px 1px #000;
}

@media (max-width: 767px) {
  .countdown .flip-clock-divider .flip-clock-label {
    right: -50px;
  }
}

.group-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.group-popup .content-popup {
  width: 970px;
  background: white;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 991px) {
  .group-popup .content-popup {
    width: calc(100% - 20px);
    margin: 0px 10px;
  }
}

.group-popup .content-popup .title-popup {
  color: red;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .group-popup .content-popup .title-popup {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .group-popup .content-popup .ct-popup {
    max-height: 300px;
    overflow-y: scroll;
  }
}

.group-popup .content-popup .close-popup {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .group-popup .content-popup .close-popup {
    width: 15px;
    height: 15px;
    top: 10px;
  }
}

.group-popup .content-popup .close-popup img {
  width: 100px;
}

.event .style-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event .style-8 .icon {
  width: auto;
  height: auto;
}

.event .style-8 .left {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .event .style-8 .left {
    width: 100%;
  }
}

.event .style-8 .right {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .event .style-8 .right {
    width: 100%;
  }
}

.event .style-8 .ct-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 120px;
}

@media (max-width: 1199px) {
  .event .style-8 .ct-group {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .event .style-8 .ct-group {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .event .style-8 .ct-group {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 25px 15px;
  }
}

@media (min-width: 1200px) {
  .event .style-8 .ct-group {
    padding: 0 70px;
  }
}

@media (min-width: 1440px) {
  .event .style-8 .ct-group {
    padding: 0 100px;
  }
}

@media (min-width: 1820px) {
  .event .style-8 .ct-group {
    padding: 0 120px;
  }
}

.event .style-8 .ct-group .icon {
  display: inline-block;
}

@media (max-width: 1199px) {
  .event .style-8 .ct-group .icon img {
    width: 70%;
  }
}

.event .style-8 .ct-group .title {
  font-size: 2.25rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .event .style-8 .ct-group .title {
    font-size: 1.5rem;
    margin-bottom: 5px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .event .style-8 .ct-group .title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .event .style-8 .ct-group .title {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .event .style-8 .ct-group .title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .event .style-8 .ct-group .title {
    font-size: 1.75rem;
  }
}

@media (min-width: 1820px) {
  .event .style-8 .ct-group .title {
    font-size: 2.25rem;
  }
}

.event .style-8 .ct-group .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background-color: #f2f2f2;
}

.event .style-8 .ct-group p {
  font-size: 1.125rem;
  color: #757575;
  line-height: 35px;
}

@media (max-width: 1199px) {
  .event .style-8 .ct-group p {
    font-size: 0.75rem;
    line-height: 25px;
  }
}

@media (max-width: 991px) {
  .event .style-8 .ct-group p {
    font-size: 0.625rem;
    line-height: 15px;
  }
}

@media (max-width: 767px) {
  .event .style-8 .ct-group p {
    font-size: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .event .style-8 .ct-group p {
    font-size: 0.875rem;
  }
}

@media (min-width: 1440px) {
  .event .style-8 .ct-group p {
    font-size: 1rem;
  }
}

@media (min-width: 1820px) {
  .event .style-8 .ct-group p {
    font-size: 1.125rem;
  }
}

.event .style-8 .ct-group .creat {
  color: #000000;
  padding: 8px 12px;
  border: 1px solid #000000;
  display: inline-block;
  margin-top: 25px;
  width: 300px;
  text-decoration: none;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .event .style-8 .ct-group .creat {
    font-size: 0.875rem;
    width: auto;
    padding: 8px 35px;
  }
}

@media (min-width: 1200px) {
  .event .style-8 .ct-group .creat {
    font-size: 0.875rem;
  }
}

@media (min-width: 1440px) {
  .event .style-8 .ct-group .creat {
    font-size: 1rem;
  }
}

@media (min-width: 1820px) {
  .event .style-8 .ct-group .creat {
    font-size: 1.125rem;
  }
}

.event .style-8 .ct-group .creat i {
  margin-left: 10px;
}

.event .style-8 .ct-group .creat:hover {
  background-color: #f9a392;
  color: white;
  border-color: #f9a392;
}

.event .style-9 {
  text-align: center;
  background-color: #f8f8f8;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .event .style-9 {
    padding: 30px 0;
  }
}

.event .style-9 .sub-title {
  font-size: 1.75rem;
  color: #f9a392;
  font-family: Muli-light;
}

@media (max-width: 767px) {
  .event .style-9 .sub-title {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.event .style-9 .title-group {
  font-size: 2.25rem;
  letter-spacing: 5px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  .event .style-9 .title-group {
    font-size: 1.625rem;
  }
}

.event .style-9 .title-group:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: #f9a392;
}

.event .style-9 .description {
  font-size: 1.125rem;
  color: #757575;
  line-height: 36px;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .event .style-9 .description {
    font-size: 0.75rem;
    line-height: 20px;
  }
}

.event .style-9 .view-moredetail {
  text-transform: uppercase;
  color: #f9a392;
  font-size: 1.125rem;
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 25px;
}

@media (max-width: 543px) {
  .event .style-9 .view-moredetail {
    font-size: 0.6875rem;
  }
}

.event .style-9 .view-moredetail:hover {
  background-color: #f9a392;
  color: white;
}

.event .style-9 .slide-review .item {
  border: 4px solid white;
}

.event .style-9 .slide-review .owl-nav {
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translate(0, -20%);
  -khtml-transform: translate(0, -20%);
  transform: translate(0, -20%);
  width: 100%;
}

@media (max-width: 991px) {
  .event .style-9 .slide-review .owl-nav {
    top: 43%;
  }
}

.event .style-9 .slide-review .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 20px;
  background-image: url(../../../img3_0/landing/icon/prev2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 1199px) {
  .event .style-9 .slide-review .owl-nav .owl-prev {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .event .style-9 .slide-review .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }
}

.event .style-9 .slide-review .owl-nav .owl-prev:hover {
  background-image: url(../../../img3_0/landing/icon/prev2-hv.png);
}

.event .style-9 .slide-review .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  float: right;
  margin-right: 20px;
  background-image: url(../../../img3_0/landing/icon/next2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 1199px) {
  .event .style-9 .slide-review .owl-nav .owl-next {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .event .style-9 .slide-review .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }
}

.event .style-9 .slide-review .owl-nav .owl-next:hover {
  background-image: url(../../../img3_0/landing/icon/next2-hv.png);
}

.event .style-9 .slide-review .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .event .style-9 .slide-review .owl-dots {
    display: none;
  }
}

.event .style-9 .slide-review .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 5px;
  border: 1px solid white;
}

.event .style-9 .slide-review .owl-dots .owl-dot.active {
  background-color: white;
}

#clock{
  margin-top: 25px;
}

#units, #clock{
  display: flex;
  justify-content: center;
}

#del-countdown {
  width: 600px;
  margin: 15% auto;
}

#clock span {
  float: left;
  text-align: center;
  font-size: 4.1666667vw;
  margin: 0 2.5%;
  color: #ffffff;
  padding: 5px;
  border-radius: 15px;
  box-sizing: border-box;
  line-height: 1;
  width: 5.46875vw;
  height: 5.46875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:  #ff529c;
}



#clock:after {
  content: "";
  display: block;
  clear: both;
}

#units span {
  float: left;
  width: 5.46875vw;
  text-align: center;
  margin: 15px 2.5% 0;
  font-size: 1.25vw;
  letter-spacing: 2px;
  line-height: 1;
}

@media (max-width: 1199px) {

  #clock{
    margin-top: 15px;
  }

  #clock span {
    width: 12vw;
    height: 12vw;
    border-radius: 5px;
    font-size: 6vw;
  }
  
  #units span {
    float: left;
    width: 12vw;
    font-size: 3vw;
    margin-top : 10px;
  }
}

/* span.turn {
   animation: turn 0.5s ease forwards;
}

@keyframes turn {
  0% {
      transform: rotateY(0deg)
  }

  100% {
      transform: rotateY(360deg)
  }
} */