.sub-title *{
	position: relative;
	text-transform: uppercase;
	color: var(--theme-color)!important;
	width: max-content;
	font-family: var(--medium) !important;
	font-size: 16px;
	
}
.sub-title *:after{
	content:'';
	position: absolute;
    height: 2px;
    width: 45px;
    background: var(--theme-color);
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.title-txt *{
	font-size: 48px;
	text-transform: capitalize;
	color: var(--theme-color2) !important;
	line-height: 1.2 !important
}

.btn-1{
	color: #ffffff;
    background-color: var(--theme-color);
    border-radius: 15px !important;
    border: 1px solid var(--theme-color);
    padding: 10px 40px;
    font-weight: 500;
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.0784313725) !important;
}
.btn-1.btn-white{
	color: var(--theme-color);
    background-color: #ffffff;
	border: 1px solid #ffffff;
}
.btn-1.btn-white:hover{
	background-color: var(--theme-color);
	color: white
}
.btn-1:hover{
	color: var(--theme-color);
	background-color: white
}
.txt-white, .txt-white *{
	color: white !important
}
/* home */
.home-banner{
	padding-top: calc(100vh - 120px) !important
}
.home-banner .text-box{
	left: 15px;
	
}
.home-banner .text-box .text-box-content{
	padding: 50px;
	border-radius: 10px;
    border: 1px solid #fff;
    background: var(--bg-ct);
    -webkit-box-shadow: 0 10px 20px #0000000f;
    box-shadow: 0 10px 20px #0000000f;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.home-banner .text-box .sub-title *{
	font-size: 30px;
	margin-bottom: 20px;
}
.home-banner .text-box .title-txt *{
	font-size: 48px;
}
.home-banner .bg-fill:before{
	content: "";
	position: absolute;
	width: 1000px;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/12/Group-333.svg);
	background-size: contain;
	background-position: bottom left;
    left: -10%;
    bottom: -10%;
    background-repeat: no-repeat;
    transform: rotateZ(70deg);
}
.home-sec-1 .open-video {
    border: 3px solid var(--theme-color2) !important;
	background-color: var(--theme-color2);
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple_video 0.7s linear infinite;
}
.home-sec-1 .open-video i{
	color: white
}
@keyframes ripple_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(6,23,87, 0.2), 0 0 0 .5em rgba(6,23,87, 0.2);
    box-shadow: 0 0 0 0 rgba(6,23,87, 0.2), 0 0 0 .5em rgba(6,23,87, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 .5em rgba(6,23,87, 0.2), 0 0 0 1em rgba(6,23,87, 0);
    box-shadow: 0 0 0 .5em rgba(6,23,87, 0.2), 0 0 0 1em rgba(6,23,87, 0);
  }
}
.home-sec-1 .banner {
	border-radius: 10px;
	overflow: hidden;
}
.home-sec-1 .col-right .col-inner{
	position: relative;
	padding-left: 50px;
}
.home-sec-1 .col-right .img-1{
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
	z-index: -1;
}
.home-sec-1 .col-right .img-2{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(0%, 30%);
}
#main .home-sec-1 {
	padding-top: 70px;
}
.home-sec-2 .col-left .col-inner{
	position: relative;
	display: flex;
	gap: 30px;
}
.home-sec-2 .col-left .col-inner > *{
	width: calc(50% - 15px);
}
.home-sec-2 .col-left .img-1{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.home-sec-2 .banner{
	border-radius: 10px;
	overflow: hidden;
}
.home-sec-2 .banner .overlay{
	background-image: linear-gradient(to top, rgba(6, 23, 87, 0.2), rgba(6, 23, 87, 0.5), rgb(6, 23, 87));
	background-color: transparent !important
}
.home-sec-2 .banner .text-box-content p{
	margin-top: 0;
}
.home-sec-2 .banner .cout-num p{
	font-size: 56px;
    font-family: var(--semi);
    margin-bottom: 10px;
    line-height: 1;
}
.home-sec-2 .banner .count-mota p{
	font-size: 24px;
	margin-bottom: 0;
}
.home-sec-2 .title-txt{
	margin-top: 20px !important
}
#main .home-sec-2{
	padding-top: 70px;
}
.box-service .box-image{
	border-radius: 10px;
	overflow: hidden;
}
.box-service .box-image:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 38%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(6, 23, 87, 0), rgba(6, 23, 87, 0.3), rgb(6, 23, 87));
	transition: 0.3s;
	z-index: 1;
}
.box-service:hover .box-image:after{
	background-image: linear-gradient(to bottom, rgba(229, 44, 72, 0), rgba(229, 44, 72, 0.3), rgb(229, 44, 72));
}
.box-service{
	position: relative;
}
.box-service .box-text{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	padding: 20px;
	display: flex;
	gap: 15px;
	overflow: hidden;
}
.box-service .box-text .box-text-inner{
	width: calc(100% - 55px);
}
.box-service .box-text .post-title{
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	-webkit-line-clamp: 2;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 22px;
}
.box-service .box-text .btn-view{
	width: 40px;
	height: 40px;
	background-color: var(--theme-color2);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid var(--theme-color2);
	transform: translatey(100px);
	transition: .5s
}
.box-service .box-text .btn-view:hover{
	background-color: #fff;
	color: var(--theme-color2);
}
.box-service:hover .btn-view{
	transform: translatey(10px);
}
#main .home-sec-3{
	padding: 70px 0 40px;
}
.home-sec-3 .title-txt *{
	margin-bottom: 0;
}
.home-sec-4 .image-cover img {
    object-fit: contain;
}
.home-sec-4 .image-cover {
    padding-top: 56%;
}
.home-sec-4 .slider-2, .home-sec-4 .slider-2 img {
    transform: rotate(180deg);
}
.home-sec-4 .box-img {
    margin: 0 8px;
}
.home-sec-4 .slider-1{
	margin-bottom: 20px;
}
#main .home-sec-5{
	padding-top: 70px;
}
.home-sec-5 .btn-1{
	margin: 30px 0 0
}
.home-sec-6 .large-columns-3 .flickity-slider>.col{
	flex-basis: 45%;
	max-width: 45%;
}
.home-sec-6 .box-blog-post .box-text .post-title a{
	min-height: 48px;
	color: var(--theme-color);
	font-size: 18px;
}
.home-sec-6 .large-columns-3 .flickity-slider>.col .col-inner{
	border: 1px solid #e2dfd5;
	border-radius: 5px;
}
.home-sec-6 .large-columns-3 .flickity-slider>.col .col-inner .image-cover{
	border-radius: 5px 5px 0 0
}
.home-sec-6 .large-columns-3 .flickity-slider>.col .col-inner .box-text{
	padding: 20px 25px;
}
.home-sec-6 .large-5 .col-inner{
	padding-left: calc((100vw - 1220px) / 2);
}
.home-sec-6 .large-7{
	padding-left: 30px;
}
.home-sec-6 .large-5 .img{
	margin-bottom: 5px;
}
#main .home-sec-6{
	padding-top: 70px;
	padding-bottom: 0;
}
.home-sec-6 .slider-nav-circle .flickity-button{
	opacity: 1 !important;
	border-radius: 5px;
	top: 50% !important;
	display: none !important
}
.home-sec-6 .slider-nav-circle .flickity-button.previous{
	left: -5%;
}
.home-sec-6 .slider-nav-circle .flickity-button.next{
	left: calc(-5% + 60px);
	right: auto;
}
.group-btn-slide{
	display: flex;
}
.group-btn-slide > div{
	width: 45px !important;
    height: 45px;
    box-shadow: 0px 3px 6px #00000029 !important;    
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset !important;
    color: var(--theme-color);
	margin-right: 10px;
	cursor: pointer
}
.group-btn-slide > div:hover{
	color: #fff;
    background: var(--theme-color2);
}
.box-blog-post .box-text .cat-label {
	margin-bottom: 14px;
	margin-top: 0;
}
.box-blog-post .box-text .cat-label span {
	display: inline-block;
	z-index: 3;
	position: relative;
	color: #3dac22;
	background: #e9ffbb;
	border-radius: 2px;
	padding: 0px 15px;
	line-height: 20px;
	font-size: 12px;
}
.box-blog-post .box-text .post-title a {
	color: #102750;
	font-size: 18px;
	line-height: 24px;
	font-family: var(--semi);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 0;
	height: 48px;
}
.box-blog-post:hover .box-text .post-title a {
	color: var(--theme-color2);
}
.box-blog-post .from_the_blog_excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #787878;
	margin: 0;
	height: 70px;
}
.box-date-txt{
	margin: 10px 0;
	color: #808080;
    font-size: 13px;
}
.box-date-txt i{
	margin-right: 5px;
}
/* end home */

