.nav-top-link, .style-btn3 {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 90px;
	text-decoration: none;
	display: inline-block !important;
	line-height: 1.1 !important;
}

.nav-top-link .menu-old,
.nav-top-link .menu-new,
.style-btn3 .menu-old,
.style-btn3 .menu-new{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: transform 0.3s ease;
	margin: 0; 
}

.nav-top-link .menu-old, .style-btn3 .menu-old{
	transform: translateY(0);
}

.nav-top-link .menu-new, .style-btn3 .menu-new{
	transform: translateY(-100%);
}

.nav-top-link:hover .menu-old, .style-btn3:hover .menu-old {
	transform: translateY(100%);
}

.nav-top-link:hover .menu-new, .style-btn:hover .menu-new {
	transform: translateY(0);
}
.nav-top-link .icon-angle-down{
	position: absolute;
	top: 0;
	right: 0;
}

.style-btn3 {
	position: relative;
	cursor: pointer;
	background: var(--gradiant-1);
	overflow: hidden;
	width: 150px;
	text-decoration: none;
	height: 50px;
	border-radius: var(--radius-small);
}

.style-btn3 .menu-old,
.style-btn3 .menu-new {
	position: absolute;
	top: 50%;
	left: -10%;
	transition: transform 0.3s ease;
	margin: 0;
	text-align: center;
	color: var(--color-2);
	font-weight: 500;
}

.style-btn3 .menu-old {
	transform: translate(0, -50%);
}

.style-btn3 .menu-new {
	transform: translateY(250%);
}

.style-btn3:hover .menu-old {
	transform: translateY(-250%);
}

.style-btn3:hover .menu-new {
	transform: translate(0, -50%);
}
.style-btn3 i{
	position: absolute;
	top: 50%;
	right: 22%;
	transform: translateY(-50%);
	color: var(--color-2);
	font-weight: 500;
}

.header-nav.header-nav-main.nav.nav-spacing-xlarge .menu-item{
	    display: flex;
    align-items: center;
	padding: .5rem;
}
.sub-menu.nav-sidebar-ul .menu-item .menu-new{
	display: none;
	visibility: hidden;
}
.pb-70{
	padding-bottom: 4.375rem !important;
}
.pt-150{
	padding-top: 9.375rem !important;
}
.pb-150{
	padding-bottom: 9.375rem !important;
}
#header .btn-menumobi span{
	background-color: var(--color-2);
}
.title-1{
	max-width: max(41vw, 43rem);
	font-size: max(4rem, 3.4vw);
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(to bottom, #9B9B9B 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title-2 {
	width: 660px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
}
.title-4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 115%;
}
.title-des{
	opacity: 0.7;
	font-size: 1.125rem;
}
.style-btn{
	padding: 0.313rem 2rem;
	font-weight: 500;
	border-radius: var(--radius-small);
	margin: 0;
	background: var(--gradiant-1);
}
.style-btn2{
	padding: 0.313rem 2rem;
	font-weight: 500;
	border-radius: var(--radius-small);
	margin: 0;
	background-color: transparent;
    border: 2px solid #ffc000;
    color: #ffc000;
}
.style-btn2:hover{
	background: var(--gradiant-1);
    color: var(--color-2);
}

