@import url(../libs/owlcarousel/assets/owl.carousel.min.css);
@import url(../libs/font-awesome/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url("https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

*,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	list-style: none
}

img {
	max-width: 100%
}

a {
	text-decoration: none
}


.text-upper {
	text-transform: uppercase
}

.text-gray {
	color: #949da6
}

.f-cicle {
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px
}

.just-align-center {
	justify-content: center;
	align-items: center;
	display: flex
}

.btn-danger {
	background-color: #e91a08;
	border-color: #e91a08
}

body {
	font-family: 'Exo 2', sans-serif;
	background: #fff;
	color: #333;
	font-size: 14px
}

body .no-padding {
	padding: 0px
}

body .noradius {
	border-radius: 0px
}

body img {
	object-fit: cover
}

.transition,
.transition:hover {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

@keyframes ringing {
	0% {
		transform: rotate(-15deg)
	}

	2% {
		transform: rotate(15deg)
	}

	12%,
	4% {
		transform: rotate(-18deg)
	}

	14%,
	6% {
		transform: rotate(18deg)
	}

	8% {
		transform: rotate(-22deg)
	}

	10% {
		transform: rotate(22deg)
	}

	16% {
		transform: rotate(-12deg)
	}

	18% {
		transform: rotate(12deg)
	}

	20% {
		transform: rotate(0)
	}
}

.icon-animated-bell {
	display: inline-block;
	-moz-animation: ringing 2s 5 ease 1s;
	-webkit-animation: ringing 2s 5 ease 1s;
	-o-animation: ringing 2s 5 ease 1s;
	-ms-animation: ringing 2s 5 ease 1s;
	animation: ringing 2s 5 ease 1s;
	-moz-transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	animation-iteration-count: infinite
}

.button-default {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #f7f8fa;
	background-color: #f7f8fa;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: 0;
	transition: all .15s ease-in-out;
	color: #949da6
}

.f-header .navbar {
	background-color: #fff;
	box-shadow: 1px 1px 3px #ccc;
	padding-left: 0px;
	padding-right: 0px
}

.f-header .navbar .container {
	padding-left: 0px;
	padding-right: 0px
}

.f-header .f-logo {
	text-align: center
}

.f-header .navbar-brand {
	padding: 0px
}

/* .f-header .navbar-brand img {
	height: 40px
} */

.f-header .f-navbar-search .form-inline {
	margin-left: 20px
}

.f-header .f-navbar-search .form-inline .form-control {
	background-color: #f7f8fa;
	/* border-color: #f7f8fa; */
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	min-width: 300px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.f-header .f-navbar-search .form-inline .form-control:focus {
	min-width: 300px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-color: #f3f3f3
}

.f-header .list-action-nav {
	display: flex;
	justify-content: center;
	align-items: center
}

.f-header .list-action-nav .action-nav {
	position: relative;
	margin-right: 15px
}

.f-header .list-action-nav .action-nav .dropdown-toggle:after {
	display: none
}

.f-header .list-action-nav .action-nav i {
	font-size: 25px;
	color: #949da6
}

.f-header .list-action-nav .action-nav .badge {
	width: 20px;
	height: 20px;
	line-height: 14px;
	padding: 3px;
	position: absolute;
	right: -5px;
	top: -5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e91a08
}

.f-header .list-action-nav .action-nav .f-notification {
	border-radius: 0px;
	border: none;
	width: 20em;
	padding: 0;
	right: 0;
	left: auto;
	box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.6)
}

.f-header .list-action-nav .action-nav .f-notification h3 {
	background-color: #eee;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 10px
}

.f-header .list-action-nav .action-nav .f-notification .dropdown-item {
	white-space: normal;
	display: inline-flex;
	width: 100%;
	padding: 10px 15px
}

.f-header .list-action-nav .action-nav .f-notification .dropdown-item .f-noti-thumn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	float: left
}

.f-header .list-action-nav .action-nav .f-notification .dropdown-item p {
	display: inline-block;
	float: left;
	width: calc(100% - 60px);
	word-wrap: break-word
}

.f-header .list-action-nav .f-nav-user img {
	height: 40px;
	width: 40px;
	border-radius: 50%
}

.fvv-sidebar {
	background-color: #000000;
	padding: 0;
	position: -webkit-sticky;
	position: sticky;
	border-right: 1px solid #efefef
}

.fvv-sidebar .fvv-sidebar-content {
	padding: 15px 0px 20px 0px;
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 56px)
}

