Tuyệt! Dưới đây là CSS tùy chỉnh SweetAlert2 cực đẹp, chuẩn tông màu thương hiệu Việt Nam với:

Success: #13882a (xanh lá đậm sang trọng)
Error/Warning: đỏ #e74c3c
Nút bấm bo tròn, hiệu ứng mượt, font đẹp

Chỉ cần dán đoạn CSS này vào file CSS của bạn hoặc trong thẻ <style> là xong – không cần thay đổi JS gì cả!
html<style>
/* ==================== SWEETALERT2 CUSTOM VIỆT NAM 2025 ==================== */
.swal2-popup {
    border-radius: 16px !important;
    padding: 20px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.swal2-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.swal2-html-container {
    font-size: 1.35rem !important;
    color: #34495e !important;
    line-height: 1.6 !important;
}

/* SUCCESS - MÀU XANH CHỦ ĐẠO #13882a */
.swal2-success .swal2-success-ring {
    border-color: #13882a !important;
}
.swal2-success [class^=swal2-success-line] {
    background-color: #13882a !important;
}
.swal2-icon.swal2-success {
    border-color: #13882a !important;
}
.swal2-success .swal2-title {
    color: #13882a !important;
}

/* ERROR - MÀU ĐỎ */
.swal2-icon.swal2-error {
    border-color: #e74c3c !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #e74c3c !important;
}

/* WARNING */
.swal2-icon.swal2-warning {
    border-color: #f39c12 !important;
    color: #f39c12 !important;
}

/* NÚT ĐỒNG Ý - XANH CHỦ ĐẠO */
.swal2-confirm.swal2-styled {
    font-size: 1.4rem;
    background-color: #13882a !important;
    border-radius: 50px !important;
    padding: 10px 30px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(19, 136, 42, 0.3) !important;
    transition: all 0.3s ease !important;
}

.swal2-confirm.swal2-styled:hover {
    background-color: #0f6b20 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(19, 136, 42, 0.4) !important;
}

/* Nút Hủy (nếu có) */
.swal2-cancel.swal2-styled {
    background-color: #95a5a6 !important;
    border-radius: 50px !important;
}

.swal2-cancel.swal2-styled:hover {
    background-color: #7f8c8d !important;
}

/* Animation popup */
.swal2-popup.swal2-show {
    animation: swal2-show 0.4s ease-out !important;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
h1.h{
  font-size: 1.5rem;  
}
.welcome-msg, .contact a{
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.hot-products .product-image-container.responsive img{
    height: 237px;
    border: 1px solid #ddd;
  }
.contact .welcome-msg:first-child{
    margin-right: 2rem;
}
.featured-col .product-outer{
    margin-bottom: 1.5rem;
}
.featured-col .product.product-sm+.product.product-sm{
    border-top: 1px solid #eee;
}
.about-us{
    padding: 50px 0;
    position: relative;
}
.about-us:before{
    border-color: #FFF rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 41px 67px 0px 67px;
    content: "";
    display: block;
    height: 0;
    left: 46%;
    margin: -38px 0px 0;
    position: absolute;
    top: 0;
    transform: rotate(180deg)!important;
    transition: all .2s ease-out 0;
    width: 0;
    z-index: 99999;
}
.aus-mid .h{
    font-size: 24px;
}

.header-top i {
    margin-right: 5px;
}

.span_title {
    font-size: 17px;
    font-weight: 700;
    color: #eb4040;
    text-shadow: -1px -1px 0 #ffd700, 1px -1px 0 #ffd700, -1px 1px 0 #ffd700, 1px 1px 0 #ffd700, 0 0 3px rgba(0, 0, 0, 0.6), 0 0 11px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 5px;
    z-index: 99;
}

.header-center{
    position: relative;
}
.sticky-header.fixed .logo {
    margin-left: 0;
}
.home-product-tabs{
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    
    background-position: center center;
}
.home-product-tabs .bo .subtitle{
    color: #ffffff;
}
.home-product-tabs .nav.nav-tabs .nav-item .nav-link, .home-product-tabs .nav.nav-tabs .nav-item .nav-link.active{
    color: #fff;
    padding: 10px 20px;
}
.home-product-tabs .nav.nav-tabs .nav-item .nav-link.active, .home-product-tabs .nav.nav-tabs .nav-item .nav-link:hover{
    background-color: #28419a;
}

.nav-tabs.tab{
    display: flex;
    border-radius: 2px;
    font-size: 1.6rem;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}
.nav.nav-tabs .nav-item{
    position: relative;
}
.home-product-tabs .nav.nav-tabs .nav-item .nav-link:before{
    transform: rotate(180deg)!important;
    left: -34px;
    z-index: 998;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 49px solid #28419a;
    top: 0;
    transition: all 0.4s;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.home-product-tabs .nav.nav-tabs .nav-item .nav-link:after{
    right: -34px;
    z-index: 998;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 48px solid #28419a;
    top: 0;
    transition: all 0.4s;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.for-relative{
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    background: #fff;
}
.for-relative img{
    width: 100%;
    height: 193px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}
.for-relative .destination-name{
    font-size: 1.55rem;
    background: linear-gradient(to top, rgba(47, 47, 47, 0.6) 53%,rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    padding: 25px 10px 10px 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #fff;
    z-index: 999;
}
.for-relative:hover .destination-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.for-relative:hover .destination-name {
    color: #1ba0e2;
}
.aus-bottom ul li{
    display: flex;
    position: relative;
    align-items: center;
}
.aus-bottom ul li i{
    padding: 1rem;
    border-right: 1px solid #eee;
    font-size: 2.4rem;
}
.aus-bottom ul li a{
    padding: 10px;
}
.aus-bottom ul li:first-child {
  font-weight: 600;
  font-size: 1.7rem;
  color: #28419a;
}
.aus-bottom ul li:nth-child(odd) {
  background: #f5f5f5;
}


#magik-slideshow img {
    min-height: 250px !important;
}

  .blog-slider .entry {
    border: 1px solid #088eff;
    position: relative;
    padding: 5px;
  	text-align: left;
    margin-bottom: 0;}
    .blog-slider .entry:after {
        height: 3px;
    background-color: #088eff;
    width: 40%;
    content: '';
    left: 30%;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    }
  .blog-slider .entry-media {
    margin: 0;
    position: relative; }
  .blog-slider .entry-date {
    background-color: #000;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    right: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: .7rem;
    width: 8.4rem; }
    .blog-slider .entry-date span {
      display: block;
      font-size: 1.3rem;
      margin-top: .2rem; }
  .blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0; }
  .blog-slider .entry-title {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d; }
    .blog-slider .entry-title a {
      color: inherit; }
  .blog-slider .entry-content {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.7; }
    .blog-slider .entry-content .date{
    	display: inline-block;
    }
  .blog-slider .btn {
    background-color: #e1e6ea;
    border-color: #e1e6ea;
    border-radius: 0;
    color: #575f68;
    font-size: 1.2rem;
    min-width: 90px;
    padding: .8rem 1rem; }
    .blog-slider .btn:hover, .blog-slider .btn:focus {
      background-color: #65829d;
      border-color: #65829d;
      color: #fff; }
.product-fix{
    position: relative;
    overflow: hidden;
}
.product-fix img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}
.load-more-product .btn{
    padding: 0.85rem 4.2rem;
    position: relative;
    z-index: 999;
    font-weight: 700;
}
.load-more-product .btn:hover {
    background: #e34444;
    border: 1px solid #e34444;
    color: #fff;
}
.load-more-product .btn:hover{
    background-color: #be3333;
}
.tin-tuc .load-more-product .btn{
    background-color: #088eff;
}
.tin-tuc .load-more-product .btn:hover{
    background-color: #00275f;
}
.load-more-product span.btn{
    background-color: #be3333;
    padding: 0.85rem 1rem;
}
.tin-tuc .load-more-product span.btn{
    background-color: #00275f;
}
.load-more-product span.btn i{
    padding: 0.2em 0.1em;
    border: 2px solid #fff;
    border-radius: 50%;
}
.product-filters-container {
    margin-bottom: 1.5rem;
}
.product .price-box .product-filters-container{
    margin-left: auto;
    margin-bottom: 0;
}
.product .price-box .product-filters-container .product-single-filter{
    padding-bottom: 0;
    border: none;
}
.footer .info-boxes-container .info-box + .info-box {
    margin-top: 2rem;
}
.newsletter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newsletter i.icon-mail{
    font-size: 3.4rem;
    color: #102d6c;
}
.des-letter{
    margin-left: 2rem;
    font-size: 1.8rem;
}
.newsletter .widget-newsletter{
    margin-left: auto;
}
.widget-letter .social-icons{
    text-align: center;
}
.widget-letter .social-icons .social-icon{
    color: #29363c;
    background-color: #f9f9f9;
    display: unset;
}
.widget-letter .social-icons .social-icon i{
    font-size: 2rem;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    width: 37%;
    text-align: right;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%,rgba(0, 0, 0, 0) 100%);
    line-height: 45px;
    padding: 10px 15px 10px 60px;
}
.header-top{
    color: #fff;
    background-color: #13882a;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-bottom{
    background-color: #7cb342;
}
.image-post-thumb {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 2px;
}
.image-post-thumb > img {
    width: 100%;
    height: 83px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.related-posts-carousel .image-post-thumb > img{
    height: 200px;
}
.background_over_image {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}
.background_over_image:before, .background_over_image:after {
    /* content: ''; */
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}
.background_over_image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.background_over_image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.image-post-thumb:hover .background_over_image:before, .image-post-thumb:hover .background_over_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.image-post-thumb:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.image-post-thumb:hover .background_over_image {
    opacity: 1;
}
.image-post-thumb .overlay_icons {
    color: #FFF;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 20%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.image-post-thumb .overlay_icons.view {
    top: 75%;
}
.image-post-thumb .overlay_icons.view a{
    color: #ffffff!important;
    font-family: Lato,sans-serif;
    font-size: 15px;
}
.image-post-thumb .icons-ov{
    position: absolute;
    background: none;
    left: 40%;
    top: 45%;
    opacity: 0;
    z-index: 9;
    color: #fff;
}






.image-post-thumb:hover .icons-ov{
    opacity: 1;
}
.image-post-thumb:hover .overlay_icons {
    margin-top: -4px;
    opacity: 1;
}
.image-post-thumb .opa-text-image{
    position: absolute;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    width: 100%;
    font-size: 2.2rem;
    padding: 6px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%,rgba(0, 0, 0, 0) 100%);
}
.image-post-thumb:hover .opa-text-image{
    opacity: 0;
    visibility: hidden;
}
.products-bottom, .article-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.article-question .article-outer+.article-outer{
    padding-top: 15px;
    margin-top: 1.5rem;
    border-top: 1px solid #eee;
}
.cart-media-left {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    overflow: hidden;
}
.cart-body {
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
}
.article-question .cart-media-left {
    flex: 0 0 8%;
    max-width: 8%;
    position: relative;
    overflow: hidden;
}
.article-question .cart-body {
    flex: 0 0 90%;
    max-width: 90%;
    padding-left: 15px;
}
.woocommerce-loop-product__title {
    font-weight: 600;
    overflow: hidden;
    font: 600 1.6rem/1.25 "Poppins", sans-serif;
    margin-bottom: 15px;
    max-height: 40px;
}
.title-group .bo h2{
    color: #13882a;
    font-size: 3rem;
    display: inline-block;
    font-weight: 600;
}
.tuvankythuat .subtitle {
    display: inline-block;
    font: 600 1.7rem/1 "Mulish", sans-serif;
}
.tuvankythuat .subtitle:after {
    margin-left: 1rem;
    content: '';
    width: 100%;
    border-top: 1px solid #eee;
    position: absolute;
    top: 8px;
}
.btn-support{
    width: 100%;
    background-color: #be3333!important;
    font-size: 2.3rem;
}
.bo-entry{
    position: relative;
    padding: 5px 0;
}
.main-dropdown-menu{
    position: relative;
}
.tin-tuc{
    padding: 50px 0 40px;
}
.video-main, .video-title{
    position: relative;
}
.video-title-main{
 /*    height: 103px; */
    overflow: auto;
    position: relative;
    margin-top: -9px;
}

.video-title-main::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	background-color: #CCCCCC;
}

.video-title-main::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.video-title-main::-webkit-scrollbar-thumb
{
	background-color: #FFF;
	background-image: -webkit-linear-gradient(90deg,
      rgba(0, 0, 0, 1) 0%,
	  rgba(0, 0, 0, 1) 25%,
	  transparent 100%,
	  rgba(0, 0, 0, 1) 75%,
	  transparent)
}
.video-title-main li a{
    padding: 10px 20px;
    background-color: #346411;
    display: block;
    color: #fff!important;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.video-title-main li a i {
    margin-right: 5px;
}

.video-title-main li:nth-child(odd) a{
    background-color: #346411;
}
.video-title-main li a.active, .video-title-main li a:hover{
   background-color: #13882a;
}
.footer-middle{
    background-color: #fff;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-tt{
    padding: 30px;
}
.footer-tt.first{
    background-color: #f5f5f5;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-tt.second, .footer-tt.third{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.footer-description{
    margin-top: 1.5rem;
    color: #bbbbbb;
}
.footer i{
    color: #fff;
}
.footer .inf-con i{
    margin-right: 1rem;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 10px;
    color: #000000;
}
.address strong{
    color: #13882a;
}
.read-more-news{
    covlor: #f39c12;
}
.fast-lk .links{
    color: #ee7800;
    padding-left: 2rem;
    list-style-type: disc;
    text-transform: uppercase;
}
.footer-bottom{
    background-color: #f67821;
    color: #ffffff;
    font-weight: 600;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}
.copyright{
    color: #ffffff;
    margin: 0;
}
.footer-bottom a{
    color: #ffffff;
}
.cuoi-page .copyright-link{
    color: #000;
    font-size: 1.55rem;
}
.cuoi-page .col-lg-6, .cuoi-page .col-lg-3{
    display: flex;
    align-items: center;
}
.newsletter i{
    font-size: 2.8rem;
}
.des-letter:after{
    content: '';
    border-left: 1px solid #d8d7d7;
    margin-left: 2rem;
}
.des-letter-mid{
    margin-left: 2rem;
}
ul.list-personal{
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
ul.list-personal .y+.y:before{
    content: '|';
    color: #6c688e;
    padding: 0 15px;
}
.menu-toggler {
  display: flex;
  align-items: center;
  text-align: center;
  width: 250px;
  border: 0;
  background: #f4f4f4;
  color: #000;
  padding: 1.4rem 3rem;
  font: 400 1.4rem/1.2 "Oswald", sans-serif;
  letter-spacing: .09rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all .25s; }
  .menu-toggler i {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: auto; }
    .menu-toggler i::before {
      margin: -1px 0 0; }
  .menu-toggler:hover, .menu-toggler:focus {
    color: #fff;
    background-color: #3d3333;
    text-decoration: none; }
.main-dropdown-menu .main-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  z-index: 1040;
  border: 1px solid #e6ebee;
  background-color: #fff; }
.main-dropdown-menu.show > .main-nav {
  display: block; }

.menu.menu-vertical > li {
  float: none;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .menu.menu-vertical > li > a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .7rem 1.2rem;
    border-top: 1px solid #e6ebee;
    transition: background 0s; }
  .menu.menu-vertical > li:first-child > a {
    border-top: none; }
  .menu.menu-vertical > li i {
    margin-right: 12px; }
.menu.menu-vertical li {
  transition: background 0s; }
  .menu.menu-vertical li.megamenu-container {
    position: relative; }
.menu.menu-vertical ul,
.menu.menu-vertical .megamenu {
  top: 0;
  left: 100%;
  margin-left: -1px; }
.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
  width: 721px; }
.menu.menu-vertical ul ul {
  top: -1rem; }
.menu.menu-vertical.sf-arrows > li > a.sf-with-ul {
  padding-right: 2.8rem; }
.menu.menu-vertical.sf-arrows .sf-with-ul {
  position: relative; }
  .menu.menu-vertical.sf-arrows .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 1.2rem;
    margin-top: -1px; }
.menu.menu-vertical > li:hover,
.menu.menu-vertical > li.show {
  background-color: #102d6c; }
  .menu.menu-vertical > li:hover > a,
  .menu.menu-vertical > li.show > a {
    color: #fff;
    border-color: #102d6c;
    background-color: #102d6c; }
.main-nav.danhmuc{
    display: none;
}
.main-dropdown-menu:hover .main-nav.danhmuc{
    display: block;
}
.home-list-category{
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.ul-category{
    margin: 1.92rem 0 2.25rem;
    position: relative;
}
.item-right{
    margin-left: auto;
}
.hom-si .col-6+.col-6 .banner.banner-image{
    margin-top: 30px;
}
.percent-discount{
    font-family: 'Montserrat', sans-serif;
    padding: 1px 7px;
    font-size: 1.3rem;
    color: #f91919;
    font-weight: 600;
}
.header-middle{
    z-index: 999;
    /* padding: 10px 0; */
}

.header-middle .header-center .main-nav .menu li a {
    position: relative;
    text-transform: uppercase;
}

.header-middle .header-center .main-nav .menu li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    transform: scale(0);
    height: 2px;
    border: 1px solid #13882a;
    transition: all ease-in-out 0.3s;
}

.header-middle .header-center .main-nav .menu li a:hover:after,
.header-middle .header-center .main-nav .menu li.active > a:after{
    transform: scale(1);
}


.cart-count{
    position: absolute;
}
.cart-text .giohang{
    font-weight: 600;
}
.ih-item.effect7 .info h2{
    color: #fff!important;
}
.widget-letter{
    padding: 1rem 0;
    background-color: #f39c12;
}
.info-boxes-container.hd{
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: auto;
}
.info-boxes-container.hd .info-box{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.info-boxes-container.hd .info-box i {
    border: 1px solid #eee;
    padding: 5px 15px;
    color: #151414;
    font-size: 1.8rem;
    min-width: 3.5rem;
    text-align: center;
}
.info-boxes-container.hd .info-box-content{
    margin-left: 1rem;
}
.info-boxes-container.hd .info-box h4 {
    font: 600 1.3rem/1.1 "Poppins", sans-serif;
    text-transform: inherit;
    color: #000;
}
.partners-carousel-2{
    display: flex;
     align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.partners-carousel-2 .partner-item{
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.header-dropdown > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    margin-left: .6rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: '\e81a';
    font-family: 'porto';
    padding-right: 1rem;
    font-size: 1.3rem;
    vertical-align: middle;
    margin-top: -.4rem;
    color: #000;
}
.featured-col .product-inner{
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.featured-products-top{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin-right: -11px;
	margin-left: -11px;
}
.featured-products-top .product{
	flex: 0 0 25%;
	max-width: 25%;
	padding: 11px;
}
.hot-products .product, .product6-2 .product{
    border: 1px solid #ddd;
  }
@media screen and (min-width: 1200px) {
  .menu.menu-vertical > li {
    padding-left: 2rem;
    padding-right: 2rem; }
    .menu.menu-vertical > li > a {
      font-size: 1.5rem;
      padding: 1rem; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 856px; } }
@media screen and (min-width: 1280px) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 901px; } }
@media screen and (max-width: 1199px) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-4 {
    display: none; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 .col-lg-4 {
      display: block; } }
@media screen and (max-width: 991px) {
  .main-nav {
    display: none !important; }
.header-center{
    display: none;
}
.tuvankythuat{
    margin-top: 2rem;
    overflow: hidden;
}
}
@media(min-width: 768px){
    .footer .info-boxes-container .info-box + .info-box {
        margin-top: 0;
    margin-left: 2rem;
}
}
@media screen and (min-width: 992px){
.blog-slider {
    margin-bottom: 0;
}
.footer-bottom .border-top{
    flex: 0 0 40%;
    max-width: 40%;
    border-top: 1px solid #3d3d38!important;
}
.dropdown-expanded > a {
    display: none;
}
.dropdown-expanded .header-menu {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
}
.dropdown-expanded .header-menu ul {
    display: flex;
    align-items: center;
}
.cart-dropdown{
    margin-left: 1.5rem;
}
.header-search{
    margin-left: 1.5rem;
}
.nav.nav-tabs .nav-item+.nav-item{
    margin-left: 2rem;
}
.home-product-tabs .nav.nav-tabs .nav-item .nav-link.active:before, .home-product-tabs .nav.nav-tabs .nav-item .nav-link:hover:before{
    left: -16px;
    opacity: 1;
    visibility: visible;
}
.home-product-tabs .nav.nav-tabs .nav-item .nav-link.active:after, .home-product-tabs .nav.nav-tabs .nav-item .nav-link:hover:after{
    right: -16px;
    opacity: 1;
    visibility: visible;
}
}
@media(max-width: 1024px){
    .owl-theme .owl-nav .owl-prev {
    left: 45%;
}
    .owl-theme .owl-nav .owl-next {
    right: 45%;
}
.menu > li + li {
    margin-left: 0rem;
}
.menu li a {
    padding: 3.5rem 0.8rem;
}
 .info-boxes-container .info-box .box-item {
    text-align: center;
    padding: 1rem 2.5rem;
}
.for-relative .destination-name {
    font-size: 1.4rem;
}
}
@media(max-width: 991px){
.promo-section {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
}
.partners-carousel-2 .partner-item{
    flex: 0 0 20%;
    max-width: 20%;
}
.info-boxes-container .info-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-tt{
    padding: 20px;
}
.footer-tt.first{
    flex: 0 0 50%;
    max-width: 50%;
}
.aus-bottom{
    margin-top: 2rem;
}
.featured-products-top .product{
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}
}
@media(max-width: 768px){
.partners-carousel-2 .partner-item{
    flex: 0 0 25%;
    max-width: 25%;
}
.info-boxes-container .info-box .box-item {
    display: flex;
    align-items: center;
}
.info-boxes-container .info-box .box-item .info-box-content{
    margin-left: 1rem;
}
.info-box i {
    padding: 4px 15px;
    font-size: 3rem;
    min-width: 2.5rem;
}
.footer-tt{
    padding: 15px;
}
.footer-tt.first{
    background-color: #f5f5f5;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer-tt.second, .footer-tt.third{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.about-us:before {
    left: 46%;
    margin: -24px 0px 0;
}
}
@media(max-width: 575px){
    .banners-group .bn-top+.bn-top{
    margin-top: 15px;
}
    .owl-theme .owl-nav .owl-prev {
    left: 40%;
}
    .owl-theme .owl-nav .owl-next {
    right: 40%;
}
.promo-details strong{
    font-size: 1.5rem;
}
.promo-details span{
    font-size: 2rem;
}
.promo-details p{
    font-size: 1.5rem;
}
.title-group {
    display: block;
}
.partners-carousel-2 .partner-item{
    flex: 0 0 50%;
    max-width: 50%;
}
.featured-promo .owl-item{
    display: flex;
    justify-content: center;
}
.header-center .logo {
    max-width: 204px;
    width: 204px;
}
.promo-section {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.newsletter{
    padding: 15px;
}
.newsletter i{
    flex: 0 0 10%;
    max-width: 10%;
    font-size: 2.4rem;
}
.des-letter{
    font-weight: 600;
    flex: 0 0 85%;
    max-width: 85%;
    margin-left: 1rem;
    font-size: 1.5rem;
    color: #968c8c;
    font-size: 1.7rem;
}
.info-boxes-container {
    margin-top: -20px;
}
span.welcome-msg {
    font-size: 12px;
}
.products-bottom .col-lg-3{
    margin-top: 2rem;
}
.product-image-container.responsive img {
    height: 185px;
}
.featured-products-top .product{
	flex: 0 0 50%;
	max-width: 50%;
}
.info-boxes-container .info-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer-tt{
    padding: 15px;
}
.footer-tt.second, .footer-tt.third{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.video-clip{
    margin-top: 2rem;
}
.about-us:before {
    left: 34%;
    margin: -13px 0px 0;
}
.nav-tabs.tab {
    display: inline-flex;
    font-size: 1.4rem;
}
.home-product-tabs .nav.nav-tabs .nav-item .nav-link, .home-product-tabs .nav.nav-tabs .nav-item .nav-link.active {
    padding: 5px 16px;
}
}
@media(max-width: 320px){
    .owl-theme .owl-nav .owl-prev {
    left: 38%;
}
    .owl-theme .owl-nav .owl-next {
    right: 38%;
}
.promo-section {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 192px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Mulish;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}
.messenger-fb{
    position: fixed;
    bottom: 12%;
    right: 0%;
    z-index: 999999;
}
.messenger-fb .social-icons {
    display: inline-grid;
    align-items: center;
}
.mess-wrap{
    margin-top: 0.5rem;
    position: relative;
    font-weight: 600;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mess-wrap .social-icon {
    color: #ffffff;
    font-size: 2.2rem;
    width: 4.2rem;
    height: 4.2rem;
    background-color: #13882a;
}
[data-color="icon-facebook"]{
    background-color: #0c54a6!important;
    color: #fff;
}
[data-color="fab fa-youtube"]{
    background-color: #da251d!important;
    color: #fff;
}
[data-color="fab fa-tiktok"]{
    background-color: #000!important;
}
[data-color="fab fa-facebook-messenger"]{
    background-color: #0080ff!important;
    color: #fff;
}
[data-color="zalo"] {
    background-color: #fff!important;
    max-width: 38px;
    border-radius: 30%;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 8px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: black;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
    position: absolute;
    left: auto;
    right: calc(100% + 5px);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
[data-tooltip-location="left"]:before {
    transform: translate(-5px, 0) scale(0.5);
    left: auto;
    right: calc(100% + 5px);
}
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -6px;
    bottom: calc(33% + 5px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
    content: '';
    border-style: solid;
}
[data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 0) scale(1);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
}
.mess-wrap-icon{
    max-width: 46px;
    position: relative;
    height: auto;
    transition: all 0.5s;
}
.mess-wrap-icon img{
    width: 100%;
}
.form-question{
    width: 100%;
}
.form-question h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}
.form-question .heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative;
}
.form-question .heading span {
    background: #9e6600 none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}   
.form-question .form {
    border-radius: 7px;
    padding: 6px;
}
.form-question .txt[type="text"], .form-question .txt[type="email"] {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}
.form-question .txt_3[type="text"] {
    margin: 10px 0 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}
.form-question .txt2[type="submit"] {
    background: #242424 none repeat scroll 0 0;
    border: 1px solid #4f5c04;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    padding: 2px 15px;
    cursor: pointer;
}
.form-question .txt2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #5793ef;
    transition: all 0.5s ease 0s;
}