/*header*/
.home #main{
	background-color: #100d1e;
}
.header-wrapper {
    border-bottom: 1px solid #272727;
}
.html_nav_position_text_top .style-btn3{
	height: 80px;
	border-radius: 0;
}
.html_nav_position_text_top .style-btn3 .menu-old, .html_nav_position_text_top .style-btn3 .menu-new{
	font-size: 1.125rem;
	font-weight: 500;
	left: 0;
}
.html_nav_position_text_top .style-btn3:hover .menu-old {
	transform: translateY(-310%);
}
.hide-for-medium .header-nav-main .icon-shopping-cart:before {
    content: "\f07a";
    font-family: 'Font Awesome 6 Pro';
}
.hide-for-medium .header-nav-main .fa-phone:before, .hide-for-medium .header-nav-main .icon-shopping-cart:before{
	font-weight: 300;
	font-size: 1.25rem;
}
.hide-for-medium .header-nav-main .menu-item, .hide-for-medium .header-nav-main .header-button-1 .button{
	font-size: 1.125rem;
	font-weight: 500;
}
.hide-for-medium .header-nav-main .custom.html_top_right_text a, .hide-for-medium .header-nav-main .cart-item a, .hide-for-medium .header-nav-main .menu-item{
	padding: 1rem;
}
.header-wrapper.stuck .hide-for-medium .header-nav-main .custom.html_top_right_text a, .header-wrapper.stuck .hide-for-medium .header-nav-main .cart-item a, .header-wrapper.stuck .hide-for-medium .header-nav-main .menu-item{
	padding: 0 1rem;
}
.menu-block {
	padding: 1.875rem;
	background-color: var(--color-1);
}
.menu-block .info-menu .image-cover{
	padding-top: 50%;
	border-radius:var(--radius-small);
}
.menu-block .sub-menu.nav-sidebar-ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
}
.menu-block .sub-menu.nav-sidebar-ul li{
	list-style: none;
	padding: 2rem !important;
	border-radius: var(--radius-small);
}
.menu-block .sub-menu.nav-sidebar-ul li a{
	color: var(--color-2);
	padding: 2rem;
}
.menu-block .sub-menu.nav-sidebar-ul li:nth-child(1):hover{
	background: linear-gradient(130deg,#e94231,#f1cc00);
}
.menu-block .sub-menu.nav-sidebar-ul li:nth-child(2):hover{
	background: linear-gradient(130deg,#2b0a8b,#07ded1);
}
.menu-block .sub-menu.nav-sidebar-ul li:nth-child(3):hover{
	background: linear-gradient(130deg,#d0295b,#ed7b28);
}
.menu-block .sub-menu.nav-sidebar-ul li:nth-child(4):hover{
	background: linear-gradient(130deg,#0c5bfa,#f66e7c);
}
	
.menu-item-has-block .nav-dropdown .col-inner ul:not(.nav.nav-vertical) li:not(.tab):not([class^=bullet-]){
	margin-left: 0 !important;
}
/* Arrow slick*/
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fff;
	box-shadow: 0px 0px 15px #00000033;
	border-radius: 99px;
	z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	color: transparent;
	outline: none;
	background: #fff;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: -5px;
}
[dir='rtl'] .slick-prev
{
	right: -5px;
	left: auto;
}
.slick-prev:before
{
	content: '\f060';
	font-family: "Font Awesome 6 Pro"
}
[dir='rtl'] .slick-prev:before
{
	content: '\f061';
	font-family: "Font Awesome 6 Pro"
}

.slick-next
{
	right: -5px;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -5px;
}
.slick-next:before
{
	content: '\f061';
	font-family: "Font Awesome 6 Pro"
}
[dir='rtl'] .slick-next:before
{
	content: '\f060';
	font-family: "Font Awesome 6 Pro"
}
/*==============HOME=================*/
.home_wrap-cols{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .5rem;
}
.section-1 .section-content.relative{
	height: calc(100svh - 5.25rem);
	min-height: 41rem;
	display: flex;
	align-items: center;
}
.section-1 .home_wrap{
	z-index: 0;
	position: absolute;
	inset: 0%;
	overflow: hidden;
}
.section-1 .home_wrap .home_wrap-cols{
	width: 85%;
	position: absolute;
	inset: -15% auto auto 30%;
	transform: rotate(15deg);
}
.section-1 .home_wrap .slick-slider .slick-list {
	height: 1200px !important;
}
.section-1 .home_wrap-slide img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: var(--radius-small);
	margin-bottom: .5rem;
}
.section-1 .title-banner{
	z-index: 99;
}
.section-1 .home-gradient_topleft {
	z-index: 1;
	background-image: linear-gradient(90deg, #000000d9, #000000c7 39%, #00000054 75%, #0000);
	position: absolute;
	inset: 0%;
}
.section-1 .title-banner_des{
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 2.75rem;
}
.section-1 .col-rote, .col-rote .home_wrap-slide{
	transform: rotate(180deg);
}
.section-1 .banner-home .title-banner .single-item{
	width: 50%;
	padding: 0 1rem !important;
}
.section-7 .tabs-container {
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	grid-template-rows: auto;
	grid-template-columns: 40% 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.section-7 .tabs {
	display: flex;
	flex-direction: column;
	padding: 10px;
	border-radius: 5px 0 0 5px;
}

.section-7 .tab {
	color: white;
	padding: 1.5rem;
	cursor: pointer;
	text-align: left;
	border-radius: var(--radius-small);
	position: relative;
	transition: background-color 0.3s ease;
}

.section-7 .tab.active {
	background-color: #171227;
}
.section-7 .tab.active:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-2);
	opacity: 0.3;
}
.section-7 .tab-description {
	margin-top: 0px;
	margin-bottom: 0;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transition: opacity 1s ease, max-height 1s ease; 
	max-width: 25rem;
}

.section-7 .tab.active .tab-description {
	opacity: .5;
	visibility: inherit;
	max-height: 500px;
	margin-top: 32px;
}

.section-7 .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.125rem;
	background: linear-gradient(124.07deg, #110d20 25.46%, #FECF11 68.11%, #FBED35 119.3%);
	width: 0%;
	border-radius: 0 0 5px 5px;
	transition: width 0.1s linear, opacity 0.3s ease;
}

.section-7 .progress-bar.complete {
	opacity: 0;
	width: 100%;
}
.section-7 .content {
	flex: 1;
	padding: 20px;
	background-color: white;
	border-radius: 0 5px 5px 0;
}

.section-7 .tab-content {
	display: none;
}

.section-7 .tab .two-icon img:nth-child(2), .section-7 .tab.active .two-icon img:nth-child(1){
	opacity: 0;
	transition: 0s;
	visibility: hidden;

}
.section-7 .tab.active .two-icon img:nth-child(2){
	opacity: 1;
	visibility: inherit;
}
.section-7 .tab.active .two-icon img:nth-child(1){
	opacity: 0;
	visibility: hidden;
}
.box-icon-tab{
	position: relative;
}
.section-7 .tab .two-icon .tab-icon{
	top: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	position: absolute;
}
.section-7 .tab .title-4{
	opacity: .7;
}
.section-7 .tab.active .title-4{
	opacity: 1;
}

.section-6 .service-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	transition: background-color 0.3s ease;
	overflow: hidden;
	border-bottom: 1px solid;
}
.section-6 .background-service {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(0, 255, 255, 0.5),
		rgba(0, 255, 255, 1)
	);
	transition: transform 0.5s ease;
	transform: translateY(100%);
	z-index: -1;
}