.fvv-sidebar .fvv-sidebar-content::-webkit-scrollbar {
	width: 8px
}

.fvv-sidebar .fvv-sidebar-content::-webkit-scrollbar-thumb {
	height: 56px;
	background: #efefef
}

.fvv-sidebar .list-f-sidebar h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color: #e91a08;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* .fvv-sidebar .list-f-sidebar ul {
	padding: 0 15px;
} */

.fvv-sidebar .list-f-sidebar ul li {
	background-color: #333; /* Đặt màu nền của mục menu */
    color: #fff; /* Đặt màu chữ của mục menu */
    transition: background-color 0.3s ease; /* Thêm hiệu ứng chuyển đổi màu nền */
}


.fvv-sidebar .list-f-sidebar ul li a {
	padding: 10px 15px;
	color: white;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	border-radius: 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.fvv-sidebar .list-f-sidebar ul li a i {
	margin-right: 10px;
	font-size: 15px
}

.fvv-sidebar .list-f-sidebar ul li:hover {
	background-color: #ff3636;
	border-radius: 6px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.fvv-sidebar .list-f-sidebar ul li:hover a {
	color: #fff;
	text-decoration: none
}

.fvv-sidebar .list-f-sidebar ul li:hover a i {
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.fvv-sidebar .list-f-sidebar ul.friend-list {
	padding: 0px
}

.fvv-sidebar .list-f-sidebar ul.friend-list li a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px
}

.fvv-sidebar .list-f-sidebar ul.friend-list li a span {
	font-size: 14px
}

.fvv-sidebar .list-f-sidebar ul.friend-list li:hover {
	background-color: #f3f3f3;
	border-radius: 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.fvv-sidebar .list-f-sidebar ul.friend-list li:hover a {
	color: #e91a08;
	text-decoration: none
}

.f-content {
	margin-top: 56px
}

.f-content .fvv-content {
	background-color: #000000;
	padding: 15px 20px 60px 40px;
	position: relative;
	min-height: calc(100vh - 56px)
}

.fvv-content-box .fvv-content-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #ffc107!important;
	font-weight: bold;
}

.fvv-content-box .fvv-content-body {
	/* margin-bottom: 20px; */
	display: inline-block;
	width: 100%
}

.slide-style .owl-nav .owl-prev,
.slide-style .owl-nav .owl-next {
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: calc(50% - 15px)
}

.slide-style .owl-nav .owl-prev i,
.slide-style .owl-nav .owl-next i {
	font-size: 30px;
	color: #94a1aa
}

.slide-style .owl-nav .owl-prev {
	left: -25px
}

.slide-style .owl-nav .owl-next {
	right: -25px
}

.slide-style .owl-nav .disabled {
	opacity: 0;
	cursor: default
}

.new-post-item .new-post-item-inner {
	position: relative
}

.new-post-item .new-post-item-inner .post-avatar {
	height: 220px;
	overflow: hidden
}

.new-post-item .new-post-item-inner .post-avatar img {
	object-fit: cover;
	width: 100%
}

.new-post-item .new-post-item-inner .post-content {
	position: absolute;
	padding: 15px;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease
}

.new-post-item .new-post-item-inner .post-content:hover {
	background-color: rgba(0, 0, 0, 0.4)
}

.new-post-item .new-post-item-inner .post-content h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 15px;
	max-height: 75px;
	overflow: hidden;
}

.new-post-item .new-post-item-inner .post-content p {
	font-size: 13px
}

.cate-post-slide .cate-post-item .cate-post-item-inner {
	position: relative
}

.cate-post-slide .cate-post-item .cate-post-item-inner a {
	text-decoration: none
}

.cate-post-slide .cate-post-item .cate-post-item-inner .post-avatar {
	overflow: hidden
}

.cate-post-slide .cate-post-item .cate-post-item-inner .post-avatar img {
	object-fit: cover;
	width: 100%
}

.cate-post-slide .cate-post-item .cate-post-item-inner .post-content {
	z-index: 2
}

.cate-post-slide .cate-post-item .cate-post-item-inner .post-content h3 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	max-height: 60px;
	overflow: hidden
}

.cate-post-slide .cate-post-item .cate-post-item-inner .post-content h3:hover {
	color: #e91a08
}

.cate-post-slide .cate-post-item .cate-post-item-inner .post-content p {
	font-size: 12px
}

