/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
body{
  line-height:1.4;
}
.footer-2 p{
    margin-bottom: 10px;
}

.footer-2 p strong{
    margin-right: 5px;
    font-weight: 500 !important;
    color: #363b74;
}
.footer-2 .widget-title{
    color:#000b8c;
    font-weight: 700;
    font-size: 1.125em;
}
.absolute-footer{
    border-top: 1px solid #f4ebeb;
}
/**/

.quality-box {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    max-width: 600px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }
.quality-box:before{
    content:"";
    position: absolute;
    background-color: rgba(0, 11, 140, 0.5);
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
  
  .quality-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  }
  
  .quality-box .quality-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  
  .quality-box .quality-icon {
    font-size: 28px;
    color: #000b8c;
    margin-right: 12px;
  }
  
  .quality-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #000;
  }
  
  .quality-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 24px;
  }
  
  .quality-box a.quality-link {
    font-weight: 600;
    color: #000b8c;
    text-decoration: none;
    font-size: 16px;
  }
  
  .quality-box a.quality-link:hover {
    text-decoration: underline;
  }
  .quality-card{
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 1.5rem;
  }

  .quality-link-contain{
    text-align: right;
    margin-bottom: 0 !important;
  }
.quality-row .col:first-child{
    margin-bottom: 25px;
}
.quality-row .col:last-child{
    margin-top: 25px;
}
.quality-row:last-child{
    margin-top: -25px;
}

.quality-section{
    box-shadow: rgba(21, 5, 31, .2) 0 12px 11px -9px inset !important;
    padding-top: 55px !important;
}

.box-badge .box-text{
    bottom: 0 !important;
}
.products-section img{
    border:1px solid #f5f5f5;
}
.products-section .box-badge .box-text{
   padding: 1em 1em 1em;
}
.socicals-section .col{
    padding-bottom: 0 !important;
}
.socicals-section {
    box-shadow: rgba(0, 0, 0, .25) 0 0 11px 0 inset !important;
}
.title-page{
    font-size: 30px;
}
.blog-archive .large-10.col{
    flex-basis: 100%;
    max-width: 100%;
}
.blog-archive h5{
    font-size: 22px;
}

.post-sidebar .recent-blog-posts a{
    font-size:15px;
    margin-bottom:0px !important;
    color: #333;
}
.post-sidebar .widget_categories li a{
  font-size:15px;
  color: #333;
}
.post-sidebar .widget-title {
    background-color: var(--fs-color-secondary);
    display: block;
    color: #fff;
    padding: 14px 10px 10px;
    font-weight: 700;
    font-size: 15px;
}
.post-sidebar ul{
    border:1px solid #ececec;
}

.post-sidebar .is-divider.small{
    display: none;
}

.post-sidebar ul li{
    padding-left: 10px;
    padding-right: 10px;
}

.post-sidebar ul li a:hover{
    color:var(--fs-color-secondary);
}
.post_comments, #comments, .from_the_blog_comments{
    display: none !important;
}
.entry-content ul li{
    list-style: square;
}
.post-title a:hover{
    color:var(--fs-color-secondary);
}

.icon-box.featured-box.icon-box-left{
    gap:8px;
    margin-bottom: 15px;
	padding: 10px;
    box-shadow: 0px 0px 2px #c4bfbf;
    border-radius: 8px;
}

