@font-face {
	font-family: 'MontserratBold';
	src: url('./font/Montserrat-Bold.ttf');
	font-display: swap;
}
@font-face {
	font-family: 'MontserratSemiBold';
	src: url('./font/Montserrat-SemiBold.ttf');
	font-display: swap;
}@font-face {
	font-family: 'Montserrat';
	src: url('./font/Montserrat-Regular.ttf');
	font-display: swap;
}
:root {
	--red: #ff014f;
	--black: #212428;
	--white: #c4cfde;
	--bold: 'MontserratBold';
	--semi: 'MontserratSemiBold';
	--regular: 'Montserrat';
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: normal;
	font-family: var(--bold);
	font-weight: 100 !important;
}
p, a, ul, li, div {
	font-family: var(--regular), sans-serif;
	font-weight: 100 !important;
}
.dark, .dark p, .dark td, dark .heading-font, .dark a.lead, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark label{
	color: var(--white);
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	width: 5px;
	background: #17191c;
}
::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 0;
	border-radius: 10px;
}
.m-auto{
	margin-left: auto !important;
	margin-right: auto !important
}
.row-main .col-menu{
	flex-basis: 290px;
	max-width: 290px;
	border-right: 1px solid #121415;
}
.row-main .col-content{
	flex-basis: calc(100% - 290px);
	max-width: calc(100% - 290px);
}
.row-main .col-menu .col-inner{
	padding: 50px 40px 40px;
}
.row-main .col-menu .is-sticky-column{
	top: 0
}
.row-main .col-menu .col-inner{
	overflow-y: auto;
	overflow-x: hidden;
	height: 100vh;
	min-height: 100vh;
}
.row-main .col-menu ul{
	list-style: none;
	margin-top: 50px;
}
.row-main .col-menu ul li{
	margin-left: 0;
	margin-bottom: 20px;
}
.row-main .col-menu img{
	border-radius: 50%;
	border: 5px solid #32363b;
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
}
.row-main .col-menu ul li a{
	margin: 10px 0;
	color: var(--white);
	text-transform: uppercase;
	font-size: 16px;
	display: block;
}
.row-main .col-menu ul li.ok a{
	color: var(--red);
}
.row-main .col-menu ul li i{
	margin-right: 10px;
}

.sec-home1 .section-bg {
	opacity: 0.4;
}
.sec-home1 .section-bg:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent
		linear-gradient(180deg, #151d4100 0%, #060c23 80%, #03071a 100%) 0% 0%
		no-repeat padding-box;
	border-radius: 6px 0 0 6px;
	opacity: 0.6;
}
.sec-home1 .col-left .img:first-of-type {
	max-width: 75px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.sec-home1 .col-left .img:last-of-type {
	max-width: 346px;
	margin: 0 auto;
}
.sec-home1 .col-left .content {
	text-align: center;
}
.sec-home1 .col-left .content p {
	margin-bottom: 0;
}
.sec-home1 .col-main {
	flex-basis: 37%;
	max-width: 37%;
}
.sec-home1 .col-main {
	z-index: 9999;
}
.sec-home1 .col-right {
	flex: 1;
}
.sec-home1 .col {
	padding-bottom: 0;
}
#main .sec-home1 {
	padding-bottom: 0;
	overflow: hidden;
}
#main .sec-home1:after {
	content: '';
	width: 100%;
	position: absolute;
	height: 215px;
	bottom: 0;
	left: 0;
	background: transparent
		linear-gradient(180deg, #151d4100 0%, #060c23 80%, #212428 100%) 0% 0%
		no-repeat padding-box;
	z-index: 1;
}
.sec-home1 .col-right .col-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 225px;
	margin-top: 60px;
	grid-gap: 35px 0;
}
.sec-home1 .col-right .icon-box {
	width: 90px;
}
#main .sec-home1 .icon-box .icon-box-img {
	width: 80px !important;
	height: 80px;
	margin: 0;
	background: linear-gradient(145deg, #1e2024, #23272b);
	box-shadow: 10px 0px 19px #1c1e22, -10px -10px 19px #262a2e;
	/*   border: 1px solid #acacac; */
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
#main .sec-home1 .icon-box .icon {
	max-width: 45px;
	width: 45px;
}
#main .sec-home1 .icon-box .icon img {
	padding: 0;
}
#main .sec-home1 .icon-box {
	text-align: center;
}
#main .sec-home1 .icon-box h4 {
	font-size: 20px;
	line-height: 1;
	font-family: var(--bold);
	margin: 0;
}
#main .sec-home1 .icon-box p {
	font-size: 12px;
}

