.sec__banners .banners img{
width: 100%;
object-fit: cover;
}
section.sec__banners .slick-slider .slick-prev.slick-arrow{
left: 32px;
}
section.sec__banners .slick-slider .slick-next.slick-arrow{
right: 32px;
}
.sec__chinh-sach .row{
gap: 24px;
}
.sec__chinh-sach .chinh-sach-item{
display: flex;
align-items: center;
gap: 24px;
padding: 16px 32px;
border-radius: 6px;
background-color: white;
border: 1px solid #E6E6E6;
box-shadow: 0 16px 40px -8px #585C5F29;
}
.sec__chinh-sach .chinh-sach-item img{
width: 72px;
height: 72px;
object-fit: contain;
}
.sec__chinh-sach .chinh-sach-item .chinh-sach-content{
font-size: 20px;
line-height: 1.3;
font-weight: 600;
text-transform: uppercase;
color: #231F20;
}
.sec__dmsp{
max-height: 290px;
overflow: hidden;
}
.sec__dmsp .dmsp .dmsp-item{
padding: 0 12px 32px;
}
.sec__dmsp .dmsp .dmsp-item .dmsp-img{
width: 140px;
height: 140px;
background-color: white;
border-radius: 50%;
margin-bottom: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.sec__dmsp .dmsp .dmsp-item .dmsp-img img{
object-fit: contain;
width: 70%;
height: 70%;
}
.sec__dmsp .dmsp .dmsp-item .dmsp-name{
font-size: 14px;
font-weight: 500;
text-align: center;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;  
overflow: hidden;
}
.sec__dmsp .dmsp .dmsp-item:hover .dmsp-name{
color: #C9252C;
}
.sec__dmsp .dmsp .dmsp-item:hover .dmsp-img{
box-shadow: 0 16px 40px -8px #585C5F29;
}
section.sec__dmsp .slick-slider .slick-arrow{
top: 25%;
transform: translate(0, 0%);
}
section.sec__dmsp .slick-slider .slick-prev.slick-arrow{
left: 0; 
}
section.sec__dmsp .slick-slider .slick-next.slick-arrow{
right: 0; 
}
.sec__products .wrapper{
display: flex;
flex-direction: column;
}
.sec__products .wrapper:after{
display: none;
}
.sec__products .products--banner{
border-radius: 6px;
}
.sec__products .products.columns-4{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}
.sec__customer .gallery-customers .slick-slide{
padding: 0 12px;
}
.sec__customer .gallery-customers .slick-slide.slick-current.slick-active{
padding-left: 0px;
}
.sec__posts {
padding-top: 42px;
}
.sec__posts:last-child{
padding-bottom: 42px;
}
.sec__posts .list_post.type2{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.sec__posts .list_post.type2 .post-item.first{
grid-row: 1 / span 4;
}
.sec__posts .list_post.type2 .post-item .box{
display: flex;
align-items: center;
height: 100%;
gap: 16px;
}
.sec__posts .list_post.type2 .post-item.first .box{
flex-direction: column;
}
.sec__posts .list_post.type2 .post-item .box .box-image{
flex-basis: 200px;
max-height: 110px;
background-color: white;
height: 100%;
border-radius: 6px;
box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
margin: 0px;
}
.sec__posts .list_post.type2 .post-item .box .box-image iframe{
width: 100%;
height: 100%;
}
.sec__posts .list_post.type2 .post-item.first .box .box-image{
flex-basis: 100%;
width: 100%;
max-height: 100%;
height: 40vh;
}
.sec__posts .list_post.type2 .post-item .box .box-image img{
object-fit: cover;
}
.sec__posts .list_post.type2 .post-item .box .box-text{
flex-basis: calc(100% - 200px);
padding: 0px;
}
.sec__posts .list_post.type2 .post-item.first .box .box-text{
flex-basis: fit-content;
}
.sec__posts .list_post .post-item .box .box-text .date{
text-align: left;
margin: 0px;
color: #231f20;
}
.sec__posts .list_post.type2 .post-item .box .box-text .date{
display: none;
}
.sec__posts .list_post .post-item .box .post-title{
text-align: left;
font-size: 16px;
line-height: 1.4;
margin-top: 0px;
margin-bottom: 4px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;  
overflow: hidden;
}
.sec__posts .list_post .post-item.first .box .post-title{
font-size: 20px;   
}
.sec__posts .list_post .post-item .box .from_the_blog_excerpt{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;  
overflow: hidden;
text-align: left;
color: #231f20;
font-size: 14px;
}
.sec__posts .list_post.type1 .post-item{
padding: 0 12px 12px;
}
.sec__posts .list_post.type1 .slick-slide.slick-active:first-child .post-item{
padding-left: 6px;
}
.sec__posts .list_post.type1 .slick-slide.slick-active:last-child .post-item{
padding-right: 6px;
}
.sec__posts .list_post.type1 .post-item .box{
display: grid;
grid-template-rows: 200px auto;
border-radius: 6px;
box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}
.sec__posts .list_post.type1 .post-item .box .box-image{
width: 100%;
border-radius: 6px 6px 0 0;
}
.sec__posts .list_post.type1 .post-item .box .box-image img{
object-fit: cover;
}
.sec__posts .list_post.type1 .post-item .box .box-image iframe{
width: 100%;
height: 100%;
}
.sec__posts .list_post.type1 .post-item .box .box-text{
padding: 16px;
background-color: white;
border-radius: 0 0 6px 6px;
}
section.sec__posts .list_post.type1 .slick-arrow{
top: 100px;
}
@media (max-width: 1024px){
.gap-default{
padding: 24px 0;
}
section .container{
padding: 0 8px;
}
section .btn{
padding: 6px 16px;
}
section .container.wrapper{
gap: 14px;
}
section h2.title{
font-size: 20px;
}
.sec__chinh-sach .row{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.sec__chinh-sach .chinh-sach-item {
padding: 0 8px;
}
.sec__chinh-sach .chinh-sach-item img{
width: 48px;
}
.sec__chinh-sach .chinh-sach-item .chinh-sach-content,
.sec__dmsp .dmsp .dmsp-item .dmsp-name{
font-size: 12px;
}
.sec__dmsp .dmsp .dmsp-item .dmsp-img{
aspect-ratio: 1/1;
object-fit: cover;
max-width: 100%;
max-height: 100%;
}
.sec__dmsp .dmsp .dmsp-item{
padding: 0px 4px 0;
}
section .btn.btn-default{
font-size: 12px;
}
.sec__posts{
padding-top: 24px;
}
.sec__posts .list_post.type2{
gap: 8px;
}
.sec__posts .list_post.type2 .post-item.first{
grid-row: 1;
grid-column: 1 / span 2;
}
.sec__posts .list_post.type2 .post-item .box{
flex-direction: column;
gap: 8px;
}
.sec__posts .list_post.type2 .post-item .box .box-image img{
position: unset;
}
.sec__posts .list_post .post-item.first .box .post-title,
.sec__posts .list_post .post-item .box .post-title{
font-size: 14px;
}
.sec__posts .list_post .post-item .box .from_the_blog_excerpt{
font-size: 12px;
}
.sec__posts .list_post.type1 .post-item{
padding: 0 4px 4px;
}
.sec__posts .list_post.type1 .post-item .box{
grid-template-rows: 110px auto;
}
.sec__posts .list_post.type1 .post-item .box .box-text{
padding: 8px;
}
.sec__posts:last-child{
padding-bottom: 24px;
}
.sec__products .products.columns-4{
grid-template-columns: 1fr 1fr 1fr;
gap: 14px;
}
}
@media (max-width:576px){
section .container.wrapper{
gap: 8px;
}
.sec__products .products.columns-4{
grid-template-columns: 1fr 1fr;
gap: 4px;
}
}