.item .cate-post-item .cate-post-item-inner .post-content h6 {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}

.item .cate-post-item .cate-post-item-inner .post-content h6:hover {
	color: #e91a08;
	text-decoration: none
}


.f-footer {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	position: absolute;
	left: 40px;
	width: calc(100% - 40px);
	bottom: 0
}

.f-post-category-item {
	margin-bottom: 20px
}

.f-post-category-item:nth-child(even) {
	padding-left: 10px
}

.f-post-category-item:nth-child(odd) {
	padding-right: 10px
}

@-webkit-keyframes nfanimated {
	0% {
		opacity: 1
	}

	17% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	92% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes nfanimated {
	0% {
		opacity: 1
	}

	17% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	92% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes nfanimated {
	0% {
		opacity: 1
	}

	17% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	92% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes nfanimated {
	0% {
		opacity: 1
	}

	17% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	92% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fvv-notfound {
	text-align: center
}

.fvv-notfound .nf-image {
	width: 130px;
	height: 130px;
	position: relative;
	margin: auto
}

.fvv-notfound .nf-image .nfi-item {
	width: 130px;
	height: 130px;
	position: absolute;
	left: 0;
	background-image: url(../images/404.png);
	-webkit-animation-name: nfanimated;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	-moz-animation-name: nfanimated;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 1s;
	-o-animation-name: nfanimated;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 1s;
	animation-name: nfanimated;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 1s
}

.fvv-notfound .nf-image .nfi-item:nth-child(1) {
	background-position: 0 0;
	animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	-o-animation-delay: 0.75s
}

.fvv-notfound .nf-image .nfi-item:nth-child(2) {
	background-position: -130px 0;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s
}

.fvv-notfound .nf-image .nfi-item:nth-child(3) {
	background-position: -260px 0;
	animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-o-animation-delay: 0.25s
}

.fvv-notfound .nf-image .nfi-item:nth-child(4) {
	background-position: -390px 0;
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s
}

.fvv-notfound .text-upper {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px
}

.fvv-notfound a {
	font-size: 15px
}

.modal.left {
	z-index: 9999
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 280px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0)
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius: 0px;
	border: none
}

.modal.left .modal-body {
	padding: 15px 15px 20px
}

.modal.left .modal-dialog {
	left: -280px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out
}

.modal.left.fade.show .modal-dialog {
	left: 0
}

@media screen and (min-width: 768px) {

	.f-search-mb,
	.btn-menu-mb {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.fvv-sidebar .list-f-sidebar h3 {
		padding-left: 20px
	}

	.fvv-sidebar .list-f-sidebar ul {
		padding: 0 15px
	}

	.fvv-sidebar .list-f-sidebar ul.friend-list li a {
		padding: 10px 15px
	}

	.f-post-content-box .f-post-title h2 {
		width: 100%;
		margin-bottom: 5px;
		padding-right: 0px
	}

	.f-post-content-box .f-post-title .f-post-view {
		float: left !important;
		text-align: left
	}

	.f-post-content-box .f-post-author .f-post-author-action {
		margin-top: 10px;
		text-align: right
	}

	.f-post-content-box .f-post-tags a {
		margin: 3px;
		display: inline-block
	}

	.f-footer {
		left: 0;
		width: 100%
	}

	.slide-style .owl-nav .owl-next {
		right: -15px
	}

	.slide-style .owl-nav .owl-prev {
		left: -15px
	}

	.f-post-category-item:nth-child(odd) {
		padding-right: 15px
	}

	.f-post-category-item:nth-child(even) {
		padding-left: 15px
	}

	.f-post-category-item {
		margin-bottom: 15px
	}

	.fvv-sidebar {
		display: none
	}

	#fvv-menu-mb .fvv-menu-mb-header {
		padding: .5rem 0;
		height: 56px;
		border-bottom: 1px solid #f3f3f3;
		background-color: #efefef
	}

	#fvv-menu-mb .fvv-menu-mb-header .btn-menu-mb {
		margin-left: 10px;
		margin-right: 5px;
		float: left
	}

	#fvv-menu-mb .fvv-menu-mb-header .btn-menu-mb a {
		text-decoration: none;
		width: 35px;
		height: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		color: #231f20;
		border-radius: 50%;
		font-size: 18px
	}

	#fvv-menu-mb .fvv-menu-mb-header .logo {
		width: calc(100% - 60px);
		float: left
	}

	#fvv-menu-mb .fvv-menu-mb-header .logo img {
		height: 40px
	}

	#fvv-menu-mb .fvv-sidebar {
		display: block
	}

	#fvv-menu-mb .fvv-sidebar .fvv-sidebar-content {
		padding-top: 0px
	}

	.f-content .fvv-content {
		padding: 20px 15px;
		padding-bottom: 60px
	}

	.f-header .btn-menu-mb {
		margin-left: 10px
	}

	.f-header .btn-menu-mb a {
		text-decoration: none;
		width: 35px;
		height: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #efefef;
		color: #231f20;
		border-radius: 50%;
		font-size: 18px
	}

	.f-header .f-logo {
		width: 100px;
		max-width: 100px;
		flex: 0 0 100px;
		padding: 0;
		margin-left: 10px
	}

	.f-header .f-logo .navbar-brand {
		min-width: 200px;
		margin-right: 0px
	}

	.f-header .f-navbar-search .form-inline {
		margin-left: 10px
	}

	.f-header .f-navbar-search .form-inline .form-control {
		min-width: 100px;
		width: 100px
	}

	.f-header #f-navbar-search {
		width: calc(100% - 155px);
		-ms-flex-preferred-size: calc(100% - 155px);
		flex-basis: calc(100% - 155px)
	}

	.f-header #f-navbar-search .f-navbar-search {
		display: none
	}

	.f-header .list-action-nav {
		padding-right: 10px;
		justify-content: flex-end
	}

	.f-header .list-action-nav .action-nav .f-notification {
		width: 300px;
		left: auto;
		top: 40px;
		right: -63px
	}

	.f-header .list-action-nav .f-search-mb {
		display: block
	}

	.f-header .list-action-nav .f-search-mb a.dropdown-toggle {
		color: #949da6
	}

	.f-header .list-action-nav .f-search-mb a.dropdown-toggle:after {
		display: none
	}

	.f-header .list-action-nav .f-search-mb a.dropdown-toggle i {
		font-size: 20px;
		margin-right: 15px
	}

	.f-header .list-action-nav .f-search-mb .dropdown-menu {
		margin-top: -1px;
		border-radius: 0px;
		padding: 0px;
		width: 100%
	}

	.f-header .list-action-nav .f-search-mb .dropdown-menu .dropdown-search-mb .form-control {
		width: calc(100% - 42px);
		float: left;
		border-radius: 0px;
		font-size: 14px;
		height: 40px;
		border: 0px
	}

	.f-header .list-action-nav .f-search-mb .dropdown-menu .dropdown-search-mb .btn {
		float: left;
		height: 40px
	}
}