.icon-box-left .icon-box-img+.icon-box-text{
    padding-left: 0 !important;
}
.icon-center{
    align-items: center;
}
.no-bordered h3{
    border-bottom: 0 !important;
}
.no-bordered h3 span{
    border-bottom: 0 !important;
}
.no-bordered h3::before{
    content:"";
    position: absolute;
    width:70px;
    height: 3px;
    background-color: var(--fs-color-secondary);
    bottom: 0;
    left: 0;
}
.box-form .col{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.box-form .title p{
    color: rgb(255, 131, 0);
    font-weight: 700;
	font-size:1.6em;
	margin-bottom:0.5em;
	text-align:center;
}
.box-submit input{
    margin-bottom:0;
	border-radius:6px;
	height:40px;
	line-height:42px;
}
.box-form input,.box-form textarea{
	border-radius:6px;
}
.box-submit p{
    text-align: center;
}
.i-style{
    font-style: italic;
}
.nav-dropdown-default{
    padding: 0 !important;
}

.nav-dropdown.nav-dropdown-default>li>a{
    margin: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}
.nav-dropdown.nav-dropdown-default>li>a:hover{
    background-color: var(--fs-color-secondary);
    color:#fff;
}
.section-title-normal, .section-title-main{
    border-bottom: 0 !important;
}
.breadbrumb-p{
    list-style: none;
    display: inline-flex;
    margin-bottom: 0;
    overflow: auto;
}
.section-breadbrumbs{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
}

.section-breadbrumbs .col{
    padding-bottom: 0 !important;
}
.section-breadbrumbs .section-title-container{
    margin-bottom: 0 !important;
}
.section-breadbrumbs .row{
    align-items: center;
}
.breadbrumb-p li{
    position: relative;
    white-space: nowrap;
    margin-bottom: 0;
}
.breadbrumb-p li:first-child{
    margin-left: 0 !important;
}
.breadbrumb-p li:not(:last-child):after{
    content:"/";
    position: absolute;
    right: -12px;
    top:0;
    font-weight: 600;
}
.breadbrumb-p li a{
    font-weight: 400;
}
.breadbrumb-p li.active a{
    font-weight: 500;
    color: var(--fs-color-primary);
}
.breadbrumb-p li.active:before{
    content:"";
    background-color: var(--fs-color-primary);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-breadbrumbs .col-inner{
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.section-breadbrumbs h3, .section-breadbrumbs h3 span{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.box-shadow-section .col, .box-shadow-section h2 , .box-shadow-section h2 span{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.image-product img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    transition: 0.3s;
}
.image-product{
    position: relative;
    box-shadow: 1px -1px 8px #ddd;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.3s;
}
.custom-product-item h3{
    position: absolute;
    bottom: 0;
    background-color: #ff8300;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px;
    line-height: normal;
}
.custom-product-item h3 a{
    color:#fff;
    font-weight:500;
    font-size:15px;
}
.image-product:hover img{
    transform: scale(1.2);
    opacity: 0.5;
}
.pagination{
    text-align: center;
}


.pagination a, .pagination span {
    border: 2px solid;
    border-radius: 99px;
    display: block;
    font-size: 1.1em;
    font-weight: bolder;
    height: 2.25em;
    line-height: 2em;
    min-width: 2.25em;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
}

blockquote{
    font-size: 16px;
}
.header-language-dropdown .image-icon{
    margin-left: 5px;
}
.header-language-dropdown .icon-angle-down{
    display: none;
}
.list-style-1 {
    padding-left: 25px;
}
.list-style-1 div{
    display: list-item;
    list-style-type: square;
}

.back-to-top.button{
    background-color: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
    color:#fff;
    height: 2.5em;
    width: 2.5em;
}
.sections-blog{
   padding-bottom:13px !important;
}
.footer-widgets .social-icons a{
  width:2.5em;
  height:2.5em;
}
.nav-dropdown>li>a{
 color:#333;
}
@media(max-width:549px){
  .quality-row:last-child, .quality-row .col:last-child{
     margin-top:0 !important;
  }
  .quality-row .col:first-child{
     margin-bottom:0 !important;
  }
  .page-title-inner.container{
     min-height:200px !important;
  }
  /*.banner.has-hover{
     padding-top:200px !important;
  }*/
}
@media(max-width:500px){
  .medium-logo-left .flex-right {
     flex:auto !important;
  }
}
.pb-0{
  padding-bottom:0 !important;
}
.slider-nav-light .flickity-page-dots .dot.is-selected{
    background-color: var(--fs-color-primary);
}
.flickity-page-dots .dot.is-selected{
    border-color: var(--fs-color-primary) !important;
}
.blog-meta-custom{
    margin-bottom: 10px;
    color:#817e7e;
}
.blog-meta-custom span{
    display: inline-block;
}
.blog-meta-custom span:first-child{
    margin-right: 5px;
    padding-right: 10px;
    position: relative;
}
.blog-meta-custom span:first-child:after{
    position: absolute;
    content:"";
    width: 1px;
    height: 10px;
    background-color: #ddd;
    right: 0;
    top:4px;
}
.products-section{
    padding-top: 55px !important;
}
.absolute-footer{
    padding: 15px 0 15px;
}
.home .from_the_blog_excerpt{
    padding-top: 5px !important;
}
.map-iframe{
    margin-bottom: 50.8px;
}
@media(max-width:549px){
    .quality-box h3{
        font-size: 20px !important;
    }
}
@media(max-width:480px){
    .banner h3{
        font-size: 18px !important;
    }
    .banner p{
        font-size: 12px;
    }
    .banner .text-inner{
        padding: 15px 15px 15px 15px !important;
    }
}

blockquote {
    background: rgba(0, 0, 0, .02);
    padding: 10px 20px;
}
blockquote p:first-child{
    margin-bottom: 0 !important;
}
.blog-single .entry-content img{
    margin-bottom: 10px;
    margin-top: 10px;
}
.button.icon{
    height: 2.5em;
}


.circle-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    transition: all 0.3s;
}

.circle-button.active {
    bottom: 35px;
    right: 15px;
}

.main-button {
    width: 70px;
    height: 70px;
    padding: 0;
    background: #0000;
    border-radius: 50%;
    background-image: url('./assets/images/mceclip1_62.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border: none;
    transition: transform 0.2s ease-in-out;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.main-button.active {
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.2));
    background: #2F5ACF;
    width: 60px;
    height: 60px;
}


.main-button.active::before, .main-button.active::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #F0FF97;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.2s ease-in-out;
}

.main-button.active::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 991px) {
    .main-button:hover {
        transform: scale(1.2);
        cursor: pointer;
    }
}

.sub-buttons {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.sub-buttons.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

.sub-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: none;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateY(50px);
    opacity: 0;
    padding: 0;
    margin: 6px;
}

.sub-button.zalo.show {
    pointer-events: none;
}
.sub-button.show {
    transform: translateY(0px);
    opacity: 1;
}
.sub-button-overlay {
    position: absolute;
    z-index: 2247483644;
    pointer-events: none;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #a5a5a5;
}
.sub-button-overlay img {
    width: 40px;
    height: 40px;
}

.sub-button-tooltip {
    width: 110px;
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 18px;
    right: 65px;
    background: #fff;
    border-radius: 6px;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .1s;
    transform: translateX(50%);
    box-shadow: 0px 3px 8px 0px #00000033;
}

.sub-button-tooltip .sub-button-tooltip__hotline {
    margin-bottom: 2px;
}
.sub-button-tooltip .sub-button-tooltip__number {
    color: var(--fs-color-primary);
    font-weight: bold;
}
.back-to-top.button{
    left: 15px;
}
#nav-below .nav-next a, #nav-below .nav-previous a{
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    align-items: center;
}
#nav-below .nav-next a{
    justify-content: flex-end;
}