.section-6 .services-list_line {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	display: flex;
	position: relative;
  transition: 0.3s ease-in-out;
}
.section-6 .service-list:hover .services-list_line{
	padding-left: 1rem;
	padding-right: 1rem;
}
.section-6 .service-list_content {
	width: 100%;
	display: flex;
}
.section-6 .service-list_content_title {
	z-index: 1;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	align-items: flex-start;
	width: 45%;
	display: flex;
	position: relative;
}
.section-6 .service-list_content_title .number{
	opacity: .5;
}
.section-6 .service-list_content_desc {
	z-index: 1;
	opacity: 0.7;
	font-variation-settings: "wght" 85;
	align-items: center;
	width: 50%;
	font-size: 1.125rem;
	display: flex;
	position: relative;
}
.section-6 .service-list_image img {
	aspect-ratio: 82 / 35;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: relative;
}
.section-6 .service-list_image {
	z-index: 1;
	aspect-ratio: 82 / 35;
	border-radius: 100vw;
	flex: none;
	width: 6rem;
	height: 2.5609rem;
	position: relative;
	overflow: hidden;
}
.section-6 .service-list:hover .background-service {
	transform: translateY(0);
}
.section-6 .list-image-item {
	object-fit: cover;
	transition: ease-in-out 0.8s;
	position: relative;
	top: 0;
	display: flex;
	flex-direction: column;
}