.sec-home2 .col-bottom h1 {
	font-size: 60px;
	line-height: 1.6; 
	margin-bottom: 0;
}
.sec-home2 .col-bottom p {
	max-width: 860px;
	margin: 0 auto;
}
.sec-home2 .col-bottom .col-inner {
	margin-top: -130px;
}
.sec-home2 .section-content {
	content: '';
	position: absolute;
}
@keyframes ripple_video {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,1,79, 0.2), 0 0 0 .5em rgba(255,1,79, 0.2);
		box-shadow: 0 0 0 0 rgba(255,1,79, 0.2), 0 0 0 .5em rgba(255,1,79, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 .5em rgba(255,1,79, 0.2), 0 0 0 1em rgba(255,1,79, 0);
		box-shadow: 0 0 0 .5em rgba(255,1,79, 0.2), 0 0 0 1em rgba(255,1,79, 0);
	}
}
.open-video{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-animation: ripple 0.7s linear infinite;
	animation: ripple_video 0.7s linear infinite;
	background-color: rgba(255,1,79, .5);
	border: none !important
}
.open-video:hover{
	background-color: var(--red) !important;
	border-color: var(--red) !important
}
.sec-vct{
	padding-top: 100px !important
}
.text-title h3{
	font-size: 60px;
	margin-bottom: 15px;
	line-height: 1.2
}
.sub-title p{
	color: var(--red) !important;
	font-family: var(--semi) !important;
	margin-bottom: 10px;
}
.sec-vct .large-6:last-child{
	padding-left: 40px;
}
.sec-vct .banner, .sec-vct .banner .banner-bg{
	border-radius: 5px;
}
.button.open-video i{
	top: 0
}
.sec-dv .slider-wrapper{
	margin-top: 50px;
}
.sec-dv .slider-wrapper .col-inner i{
	font-size: 40px;
	color: var(--red);
}
.sec-dv .slider-wrapper h3{
	font-size: 24px;
}
.sec-dv .slider-wrapper .col-inner{
	padding: 45px 50px 35px 50px;
	transition: 0.5s all ease-in-out;
	position: relative;
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
	border-radius: 10px;
	background: linear-gradient(145deg, #1e2024, #23272b);
}
.sec-dv .slider-wrapper .col-inner > *{
	position: relative
}
.sec-dv .slider-wrapper .col-inner::before {
	content: "";
	position: absolute;
	transition: 0.4s;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #212428, #16181c);
	opacity: 0;
	z-index: -1;
}
.sec-dv .slider-wrapper .col-inner:hover::before{
	opacity: 1;
	z-index: 0
}
.sec-dv .slider-wrapper .col-inner:hover{
	padding-top: 35px;
	padding-bottom: 45px;
}
.flickity-button{
	height: 36px !important;
	border-radius: 5px;
	border-color: var(--red)!important;
	background-color: var(--red) !important;	
}
.flickity-button svg{
	border: none !important;
}
.sec-dv .flickity-button{
	top: auto;
	bottom: -50px;
	right: auto;
	left: calc(50% - 26px) !important;
	transform: translatex(-50%) !important;
}
.sec-dv .slider:hover .flickity-prev-next-button{
	transform: translatex(-50%) !important;
}
.sec-dv .flickity-button.next{
	left: calc(50% + 26px) !important;
	transform: translatex(50%);
}
.sec-kn{
	padding-top: 60px !important
}
.sec-kn .nav{
	max-width: 1220px;
	margin: 30px auto;	
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
	border-radius: 10px;
	background: linear-gradient(145deg, #1e2024, #23272b);
}
.sec-kn .nav li{
	width: 25%;
	text-align: center;
	margin: 0 !important
}
.sec-kn .nav li a{
	font-size: 18px;
	font-family: var(--semi);
	text-transform: capitalize;
	padding: 30px 10px;
	border-radius: 10px;
	background: transparent;
	opacity: 1 !important;
	width: 100%;
	text-align: center;
	justify-content: center
}
.sec-kn .nav li.active a{
	color: var(--red);
	background: linear-gradient(145deg, #1e2024, #23272b);
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
}
.sec-kn .tab-panels .large-6:last-child{
	padding-left: 60px;
}
.sec-kn .tab-panels .large-6 img{
	border-radius: 5px;
}
.sec-kn .tab-panels .large-6:first-child{
	padding-left: 70px;
	position: relative;
}
.sec-kn .tab-panels .large-6:first-child:before{
	content:'';
	position: absolute;
	height: calc(100% - 30px);
	width: 2px;
	background-color: #fdef9f;
	top: 0;
	left: 30px;
}
.sec-kn .tab-panels .large-6:first-child p{
	position: relative
}
.sec-kn .tab-panels .large-6:first-child p:before{
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fdef9f;
	display: block;
	position: absolute;
	top: 0;
	left: -39px;
	transform: translatex(-50%)
}

.row-follow .large-9 .col-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row-follow .large-9 .col-inner .box{
	width: 49%;
	margin: 15px 0 
}
.row-follow .large-9 .col-inner .box-text{
	padding-bottom: 0;
	padding-top: 0
}
.row-follow{
	position: relative
}
.row.row-follow>div.bg:not(.col):not([class^=col-]):not([class*=" col-"]) {	
	background: transparent linear-gradient(125deg, rgba(35,34,35,.3) 0%, rgba(35,34,35,.0) 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	backdrop-filter: blur(34px);
	width: calc(100% - 30px) !important;
	transform: translatex(-50%);
	left: 50%;
	-webkit-backdrop-filter: blur(34px);
}
.row-follow .bg:before, .row-follow .bg:after{
	content: '';
	position: absolute;
	display: block;
	border: 1px solid #707070;
	width: 2em;
	height: 2em;
	transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: border-color 0.2s;
	background-color: #212428;
}
.row-follow .bg:before{
	left: -16px;	
	top: -16px;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
	/* 	background-image: url(/wp-content/uploads/2023/05/Master-Dep-11.5.png); */
	background-size: contain
}
.row-follow .bg:after{
	right: -16px;
	top: -16px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.row-follow .large-3{
	padding-left: 50px;	
}
.row-follow .large-3 p{
	color: black;
	text-transform: uppercase;
	font-size: 44px;
	margin-bottom: 0;
	line-height: 1.2;
	font-family: var(--bold) !important
}
.row-follow .large-3 .col-inner{
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(#D9B364, #FCE58B, #FCE58B, #FED692);
	border-radius: 10px 10px 0 0;
	padding: 70px 0;
	border: 1.5px solid #E4BE7A
}
.row-follow > .col{
	padding-bottom: 0;
	padding-top: 30px;
}
.row-follow{
	margin-top: 40px;
}
.sec-mxh{
	padding-top: 60px !important
}
.sec-kienthuc .is-divider{
	display: none;
}
.sec-kienthuc .post-item{
	cursor: pointer;
}
.sec-kienthuc .post-item .col-inner{
	padding: 30px;
	transition: 0.5s all ease-in-out;
	background: linear-gradient(145deg, #1e2024, #23272b);
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
	border-radius: 10px;
}
.sec-kienthuc .post-item .box-image, .sec-kienthuc .post-item .box-image img{
	border-radius: 10px;
}
.sec-kienthuc .post-item .post-title a{
	font-size: 23px;
	font-family: var(--semi) !important;
	color: var(--white);
}
.sec-kienthuc{
	padding-top: 70px !important
}
.sec-kienthuc .m-auto{
	margin-top: 50px;
}

.modal_show_post {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999999;
	top: 0;
	left: 0;
}

.bg_overlay_post {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000040;
	width: 100%;
	height: 100vh;
	z-index: 999999999;
	cursor: pointer;
}

.modal_post_inner{
	position: absolute;	
	height: 90%;
	z-index: 9999999999;
	border-radius: 0.4rem;
	padding: 3rem 2rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 	background: transparent linear-gradient(125deg, #212428b3 0%, #21242829 100%) 0% 0% no-repeat padding-box; */
	background: #212428;
	-webkit-box-shadow: 0 10px 20px #0000000f;
	box-shadow: 0 10px 20px #0000000f;
	opacity: 1;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid white
}
.close_post{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 30px;
	height: 30px;
	z-index: 9999999999;
	cursor: pointer;
	background: white;
	border-radius: 50px;
}
.gallery_post{
	overflow: auto !important;
	max-height: 100%;
	height: max-content;
}
.gallery_post > div{
	height: max-content;
	padding: 0 10px 0 50px
}
.gallery_post h3{
	width: 100%;
	color: white;
	font-size: 30px;
	height: max-content;
	padding-left: 15px;
}
.d-none{
	display: none !important
}
.gallery_post .post-title h2{
	font-size: 32px;
}
.gallery_post .post-date{
	font-size: 15px;
	margin-bottom: 30px;
	font-family: var(--semi) !important
}
blockquote{
	color: var(--white)
}
.post-meta{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.post-meta .post-cate{
	color: var(--red);
	font-family: var(--semi)
}
.post-meta span:last-child{
	font-family: var(--semi)
}
.foot-contact{
	display: flex;
	align-items: center;
}
.foot-contact i{
	color: var(--red);
	font-size: 40px;
	margin-right: 15px;
}
.foot-contact h3{
	margin-bottom: 0
}
.sec-footer p{
	margin-bottom: 0
}
.wpcf7-spinner{
	display: none;
}
.form-lh .wpcf7-submit{
	margin: 0;
	border-radius: 50px;
	text-transform: capitalize
}
.form-lh input{
	box-shadow: none !important;
	border: none !important;
	margin-bottom: 0 !important;
}
.form-lh{
	display: flex;
	background-color: white;
	border-radius: 50px;
}
.form-lh span[data-name="your-email"] input{
	border-radius: 50px 0 0 50px;
}
.sec-footer{
	padding-bottom: 0 !important
}
.form-lh span{
	position: relative
}
.form-lh span .wpcf7-not-valid-tip{
	position: absolute;
	left: 0;
	top: 130%;
	font-size: 12px;
	background-color: var(--white);
	opacity: 1;
}
.skill-main {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.skill-main .skill-wrrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.skill-main .skill-wrrap .skill-name {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}
.skill-main .skill-wrrap .skill-bar {
	height: 20px;
	background-color: #00283a;
	border-radius: 8px;
}
.skill-main .skill-wrrap .skill-per {
	height: 20px;
	background: #23576f;
	border-radius: 8px;
	width: 0;
	transition: 1s linear;
	position: relative;
}
.skill-main .skill-wrrap .skill-per:before {
	content: attr(per);
	position: absolute;
	padding: 4px 6px;
	background-color: #23576f;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
	top: -35px;
	right: 0;
	transform: translateX(50%);
}
.skill-main .skill-wrrap .skill-per:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #23576f;
	top: -15px;
	right: 0;
	transform: translateX(50%) rotate(45deg);
	border-radius: 2px;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
	margin-top: 0 !important
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button:hover{
	background-color: #212428 !important;
	border: 2px solid #BA1747 !important
}
@media(max-width: 1199.98px) and (min-width: 981px){
	.row-main .col-menu {
		flex-basis: 230px;
		max-width: 230px;
		border-right: 1px solid #121415;
	}
	.row-main .col-content {
		flex-basis: calc(100% - 230px);
		max-width: calc(100% - 230px);
	}
	.row-main .col-menu .col-inner {
		padding: 40px 20px 40px;
	}
	.row-main .col-menu ul li a{
		font-size: 15px;
	}
	.sec-home2 .col-bottom h1{
		font-size: 42px;
	}
	.sec-home2 .col-bottom p{
		font-size: 15px;
	}
	.sec-home2 .col-bottom .col-inner {
		margin-top: -80px;
	}
	#main .sec-home1{
		padding-bottom: 30px;
	}
	.sec-home1 .col-right .col-inner{
		margin-top: 0
	}
	#main .sec-home1:after{
		height: 85px;
	}
	.text-title h3{
		font-size: 32px;
	}
	.sec-vct:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 5px;
		background-color: #121415;
		top: 50px;
		left: 0;
		transform: translateY(-50%);
	}
	.sec-vct .row > .col{
		flex-basis: 100%;
		max-width: 100%;
		padding: 0 15px 30px;
	}
	.sec-vct .row > .col:first-child{
		padding-bottom: 0;
		order: 2
	}
	.sec-vct .row > .col:last-child{		
		order: 1
	}
	.sec-vct .row .text-title h3{
		text-align: center
	}
	.sec-dv .slider-wrapper.hide-for-medium{
		display: none;
	}
	.sec-dv .slider-wrapper.show-for-medium{
		display: block !important;
	}
	.sec-dv .slider-wrapper.show-for-medium .row .col{
		flex-basis: 50%;
		max-width: 50%;
	}
	.sec-dv .slider-wrapper h3 {
		font-size: 20px;
	}
	.sec-kn .nav li a{
		font-size: 16px;
	}
	.row-follow > .col.large-9{
		flex-basis: 70%;
		max-width: 70%;
	}
	.row-follow > .col.large-3{
		flex-basis: 30%;
		max-width: 30%;
	}
	.row-follow .large-3 p{
		font-size: 28px;
	}
	.sec-kienthuc .post-item {
		flex-basis: 50%;
		max-width: 50%;
	}
	.sec-kienthuc .post-item:last-child{
		display: none;
	}
	.sec-kienthuc .post-item .post-title a{
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 25px;
		-webkit-line-clamp: 2;
		height: 50px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.sec-kienthuc {
		padding-top: 50px !important;
	}
	.foot-contact h3{
		font-size: 17px;
	}
	.foot-contact i {
		color: var(--red);
		font-size: 32px;
		margin-right: 10px;
	}
	.form-lh input{
		font-size: 14px;
	}
}
@media(max-width: 980px){
	.row-main .col-menu, .row-main .col-content {
		flex-basis: 100%;
		max-width: 100%;
		border-right: none;
	}
	.btn-menumobi {
		font-size: 22px;
		color: #292929;
	}
	.btn-menumobi {
		width: 22px;
		height: 16px;
		position: relative;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
	}
	.btn-menumobi.active{
		transform: translate(2px, 2px);
	}
	.btn-menumobi span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #292929;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	.btn-menumobi span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	.btn-menumobi span:nth-child(2) {
		top: 8px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
		width: 80%;
		left: unset;
		right: 0;
	}

	.btn-menumobi span:nth-child(3) {
		top: 16px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	.btn-menumobi.active span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: -3px;
		left: 2px;
	}

	.btn-menumobi.active span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}

	.btn-menumobi.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 12px;
		left: 2px;
	}
	.btn-menu{
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 9999999;
		display: flex !important;
		background-color: #f5f5f5;
		width: 35px;
		height: 35px;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
	}
	.row-main .col-menu ul{
		width: 35%;
		margin: 40px auto;
		padding-left: 35px;
	}
	.row-main .col-menu{
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 9999;
		display: none;
		background-color: var(--black)
	}
	.row-main .col-menu .img{
		margin-left: auto;
		margin-right: auto
	}
	.sec-home2 .col-bottom h1 {
		font-size: 40px;
	}
	.sec-home2 .col-bottom .col-inner {
		margin-top: -100px;
	}
	.sec-home1 .col-right .col-inner {
		margin-top: 0;
		grid-gap: 10px;
	}
	.sec-home1 .col-main {
		flex-basis: 40%;
		max-width: 40%;
	}
	.sec-home1 .col-right .icon-box {
		width: 47%;
	}
	.row .section {
		padding-left: 0;
		padding-right: 0;
	}
	.text-title h3{
		font-size: 36px;
	}
	.sec-kienthuc .post-item{
		flex-basis: 50%;
		max-width: 50%;
	}
	.modal_post_inner{
		width: calc(100vw - 30px);
	}
	.sec-vct .video-button-wrapper{
		font-size: 200% !important
	}
	.sec-kienthuc .post-item:last-child{
		display: none;
	}
	.sec-kienthuc .post-item .post-title a{
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 25px;
		-webkit-line-clamp: 3;
		height: 75px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	#main .sec-home1:after{
		height: 100px;
	}
}
@media(max-width: 480px){
	#main .flickity-button {
		height: 30px !important;
		border-radius: 5px;
		border-color: var(--red) !important;
		background-color: var(--red) !important;
		width: 30px !important;
		min-height: 30px;
	}
	#main .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button:hover{
		background-color: #212428 !important;
		border: 2px solid #BA1747 !important
	}
	#main .row-slider .flickity-prev-next-button svg{
		padding: 8px !important;
	}
	.sec-home1 .col-main {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}
	.sec-home1 .col-main .title {
		padding: 0 10px;
		z-index: 10;
		position: relative;
		margin-top: -90px;
	}
	.sec-home1 .col-main .title h2, .text-title h3{
		font-size: 30px;
	}
	.sec-home1 .col-right{
		display: none;
	}
	#main .sec-home1:after{
		height: 60px;
	}
	.sec-home1 .col-main .img:before {
		content: '';
		width: 100%;
		position: absolute;
		height: 215px;
		bottom: -40px;
		left: 0;
		background: transparent linear-gradient(180deg, #151d4100 0%, #060c23 80%, #212428 100%) 0% 0% no-repeat padding-box;
		z-index: 1;
	}
	.sec-vct .large-6:last-child{
		padding-left: 15px;
	}
	.sec-dv .flickity-button{
		display: block!important
	}
	.sec-dv{
		padding-top: 0 !important
	}
	.sec-kn .nav li{
		width: 100%
	}
	.sec-kn .nav{
		flex-wrap: wrap
	}
	.sec-kn {
		padding-top: 40px !important;
	}
	.sec-mxh, .sec-kienthuc {
		padding-top: 40px !important;
	}
	.sec-kienthuc .post-item {
		flex-basis: 100%;
		max-width: 100%;
	}
	.row-follow .large-3{
		padding-right: 40px;
		padding-left: 40px;
	}
	.row-follow .large-3 .col-inner{
		padding: 30px 0
	}
	.row-follow .large-3 p {
		font-size: 26px;
	}
	.row-follow .large-9 .col-inner .box{
		width: 100%;
		display: flex;
		align-items: center
	}
	.row-follow .large-9 .col-inner .box-image{
		width: 17% !important;
		margin: 0
	}
	.row-follow .large-9 .col-inner .box-text{
		width: 83% !important;
		padding: 0 20px;
	}
	.row-follow .large-9 .col-inner{
		padding-left: 20px
	}
	.sec-kienthuc .post-item .post-title a{
		font-size: 20px;
	}
	.row-main .col-menu ul{
		width: 85%;
	}
	.gallery_post{
		margin: 0 !important
	}
	.gallery_post > div {
		height: max-content;
		padding: 0 10px 0 10px;
	}
	.gallery_post .post-title h2 {
		font-size: 24px;
	}
	.modal_post_inner{
		padding: 3rem 1rem;
	}
	.section{
		overflow-x: hidden
	}
	.sec-dv{
		padding-bottom: 60px !important;
	}
	#main .sec-home1{
		padding-top: 50px
	}
	.sec-kn .tab-panels .large-6:last-child{
		padding-left: 15px;
	}
	.sec-kienthuc .sub-title p{
		font-size: 15px;
	}
	.sec-dv .flickity-button{
		bottom: -30px;
	}
	.sec-kienthuc .flickity-prev-next-button path{
		color: #fff;
	}
}