.banner-home{
    background-color: transparent !important;
}
.banner-home .banner-layers{
    max-width: 1650px;
    width: 90%;
}
.banner-home .banner-layers h1{
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}
.banner-home .banner-layers h1 span{
    font-weight: 700;
    color: var(--green);
}
.banner-home .banner-layers h4{
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 10px 10px 10px 35px;
    border: 1px solid #fff;
    max-width: fit-content;
    border-radius: 35px;
    text-transform: uppercase;
}
.banner-home .banner-layers h4::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-sent-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 2%;
    top: 50%;
    width: 25px;
    height: 15px;
    transform: translate(-2%, -50%);
}
.banner-home .banner-layers p{
    font-size: 20px;
}
.banner-home .banner-bg{
    border-radius: 50px;
    margin: 0 30px !important;
}
.banner-home .row-contact{
    padding-top: 30px;
}
.banner-home .col-contact{
    padding: unset;
}
.banner-home .col-contact .col-inner{
    display: flex;
    column-gap: 30px;
}
.banner-home .button-contact-home{
    background: #0ffcaae8;
    padding: 15px 55px 15px 30px;
    border-radius: 100px;
    color: var(--blue);
    font-weight: 500;
    position: relative;
}
.banner-home .button-contact-home::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-phone.png);
    right: 10%;
    top: 55%;
    transform: translate(-10%,-55%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.banner-home .button-contact-home:hover{
    color: var(--blue);
}
.banner-home .button-contact-home br,
.banner-home .button-link-home br{
    display: none;
}
.banner-home .button-link-home{
    background-color: transparent;
    padding: 15px 55px 15px 30px;
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.banner-home .button-link-home::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-next.png);
    right: 10%;
    top: 55%;
    transform: translate(-10%,-55%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.section2-home{
    padding-top: 60px !important;
}
.section2-home h4{
    color: var(--blue);
    font-weight: 400;
    font-size: 20px;
    border: 1.5px solid #E8E8EA;
    border-radius: 50px;
    display: inline;
    padding: 15px 30px;
}
.section2-home h4 span{
    color: var(--green);
    font-weight: 600;
}
.section2-home .partner-slider{
	padding-top: 30px;
}
.section2-home .slick-initialized .slick-slide{
	display: flex;
	justify-content: center;
}

.section3-home .col-right{
	padding-top: 30px;
}
.section3-home h4{
	font-size: 14px;
	color: var(--blue);
	font-weight: 500;
	background-color: #E0FAF0;
	padding: 10px 15px 10px 40px;
	max-width: fit-content;
	border-radius: 35px;
	position: relative;
	text-transform: uppercase;
	border: 1px solid var(--green);
}
.section3-home h4::before{
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2026/05/icon-tnk-blue-scaled.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 25px;
	height: 15px;
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
}
.section3-home h2{
	font-size: 40px;
	font-weight: 400;
	color: var(--blue);
	text-transform: uppercase;
}
.section3-home h2 br{
    display: none;
}
.section3-home h2 span{
	color: var(--green);
	font-weight: 700;
}
.section3-home p{
	color: var(--text);
}
.section3-home .detail>p{
	color: var(--text);
	font-weight: 600;
	position: relative;
	padding-left: 40px;
}
.section3-home .detail>p::before{
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2026/04/icon-tick.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	left: 0;
}
.section3-home .button-section3{
	padding-top: 15px;
}
.section3-home .button-section3 br{
	display: none;
}
.section3-home .button-section3 .button-contact{
	background-color: #0FFCAA;
	padding: 15px 50px 15px 20px;
	border-radius: 100px;
	font-weight: 500;
	color: var(--blue);
	position: relative;
}
.section3-home .button-section3 .button-contact::before{
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2026/04/icon-phone.png);
	background-repeat: no-repeat;
	background-size: cover;
	right: 10%;
    top: 50%;
    transform: translate(-10%, -50%);
    width: 16px;
    height: 16px;
}

.section4-home,
.section5-home,
.section8-home,
.section9-home{
    padding-top: 60px !important;
}
.section4-home,
.section5-home{
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    background: linear-gradient(180deg, #E9F2FF, #fff);
}
.section4-home h4{
	font-size: 14px;
	color: var(--blue);
	font-weight: 500;
	background-color: #E0FAF0;
	padding: 10px 15px 10px 40px;
	max-width: fit-content;
	border-radius: 35px;
	position: relative;
	text-transform: uppercase;
	border: 1px solid var(--green);
}
.section4-home h4::before{
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2026/05/icon-tnk-blue-scaled.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 25px;
	height: 15px;
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
}
.section4-home .row-title .text{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section4-home h2{
	font-size: 40px;
	font-weight: 400;
	color: var(--blue);
	text-transform: uppercase;
}
.section4-home h2 span{
	color: var(--green);
	font-weight: 700;
}
.section4-home p{
	color: var(--text);
}
.section4-home .row-pmvt,
.section4-home .row-dxnb{
    background-color: #fff;
    padding: 30px 45px;
    border-radius: 16px;
    border: 1px solid #E9F2FF;
}
.section4-home .row-pmvt h3,
.section4-home .row-pmxd-pmvt h3,
.section4-home .row-dxnb h3{
    color: var(--blue);
    font-size: 32px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.section4-home .row-pmxd-pmvt .col-pmvt-app h3,
.section4-home .row-pmxd-pmvt .col-pmvt-app p{
    color: #fff;
}
.section4-home .pmvt-left,
.section4-home .dxnb-right{
    flex-basis: 55%;
    max-width: 55%;
}
.section4-home .pmvt-right,
.section4-home .dxnb-left{
    flex-basis: 45%;
    max-width: 45%;
}
.section4-home .pmvt-left .content,
.section4-home .pmxd-left .content,
.section4-home .pmvt-app-left .content,
.section4-home .dxnb-right .content{
    margin-bottom: 60px;
    position: relative;
}
.section4-home .pmvt-left .content::after,
.section4-home .pmxd-left .content::after,
.section4-home .pmvt-app-left .content::after,
.section4-home .dxnb-right .content::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #E8E8EA;
    top: 110%;
}
.section4-home .pmvt-app-left .content::after{
    background-color: #fff;
}
.section4-home .pmvt-left .content img,
.section4-home .pmxd-left .content img,
.section4-home .pmvt-app-left .content img,
.section4-home .dxnb-right .content img{
    width: 60px;
    height: 60px;
    background-color: #D1FFED;
    padding: 15px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: .5em;
}
.section4-home .pmvt-left .pmvt-button,
.section4-home .pmxd-button,
.section4-home .dxnb-right .dxnb-button{
    border: 1px solid var(--blue);
    width: fit-content;
    padding: 10px 40px 10px 20px;
    border-radius: 100px;
}
.section4-home .pmvt-app-button{
    border: 1px solid #fff;
    width: fit-content;
    padding: 10px 40px 10px 20px;
    border-radius: 100px;    
}
.section4-home .pmvt-left .pmvt-button a,
.section4-home .pmxd-button a,
.section4-home .dxnb-right .dxnb-button a{
    color: var(--blue);
    font-weight: 500;
    position: relative;
}
.section4-home .pmvt-app-button a{
    color: #fff;
    font-weight: 500;
    position: relative;
}
.section4-home .pmvt-app-button a::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-right-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: 90px;
    top: 50%;
    transform: translate(0px, -50%);    
}
.section4-home .pmvt-left .pmvt-button a::before,
.section4-home .pmxd-button a::before,
.section4-home .dxnb-right .dxnb-button a::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: 90px;
    top: 50%;
    transform: translate(0px, -50%);
}

.pmvt-section,
.dxnb-section{
    display: flex;
    align-items: flex-start;
    gap: 48px;
}
.pmvt-tabs,
.dxnb-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.pmvt-tab-btn,
.dxnb-tab-btn{
    padding: 6px 16px;
    border-radius: 24px;
    border: 1px solid var(--text);
    font-size: 15px;
    text-transform: math-auto;
    cursor: pointer;
    color: var(--text);
    margin-bottom: 5px;
    margin-right: 5px;
	font-weight: 400;
}
.pmvt-tab-btn:hover,
.pmvt-tab-btn.active,
.dxnb-tab-btn:hover,
.dxnb-tab-btn.active{
    background-color: var(--green);
    border: 1px solid var(--green);
    font-size: 16px;
    color: var(--blue);
    font-weight: 400;
}
.pmvt-img-wrap,
.dxnb-img-wrap{
    display: none;
}
.pmvt-img-wrap.active,
.dxnb-img-wrap.active{
    display: block;
    /*animation: pmvtFade 0.3s ease;*/
}
.pmvt-img-wrap img,
.dxnb-img-wrap img{
    max-width: 100%;
    border-radius: 12px;
    height: 480px;
}
/*@keyframes pmvtFade {*/
/*  from { opacity: 0; transform: translateY(2px); }*/
/*  to   { opacity: 1; transform: translateY(0); }*/
/*}*/


.section4-home .row-pmxd-pmvt{
    margin-top: 30px;
}
.section4-home .row-pmxd-pmvt .col-pmxd{
    padding-left: unset;
}
.section4-home .row-pmxd-pmvt .col-pmvt-app{
    padding-right: unset;
}
.section4-home .row-pmxd-pmvt .col-pmxd .col-inner{
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #E8E8EA;
    padding: 30px 45px;
    padding-bottom: unset;
}
.section4-home .row-pmxd-pmvt .col-pmvt-app .col-inner{
    background-image: url(/wp-content/uploads/2026/04/bg-home-pmvt-app.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    padding: 30px 45px;
    padding-bottom: unset;
}
.pmxd-section,
.pmvt-app-section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}
.pmxd-tabs,
.pmvt-app-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.pmxd-tab-btn,
.pmvt-app-tab-btn{
    padding: 6px 16px;
    border-radius: 24px;
    border: 1px solid var(--text);
    font-size: 15px;
    font-weight: 400;
    text-transform: math-auto;
    cursor: pointer;
    color: var(--text);
    margin-bottom: 5px;
    margin-right: 5px;
}
.pmvt-app-tab-btn{
  border: 1px solid #fff;  
  color: #fff;
}
.pmxd-tab-btn:hover,
.pmxd-tab-btn.active,
.pmvt-app-tab-btn:hover,
.pmvt-app-tab-btn.active{
    background-color: var(--green);
    border: 1px solid var(--green);
    font-size: 16px;
    color: var(--blue);
    font-weight: 400;
}
.pmxd-img-wrap,
.pmvt-app-img-wrap{
    display: none;
}
.pmxd-img-wrap.active,
.pmvt-app-img-wrap.active{
    display: block;
    /*animation: pmvtFade 0.3s ease;*/
}
.pmxd-img-wrap img {
    max-width: 100%;
    border-radius: 12px;
    height: 250px;
}

.section5-home h4,
.section6-home h4,
.section8-home h4,
.section9-home h4{
	font-size: 14px;
	color: var(--blue);
	font-weight: 500;
	background-color: #E0FAF0;
	padding: 10px 15px 10px 40px;
	max-width: fit-content;
	border-radius: 35px;
	position: relative;
	text-transform: uppercase;
	border: 1px solid var(--green);
}
.section5-home .row .col-title .text,
.section6-home .row .col-title .text,
.section8-home .row .col-title .text,
.section9-home .row .col-title .text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section5-home h4::before,
.section6-home h4::before,
.section8-home h4::before,
.section9-home h4::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/icon-tnk-blue-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
}
.section5-home h2,
.section6-home h2,
.section8-home h2,
.section9-home h2{
    font-size: 40px;
    font-weight: 400;
    color: var(--blue);
    text-transform: uppercase;
}
.section5-home h2 span,
.section6-home h2 span,
.section8-home h2 span,
.section9-home h2 span{
    color: var(--green);
    font-weight: 700;
}
.section5-home p,
.section6-home p{
    color: var(--text);
}
.section5-home h3{
    color: #fff;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}
.section5-home .col{
    cursor: pointer;
}
.section5-home .box-text{
    padding: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    cursor: pointer;
}
.section5-home .box:hover .box-text-inner{
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.section5-home .box:hover .box-text .detail{
    display: block;
}
.section5-home .box-text-inner{
    background: transparent;
    border-radius: 24px;
    padding: 16px 12px;
}
.section5-home .box-text .detail{
    font-size: 16px;
    font-weight: 400;
    display: none;
}

.section6-home .col-giaiphap .col-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.section6-home .col-giaiphap .col-inner .icon-box{
    flex-wrap: wrap;
    width: 30%;
    justify-content: center;
    border: 1px solid #E8E8EA;
    border-radius: 50px;
    padding: 12px;
}
.section6-home .col-giaiphap .col-inner .icon-box:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}
.section6-home .col-giaiphap .col-inner .icon-box:hover p{
    color: var(--blue);
}
.section6-home .col-giaiphap .icon-box-text{
    display: flex;
    align-items: center;
}

.section6-home .col-inner .icon-box:nth-child(1),
.section6-home .col-inner .icon-box:nth-child(2),
.section6-home .col-inner .icon-box:nth-child(3),
.section6-home .col-inner .icon-box:nth-child(6),
.section6-home .col-inner .icon-box:nth-child(7),
.section6-home .col-inner .icon-box:nth-child(8) {
    flex: 0 0 30%;
}
.section6-home .col-inner .icon-box:nth-child(4),
.section6-home .col-inner .icon-box:nth-child(5) {
    flex: 0 0 35%;
}
.section6-home .icon-box-img{
    display: flex;
    align-items: center;
    padding-top: unset;
}

.section7-home{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.section7-home h4{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    padding: 10px 15px 10px 40px;
    max-width: fit-content;
    border-radius: 35px;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
}
.section7-home h4::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-tnk-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
}
.section7-home h2{
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.section7-home h2 span{
    color: #18B18A;
    font-weight: 700;
}
.section7-home .number-auto{
    font-size: 40px;
    color: #fff;
    margin-bottom: unset;
}
.section7-home .content{
    color: #fff;
    margin-bottom: unset;
}
.section7-home .row-numbers{
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.section7-home .row-numbers>.col{
    padding: 20px;
}
.section7-home .row-numbers .col:nth-child(1){
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.section7-home .row-numbers .col:nth-child(2){
    border-bottom: 1px solid #fff;
}
.section7-home .row-numbers .col:nth-child(3){
    border-right: 1px solid #fff;
}
.section7-home .col-contact .col-inner{
    display: flex;
    column-gap: 30px;
}
.section7-home .row-button{
    margin-top: 60px;
}
.section7-home .button-contact-home {
    background: #0ffcaae8;
    padding: 15px 55px 15px 30px;
    border-radius: 100px;
    color: var(--blue);
    font-weight: 500;
    position: relative;
}
.section7-home .button-contact-demo{
    background: transparent;
    padding: 15px 55px 15px 30px;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    position: relative;
    border: 1px solid #fff;
}
.section7-home .button-contact-home br,
.section7-home .button-contact-demo br{
    display: none;
}
.section7-home .button-contact-demo::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-dang-ky-demo.png);
    right: 10%;
    top: 55%;
    transform: translate(-10%, -55%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.section7-home .button-contact-home::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-phone.png);
    right: 10%;
    top: 55%;
    transform: translate(-10%, -55%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.section7-home .col-left{
    display: flex;
    align-items: center;
}
.section7-home .col-right{
    padding-bottom: unset;
}
.section7-home .col-right h3{
    font-size: 24px;
    color: #fff;
}
.section7-home .col-right p{
    color: #fff;
}
.section7-home .icon-box-img{
    display: flex;
    align-items: center;
}
.section7-home .icon-box{
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}
.section7-home .icon-box:last-child{
    border-bottom: unset;
}

.section8-home .slick-initialized .slick-slide{
    margin: 0 20px;
    padding: 30px;
    background-color: #fff;
    border-radius: 22px;
}
.section8-home .content-top img{
    margin-bottom: 1.2em;
}
.section8-home .content-top p{
    color: var(--text);
}
.section8-home .content-bottom-left{
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}
.section8-home .content-bottom-left .textbox-left img{
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
}
.section8-home .cus-name{
    color: var(--text);
    font-weight: 600;
}
.section8-home .cus-position{
    color: var(--text);
}
.section8-home .textbox-left{
    display: flex;
    align-items: center;
}
.section8-home .textbox-right img{
    margin-bottom: .3em;
}

.section8-home .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    gap: 8px;
}
.section8-home .slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.section8-home .slick-dots .slick-active{
    width: 60px;
}
.section8-home .slick-dots li.slick-active button:before{
    color: var(--green);
    background-color: var(--green);
    width: 60px;
    height: 18px;
    border-radius: 20px;
    opacity: 1;
}
.section8-home .slick-dots li button:before{
    width: 20px;
    font-size: 16px;
    opacity: 0.2;
}
.section8-home .slick-list{
    padding-bottom: 30px;
}


/**************** RESPONSIVE *****************/
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .banner-home{
        padding-top: 800px !important;
    }
    .banner-home .col-left{
        margin-left: 15px;
    }
    .banner-home .col-right{
        display: none;
    }
    .section2-home h4{
        border: unset;
    }
    .section2-home .col-title .col-inner{
        border: 1.5px solid #E8E8EA;
        border-radius: 50px;
        padding: 15px 30px;
    }
    .section3-home .col-left{
        order: 2;
    }
    .section3-home .col-left img{
        height: 550px;
        object-fit: contain;
    }
    .section3-home .col-right{
        order: 1;
    }
    .section4-home .pmvt-section,
    .section4-home .dxnb-section{
        flex-direction: column;
    }
    .section4-home .pmvt-left, 
    .section4-home .dxnb-right,
    .section4-home .pmvt-right, 
    .section4-home .dxnb-left,
    .section4-home .row-pmxd-pmvt .col-pmxd,
    .section4-home .row-pmxd-pmvt .col-pmvt-app,
    .section4-home .dxnb-right{
        max-width: 100%;
        flex-basis: 100%;
    }
    .pmvt-tab-btn.active,
    .pmxd-tab-btn.active,
    .dxnb-tab-btn.active,
    .pmvt-app-tab-btn.active,
    .pmvt-app-tab-btn,
    .pmvt-tab-btn,
    .pmxd-tab-btn,
    .dxnb-tab-btn{
        font-size: 14px;
    }
    .section4-home .row-pmxd-pmvt .col-pmxd .col-inner{
        padding-bottom: 30px;
    }
    .section4-home .dxnb-left{
        order: 2;
    }
    .section6-home p br{
        display: none;
    }
}

/* MOBILE */
@media only screen and (max-width: 767px){
    .banner-home{
        padding-top: 1000px !important;
    }
    .banner-home .banner-layers p{
        font-size: 16px;
    }
    .banner-home .banner-bg{
        margin: 0 10px !important;
    }
    .banner-home .banner-layers h4{
        font-size: 14px;
    }
    .banner-home h1 br,
    .section5-home p br,
    .section6-home p br{
        display: none;
    }
    .banner-home .col-contact .col-inner{
        flex-direction: column;
        row-gap: 40px;
        padding-left: 15px;
    }
    .banner-home .col-right .img-inner{
        top: 21px;
    }
    .section2-home h4{
        border: unset;
        font-size: 16px;
    }
    .section2-home .col-title .col-inner{
        border: 1.5px solid #E8E8EA;
        border-radius: 50px;
        padding: 15px 30px;
    }
    .section3-home h2 br,
    .section7-home h2 br{
        display: none;
    }
    .section3-home .col-left{
        order: 2;
    }
    .section3-home .col-right{
        order: 1;
        padding-top: unset;
    }
        .section4-home .pmvt-section,
    .section4-home .dxnb-section{
        flex-direction: column;
    }
    .section4-home .pmvt-left, 
    .section4-home .dxnb-right,
    .section4-home .pmvt-right, 
    .section4-home .dxnb-left,
    .section4-home .row-pmxd-pmvt .col-pmxd,
    .section4-home .row-pmxd-pmvt .col-pmvt-app,
    .section4-home .dxnb-right{
        max-width: 100%;
        flex-basis: 100%;
    }
    .pmvt-tab-btn.active,
    .pmxd-tab-btn.active,
    .dxnb-tab-btn.active,
    .pmvt-tab-btn,
    .pmxd-tab-btn,
    .dxnb-tab-btn{
        font-size: 14px;
    }
    .section4-home .row-pmvt, 
    .section4-home .row-dxnb{
        padding: 15px;
    }
    .pmvt-tab-btn.active,
    .pmxd-tab-btn.active,
    .dxnb-tab-btn.active,
    .pmvt-app-tab-btn.active,
    .pmvt-app-tab-btn,
    .pmvt-tab-btn,
    .pmxd-tab-btn,
    .dxnb-tab-btn{
        font-size: 12px;
    }
    .pmvt-img-wrap img, 
    .dxnb-img-wrap img{
        height: 250px;
        object-fit: cover;
    }
    .pmxd-img-wrap img{
        height: 220px;
    }
    .section4-home .row-pmvt .col-left,
    .section4-home .row-dxnb .col-left{
        padding: unset;
    }
    .section4-home .row-pmxd-pmvt .col-pmxd{
        padding-right: unset;
    }
    .section4-home .row-pmxd-pmvt .col-pmvt-app{
        padding-left: unset;
    }
    .section4-home .row-pmxd-pmvt .col-pmxd .col-inner{
        padding-bottom: 30px;
    }
    .section4-home .row-pmxd-pmvt .col-pmxd .col-inner,
    .section4-home .row-pmxd-pmvt .col-pmvt-app .col-inner{
        padding: 15px;
    }
    .section4-home .row-pmxd-pmvt .col-pmvt-app .col-inner{
        padding-bottom: unset;
    }
    .section4-home .dxnb-left{
        order: 2;
    }
    .section6-home .col-inner .icon-box:nth-child(1), 
    .section6-home .col-inner .icon-box:nth-child(2), 
    .section6-home .col-inner .icon-box:nth-child(3),
    .section6-home .col-inner .icon-box:nth-child(4), 
    .section6-home .col-inner .icon-box:nth-child(5),
    .section6-home .col-inner .icon-box:nth-child(6), 
    .section6-home .col-inner .icon-box:nth-child(7), 
    .section6-home .col-inner .icon-box:nth-child(8){
        flex: 0 0 100%;
    }
    .section7-home .row-numbers .col:nth-child(1),
    .section7-home .row-numbers .col:nth-child(2),
    .section7-home .row-numbers .col:nth-child(3){
        border-right: unset;
        border-bottom: 1px solid #fff;
    }
    .section7-home .col-contact .col-inner{
        flex-direction: column;
        row-gap: 40px;
    }
    .lpg-title{
        font-size: 18px !important;
    }
}