.newlangindpageall_ss1 {
  margin-top: 15px; }

.newlangindpageall_ss2 {
  margin: 35px 0; }

#groupTabs {
  /* the slides */
  /* the parent */ }
  #groupTabs .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    #groupTabs .slider-index.next svg {
      width: 24px; }
      #groupTabs .slider-index.next svg path {
        stroke: #fff; }
  #groupTabs .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    #groupTabs .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      #groupTabs .slider-index.prev svg path {
        stroke: #fff; }
  #groupTabs:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  #groupTabs .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    #groupTabs .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  #groupTabs .slick-slide {
    margin: 0 7px; }
  #groupTabs .slick-list {
    margin: 0 -7px; }

/*.bannerMainContentz{

&:not(.slick-slider){
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 15px;
}
@media (max-width:767px){
grid-template-columns: repeat(2,1fr);
}

&.hasSlide{
&:not(.slick-slider){
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 15px;
}
&.slick-slider{
.bannerMainItem{
min-width:0;
padding: 0 8px;
img{
border-radius: 10px;
}
}
}
}
&.slick-slider{
.slick-arrow{
width: 42px;
height: 42px;
border: none;
outline: none;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
position: absolute;
top: 50%;
border-radius: 55px;
box-shadow:   0px 0px 12px 0px rgba(0, 0, 0, 0.1);
z-index: 9;
color: #333;
border: 1px solid #fff;
transform: translateY(-50%);
svg{
fill: #333;
}
&.slick-next{
right: -12px;
}
&.slick-prev{
left: -12px;
}
@media(max-width: 991px){
width: 36px;
height: 36px;
border-radius: 99px;
&.slick-prev{
right: 55px;
}
}
}
.slick-dots{
display: flex;
position: absolute;
bottom: 0;
left: 18px;
gap: 5px;
padding: 0;
li{
font-size: 0;
button{
width: 10px;
height: 10px;
outline: none;
border: none;
background: #F6F6F2;
border-radius: 55px;
}
&.slick-active{
button{
width: 30px;
background: var(--main-color);
}
}
}
}
}

}*/
.bannerMain {
  max-width: 750px;
  margin: 0 auto; }

#bannerCus .container-fluid2 {
  width: 100%;
  overflow: hidden; }

.bannerMainContentz {
  position: relative; }
  .bannerMainContentz .c-sub-slider__arrow {
    position: absolute;
    top: calc((100% - 50px)* 0.5) !important;
    width: 70px;
    height: 70px;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    display: none;
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .bannerMainContentz .c-sub-slider__arrow::after {
      content: none; }
    .bannerMainContentz .c-sub-slider__arrow::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 12px;
      height: 12px;
      margin: auto;
      border: solid #fff;
      border-width: 0 0 2px 2px;
      left: 42%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .bannerMainContentz .swiper-next {
    right: -35px; }
    .bannerMainContentz .swiper-next::before {
      left: 36%;
      -webkit-transform: rotate(45deg) scale(-1, -1);
      transform: rotate(45deg) scale(-1, -1); }
  .bannerMainContentz .swiper-prev {
    left: -35px; }
  .bannerMainContentz .swiper-pagination {
    position: unset;
    transform: none;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 30px 0; }
    .bannerMainContentz .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background: #CECECE;
      border-radius: 50%;
      display: block; }
    .bannerMainContentz .swiper-pagination .swiper-pagination-bullet-active {
      background: #333; }
  .bannerMainContentz .swiper-slide {
    border-radius: 8px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .bannerMainContentz .swiper-slide {
        max-width: 750px; } }
    @media (max-width: 991px) {
      .bannerMainContentz .swiper-slide {
        max-width: 270px; } }
    .bannerMainContentz .swiper-slide .bannerMainItem img {
      -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
      transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s; }
    .bannerMainContentz .swiper-slide .bannerMainItem:hover img {
      opacity: 0.7; }

section#slider img {
  width: 100%; }

section#indexBlog {
  background: #e9eff5;
  padding: 33px 0; }