@media screen and (max-width: 413px) {
	.f-post-content-box .f-post-author .f-post-author-action {
		width: 100%
	}
}

.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}



.modal-body {
	position: relative;
	padding: 0px;
}

.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1300px;
	}
}


.card9 {
	width: 350px;
	border-radius: 50px;
	background: #d3d3d3;
	box-shadow: 20px 20px 60px #cacaca, -5px -5px 15px #ffffff;
	border: none
}

.neo-button {
	width: 40px;
	height: 40px;
	outline: 0 !important;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	border: none;
	margin-right: 10px;
	border-radius: 50%;
	background: linear-gradient(145deg, #d6d6d6, #ffffff);
	box-shadow: 20px 20px 60px #cacaca, -20px -20px 60px #ffffff
}

.neo-button:active {
	border-radius: 50%;
	background: linear-gradient(145deg, #d6d6d6, #ffffff);
	box-shadow: inset 20px 20px 60px #cacaca, inset -20px -20px 60px #ffffff
}

.fa-facebook {
	color: #3b5998
}

.fa-linkedin {
	color: #0077b5
}

.fa-google {
	color: #dc4e41
}

.fa-youtube {
	color: #cd201f
}

.fa-twitter {
	color: #55acee
}

.card-atm {
	border: none;
	width: 400px;
	border-radius: 12px;
	color: #fff;
	background-image: linear-gradient(to right top, #280537, #56034c, #890058, #bc005b, #eb1254)
}

.number span {
	font-size: 20px;
	font-weight: 600
}

.cardholder,
.expires {
	font-weight: 600;
	font-size: 17px
}

.name,
.date {
	font-size: 15px
}

.card-border {
	border-top-left-radius: 30px !important;
	border-top-right-radius: 30px !important;
	border: none;
	border-radius: 6px;
	background-color: blue;
	color: #fff;
	background-image: linear-gradient(to right top, #0c0537, #440b51, #7f005d, #b9005b, #eb124b)
}

* {
	margin: 0;
	padding: 0;
}

/*dùng ảnh gif*/
.load {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000000000;
	display: block;
	overflow: hidden;
}

.load img {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
}

/*cách 2 dùng css*/
.loader {
	width: 100%;
	height: 100%;
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000000000;
	display: block;
	overflow: hidden;
}

.icon {
	font-size: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}

.xoay {
	animation: xoay 1.5s linear infinite;
	-moz-animation: xoay 1.5s linear infinite;
	-ms-animation: xoay 1.5s linear infinite;
	-o-animation: xoay 1.5s linear infinite;
	-webkit-animation: xoay 1.5s linear infinite;
}

@-webkit-keyframes xoay {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*@keyframes xoay{
	from{
		-ms-transform:rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to{
		-ms-transform:rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}*/
footer {
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
	margin-top: 10px;
	bottom: 0;
	color: #fff
}

.footer-navigation h3 {
	margin: 0;
	font: normal 36px Cookie, cursive;
	margin-bottom: 20px;
	color: #fff
}

.footer-navigation h3 a {
	text-decoration: none;
	color: #fff
}

.footer-navigation h3 span {
	color: #5383d3
}

.footer-navigation p.links a {
	color: #fff;
	text-decoration: none
}

.footer-navigation p.company-name {
	color: #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px
}

@media (max-width:767px) {
	.footer-contacts {
		margin: 30px 0
	}
}

.footer-contacts p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle
}

.footer-contacts p a {
	color: #5383d3;
	text-decoration: none
}

.fa.footer-contacts-icon {
	background-color: #33383b;
	color: #fff;
	font-size: 18px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	margin: 10px 15px 10px 0
}

span.new-line-span {
	display: block;
	font-weight: normal;
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2
}

.footer-about h4 {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px
}

.footer-about p {
	line-height: 20px;
	color: #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0
}

div.social-links {
	margin-top: 20px;
	color: #fff
}

.social-links a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
	margin-bottom: 5px
}


.zoom {
	transition: transform .2s;
}

.zoom:hover {
	transform: scale(1.1);
}


.navb {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 55px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	display: flex;
	overflow-x: auto;
}

@media only screen and (min-width:800px) {
	.menumobile {
		display: none;
	}
}


.nav__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	min-width: 50px;
	overflow: hidden;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 13px;
	color: #444444;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
	background-color: #eeeeee;
}

.nav__link--active {
	color: #009578;
}

.nav__icon {
	font-size: 18px;
}


@keyframes zoom {
	0% {
		transform: scale(.5);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: scale(1)
	}
}

@keyframes lucidgenzalo {
	0% to {
		transform: rotate(-25deg)
	}

	50% {
		transform: rotate(25deg)
	}
}

.jscroll-to-top {
	bottom: 100px
}

.fcta-zalo-ben-trong-nut svg path {
	fill: #fff
}

.fcta-zalo-vi-tri-nut {
	position: fixed;
	bottom: 24px;
	left: 20px;
	z-index: 999
}

.fcta-zalo-nen-nut,
div.fcta-zalo-mess {
	box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16)
}

.fcta-zalo-nen-nut {
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #0068ff;
	border-radius: 50%;
	position: relative
}

.fcta-zalo-nen-nut::after,
.fcta-zalo-nen-nut::before {
	content: "";
	position: absolute;
	border: 1px solid #0068ff;
	background: #0068ff80;
	z-index: -1;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: zoom 1.9s linear infinite
}

.fcta-zalo-nen-nut::after {
	animation-delay: .4s
}

.fcta-zalo-ben-trong-nut,
.fcta-zalo-ben-trong-nut i {
	transition: all 1s
}

.fcta-zalo-ben-trong-nut {
	position: absolute;
	text-align: center;
	width: 60%;
	height: 60%;
	left: 10px;
	bottom: 25px;
	line-height: 70px;
	font-size: 25px;
	opacity: 1
}

.fcta-zalo-ben-trong-nut i {
	animation: lucidgenzalo 1s linear infinite
}

.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut,
.fcta-zalo-text {
	opacity: 0
}

.fcta-zalo-nen-nut:hover i {
	transform: scale(.5);
	transition: all .5s ease-in
}

.fcta-zalo-text a {
	text-decoration: none;
	color: #fff
}

.fcta-zalo-text {
	position: absolute;
	top: 6px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	transform: scaleX(-1);
	transition: all .5s;
	line-height: 1.5
}

.fcta-zalo-nen-nut:hover .fcta-zalo-text {
	transform: scaleX(1);
	opacity: 1
}

div.fcta-zalo-mess {
	position: fixed;
	bottom: 29px;
	left: 58px;
	z-index: 99;
	background: #fff;
	padding: 7px 25px 7px 15px;
	color: #0068ff;
	border-radius: 0 50px 50px 0;
	font-weight: 700;
	font-size: 15px
}

.fcta-zalo-mess span {
	color: #0068ff !important
}

span#fcta-zalo-tracking {
	font-family: Roboto;
	line-height: 1.5
}

.fcta-zalo-text {
	font-family: Roboto
}

@keyframes zoominoutsinglefeatured {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

.load img {
	animation: zoominoutsinglefeatured 1s infinite;
}

*{
	font-family: Arial, Helvetica, sans-serif;
}

#msform {
	width: auto;
	text-align: center;
	position: relative;
}

#msform fieldset {
	min-height: 500px;
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: auto;
	/* margin: 0 10%; */
	position: relative;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

#msform input,
#msform textarea {
	padding: 17px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}

#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.fs-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}

.fs-subtitle {
	font-weight: normal;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}

#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}

#progressbar li:first-child:after {
	content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #27AE60;
	color: white;
}