/* gioi thieu */
#main .gt-sec-1{
	padding-top: 100px;
}
.gt-sec-1 .col-right .col-inner {
    position: relative;
    padding-left: 50px;
}
.gt-sec-1 .col-right .img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    z-index: -1;
}
.gt-sec-1 .col-right .img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0%, 30%);
}
.gt-sec-1 .img-0{
	border-radius: 10px;
    overflow: hidden;
}
.gt-sec-tnsm .sub-title *{
	margin: 0 auto 20px;
}
.gt-sec-tnsm .stack{
	flex-wrap: wrap !important
}
.gt-sec-tnsm .stack > .text{
	width: 100%;
	margin-top: 10px !important;
}
.gt-sec-tnsm .stack:not(:last-child) {
    border-bottom: 1px solid var(--theme-color);
	padding-bottom: 25px;
    margin-bottom: 25px;
}
.gt-sec-tnsm .icon-inner{
	border-radius: 100px;
	background-color: var(--theme-color);
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center
}
.gt-sec-tnsm .icon-inner img{
	height: 26px;
    width: auto;
    padding: 0;
	filter: brightness(0) invert(1);
}
.gt-sec-tnsm .col2 img, .gt-sec-tnsm .col3 img{
	border-radius: 10px;
}
.gt-sec-tnsm .icon-box-text{
	display: flex;
	align-items: center
}
.gt-sec-tnsm .col1, .gt-sec-tnsm .col2{
	margin-bottom: 20px;
}
/* end gioi thieu */