#nav-below .nav-previous a{
    justify-content: flex-start;
}
.blog-single .entry-content img{
	width:100%;
}
.logo-post-w{
	max-width:200px;
	display:block;
	margin:auto;
}
@media(min-width: 550px) {
    .blog-single h2{
	   font-size:24px;
   }
}
.blog-single .wp-video{
	margin-bottom:1.25em;
}
.header-wrapper .top-divider{
	border-top:0 !important;
}
#header{
	border-bottom: 1px solid #f8f8f8;
}
/*.page-template-page-custom-width header .container, .page-template-page-custom-width footer .row{
	max-width:1420px;
}*/
.page-template-page-custom-width h4{
	font-size:18px;
}
.icon-border-bottom{
	position:relative;
}
.icon-border-bottom h3{
	position: absolute;
    top: 5px;
    padding-left: 65px;
    right: 0;
}
.icon-border-bottom:before{
	content:"";
	width: calc(100%);
    height: 1px;
    right: 0;
    top: 60px;
    background-color: #ddd;
    position: absolute;
}
.pl-25{
	padding-left:25px !important;
	padding-top:25px;
}
.col-p-0{
	padding-left:0 !important;
	padding-right:0 !important;
	padding-bottom:0 !important;
}
.bg-grey{
	background-color:#F6F6F6;
}
.pb-0{
	padding-bottom:0 !important;
}
.page-template-page-custom-width .text, .page-template-page-custom-width .col-inner p{
	font-size:16px;
}
.pr-0{
	padding-right:0 !important;
}
.min-h-112{
	min-height:120px;
}
.slider-products-home h4{
	font-size:15px;
	font-weight:500;
}
.nav-uppercase>li>a{
	letter-spacing:0 !important;
}
.header-language-dropdown a i.image-icon{
	margin-top:-3px !important;
}
#ftwp-container.ftwp-wrap #ftwp-header-control{
	margin-top:-2px;
}