.card-body img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

/* Featured Carousel Styles */
.featured-carousel {
    position: relative;
    padding: 0 30px;
    /* margin-bottom: 5px; */
}

.featured-carousel .owl-nav {
    margin: 0;
}

.featured-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px);
    color: #fff !important;
    transition: all 0.3s ease;
}

.featured-carousel .owl-nav button:hover {
    background: #ff6b6b !important;
    transform: translateY(-50%) scale(1.1);
}

.featured-carousel .owl-prev {
    left: -10px;
}

.featured-carousel .owl-next {
    right: -10px;
}

/* Video Card Styles */
.video-card {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 600px;
    margin: 0 auto;
    height: 100%; /* Đảm bảo các card cùng chiều cao */
}

.video-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 107, 107, 0.3);
}

.video-thumbnail {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.play-overlay i {
    color: #fff;
    font-size: 36px;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.video-card:hover .play-overlay {
    opacity: 1;
}

.video-card:hover .play-overlay i {
    transform: scale(1);
}

.video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
}

.video-info {
    padding: 8px 12px;
}

.video-info h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.3;
    height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}

.meta-left, .meta-right {
    display: flex;
    align-items: center;
}

.video-meta span {
    display: flex;
    align-items: center;
    font-size: 11px;
    background: rgba(255, 255, 255, 0.1);
    padding: 3px 6px;
    border-radius: 8px;
    white-space: nowrap;
}