.contentflasale .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 27px;
  width: 27px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .contentflasale .slider-index.next svg {
    width: 24px; }
    .contentflasale .slider-index.next svg path {
      stroke: #fff; }

.contentflasale .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 27px;
  width: 27px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .contentflasale .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    .contentflasale .slider-index.prev svg path {
      stroke: #fff; }

.contentflasale:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

.contentflasale .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  .contentflasale .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }

.contentflasale {
  background-color: #D0021C;
  /* the slides */
  /* the parent */ }
  .contentflasale .proLoop {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 14px; }
  .contentflasale .proLoop .productWrapper {
    margin-bottom: 0px; }
  .contentflasale .slick-slide {
    margin: 0 7px; }
  .contentflasale .slick-list {
    margin: 0 -7px; }
  .contentflasale .proLoop .productWrapper .productDetail {
    padding: 10px; }
  .contentflasale .fs-contain {
    position: relative;
    display: block;
    overflow: visible;
    margin: 15px 0 0;
    min-height: 20px; }
  .contentflasale img[alt="icon flashsale"] {
    position: absolute;
    left: 0;
    top: -7px;
    width: 21px;
    height: auto;
    z-index: 1; }
  .contentflasale .rq_count fscount {
    min-height: 20px;
    padding-left: 21px;
    background-color: #ddd;
    border-radius: 25px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #000;
    overflow: hidden; }
  .contentflasale .fs-iconfire {
    background: linear-gradient(64.85deg, #fcb500 23.67%, #ffd41d 106.12%);
    min-width: 15px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .contentflasale .rq_count {
    position: relative;
    width: 100%;
    display: block; }
  .contentflasale .rq_count.fscount {
    min-height: 20px;
    padding-left: 21px;
    background-color: #ddd;
    border-radius: 25px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #000;
    overflow: hidden; }
  .contentflasale .rq_count b {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: normal; }
  .contentflasale .loopslaeslider {
    padding: 15px; }

.contentflasale {
  margin: 30px 0; }
  .contentflasale .banner {
    position: relative;
    min-height: 100px; }
  .contentflasale .title-end {
    font-weight: bold; }
  .contentflasale .gvdshock {
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: 2;
    transform: translateY(-50%); }
    .contentflasale .gvdshock .endtime {
      font-size: 18px;
      display: flex;
      align-items: center;
      gap: 15px; }
    .contentflasale .gvdshock .countdown-timer calling {
      display: flex;
      align-items: center;
      gap: 10px; }
    .contentflasale .gvdshock label {
      background-color: #FFE201;
      color: #000000;
      border: 1px solid #fff;
      padding: 6px;
      border-radius: 5px; }
  .contentflasale .productSale2 {
    color: #eb5757;
    background: #fff0e9;
    border-radius: 4px;
    padding: 1px 2px 2px 2px;
    margin-left: 7px;
    font-size: 14px;
    font-size: 12px;
    padding: 3px 5px; }
  .contentflasale .dotline {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    font-size: 25px; }

.newlangindpageall_ss1 .imageendinfo {
  position: relative; }
  .newlangindpageall_ss1 .imageendinfo .positiontext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 15px; }

.newlangindpageall_ss1 .gridtemplateblogbifg {
  display: grid;
  grid-template-columns: 0.7fr 0.3fr;
  gap: 15px; }
  .newlangindpageall_ss1 .gridtemplateblogbifg > div {
    min-width: 0; }
  @media (max-width: 767px) {
    .newlangindpageall_ss1 .gridtemplateblogbifg {
      grid-template-columns: repeat(1, 1fr); } }
  .newlangindpageall_ss1 .gridtemplateblogbifg .gridtemplateblogbifg2 {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .newlangindpageall_ss1 .gridtemplateblogbifg .gridtemplateblogbifg2 img {
      aspect-ratio: 3 / 1.4;
      width: 100%;
      object-fit: cover; }
  .newlangindpageall_ss1 .gridtemplateblogbifg .gridtemplateblogbifg1 {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 76.5% auto;
    gap: 2rem; }
    .newlangindpageall_ss1 .gridtemplateblogbifg .gridtemplateblogbifg1 > * {
      min-width: 0; }
    @media (max-width: 767px) {
      .newlangindpageall_ss1 .gridtemplateblogbifg .gridtemplateblogbifg1 {
        grid-template-columns: 1fr; } }
    .newlangindpageall_ss1 .gridtemplateblogbifg .gridtemplateblogbifg1 .gridtemplateblogbifg1-big img {
      width: 100%;
      aspect-ratio: 3 / 1.6;
      object-fit: cover; }

.customArticle {
  margin-bottom: 1rem; }
  .customArticle.customArticle-absolute {
    position: relative;
    margin-top: 0; }
    .customArticle.customArticle-absolute * {
      color: #FFF !important;
      fill: #FFF !important; }
    .customArticle.customArticle-absolute .jeg_postblock_content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1rem;
      background: linear-gradient(to top, #000, transparent);
      border-radius: 10px !important; }
      @media (max-width: 767px) {
        .customArticle.customArticle-absolute .jeg_postblock_content {
          position: relative; } }
      .customArticle.customArticle-absolute .jeg_postblock_content h3 {
        font-size: 1.5rem;
        color: #FFF; }
      .customArticle.customArticle-absolute .jeg_postblock_content .desmore {
        display: block;
        margin-bottom: 1rem; }
  .customArticle img {
    border-radius: 10px !important; }
  .customArticle h3 {
    font-size: 1rem;
    margin-top: .5rem;
    line-height: 1.3; }
  .customArticle .customArticle-info span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-right: 1rem;
    color: #AbAbAb; }
    .customArticle .customArticle-info span svg {
      width: 14px;
      height: 14px; }
      .customArticle .customArticle-info span svg * {
        fill: #AbAbAb;
        color: #AbAbAb; }
  .customArticle .desmore {
    display: none; }

.fhome-policy .section-content .list-policy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  .fhome-policy .section-content .list-policy .item-policy {
    min-width: 0; }
    .fhome-policy .section-content .list-policy .item-policy .item-inner {
      position: relative;
      display: flex;
      align-items: center;
      padding: 15px;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0.19), 0 1px 8px rgba(0, 0, 0, 0.23); }
      .fhome-policy .section-content .list-policy .item-policy .item-inner .box-img {
        width: 70px;
        height: 70px; }
        .fhome-policy .section-content .list-policy .item-policy .item-inner .box-img img {
          width: 100%;
          border-radius: 555px; }
      .fhome-policy .section-content .list-policy .item-policy .item-inner .box-info {
        flex: 1;
        padding-left: 15px; }
        .fhome-policy .section-content .list-policy .item-policy .item-inner .box-info h3 {
          margin: 0;
          color: #222;
          font-size: 22px;
          line-height: 28px; }
      .fhome-policy .section-content .list-policy .item-policy .item-inner .item-link {
        position: absolute;
        inset: 0; }
  @media (max-width: 991px) {
    .fhome-policy .section-content .list-policy {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px; }
      .fhome-policy .section-content .list-policy .item-policy .item-inner {
        padding: 10px;
        border-radius: 10px; }
        .fhome-policy .section-content .list-policy .item-policy .item-inner .box-img {
          width: 60px;
          height: 60px; }
        .fhome-policy .section-content .list-policy .item-policy .item-inner .box-info {
          flex: 1;
          padding-left: 10px; }
          .fhome-policy .section-content .list-policy .item-policy .item-inner .box-info h3 {
            font-size: 18px; } }

.khachhangthanthie {
  background: #14733a;
  padding: 15px;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 8px; }
  .khachhangthanthie * {
    color: #fff; }
  .khachhangthanthie .boxkhachhangthan .boxkhachhangthantem1 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px; }
    .khachhangthanthie .boxkhachhangthan .boxkhachhangthantem1 > div:nth-child(1) {
      width: 50px; }
    .khachhangthanthie .boxkhachhangthan .boxkhachhangthantem1 > div:nth-child(2) {
      width: calc(100% - 100px);
      flex-grow: 1; }

.infomoible {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .infomoible {
      display: none !important; } }
  .infomoible .infomoibleitem1 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    vertical-align: middle; }
    .infomoible .infomoibleitem1 .infomoibleitem1itext {
      color: #14733a;
      font-size: 11px;
      line-height: 13px;
      padding-left: .5rem; }
    .infomoible .infomoibleitem1 img {
      width: 16px; }

.khachhangthanthie .boxkhachhangthan .boxkhachhangthantem1 > div:nth-child(1) img {
  width: 35px; }

.footerbottocamneuflex {
  display: flex;
  justify-content: space-between;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 10px; }
  @media (min-width: 768px) {
    .footerbottocamneuflex {
      display: none !important; } }
  .footerbottocamneuflex img {
    max-width: 32px;
    display: block;
    margin: 0 auto; }
  .footerbottocamneuflex a {
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 5px;
    color: #333; }

.mobilettp {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-align: center; }
  @media (min-width: 768px) {
    .mobilettp {
      display: none; } }

@media (max-width: 992px) {
  .logo-footer.ratiobox {
    text-align: center; } }

@media (max-width: 992px) and (min-width: 768px) {
  footer#footer .footerTop .footerTopContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #footer {
    padding-bottom: 20px !important; } }

@media (max-width: 992px) {
  footer#footer {
    padding-top: 5px; }
  footer#footer .footerTop .footerTopContent .footerTopContentItem:not(:last-child) {
    border-bottom: 1px solid transparent; } }

@media (max-width: 992px) and (max-width: 767px) {
  #footer {
    padding-bottom: 120px !important; } }

@media (max-width: 992px) {
  .footerTopContent > div:nth-child(n+2) {
    display: none !important; } }

@media (max-width: 767px) {
  .contentflasale .gvdshock {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -100%);
    width: max-content; }
  .contentflasale {
    margin-top: 65px; }
  .contentflasale2, .contentflasale3 {
    margin-top: 120px; } }

