@font-face {
	font-family: "SVN-Gilroy";
	src: url("../webfonts/SVN-Gilroy.eot");
	src: url("../webfonts/SVN-Gilroy.eot?#iefix") format("embedded-opentype"),
		url("../webfonts/SVN-Gilroy.woff2") format("woff2"),
		url("../webfonts/SVN-Gilroy.woff") format("woff"),
		url("../webfonts/SVN-Gilroy.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SVN-Gilroy";
	src: url("../webfonts/SVN-GilroyMedium.eot");
	src: url("../webfonts/SVN-GilroyMedium.eot?#iefix")
			format("embedded-opentype"),
		url("../webfonts/SVN-GilroyMedium.woff2") format("woff2"),
		url("../webfonts/SVN-GilroyMedium.woff") format("woff"),
		url("../webfonts/SVN-GilroyMedium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SVN-Gilroy";
	src: url("../webfonts/SVN-GilroyBold.eot");
	src: url("../webfonts/SVN-GilroyBold.eot?#iefix") format("embedded-opentype"),
		url("../webfonts/SVN-GilroyBold.woff2") format("woff2"),
		url("../webfonts/SVN-GilroyBold.woff") format("woff"),
		url("../webfonts/SVN-GilroyBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap");
:root {
	/*--color-header: rgba(0, 103, 56, 1);*/
	/*--color-header-menu: rgba(0, 103, 56, 0.9);*/
	--color-header: rgba(255, 255, 255, 1);
	--color-header-menu: rgba(0, 36, 96, 0.9);
	--color-title: rgba(38, 29, 144, 1);
	--color-text: #261d90;
	--home-lotrinh-icon-distance: 100px;
}

body {
	font-family: "SVN-Gilroy", sans-serif;
	background: #fff;
	font-weight: 500;
	font-size: 16px;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #1924a7;
	transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #e3b783;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

body.body {
	padding-top: 70px;
}
.wrapper {
	padding: 50px 0;
	min-height: 300px;
}
.submit-loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}
.submit-loading:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: url("../img/loading.gif") no-repeat center center;
}
.box-loading {
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
}
.box-loading:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: url("../img/loading.gif") no-repeat center center;
}
.btn-bg {
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	border: 0;
	color: #002460;
	background: rgb(250, 222, 167);
	background: linear-gradient(
		90deg,
		rgba(250, 222, 167, 1) 0%,
		rgba(219, 169, 118, 1) 100%
	);
	transition: all 0.2s ease-in-out 0s;
}
.btn-bg:hover {
	color: #000;
}
.btn-bg::after {
	background: rgba(0, 0, 0, 0)
		linear-gradient(
			to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%
		)
		repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: -55%;
	top: 0;
	transform: skewX(25deg);
	width: 50%;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
.btn-bg:hover::after {
	left: 110%;
}
.btn-bg-blue {
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	border: 0;
	color: #fff !important;
	background: rgb(17, 164, 194);
	background: linear-gradient(
		90deg,
		rgba(17, 164, 194, 1) 0%,
		rgba(9, 9, 121, 1) 100%
	);
	transition: all 0.2s ease-in-out 0s;
}
.btn-bg-blue::after {
	background: rgba(0, 0, 0, 0)
		linear-gradient(
			to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%
		)
		repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: -55%;
	top: 0;
	transform: skewX(25deg);
	width: 50%;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
.btn-bg-blue:hover::after {
	left: 110%;
}
.btn-bg-blue:hover {
	color: #fff;
}
.btn-bg-white {
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	border: 0.5px solid #deab65;
	border-radius: 24px;
	background: #fff;
	transition: all 0.2s ease-in-out 0s;
	min-width: fit-content;
}
.btn-bg-white:hover {
	color: rgba(219, 169, 118, 1);
}
.btn {
	line-height: 100%;
	border: 0;
	font-weight: bold;
}
.btn:focus {
	box-shadow: none !important;
}
.btn:active:focus {
	box-shadow: none !important;
}
.btn-group-lg > .btn,
.btn-lg {
	padding-top: 8px;
	padding-bottom: 12px;
}
.btn-group-md > .btn,
.btn-md {
	padding-top: 7px;
	padding-bottom: 9px;
}
.btn-primary {
	background: rgb(250, 222, 167);
	background: linear-gradient(
		90deg,
		rgba(250, 222, 167, 1) 0%,
		rgba(219, 169, 118, 1) 100%
	);
	border: 0;
	color: #002460;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
	color: #000;
}
.form-control:focus {
	box-shadow: none;
	outline: none;
}
.form-check-input:focus {
	box-shadow: none;
	outline: none;
}
.form-group.has-error .form-control {
	border-color: #ff0000 !important;
}
.form-group.has-error .radio {
	color: #ff0000;
}
.alert {
	border: 0;
	border-radius: 10px;
}
.modal {
	z-index: 9999;
}
.modal .modal-header .close {
	border: 0;
	box-shadow: none;
	outline: none;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	background-color: #eee;
	border-radius: 50%;
}
.table > :not(:first-child) {
	border-top: 1px solid #eee;
}
.table-default tr > th {
	font-weight: 600;
	color: #666;
}
.table-default tr > th:first-child,
.table-default tr > th:first-child {
	padding-left: 0;
}
.bg-menu {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
}
.no-scroll {
	overflow: hidden;
}
.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popup-alert {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-alert .popup-wrapper {
	background-color: #fff;
	border-radius: 10px;
}
.popup-alert .popup-content {
	padding: 30px;
	font-size: 20px;
	width: 500px;
	max-width: 100%;
	text-align: center;
}
.popup-alert .popup-action {
	padding: 0 30px 30px;
	display: flex;
	justify-content: center;
}
.popup-alert .popup-action .btn {
	margin: 0 5px;
}

.modal-search {
	display: none;
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 999999;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	transition: all 0.2s ease-in-out 0s;
	right: 15px;
	top: 20px;
}
.modal-search .container {
	position: relative;
}
.modal-search .s-close {
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
	box-shadow: none;
}
.mobile-search-icon {
	display: none;
}
.search-open .modal-search {
	display: block;
}
.modal-search .form-control:focus,
.modal-search .form-control {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 14px;
	height: 40px;
	padding: 5px 20px;
	width: 40%;
	top: 0;
	right: 0;
	transition: all 0.2s ease-in-out 0s;
	position: absolute;
	border-radius: 0 !important;
	margin-top: 10px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.search-active .modal-search {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #e0e0e0;
}

.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.owl-carousel .owl-nav button span {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 30px;
	width: 30px;
	height: 36px;
	padding-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 10px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 10px;
}
.owl-carousel .owl-dots {
	position: absolute;
	bottom: 20px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.owl-carousel .owl-dots button.owl-dot span {
	display: flex;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: none;
	margin: 0 3px;
	border: 1px solid #fff;
}
.owl-carousel .owl-dots button.owl-dot.active span {
	background-color: #dcb885;
}

.box-ratings {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: fit-content;
}
.box-ratings .ratings {
	list-style-type: none;
	margin: 0;
	padding: 0;
	direction: rtl;
	text-align: left;
}
.box-ratings .ratings .star {
	position: relative;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	width: 20px;
	text-align: center;
}
.box-ratings .ratings .star:before {
	transition: all 0.2s ease;
	content: "\f005";
	font-weight: 900;
	color: #ccc;
}
.box-ratings .ratings .star.selected:before,
.box-ratings .ratings .star.selected ~ .star:before {
	content: "\f005";
	color: #ff8d00;
}
.box-ratings .ratings .star.selected.half:before {
	content: "\f5c0";
}
.box-ratings .point {
	margin-left: 5px;
}

.course-list > div {
	margin-bottom: 30px;
}
.course-list .item {
	box-shadow: 0 0 15px #ccc;
	border-radius: 15px;
	overflow: hidden;
	background-color: #f9f9f9;
	height: 100%;
}
.course-list .item.deny {
	opacity: 0.5;
}
.course-list .item .image {
	overflow: hidden;
	position: relative;
}
.course-list .item .image .topic {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #bfbab6;
	padding: 3px 15px;
	border-radius: 0 30px 0 0;
	font-size: 10px;
	color: #000000;
}
.course-list .item .image img {
	width: 100%;
	transition: transform 0.3s;
}
.course-list .item .image:hover img {
	transform: scale(1.2);
}
.course-list .item .info {
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.course-list .item .info .topic {
	display: flex;
	text-transform: uppercase;
	color: #002460;
	font-size: 16px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 46px;
}
.course-list .item .info .topic i {
	color: #edc893;
	margin-right: 8px;
	margin-top: 4px;
}
.course-list .item .info .title {
	margin: 0 0 10px;
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
	height: 54px;
	color: #1924a7;
}
.course-list .item .info .teacher {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 54px;
	color: #261d90;
}
.course-list .item .info .desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 70px;
}
.course-list .item .info .view {
	padding: 15px 0 10px 0;
	text-align: center;
}
.course-list .item .info .view a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px 16px;
	gap: 20px;
	isolation: isolate;
	background: linear-gradient(90deg, #fcd197 0%, #dba974 100%);
	border-radius: 100px;
	color: #000000;
}
.course-list .item.deny .info .view a {
	cursor: not-allowed;
}
.course-list.owl-carousel .owl-nav button {
	margin-top: -23px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.course-list.owl-carousel .owl-nav button span {
	display: none;
}
.course-list.owl-carousel .owl-nav button.owl-prev {
	background: url("../img/icon-prev.png") no-repeat center center;
	left: -60px;
}
.course-list.owl-carousel .owl-nav button.owl-next {
	background: url("../img/icon-next.png") no-repeat center center;
	right: -60px;
}

.home-slider {
	position: relative;
}

/*#002460*/
.box-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1110;
	padding: 0;
	height: 70px;
	display: flex;
	align-items: center;
	background-color: var(--color-header);
}
.box-header > .container {
	display: flex;
	align-items: center;
	position: relative;
}
.box-header .menu {
	flex: 1;
}
.box-header .menu button {
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	font-size: 34px;
	line-height: 100%;
}
.box-header .logo {
	flex: 1;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
.box-header .logo img {
	height: 43px;
}
.box-header .logo img.logo-team {
	margin-left: 30px;
}
.box-header .logo img.logo-long {
	height: 30px;
	margin: 10px 0;
}
.box-header .user {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
}
.box-header .user ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-header .user ul li a {
	color: #261d90;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	margin-left: 15px;
	line-height: 100%;
	display: inline-block;
}
.box-header .user ul li a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.box-header .user ul li a.btn {
	border: 1px solid #261d90;
	border-radius: 5px;
	padding: 8px 10px 10px;
}
.box-header .user ul li a.btn:hover {
	color: #00245f;
	background: rgb(250, 222, 167);
	background: linear-gradient(
		90deg,
		rgba(250, 222, 167, 1) 0%,
		rgba(219, 169, 118, 1) 100%
	);
}
.box-header .user .form-search {
	margin-right: 10px;
}
.box-header .user .form-search .input-group {
	border: 0;
	background-color: #fff;
	border-radius: 5px;
	display: none;
}
.box-header .user .form-search .form-control {
	border: 0;
	background: none;
	font-size: 16px;
	width: 150px;
	height: 40px;
}
.box-header .user .form-search .btn {
	padding: 0 10px 0 0;
}
.box-header .user .form-search .icon-search {
	font-size: 24px;
	cursor: pointer;
}
.box-header .user .form-search .mobile-bg {
	display: none;
}
.box-header .user .form-search.active .icon-search {
	display: none;
}
.box-header .user .form-search.active .input-group {
	display: flex;
}
.box-menu-portal.main .form-search {
	margin-top: auto;
	margin-bottom: auto;
	width: 25%;
}
.box-menu-portal.main .form-search .input-group {
	border: 0;
	background-color: #fff;
	border-radius: 20px;
}
.box-menu-portal.main .form-search .form-control {
	border: 0;
	background-color: rgba(204, 214, 240, 0.5);
	font-size: 16px;
	border-radius: 20px;
}
.box-menu-portal.main .form-search .form-control::placeholder {
	color: #c7caff;
}
.box-menu-portal.main .form-search .btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.box-menu-portal.main .form-search .icon-search {
	font-size: 24px;
	cursor: pointer;
}
.box-menu-portal.main .form-search .mobile-bg {
	display: none;
}
.box-menu-portal.main .form-search.active .icon-search {
	display: none;
}
.box-menu-portal.main .form-search.active .input-group {
	display: flex;
}
.box-header .user .notify {
	display: inline-flex;
	margin-left: 5px;
}
.box-header .user .notify .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #D9D9D9;
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.box-header .user .notify .icon i {
	font-size: 18px;
	color: #000000;
}
.box-header .user .notify .icon .total {
	position: absolute;
	top: -2px;
	right: -2px;
	height: 16px;
	line-height: 14px;
	min-width: 16px;
	font-size: 12px;
	text-align: center;
	padding: 0 2px;
	background-color: #ff0000;
	color: #fff;
	border-radius: 50%;
}
.box-header .user .notify .notify-content-box {
	display: none;
	position: absolute;
	padding: 15px 0px;
	z-index: 9999;
	right: 12px;
	top: 50px;
	width: 450px;
	max-width: 95%;
	background-color: #fff;
	border-radius: 35px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box-header .user .notify .notify-header {
	border-bottom: 2px solid #eee;
	padding: 0 10px 10px 10px;
	display: flex;
	justify-content: space-between;
}
.box-header .user .notify .notify-header .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #171FA2;
}
.box-header .user .notify .notify-content {
	padding: 15px 0;
	max-height: 500px;
	overflow: auto;
}
.box-header .user .notify .notify-content::-webkit-scrollbar {
	width: 10px;
}
.box-header .user .notify .notify-content::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.box-header .user .notify .notify-content::-webkit-scrollbar-thumb {
	background: #ccc;
}
.box-header .user .notify .notify-content::-webkit-scrollbar-thumb:hover {
	background: #999;
}
.box-header .user .notify .notify-content .item {
	display: flex;
	padding: 10px;
	position: relative;
}
.box-header .user .notify .notify-content .item:hover {
	background: #eee;
}
.box-header .user .notify .notify-content .item .image {
	width: 60px;
}
.box-header .user .notify .notify-content .item .image img {
	border-radius: 5px;
	width: 100%;
}
.box-header .user .notify .notify-content .item .info {
	flex: 1;
	padding-left: 10px;
	padding-right: 10px;
}
.box-header .user .notify .notify-content .item .info .title {
	font-size: 16px;
	font-weight: 600;
	color: #171FA2;
}
.box-header .user .notify .notify-content .item .info .desc {
	font-size: 16px;
	color: #686868;
}
.box-header .user .notify .notify-content .item .info .time {
	font-size: 12px;
	color: #666;
}
.box-header:not(.portal) .user .notify .notify-content .item.active .info:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 15px;
	border-radius: 50%;
	background-color: #171FA2;
}
.box-header .user .notify .notify-footer {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-header .user .notify .notify-footer a {
	padding: 6px 15px;
	background: #ECECEC;
	border-radius: 10px;
	color: #171FA2;
	font-weight: 700;
	font-size: 16px;
}
.box-header.open-menu {
	background: var(--color-header);
}
.box-header.sticky {
	background: var(--color-header);
	position: fixed;
}
.box-header .position {
	position: absolute;
	top: 70px;
	width: 150px;
	z-index: 999;
}
.box-header .position.left {
	left: 0;
}
.box-header .position.right {
	right: 0;
}
.layout-course-category.elite .box-header {
	border-bottom: 1px solid #111;
}

.box-header.portal {
	background-color: #00084c;
}
.box-header.portal .toggler-menu-mobile,
.box-header .toggler-menu-mobile {
	display: none;
	border: 0;
	background: none;
	color: #fff;
	margin-right: 15px;
	padding: 0;
	font-size: 30px;
}
.box-header.portal .logo img {
	height: 40px;
}
.box-header.portal .user .notify .notify-content {
	display: none;
	max-height: 500px;
	overflow: auto;
	padding: 5px 15px;
	position: absolute;
	z-index: 9999;
	right: 12px;
	top: 50px;
	width: 350px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box-header.portal .user .notify .notify-content .item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.box-header.portal .user .notify .notify-content .item .info .title {
	color: #444;
	line-height: 16px;
	font-size: 13px;
}
.box-header.portal .user .notify .notify-content .item:last-child {
	border: 0;
}
.box-header.portal .user .notify .notify-content .item.active .info .title {
	color: #063780;
	font-weight: 600;
}
.box-header.portal .user .notify .notify-content .item.active:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 15px;
	right: 0;
	border-radius: 50%;
	background-color: #063780;
}

.box-banner {
	position: relative;
}
.box-banner img {
	width: 100%;
}
.box-banner .text {
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #edc893;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
}
.box-banner .text img.logo-team {
	max-width: 200px;
	max-height: 130px;
	margin-bottom: 30px;
}
.box-banner.topic {
	padding: 0 0 40px;
	background-color: #fff;
	color: var(--color-text);
}
.box-banner.topic .title {
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 40px;
}
.box-banner.topic .sub-menu {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.box-banner.topic .sub-menu a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 7px 14px 10px;
	line-height: 100%;
	border: 1px solid #6c6e70;
	border-radius: 10px;
	margin: 0 10px 10px 0;
}
.box-banner.topic .sub-menu a:hover {
	color: #e3b783;
}
.box-banner.topic .sub-menu a.active {
	background-color: #e3b783;
	color: #000;
	border-color: #e3b783;
}
.layout-course-category.elite .box-banner.topic {
	background-color: #000;
	border-bottom: 1px solid #111;
}

.box-course-menu {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	z-index: 111;
	padding: 10px 0;
}
.box-course-menu .text {
	text-align: center;
	color: #fff;
	font-size: 90px;
	font-weight: normal;
	line-height: 90px;
}
.box-course-menu .menu {
	margin: 0 auto;
}
.box-course-menu .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.box-course-menu .menu ul > li {
	position: relative;
	margin: 0 10px;
	display: inline-flex;
}
.box-course-menu .menu ul > li > a {
	border-radius: 5px;
	text-transform: uppercase;
	padding: 10px 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	min-width: 200px;
}
.box-course-menu .menu ul > li > a:hover,
.box-course-menu .menu ul > li > a:focus {
	color: #000;
}
.box-course-menu .menu ul > li > ul {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	padding: 15px 0;
	background-color: #fff;
	border-radius: 5px;
	min-width: 250px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.box-course-menu .menu ul > li > ul > li {
	margin: 0;
}
.box-course-menu .menu ul > li > ul > li > a {
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 15px;
}
.box-course-menu .menu ul > li > ul > li > a:hover,
.box-course-menu .menu ul > li.active > ul {
	display: block;
}
.box-menu-portal.main {
	background-color: var(--color-header);
	border-top: none;
}
.box-menu-portal.main ul.main > li > a {
	color: var(--color-title);
}
.box-menu-portal.main .container {
	border-top: 1px solid #ebebeb;
}
.box-menu-portal.main ul.main > li > ul {
	background-color: var(--color-header);
}
.box-menu-portal.main ul.main > li > ul > li a {
	color: var(--color-title);
}

.box-menu-main {
	background: var(--color-header-menu);
	color: #fff;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 9000;
	display: none;
}
.box-menu-main a {
	color: #fff;
}
.box-menu-main.open-menu {
	display: block;
}
.box-menu-main .box-title {
	font-size: 30px;
	padding: 20px 0 10px;
	border-bottom: 1px solid var(--color-header);
}
.box-menu-main .box-content {
	padding: 20px 0 40px;
}
.box-menu-main .box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-menu-main .box-content ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
	display: block;
}
.box-menu-main .box-content ul > li > a {
	position: relative;
	padding: 3px 0 3px 20px;
	font-size: 16px;
	margin: 0;
	display: block;
	text-transform: uppercase;
}
.box-menu-main .box-content ul > li > a:before {
	content: "\f192";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 11px;
}
.box-menu-main .box-content ul > li > a > i {
	margin-left: 5px;
	font-size: 12px;
}
.box-menu-main .box-content ul > li > ul {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}
.box-menu-main .box-content ul > li > ul > li > a {
	position: relative;
	padding: 0 0 0 12px;
	font-size: 14px;
	margin: 5px 0;
	display: flex;
	align-items: center;
	text-transform: none;
}
.box-menu-main .box-content ul > li > ul > li > a:before {
	content: "\f111";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 6px;
	font-weight: bold;
}
.box-menu-main .box-content a:hover {
	color: #e3b783;
}

.box-menu-portal {
	background-color: #00084c;
	border-top: 1px solid #2d3369;
	/*position: fixed;*/
	z-index: 2;
	width: 100%;
	top: 70px;
}
.box-menu-portal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-menu-portal ul.main {
	display: flex;
}
.box-menu-portal ul.main > li {
	margin: 0 20px;
	position: relative;
}
.box-menu-portal ul.main > li:first-child {
	margin-left: 0;
}
.box-menu-portal ul.main > li:first-child > a {
	padding-left: 0;
	padding-right: 0;
}
.box-menu-portal ul.main > li > a {
	color: #fff;
	text-transform: uppercase;
	padding: 12px 15px;
	position: relative;
	display: block;
	font-weight: 600;
}
.box-menu-portal.main .main .btn-close {
	display: none;
	padding: 0;
	border: 0;
	background: none;
	color: #212529;
	font-size: 34px;
	line-height: 100%;
}
.box-menu-portal.main ul.main > li > a {
	padding: 12px 9px;
	text-transform: none;
}
.box-menu-portal ul.main > li:hover > a,
.box-menu-portal ul.main > li.active > a {
	color: #fadca6;
}
.box-menu-portal ul.main > li:hover > a:before,
.box-menu-portal ul.main > li.active > a:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fadca6;
	/*z-index: 1111;*/
}
.box-menu-portal ul.main > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #00084c;
	padding: 5px 0;
	z-index: 1112;
	animation-name: DropDownSlide;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}
.box-menu-portal ul.main > li > ul > li {
	white-space: nowrap;
}
.box-menu-portal ul.main > li > ul > li > a {
	display: block;
	padding: 6px 15px;
	color: #fff;
}
.box-menu-portal ul.main > li > ul > li > a:hover {
	background-color: #000524;
	color: #fadca6;
}
.box-menu-portal ul.main > li > ul > li.active > a {
	background-color: #000524;
	color: #fadca6;
}
.box-menu-portal ul.main > li:hover > ul {
	display: block;
}

.box-menu-footer ul {
	padding: 0;
	list-style: none;
}
.box-menu-footer ul > li > a {
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	padding: 5px 0;
	color: #fff;
}
.box-menu-footer ul > li > a > span {
	font-size: 14px !important;
}
.box-menu-footer ul > li > ul > li {
	float: none;
	width: 100%;
	padding-right: 30px;
}
.box-menu-footer ul > li > ul > li > a {
	text-transform: none;
	font-weight: normal;
	margin-bottom: 5px;
}
.box-menu-footer a {
	color: #1b3548;
}
.box-menu-footer a:hover {
	color: #8996a0;
}

.box-default-hot {
	background-color: #f3f3f3;
	padding: 50px 0;
}
.box-default-hot .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-default-hot .box-title .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #002460;
	font-weight: bold;
}
.box-default-hot .box-content {
	padding: 20px 0;
}
.box-default-hot .item {
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	height: 100%;
}
.box-default-hot .item .image {
	overflow: hidden;
}
.box-default-hot .item .image img {
	width: 100%;
	transition: transform 0.3s;
}
.box-default-hot .item .image:hover img {
	transform: scale(1.2);
}
.box-default-hot .item .info {
	background-color: #fff;
	padding: 15px 20px;
}
.box-default-hot .item .info .title {
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-default-hot .item .info .desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-default-hot .item .info .view {
	padding: 15px 0 10px 0;
	text-align: center;
}
.box-default-hot .item .info .view a {
	display: inline-block;
	padding: 8px 25px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: bold;
}

.box-default-hot-2 {
	margin: 40px 0 10px 20px;
}
.box-default-hot-2 .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.box-default-hot-2 .box-title:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
.box-default-hot-2 .box-title .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 30px;
	font-weight: 600;
	color: #002460;
	position: relative;
	z-index: 2;
	background-color: #f8f8f8;
}
.box-default-hot-2 .box-content {
	padding: 20px 0;
}
.box-default-hot-2 .item {
	margin-bottom: 20px;
	display: flex;
}
.box-default-hot-2 .item .image {
	width: 150px;
}
.box-default-hot-2 .item .image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 5px 5px #ccc;
}
.box-default-hot-2 .item .info {
	flex: 1;
	padding-left: 10px;
}
.box-default-hot-2 .item .info .title {
	font-size: 18px;
	padding: 0;
	line-height: 26px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 78px;
}
.box-default-hot-2 .item .info .desc {
	display: none;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}

.box-default-category-home {
	padding: 50px 20px;
}
.box-default-category-home.two {
	background-color: #f8f8f8;
}
.box-default-category-home .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-default-category-home .box-title .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #002460;
}
.box-default-category-home .box-content {
	padding: 20px 0;
}
.box-default-category-home .item {
	position: relative;
	overflow: hidden;
}
.box-default-category-home .item .image img {
	width: 100%;
}
.box-default-category-home .item .info {
	background: rgba(1, 31, 85, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.box-default-category-home .item .info .info_wrap {
	transition: all 0.2s ease-in-out 0s;
	margin-bottom: -60px;
}
.box-default-category-home .item .info .title {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 20px;
	text-align: center;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}
.box-default-category-home .item .info .title a {
	color: #fff;
}
.box-default-category-home .item .info .control {
	padding: 0 20px 15px;
	text-align: center;
}
.box-default-category-home .item .info .control a {
	padding: 8px 20px;
	font-size: 14px;
	border-radius: 3px;
}
.box-default-category-home .item .info .desc {
	display: none;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}
.box-default-category-home .item:hover .info .info_wrap {
	margin-bottom: 0;
}
.box-default-category-home .item:hover .info .desc {
	opacity: 1;
}
.box-default-category-home .item:hover .info .control a {
	background-color: #d8aa2f;
}

.box-default-category-home-2 {
	margin: 40px 0 10px;
}
.box-default-category-home-2 .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.box-default-category-home-2 .box-title:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
.box-default-category-home-2 .box-title .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 30px;
	color: #002460;
	position: relative;
	z-index: 2;
	background-color: #f8f8f8;
}
.box-default-category-home-2 .box-content {
	padding: 20px 0;
}
.box-default-category-home-2 .item {
	margin-bottom: 30px;
}
.box-default-category-home-2 .item .image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 5px 5px #ccc;
}
.box-default-category-home-2 .item .info {
}
.box-default-category-home-2 .item .info .title {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0 0;
	line-height: 26px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 90px;
}
.box-default-category-home-2 .item .info .desc {
	display: none;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}

.box-home .box-content,
.box-personal-course {
	padding: 50px 0 20px;
}
.box-home .image img {
	width: 100%;
	border-radius: 15px;
}
.box-personal-course .box-title .title {
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 42px;
	color: #171fa2;
}

.box-default-home .title,
.box-news-home .box-title .title {
	text-transform: uppercase;
	margin: 20px 0;
	font-size: 36px;
	width: 570px;
	max-width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 80px;
}
.box-default-home .desc,
.box-news-home .box-content .desc {
	padding-right: 20px;
	text-align: justify;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 120px;
}
.box-default-home .more,
.box-news-home .more {
	margin-top: 40px;
}
.box-default-home .more a,
.box-news-home .more a {
	border-radius: 5px;
	text-transform: uppercase;
	padding: 10px 25px;
	font-weight: bold;
	font-size: 18px;
	margin-right: 10px;
}
.box-default-home iframe {
	border-radius: 15px;
}

/*.box-news-home{ padding: 0 0 50px;}*/
.box-news-home.elite {
	background-color: #f8f8f8;
}
.box-news-home .box-title .more {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.box-news-home .box-title .more i {
	color: #edc893;
	margin-left: 5px;
}

.box-lotrinh {
	padding: 50px 0 20px;
}
.box-lotrinh .box-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box-lotrinh .box-title .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #002460;
}
.box-lotrinh .box-title .more {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.box-lotrinh .box-title .more i {
	color: #edc893;
	margin-left: 5px;
}
.box-lotrinh .box-content {
	padding: 30px 0 20px;
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: nowrap;
}
.box-lotrinh .item {
	width: 16.66666666666667%;
	margin-bottom: 30px;
	border-radius: 12px;
	background: #eee;
}
.box-lotrinh .item .image img {
	border-radius: 12px;
}
.box-lotrinh .item .info {
	padding: 10px;
	height: 140px;
}
.box-lotrinh .item .info .name {
	font-size: 15px;
	line-height: 22px;
}
.box-lotrinh .item .info .user {
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: center;
	color: #012c74;
	font-size: 18px;
}
.box-lotrinh .item .info .view a {
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 10px;
	height: 36px;
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.box-lotrinh .submit-profile,
.box-course-profile .submit-profile {
	background-color: #002ed0;
	padding: 16px 26px;
	border-radius: 12px;
	font-size: 25px;
	color: #ffffff;
	width: fit-content;
}

.box-team {
	padding: 50px 0 20px;
	background-color: #fff;
}
.box-team .box-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box-team .box-title .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #002460;
}
.box-team .box-title .more {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.box-team .box-title .more i {
	color: #edc893;
	margin-left: 5px;
}
.box-team .box-content {
	padding: 30px 0 20px;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: nowrap;
}
.box-team .item {
	width: 25%;
	margin-bottom: 30px;
	background: #eee;
	border-radius: 12px;
}
.box-team .item .image img {
	border-radius: 12px;
}
.box-team .item .info {
	text-align: center;
	padding: 10px 10px 20px;
}
.box-team .item .info .name {
	font-size: 20px;
	line-height: 26px;
}
.box-team .item .info .user {
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: center;
	color: #012c74;
	font-size: 18px;
}
.box-team .item .info .view {
	margin-top: 20px;
}
.box-team .item .info .view a {
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 10px;
	height: 36px;
	padding: 0 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.box-course-category-home {
	padding: 50px 0 20px;
	background-color: #fff;
	background-image: url("../img/2024/g-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.box-course-category-home .box-img-hightlight {
	width: 100%;
	height: auto;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.box-course-category-home .img-hightlight {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.box-course-category-home .box-info {
}

.box-course-category-home .box-info .box-title {
	justify-content: flex-start;
	align-items: center;
	gap: 17px;
	display: inline-flex;
}
.box-course-category-home .box-info .box-title .line {
	width: 7px;
	height: 73px;
	background: linear-gradient(0deg, #202bd3 0%, #2e60ee 87%);
}
.box-course-category-home .box-info .box-title .title {
	font-size: 32px;
	color: #261d90;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 45px;
	word-wrap: break-word;
}

.box-course-category-home .box-info .desc {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	line-height: 32px;
	word-wrap: break-word;
}

.box-course-category-home .box-info .bnt-1 {
	width: 170px;
	height: 43px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(
		245deg,
		rgba(123.25, 158.72, 255, 0.8) 0%,
		rgba(55.14, 121.29, 249.69, 0.8) 100%
	);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
}

.box-course-category-home .box-info .bnt-1:hover {
	background: #261d90;
}

.box-course-category-home .box-info .bnt-1 .bnt-title {
	color: white;
	font-size: 22px;
	font-weight: 600;
	word-wrap: break-word;
}

.box-course-category-home .box-info .bnt-2,
.box-schedule .course-category .bnt-2 {
	width: 170px;
	height: 43px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px #f4ba36 solid;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
}

.box-course-category-home .box-info .bnt-2:hover,
.box-schedule .course-category .bnt-2:hover {
	background: #261d90;
}

.box-course-category-home .box-info .bnt-2:hover .bnt-title,
.box-schedule .course-category .bnt-2:hover .bnt-title {
	color: white;
}

.box-course-category-home .box-info .bnt-2 .bnt-title,
.box-schedule .course-category .bnt-2 .bnt-title {
	color: #261d90;
	font-size: 22px;
	font-weight: 600;
	word-wrap: break-word;
}

.box-course-category-home .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.box-course-category-home .box-title .title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #261d90;
}
.box-course-category-home .box-title .more {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.box-course-category-home .box-title .more i {
	color: #edc893;
	margin-left: 5px;
}
.box-course-category-home .box-content {
	padding: 20px 0;
}
.box-course-category-home.team {
	background-color: #fff;
}
.box-course-category-home.highlight {
	background-color: #fff;
}
.box-course-category-home.highlight .box-title {
	padding-left: 35px;
	padding-bottom: 5px;
}
.box-course-category-home.highlight .box-title:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 26px;
	height: 26px;
	background-color: #9c0303;
	border-radius: 50%;
	border: 5px solid #f3c2cc;
}

.box-course-category-home .item {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	overflow: hidden;
	/*padd*/
}

.box-course-category-home.highlight .item {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	overflow: hidden;
}
/*.box-course-category-home.highlight .item .info .topic{ height: 48px;}*/
.box-course-category-home.highlight .item .info .control {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-course-category-home.home2 {
	background-color: #fff;
}
.box-course-category-home.home2 .course-list > div {
	margin: 0;
}
.box-course-category-home.home2 .box-content {
	padding: 20px 0 0;
}
.box-course-category-home.home2 .item {
	box-shadow: none;
	background-color: #f6f6f6;
}
.box-course-category-home.home2 .owl-carousel .owl-dots {
	display: none;
}
.box-course-category-home.home2 .owl-carousel .owl-nav button {
	margin-top: -23px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.box-course-category-home.home2 .owl-carousel .owl-nav button span {
	display: none;
}
.box-course-category-home.home2 .owl-carousel .owl-nav button.owl-prev {
	background: url("../img/icon-prev.png") no-repeat center center;
	left: -60px;
}
.box-course-category-home.home2 .owl-carousel .owl-nav button.owl-next {
	background: url("../img/icon-next.png") no-repeat center center;
	right: -60px;
}

.box-topic-home {
	padding: 50px 0;
}
.box-topic-home .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-topic-home .box-title .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #002460;
}
.box-topic-home .box-title .more {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.box-topic-home .box-title .more a {
	text-transform: uppercase;
	padding: 8px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.box-topic-home .box-content {
	padding-top: 10px;
}
.box-topic-home .box-content a {
	display: inline-block;
	padding: 8px 15px;
	font-size: 18px;
	margin: 15px 15px 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.box-topic-home .box-content a:last-child {
	margin-right: 0;
}

.box-course-coming {
	padding: 50px 0;
	background-color: #f8f8f8;
}
.box-course-coming .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-course-coming .box-title .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #002460;
}
.box-course-coming .box-content {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box-course-coming .box-content .item {
	width: 31%;
	display: flex;
	height: auto;
	line-height: 100%;
}
.box-course-coming .box-content .item .time {
	width: 60px;
	height: 60px;
	background-color: #666;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.box-course-coming .box-content .item .time span {
	display: block;
	text-align: center;
	width: 100%;
	margin: 2px 0;
}
.box-course-coming .box-content .item .time .month {
	text-transform: uppercase;
	font-size: 14px;
}
.box-course-coming .box-content .item .time .day {
	font-weight: bold;
	font-size: 18px;
}
.box-course-coming .box-content .info {
	flex: 1;
	padding-left: 15px;
}
.box-course-coming .box-content .info .title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.box-course-coming .box-content .info .desc {
	font-size: 14px;
}
.box-course-coming .box-content .info .date {
	font-size: 14px;
}

.box-counter {
	background: url("../img/counter-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}
.box-counter .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-counter .box-title .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #fff;
}
.box-counter .box-content {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}
.box-counter .item {
	margin-bottom: 20px;
}
.box-counter .item .number {
	font-size: 60px;
	color: #edc893;
	font-weight: bold;
}
.box-counter .item .text {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}

.box-teacher-home {
	padding: 70px 0 70px;
	background: #fff;
	background-image: url("../img/2024/teacher_home_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.box-teacher-home .box-title {
	text-align: center;
}
.box-teacher-home .box-title .title {
	margin: 0;
	padding: 0;
	font-size: 40px;
	color: #fff;
}
.box-teacher-home .box-content {
	padding-top: 30px;
}
.box-teacher-home .item {
	position: relative;
}
.box-teacher-home .item .image img {
	width: 100%;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	border: 5px white solid;
}
.box-teacher-home .item .info {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	top: calc(100% - 0px);
	left: 0;
	background-color: transparent;
	color: #fff;
	padding: 10px 15px;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 20px;
}
.box-teacher-home .item .info .title {
	margin: 0;
	padding: 0;
	font-size: 26px;
	color: #f4ba36;
}
.box-teacher-home .item .info .title a {
	color: #f4ba36;
}
.box-teacher-home .item .info .desc {
	font-weight: 300;
	padding: 3px 0 0;
	font-size: 20px;
	color: #f4ba36;
}
.box-teacher-home .item .info .content {
	padding: 10px 15px;
}
.box-teacher-home .item .info .content ul {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 14px;
}
.box-teacher-home .item:hover .info {
	top: 0;
	align-items: flex-end;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 27%,
		rgba(2.37, 0, 118.52, 0.52) 65%,
		rgba(3.25, 0, 162.56, 0.85) 98%
	);
}
.box-teacher-home .owl-carousel .owl-nav button {
	margin-top: -23px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.box-teacher-home .owl-carousel .owl-nav button span {
	display: none;
}
.box-teacher-home .owl-carousel .owl-nav button.owl-prev {
	background: url("../img/icon-prev.png") no-repeat center center;
	left: -60px;
}
.box-teacher-home .owl-carousel .owl-nav button.owl-next {
	background: url("../img/icon-next.png") no-repeat center center;
	right: -60px;
}
.box-teacher-home .owl-carousel .owl-dots {
	bottom: -30px;
	display: none;
}

.box-feedback-student {
	padding: 50px 0;
	background: #f8f8f8;
}
.box-feedback-student .box-text .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 100%;
	border-radius: 30px;
	padding: 70px 176px;
	margin-top: 50px;
	margin-bottom: -77px;
}
.box-feedback-student .owl-carousel {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
.box-feedback-student .owl-stage-outer {
	height: calc(100% + 30px);
	margin: -15px;
	padding: 15px;
	width: calc(100% + 30px);
}
.box-feedback-student .box-title {
	text-align: center;
}
.box-video-home .box-title .title,
.box-feedback-student .box-title .title {
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 42px;
	color: #1924a7;
}
.box-feedback-student .owl-stage {
	display: flex;
	align-items: center;
}
.box-feedback-student .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.box-feedback-student .item .image {
	width: 300px;
}
.box-feedback-student .item .info {
	display: none;
}
.box-feedback-student .item .image img {
	width: 100%;
	border-radius: 50%;
	border: 5px solid #d9d9d9;
}
.box-feedback-student .center {
	width: 8.5% !important;
}
.box-feedback-student .center .item .image img {
	border: 5px solid #f4ba36;
}
.box-feedback-student .item .info .name {
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #002460;
}
.box-feedback-student .item .info .title {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #002460;
}
.box-feedback-student .item .content {
	position: relative;
	flex: 1;
	border-radius: 10px;
	font-size: 18px;
}
.box-feedback-student .item .content .text {
	position: relative;
}
.box-feedback-student .owl-carousel .owl-nav button {
	margin-top: -23px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.box-feedback-student .owl-carousel .owl-nav button span {
	display: none;
}
.box-feedback-student .owl-carousel .owl-nav button.owl-prev {
	background: url("../img/icon-prev.png") no-repeat center center;
	left: -60px;
}
.box-feedback-student .owl-carousel .owl-nav button.owl-next {
	background: url("../img/icon-next.png") no-repeat center center;
	right: -60px;
}
.box-feedback-student .owl-carousel .owl-dots {
	bottom: -30px;
	/*display: none;*/
}
.box-feedback-student .owl-carousel .owl-dots .owl-dot span {
	background-color: #fff;
	border: none;
}
.box-feedback-student .owl-carousel .owl-dots .owl-dot.active span {
	background-color: var(--color-text);
}
.box-feedback-student .owl-item .image {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	line-height: 40px;
	transition: all 0.4s ease;
	filter: drop-shadow(0px 4.82759px 4.82759px rgba(0, 0, 0, 0.2));
}
.box-feedback-student .owl-item.center > .item .image {
	width: 124px;
	height: 124px;
	padding: 15px 15px;
	line-height: 65px;
	margin-top: 0%;
	background-color: #fff;
	border-radius: 50%;
}
.box-feedback-student .box-text {
	color: var(--color-text);
	font-size: 15px;
}
.box-feedback-student .box-text .info .icon svg {
	position: relative;
	top: -90px;
}
.box-feedback-student .box-text .info .name {
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
}
.box-module-course {
	padding: 100px 0;
}
.box-module-course.bg-gray {
	background-color: #eee;
}
.box-module-course .box-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box-module-course .box-title .title {
	margin: 0;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	color: #171fa2;
	line-height: 42px;
}
.box-module-course .box-title.filter {
	display: flex;
	justify-content: space-between;
}
.box-module-course .box-title.filter .filter {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 10px;
}
.box-module-course .box-title.filter .filter .dropdown {
	margin-left: 15px;
}
.box-module-course .box-title.filter .filter .dropdown .label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}
.box-module-course .box-title.filter .filter .dropdown-toggle {
	padding: 10px 15px;
	border: 1px solid #eee;
}
.box-module-course .box-title.filter .filter .dropdown-menu {
	padding: 10px 15px;
	white-space: nowrap;
}
.box-module-course .box-title.filter .filter .dropdown-menu .control {
	padding: 5px 0;
}
.box-module-course .box-title.filter .filter .dropdown-menu .control .btn {
	width: 100%;
	padding: 7px 10px;
}
.box-module-course .box-content {
	padding-top: 45px;
}
.box-module-course .owl-carousel .owl-stage {
	display: flex;
}
./*box-module-course .owl-carousel .owl-stage .item {
	box-shadow: none;
	height: 100%;
	display: flex;
	background: #f9f9f9;
}
.box-module-course .owl-carousel .owl-stage .item .item-wrapper {
	border-radius: 5px;
	overflow: hidden;
}
.box-module-course .owl-carousel .owl-dots {
	display: none;
}
.box-module-course .owl-carousel .owl-nav button {
	margin-top: -23px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.box-module-course .owl-carousel .owl-nav button span {
	display: none;
}
.box-module-course .owl-carousel .owl-nav button.owl-prev {
	background: url("../img/icon-prev.png") no-repeat center center;
	left: -60px;
}
.box-module-course .owl-carousel .owl-nav button.owl-next {
	background: url("../img/icon-next.png") no-repeat center center;
	right: -60px;
}*/
.layout-course-category.elite .box-module-course.bg-gray {
	background-color: #111;
}
.layout-course-category.elite .box-module-course .box-title a {
	color: #fff;
}
.layout-course-category.elite .box-module-course .box-title a:hover {
	color: #e3b783;
}
.layout-course-category.elite
	.box-module-course
	.owl-carousel
	.owl-stage
	.item
	.item-wrapper {
	box-shadow: none;
}

.box-module-course-item .box-title {
	text-align: center;
	text-transform: uppercase;
	color: #002460;
}
.box-module-course-item .box-content {
	padding-top: 20px;
}
.box-module-course-item .course-info {
	background-color: #002460;
	padding: 50px 0 50px;
	color: #fff;
}
.box-module-course-item .course-info .info .name {
	margin: 0 0 5px;
}
.box-module-course-item .course-info .info .desc {
	margin-top: 10px;
}
.box-module-course-item .course-info .info .control {
	padding-top: 20px;
}
.box-module-course-item .course-info .info .control .btn {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 30px;
	border: 0;
	color: #002460;
}
.box-module-course-item .course-content {
	padding: 30px 0 40px;
}
.box-module-course-item .course-content .box-content {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.box-module-course-item .course-statis {
	padding: 30px 0 40px;
	background-color: #002460;
	color: #fff;
}
.box-module-course-item .course-statis .box-title {
	color: #fff;
}
.box-module-course-item .course-statis .box-content {
	display: flex;
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: center;
}
.box-module-course-item .course-statis .item {
	flex: 1;
	text-align: center;
}
.box-module-course-item .course-statis .item i {
	color: #e3b783;
	font-size: 50px;
}
.box-module-course-item .course-statis .item .text {
	padding-top: 10px;
	font-size: 18px;
}
.box-module-course-item .course-teacher {
	padding: 30px 0 50px;
}
.box-module-course-item .course-teacher .box-content {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
}
.box-module-course-item .course-teacher .box-content .item {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.box-module-course-item .course-teacher .image {
	width: 250px;
}
.box-module-course-item .course-teacher .image img {
	width: 100%;
	border: 3px solid #e3b783;
}
.box-module-course-item .course-teacher .info {
	flex: 1;
	padding-left: 30px;
}
.box-module-course-item .course-teacher .info .title {
	color: #002460;
	font-size: 22px;
	margin-bottom: 0;
}
.box-module-course-item .course-teacher .info .desc {
	color: #002460;
	font-weight: bold;
	text-transform: uppercase;
}
.box-module-course-item .course-teacher .info .content {
	padding: 10px 0 0;
}
.box-module-course-item .course-teacher .info .content ul {
	padding-left: 18px;
	margin: 0;
}
.box-module-course-item .course-teacher .owl-carousel .owl-dots {
	display: none;
}
.box-module-course-item .course-teacher .owl-carousel .owl-nav button {
	margin-top: -23px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.box-module-course-item .course-teacher .owl-carousel .owl-nav button span {
	display: none;
}
.box-module-course-item .course-teacher .owl-carousel .owl-nav button.owl-prev {
	background: url("../img/icon-prev.png") no-repeat center center;
	left: -80px;
}
.box-module-course-item .course-teacher .owl-carousel .owl-nav button.owl-next {
	background: url("../img/icon-next.png") no-repeat center center;
	right: -80px;
}
.box-module-course-item .course-ratings {
	padding: 30px 0 50px;
	background-color: #f9f9f9;
}
.box-module-course-item .course-ratings .ratings {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	direction: rtl;
	text-align: center;
}
.box-module-course-item .course-ratings .ratings .star {
	position: relative;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 40px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}
.box-module-course-item .course-ratings .ratings .star:before {
	transition: all 0.2s ease;
	content: "\f005";
	font-weight: 900;
	color: #ccc;
}
.box-module-course-item .course-ratings .ratings .star.selected:before,
.box-module-course-item .course-ratings .ratings .star.selected ~ .star:before {
	content: "\f005";
	color: #ff8d00;
}
.box-module-course-item .course-ratings .ratings .star.selected.half:before {
	content: "\f5c0";
}
.box-module-course-item
	.course-ratings
	.ratings
	.star.selected.half:hover:before {
	content: "\f005";
	color: #ff8d00;
}
.box-module-course-item .course-ratings .ratings:hover .star:before {
	content: "\f005" !important;
	color: #ccc !important;
}
.box-module-course-item .course-ratings .ratings .star:hover:before,
.box-module-course-item .course-ratings .ratings .star:hover ~ .star:before {
	color: #ff8d00 !important;
}
.box-module-course-item .course-ratings .form {
	width: 700px;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	padding-top: 30px;
}
.box-module-course-item .course-ratings .form .form-control {
	min-height: 100px;
	border-color: #eee;
	border-radius: 10px;
}
.box-module-course-item .course-ratings .form .action {
	padding-top: 20px;
}
.box-module-course-item .course-ratings .form .alert {
	padding: 10px;
	margin: 10px 0 0;
}
.box-module-course-item .course-lesson {
	padding: 30px 0 40px;
	background-color: #f0f0f0;
}
.box-module-course-item .course-lesson .box-content {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.box-module-course-item .course-lesson table {
	background-color: #fff;
	width: 100%;
}
.box-module-course-item .course-lesson table th {
	background-color: #002460;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-transform: uppercase;
}
.box-module-course-item .course-lesson table td {
	padding: 10px 15px;
	position: relative;
}
.box-module-course-item .course-lesson table .video {
	width: 120px;
	text-align: center;
	font-weight: bold;
}
.box-module-course-item .course-lesson table .video:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 2px;
	height: calc(100% - 20px);
	background-color: #ccc;
}
.box-module-course-item .course-lesson table .video:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 2px;
	height: calc(100% - 20px);
	background-color: #ccc;
}
.box-module-course-item .course-lesson table td.video:before {
	background-color: #002460;
}
.box-module-course-item .course-lesson table td.video:after {
	background-color: #002460;
}
.box-module-course-item .course-lesson table td.teacher {
	width: 300px;
}
.box-module-course-item .course-lesson table td.control {
	white-space: nowrap;
	width: 120px;
	font-weight: bold;
}
.box-module-course-item .course-lesson table td.control .btn {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	border: 0;
	color: #002460;
}
.box-module-course-item .course-lesson table .group {
	text-transform: uppercase;
	font-weight: bold;
	color: #002460;
	display: flex;
	align-items: center;
}
.box-module-course-item .course-lesson table .group .number {
	min-width: 30px;
	height: 30px;
	text-align: center;
	padding: 2px 5px 0;
	background-color: #002460;
	color: #fff;
	border-radius: 50%;
}
.box-module-course-item .course-lesson table .group .text {
	flex: 1;
	padding-left: 10px;
}
.box-module-course-item .course-lesson table .group i.learned {
	margin-left: auto;
	font-size: 20px;
	color: #3b9567;
	padding-left: 10px;
}
.box-module-course-item .course-lesson table .group span.learned {
	margin-left: auto;
	font-size: 14px;
	color: #3b9567;
	padding-left: 10px;
}
.box-module-course-item .course-lesson table .teacher_info {
	display: flex;
	align-items: center;
}
.box-module-course-item .course-lesson table .teacher_info .image {
	width: 60px;
}
.box-module-course-item .course-lesson table .teacher_info .image img {
	width: 100%;
	border: 1px solid #e3b783;
}
.box-module-course-item .course-lesson table .teacher_info .name {
	padding-left: 10px;
	font-weight: bold;
	flex: 1;
}
.box-module-course-item .course-lesson table .content {
	text-align: justify;
}
.box-module-course-item .course-other {
	padding: 30px 0 30px;
}
.box-module-course-item .course-other .box-content {
	padding-top: 30px;
}

.box-module-course-detail .box-title {
	text-transform: uppercase;
	color: #002460;
	margin-bottom: 15px;
	font-size: 26px;
}
.box-module-course-detail .box-content {
	margin-bottom: 30px;
}
.box-module-course-detail .course-info {
	background-color: #fff;
	padding: 30px 0 20px;
}
.box-module-course-detail .course-info .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-module-course-detail .course-info .name {
	font-size: 30px;
	color: #002460;
	text-transform: uppercase;
}
.box-module-course-detail .course-menu {
	margin: 0 0 30px;
}
.box-module-course-detail .course-menu .item {
	margin-bottom: 10px;
}
.box-module-course-detail .course-menu .item .item-title {
	padding: 10px 30px 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #002460;
	color: #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	position: relative;
	border-radius: 5px;
}
.box-module-course-detail .course-menu .item .item-title:after {
	content: "+";
	height: 100%;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 22px;
}
.box-module-course-detail .course-menu .item .item-content {
	display: none;
	padding: 5px 0;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.box-module-course-detail .course-menu .item .item-content a {
	display: flex;
	width: 100%;
	padding: 5px 15px;
	align-items: flex-start;
	color: #000;
	font-size: 15px;
}
.box-module-course-detail .course-menu .item .item-content a:hover {
	color: #002460;
}
.box-module-course-detail .course-menu .item .item-content a.active {
	background-color: #f6f6f6;
	color: #e3b783;
}
.box-module-course-detail .course-menu .item .item-content a i {
	margin-right: 5px;
	margin-top: 6px;
	font-size: 12px;
	color: #666;
}
.box-module-course-detail .course-menu .item .item-content a i.learned {
	margin-right: 0;
	margin-top: 4px;
	margin-left: auto;
	font-size: 14px;
	color: #3b9567;
	padding-left: 10px;
}
.box-module-course-detail .course-menu .item .item-content a span.learned {
	margin-right: 0;
	margin-left: auto;
	font-size: 12px;
	color: #3b9567;
	padding-left: 10px;
}
.box-module-course-detail .course-menu .item .item-content a.off {
	color: #ccc;
}
.box-module-course-detail .course-menu .item.active .item-title {
	border-radius: 5px 5px 0 0;
}
.box-module-course-detail .course-menu .item.active .item-title:after {
	content: "-";
}
.box-module-course-detail .course-menu .item.active .item-content {
	display: block;
}
.box-module-course-detail .course-menu .item.off .item-title {
	background-color: #ccc !important;
	color: #666;
}
.box-module-course-detail .course-menu .item.off .item-title:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f30d" !important;
}
.box-module-course-detail .course-video {
	margin-bottom: 30px;
	box-shadow: 0 0 2px #ccc;
	overflow: hidden;
	border-radius: 5px;
}
.box-module-course-detail .course-teacher {
	padding-bottom: 30px;
}
.box-module-course-detail .course-teacher .box-content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-module-course-detail .course-teacher .image {
	width: 200px;
}
.box-module-course-detail .course-teacher .image img {
	width: 100%;
	border-radius: 5px;
	border: 3px solid #e3b783;
}
.box-module-course-detail .course-teacher .info {
	flex: 1;
	padding-left: 30px;
}
.box-module-course-detail .course-teacher .info .title {
	color: #002460;
	font-size: 22px;
	margin-bottom: 0;
}
.box-module-course-detail .course-teacher .info .desc {
	color: #002460;
	font-weight: bold;
	text-transform: uppercase;
}
.box-module-course-detail .course-teacher .info .content {
	padding: 10px 0 0;
}
.box-module-course-detail .course-teacher .info .content ul {
	padding-left: 18px;
	margin: 0;
}
.box-module-course-detail .course-other {
	padding: 30px 0 30px;
	background-color: #f0f0f0;
}
.box-module-course-detail .course-other .box-title {
	text-align: center;
	font-size: 32px;
}
.box-module-course-detail .course-other .box-content {
	padding-top: 30px;
}

.box-module-default {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.box-module-default .box-title {
	text-transform: uppercase;
	margin-bottom: 0;
}
.box-module-default .box-title .title {
	font-size: 36px;
	font-weight: 700;
	color: #002460;
}
.box-module-default .item {
	display: flex;
	padding: 30px 0;
	border-top: 1px solid #dcb885;
}
.box-module-default .item:first-child {
	border: 0;
}
.box-module-default .item .image {
	width: 300px;
}
.box-module-default .item .image a {
	display: block;
	margin-right: 30px;
}
.box-module-default .item .info {
	flex: 1;
}
.box-module-default .item .info .title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 20px;
}
.box-module-default.layout-item .box-title .title {
	font-size: 30px;
}
.box-module-default.layout-item .box-content {
	padding: 30px 0;
	font-size: 18px;
}
.box-module-default.layout-other {
	padding-top: 30px;
}
.box-module-default.layout-other .box-title .title {
	font-size: 30px;
}

.box-module-video {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.box-module-video .box-title {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.box-module-video .item {
	display: flex;
	margin-bottom: 40px;
}
.box-module-video .item .video {
	width: 52%;
}
.box-module-video .item .content {
	width: 48%;
	border: 1px solid #ccc;
	border-left: 0;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.box-module-video .item .content .text {
	margin-bottom: 6px;
	font-size: 18px;
	color: #002460;
}
.box-module-video .item .content .text i {
	width: 25px;
	color: #e3b783;
	text-align: center;
}
.box-module-video .item .content .info {
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.box-module-video .item .content .info .desc {
	flex: 1;
	padding-right: 20px;
}
.box-module-video .item .content .info .image {
	width: 150px;
}
.box-module-video .item .content .info .image img {
	width: 100%;
	border-radius: 50%;
}
.box-module-video .item.two .content {
	border: 1px solid #ccc;
	border-right: 0;
}
.box-module-video .item.two .content .info .desc {
	padding-right: 0;
	padding-left: 20px;
}

.box-footer-register {
	position: relative;
	padding: 50px 0;
	background: url("../img/register-bg.jpg") no-repeat center center;
	background-size: cover;
}
.box-footer-register:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.box-footer-register .container {
	position: relative;
	z-index: 2;
}
.box-footer-register .box-title {
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
.box-footer-register .box-content {
	text-align: center;
	padding-top: 20px;
}
.box-footer-register .box-content .logo {
	padding: 30px 0;
}
.box-footer-register .box-content .logo img {
	max-width: 450px;
}
.box-footer-register .controls {
	padding-top: 20px;
	display: flex;
	width: 606px;
	max-width: 100%;
	margin: 0 auto;
}
.box-footer-register .controls a {
	flex: 1;
	padding: 10px 20px;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	font-size: 20px;
}

.popup-basic,
.popup-video {
	background: url("../img/loading.gif") no-repeat center center
		rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-basic .popup-content,
.popup-video .popup-content {
	width: 1100px;
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 10px;
}
.popup-video .popup-content {
	padding: 0;
}
.popup-basic .popup-close,
.popup-video .popup-close {
	position: absolute;
	top: -18px;
	right: -13px;
	font-size: 30px;
	color: #ff0000;
	line-height: 100%;
}

.box-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-popup .content {
	background-color: #fff;
	padding: 20px 15px 30px 15px;
	border-radius: 20px;
	width: 450px;
	overflow: hidden;
	max-width: 100%;
	max-height: 100vh;
	position: relative;
}
.box-popup .content .btn-close {
	border: 0;
	background: none;
	font-size: 22px;
	padding: 5px;
	box-shadow: none;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 2;
}
.box-popup .box-title {
	text-align: center;
	padding-bottom: 10px;
}
.box-popup .box-title .title {
	text-transform: uppercase;
	font-size: 30px;
	color: #002460;
	font-weight: bold;
	margin: 0 12px;
}
.box-popup .box-title .desc {
	font-size: 14px;
	line-height: 18px;
}
.box-popup .box-content {
	padding: 20px 15px 0;
	max-height: calc(100vh - 220px);
	overflow: auto;
}
.box-popup .box-content .desc {
	text-align: center;
	padding: 30px;
	font-weight: bold;
}
.box-popup .box-content::-webkit-scrollbar {
	width: 10px;
}
.box-popup .box-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 5px;
}
.box-popup .box-content::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}
.box-popup .box-content::-webkit-scrollbar-thumb:hover {
	background: #999;
	border-radius: 5px;
}
.box-popup .control {
	padding: 20px 15px 0;
}
.box-popup .control .btn {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.box-popup .form-group {
	margin-bottom: 20px;
}
.box-popup .form-group .group-title {
	font-weight: bold;
	margin-bottom: 5px;
}
.box-popup .form-group .radio {
	margin-right: 20px;
	display: inline-flex;
	align-items: flex-start;
	margin-bottom: 8px;
}
.box-popup .form-group .radio input {
	margin-right: 5px;
	margin-top: 4px;
}
.box-popup .form-group .radio span {
	line-height: 1.2;
}
.box-popup .form-group .radio-flex {
	display: flex;
	justify-content: space-between;
}
.box-popup .form-group.radio-table td {
	vertical-align: middle;
}
.box-popup .form-group.radio-table .radio {
	display: flex;
	padding: 10px;
	justify-content: center;
	margin: 0 auto;
}
.box-popup .form-group.radio-table .radio input {
	margin: 0;
}
.box-popup .form-group.flex-full .radio {
	width: 100%;
	margin-right: 0;
}
.box-popup .form-group.flex-between {
	display: flex;
	justify-content: space-between;
}
.box-popup .form-group.has-error {
	color: #ff0000 !important;
}
.box-popup .form-control {
	color: #002460;
	padding: 0 20px;
	border-radius: 20px;
	height: 40px;
}
.box-popup textarea.form-control {
	padding: 10px 20px;
	height: 70px;
}
.box-popup .alert {
	border: 0;
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 16px;
}
.box-popup .item {
	margin-bottom: 20px;
}
.box-popup .item .item-label {
	margin-bottom: 8px;
	font-weight: 600;
}
.box-popup .item .item-label .required {
	color: #ff0000;
}
.box-popup .item .form-control {
	border-radius: 5px;
}
.box-popup .item .control {
	text-align: center;
	padding-top: 10px;
}
.box-popup .item .control .btn {
	border-radius: 5px;
	display: inline-block;
}
.box-popup .item .table th {
	font-weight: 500;
	text-align: center;
}
.box-popup.medium .content {
	width: 600px;
}
.box-popup.medium .control {
	justify-content: center;
}
.box-popup.large .content {
	width: 800px;
}
.box-popup.large .control {
	justify-content: center;
}
.box-popup.form .box-title {
	background: linear-gradient(180deg, #031162 0%, #150095 100%);
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding: 25px 0;
}
.box-popup.form .box-title:before {
	content: "";
	position: absolute;
	width: 184px;
	height: 184px;
	top: -80px;
	left: -80px;
	background-color: #231697;
	border-radius: 50%;
}
.box-popup.form .box-title:after {
	content: "";
	position: absolute;
	width: 166px;
	height: 166px;
	top: -80px;
	right: -80px;
	background-color: #231697;
	border-radius: 50%;
}
.box-popup.form .box-title .title {
	text-transform: none;
	color: #fff;
}
.box-popup.form .box-title .value {
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.box-popup.form .box-content {
	padding: 20px 30px;
}
.box-popup.form .control {
	padding: 0 45px 30px;
}
.box-popup.form .content {
	padding: 0;
}
.box-popup.form .btn-close {
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;
	font-size: 20px;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
}
.box-popup.form form .alert {
	text-align: center;
}
.box-popup.form form .alert-success {
	margin: 0 0 40px;
	font-size: 24px;
	font-weight: bold;
	background: none;
}
.box-popup.form form .form-group.control {
	text-align: center;
}
.box-popup.form form .form-group.control .btn {
	display: inline-flex;
	font-size: 20px;
	width: auto;
}
.box-popup.popup .btn-close {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	top: 5px;
	right: 5px;
}
.box-popup.popup .username {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	color: #c03454;
}
.box-popup.popup .username span {
	font-weight: normal;
	font-size: 20px;
}
.box-popup.group .item {
	background-color: #f6f6f6;
	padding: 15px 15px 5px 15px;
	border-radius: 10px;
}
.box-popup.group .item .form-control {
	border-color: #e9e9e9;
	padding: 0 15px;
}
.box-popup.group .item textarea.form-control {
	border-color: #e9e9e9;
	padding: 10px 15px;
}

.box-popup-login .remember {
	margin: 0;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-left: 5px;
	padding-left: 0;
}
.box-popup-login .remember input {
	margin: 1px 5px 0 0;
}
.box-popup-login .register {
	text-align: center;
	padding: 10px;
}
.box-popup-login .register a {
	text-transform: uppercase;
	font-weight: bold;
}
.box-popup-login .forgot-password {
	font-weight: 500;
	margin-right: 5px;
}

.box-video-home {
	padding: 65px 0 70px;
	background-image: url("../img/bg-video-home.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.box-video-home .box-title .title {
	font-size: 40px;
	text-align: center;
}
.box-video-home .box-content {
	padding-top: 30px;
}
.box-video-home .item {
	position: relative;
	border-radius: 16px;
	overflow: auto;
	width: 53.1%;
	margin: auto;
}
.box-video-home .item .image img {
	width: 100%;
	transition: transform 0.3s;
}
.box-video-home .item .image a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.box-video-home .item .image a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/icon_play_60.png") no-repeat center center;
}
.box-video-home .item .image a:hover img {
	transform: scale(1.2);
}
.box-video-home .item .info {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #064d8b;
	color: #fff;
	padding: 10px 15px;
}
.box-video-home .item .info .title {
	margin: 0;
	padding: 0;
}
.box-video-home .item .info .title a {
	color: #fff;
}
.box-video-home .item .info .desc {
	font-weight: 300;
}
.box-video-home .owl-carousel .owl-nav button {
	margin-top: -23px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.box-video-home .owl-carousel .owl-nav button span {
	display: none;
}
.box-video-home .owl-carousel .owl-nav button.owl-prev {
	background: url("../img/icon-prev.png") no-repeat center center;
	left: 70px;
}
.box-video-home .owl-carousel .owl-nav button.owl-next {
	background: url("../img/icon-next.png") no-repeat center center;
	right: 70px;
}
.box-video-home .owl-carousel .owl-dots {
	bottom: -30px;
}

.box-auth-form {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 30px;
	border-radius: 20px;
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
}
.box-auth-form .box-title {
	text-align: center;
}
.box-auth-form .box-title .title {
	text-transform: uppercase;
	font-size: 30px;
	color: #002460;
	font-weight: bold;
}
.box-auth-form .box-title .desc {
	font-size: 14px;
	line-height: 18px;
}
.box-auth-form .box-content {
	padding: 20px 10px 0;
}
.box-auth-form .box-content .desc {
	text-align: center;
	padding: 30px;
	font-weight: bold;
}
.box-auth-form .control .btn {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.box-auth-form .form-group {
	margin-bottom: 20px;
}
.box-auth-form .form-control {
	color: #002460;
	padding: 0 20px;
	border-radius: 12px;
	height: 40px;
}
.box-auth-form .remember {
	margin: 0;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-left: 5px;
	padding-left: 0;
}
.box-auth-form .remember input {
	margin: 1px 5px 0 0;
}
.box-auth-form .register {
	text-align: center;
	padding: 10px;
}
.box-auth-form .register a {
	text-transform: uppercase;
	font-weight: bold;
}
.box-auth-form .forgot-password {
	font-weight: 500;
	margin-right: 5px;
}
.box-auth-form .alert {
	border: 0;
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 14px;
}

.box-form {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 30px;
	border-radius: 20px;
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
}
.box-form .box-title {
	text-align: center;
}
.box-form .title {
	text-transform: uppercase;
	font-size: 26px;
	color: #002460;
	font-weight: bold;
}
.box-form .box-title .desc {
	font-size: 14px;
	line-height: 18px;
}
.box-form .box-content {
	padding: 30px 10px 0;
}
.box-form .box-content .desc {
	text-align: center;
	padding: 30px;
	font-weight: bold;
}
.box-form .action {
	padding-top: 10px;
}
.box-form .action .btn {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.box-form .form-group {
	margin-bottom: 20px;
}
.box-form .form-group .label {
	margin: 0 0 2px 5px;
}
.box-form .form-control {
	color: #002460;
	padding: 0 20px;
	border-radius: 20px;
	height: 40px;
}
.box-form .register {
	text-align: center;
	padding: 10px;
}
.box-form .register a {
	text-transform: uppercase;
	font-weight: bold;
}
.box-form .forgot-password {
	font-weight: 500;
	margin-right: 5px;
}
.box-form .alert {
	border: 0;
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 14px;
}

.box-form-certified {
	background: url("../img/test/banner.png") center center;
	background-size: cover;
	padding: 80px 0 0;
}
.box-form-certified .box-form {
	margin-bottom: -70px;
	margin-left: auto;
	margin-right: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.box-form-certified .box-form .action .btn {
	height: 44px;
	border-radius: 22px;
}
.box-form-certified .box-form .alert {
	margin-bottom: 10px;
}
.box-form-certified .content {
	color: #fff;
	padding-top: 50px;
}
.box-form-certified .content .title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
.box-form-certified .content .desc {
	font-size: 18px;
	font-weight: 500;
	color: #eee;
	margin-bottom: 30px;
}
.box-form-certified .content .report {
	display: flex;
	gap: 20px;
}
.box-form-certified .content .report .item {
	background-color: rgba(239, 239, 239, 0.3);
	border-radius: 15px;
	padding: 15px 25px;
	text-align: center;
}
.box-form-certified .content .report .item .text {
	font-size: 18px;
}
.box-form-certified .content .report .item .value {
	font-size: 30px;
	color: #fadda6;
	font-weight: bold;
	line-height: 1.1;
}

.box-test-info {
	padding: 100px 0 50px;
}
.box-test-info .content {
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 30px 25px 25px;
	position: relative;
	margin-left: 50px;
	margin-top: 100px;
}
.box-test-info .content .title {
	background-color: #fff;
	font-size: 36px;
	font-weight: 700;
	color: #03143f;
	padding: 0 25px 0 15px;
	position: absolute;
	top: -32px;
	left: 40px;
	text-transform: uppercase;
}
.box-test-info .content .title:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #03143f;
	position: absolute;
	top: 26px;
	right: 0;
}
.box-test-info .content .desc {
	font-size: 20px;
}

.box-test-video {
	padding: 50px 0;
	background-color: #f1f1f1;
}
.box-test-video .title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #002563;
	text-transform: uppercase;
	position: relative;
}
.box-test-video .title:before {
	content: "";
	width: 300px;
	height: 1px;
	background-color: #d9d9d9;
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin-left: -150px;
}
.box-test-video .title:after {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #d9d9d9;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
}
.box-test-video .content {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}

.box-test-thithu {
	padding: 50px 0;
}
.box-test-thithu .title {
	margin-top: 55px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 36px;
	font-weight: 700;
	color: #002563;
	text-transform: uppercase;
	position: relative;
}
.box-test-thithu .title:before {
	content: "";
	width: 150px;
	height: 1px;
	background-color: #d9d9d9;
	position: absolute;
	bottom: 6px;
	left: 0;
}
.box-test-thithu .title:after {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #d9d9d9;
	position: absolute;
	bottom: 0;
	left: 0;
}
.box-test-thithu .content {
	font-size: 20px;
	margin-bottom: 20px;
}
.box-test-thithu .btn {
	border-radius: 30px;
	font-size: 18px;
	padding: 15px 30px;
}

.box-test-chungnhan {
	padding: 50px 0;
	background-color: #f1f1f1;
}
.box-test-chungnhan .title {
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #002563;
	text-transform: uppercase;
	position: relative;
}
.box-test-chungnhan .title:before {
	content: "";
	width: 300px;
	height: 1px;
	background-color: #d9d9d9;
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin-left: -150px;
}
.box-test-chungnhan .title:after {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #d9d9d9;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
}
.box-test-chungnhan .desc {
	padding: 20px;
	text-align: center;
	color: #002563;
	font-size: 20px;
}
.box-test-chungnhan .content {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}

.box-test-nhanchungchi {
	padding: 50px 0;
}
.box-test-nhanchungchi .title {
	margin-top: 55px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
	color: #002563;
	text-transform: uppercase;
	position: relative;
}
.box-test-nhanchungchi .title:before {
	content: "";
	width: 300px;
	height: 1px;
	background-color: #d9d9d9;
	position: absolute;
	bottom: 6px;
	left: 0;
}
.box-test-nhanchungchi .title:after {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #d9d9d9;
	position: absolute;
	bottom: 0;
	left: 0;
}
.box-test-nhanchungchi .content {
	font-size: 20px;
	margin-bottom: 20px;
}
.box-test-nhanchungchi .item {
	background: url("../img/test/icon.png") no-repeat left 8px;
	padding: 3px 0 3px 30px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #002563;
	font-weight: 600;
}

.box-auth-login {
	padding: 120px 0;
}

.box-footer {
	background: url("../img/footer-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 50px 0 20px;
	color: #fff;
}
.box-footer .footer-top {
}
.box-footer .footer-top .fanpage {
	margin-bottom: 50px;
}
.box-footer .footer-top .fanpage .logo {
	margin-bottom: 10px;
}
.box-footer .footer-top .fanpage .logo img {
	height: 35px;
}
.box-footer .footer-top .fanpage .name {
	font-size: 16px;
	padding: 0;
}
.box-footer .footer-top .fanpage .hotline {
	padding: 8px 0;
	display: flex;
	align-items: center;
}
.box-footer .footer-top .fanpage .hotline a {
	margin-left: 10px;
}
.box-footer .footer-top .footer_social {
	padding: 0 40px;
	margin-bottom: 50px;
}
.box-footer .footer-top .footer_social .text {
	padding-bottom: 15px;
	color: #000;
	line-height: 23px;
}
.box-footer .footer-top .footer_social .title img {
	max-height: 30px;
}
.box-footer .footer-top .footer_social span {
	font-weight: 700;
}
.box-footer .footer-top .footer_social .network {
	color: #002460;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.box-footer .footer-top .footer_social .network a {
	padding: 0 4px;
	vertical-align: bottom;
	display: inline-block;
}
.box-footer .footer-top .footer_social .network a:first-child {
	padding-left: 10px;
}
.box-footer .footer-top .title {
	margin-top: 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.box-footer .footer-top .receive .text {
	padding-bottom: 15px;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}
.box-footer .footer-top .receive .form-group {
	margin: 0;
}
.box-footer .footer-top .receive .form-control {
	color: #fff;
	width: 100%;
	padding: 5px 10px;
	margin: 0 0 10px;
	font-size: 13px;
	display: inline-block;
	box-sizing: border-box;
	background: transparent;
}
.box-footer .footer-top .receive .form-control::placeholder {
	color: #fff;
}
.box-footer .footer-top .receive .my_btn {
	width: 100%;
	background-color: #092144;
	color: white;
	height: 40px;
	padding: 10px 10px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
}
.box-footer .footer-top .receive .my_btn:hover {
	background: #222;
	transition: color 0.7s ease-in-out 0s, background-color 0.15s ease-in-out 0s,
		box-shadow 0.15s ease-in-out 0s;
}
.box-footer .footer-top .receive input::placeholder {
	color: #fff;
}
.box-footer .footer-top .receive option {
	background: #fff;
}
.box-footer .footer-address {
	padding: 20px 0 0;
	color: #fff;
	font-size: 13px;
}
.box-footer .footer-address .item {
	margin-bottom: 20px;
}
.box-footer .footer-address .item div {
	margin-bottom: 5px;
	display: flex;
}
.box-footer .footer-address .item i {
	margin-right: 3px;
	width: 20px;
	flex: none;
	margin-top: 2px;
}
.box-footer .footer-bottom {
	background: #a21e22;
	padding-top: 30px;
}
.box-footer .footer-bottom .bottom {
	text-transform: capitalize;
	padding-bottom: 30px;
}
.box-footer .footer-bottom .bottom .fa {
	padding-right: 10px;
}
.box-footer .footer-bottom .title {
	font-size: 14px;
	line-height: 25px;
	color: #7d7e7f;
	font-weight: 700;
}
.box-footer .footer-bottom .text {
	font-size: 12px;
	line-height: 25px;
}
.box-footer .footer-bottom .item {
	color: #fff;
	padding-bottom: 30px;
}
.box-footer .footer-bottom .item .text {
	color: #fff;
}
.box-footer .footer-bottom .item .fa {
	padding-right: 10px;
}
.box-footer .footer-note {
	padding: 5px;
	text-align: center;
	color: #002460;
	font-size: 12px;
}
.box-footer .footer-copyright {
	padding: 15px;
	text-align: center;
	background-color: #092144;
	color: #fff;
	font-size: 12px;
}
.box-footer .footer-copyright a {
	color: #fff;
}

.box-pagination {
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-pagination a {
	min-width: 34px;
	height: 34px;
	padding: 0 5px 0;
	border: 1px solid #ddd;
	border-radius: 50%;
	font-size: 18px;
	margin: 0 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.box-pagination a.active {
	background-color: #002460;
	border-color: #002460;
	color: #fff;
}

.box-document {
	position: fixed;
	top: 0;
	right: -300px;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	transition: right 0.2s ease-in-out;
}
.box-document a {
	color: #fff;
}
.box-document a:hover {
	color: #e3b783;
}
.box-document .box-title {
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	color: #002460;
	box-shadow: 0 0 20px #666;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-90deg) translate(-50%, -40px);
	transform: rotate(-90deg) translate(-50%, -40px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.box-document .box-title i {
	margin-right: 5px;
}
.box-document .box-content {
	height: 100%;
	background-color: #002460;
	width: 300px;
	position: relative;
	z-index: 2;
	overflow: auto;
}
.box-document .menu {
	padding: 10px 20px;
}
.box-document .menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-document .menu > ul > li {
	border-bottom: 1px solid #1c3e78;
	padding: 10px 0;
	color: #fff;
}
.box-document .menu > ul > li > a {
	text-transform: uppercase;
	padding: 5px 0;
	display: flex;
	font-weight: bold;
	align-items: center;
}
.box-document .menu > ul > li > .title {
	text-transform: uppercase;
	padding: 5px 0;
	display: flex;
	font-weight: bold;
	align-items: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-document .menu > ul > li i {
	font-size: 20px;
	min-width: 25px;
	margin-right: 5px;
}
.box-document .menu > ul > li .control i {
	margin: 0 0 0 3px;
	min-width: auto !important;
	cursor: pointer;
}
.box-document .menu > ul > li > ul {
	margin: 0 0 10px 0;
	list-style: disc;
	padding-left: 30px;
}
.box-document .menu > ul > li > ul > li {
	padding: 5px 0 0;
}
.box-document .menu > ul > li > ul > li > a > b {
	color: #e3b783;
}
.box-document .menu .calendar {
	min-height: 255px;
	position: relative;
}
.box-document .menu .calendar .fa-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	z-index: 99;
	font-size: 26px;
}
.box-document.active {
	right: 0;
}
.box-document-bg {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.2);
}

.box-module-file .box-title {
	padding: 100px 0 40px;
	background-color: #012666;
	color: #fff;
	text-align: center;
}
.box-module-file .box-title .title {
	font-size: 36px;
	font-weight: 500;
}
.box-module-file .box-content {
	padding: 50px 0;
}
.box-module-file .category {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.box-module-file .category .category-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
.box-module-file .category .item {
	margin-bottom: 10px;
}
.box-module-file .category .item .title {
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	display: block;
}
.box-module-file .category .item.active .title {
	color: #ff0000;
}
.box-module-file .detail {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.box-module-file .detail img {
	max-width: 100% !important;
	height: auto !important;
}

.box-certified-test {
	text-align: center;
}
.box-certified-test .box-title {
	font-size: 34px;
	margin-bottom: 20px;
	font-weight: 500;
}
.box-certified-test .box-content .topic-item {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 30px 12px;
	font-size: 20px;
	border-radius: 10px;
	margin: 15px 20px 0 0;
}
.box-certified-test .box-content .topic-item:hover {
	background-color: #e3b783;
	color: #000;
	border-color: #e3b783;
}
.box-certified-test .box-content .topic-item .point {
	font-size: 14px;
	font-weight: bold;
	color: #0b6694;
	display: block;
}

.page-profile table .avatar {
	width: 150px;
}
.page-profile table tr > td {
	vertical-align: middle;
}
.page-profile table tr > td:first-child {
	padding-left: 0;
}
.page-profile table tr > td:last-child {
	font-weight: 600;
}
.page-profile table .image {
	display: flex;
	align-items: center;
	font-weight: normal;
}
.page-profile table .image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.page-profile table .image .control {
	flex: 1;
	margin-left: 20px;
}
.page-profile table .image .control .label {
	font-size: 14px;
	padding: 2px 15px 3px;
	border-radius: 5px;
	background-color: #1d75b3;
	color: #fff;
	cursor: pointer;
}
.page-profile table .image .control .desc {
	font-size: 14px;
	line-height: 1.1;
	padding: 5px 0 0 1px;
}
.page-profile .page-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-profile .page-title .title {
	font-size: 26px;
	font-weight: 500;
}
.page-profile .page-title .title .desc {
	display: block;
	font-size: 16px;
	color: #666;
}
.page-profile .page-title .control .btn {
	padding: 10px 15px;
}
.page-profile .page-content {
	padding: 20px 0;
}

.page-notify {
	padding: 120px 0 50px;
}
.page-notify .item {
	width: 800px;
	max-width: 100%;
	margin: 0 auto 30px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px #eee;
}
.page-notify .item .item-title {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
.page-notify .item .item-title .image {
	width: 60px;
}
.page-notify .item .item-title .image img {
	width: 100%;
	border-radius: 5px;
}
.page-notify .item .item-title .info {
	padding-left: 15px;
}
.page-notify .item .item-title .info .title {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 2px;
}
.page-notify .item .item-title .info .time {
	font-size: 13px;
}
.page-notify .item .item-content {
	padding: 20px;
}

.table-calendar {
	width: 100%;
	text-align: center;
}
.table-calendar th {
	padding: 3px;
}
.table-calendar td {
	font-size: 14px;
	font-weight: 300;
	padding: 3px;
	text-align: center;
}
.table-calendar td .text {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.table-calendar td .text.other {
	color: #999;
}
.table-calendar td .text.current {
	color: #e3b783;
	font-weight: 600;
}
.table-calendar td a.text {
	border: 1px solid #e3b783;
}
.table-calendar td a.text.other {
	border: 1px solid #e3b783;
}

.page-loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
}
.content-loading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 0;
	font-size: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50% !important;
	text-indent: -9999em;
	-webkit-animation: load 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 0.8;
}

.layout-auth .layout-wrapper {
	padding: 100px 0 50px;
}
.layout-auth .box-header {
	/*background-color: #002460;*/
}
.layout-login .box-menu-portal {
	display: none;
}
.layout-auth .box-auth-login {
	border-top: 1px solid #eee;
}
.layout-auth .layout-menu {
	background-color: #eee;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	margin-right: 10px;
}
.layout-auth .layout-menu .avatar {
	text-align: center;
	padding: 20px;
	box-shadow: 0 0 10px #ddd;
}
.layout-auth .layout-menu .avatar .image {
	margin-bottom: 10px;
	position: relative;
}
.layout-auth .layout-menu .avatar .image img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.layout-auth .layout-menu .avatar .image .edit {
	position: absolute;
	bottom: 3px;
	right: 30px;
	z-index: 1;
}
.layout-auth .layout-menu .avatar .name {
	font-weight: 600;
	font-size: 20px;
}
.layout-auth .layout-menu .menu {
	padding: 15px 0;
}
.layout-auth .layout-menu .menu .item {
	display: flex;
	align-items: center;
	padding: 10px 20px;
}
.layout-auth .layout-menu .menu .item i {
	width: 25px;
}
.layout-auth .layout-menu .menu .item:hover {
	background-color: #f9f9f9;
}
.layout-auth .layout-menu .menu .item.active {
	background-color: #fff;
}
body.layout-test {
	padding-top: 0;
}
.layout-test .box-header {
	background-color: #002056;
	position: relative;
}

.body.elite .box-header {
	background-color: #fff !important;
}
.body.elite .box-menu-main {
	background-color: #000 !important;
}
.body.elite .course-info {
	background-color: #00040d;
}
.body.elite .course-statis {
	background-color: #00040d;
}
.body.elite .box-footer {
	background-image: url("../img/footer-bg-elite.jpg");
}
.layout-course-category.elite {
	background-color: #000;
}
.layout-course-category.elite .course-list .item {
	box-shadow: none;
}
.layout-course-category.elite .box-menu-main .box-title {
	border-color: #333;
}
.layout-course-detail.elite .course-info {
	background-color: #fff;
}
.layout-course-detail.elite
	.box-module-course-detail
	.course-menu
	.item
	.item-title {
	background-color: #00040d;
}

.test-certified .control {
	text-align: right;
	margin-bottom: 20px;
}
.test-certified .control .btn {
	min-height: 36px;
	line-height: 34px;
	padding: 0 15px;
}
.test-certified .question-noticed {
	color: #00;
	position: static;
	top: 0;
	padding-top: 20px;
	border-radius: 11px;
	width: 100%;
}
.test-certified .question-result-box {
	position: static;
}
.test-certified .question-result {
	color: #fff;
	position: static;
	top: 0;
	padding: 19px;
	background: #081f53;
	border-radius: 11px;
	width: 100%;
}
.test-certified .question-result .title {
	font-weight: bold;
	font-size: 18px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	padding-top: 20px;
}
.test-certified .question-result .title i {
	margin: 3px 5px 0 0;
}
.test-certified .question-result .answer {
	padding: 10px 0;
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.test-certified .question-result .answer .item {
	width: 30px;
	height: 30px;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	font-weight: bold;
	cursor: pointer;
}
.test-certified .question-result .answer .item.active {
	background-color: #ddab76;
	color: #fff;
}
.test-certified .question-result .answer .item.answer_true {
	background-color: #00cc66;
	color: #fff;
}
.test-certified .question-result .answer .item.answer_false {
	background-color: #ff0000;
	color: #fff;
}
.test-certified .question-result .note {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.test-certified .question-result .note .item {
	margin: 0 25px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.test-certified .question-result .note .item span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 5px;
}
.test-certified .question-result .note .item.answered span {
	background-color: #ddab76;
}
.test-certified .question-result .action {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.test-certified .question-result .action .time {
	text-align: center;
	font-size: 30px;
	display: inline-flex;
	gap: 5px;
	align-items: center;
}
.test-certified .question-result .action .time .timer {
	width: 75px;
}
.test-certified .question-result .action .time i {
	color: #ddab76;
}
.test-certified .question-result .action .btn {
	background-color: #ddab76;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding: 8px 15px;
	white-space: nowrap;
}
.test-certified .group-title {
	font-weight: bold;
	margin: 20px 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #002056;
}
.test-certified .group-title.first {
	margin-top: 0;
}
.test-certified .question-item {
	margin-bottom: 20px;
}
.test-certified .question-item .title {
	font-weight: bold;
	display: flex;
	align-items: flex-start;
}
.test-certified .question-item .title span.text {
	flex: 1;
}
.test-certified .question-item .title span.number {
	background-color: #fff;
	border: 1px solid #ddd;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	margin-right: 10px;
}
.test-certified .question-item .image {
	margin: 10px 0 10px 37px;
}
.test-certified .question-item .image img {
	max-height: 200px;
	max-width: 100%;
	width: auto;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.test-certified .question-item .answer {
	margin: 10px 0 10px 36px;
}
.test-certified .question-item .answer textarea {
	width: 100%;
	height: 300px;
	font-size: 15px;
}
.test-certified .question-item .answer .answer_true {
	font-weight: 600;
	color: #00cc66;
}
.test-certified .question-item .answer .answer_false {
	color: #ff0000;
}
.test-certified .question-item.active .title span.number {
	background-color: #ddab76;
	border-color: #ddab76;
	color: #fff;
}
.test-certified .question-submit {
	text-align: center;
	padding-top: 10px;
}
.test-certified .question-submit .btn {
	background-color: #ddab76;
	color: #000;
	font-weight: bold;
	font-size: 22px;
	padding: 12px 40px;
}
.test-certified .question-result-user {
	text-align: center;
	padding-top: 10px;
}
.test-certified .question-result-user .result {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}
.test-certified .question-result-user .result span {
	font-weight: bold;
}
.test-certified .question-result-user .btn {
	background-color: #ddab76;
	color: #000;
	font-weight: bold;
	font-size: 22px;
	padding: 12px 40px;
}

.btn-feedback {
	position: fixed;
	z-index: 999;
	bottom: 80px;
	right: 11px;
	cursor: pointer;
	font-size: 30px;
	width: 60px;
	height: 60px;
	background-color: #ddab76;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-feedback i {
	color: #fff;
}

.bg-notify {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box-portal-course-group {
	background-color: #00084c;
	padding: 20px 0;
}
.box-portal-course-group .box-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-portal-course-group .box-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #ccc;
}
.box-portal-course-group .box-title .title {
	position: relative;
	z-index: 1;
}
.box-portal-course-group .box-title .title a {
	background-color: #00084c;
	color: #fee3ac;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.box-portal-course-group .box-title .all {
	background-color: #00084c;
	color: #999;
	padding-left: 10px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	z-index: 2;
}
.box-portal-course-group .box-title .all:hover {
	color: #ccc;
}
.box-portal-course-group .box-title .all i {
	font-size: 13px;
}
.box-portal-course-group .box-content {
	padding-top: 15px;
}
.box-portal-course-group .item {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}
.box-portal-course-group .item .image {
	width: 160px;
	height: 100px;
}
.box-portal-course-group .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-portal-course-group .item .info {
	flex: 1;
}
.box-portal-course-group .item .info .time {
	line-height: 100%;
	font-size: 10px;
	color: #ccc;
	margin-bottom: 5px;
}
.box-portal-course-group .item .info .title {
	line-height: 16px;
}
.box-portal-course-group .item .info .title a {
	font-size: 13px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 82px;
}
.box-portal-course-group .item .info .title a:hover {
	color: #e3b783;
}

.box-portal-course-all {
	background-color: #fff;
	padding: 50px 0;
}
.box-portal-course-all .box-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-portal-course-all .box-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #ccc;
}
.box-portal-course-all .box-title .title {
	position: relative;
	z-index: 1;
}
.box-portal-course-all .box-title .title:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 10px;
	left: 0;
	background-color: #d60000;
}
.box-portal-course-all .box-title .title a {
	background-color: #fff;
	color: #333;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.box-portal-course-all .box-title .all {
	background-color: #fff;
	color: #aaa;
	padding-left: 10px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	z-index: 2;
}
.box-portal-course-all .box-title .all:hover {
	color: #666;
}
.box-portal-course-all .box-title .all i {
	font-size: 13px;
}
.box-portal-course-all .box-content {
	padding-top: 15px;
	display: flex;
	gap: 20px;
}
.box-portal-course-all .item {
	margin-bottom: 10px;
}
.box-portal-course-all .item .image {
	margin-bottom: 5px;
	height: 135px;
}
.box-portal-course-all .item .image img {
	width: 100%;
	border-radius: 10px;
}
.box-portal-course-all .item .info {
	padding: 5px;
}
.box-portal-course-all .item .info .time {
	line-height: 100%;
	font-size: 12px;
	color: #666;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.box-portal-course-all .item .info .time a {
	font-weight: 600;
}
.box-portal-course-all .item .info .title {
	line-height: 18px;
}
.box-portal-course-all .item .info .title a {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 55px;
}
.box-portal-course-all .item .info .title a:hover {
	color: #00084c;
}

.box-portal-quote {
	background-color: #f5f5f5;
	padding: 60px 0 50px;
}
.box-portal-quote .box-title {
	text-align: center;
	margin-top: -18px;
}
.box-portal-quote .box-title .title {
	background-color: #f5f5f5;
	padding: 0 15px;
	display: inline-flex;
	font-size: 22px;
	letter-spacing: 0.24em;
	font-weight: 600;
}
.box-portal-quote .box-content {
	width: 840px;
	margin: 0 auto;
	max-width: 100%;
	border: 1px solid #999;
	border-radius: 10px;
}
.box-portal-quote .box-content .content {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 20px 50px;
}
.box-portal-quote .box-content .author {
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.24em;
	padding: 10px 0 25px;
}

.box-portal-top-team {
	background-color: #fff;
	padding: 30px 0 50px;
}
.box-portal-top-team .box-title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-portal-top-team .box-title:after {
	content: "";
	position: absolute;
	width: 88%;
	height: 2px;
	top: 50%;
	left: 6%;
	background-color: #ccc;
}
.box-portal-top-team .box-title .title {
	position: relative;
	z-index: 1;
}
.box-portal-top-team .box-title .title a {
	background-color: #fff;
	color: #333;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
}
.box-portal-top-team .box-content {
	padding-top: 30px;
	display: flex;
	gap: 20px;
}
.box-portal-top-team .item {
	display: flex;
	gap: 30px;
}
.box-portal-top-team .item .image {
	flex: 1;
	text-align: center;
}
.box-portal-top-team .item .image img {
	width: 500px;
	max-width: 100%;
}
.box-portal-top-team .item .info {
	flex: 1;
	padding: 30px 0 0 0;
}
.box-portal-top-team .item .info .title {
	color: #fee3ac;
	text-transform: uppercase;
	font-weight: 600;
	width: 350px;
	border-radius: 5px;
	background-color: #00084c;
	padding: 10px 25px;
}
.box-portal-top-team .item .info .title a {
	color: #fee3ac;
	font-size: 28px;
	line-height: 36px;
}
.box-portal-top-team .item .info .name {
	color: #00084c;
	font-size: 28px;
	font-weight: 600;
	padding: 15px 0;
}
.box-portal-top-team .item .info .desc {
	color: #00084c;
	font-size: 20px;
	padding-right: 70px;
}
.box-portal-top-team .item .info .action {
	margin-top: 30px;
}
.box-portal-top-team .item .info .action .btn {
	display: inline-flex;
	align-items: center;
	text-transform: none;
	font-size: 16px;
	padding: 10px 15px 11px;
}
.box-portal-top-team .item .info .action .btn i {
	font-size: 13px;
	margin-left: 5px;
	margin-top: 2px;
}

.box-portal-top-month {
	background: url("../img/portal-bg-teacher.jpg") no-repeat center center;
	background-size: cover;
	padding: 30px 0;
}
.box-portal-top-month .box-title {
	text-align: center;
	color: #fff;
}
.box-portal-top-month .box-title .title {
	font-size: 28px;
}
.box-portal-top-month .box-title .name a {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
}
.box-portal-top-month .box-content {
	padding: 20px 0 30px;
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
.box-portal-top-month .item {
}
.box-portal-top-month .item .image {
	margin-bottom: 5px;
	padding: 0 20px;
}
.box-portal-top-month .item .image img {
	width: 100%;
}
.box-portal-top-month .item .name {
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
.box-portal-top-month .item .team {
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.box-portal-top-month .top3 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 auto 20px;
}
.box-portal-top-month .top3 .item {
	width: 250px;
	padding: 15px;
}
.box-portal-top-month .top3 .item .name {
	font-size: 20px;
}
.box-portal-top-month .top3 .item .image {
	padding: 0;
}
.box-portal-top-month .top3 .item.highlight {
	width: 300px;
}
.box-portal-top-month .owl-carousel .owl-dots {
	bottom: -30px;
}

.box-portal-top-week {
	background-color: #fff;
	padding: 60px 0 50px;
}
.box-portal-top-week .box-title {
	text-align: center;
	margin-top: -18px;
}
.box-portal-top-week .box-title .title {
	background-color: #fff;
	padding: 0 15px;
	display: inline-flex;
	font-size: 22px;
	letter-spacing: 0.24em;
	font-weight: 500;
}
.box-portal-top-week .box-content {
	width: 840px;
	margin: 0 auto;
	max-width: 100%;
	border: 1px solid #999;
	border-radius: 10px;
}
.box-portal-top-week .box-content .content {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 20px 50px;
	font-weight: 600;
}
.box-portal-top-week .box-content .action {
	text-align: center;
	margin-bottom: 20px;
}
.box-portal-top-week .box-content .action a {
	font-weight: 600;
}

.box-portal-event {
	background-color: #f5f5f5;
	padding: 50px 0;
}
.box-portal-event .box-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-portal-event .box-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #ccc;
}
.box-portal-event .box-title .title {
	position: relative;
	z-index: 1;
	line-height: 100%;
}
.box-portal-event .box-title .title:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 3px;
	left: 0;
	background-color: #d60000;
}
.box-portal-event .box-title .title a {
	background-color: #f5f5f5;
	color: #333;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.box-portal-event .box-title .all {
	background-color: #f5f5f5;
	color: #aaa;
	padding-left: 10px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	z-index: 2;
}
.box-portal-event .box-title .all:hover {
	color: #666;
}
.box-portal-event .box-title .all i {
	font-size: 13px;
}
.box-portal-event .box-content {
	padding-top: 30px;
}
.box-portal-event .item {
	margin-bottom: 20px;
}
.box-portal-event .item .image {
	margin-bottom: 5px;
	height: 200px;
}
.box-portal-event .item .image img {
	width: 100%;
}
.box-portal-event .item .info .time {
	font-size: 12px;
	color: #666;
	line-height: 100%;
	margin-bottom: 5px;
}
.box-portal-event .item .info .name {
	font-weight: 600;
	line-height: 20px;
}
.box-portal-event .item .info .name a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 42px;
}
.box-portal-event .col-12 .item .image {
	height: 400px;
}
.box-portal-event .col-12 .item .info .name {
	text-transform: uppercase;
}
.box-portal-event .col-12 .item .info .name a {
	-webkit-line-clamp: 1;
	max-height: 20px;
}
.box-portal-event .right .box-title .title:before {
	display: none;
}
.box-portal-event .right .box-title .title a {
	padding-left: 0;
}
.box-portal-event .right .item {
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
}
.box-portal-event .right .item .image {
	width: 180px;
	height: 105px;
}
.box-portal-event .right .item .info {
	flex: 1;
}
.box-portal-event .right .item .info .name {
	font-size: 14px;
	line-height: 18px;
}
.box-portal-event .right .item .info .name a {
	font-size: 16px;
	-webkit-line-clamp: 5;
	max-height: 95px;
}

.box-portal-news {
	background-color: #fff;
	padding: 50px 0;
}
.box-portal-news .box-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-portal-news .box-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #ccc;
}
.box-portal-news .box-title .title {
	position: relative;
	z-index: 1;
	line-height: 100%;
}
.box-portal-news .box-title .title:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 3px;
	left: 0;
	background-color: #d60000;
}
.box-portal-news .box-title .title a {
	background-color: #fff;
	color: #333;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.box-portal-news .box-title .all {
	background-color: #fff;
	color: #aaa;
	padding-left: 10px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	z-index: 2;
}
.box-portal-news .box-title .all:hover {
	color: #666;
}
.box-portal-news .box-title .all i {
	font-size: 13px;
}
.box-portal-news .box-content {
	padding-top: 30px;
}
.box-portal-news .item {
	margin-bottom: 20px;
}
.box-portal-news .item .image {
	margin-bottom: 5px;
	height: 500px;
}
.box-portal-news .item .image img {
	width: 100%;
}
.box-portal-news .item .info .time {
	font-size: 12px;
	color: #666;
	line-height: 100%;
	margin-bottom: 5px;
}
.box-portal-news .item .info .name {
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}
.box-portal-news .item .info .name a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 42px;
}
.box-portal-news .right .item .image {
	height: 198px;
}
.box-portal-news .right .item .info .name {
	text-transform: none;
}
.box-portal-news .right .item .info .name a {
	-webkit-line-clamp: 3;
	max-height: 62px;
	height: 62px;
}

.box-portal-news-view .box-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.box-portal-news-view .box-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #ccc;
}
.box-portal-news-view .box-title .title {
	position: relative;
	z-index: 1;
}
.box-portal-news-view .box-title .title:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 3px;
	left: 0;
	background-color: #d60000;
}
.box-portal-news-view .box-title .title a {
	background-color: #fff;
	color: #333;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}
.box-portal-news-view .box-title .all {
	background-color: #fff;
	color: #666;
	padding-left: 10px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	z-index: 2;
}
.box-portal-news-view .box-title .all i {
	font-size: 13px;
}
.box-portal-news-view .box-content {
}
.box-portal-news-view .box-title .title:before {
	display: none;
}
.box-portal-news-view .box-title .title a {
	padding-left: 0;
}
.box-portal-news-view .item {
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
}
.box-portal-news-view .item .image {
	width: 180px;
	height: 115px;
}
.box-portal-news-view .item .image img {
	width: 100%;
}
.box-portal-news-view .item .info {
	flex: 1;
}
.box-portal-news-view .item .info .time {
	font-size: 12px;
	color: #666;
	line-height: 100%;
}
.box-portal-news-view .item .info .name {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
}
.box-portal-news-view .item .info .name a {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 90px;
}

.box-portal-news-highlight .box-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.box-portal-news-highlight .box-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #ccc;
}
.box-portal-news-highlight .box-title .title {
	position: relative;
	z-index: 1;
}
.box-portal-news-highlight .box-title .title:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 3px;
	left: 0;
	background-color: #d60000;
}
.box-portal-news-highlight .box-title .title a {
	background-color: #fff;
	color: #333;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}
.box-portal-news-highlight .box-title .all {
	background-color: #fff;
	color: #666;
	padding-left: 10px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	z-index: 2;
}
.box-portal-news-highlight .box-title .all i {
	font-size: 13px;
}
.box-portal-news-highlight .box-content {
}
.box-portal-news-highlight .box-title .title:before {
	display: none;
}
.box-portal-news-highlight .box-title .title a {
	padding-left: 0;
}
.box-portal-news-highlight .item {
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
}
.box-portal-news-highlight .item .image {
	width: 180px;
	height: 115px;
}
.box-portal-news-highlight .item .image img {
	width: 100%;
}
.box-portal-news-highlight .item .info {
	flex: 1;
}
.box-portal-news-highlight .item .info .time {
	font-size: 12px;
	color: #666;
	line-height: 100%;
}
.box-portal-news-highlight .item .info .name {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
}
.box-portal-news-highlight .item .info .name a {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 90px;
}

.box-portal-notify {
	background-color: #fff;
	padding: 50px 0;
}
.box-portal-notify .box-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-portal-notify .box-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #ccc;
}
.box-portal-notify .box-title .title {
	position: relative;
	z-index: 1;
	line-height: 100%;
}
.box-portal-notify .box-title .title:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 3px;
	left: 0;
	background-color: #d60000;
}
.box-portal-notify .box-title .title a {
	background-color: #fff;
	color: #333;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.box-portal-notify .box-title .all {
	background-color: #fff;
	color: #aaa;
	padding-left: 10px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	z-index: 2;
}
.box-portal-notify .box-title .all:hover {
	color: #666;
}
.box-portal-notify .box-title .all i {
	font-size: 13px;
}
.box-portal-notify .box-content {
	padding-top: 30px;
}
.box-portal-notify .item {
	margin-bottom: 20px;
}
.box-portal-notify .item .image {
	margin-bottom: 5px;
	height: 400px;
}
.box-portal-notify .item .image img {
	width: 100%;
}
.box-portal-notify .item .info .time {
	font-size: 12px;
	color: #666;
	line-height: 100%;
	margin-bottom: 5px;
}
.box-portal-notify .item .info .name {
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}
.box-portal-notify .item .info .name a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 42px;
}
.box-portal-notify .right .item .image {
	height: 150px;
}
.box-portal-notify .right .item .info .name {
	text-transform: none;
}
.box-portal-notify .right .item .info .name a {
	-webkit-line-clamp: 3;
	max-height: 62px;
	height: 62px;
}

.page-portal {
	padding: 30px 0 50px;
}
.page-portal .page-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.page-portal .page-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: calc(50% + 2px);
	left: 0;
	background-color: #ccc;
}
.page-portal .page-title .title {
	position: relative;
	z-index: 1;
	display: inline-flex;
	background-color: #fff;
	color: #333;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}
.page-portal .page-title .title:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 12px;
	left: 0;
	background-color: #d60000;
}
.page-portal .top .item {
	margin-bottom: 20px;
}
.page-portal .top .item .image {
	margin-bottom: 5px;
	height: 243px;
}
.page-portal .top .item .image img {
	width: 100%;
}
.page-portal .top .item .info .time {
	font-size: 12px;
	color: #666;
	line-height: 100%;
	margin-bottom: 5px;
}
.page-portal .top .item .info .title {
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.page-portal .top .item .info .title a {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 54px;
}
.page-portal .top .item .info .desc {
	display: none;
}
.page-portal .top .col-12 .item .image {
	height: 500px;
}
.page-portal .right .item {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}
.page-portal .right .item .image {
	width: 180px;
	height: 115px;
}
.page-portal .right .item .image img {
	width: 100%;
}
.page-portal .right .item .info {
	flex: 1;
}
.page-portal .right .item .info .time {
	line-height: 100%;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}
.page-portal .right .item .info .title {
	line-height: 20px;
}
.page-portal .right .item .info .title a {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 42px;
}
.page-portal .right .item .info .desc {
	display: none;
}
.page-portal .right .item.line3 .info .title {
	line-height: 18px;
}
.page-portal .right .item.line3 .info .title a {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 54px;
}
.page-portal .list {
	padding-top: 20px;
}
.page-portal .list .item {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.page-portal .list .item .image {
	width: 300px;
	height: 160px;
}
.page-portal .list .item .image img {
	width: 100%;
}
.page-portal .list .item .info {
	flex: 1;
}
.page-portal .list .item .info .time {
	line-height: 100%;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}
.page-portal .list .item .info .title {
	line-height: 20px;
}
.page-portal .list .item .info .title a {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 42px;
}
.page-portal .list .item .info .desc {
	line-height: 20px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 82px;
}
.page-portal .other .item {
	margin-bottom: 20px;
}
.page-portal .other .item .image {
	margin-bottom: 5px;
}
.page-portal .other .item .image img {
	width: 100%;
}
.page-portal .other .item .info .time {
	font-size: 12px;
	color: #666;
	line-height: 100%;
	margin-bottom: 5px;
}
.page-portal .other .item .info .title {
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.page-portal .other .item .info .title a {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 54px;
}
.page-portal .other .item .info .desc {
	display: none;
}
.page-portal .other .item .info .action a {
	font-size: 16px;
	text-transform: none;
	padding: 7px 10px 9px;
}
.page-portal .detail-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.page-portal .detail-content img {
	height: auto !important;
	max-width: 100% !important;
}
.page-portal .schedule-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
.page-portal .schedule-content {
	text-align: center;
	margin-bottom: 30px;
}
.page-portal .schedule-content img {
	max-width: 100%;
}
.page-portal .top-team-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}
.page-portal .top-team-content {
	font-size: 18px;
	margin-bottom: 30px;
}
.page-portal .top-team-content img {
	max-width: 100%;
}
.page-portal .top-month-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}
.page-portal .top-month-content {
	font-size: 18px;
	margin-bottom: 30px;
}
.page-portal .top-month-content img {
	max-width: 100%;
}
.page-portal .top-month-content .owl-carousel .owl-dots button.owl-dot span {
	background-color: #eee;
}
.page-portal
	.top-month-content
	.owl-carousel
	.owl-dots
	button.owl-dot.active
	span {
	background-color: #dcb885;
}
.page-portal .top-week-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}
.page-portal .top-week-content {
	font-size: 18px;
	margin-bottom: 30px;
}
.page-portal .top-week-content img {
	max-width: 100%;
}
.page-portal .box-portal-top-month .item .name {
	color: #222;
}
.page-portal .box-portal-top-month .item .team {
	color: #222;
}
.box-title .all .fa-arrow-right {
	transition: transform 0.325s ease;
}
.box-title .all:hover .fa-arrow-right {
	transform: translateX(10px);
}

.box-personal-course {
	color: #012c74;
}
.box-personal-course .course-list .item .info .time {
	font-size: 20px;
}

.course-category {
	margin: 20px;
}
.course-category .category-title {
	color: #012c74;
	font-size: 21px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0em;
}
.course-category .category-content {
	color: #261d90;
	font-family: SVN-Gilroy;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}
.course-category .view a {
	border-radius: 5px;
}
.course-category .category-image img {
	border-radius: 16px;
}

.box-course-profile {
	padding-top: 50px;
}
.box-course-profile .nav-pills {
	display: flex;
	gap: 0.5em;
	font-size: 26px;
	font-weight: bolder;
	line-height: 32px;
	text-transform: uppercase;
}
.box-course-profile .nav-pills .nav-item .nav-link {
	padding: 16px 20px;
	border-radius: 12px;
	background-color: #efefef;
	color: #777777;
	font-size: 26px;
	font-weight: bolder;
	line-height: 32px;
}
.box-course-profile .nav-pills .nav-item .nav-link.active {
	background-color: #4c46d41a;
	color: #261d90;
}
.box-course-profile .box-content {
	margin: 30px 0px;
	padding: 30px 20px;
	gap: 30px;
	border-radius: 12px;
	border: 1px solid #282698;
	font-size: 28px;
}
.box-course-profile .box-content form {
	display: flex;
	gap: 30px;
	flex-direction: column;
}
.box-course-profile .box-content .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #c6c6c6;
}
.box-course-profile .box-content .item.error {
	border-bottom: 1px solid #fc2d2d;
}
.box-course-profile .box-content .item .item-label,
.box-course-profile .box-content .item .form-group {
	font-weight: 600;
	line-height: 32px;
}
.box-course-profile .box-content .item .item-label {
	max-width: 62%;
}
.box-course-profile .box-content .description {
	font-weight: 400;
}
.box-course-profile .box-content .item .form-group span {
	display: inline-flex;
	gap: 5px;
	align-items: center;
}
.box-course-profile .popup-success .popup-wrapper {
	background-image: url("../img/course/popup-submit-profile-success.png");
	background-repeat: no-repeat;
	padding: 40px 100px;
	gap: 10px;
	border-radius: 30px;
	color: #fff;
}
.box-course-profile .popup-success .popup-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 47px;
	letter-spacing: 0em;
	text-align: center;
}
.box-course-profile .popup-success .popup-content {
	font-size: 34px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
}
.box-course-profile .popup-success .popup-action a {
	display: flex;
	font-size: 30px;
	font-weight: 700;
	padding: 20px 24px;
	gap: 10px;
	border-radius: 12px;
	align-items: center;
}
.box-course-profile .box-error {
	display: none;
	margin: 20px 0;
	padding: 30px 20px;
	gap: 30px;
	border-radius: 12px;
	border: 1px solid #ff3975;
	color: #ff1d1d;
	font-size: 28px;
}
.box-course-profile .error ul {
	margin: 0;
}
.box-course-profile .line-progress {
	width: 500px;
	max-width: 28vw;
	height: 18px;
	border-radius: 10px;
	background: #d9d9d9;
	padding: 0;
}
.box-course-profile .line-progress .complete-ratio {
	width: 0%;
	height: 18px;
	border-radius: 50px;
	background: #f07c33;
	padding: 0;
}
.box-course-profile .ratio {
	color: #f07c33;
	max-width: fit-content;
}
.box-course-profile .tab-content .tab-pane .item .btn-upload {
	padding: 10px 26px;
	border-radius: 12px;
	background-color: #002ed0;
	color: #ffffff;
	cursor: pointer;
}
.box-course-profile .item .btn-upload::before {
	content: url("../img/course/upload.svg");
	margin-right: 8px;
}
.box-course-profile .item .check::after {
	content: url("../img/course/valid.svg");
	margin-left: 8px;
}
.box-course-profile .item.invalid .check::after {
	content: url("../img/course/invalid.svg");
	margin-left: 8px;
}
.box-course-profile .tab-content .tab-pane .control button {
	border: none;
	background: none;
}
.box-course-profile
	.tab-content
	.tab-pane
	.control
	button:disabled
	.submit-profile {
	opacity: 0.2;
	cursor: not-allowed;
}
.box-course-profile .tab-content .tab-pane .item .btn-upload.disabled {
	opacity: 0.2;
	cursor: not-allowed;
}
.box-course-profile .tab-content .tab-pane .item .toggle {
	background-color: #bdbdbd;
	width: 60px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
}
/*.box-course-profile .tab-content .tab-pane .item .toggle-active { background-color: blue; width: 60px; height: 32px; border-radius: 16px; display: flex; flex-direction: column; align-items: flex-end;}*/
.box-course-profile .tab-content .tab-pane .item input[type="checkbox"] {
	display: none;
}
.box-course-profile .tab-content .tab-pane .item .slider {
	height: 24px;
	width: 24px;
	background-color: #ffffff;
	border-radius: 12px;
	margin: 4px;
}
.box-course-profile
	.tab-content
	.tab-pane
	.item
	input[type="checkbox"]:checked
	+ .toggle {
	background-color: #4bc052;
}
.box-course-profile
	.tab-content
	.tab-pane
	.item
	input[type="checkbox"]:checked
	+ .toggle
	> .slider {
	align-self: flex-end;
}
.box-course-profile .file-progress .popup-wrapper .popup-content {
	width: 90vw;
	max-width: 500px;
	padding: 20px 100px 40px 100px;
}
.box-course-profile .file-progress .popup-wrapper .popup-content .progress {
	width: 100%;
	padding: 8px 3px;
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	align-items: center;
}
.box-course-profile
	.file-progress
	.popup-wrapper
	.popup-content
	.progress
	.progress-bar {
	background-color: #2e9bff;
	height: 12px;
	border-radius: 6px;
}
.box-course-profile
	.file-progress
	.popup-wrapper
	.popup-content
	.progress
	.progress-bar.completed {
	background-color: #2fa124;
}
.box-course-profile
	.file-progress
	.popup-wrapper
	.popup-content
	.title
	.uploaded {
	color: #00c95c;
}
.box-course-profile
	.file-progress
	.popup-wrapper
	.popup-content
	.title
	.uploaded:after {
	margin-left: 5px;
	content: url("../img/course/tick.svg");
}
.box-course-profile .file-progress .fa-window-close {
	float: inline-end;
	margin-right: 3px;
	margin-top: 3px;
	color: #53535380;
}

.box-schedule .box-course-topic {
	background-color: #fafafa;
	padding: 30px 20px 30px 20px;
	border-radius: 16px;
	margin: 30px;
	border: 1px solid #282698;
}
.box-schedule .box-course-topic .title {
	color: #261d90;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}
.box-schedule .box-course-topic.deny .title {
	color: #8d8d8d;
}
.box-schedule .box-course-topic.deny .box-content .item {
	align-items: center;
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.box-schedule .box-course-topic.deny .box-title .title::after {
	content: url("../img/course/locked.png");
	margin-left: 12px;
}
.box-schedule .box-course-topic .course-item {
	padding-left: 40px;
}
.box-schedule .box-course-topic .box-content .course-title {
	font-size: 18px;
	max-width: 80%;
	font-weight: 700;
	line-height: 22px;
}
.box-schedule .box-course-topic.deny .box-content .course-title {
	font-size: 22px;
}
.box-schedule .box-course-topic .box-content .course-title-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.box-schedule .box-course-topic .box-content .course-title-box > div {
	text-align: left;
	width: 100%;
}
.box-schedule .box-course-topic .box-content .course-item-box {
	width: auto;
	/*height: 105px;*/
	padding: 16px;
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0px 4px 8px 0px #0000001f;
}
.box-schedule .box-course-topic .box-content .ratings-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 12px;
}
.box-schedule .box-course-topic .box-content .ratings-box .ratings-point-box {
	color: #012664;
	padding-left: 10px;
}
.box-schedule
	.box-course-topic
	.box-content
	.ratings-box
	.box-ratings
	.ratings
	.star {
	font-size: 15px;
}
.box-schedule .box-title {
	margin: 40px;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.box-schedule .btn-bg {
	border-radius: 12px;
	white-space: nowrap;
	text-transform: none;
}
.box-schedule .box-course-topic .box-title {
	margin: 0;
}
.box-schedule .box-course-topic .box-title .title {
	position: relative;
	margin-left: 40px;
	margin-right: 12px;
}
.box-schedule .box-course-topic .box-title .overview {
	text-transform: none;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}
.box-schedule .box-course-topic .box-title .title::before {
	position: absolute;
	content: "";
	left: -40px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.8rem;
	height: 0.8rem;
	border-right: 0.2rem solid #261d90;
	border-bottom: 0.2rem solid #261d90;
	transition: 0.2s;
}
.box-schedule .box-course-topic .box-title .down .title::before {
	transform: rotate(45deg);
	top: 40%;
	transition: 0.2s;
}
.box-schedule .box-course-topic .box-content {
	margin: 15px 0;
}
.box-schedule .box-course-topic .box-content .item-image img {
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 #0000001f;
}
.box-schedule .box-course-topic .box-content .item .course-loading .progress {
	background-color: #d9d9d9;
	height: 10px;
	border-radius: 10px;
	width: 100%;
}
.box-schedule .box-course-topic .box-content .item .course-loading .progress .complete-ratio {
	background-color: #03641e;
	border-radius: 10px;
	height: 10px;
}
.box-schedule .box-course-topic .box-content .item .course-loading .percent {
	font-size: 22px;
	color: #03641e;
	font-weight: 600;
	line-height: 31px;
}
.box-schedule .box-course-topic .box-content .item .course-loading.progressing .progress .complete-ratio {
	background-color: #df8501;
}
.box-schedule .box-course-topic .box-content .item .course-loading.progressing .percent {
	color: #df8501;
}
.box-schedule .box-course-topic .box-content .item .course-loading.default .progress .complete-ratio {
	background-color: #d9d9d9;
}
.box-schedule .box-course-topic .box-content .item .course-loading.default .percent {
	color: #333;
}

.box-schedule .box-course-topic .box-content .item .course-time {
	white-space: nowrap;
	color: #aeaeae;
	font-size: 18px;
}
.box-schedule .box-course-topic .course-item svg {
	width: 18%;
}
.box-schedule .schedule-exam button {
	margin: 25px 0;
	padding: 16px 26px;
	border-radius: 12px;
	background: #002ed0;
	color: #fff;
}

.box-module-course-schedule-item .current-course {
	font-size: 18px;
	line-height: 26px;
}
.box-module-course-schedule-item .menu-breadcrumb,
.layout-course-category .menu-breadcrumb {
	font-size: 18px;
	font-weight: 600;
	line-height: 19px;
	color: #261d90;
	margin: 25px 0;
	--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");
}
.box-module-course-schedule-item
	.menu-breadcrumb
	.breadcrumb
	.breadcrumb-item
	a {
	color: #261d90;
}
.box-module-course-schedule-item .course-tabs {
	margin-bottom: 35px;
}
.box-module-course-schedule-item .box-content .course-video {
	border-radius: 22px;
	margin-bottom: 30px;
	box-shadow: 0 0 2px #ccc;
	overflow: hidden;
}
.box-module-course-schedule-item .box-course-content .nav-item .nav-link {
	white-space: nowrap;
	color: #06004d;
	border-radius: 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	background-color: #f0f0f0;
}
.box-module-course-schedule-item .box-course-content .nav-item .nav-link.deny {
	color: #06004d33;
}
.box-module-course-schedule-item
	.box-course-content
	.nav-item
	.nav-link.active {
	background: linear-gradient(271.4deg, #d7a65e -40.47%, #fed399 98.81%);
}
.box-module-course-schedule-item .box-course-content .box-content .title {
	font-size: 22px;
	font-weight: 700;
	line-height: 23.1px;
	color: #261d90;
	margin: 20px 0;
}
.box-module-course-schedule-item
	.box-course-content
	.owl-carousel.owl-drag
	.owl-item {
	margin-right: 5px !important;
}
.box-module-course-schedule-item
	.box-course-content
	.tab-content
	.item
	.item-content
	a {
	display: flex;
	width: 100%;
	padding: 5px 15px;
	align-items: flex-start;
	color: #000;
	font-size: 15px;
}
.box-module-course-schedule-item
	.box-course-content
	.tab-content
	.item
	.item-content
	a
	i.learned {
	margin-right: 0;
	margin-top: 4px;
	margin-left: auto;
	font-size: 14px;
	color: #3b9567;
	padding-left: 10px;
}
.box-module-course-schedule-item
	.box-course-content
	.tab-content
	.item
	.item-content
	a
	span.learned {
	margin-right: 0;
	margin-left: auto;
	font-size: 12px;
	color: #3b9567;
	padding-left: 10px;
}
.box-module-course-schedule-item .course-ratings {
	padding: 30px 0 50px;
}
.box-module-course-schedule-item .course-ratings .ratings {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	direction: rtl;
	text-align: center;
}
.box-module-course-schedule-item .course-ratings .ratings .star {
	position: relative;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 40px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}
.box-module-course-schedule-item .course-ratings .ratings .star:before {
	transition: all 0.2s ease;
	content: "\f005";
	font-weight: 900;
	color: #ccc;
}
.box-module-course-schedule-item .course-ratings .ratings .star.selected:before,
.box-module-course-schedule-item
	.course-ratings
	.ratings
	.star.selected
	~ .star:before {
	content: "\f005";
	color: #ff8d00;
}
.box-module-course-schedule-item
	.course-ratings
	.ratings
	.star.selected.half:before {
	content: "\f5c0";
}
.box-module-course-schedule-item
	.course-ratings
	.ratings
	.star.selected.half:hover:before {
	content: "\f005";
	color: #ff8d00;
}
.box-module-course-schedule-item .course-ratings .ratings:hover .star:before {
	content: "\f005" !important;
	color: #ccc !important;
}
.box-module-course-schedule-item .course-ratings .ratings .star:hover:before,
.box-module-course-schedule-item
	.course-ratings
	.ratings
	.star:hover
	~ .star:before {
	color: #ff8d00 !important;
}
.box-module-course-schedule-item .course-ratings .form {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	padding-top: 30px;
}
.box-module-course-schedule-item .course-ratings .form .form-control {
	min-height: 100px;
	background-color: #ececec;
	border: unset;
	border-radius: 10px;
}
.box-module-course-schedule-item .course-ratings .form .action {
	padding-top: 20px;
}
.box-module-course-schedule-item .course-ratings .form .action button {
	background: #564ae9;
	color: #fff;
	border-radius: 8px;
	padding: 10px 16px;
	text-transform: none;
}
.box-module-course-schedule-item .course-ratings .form .alert {
	padding: 10px;
	margin: 10px 0 0;
}
.box-module-course-schedule-item .btn-top {
	background: #564ae9;
	padding: 10px 20px;
	border-radius: 10px;
	color: #ffffff;
}
.box-module-course-schedule-item .menu-title {
	border-radius: 12px;
	border-left: 3px solid #261d90;
	display: flex;
	align-content: center;
	margin-bottom: 10px;
	background-color: #ececec;
	padding-left: 16px;
}
.box-module-course-schedule-item .course-menu {
	margin: 0 0 30px;
	background: #ececec;
	border-radius: 10px;
}
.box-module-course-schedule-item .course-menu .item {
	margin-bottom: 10px;
}
.box-module-course-schedule-item .course-menu .item .item-title {
	font-weight: 700;
	padding: 10px 15px 10px 30px;
	color: #261d90;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	position: relative;
}
.box-module-course-schedule-item .course-menu .item .item-title:before {
	padding-right: 5px;
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.6rem;
	height: 0.6rem;
	border-right: 0.2rem solid #261d90;
	border-bottom: 0.2rem solid #261d90;
	transition: 0.2s;
	left: 12px;
}
.box-module-course-schedule-item .course-menu .item .item-content {
	display: none;
	padding: 0 15px 13px 15px;
}
.box-module-course-schedule-item .course-menu .item .item-content .detail-item {
	padding: 7px 0;
	color: #564ae9;
	line-height: 26px;
}
.box-module-course-schedule-item
	.course-menu
	.item
	.item-content
	.detail-item:not(:last-child) {
	border-bottom: 1px solid #b3b3b3;
}
.box-module-course-schedule-item
	.course-menu
	.item
	.item-content
	.detail-item
	.detail-time
	svg {
	margin-right: 5px;
}
.box-module-course-schedule-item .course-menu .item .item-content a:hover {
	color: #e3b783;
}
.box-module-course-schedule-item .course-menu .item .item-content .on a {
	color: #564ae9;
}
.box-module-course-schedule-item .course-menu .item .item-content a.active {
	color: #e3b783;
}
.box-module-course-schedule-item
	.course-menu
	.item
	.item-content
	.on
	.learned-check:before {
	content: url("../img/course/uncheck.svg");
	margin-right: 5px;
}
.box-module-course-schedule-item
	.course-menu
	.item
	.item-content
	.on
	.learned-check.completed:before {
	content: url("../img/course/checked.svg");
}
.box-module-course-schedule-item .course-menu .item .item-content a i.learned {
	margin-right: 0;
	margin-top: 4px;
	margin-left: auto;
	font-size: 14px;
	color: #3b9567;
	padding-left: 10px;
}
.box-module-course-schedule-item .course-menu span.learned {
	margin-right: 0;
	margin-left: auto;
	color: #3b9567;
	padding-left: 10px;
}
.box-module-course-schedule-item .course-menu span.learned.progressing {
	color: #df8501;
}
.box-module-course-schedule-item .course-menu .item .item-content a.off {
	color: #ccc;
}
.box-module-course-schedule-item .course-menu .item.active .item-title {
	border-radius: 5px 5px 0 0;
}
.box-module-course-schedule-item .course-menu .item.active .item-title:before {
	transform: rotate(-135deg);
	transition: 0.2s;
}
.box-module-course-schedule-item .course-menu .item.active .item-content {
	display: block;
}
.box-module-course-schedule-item .course-menu .item.off .item-title {
	background-color: #ccc !important;
	color: #666;
}
.box-module-course-schedule-item .course-menu .item.off .item-title:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f30d" !important;
}
.box-module-course-schedule-item .box-content .course-benefit ul li {
	list-style-image: url("../img/course/tick.svg");
}
.box-module-course-schedule-item .box-content .exercise-item,
.box-module-course-schedule-item .box-content .file-item {
	margin: 10px 0;
}
.box-module-course-schedule-item .box-content .file-item {
	padding: 10px 16px;
	font-weight: 600;
	border-radius: 12px;
	border: 1px solid #002ed0;
}
.box-module-course-schedule-item .box-content .exercise-item span {
	color: #aeaeae;
}
.box-module-course-schedule-item .box-content .exercise-item span:before {
	content: url("../img/course/exercise_disable.svg");
	margin-right: 5px;
	top: 5px;
	position: relative;
}
.box-module-course-schedule-item .box-content .exercise-item a.ex_enable {
	color: #564ae9;
}
.box-module-course-schedule-item
	.box-content
	.exercise-item
	a.ex_enable:before {
	content: url("../img/course/exercise_enable.svg");
	margin-right: 5px;
	top: 5px;
	position: relative;
}
.box-module-course-schedule-item .box-content .exercise-item span.ex_completed {
	font-weight: 700;
	color: #564ae9;
	max-height: 57px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-module-course-schedule-item
	.box-content
	.exercise-item
	span.ex_completed:before {
	content: url("../img/course/exercise_completed.svg");
	margin-right: 5px;
}
.box-module-course-schedule-item .box-content .file-item .icon-open {
	padding-right: 5px;
	position: relative;
	content: "";
	transform: translateY(-50%) rotate(45deg);
	width: 0.6rem;
	height: 0.6rem;
	border-right: 0.2rem solid #261d90;
	border-bottom: 0.2rem solid #261d90;
	transition: 0.2s;
	float: right;
	margin-top: 10px;
}
.box-module-course-schedule-item .box-content .file-item.active .icon-open {
	transform: rotate(-135deg);
	transition: 0.2s;
}
.box-module-course-schedule-item .box-content .file-item ul li {
	list-style-image: url("../img/course/file.svg");
}
.box-module-course-schedule-item .box-content .file-item a {
	color: #564ae9;
	font-weight: 500;
}
.box-module-course-schedule-item .course-teacher {
	padding: 30px 0 50px;
}
.box-module-course-schedule-item .course-teacher .owl-carousel {
	height: 400px;
}
.box-module-course-schedule-item
	.course-teacher
	.owl-carousel
	.owl-stage-outer {
	height: 400px;
}
.box-module-course-schedule-item .course-teacher .owl-carousel .owl-item img {
	width: auto;
	height: 100%;
}
.box-module-course-schedule-item .course-teacher .box-content {
	max-width: 100%;
	margin: 0 auto;
}
.box-module-course-schedule-item .course-teacher .box-content .item {
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.box-module-course-schedule-item .course-teacher .image {
	width: 250px;
}
.box-module-course-schedule-item .course-teacher .image img {
	width: 100%;
	border: 3px solid #e3b783;
	border-radius: 15px;
}
.box-module-course-schedule-item .course-teacher .info {
	flex: 1;
	padding-left: 30px;
}
.box-module-course-schedule-item .course-teacher .info .title {
	color: #002460;
	font-size: 22px;
	margin-bottom: 0;
}
.box-module-course-schedule-item .course-teacher .info .desc {
	color: #002460;
	font-weight: bold;
	text-transform: uppercase;
}
.box-module-course-schedule-item .course-teacher .info .content {
	padding: 10px 0 0;
}
.box-module-course-schedule-item .course-teacher .info .content ul {
	padding-left: 18px;
	margin: 0;
}
.box-module-course-schedule-item .box-course-content .course-content .desc {
	padding: 16px 14px;
	border-radius: 15px;
	background-color: #ececec;
}
.box-module-course-schedule-item
	.box-course-content
	.course-content
	.desc
	.content {
	max-height: 78px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-module-course-schedule-item
	.box-course-content
	.course-content
	.desc
	.more-desc {
	font-weight: 700;
	color: #261d90;
}
.box-module-course-schedule-item
	.box-course-content
	.course-content
	.desc
	.more-desc:after {
	margin-left: 8px;
	position: relative;
	content: "";
	transform: translateY(-50%) rotate(45deg);
	width: 0.6rem;
	height: 0.6rem;
	border-right: 0.2rem solid #261d90;
	border-bottom: 0.2rem solid #261d90;
	transition: 0.2s;
	float: right;
	top: 13px;
}
.box-module-course-schedule-item
	.box-course-content
	.course-content
	.desc.active
	.content {
	max-height: fit-content;
	-webkit-line-clamp: unset;
}
.box-module-course-schedule-item
	.box-course-content
	.course-content
	.desc.active
	.more-desc:after {
	transform: translateY(-50%) rotate(-135deg);
	transition: 0.2s;
	top: 16px;
}
.box-module-course-schedule-item .box-course-content .course-next {
	padding: 30px 0 30px;
}
.box-module-course-schedule-item
	.box-course-content
	.course-next
	.course-list
	.topic
	.name {
	color: #d7a65e;
}
.box-module-course-schedule-item
	.box-course-content
	.course-next
	.course-list
	.item
	.info
	.title
	a,
.course-list .item .info .title div {
	color: #261d90;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
}
.box-module-course-schedule-item .box-course-content .course-item-exam button {
	background: #002ed0;
	color: #fff;
	padding: 10px 16px;
	border-radius: 12px;
}

.course-item-test.box-popup.form .box-title {
	border-radius: 0;
}

.course-item-test.box-popup.form .box-title .title {
	position: relative;
	z-index: 1;
}

.course-item-test.box-popup.form .box-content {
	font-size: 24px;
	line-height: 25px;
	color: #3d2f97;
}

.course-item-test.box-popup.form .box-content .btn-bg {
	background: #002ed0;
	padding: 12px 24px;
	border-radius: 12px;
	color: #fff;
}

.course-item-test.question-result-user .result span:before {
	content: url("../img/course/invalid.svg");
	margin-right: 19px;
	vertical-align: text-top;
}

.course-item-test.question-result-user .result.passed span:before {
	content: url("../img/course/valid.svg");
}

.box-header .user ul li a .account {
	background-color: #ececec;
	color: #012664;
	padding: 5px;
	border-radius: 25px;
}
.box-teacher-home .owl-carousel .owl-item.center {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.box-course-schedule-home {
	background-color: #fff;
	padding: 60px 54px;
}
.box-course-schedule-home .box-content {
	padding-top: 50px;
}
.bg-course-1 {
	background-image: url("../img/course/bg-course-1.png");
}
.bg-course-2 {
	background-image: url("../img/course/bg-course-2.png");
}
.bg-course-3 {
	background-image: url("../img/course/bg-course-3.png");
}
.bg-course-4 {
	background-image: url("../img/course/bg-course-4.png");
}
.bg-paster-blue {
	background-color: #e5ecff;
}
.bg-img-cover {
	background-repeat: no-repeat;
	background-size: cover;
}
.box-course .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.box-welcome {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.box-welcome video {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}
.box-welcome .content {
	position: absolute;
	width: 70%;
	/*height: 100vh;*/
	z-index: 1;
	display: flex;
}
.box-welcome .box-control {
	margin-left: auto;
	margin-right: auto;
}
.box-welcome a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 11px 27px;
	gap: 21px;
	isolation: isolate;
	background: linear-gradient(90deg, #fcd197 0%, #dba974 100%);
	border-radius: 101px;
	width: fit-content;
}
.box-welcome .content .sub-title {
	font-size: 24px;
}
.box-welcome .content .box-title .title {
	font-size: 32px;
	font-weight: 800;
}
.box-team-course .box-group-course {
	padding: 70px 0;
}
.box-team-course .bg-team-1 {
	background-image: url("../img/bg-team-1.png");
}
.box-team-course .bg-team-2 {
	background-image: url("../img/bg-team-2.png");
}
.box-test {
	min-height: 80vh;
}
.box-test .main-title {
	text-align: center;
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
	color: #000f5f;
	margin: 32px 0;
}

.test-certified .box-tab li {
	margin-right: 20px;
}
.test-certified .btn-tab {
	background: #d9d9d9;
	border-radius: 37px;
	font-size: 18px;
	line-height: 19px;
	color: #ffffff;
	padding: 10px;
}
.test-certified .btn-tab:hover {
	background: #081f53;
}
.test-certified .btn-tab.active {
	background: #081f53;
}
.test-certified .box-scroll {
	overflow: auto;
	height: 65vh;
}
.test-certified .box-scroll::-webkit-scrollbar {
	width: 12px;
}

.test-certified .box-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.test-certified .box-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.test-certified .box-content .test-note {
	font-weight: 800;
	font-size: 12px;
	line-height: 10px;
	text-align: center;
	color: #081f53;
	margin: 20px 0;
}
.test-certified .question-result .answer .item.active {
	background: linear-gradient(180deg, #d5ad7f 0%, #f5dead 100%);
	color: #fff;
}
.text-gold {
	color: #efd5a5;
}
.layout-test .popup-alert {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.layout-test .popup-alert .popup-wrapper {
	background-color: #e8e8e8;
	border-radius: 10px;
	color: #1d1a87;
	font-family: "SVN-Gilroy";
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	padding: 27px;
}
@media (max-width: 1075px) {
	.box-course-category-home.highlight .item .info .control {
		display: block;
	}
	.box-course-category-home .box-ratings {
		display: block;
	}
}
@-webkit-keyframes mySticky {
	from {
		margin-top: -150px;
	}
	to {
		margin-top: 0;
	}
}
@-moz-keyframes mySticky {
	from {
		margin-top: -150px;
	}
	to {
		margin-top: 0;
	}
}
@keyframes mySticky {
	from {
		margin-top: -150px;
	}
	to {
		margin-top: 0;
	}
}

@-webkit-keyframes load {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em #f1f1f1, 2em -2em 0 0em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 -1em #f1f1f1, -3em 0 0 -1em #f1f1f1, -2em -2em 0 0 #f1f1f1;
	}
	12.5% {
		box-shadow: 0 -3em 0 0 #f1f1f1, 2em -2em 0 0.2em #f1f1f1, 3em 0 0 0 #f1f1f1,
			2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1, -2em 2em 0 -1em #f1f1f1,
			-3em 0 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em #f1f1f1, 2em -2em 0 0 #f1f1f1,
			3em 0 0 0.2em #f1f1f1, 2em 2em 0 0 #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 -1em #f1f1f1, -3em 0 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0em 0 0 #f1f1f1, 2em 2em 0 0.2em #f1f1f1, 0 3em 0 0em #f1f1f1,
			-2em 2em 0 -1em #f1f1f1, -3em 0em 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	50% {
		box-shadow: 0 -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 0em #f1f1f1, 0 3em 0 0.2em #f1f1f1,
			-2em 2em 0 0 #f1f1f1, -3em 0em 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 0 #f1f1f1,
			-2em 2em 0 0.2em #f1f1f1, -3em 0 0 0 #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	75% {
		box-shadow: 0em -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0em 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 0 #f1f1f1, -3em 0em 0 0.2em #f1f1f1, -2em -2em 0 0 #f1f1f1;
	}
	87.5% {
		box-shadow: 0em -3em 0 0 #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 0 #f1f1f1, -3em 0em 0 0 #f1f1f1, -2em -2em 0 0.2em #f1f1f1;
	}
}
@-moz-keyframes load {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em #f1f1f1, 2em -2em 0 0em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 -1em #f1f1f1, -3em 0 0 -1em #f1f1f1, -2em -2em 0 0 #f1f1f1;
	}
	12.5% {
		box-shadow: 0 -3em 0 0 #f1f1f1, 2em -2em 0 0.2em #f1f1f1, 3em 0 0 0 #f1f1f1,
			2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1, -2em 2em 0 -1em #f1f1f1,
			-3em 0 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em #f1f1f1, 2em -2em 0 0 #f1f1f1,
			3em 0 0 0.2em #f1f1f1, 2em 2em 0 0 #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 -1em #f1f1f1, -3em 0 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0em 0 0 #f1f1f1, 2em 2em 0 0.2em #f1f1f1, 0 3em 0 0em #f1f1f1,
			-2em 2em 0 -1em #f1f1f1, -3em 0em 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	50% {
		box-shadow: 0 -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 0em #f1f1f1, 0 3em 0 0.2em #f1f1f1,
			-2em 2em 0 0 #f1f1f1, -3em 0em 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 0 #f1f1f1,
			-2em 2em 0 0.2em #f1f1f1, -3em 0 0 0 #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	75% {
		box-shadow: 0em -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0em 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 0 #f1f1f1, -3em 0em 0 0.2em #f1f1f1, -2em -2em 0 0 #f1f1f1;
	}
	87.5% {
		box-shadow: 0em -3em 0 0 #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 0 #f1f1f1, -3em 0em 0 0 #f1f1f1, -2em -2em 0 0.2em #f1f1f1;
	}
}
@keyframes load {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em #f1f1f1, 2em -2em 0 0em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 -1em #f1f1f1, -3em 0 0 -1em #f1f1f1, -2em -2em 0 0 #f1f1f1;
	}
	12.5% {
		box-shadow: 0 -3em 0 0 #f1f1f1, 2em -2em 0 0.2em #f1f1f1, 3em 0 0 0 #f1f1f1,
			2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1, -2em 2em 0 -1em #f1f1f1,
			-3em 0 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em #f1f1f1, 2em -2em 0 0 #f1f1f1,
			3em 0 0 0.2em #f1f1f1, 2em 2em 0 0 #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 -1em #f1f1f1, -3em 0 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0em 0 0 #f1f1f1, 2em 2em 0 0.2em #f1f1f1, 0 3em 0 0em #f1f1f1,
			-2em 2em 0 -1em #f1f1f1, -3em 0em 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	50% {
		box-shadow: 0 -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 0em #f1f1f1, 0 3em 0 0.2em #f1f1f1,
			-2em 2em 0 0 #f1f1f1, -3em 0em 0 -1em #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 0 #f1f1f1,
			-2em 2em 0 0.2em #f1f1f1, -3em 0 0 0 #f1f1f1, -2em -2em 0 -1em #f1f1f1;
	}
	75% {
		box-shadow: 0em -3em 0 -1em #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0em 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 0 #f1f1f1, -3em 0em 0 0.2em #f1f1f1, -2em -2em 0 0 #f1f1f1;
	}
	87.5% {
		box-shadow: 0em -3em 0 0 #f1f1f1, 2em -2em 0 -1em #f1f1f1,
			3em 0 0 -1em #f1f1f1, 2em 2em 0 -1em #f1f1f1, 0 3em 0 -1em #f1f1f1,
			-2em 2em 0 0 #f1f1f1, -3em 0em 0 0 #f1f1f1, -2em -2em 0 0.2em #f1f1f1;
	}
}

@keyframes DropDownSlide {
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(15px);
	}
}
@media (min-width: 576px) {
	.test-certified .question-result-box {
		position: relative;
	}
}

@media (min-width: 992px) {
	.course-list.owl-carousel .owl-stage-outer {
		height: calc(100% + 30px);
		margin: -15px;
		padding: 15px;
		width: calc(100% + 30px);
	}
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 1070px;
	}

	.owl-carousel .owl-dots button.owl-dot span {
		width: 16px;
		height: 16px;
		background-color: #eee;
	}

	.course-list .item .info .title {
		font-size: 18px;
		height: 48px;
	}

	.box-course-menu {
		bottom: 30px;
	}

	.box-default-home .title,
	.box-news-home .box-title .title {
		font-size: 26px;
		height: 60px;
	}
	.box-default-home .video {
		padding-top: 8px;
	}

	.box-course-category-home .box-title .title {
		font-size: 26px;
	}

	.box-topic-home .box-title .title {
		font-size: 26px;
	}
	.box-topic-home .box-title .more {
		font-size: 16px;
	}
	.box-topic-home .box-content a {
		font-size: 17px;
		padding: 6px 13px;
	}

	.box-course-coming .box-title .title {
		font-size: 26px;
	}

	.box-counter .box-title .title {
		font-size: 26px;
	}
	.box-counter .item .number {
		font-size: 50px;
	}
	.box-counter .item .text {
		font-size: 18px;
	}

	.box-teacher-home .item .info .title {
		font-size: 18px;
	}
	.box-teacher-home .item .info .desc {
		font-size: 16px;
	}

	.box-feedback-student .box-title {
		justify-content: center;
	}
	.box-feedback-student .item .content .text:after {
		background-size: 100%;
		width: 60px;
		height: 60px;
	}
	.box-feedback-student .owl-carousel .owl-nav button.owl-prev {
		left: -40px;
	}
	.box-feedback-student .owl-carousel .owl-nav button.owl-next {
		right: -40px;
	}

	.box-module-course .owl-carousel .owl-nav button.owl-prev {
		left: -45px;
	}
	.box-module-course .owl-carousel .owl-nav button.owl-next {
		right: -45px;
	}

	.box-module-video .box-title .title {
		font-size: 26px;
	}
	.box-module-video .item .content .info {
		padding-top: 10px;
	}

	.box-module-course-item .course-info .info .name {
		font-size: 30px;
	}
	.box-menu-portal ul.main > li {
		margin: 0px 8px;
		font-size: 13px;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.owl-carousel .owl-dots button.owl-dot span {
		width: 16px;
		height: 16px;
		background-color: #eee;
	}

	.course-list .item {
		box-shadow: none;
	}
	.course-list .item .info {
		padding: 15px;
	}
	.course-list .item .info .title {
		font-size: 16px;
		height: 45px;
	}
	.course-list .item .info .teacher {
		font-size: 14px;
	}
	.course-list .item .info .desc {
		font-size: 14px;
	}
	.course-list .item .info .view a {
		padding: 6px 25px;
	}

	.box-course-menu {
		bottom: 20px;
	}
	.box-course-menu .menu ul > li > a {
		padding: 8px 15px;
		font-size: 18px;
	}

	.box-menu-main .box-title {
		padding-top: 0;
	}

	.box-banner .text {
		font-size: 36px;
		top: 50%;
	}
	.box-banner.topic .sub-menu a {
		font-size: 14px;
		padding: 0 15px;
	}

	.box-feedback-student .item .info .image {
		width: 200px;
		margin: 0 auto;
	}

	.box-default-home .title {
		font-size: 26px;
	}
	.box-default-home .desc {
		padding-right: 0;
	}

	.box-teacher-home .owl-carousel .owl-nav {
		display: none;
	}
	.box-teacher-home .owl-carousel .owl-dots {
		display: block;
		text-align: center;
		margin-bottom: -20px;
	}
	.box-teacher-home .item .info .content {
		display: none;
	}

	.box-feedback-student .box-title {
		justify-content: center;
	}
	.box-feedback-student .item {
		display: block;
	}
	.box-feedback-student .item .info {
		width: 100%;
		margin: 0 auto;
	}
	.box-feedback-student .item .content {
		margin: 20px;
		padding-bottom: 70px;
	}
	.box-feedback-student .item .content:after {
		bottom: 20px;
	}
	.box-feedback-student .item .content .text {
		font-size: 16px;
	}
	.box-feedback-student .item .content .text:after {
		width: 40px;
		height: 40px;
		bottom: -30px;
	}
	.box-feedback-student .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}
	.box-feedback-student .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	.box-module-course .owl-carousel .owl-dots {
		display: block;
		bottom: -40px;
		margin: 0;
		text-align: center;
	}

	.box-module-course-item .course-teacher {
		padding-bottom: 60px;
	}
	.box-module-course-item .course-teacher .owl-carousel .owl-nav {
		display: none;
	}
	.box-module-course-item .course-teacher .owl-carousel .owl-dots {
		display: block;
		margin: 0 auto;
		text-align: center;
		bottom: -40px;
	}

	.box-module-course-detail .course-teacher .box-content {
		align-items: start;
	}

	.layout-course-category.team .box-header .menu {
		flex: auto;
	}
	.layout-course-category.team .box-header .logo {
		flex: auto;
	}
	.layout-course-category.team .box-header .user {
		flex: auto;
	}

	.box-course-profile .box-content .item {
		padding-bottom: 14px;
	}
	.box-course-profile .popup-success .popup-wrapper {
		max-width: 90%;
		padding: 10px;
	}
	.box-course-profile .popup-success .popup-wrapper svg {
		width: 8vw;
	}
	.box-course-profile .popup-success .popup-wrapper .popup-action svg {
		width: 3vw;
	}
	.box-course-profile .popup-success .popup-wrapper .popup-action a {
		white-space: nowrap;
	}
	.box-course-profile .popup-success .popup-title {
		font-size: 36px;
		line-height: 24px;
	}
	.box-course-profile .popup-success .popup-content {
		font-size: 30px;
		line-height: 24px;
	}

	.box-course-topic {
		padding: 15px;
	}

	.box-module-course-schedule-item {
		font-size: 16px;
		line-height: 20px;
	}
	.box-module-course-schedule-item .box-course-content .nav-item .nav-link {
		font-size: 18px;
	}
	.box-module-course-schedule-item .box-course-content .box-content .title {
		font-size: 18px;
	}
	.box-module-course-schedule-item
		.box-course-content
		.course-next
		.course-list
		.item
		.info
		.title
		a,
	.course-list .item .info .title div {
		font-size: 16px;
	}
	.box-header.portal .toggler-menu-mobile,
	.box-header .toggler-menu-mobile {
		display: block;
	}
	.box-menu-portal.main .main .btn-close {
		display: block;
	}
	.box-menu-portal.main.active {
		display: block;
	}
	.box-menu-portal.main {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 300px;
		max-width: 70%;
		height: 100%;
		overflow: auto;
	}
	.box-menu-portal.main .container {
		padding: 0;
		flex-direction: column;
		gap: 10px;
	}
	.box-menu-portal.main ul.main > li > ul > li:before {
		color: #261d90;
	}
	.box-menu-portal.main .container {
		padding: 0;
		flex-direction: column;
		gap: 10px;
	}
	.box-menu-portal.main ul.main {
		display: block;
		padding: 0;
	}
	.box-menu-portal.main ul.main > li {
		margin: 0;
		border-bottom: 1px solid #172172;
	}
	.box-menu-portal.main ul.main > li:first-child > a {
		padding: 12px 15px;
	}
	.box-menu-portal.main ul.main > li > a {
		padding: 12px 15px;
	}
	.box-menu-portal.main ul.main > li:hover > a:before,
	.box-menu-portal.main ul.main > li.active > a:before {
		display: none;
	}
	.box-menu-portal.main ul.main > li > ul {
		display: block;
		position: relative;
		padding: 0 0 5px;
	}
	.box-menu-portal.main ul.main > li > ul > li {
		position: relative;
	}
	.box-menu-portal.main ul.main > li > ul > li > a {
		padding-left: 35px;
	}
	.box-menu-portal.main ul.main > li > ul > li:before {
		content: "\f192";
		font-family: "Font Awesome 5 Pro";
		position: absolute;
		left: 15px;
		top: 10px;
		font-size: 11px;
		color: #eee;
	}
	.box-menu-portal.main .form-search {
		margin: 0 2%;
		width: 96%;
	}
	.box-welcome .content {
		height: 70vh;
	}
	.box-video-home .item {
		width: auto;
	}
	.box-feedback-student .box-text .info .name {
		font-size: 20px;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	body.body {
		padding-top: 60px;
	}
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrapper {
		padding: 30px 0;
	}

	.box-popup .box-title .title {
		font-size: 22px;
	}
	.box-popup .box-title .title br {
		display: none;
	}
	.box-popup .box-content {
		padding-left: 5px;
		padding-right: 5px;
	}
	.box-popup .content .btn-close {
		top: 5px;
		right: 5px;
	}
	.box-popup .content {
		max-width: 95%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.box-popup .form-group .group-title {
		line-height: 1.2;
	}
	.box-popup .form-group .radio-flex {
		display: block;
	}
	.box-popup .form-group .radio-flex .radio {
		width: 100%;
	}
	.box-popup .item .table th,
	.box-popup .item .table td {
		font-size: 13px;
	}
	.box-popup.popup .username span {
		font-size: 16px;
	}
	.box-popup.popup .username {
		font-size: 18px;
		top: 10px;
	}

	.owl-carousel .owl-dots {
		margin: 0;
		bottom: -30px;
	}

	.course-list .item {
		box-shadow: none;
	}
	.course-list .item .info {
		border: 1px solid #ddd;
		border-top: 0;
		overflow: hidden;
		border-radius: 0 0 5px 5px;
	}
	.layout-course-category.elite .course-list .item .info {
		border: 0;
	}

	.box-auth-form {
		padding-left: 10px;
		padding-right: 10px;
	}

	.box-banner {
		min-height: 60px;
		background-color: #002460;
	}

	.box-header {
		height: 60px;
	}
	.box-header .menu {
		flex: auto;
	}
	.box-header .menu button {
		width: 40px;
		text-align: left;
	}
	.box-header .logo {
		flex: auto;
	}
	.box-header .logo img {
		height: 34px;
		width: 100%;
	}
	.box-header .user {
		flex: auto;
	}
	.box-header .user ul li a {
		margin-left: 8px;
	}
	.box-header .user ul li a.btn {
		padding: 9px 8px 8px;
		font-size: 14px;
	}
	.box-header .user ul li .logout {
		display: none;
	}
	.box-header .user .form-search.active,
	.box-menu-portal.main .form-search.active {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 999;
		top: 0;
		left: 0;
		padding: 15px;
		margin: 0;
		align-items: flex-start;
		display: flex;
		justify-content: center;
	}
	.box-header .user .form-search.active .mobile-bg,
	.box-menu-portal.main .form-search.active .mobile-bg {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 997;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.box-header .user .form-search.active .input-group,
	.box-menu-portal.main .form-search.active .input-group {
		position: relative;
		z-index: 998;
	}
	.box-header .position {
		display: none;
	}

	.box-menu-main {
		top: 59px;
	}
	.layout-course-category.elite .box-menu-main {
		border-color: #333;
	}
	.box-menu-main .box-title {
		display: none;
	}
	.box-menu-main .box-title .title {
		text-transform: uppercase;
	}
	.box-menu-main .box-content > ul {
		flex-wrap: wrap;
	}
	.box-menu-main .box-content > ul > li {
		width: 100%;
		flex: auto;
	}
	.box-menu-main .box-content > ul > li > a {
		border-top: 0px solid #1c3e78;
		padding: 8px 0 8px 20px;
	}
	.box-menu-main .box-content > ul > li:first-child > a {
		border: 0;
	}
	.box-menu-main .box-content > ul > li > a:before {
		top: 12px;
	}
	.box-menu-main .box-content > ul > li > ul > li > a {
		border-top: 0px solid #1c3e78;
		padding: 8px 0 8px 20px;
	}
	.box-menu-main .box-content > ul > li > ul > li > a:before {
		top: 12px;
	}
	.box-menu-main .box-content > ul > li > ul > li > a > i {
		display: none;
	}
	.box-menu-main .box-content > ul > li > ul > li > ul {
		margin-bottom: 20px;
	}
	.box-menu-main .box-content > ul > li > ul > li > ul > li > a {
		font-size: 14px;
	}

	.box-banner.topic .title {
		text-align: center;
		font-size: 30px;
	}
	.box-banner.topic .sub-menu {
		flex-wrap: wrap;
	}
	.box-banner.topic .sub-menu a {
		border: 1px solid #ddd;
		border-radius: 5px;
		margin: 0 6px 6px 0;
		padding: 5px 10px;
	}
	.box-banner.topic .sub-menu a:first-child {
		border: 1px solid #ddd;
	}
	.box-banner.topic .sub-menu a.active {
		border: 1px solid #e3b783;
	}
	.box-banner .text {
		top: 32%;
		line-height: 1.15;
		font-size: 26px;
	}
	.box-banner .text img.logo-team {
		max-width: 120px;
		max-height: 60px;
		width: auto;
	}

	.box-course-menu .menu ul > li > a {
		padding: 8px 15px;
		font-size: 16px;
		min-width: 120px;
	}

	.box-default-home .video {
		margin-top: 30px;
	}
	.box-default-home .more {
		display: flex;
		flex-wrap: wrap;
	}
	.box-default-home .more a {
		margin-bottom: 10px;
	}

	.box-default-category-home {
		padding: 30px 0;
	}

	.box-default-category-home-2 {
		margin-bottom: 0;
	}
	.box-default-category-home-2 .box-content {
		padding-bottom: 0;
	}

	.box-default-hot-2 {
		margin: 0 0 20px 0;
	}
	.box-default-hot-2 .item .info .title {
		font-size: 16px;
		line-height: 24px;
		height: 72px;
	}

	.box-lotrinh .box-title {
		display: block;
	}
	.box-lotrinh .box-title .title {
		font-size: 26px;
	}
	.box-lotrinh .box-content {
		display: block;
	}
	.box-lotrinh .item {
		width: 100%;
	}
	.box-lotrinh .submit-profile,
	.box-course-profile .submit-profile {
		padding: 10px 12px;
		border-radius: 12px;
		font-size: 18px;
		margin: 10px 0;
	}

	.box-team .box-title {
		display: block;
	}
	.box-team .box-title .title {
		font-size: 26px;
	}
	.box-team .box-content {
		display: block;
	}
	.box-team .item {
		width: 100%;
	}

	.box-course-category-home {
		padding: 30px 0 10px;
	}
	.box-course-category-home .box-title .more {
		font-size: 16px;
	}
	.box-course-category-home .box-content {
		padding-top: 30px;
	}
	.box-course-category-home.home2 .course-list .item .info {
		border: 0;
	}
	.box-course-category-home.home2 .owl-carousel .owl-nav button.owl-prev {
		left: 3px;
		background-color: #fff;
		opacity: 0.7;
		width: 32px;
		height: 32px;
		background-size: 100% !important;
	}
	.box-course-category-home.home2 .owl-carousel .owl-nav button.owl-next {
		right: 3px;
		background-color: #fff;
		opacity: 0.7;
		width: 32px;
		height: 32px;
		background-size: 100% !important;
	}
	.box-course-category-home.highlight .box-title:after {
		top: 1px;
	}

	.box-topic-home {
		padding: 30px 0;
	}
	.box-topic-home .box-title .title {
		font-size: 22px;
	}
	.box-topic-home .box-title .more a {
		font-size: 14px;
		padding: 6px 12px;
	}
	.box-topic-home .box-content a {
		font-size: 14px;
		padding: 6px 12px;
		margin-top: 10px;
	}

	.box-course-coming {
		padding: 30px 0;
	}
	.box-course-coming .box-content .item {
		width: 100%;
		margin-bottom: 20px;
	}

	.box-counter .box-content {
		flex-wrap: wrap;
	}
	.box-counter .box-content .item {
		width: 100%;
	}

	.box-course-coming .box-title .title {
		font-size: 22px;
	}

	.box-teacher-home {
		padding: 30px 0 60px;
	}
	.box-teacher-home .item {
		border-radius: 10px;
		overflow: hidden;
	}
	.box-teacher-home .owl-carousel .owl-dots {
		bottom: -20px;
	}
	box-teacher-home .owl-item.active.center {
		transform: scale(1.1, 1.2);
	}

	.box-video-home .box-title {
		justify-content: center;
	}
	.box-teacher-home .box-title .title,
	.box-course-category-home .box-title .title,
	.box-module-course .box-title .title,
	.box-video-home .box-title .title,
	.box-feedback-student .box-title .title {
		font-size: 26px;
	}
	.box-video-home .owl-carousel .owl-dots {
		display: block;
		text-align: center;
		bottom: -40px;
	}

	.box-feedback-student .item {
		padding: 0;
	}
	.box-feedback-student .item .content {
		margin: 20px 0 0;
		padding: 20px;
	}
	.box-feedback-student .item .content:after {
		display: none;
	}
	.box-feedback-student .item .content .text {
		font-size: 15px;
	}
	.box-feedback-student .item .content .text:before {
		display: none;
	}
	.box-feedback-student .item .content .text:after {
		display: none;
	}
	.box-feedback-student .owl-carousel .owl-nav {
		display: none;
	}
	.box-feedback-student .owl-carousel .owl-dots {
		display: block;
		text-align: center;
	}

	.box-footer-register .box-title {
		font-size: 26px;
	}
	.box-footer-register .box-content .logo img {
		max-width: 300px;
	}
	.box-footer-register .controls a {
		padding: 8px 15px;
	}

	.box-document .box-title {
		top: auto;
		bottom: 130px;
	}

	.box-module-video .item {
		display: block;
	}
	.box-module-video .item .video {
		width: 100%;
	}
	.box-module-video .item .content {
		width: 100%;
		border: 1px solid #ccc;
	}
	.box-module-video .item .content .text {
		font-size: 16px;
	}
	.box-module-video .item .content .info {
		align-items: flex-start;
	}
	.box-module-video .item .content .info .desc {
		padding-right: 10px;
		font-size: 14px;
		text-align: justify;
	}
	.box-module-video .item .content .info .image {
		width: 80px;
	}

	.box-module-default .box-title .title {
		font-size: 30px;
	}
	.box-module-default .item {
		padding: 20px 0;
	}
	.box-module-default .item .image {
		width: 150px;
	}
	.box-module-default .item .image a {
		margin-right: 15px;
	}
	.box-module-default .item .info .title {
		font-size: 18px;
	}
	.box-module-default .item .info .desc {
		display: none;
	}
	.box-module-default.layout-item .box-title .title {
		font-size: 26px;
	}
	.box-module-default.layout-item .box-content {
		font-size: 16px;
	}
	.box-module-default.layout-other .box-title .title {
		font-size: 26px;
	}

	.box-module-course {
		padding: 20px 0;
	}
	.box-module-course .owl-carousel .owl-stage .item {
		padding: 0;
	}
	.box-module-course .owl-carousel .owl-stage .item .item-wrapper {
		background: none;
		box-shadow: none;
	}
	.box-module-course .box-title {
		padding: 0;
	}
	.box-module-course .box-title.filter {
		align-items: center;
	}
	.box-module-course .box-title.filter .title {
		margin: 0;
		font-size: 26px;
	}
	.box-module-course .box-title.filter .filter {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.box-module-course-item .course-info .info .name {
		margin-top: 10px;
	}
	.box-module-course-item .course-teacher .box-content .item {
		flex-wrap: wrap;
	}
	.box-module-course-item .course-teacher .image {
		margin: 0 auto;
	}
	.box-module-course-item .course-teacher .info {
		flex: auto;
		width: 100%;
		margin: 20px 0 0;
		padding: 0;
	}
	.box-module-course-item .course-teacher .info .title {
		text-align: center;
	}
	.box-module-course-item .course-lesson table th.teacher {
		display: none;
	}
	.box-module-course-item .course-lesson table th.video {
		display: none;
	}
	.box-module-course-item .course-lesson table td.teacher {
		display: none;
	}
	.box-module-course-item .course-lesson table td.video {
		display: none;
	}
	.box-module-course-item .course-lesson table td.control {
		text-align: right;
	}
	.box-module-course-item .course-lesson table td.control .btn {
		font-size: 14px;
		padding: 8px 10px;
	}
	.box-module-course-item .course-lesson table td.control {
		width: auto;
	}
	.box-module-course-item .course-lesson table td {
		padding: 8px;
	}
	.box-module-course-item .course-lesson table .group .number {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 30px;
	}
	.box-module-course-item .course-lesson table .group .text {
		font-size: 14px;
	}

	.box-module-course-detail .box-title {
		font-size: 22px;
	}
	.box-module-course-detail .course-info {
		padding-top: 80px;
	}
	.box-module-course-detail .course-info .name {
		font-size: 22px;
		margin: 0;
	}
	.box-module-course-detail .course-info .btn {
		font-size: 14px;
		padding: 6px 10px;
	}
	.box-module-course-detail .course-info .btn span {
		display: none;
	}
	.box-module-course-detail .course-teacher .box-content {
		flex-wrap: wrap;
		justify-content: start;
	}
	.box-module-course-detail .course-teacher .info {
		flex: auto;
		width: 100%;
		margin: 20px 0 0;
		padding: 0;
	}
	.box-module-course-detail .course-other .box-title {
		margin: 0;
		font-size: 22px;
	}
	.box-module-course-detail .course-other .box-content {
		margin-bottom: 0;
	}

	.box-module-file .box-title .title {
		font-size: 30px;
	}

	.page-profile table .image .control .desc {
		display: none;
	}

	.btn-feedback {
		bottom: 20px;
		right: 10px;
		width: 50px;
		height: 50px;
		font-size: 26px;
	}

	.layout-auth .layout-menu {
		margin: 0 0 20px;
		height: auto;
	}

	.box-header.portal .menu {
		display: none;
	}
	.box-header.portal .toggler-menu-mobile {
		display: block;
	}
	.box-header.portal .logo img {
		height: 34px;
	}

	.box-menu-portal {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 300px;
		max-width: 70%;
		height: 100%;
		overflow: auto;
	}
	.box-menu-portal .container {
		padding: 0;
		flex-direction: column;
		gap: 10px;
	}
	.box-menu-portal ul.main {
		display: block;
		padding: 0;
	}
	.box-menu-portal ul.main > li {
		margin: 0;
		border-bottom: 1px solid #172172;
	}
	.box-menu-portal ul.main > li:first-child > a {
		padding: 12px 15px;
	}
	.box-menu-portal ul.main > li > a {
		padding: 12px 15px;
	}
	.box-menu-portal ul.main > li:hover > a:before,
	.box-menu-portal ul.main > li.active > a:before {
		display: none;
	}
	.box-menu-portal ul.main > li > ul {
		display: block;
		position: relative;
		padding: 0 0 5px;
	}
	.box-menu-portal ul.main > li > ul > li {
		position: relative;
	}
	.box-menu-portal ul.main > li > ul > li > a {
		color: #eee;
		padding-left: 35px;
	}
	.box-menu-portal ul.main > li > ul > li:before {
		content: "\f192";
		font-family: "Font Awesome 5 Pro";
		position: absolute;
		left: 15px;
		top: 10px;
		font-size: 11px;
		color: #eee;
	}
	.box-menu-portal.active {
		display: block;
	}

	.box-portal-course-group {
		padding-bottom: 0;
	}
	.box-portal-course-group .box-content {
		margin-bottom: 30px;
	}
	.box-portal-course-all .item .image {
		height: 200px;
	}

	.box-portal-quote .box-title .title {
		letter-spacing: 0;
	}

	.box-portal-top-team .box-title:after {
		width: 100%;
		left: 0;
	}
	.box-portal-top-team .item .info .title {
		width: auto;
	}
	.box-portal-top-team .item {
		display: block;
	}
	.box-portal-top-team .item .info .desc {
		padding-right: 0;
	}

	.box-portal-top-month .box-title .title {
		font-size: 18px;
	}
	.box-portal-top-month .box-title .name a {
		line-height: 30px;
		font-size: 20px;
	}
	.box-portal-top-month .item .name {
		font-size: 14px;
		line-height: 18px;
	}
	.box-portal-top-month .item .team {
		font-size: 10px;
	}
	.box-portal-top-month .top3 .item .name {
		font-size: 14px;
	}
	.box-portal-top-month .owl-carousel .owl-dots button.owl-dot span {
		width: 10px;
		height: 10px;
	}

	.box-portal-event .item .image {
		height: 200px;
	}
	.box-portal-event .col-12 .item .image {
		height: 200px;
	}

	.box-portal-news .item .image {
		height: 200px;
	}
	.box-portal-news .right .item .image {
		height: 200px;
	}

	.box-portal-notify .item .image {
		height: 200px;
	}
	.box-portal-notify .right .item .image {
		height: 200px;
	}

	.page-portal .list .item .image {
		width: 150px;
	}
	.page-portal .list {
		padding-top: 0;
	}
	.page-portal .list .item {
		gap: 10px;
	}

	.box-form-certified {
		background-image: url("../img/test/banner-mobile.png");
	}
	.box-form-certified .content {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.box-form-certified .content .report {
		gap: 15px;
	}
	.box-form-certified .content .report .item {
		padding: 10px;
		flex: auto;
	}
	.box-form-certified .content .report .item .text {
		font-size: 16px;
	}

	.box-test-info .content {
		margin: 50px 0 0 0;
	}
	.box-test-info .content .title {
		font-size: 30px;
	}
	.box-test-info .content .desc {
		font-size: 18px;
	}

	.box-test-video .title {
		font-size: 30px;
	}

	.box-test-thithu .title {
		margin-top: 0;
	}
	.box-test-thithu .content {
		font-size: 18px;
	}
	.box-test-thithu .btn {
		margin-bottom: 30px;
	}

	.box-test-chungnhan .title {
		font-size: 30px;
		line-height: 1.3;
	}

	.box-test-nhanchungchi .title {
		margin-top: 0;
		font-size: 30px;
	}
	.box-test-nhanchungchi .item {
		font-size: 18px;
	}

	.box-course-profile .box-content form {
		gap: 5px;
	}
	.box-course-profile {
		padding-top: 25px;
	}
	.box-course-profile .nav-pills .nav-item .nav-link {
		font-size: 20px;
	}
	.box-course-profile .box-title {
		font-size: 20px;
	}
	.box-course-profile .box-content,
	.box-course-profile .error {
		font-size: 16px;
	}
	.box-course-profile .error {
		padding: 14px 10px;
		gap: 10px;
	}
	.box-course-profile .popup-success .popup-wrapper {
		max-width: 90%;
	}
	.box-course-profile .popup-success .popup-title {
		font-size: 25px;
	}
	.box-course-profile .popup-success .popup-content {
		font-size: 18px;
	}
	.box-course-profile .popup-success .popup-action a {
		font-size: 16px;
	}
	.box-course-profile .item .btn-upload::before {
		margin-right: 2px;
	}
	.box-course-profile .tab-content .tab-pane .item .btn-upload {
		padding: 5px 10px;
	}
	.box-course-profile .file-progress .popup-wrapper .popup-content {
		padding: 5px 10px 10px 10px;
	}

	.box-schedule .box-course-topic .box-content .course-title {
		font-size: 18px;
	}
	.box-schedule .box-course-topic.deny .box-content .course-title {
		font-size: 16px;
	}
	.box-schedule .box-course-topic .item svg {
		width: 8vw;
	}
	.box-schedule .box-title .title {
		font-size: 25px;
		margin: 25px 0;
	}
	.box-schedule .box-course-topic {
		padding: 0;
	}
	.box-schedule .box-course-topic .box-title .overview {
		font-size: 16px;
	}
	.box-schedule .box-course-topic .course-item {
		padding: 10px;
		box-shadow: 0px 4px 12px 0px #00000014;
		border-radius: 0 0 20px 20px;
	}
	.box-schedule .box-course-topic .box-content .item {
		--bs-gutter-x: 0;
		background-color: #fff;
		border-radius: 20px;
		padding-top: 10px;
	}
	.box-schedule .box-course-topic .box-content .item-image img {
		box-shadow: unset;
	}
	.box-schedule .box-course-topic.deny .box-content .item {
		padding: 10px;
	}
	.box-schedule .box-course-topic .box-content {
		margin: 10px 0;
	}
	.box-schedule .box-course-topic .box-content .item .course-loading-percent {
		font-size: 16px;
	}

	.box-module-course-schedule-item {
		font-size: 13px;
		line-height: 18px;
	}
	.box-module-course-schedule-item .box-course-content .nav-item .nav-link {
		font-size: 15px;
	}
	.box-module-course-schedule-item .box-course-content .box-content .title {
		font-size: 15px;
	}
	.box-module-course-schedule-item
		.box-course-content
		.course-next
		.course-list
		.item
		.info
		.title
		a,
	.course-list .item .info .title div {
		font-size: 13px;
	}
	.box-module-course-schedule-item .box-content .course-benefit ul li {
		list-style-image: url("../img/course/tick_sm.svg");
	}
	.box-module-course-schedule-item .course-teacher .owl-carousel {
		height: 600px;
	}
	.box-module-course-schedule-item
		.course-teacher
		.owl-carousel
		.owl-stage-outer {
		height: 600px;
	}
	.box-module-course-schedule-item .course-teacher .info {
		padding: 0 12px;
	}
	.box-module-course-schedule-item
		.box-course-content
		.course-content
		.desc
		.more-desc:after {
		border-right: 0.1rem solid #261d90;
		border-bottom: 0.1rem solid #261d90;
		float: right;
		top: 8px;
	}
	.box-module-course-schedule-item
		.box-course-content
		.course-content
		.desc.active
		.more-desc:after {
		top: 12px;
	}
	.box-feedback-student .box-text .info {
		padding: 30px 20px 70px 20px;
	}
	.box-feedback-student .box-text .info .icon svg {
		top: -50px;
	}
	.box-welcome .content {
		height: auto;
	}
	.box-welcome .content .sub-title {
		font-size: 10px;
	}
	.box-welcome .content .box-title .title {
		font-size: 12px;
	}
	.box-welcome .content .box-content {
		font-size: 10px;
	}
	.box-welcome .box-control a {
		padding: 5px 15px;
		font-size: 14px;
	}
	.box-course-schedule-home {
		background-color: #fff;
		padding: 20px 15px;
	}
	.box-course-schedule-home .box-content {
		padding-top: 20px;
	}
	.box-header .user .notify .notify-content-box {
		border-radius: 15px;
	}
	.box-header .user .notify .notify-header .title {
		font-size: 18px;
	}
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.box-schedule .box-course-topic .box-title .title {
		font-size: 18px;
	}
	.box-schedule .box-course-topic .box-content .course-title {
		font-size: 12px;
	}
	.box-schedule .box-course-topic.deny .box-content .item {
		font-size: 12px;
	}
	.box-schedule .box-course-topic .box-title .overview {
		font-size: 12px;
	}
	.box-schedule .box-course-topic .box-content .item .course-loading-percent {
		font-size: 12px;
	}
	.box-default-home .desc,
	.box-news-home .box-content .desc {
		height: fit-content;
	}
	.box-header .user ul li a .account .name {
		display: none;
	}
	.box-schedule .box-course-topic .box-content .item .course-time {
		font-size: 10px;
	}
	.box-module-course .box-title {
		display: block !important;
	}
}
/*####CERTIFIED ENERGY*/
.bold {
	font-weight: 800;
}
.cer-energy-container {
}
.cer-energy-container.step_1 {
}
.cer-energy-container.step_1 .row_1_box_container {
	margin-bottom: 40px;
}
.cer-energy-container.step_1 .row_2_box_container {
	padding: 28px;
	background: #f7f7f7;
	border-radius: 20px;
	overflow: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	display: inline-flex;
}
.cer-energy-container.step_1 .row_1_box_container .row_1_title {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-left: 4px #1d1a87 solid;
	justify-content: left;
	align-items: center;
	gap: 10px;
	display: flex;
	color: #006a3d;
	font-size: 24px;
	font-weight: 800;
	word-wrap: break-word;
}
.cer-energy-container.step_1 .row_1_box_container .row_1_button_area {
	justify-content: right;
	align-items: right;
	gap: 20px;
	display: flex;
}
.cer-energy-container.step_1 .row_2_box_container .row_2_title {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	display: inline-flex;
	flex: 1 1 0;
	height: fit-content;
	padding: 20px 40px;
	background: #fff;
	border-radius: 12px;
	border-left: 4px #1d1a87 solid;
	border-right: 4px #1d1a87 solid;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.cer-energy-container.step_1 .row_2_box_container .row_2_title .title {
	color: #1d1a87;
	font-size: 24px;
	font-weight: 800;
	word-wrap: break-word;
}
.cer-energy-container.step_1 .row_2_box_container .row_2_content {
	align-self: stretch;
	color: black;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	word-wrap: break-word;
}

.cer-energy-container.step_1 .row_3_box_container {
	margin-top: 40px;
	justify-content: center;
	align-items: center;
}

.cer-energy-container.step_1 .row_3_box_container .box_area {
	width: fit-content;
	block-size: fit-content;
	height: 100%;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #081f53;
	border-radius: 16px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	gap: 20px;
	display: flex;
	margin: auto;
	word-wrap: break-word;
	flex-direction: column;
}
.cer-energy-container.step_1 .row_3_box_container .box_area .title {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex;
}
.cer-energy-container.step_1 .row_3_box_container .box_area .title .img {
	width: 25px;
	height: 29.39px;
	position: relative;
}
.cer-energy-container.step_1 .row_3_box_container .box_area .title .content {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	word-wrap: break-word;
}
.cer-energy-container.step_1 .row_3_box_container .box_area .button_area {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.btn-bg-type-1 {
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-transform: normal;
	font-size: 24px;
	font-weight: bold;
	padding: 16px 45px;
	border: 0;
	color: rgba(0, 0, 0, 0.5);
	background: #f7f7f7;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out 0s;
}
.btn-bg-type-1.selected {
	color: #fff;
	background: #006a3d;
}
.btn-bg-type-1:hover {
	color: #fff;
	background: #006a3d;
}
.btn-bg-type-1::after {
	background: rgba(0, 0, 0, 0)
		linear-gradient(
			to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%
		)
		repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: -55%;
	top: 0;
	transform: skewX(25deg);
	width: 50%;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
.btn-bg-type-1:hover::after {
	left: 110%;
}

.btn-bg-type-2 {
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-transform: normal;
	font-size: 24px;
	font-weight: bold;
	padding: 16px 45px;
	border: 0;
	color: #1d1a87;
	background: #f7f7f7;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out 0s;
	border: 1px #1d1a87 solid;
}
/*CER TEST RESULT*/
.cer-energy-result-container {
}
.cer-energy-result-container .row_1_box_container {
	margin-bottom: 50px;
}
.cer-energy-result-container .row_2_box_container {
	margin-bottom: 50px;
}
.cer-energy-result-container .row_3_box_container {
	margin-bottom: 50px;
}
.cer-energy-result-container .row_1_box_container .row_1 {
	padding: 0px;
	justify-content: left;
	align-items: center;
	gap: 40px;
	display: flex;
	color: #1d1a87;
	font-size: 24px;
	font-weight: 800;
	word-wrap: break-word;
}
.cer-energy-result-container .row_1_box_container .row_2 {
	margin-top: 50px;
	padding: 30px;
	background: #f7f7f7;
	border-radius: 12px;
	border: 1px #1d1a87 solid;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: inline-flex;
}
.cer-energy-result-container .row_2_box_container .row_1 {
	padding: 0px;
	justify-content: left;
	align-items: center;
	gap: 40px;
	display: flex;
	color: #1d1a87;
	font-size: 24px;
	font-weight: 800;
	word-wrap: break-word;
}
.cer-energy-result-container .row_2_box_container .row_2 {
	margin-top: 50px;
	padding: 30px;
	background: #f7f7f7;
	border-radius: 12px;
	border: 1px #1d1a87 solid;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: inline-flex;
}
.cer-energy-result-container .row_3_box_container .row_1 {
	padding: 10px 30px;
	background: #f7f7f7;
	border-radius: 50px;
	border: 1px #1d1a87 solid;
	display: table;
	color: #1d1a87;
	text-transform: uppercase;
	width: auto;
	margin: 0 auto;
	font-size: 24px;
}
.cer-energy-result-container .row_3_box_container .row_2 {
	margin-top: 50px;
	padding: 30px;
	background: #f7f7f7;
	border-radius: 12px;
	border: 1px #1d1a87 solid;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: inline-flex;
}

.test-certified .main-title {
	color: #006a3d;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border-left: 4px solid var(--Gein, #1d1a87);
	display: flex;
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.test-certified .control {
	display: flex;
	gap: 20px;
}
.test-certified .control .btn-test-energy {
	display: flex;
	padding: 16px 45px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: #f5f5f5;
	color: rgba(0, 0, 0, 0.5);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.test-certified .control .active {
	background: #006a3d;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.test-certified .introduction {
	display: flex;
	padding: 28px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	border-radius: 20px;
	background: #f7f7f7;
}
.test-certified .introduction .title {
	width: 100%;
	display: flex;
	padding: 20px 40px;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	border-radius: 12px;
	border-right: 4px solid var(--Gein, #1d1a87);
	border-left: 4px solid var(--Gein, #1d1a87);
	background: #fff;
}
.test-certified .introduction .title p {
	text-align: left;
	color: var(--Gein, #1d1a87);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.test-certified .result-chart {
	height: 500px;
	width: 100%;
}
.box-feedback .box-content .item-label {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 30px 0;
}
.box-feedback .item .radio {
	gap: 20px;
}
.box-feedback .item .survey-content {
	display: flex;
	padding: 20px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 50px;
	background: #f7f7f7;
	font-size: 20px;
	height: 75px;
}
.box-feedback .item span {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-left: 18px;
}
.box-feedback .btn-test-survey {
	display: flex;
	padding: 20px 45px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid #f7f7f7;
	background: var(
		--d-9-d-9-d-9,
		linear-gradient(180deg, #d5ad7f 0%, #f5dead 100%)
	);
}
.box-feedback .btn-test-survey {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
}

.box-feedback .alert {
	margin-top: 20px;
}

.row_3_box_container .item span {
	text-transform: none;
}

.row_3_box_container .item .item-label .required {
	color: #ff0000;
	padding-left: 0;
	font-size: 30px;
}

.line {
	width: 100%;
	border-radius: 50px;
	background: #efefef;
	padding: 0;
}

/****** Style Star Rating Widget *****/
.rating {
	display: inline-block;
	vertical-align: middle;
}
.rating > input {
	display: none;
} /*ẩn input radio - vì chúng ta đã có label là GUI*/
.rating > label:before {
	margin: 5px;
	font-size: 3em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
} /*1 ngôi sao*/
.rating > .half:before {
	content: "\f089";
	position: absolute;
} /*0.5 ngôi sao*/
.rating > label {
	color: #ddd;
	float: right;
	padding: 6px;
} /*float:right để lật ngược các ngôi sao lại đúng theo thứ tự trong thực tế*/
/*thêm màu cho sao đã chọn và các ngôi sao phía trước*/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: #ff7a00;
}
/* Hover vào các sao phía trước ngôi sao đã chọn*/
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
	color: #ffed85;
}

.btn_seed {
	display: flex;
	padding: 16px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(29, 26, 135, 0.5);
	background: #f7f7f7;
	color: rgba(29, 26, 135, 0.5);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.btn_seed:hover {
	cursor: pointer;
}
.control-seed .active {
	border: none;
	background: #f2a93b;
	color: #fff;
	font-family: SVN-Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.contact-form {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
}

.contact-form .form-control {
	font-size: 18px;
	padding: 10px 16px;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	border: 1px solid var(--d-9-d-9-d-9, #d9d9d9);
}

.contact-form .control .btn-bg {
	border-radius: 50px;
	background: linear-gradient(270deg, #d5ae80 0%, #f4ddab 100%);
	padding: 16px 10px;
	text-transform: none;
}

.contact-form .control .btn {
	color: var(--Gein, #002568);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 100%;
}

.box-contact-form {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 100px;
	width: 55%;
}

.box-contact-form .title {
	font-size: 30px;
	color: var(--xanh, #1d1a87);
	text-transform: uppercase;
	text-align: center;
}

.box-contact-form .box-content .item .form-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.box-contact-form .box-content {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.lp-form .item .item-label .required {
	color: #ff0000;
	padding-left: 0;
	font-size: 30px;
}

.has-error .form-group .form-control {
	border-color: #ff0000 !important;
	background-color: rgba(255, 135, 135, 0.2);
}

.contact-form .field-icon {
	float: right;
	color: rgba(0, 0, 0, 0.3);
	margin-right: 8px;
	margin-top: -33px;
	position: relative;
	z-index: 2;
}

.contact-form .fa-eye {
	color: #000;
}

.contact-form .alert-danger {
	color: #d71c03;
}

.contact-form .alert-info {
	background: rgba(82, 141, 255, 0.1);
	color: var(--xanh, #1d1a87);
}

.contact-form .alert-info a {
	color: var(--xanh, #1d1a87);
	font-weight: 800;
	text-decoration: underline;
}

.popup-contact .popup-title {
	text-align: center;
	color: var(--xanh, #1d1a87);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 16px;
}

.popup-contact .popup-content {
	padding-top: 0;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.popup-contact .popup-wrapper {
	padding-top: 30px;
	border-radius: 30px;
	border: 1px solid var(--d-9-d-9-d-9, #d9d9d9);
	background: #fff;
}

.popup-contact .popup-icon {
	z-index: 2;
	width: 66px;
	height: 66px;
	margin-top: -235px;
	position: absolute;
}

.btn-popup {
	text-align: center;
	display: flex;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
}

.btn-popup:hover {
	color: #e3b783;
}

.btn-back {
	color: var(--Xanh-Xanh, #1d1a87);
	border-radius: 24px;
	border: 1px solid var(--Xanh-Xanh, #1d1a87);
}

.btn-login {
	color: #fff;
	border-radius: 24px;
	background: var(--Xanh-Xanh, #1d1a87);
}

.contact-form .time a.disabled {
	pointer-events: none;
	color: #a1a1a1;
}

.lp-tet .popup-wrapper {
	transform: translate(0, -50%);
	z-index: 9999;
	animation: moveDown 0.7s ease-in forwards;
}

@keyframes moveDown {
	0% {
		position: absolute;
		transform: translateY(-100%);
	}
	100% {
		position: absolute;
		transform: translateY(-50%);
	}
}

.lp-tet {
	background-color: unset;
	z-index: 1040;
}

.lp-tet .popup-wrapper {
	width: 100%;
	max-width: 600px;
	aspect-ratio: 15/16;
	position: relative;
	background: none;
	overflow: hidden;
}

.lp-tet .popup-wrapper .popup-background {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	border-radius: 60.09px;
}

.lixi {
	position: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.lp-tet img,
.tet-greeting {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.lixi img:hover {
	transform: scale(1.5);
	transition-duration: 1s;
}

.tet-greeting .popup-alert {
	z-index: 1040;
	background-color: unset;
}

.tet-greeting .popup-wrapper {
	width: 95%;
	max-width: 691px;
	aspect-ratio: 23/14;
	flex-shrink: 0;
	background: none;
	padding-top: 2%;
}

.tet-greeting .popup-wrapper .popup-background {
	left: 0px;
	top: 0px;
	position: absolute;
}

.tet-greeting .popup-title {
	color: #dc2220;
	text-align: center;
	-webkit-text-stroke-width: 1.4375;
	-webkit-text-stroke-color: #fff;
	font-family: "DPT Blacksword", sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 54.6px */
}

.tet-greeting .popup-content {
	display: flex;
	width: 60%;
	padding: 24px;
	flex-direction: column;
	align-items: center;
	gap: 9px;
	border-radius: 24px;
	background: #fae6d6;
	box-shadow: 0px 1.631px 12px 0px #ff6752;
	color: #ae3c3f;
	text-align: center;
	font-size: 20.73px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	position: absolute;
	margin-top: 20%;
}

.tet-greeting .popup-content .popup-content-icon {
	width: 15%;
	height: 14%;
	margin-top: -14%;
}

.btn-close-greeting {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1050;
}

/* start firework */
.firework-group {
	z-index: 1030;
	position: fixed;
	top: 0;
	opacity: 0.7;
}

.firework-group .hide {
	opacity: 0;
	visibility: hidden;
}

.firework-group .remove {
	display: none !important;
}

.firework-group .blur {
	-webkit-filter: blur(12px);
	filter: blur(12px);
}

.firework-group .firework-container {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.firework-group .loading-init {
	width: 100%;
	align-self: center;
	text-align: center;
	text-transform: uppercase;
}
.firework-group .loading-init__header {
	font-size: 2.2em;
}
.firework-group .loading-init__status {
	margin-top: 1em;
	font-size: 0.8em;
	opacity: 0.75;
}

.firework-group .stage-container {
	overflow: hidden;
	box-sizing: initial;
	border: 1px solid #222;
	margin: -1px;
}
@media (max-width: 840px) {
	.firework-group .stage-container {
		border: none;
		margin: 0;
	}
}

.firework-group .canvas-container {
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-filter 0.3s;
	transition: -webkit-filter 0.3s;
	transition: filter 0.3s;
	transition: filter 0.3s, -webkit-filter 0.3s;
}
.firework-group .canvas-container canvas {
	position: absolute;
	mix-blend-mode: lighten;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.firework-group .controls {
	position: absolute;
	top: 0;
	width: 100%;
	padding-bottom: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 840px) {
	.firework-group .controls {
		visibility: visible;
	}
	.firework-group .controls.hide:hover {
		opacity: 1;
	}
}

.firework-group .firework-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.42);
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}
.firework-group .menu__inner-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.firework-group .menu__header {
	margin-top: auto;
	margin-bottom: 8px;
	padding-top: 16px;
	font-size: 2em;
	text-transform: uppercase;
}
.firework-group .menu__subheader {
	margin-bottom: auto;
	padding-bottom: 12px;
	font-size: 0.86em;
	opacity: 0.8;
}
.firework-group .firework-menu form {
	width: 100%;
	max-width: 400px;
	padding: 0 10px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.firework-group .firework-menu .form-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 16px 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.firework-group .firework-menu .form-option label {
	display: block;
	width: 50%;
	padding-right: 12px;
	text-align: right;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.firework-group .firework-menu .form-option--select select {
	display: block;
	width: 50%;
	height: 30px;
	font-size: 1rem;
	font-family: "Russo One", arial, sans-serif;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.06em;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.firework-group .firework-menu .form-option--select select option {
	background-color: black;
}
.firework-group .firework-menu .form-option--checkbox input {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0;
	opacity: 0.5;
}
@media (max-width: 840px) {
	.firework-group .firework-menu .form-option select,
	.firework-menu .form-option input {
		outline: none;
	}
}

.firework-group .close-menu-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.firework-group .btn {
	opacity: 0.16;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.firework-group .btn--bright {
	opacity: 0.5;
}
@media (min-width: 840px) {
	.firework-group .btn:hover {
		opacity: 0.32;
	}
	.firework-group .btn--bright:hover {
		opacity: 0.75;
	}
}
.firework-group .btn svg {
	display: block;
	margin: auto;
}

.firework-group .credits {
	margin-top: auto;
	margin-bottom: 10px;
	padding-top: 6px;
	font-size: 0.8em;
	opacity: 0.75;
}
.firework-group .credits a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.firework-group .credits a:hover,
.credits a:active {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: underline;
}

.firework-group .help-modal {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	-webkit-transition-property: visibility;
	transition-property: visibility;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.firework-group .help-modal__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.firework-group .help-modal__dialog {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	max-width: 400px;
	max-height: calc(100vh - 100px);
	margin: 10px;
	padding: 20px;
	border-radius: 0.3em;
	/*background-color: rgba(0, 0, 0, 0.4);*/
	opacity: 0;
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
@media (min-width: 840px) {
	.firework-group .help-modal__dialog {
		font-size: 1.25rem;
		max-width: 500px;
	}
}
.firework-group .help-modal__header {
	font-size: 1.75em;
	text-transform: uppercase;
	text-align: center;
}
.firework-group .help-modal__body {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.75);
}
.firework-group .help-modal__close-btn {
	flex-shrink: 0;
	outline: none;
	border: none;
	border-radius: 2px;
	padding: 0.25em 0.75em;
	margin-top: 0.36em;
	font-family: "Russo One", arial, sans-serif;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}
.firework-group .help-modal__close-btn:hover,
.help-modal__close-btn:active,
.help-modal__close-btn:focus {
	color: #fff;
	background-color: #09f;
}
.firework-group .help-modal.active {
	visibility: visible;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.firework-group .help-modal.active .help-modal__overlay {
	opacity: 1;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.firework-group .help-modal.active .help-modal__dialog {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
/* end firework */

.lp-tet .swing {
	animation: swing ease-in-out 1s infinite alternate;
	transform-origin: center -20px;
	float: left;
}

@keyframes swing {
	0% {
		transform: rotate(3deg);
	}
	100% {
		transform: rotate(-3deg);
	}
}

@media (max-width: 768px) {
	.tet-greeting .popup-title {
		font-size: 28px;
	}

	.tet-greeting .popup-content {
		font-size: 16px;
		padding: 16px;
	}

	.tet-greeting .popup-content {
		margin-top: 18%;
	}

	.tet-greeting .popup-content .popup-content-icon {
		margin-top: -10%;
	}
}

@media (max-width: 480px) {
	.popup-wrapper .popup-background {
		border-radius: 40px;
	}

	.lp-tet .lixi img {
		width: 65%;
	}

	.tet-greeting .popup-title {
		font-size: 21px;
	}

	.tet-greeting .popup-content {
		font-size: 12px;
		padding: 8px;
	}

	.tet-greeting .popup-content .popup-content-icon {
		margin-top: -12%;
	}

	.box-schedule .box-title {
		font-size: 18px;
	}
}

@media (max-width: 360px) {
	.tet-greeting .popup-title {
		font-size: 14px;
	}

	.tet-greeting .popup-content {
		font-size: 10px;
		padding: 6px;
	}
}

@media only screen and (max-width: 390px) {
	.form-check {
		font-size: 14px;
	}
}

@media only screen and (max-width: 328px) {
	.form-check {
		flex-direction: column;
	}

	.form-check div {
		font-size: 18px;
		margin-top: 8px;
	}
}

@media (min-width: 769px) and (max-width: 991.98px) {
	.box-contact-form {
		width: 80%;
		padding: 30px 20px;
	}
}

/* For responsiveness */
@media only screen and (max-width: 768px) {
	.box-contact-form {
		width: 100%;
		padding: 30px 20px;
	}
	.popup-contact .popup-wrapper {
		max-width: 90%;
	}
	.cer-energy-container.step_1 .row_2_box_container .row_2_title {
		padding: 5px;
	}
	.cer-energy-container.step_1 .row_2_box_container .row_2_title .title {
		font-size: 20px;
	}
	.popup-contact .popup-title {
		font-size: 26px;
	}
}

.course-image img {
	height: auto;
}

.phone-number .select-box {
	position: relative;
	width: 100%;
	font-weight: normal;
}

.phone-number input[type="tel"] {
	border-radius: inherit !important;
	margin-left: 0.5rem;
	width: 100%;
	/*padding: 1.15rem .6rem;*/
	font-size: 1.1rem;
	/* border: .1rem solid transparent; */
	outline: none;
}

.phone-number .select-box input:focus {
	border: 1px solid #037bfc;
}

.phone-number .selected-option {
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-auth-form .phone-number .selected-option {
	border-radius: 12px;
}

.phone-number .selected-option div {
	position: relative;
	width: 8rem;
	padding: 0 0.2rem 0 0.2rem;
	text-align: center;
	cursor: pointer;
	background-color: #f4f4f4;
	border-radius: 12px;
}

.phone-number .selected-option .iconify.iconify--flag {
	height: 40px;
}

.phone-number .selected-option .dial-code {
	margin-left: 0.4rem;
	vertical-align: middle;
}

/*.phone-number .selected-option div::after{*/
/*    position: absolute;*/
/*    content: "";*/
/*    right: .6rem;*/
/*    top: 50%;*/
/*    transform: translateY(-50%) rotate(45deg);*/

/*    width: .8rem;*/
/*    height: .8rem;*/
/*    border-right: .12rem solid #000;*/
/*    border-bottom: .12rem solid #000;*/

/*    transition: .2s;*/
/*}*/

.phone-number .selected-option div.active::after {
	transform: translateY(-50%) rotate(225deg);
}

.phone-number .select-box .options {
	position: absolute;
	top: 3rem;
	width: 100%;
	background-color: #f3f3f3;
	border-radius: 25px;
	display: none;
}

.phone-number .select-box .options.active {
	display: block;
	z-index: 3;
}

.phone-number input.search-box {
	background-color: #1d1a87;
	color: #fff;
	border-radius: 25px 25px 0 0;
	padding: 1rem;
	width: 100%;
}

.phone-number .select-box ol {
	list-style: none;
	max-height: 20rem;
	overflow: overlay;
	padding-left: 1rem;
}

.phone-number .select-box ol::-webkit-scrollbar {
	width: 0.6rem;
}

.phone-number .select-box ol::-webkit-scrollbar-thumb {
	width: 0.4rem;
	height: 3rem;
	background-color: #ccc;
	border-radius: 0.4rem;
}

.phone-number .select-box ol li .country {
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	margin: 0 1rem;
	width: 100%;
}

.phone-number .select-box ol li.hide {
	display: none;
}

.phone-number .select-box ol li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
}

.phone-number .select-box ol li svg {
	width: 26px;
}

.phone-number .select-box ol li:not(:last-child) .country {
	border-bottom: 0.1rem solid #eed;
}

.phone-number .select-box ol li:hover {
	background-color: lightcyan;
}

.phone-number .select-box ol li .country-name {
	margin-left: 0.4rem;
}

.phone-number .select-box ol li.active .country-name:after {
	position: relative;
	content: "";
	left: 0.8rem;
	transform: translateY(-50%) rotate(45deg);
	display: inline-flex;
	width: 0.6rem;
	height: 1rem;
	border-right: 0.15rem solid #6ebf43;
	border-bottom: 0.15rem solid #6ebf43;
	top: 12%;
}

.form-control:focus {
	border: 1px solid #037bfc;
}

.box-lotrinh-new {
	padding: 0px 0 50px;
	background: #fff;
	background-image: url("../img/2024/bg-home-schedule.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 666px;
}
.box-lotrinh-new .box-left {
}
.box-lotrinh-new .box-right {
	padding-top: 70px;
}

.box-lotrinh-new .box-title {
	padding-top: 80px;
	max-width: 250px;
}
.box-lotrinh-new .box-title .title {
	margin: 0;
	padding: 0;
	font-size: 50px;
	color: #171fa2;
	line-height: 65px;
	font-weight: 800;
	word-wrap: break-word;
}
.box-lotrinh-new .box-icon {
	min-height: 540px;
	width: 100%;
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon {
	padding: 0px;
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon .icon {
	width: 100px;
	height: 100px;
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon .icon .img.active {
	width: 100px;
	height: 100px;
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon .icon .img.not-active {
	width: 90px;
	height: 90px;
	filter: invert(59%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(102%)
		contrast(89%);
}
.box-lotrinh-new
	.box-icon
	.sub-box-home-lotrinh-icon
	.icon
	.img.not-active:hover {
	width: 100%;
	height: 100%;
	filter: grayscale(0);
	/* optional animation */
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon .icon .img.not-allow {
	width: 90px;
	height: 90px;
	filter: grayscale(1);
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon.icon-index-1 {
	bottom: calc(0 * var(--home-lotrinh-icon-distance) + 10px);
	left: calc(0 * var(--home-lotrinh-icon-distance) + 10px);
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon.icon-index-2 {
	bottom: calc(1 * var(--home-lotrinh-icon-distance) - 30px);
	left: calc(1 * var(--home-lotrinh-icon-distance) + 10px);
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon.icon-index-3 {
	bottom: calc(2 * var(--home-lotrinh-icon-distance) - 50px);
	left: calc(2 * var(--home-lotrinh-icon-distance) + 0px);
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon.icon-index-4 {
	bottom: calc(3 * var(--home-lotrinh-icon-distance) - 40px);
	left: calc(3 * var(--home-lotrinh-icon-distance) - 60px);
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon.icon-index-5 {
	bottom: calc(4 * var(--home-lotrinh-icon-distance) - 30px);
	left: calc(4 * var(--home-lotrinh-icon-distance) - 140px);
}
.box-lotrinh-new .box-icon .sub-box-home-lotrinh-icon.icon-index-6 {
	bottom: calc(5 * var(--home-lotrinh-icon-distance) - 20px);
	left: calc(5 * var(--home-lotrinh-icon-distance) - 240px);
}

.box-lotrinh-new .sub-box-home-roadmap-content {
	width: 40vw;
	min-height: 400px;
	border-radius: 15px;
	padding: 50px;
}

.box-lotrinh-new .sub-box-home-roadmap-content .title {
	text-transform: uppercase;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 50px;
	word-wrap: break-word;
	position: relative;
}
.box-lotrinh-new .sub-box-home-roadmap-content .title::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	height: 2px;
	width: 100%;
	margin-top: 10px;
}
.box-lotrinh-new .sub-box-home-roadmap-content .sub-title {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	line-height: 35px;
	word-wrap: break-word;
	padding-top: 20px;
}
.box-lotrinh-new .sub-box-home-roadmap-content .content {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 25px;
	word-wrap: break-word;
	padding-top: 20px;
}
.box-lotrinh-new .sub-box-home-roadmap-content.content-index-1 {
	background: url("../img/2024/home-icon/home-roadmap-bg-1.png");
	background-size: cover;
}
.box-lotrinh-new .sub-box-home-roadmap-content.content-index-2 {
	background: url("../img/2024/home-icon/home-roadmap-bg-2.png");
	background-size: cover;
}
.box-lotrinh-new .sub-box-home-roadmap-content.content-index-3 {
	background: url("../img/2024/home-icon/home-roadmap-bg-3.png");
	background-size: cover;
}
.box-lotrinh-new .sub-box-home-roadmap-content.content-index-4 {
	background: url("../img/2024/home-icon/home-roadmap-bg-4.png");
	background-size: cover;
}
.box-lotrinh-new .sub-box-home-roadmap-content.content-index-5 {
	background: url("../img/2024/home-icon/home-roadmap-bg-5.png");
	background-size: cover;
}
.box-lotrinh-new .sub-box-home-roadmap-content.content-index-6 {
	background: url("../img/2024/home-icon/home-roadmap-bg-6.png");
	background-size: cover;
}

.box-lotrinh-new .sub-box-home-roadmap-content .bnt-1 {
	width: auto;
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(
		245deg,
		rgba(123.25, 158.72, 255, 0.8) 0%,
		rgba(55.14, 121.29, 249.69, 0.8) 100%
	);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.box-lotrinh-new .sub-box-home-roadmap-content .bnt-1:hover {
	background: rgba(123.25, 158.72, 255, 0.8);
}

.box-lotrinh-new .sub-box-home-roadmap-content .bnt-1 .bnt-title {
	color: white;
	font-size: 16px;
	font-weight: 500;
	word-wrap: break-word;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.videoWrapper .overlay {
	position: absolute;
	height: auto;
	width: 100%;
	max-width: fit-content;
	z-index: 2147483647;
	color: #eee;
	opacity: 50%;
	font-size: 10pt;
	overflow: hidden;
	height: 20px;
}

.videoWrapper .overlay-header {
	top: 0px;
	left: 10px;
}

.videoWrapper .overlay-mid {
	top: 200px;
	left: 10px;
}

.videoWrapper .overlay-footer {
	bottom: 40px;
	left: 10px;
}

.videoWrapper iframe,
.videoWrapper embed,
.videoWrapper object {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