.video-meta span.time {
    background: rgba(255, 107, 107, 0.15);
    color: #ff6b6b;
}

.video-meta span.views {
    background: rgba(255, 255, 255, 0.1);
}

.video-meta i {
    margin-right: 4px;
    font-size: 10px;
}

/* Section Header */
.section-header {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.3rem;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 4px;
    background: linear-gradient(45deg, #ff6b6b, #ff4757);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .featured-carousel {
        padding: 0 25px;
        margin-bottom: 3px;
    }

    .video-info h3 {
        font-size: 13px;
    }

    .video-meta {
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .video-meta span {
        font-size: 10px;
        padding: 2px 5px;
    }

    .featured-carousel .owl-nav button {
        width: 28px;
        height: 28px;
    }

    .section-header {
        margin-bottom: 0.8rem;
    }

    .col-12.col-sm-6.col-lg-4 {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .mb-3 {
        margin-bottom: 1rem !important;
    }
    
    .video-info {
        padding: 6px 10px;
    }
    
    .video-info h3 {
        font-size: 13px;
        margin-bottom: 4px;
    }
}

/* Pagination style */
.pagination {
    margin: 0;
}

.page-link {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 0.5rem 0.75rem;
    margin: 0 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: rgba(255, 107, 107, 0.2);
    border-color: rgba(255, 107, 107, 0.1);
    color: #ff6b6b;
}

.page-item.active .page-link {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
    color: #fff;
}

.page-item.disabled .page-link {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.4);
}