.section-6 .service-list:hover .list-image-item {
	top: -200%;
}
.box-1 .client-list_shape, .box-2 .client-list_shape {
      border-radius: 100vw;
      width: 50%;
      height: 2rem;
      margin: auto;
      position: absolute;
      inset: 0%;
}
.box-1 .client-list_overlay, .box-2 .client-list_overlay {
      -webkit-backdrop-filter: blur(5rem);
      backdrop-filter: blur(5rem);
      background-color: #0000;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0%;
}
.box-1 .client-list_shape{
	background-color: #cd0000;
}
.box-2 .client-list_shape{
	background-color: #005b5a;
}
.desc_portfolio {
    border-radius: var(--radius-small);
    border: 1.5px solid #494848;
    padding: .25rem 1rem;
    width: 145px;
}
.homeService .box-portfolio .desc_portfolio img{
	margin: auto;
	filter: brightness(0) invert(1);
	transition: all .5s;
}
.box-portfolio:hover .desc_portfolio img{
	filter: inherit;
}
.box-portfolio:hover .title-4 a{
	color: var(--fs-color-primary);
}
/*==============ABOUT==============*/
.number-run{
	width: 100%;
	font-size: 5.5rem;
}
.number-run .odometer-value, .sub-title.title-2, .number-run{
    background: linear-gradient(124.07deg, #FBED35 25.46%, #FECF11 68.11%, #FFC000 119.3%);
    -webkit-background-clip: text;
    color: transparent;
}
.title-list .title-2{
	font-size: max(3.5rem, 3.2vw);
}
.prominent-figures p{
	 font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    opacity: .7;
}
/*==============SERVICE==============*/
.homeService .slick-arrow{
	left: auto;
	right: 13rem;
	top: calc(0px - 6rem);
	background-color: #6063ba00;
	border: 1px solid #edeee8;
	width: 3.25rem;
	height: 3.25rem;
}
.homeService .slick-prev.slick-arrow{
	right: 17rem;
}
.homeService .slick-prev:before, .slick-next:before{
	color: var(--wp--preset--color--white);
	font-weight: 100;
}
.homeService .box-image img, .homeService .box-portfolio .image-cover{
	border-radius: var(--radius-small);
}
.homeService .title-4 a{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: left;
}
.homeService .box-text{
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1.5rem;
	display: flex;
	padding: 0;
}
.homeService .box-portfolio img{
	transition: all 1s;
}

.homeService .box-portfolio:hover .box-image img{
	scale: 1.2;
}
/*=======================TIÊU CHÍ DỊCH VỤ=============================*/

/*=======================ĐỐI TÁC=============================*/

.clients-list .clients-list_holder {
	/* aspect-ratio: 300/220; */
	border: 1px solid #ffffff12;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius:var(--radius-small);
	background:rgb(17 13 32);
}
.clients-list.row.effect .col {
    padding: .3rem;
}
.client-list_logo img {
    width: 50%;
    margin: auto;
    object-fit: contain;
	filter: brightness(0) invert(1);
}
/* .clients-list .clients-list_holder:before {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('/wp-content/themes/flatsome-child/images/bg-boder.svg') no-repeat left bottom;
	z-index: 2;
}

.clients-list .clients-list_holder:after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('/wp-content/themes/flatsome-child/images/bg-boder-right.svg') no-repeat right bottom;
	z-index: 2;
} */

.clients-list .clients-list_holder .client-list_logo {
	flex: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	z-index: 99;
}

.clients-list .clients-list_holder.box-2 .client-list_logo:nth-of-type(2) {
	position: absolute;
	top: -100%;
	left: 0
}

.clients-list .clients-list_holder.box-2 .client-list_logo:nth-of-type(3) {
	position: absolute;
	left: -100%;
	top: 0
}

.clients-list .clients-list_holder.box-1 .client-list_logo:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 100%;
}