.contentflasale .title-end {
  text-transform: capitalize; }

.bannerMainContentz.hasSlide.slick-slider .bannerMainItem img {
  width: 100%; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0px; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0px; }

.cusCouponOnce {
  --color_couponone: #14733a; }
  .cusCouponOnce .container-fluid {
    padding: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 0; }
    .cusCouponOnce .container-fluid h2 {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.3;
      color: var(--color_couponone); }
      @media (max-width: 767px) {
        .cusCouponOnce .container-fluid h2 {
          font-size: 1.5rem; } }
    .cusCouponOnce .container-fluid .btn {
      border-color: var(--color_couponone);
      padding: 1.2rem 2rem;
      border-radius: 999px;
      font-weight: 700;
      color: var(--color_couponone);
      outline: none !important;
      box-shadow: none !important; }
      .cusCouponOnce .container-fluid .btn:hover {
        background: var(--color_couponone);
        color: #FFF; }
    .cusCouponOnce .container-fluid .cusCouponOnce-copy .cusCouponOnce-copy-wrap .cusCouponOnce-copy-wrap-box {
      border-radius: calc( 0.8rem * 1.5);
      border: 1px solid;
      border-color: var(--color_couponone); }
      .cusCouponOnce .container-fluid .cusCouponOnce-copy .cusCouponOnce-copy-wrap .cusCouponOnce-copy-wrap-box:hover {
        background: var(--color_couponone);
        color: #FFF; }
        .cusCouponOnce .container-fluid .cusCouponOnce-copy .cusCouponOnce-copy-wrap .cusCouponOnce-copy-wrap-box:hover * {
          color: #FFF !important; }
        .cusCouponOnce .container-fluid .cusCouponOnce-copy .cusCouponOnce-copy-wrap .cusCouponOnce-copy-wrap-box:hover span {
          border-color: #FFF; }
      .cusCouponOnce .container-fluid .cusCouponOnce-copy .cusCouponOnce-copy-wrap .cusCouponOnce-copy-wrap-box span {
        border-right: 1px dashed var(--color_couponone);
        padding: 1.2rem 2rem;
        display: inline-flex;
        justify-content: center;
        align-items: centr;
        font-weight: 700;
        color: var(--color_couponone); }
      .cusCouponOnce .container-fluid .cusCouponOnce-copy .cusCouponOnce-copy-wrap .cusCouponOnce-copy-wrap-box .btn {
        border: none;
        padding: 1.2rem 2rem; }

.home-coupon {
  --color_couponmulti: #14733a;
  margin: 30px 0; }
  .home-coupon .slick-slider .slick-list {
    padding: 2.5px; }
  .home-coupon .slick-slider .slick-dots {
    position: absolute;
    bottom: -15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9; }
    .home-coupon .slick-slider .slick-dots li {
      margin: 0 2.5px; }
      .home-coupon .slick-slider .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(0, 0, 0, 0.6);
        width: 40px; }
      .home-coupon .slick-slider .slick-dots li button {
        font-size: 0;
        background: rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.15);
        width: 20px;
        height: 7.5px;
        transform: scale(0.75);
        border-radius: 5px;
        transition: all .4s; }
  .home-coupon .home-coupon-items:not(.slick-slider) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.2rem;
    padding: .2rem 0;
    overflow: hidden; }
    .home-coupon .home-coupon-items:not(.slick-slider) .home-coupon-item {
      min-width: calc(100%/4 - 15px); }
      @media (max-width: 991px) {
        .home-coupon .home-coupon-items:not(.slick-slider) .home-coupon-item {
          min-width: calc(100%/2 - 15px); } }
      @media (max-width: 600px) {
        .home-coupon .home-coupon-items:not(.slick-slider) .home-coupon-item {
          min-width: calc(100%/1 - 00px); } }
  .home-coupon .home-coupon-items .home-coupon-item {
    position: relative;
    background: #FFF;
    border-radius: 1.2rem;
    padding: 1.2rem;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.04); }
    .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content {
      border: 1px dashed #EbEbEb;
      border-radius: 1.2rem;
      padding: 1.2rem; }
      .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-head {
        margin-bottom: .5rem; }
        .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-head h3 {
          font-size: 1.25rem;
          font-weight: 700;
          margin-bottom: 5px;
          padding-top: 0px; }
        .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-head p {
          font-size: 1rem;
          line-height: 1.2;
          padding-bottom: 7px;
          margin-top: 7px;
          margin-bottom: 0; }
      .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-foot {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
        gap: 1rem; }
        .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-foot button {
          background: none;
          outline: 0;
          box-shadow: none;
          border: none;
          font-size: 1rem;
          font-weight: 700;
          padding: 0.6rem 1.2rem;
          border-radius: 999px;
          flex: 1;
          cursor: pointer; }
          .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-foot button:first-child {
            color: var(--color_couponmulti);
            border: 1px solid var(--color_couponmulti); }
            .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-foot button:first-child:hover {
              background: var(--color_couponmulti);
              color: #FFF; }
          .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-foot button:last-child {
            background: var(--color_couponmulti);
            border: 1px solid var(--color_couponmulti);
            color: #FFF; }
            .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-foot button:last-child:hover {
              filter: brightness(1.3); }
          .home-coupon .home-coupon-items .home-coupon-item .home-coupon-content .home-coupon-content-foot button .home-coupon-content-info {
            display: none; }

#modal-coupon {
  --color_couponmulti: #0b578d; }
  #modal-coupon .modal-content {
    padding: 2rem; }
    #modal-coupon .modal-content .coupon-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 10px;
      padding-top: 0px;
      text-align: center; }
    #modal-coupon .modal-content .coupon-label {
      color: #999999;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #999999;
      font-size: 1.15rem; }
    #modal-coupon .modal-content .coupon-content .coupon-info:not(:empty) {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #999999;
      font-size: 1.15rem; }
    #modal-coupon .modal-content .coupon-action {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 1rem; }
      #modal-coupon .modal-content .coupon-action button {
        background: none;
        outline: 0;
        box-shadow: none;
        border: none;
        font-size: 1rem;
        font-weight: 700;
        padding: 0.6rem 1.2rem;
        border-radius: 999px;
        flex: 1;
        cursor: pointer; }
        #modal-coupon .modal-content .coupon-action button:first-child {
          color: #000;
          border: 1px solid #999; }
          #modal-coupon .modal-content .coupon-action button:first-child:hover {
            background: #F1F1F1;
            border-color: #F1F1F1; }
        #modal-coupon .modal-content .coupon-action button:last-child {
          background: transparent;
          border: 1px solid var(--color_couponmulti);
          color: var(--color_couponmulti); }
          #modal-coupon .modal-content .coupon-action button:last-child:hover {
            background: var(--color_couponmulti);
            color: #FFF; }
        #modal-coupon .modal-content .coupon-action button .home-coupon-content-info {
          display: none; }

.xaq2 .jeg_post_meta {
  display: block !important; }

@media (max-width: 767px) {
  section#bannerThumbTwo .bannerMainContentz {
    position: relative;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding: 10px; }
  section#bannerThumbTwo .bannerMainItem {
    width: 50%;
    min-width: 70%;
    width: auto;
    height: auto; } }