/* lien he */
.lh-sec-1 .box-lh p{
	display: flex;
	gap: 15px;
	align-items: center
}
.lh-sec-1 .box-lh i{
	width: 75px;
	height: 75px;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff7d;
	flex-shrink: 0;
	font-size: 26px;
}
.lh-sec-1 .box-lh{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-around
}
.lh-sec-1 .col-right .col-inner{
	background-color: var(--theme-color2);
	border-radius: 15px;
	padding: 40px;
}
.f-lienhe input, .f-lienhe textarea{
	box-shadow: none;
	border-radius: 6px;
}
.f-item{
	display: flex;
	gap: 20px;
}
.lh-sec-1 form, .lh-sec-1 .btn-1{
	margin-bottom: 0;
}
.gt-map iframe{
	width: 100%;
}
#main .lh-sec-1{
	padding-top: 120px;
}
.lh-sec-1 .col-left .col-inner{
	padding-right: 50px
}
/* end lien he */

/* dich vu */
.nav-pagination>li>a, .nav-pagination>li>span{
	border-width: 1px;
	border-radius: 5px;
	font-weight: 100;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.banner-page {
	margin-bottom: 60px;
}
/* end dich vu */

/* single dich vu */
.service-single--top {
	padding: 30px;
	box-shadow: 3px 6px 9px rgba(0,0,0,.1);
	border: 1px solid #e2dfd5;
	border-radius: 5px;
	min-height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;

}
.service-single--top .btn-1{
	margin: 20px 0 0;
	width: max-content;
}
.box-service-head .col-left{
	z-index: 5;
}
.box-service-head .col-right{
	margin-left: auto;
	margin-top: -20%;
}
.box-service-head .col-right img{
	border-radius: 5px;
}
.box-service-head .row-head{
	z-index: 5;
	position: relative
}
.box-service-head{
	position: relative;
	margin-top: 10px;
}
.box-service-head:before{
	background: var(--theme-color);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    right: 0;
	top: 8rem;
    position: absolute;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.box-service-head:after{
	background: var(--theme-color);
	content: "";
	display: block;
	height: 1px;
	bottom: auto;
    top: 20rem;
	left: 0;
	right: 0;
	position: absolute;
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
.blog-service .entry-content{
	padding: 40px;
	box-shadow: 3px 6px 9px rgba(0,0,0,.1);
	border-radius: 10px;
}
.box-service-head .bread-service{
	margin-bottom: 10px;
}
/* end single dich vu */

/* danh sach tin tuc */
.blog-archive.page-wrapper{
	padding-top: 0;
}
.blog-archive.page-wrapper .large-12.col{
	padding-bottom: 0;
}
/* end danh sach tin tuc */

/* blog single */
.blog-share {
	padding-bottom: 30px;
	display: flex;
	justify-content: flex-end;
	border-top: 2px dotted rgba(0, 0, 0, 0.1);
	padding-top: 30px;
	margin-top: 50px;
}
.blog-share .social-icons {
}
.blog-share .social-icons span {
	font-size: 16px;
	font-weight: normal;
	padding-right: 0;
	margin-bottom: 10px;
	color: #515151;
	font-family: var(--semi);
}
.blog-share a.icon {
	color: var(--theme-color2);
	font-size: 18px;
	margin: 5px 10px;
}
.single .featured-title .page-title-inner {
	min-height: unset !important;
	padding: 280px 15px 180px;
}
.single .featured-title .entry-title {
	font-size: 50px;
	font-family: var(--garamond);
	margin-bottom: 0;
}
.header-single {
	margin-bottom: 60px;
}
.single .blog-single:not(.blog-service) .entry-content {
	padding: 0;
}
.blog-single h1.entry-title {
	font-size: 28px;
}
.box-postdate span {
	color: #fff;
	padding: 3px 10px;
	font-size: 14px;
	border-radius: 50px;
	z-index: 2;
	position: relative;
	background-color: var(--theme-color);
}
.box-postdate span:before {
	content: '\f017';
	font-family: var(--fa6);
	font-weight: bold;
	margin-right: 5px;
}
.box-postdate {
	position: relative;
}
.box-postdate:before {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px solid #51515121;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.blog-featured-title + #main .post-sidebar {
	padding: 0 15px 0 0px;
}
.post {
	margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
	border: 0;
}
.post {
	margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
	border: 0;
}
.post-sidebar .featured-posts .title-post {
	font-size: 26px;
	margin-bottom: 19px;
	line-height: 1.5;
}
.post-sidebar .featured-posts .box-blog a {
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.post-sidebar .featured-posts .box-blog .box-image {
	width: 35%;
	flex-shrink: 0;
}
.post-sidebar .featured-posts h3 {
	color: #070707;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-family: var(--semi);
}
.post-sidebar .featured-posts .box:hover h3 {
	color: var(--theme-color);
}
.post-sidebar .featured-posts .box img {
	transition: all 0.3s ease;
}
.post-sidebar .featured-posts .box:hover img {
	transform: scale(1.1);
}
.post-sidebar .featured-posts .box-blog .image-cover {
	border-radius: 10px;
}
.post-sidebar .featured-posts .box-blog .box-text {
	padding: 10px 10px 10px 15px;
}
.post-sidebar .featured-posts .box-blog:last-of-type a {
	border: 0;
}
.blog-single{
	padding-top: 110px;
}
/* End blog-single */

/* header */

#header .header-nav-main.nav-left {
	justify-content: center
}
#header .header-nav-main.nav-right li {
	margin: 0 12px;
}
.header-nav-main > .menu-item {
	margin: 0px 16px;
}
.header-nav-main > .menu-item > a:before {
	content: '\f0d8';
	color: white;
	font-family: var(--fa6);
	font-weight: 900;
	position: absolute;
	display: block;
	opacity: 0 !important;
	visibility: hidden !important;
	left: 50%;
	top: 85%;
	transform: translatex(-50%);
	line-height: 1;
}
.header-nav-main > .menu-item > a:hover:before,
.header-nav-main > .menu-item.active > a:before {
	opacity: 1 !important;
	visibility: visible !important;
}
.header-nav-main .menu-item a {
	text-transform: uppercase;
	font-weight: normal;
	font-family: var(--regular);
	font-size: 16px;
	color: #fff !important;
	position: relative;
	padding: 3px 0px;
	line-height: 1.6 !important
}
.icon-shopping-basket:before{
	content: '\f290';
    font-family: var(--fa6);
	font-weight: 300;
}
.icon-search:before{
	content: '\f002';
	font-family: var(--fa6);
	font-weight: 300;
}
#header .icon-shopping-basket, #header .icon-heart, #header .header-search i, #header .icon-search {
    font-size: 22px !important;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
}
.header-contact{
	display: flex;
	font-size: 15px;
	gap: 20px;
}
.header-bg-color{
	background-color: transparent;
}
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper{
	box-shadow: none !important
}
.header-top{
	padding: 15px 0 40px;
	margin-bottom: -30px;
}
.header-main .header-inner {
	background-color: #E52C48;
	border-radius: 15px;
}
.logo-left .logo img{
	max-height: 55px !important;
}
.logo-left .logo img, .stuck #logo img{
	height: 55px !important;
}
.header-main {
    z-index: 11;
}
#header{
	margin-bottom: -40px;
}
/* header */