@media screen and (min-width: 550px) {
	.blog-archive .box-vertical .box-text {
		vertical-align: top !important;
		padding-top:0 !important;
    }
	.blog-archive .box-vertical .box-image img{
		border-radius:8px;
		border:1px solid #c4c4c4;
	}
	.blog-archive #post-list .col-inner{
		border-bottom: 1px dashed #c4c4c4;
    	padding-bottom: 30px;
	}
	.blog-archive #post-list .col.post-item:last-child .col-inner{
		border-bottom:0 !important;
		padding-bottom:0 !important;
	}
}
.nav-pagination>li>a, .nav-pagination>li>span{
	line-height:2.25em !important;
}
.btn-readmore-blog{
	text-transform:none !important;
	line-height:2.5em;
	border-radius:8px !important;
}
.page-template-page-custom-width .col-inner p{
	margin-bottom:10px;
}
.page-template-page-custom-width .col-inner img{
	border-radius:8px;
}
.pb-15px{
	padding-bottom:15px !important;
}
.border-radius-0 img{
	border-radius:0 !important;
}
.banner-none .banner-bg img{
	display:none;
}
.mt-15pxs{
	margin-top:-20px;
}
.box-in .col-inner{
	background-color:#f6f6f6;
	border-radius:8px;
	overflow:hidden;
}
.box-t{
	padding:20px !important;
}
.border-radius-img-0 .banner-bg img{
	border-radius:0 !important;
}
@media(max-width:849px){
	.b-image-res-large .img-inner{
		padding-top:56.25% !important;
	}
	.img-600 .img-inner{
		padding-top:95% !important;
	}
	.img-600 img{
		max-width:600px;
		margin: auto;
	}
	.dnns h5{
		padding-top:0 !important;
	}
	.featured-box{
		flex-direction: column;
    	align-items: center;
    	text-align: center;
		margin:20px 0px 20px 0 !important;
	}
	.icon-border-bottom:before{
		display:none;
	}
	.icon-border-bottom h3{
		position:initial !important;
		padding-left:0 !important;
		margin-bottom:5px;
	}
	.icon-border-bottom .icon-box-img{
		margin-left:auto;
		margin-right:auto;
	}
	.icon-border-bottom{
		max-width: 300px;
		margin-left: auto !important;
		margin-right: auto !important;
		border: 1px solid #ddd;
		padding: 20px;
		border-radius: 8px;
	}
	.featured-box.text-l{
		text-align:left !important;
		margin-top: 0 !important;
		margin-bottom:0 !important;
	}
	.ipad-pb-20px{
		padding-bottom:20px !important;
	}
	.ipad-pb-20px.mt-15pxs{
		margin-top:0 !important;
	}
}
@media(max-width:549px){
	.reset-head-mobile{
		margin-bottom:0 !important;
	}
	.mobile-pb-20px{
		padding-bottom:20px !important;
	}
	.mobile-pb-0{
		padding-bottom:0 !important;
	}
	.img-600 .img-inner {
        padding-top: 110% !important;
    }
	.img-20{
		margin-bottom:20px !important;
	}
	.pr-0{
		padding-right:15px !important;
	}
}
.pb-20px{
	padding-bottom:20px !important;
}
.section-banner-contact .icon-box{
	background:#fff;
}
.section-banner-contact .icon-box h3{
	font-size:20px;
}
.section-banner-contact .icon-box p{
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.section-form-contact .wpcf7{
	padding:20px;
	background-color:#fff;
	border-radius:6px;
}
.section-form-contact form{
	margin-bottom:0;
}
.slider-sales-admin .col-inner{
	padding-bottom:10px;
	padding-top:10px;
	border-radius:10px;
}
.slider-sales-admin h3{
	font-size:18px;
	margin-bottom:5px;
}
.gallery-cs .col-inner{
	border-radius:6px;
	overflow:hidden;
}
.iframe-map iframe{
	border-radius:6px;
	overflow:hidden;
}
.iframe-map p{
	margin-bottom:0;
	line-height:0;
}
.section-product-contact .flickity-page-dots{
	bottom:0;
}
.txt-contact h2{
	font-size:1.8em;
}
@media(max-width:549px){
	.section-banner-contact .col{
		padding-bottom:10px !important;
	}
	.section-banner-contact .gap-element{
		display:none !important;
	}
	.section-banner-contact .featured-box{
		margin: 10px 0px 10px 0 !important;
	}
	.section-banner-contact.banner p {
        font-size: 16px;
    }
	.txt-contact h2 {
		font-size: 1.6em;
		max-width: 170px;
		margin-left: auto;
		margin-right: auto;
	}
	.box-form .title p{
		font-size:1.2em;
	}
	.box-submit input{
		width:100% !important;
	}
	.box-contact .wpcf7-spinner{
		position:absolute;
	}
	.slider-sales-admin .col{
		padding-left:10px !important;
		padding-right:10px !important;
		padding-bottom:20px !important;
	}
	.section-map-address h3{
		max-width: 270px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.section-map-address .no-bordered h3::before{
		left:50%;
		transform: translateX(-50%);
		bottom:-8px;
	}
	.col-mb-10px{
		padding-bottom:15px !important;
	}
	.section-product-contact .slider-products-home h4{
		font-size:10px;
	}
}


/*Sản phảm shortcode*/

.product-section-desc{
    text-align: center;
}

.swiper-container {
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
}

.custom-product-item {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    transition: box-shadow 0.3s ease;
    height: 100%;
}

.custom-product-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.custom-product-item img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.product-title a{
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.product-button {
    display: inline-block;
    padding: 7px 14px;
    background-color: #ff8300;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.product-button:hover {
    background-color: #e0760d;
    color: #fff;
}

.product-section-title {
    text-align: center;
    color: #ff8300;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.product-price{
    margin-bottom: 15px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
}


.contact-action-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000b8c;
  padding: 10px 30px;
  border-radius: 16px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}

.contact-info {
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-info a:hover {
  color: #ff8300;
}

.contact-button {
  background: #ff8300;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 16px;
}

.contact-button:hover {
  background: #fff;
}

.product-desc table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.product-desc p{
    margin-bottom: 10px !important;
}
.product-info-detail .ct-title{
    text-align: center;
    margin-bottom: 0;
}
.product-info-detail img{
    margin-bottom: 10px;
    margin-top: 10px;
}
.hr-line{
    margin:30px auto; 
    border: 0; 
    height: 2px; 
    width: 120px; 
    background: #ff8300;
    opacity: 1;
}

@media(max-width:1024px){
    .contact-action-box{
        justify-content: center;
        gap: 10px;
    }
}
@media(max-width:480px){
    .product-section-title{
        font-size: 24px;
    }
}
/**/

.ux-builder-iframe .swiper-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ux-builder-iframe .swiper-wrapper {
    display: contents !important;
}

.ux-builder-iframe .swiper-slide {
    width: calc(25% - 15px);
    min-width: 200px;
    flex: 0 0 auto;
}