.clients-list .clients-list_holder.box-1 .client-list_logo:nth-of-type(3) {
	position: absolute;
	left: 0;
	top: 100%;
}

.clients-list .col:first-child .clients-list_holder:before,
.clients-list .col:nth-child(5) .clients-list_holder:before {
	display: none
}

.clients-list .col:nth-child(4) .clients-list_holder:after,
.clients-list .col:nth-child(8) .clients-list_holder:after {
	display: none
}

.clients-list .col:nth-child(n+5) .clients-list_holder:before {
	transform: rotateX(180deg);
	background-position: left bottom;
}

.clients-list .col:nth-child(n+5) .clients-list_holder:after {
	transform: rotateX(180deg);
	right: 1px;
}
/*==================FOOTER======================*/
.menu-contacts li{
	list-style: none;
}
.logo-footer{
	margin-bottom: 3rem;
}
.logo-footer .img.has-hover{
	width: 50%;
}
.footer .social-icons.follow-icons a {
    border: 1px solid;
    width: 2.5rem;
    height: 2.5rem;
}
.footer .social-icons.follow-icons a i{
	font-size: 1rem;
}
.footer .social-icons.follow-icons a:hover{
	background: linear-gradient(124.07deg, #FFC000 25.46%, #FECF11 68.11%, #FBED35 119.3%);
}
.footer .row-content{
	border-top: 1px solid #FFC000;
	padding-top: 3.75rem;
}
.title-footer{
	margin-bottom: 2rem;
}
.title-footer p{
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.3;
}
.title-footer p:nth-child(1){
	background: linear-gradient(124.07deg, #FFC000 25.46%, #FECF11 68.11%, #FBED35 119.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*===========REPONSIVE==========*/

@media (max-width: 980px) {  
	.pt-150 {
		padding-top: 3.125rem !important;
	}
	.pb-70 {
		padding-bottom: 2.75rem !important;
	}
	
	.section-6 .service-list_content_title .number{
		display: none;
	}
	.section-1 .section-content.relative{
		height: calc(100svh - 8.25rem);
		min-height: 33rem;
	}
	.section-1 .banner-home .title-banner .single-item {
		width: auto;
	}
	.prominent-figures p{
		font-size: 1rem;
	}
	.section-6 .service-list_content{
		flex-direction: column;
	}
	.section-6 .service-list_content_title .title-4{
		font-size: 1.25rem;
	}
	.section-6 .service-list_content_desc{
		font-size: 1rem;
	}
	.section-6 .service-list_content_title, .section-6 .service-list_content_desc{
		width: 100%;
	}
	.section-6 .service-list:hover .services-list_line {
		padding-left: 0;
		padding-right: 0;
	}
	.section-7{
		min-height: 868px;
	}
	.section-7 .tabs-container{
		grid-template-columns: 100%;
	}
	.section-7 .box-icon-tab .title-4{
		font-size: 1.25rem;
	}
	.section-7 .tab{
		padding: 1rem 0.5rem;
	}
	.section-7 .tab .two-icon .tab-icon{
		width: 1.7rem;
		height: 1.7rem;
	}
	.section-7 .tabs-container .contents{
		padding: 0 1rem;
	}
	.client-list_logo img {
		width: 65%;
	}
	.slider-next .slick-track{
		left: 1%;
	}
	.slider-next .slick-track .col{
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.homeService .title-4 a{
		font-size: 1.25rem;
	}
	.slick-dots li{
		background-color: #ffc000;
		transition: linear .5s;
		height: 8px;
		width: 8px;
	}
	.slick-dots li.slick-active{
		width: 40px;
		border-radius: 10px;
	}
	.slick-dots{
		margin-top: -5px;
	}
	.title-footer p{
		font-size: 1.25rem;
	}
	.footer .stack.stack-row{
		flex-direction: column;
		gap: 1rem;
	}
	.title-banner .single-item{
		padding: 0 1rem !important;
	}
}

@media (max-width: 575px){
	.pt-150 {
		padding-top: 3.125rem !important;
	}
	.pb-70 {
		padding-bottom: 2.75rem !important;
	}
	.title-1{
		font-size: 2.5rem;
	}
	.title-list .title-2, .title-2 {
		font-size: 2.3rem;
		width: 100%;
	}
	.title-4 {
		font-size: 1.75rem;
	}
	.section-1 .slick-vertical .slick-slide{
		width: 250px !important;
	}
	.section-1 .home_wrap .home_wrap-cols {
		inset: -15% auto auto 15%;
	}
	.section-1 .banner-home .title-banner .single-item {
		width: auto;
			padding: 0 1rem !important;
	}
	.section-6 .service-list_content_title .number{
		display: none;
	}
	.section-1 .section-content.relative{
		height: calc(100svh - 8.25rem);
		min-height: 33rem;
	}
	.prominent-figures p{
		font-size: 1rem;
	}
	.section-6 .service-list_content{
		flex-direction: column;
	}
	.section-6 .service-list_content_title .title-4{
		font-size: 1.25rem;
	}
	.section-6 .service-list_content_desc{
		font-size: 1rem;
	}
	.section-6 .service-list_content_title, .section-6 .service-list_content_desc{
		width: 100%;
	}
	.section-6 .service-list:hover .services-list_line {
		padding-left: 0;
		padding-right: 0;
	}
	.section-7{
		min-height: 868px;
	}
	.section-7 .tabs-container{
		grid-template-columns: 100%;
	}
	.section-7 .box-icon-tab .title-4{
		font-size: 1.25rem;
	}
	.section-7 .tab{
		padding: 1rem 0.5rem;
	}
	.section-7 .tab .two-icon .tab-icon{
		width: 1.7rem;
		height: 1.7rem;
	}
	.section-7 .tabs-container .contents{
		padding: 0 1rem;
	}
	.client-list_logo img {
		width: 65%;
	}
	.slider-next .slick-track{
		left: 25%;
	}
	.slider-next .slick-track .col{
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.homeService .title-4 a{
		font-size: 1.25rem;
	}
	.slick-dots li{
		background-color: #ffc000;
		transition: linear .5s;
		height: 8px;
		width: 8px;
	}
	.slick-dots li.slick-active{
		width: 40px;
		border-radius: 10px;
	}
	.slick-dots{
		margin-top: -5px;
	}
	.title-footer p{
		font-size: 1.25rem;
	}
	.footer .stack.stack-row{
		flex-direction: column;
		gap: 1rem;
	}
	.title-banner .single-item{
		padding: 0 1rem;
	}
}

@media (min-width: 1200px) {  
	.section-6 .service-list_content_title .number {
       display: inline-block;
    }
	.section-6 .service-list_content {
        flex-direction: row;
    }
	.section-7 .tabs-container {
        grid-template-columns: 40% 1fr;
    }
	    .footer .stack.stack-row {
        flex-direction: row;
    }
	.title-footer p {
        font-size: 2.25rem;
    }
	.title-list .title-2 {
		width: 500px;
	}
	    .slider-next .slick-track {
        left: 0%;
    }
	    .section-1 .slick-vertical .slick-slide {
        width: unset !important;
    }
	    .section-1 .home_wrap .home_wrap-cols {
        inset: -15% auto auto 30%;
    }
	.clients-list.row.effect{
		max-width: 100%;
    	margin: auto;
	}
	.full-row{
		max-width: 100% !important;
		padding: 0 0.5rem;
	}
	
}

@media (min-width: 1600px) {
	.title-list .title-2 {
		width: 625px;
	}
	.slider-next .slick-track {
		left: 0%;
	}
	.pb-70{
		padding-bottom: 4.375rem !important;
	}
	.pt-150{
		padding-top: 9.375rem !important;
	}
	.pb-150{
		padding-bottom: 9.375rem !important;
	}
	.full-row{
		padding: 0 1.5rem;
	}
}