/* footer */
.f-map iframe{
	height: 250px;
	border-radius: 8px;
}
#footer .sec-footer{
	padding: 50px 0 20px;
}
.sec-footer li{
	list-style: none;
	margin-left: 0 !important
}
.foot-title p{
	font-size: 18px;
	font-family: var(--medium);
	text-transform: uppercase
}
.sec-footer .col2 .col-inner, .sec-footer .col3 .col-inner{
	padding-top: 30px;
}
.sec-footer .col2 .col-inner{
	padding-left: 40px;
}
.sec-footer a:hover{
	text-decoration: underline
}
.absolute-footer{
	background-color: var(--theme-color);
	padding: 10px 0;
}
.absolute-footer a:hover{
	color: white;
}
.absolute-footer .copyright-footer{
	color: white;
}
/* end footer */

@media(max-width: 980px){
	#header {
		margin-bottom: 0px;
	}
	.header-main .header-inner{
		border-radius: 0px;
	}
	#header .btn-menumobi span{
		background-color: white;
	}
	.home-banner {
		padding-top: calc(60vh - 120px) !important;
	}
	.home-banner .text-box .title-txt * {
		font-size: 32px;
	}
	.home-banner .text-box .sub-title * {
		font-size: 24px;
	}
	.home-banner .bg-fill:before{
		width: 620px;
	}
	.title-txt *{
		font-size: 28px;
	}
	.home-sec-3 .row-list-service{
        overflow: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        margin-bottom: 0;
        justify-content: flex-start;
        scroll-padding: 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 20px;
        margin-bottom: -10px;
    }
	.home-sec-3 .row-list-service .col{
		flex-basis: 44%;
		max-width: 44%;
		flex-shrink: 0;
	}
	.home-sec-6 .large-columns-3 .flickity-slider>.col {
		flex-basis: 65%;
		max-width: 65%;
	}
	.sec-footer .col2 .col-inner {
		padding-left: 0px;
	}
	.sec-footer .col2 .col-inner, .sec-footer .col3 .col-inner {
		padding-top: 0px;
	}
	#main .gt-sec-1 {
		padding-top: 60px;
	}
	#main .gt-sec-tnsm{
		padding-top: 0;
	}
	.box-service-head .col-right{
		margin-top: 0;
	}
	.service-single--top{
		min-height: 200px;
	}
	.box-service-head .col-left{
		order: 1;
		margin-top: -115px;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog-single {
		padding-top: 25px;
	}
	.post-sidebar .box-blog{
		flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
		margin: 0 !important
	}
	.post-sidebar .box-blog:nth-child(5){
		display: none;
	}
	.post-sidebar .list-post{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.lh-sec-1 .col-left .col-inner {
		padding-right: 0;
	}
	#main .lh-sec-1 {
		padding-top: 60px;
	}
}
@media (max-width: 500px){
	.home-banner .text-box .text-box-content{
		padding: 25px;
	}
	.home-banner .text-box .sub-title * {
        font-size: 18px;
    }
	.home-banner .text-box .title-txt * {
        font-size: 24px;
    }
	#main .home-sec-1 {
		padding-top: 50px;
	}
	.home-sec-1 .col-right .col-inner{
		padding-left: 0;
	}
	.home-sec-3 .row-list-service .col {
		flex-basis: 84%;
		max-width: 84%;
		flex-shrink: 0;
	}
	.home-sec-2 .col-left .col-inner{
		flex-wrap: wrap
	}
	.home-sec-2 .col-left .col-inner > * {
		width: 100%;
	}
	.home-sec-2 .col-left{
		padding-bottom: 10px;
	}
	.home-sec-2 .col-left .col-inner .banner{
		padding-top: 60.25% !important;
	}
	#main .home-sec-3 {
		padding: 50px 0 10px;
	}
	#main .home-sec-2 {
		padding-top: 50px;
		padding-bottom: 0;
	}
	#main .home-sec-4, .home-sec-4 .large-7{
		padding-bottom: 0;
	}
	.home-sec-4 .slider-1 {
		margin-bottom: 0;
	}
	.btn-1{
		padding: 8px 30px;
	}
	.home-sec-6 .large-7 {
		padding-left: 15px;
	}
	.home-sec-6 .large-columns-3 .flickity-slider>.col {
        max-width: 85%;
    }
	.list-shortcut-desktop {
		right: 10px;
		bottom: 10%;
	}
	.home-banner .bg-fill:before {
        width: 470px;
    }
	.gt-sec-1 .col-right .col-inner {
		padding-left: 0px;
	}
	.title-txt * {
		font-size: 24px;
	}
	#main .gt-sec-tnsm {
		padding-bottom: 0;
	}
	.gt-sec-tnsm .col3{
		order: 1
	}
	.sec-footer ul, .sec-footer li:last-child, .sec-footer p:last-child{
		margin-bottom: 0;
	}
	.sec-footer .foot-title p{
		margin-bottom: 15px;
	}
	.banner-page{
		padding-top: 220px !important;
	}
	.service-single--top{
		padding: 20px;
	}
	.service-single--top {
		min-height: 180px;
	}
	.service-single--top .btn-1{
		padding: 0px 30px;
        border-radius: 5px !important;
	}
	.blog-service .entry-content{
		padding: 20px;
	}
	.post-sidebar .list-post{
		display: block;
	}
	.post-sidebar .box-blog {
        max-width: 100%;
        margin: 0 !important;
    }
	.blog-share{
		padding-bottom: 0;
	}
	.blog-single h1.entry-title {
		font-size: 24px;
	}
	.lh-sec-1 .col-right .col-inner{
		padding: 25px;
	}
	.lh-sec-1 .box-lh p:last-child{
		margin-bottom: 0;
	}
	.lh-sec-1 .f-item{
		display: block;
	}
	.home-sec-1 .video-button-wrapper{
		font-size: 150% !important;
	}
	.home-sec-2 .btn-1{
		margin: 0;
	}
}