* {
	box-sizing: border-box;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	line-height: 1.42857143;
	font-size: 15px;
	background: #fff;
	color: #333;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	height: auto;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
	display: block;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

audio,
video,
canvas {
	display: inline-block;
}

template,
[hidden] {
	display: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	/*content: "";*/
}

.clearfix:after {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

button[disabled] {
	opacity: 50%;
}

/*effect*/
.hover-underline-effect {
	--underline-color: #333;
}

.hover-underline-effect>span:first-child {
	background: linear-gradient(to right, var(--underline-color), var(--underline-color));
	background-position: 0 100%, 100% 100%;
	background-repeat: no-repeat;
	background-size: 0 1px, 100% 1px;
	display: inline;
	transition-property: background-size
}

.hover-underline-effect>span:first-child:not([class*=duration-]) {
	transition-duration: .3s
}

.hover-underline-effect.reverse>span:first-child,
.hover-underline-effect:hover>span:first-child {
	background-size: 100% 1px, 0 1px
}

.hover-underline-effect.reverse:hover>span:first-child {
	background-size: 0 1px, 100% 1px
}

.hover-underline-effect.underline-current {
	--underline-color: currentColor
}

.section {
	padding-top: 40px;
	overflow: hidden;
}

.section-title {
	margin-bottom: 20px;
}

.play-video {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.view-all {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.hero-banner {
	position: relative;
	overflow: hidden;
}

.hero-banner .breadcrumbs {
	position: absolute;
	bottom: 24px;
	z-index: 10;
}

.banner-image {
	line-height: 0;
}

.banner-image img {
	height: 100vh;
	object-fit: cover;
	max-height: 400px;
}

.breadcrumbs {
	display: flex;
}

.breadcrumbs ul {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 10px
}

.breadcrumbs ul li {
	line-height: 0;
	position: relative;
}

.breadcrumbs ul li a {
	text-transform: uppercase;
	font-weight: 700;
	color: #BF2025;
	line-height: 1.2;
}

.breadcrumbs ul li:not(:first-child) a:before {
	content: "/";
}

.sidebar-right {
	padding-top: 30px;
	border-top: 1px solid #D9D9D9;
}

.categories {
	flex-wrap: wrap;
	text-align: center;
	font-size: 18px;
	margin-bottom: 24px;
}

.categories>div {
	margin-right: 10px;
	margin-bottom: 10px;
}

.category-item {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	background-color: #D9D9D9;
	transition: all 0.3s ease-in;
}

.category-item:hover {
	background-color: #BF2025;
	transition: all 0.3s ease-in;
}

.category-item.bg-primary {
	background-color: #BF2025;
}

/*tablet*/
@media (width >=768px) {
	.section {
		padding-top: 60px;
	}

	.section-title {
		margin-bottom: 40px;
	}

	.breadcrumbs ul {
		padding: 10px 30px;
		font-size: 40px;
	}

	.categories {
		font-size: 20px;
	}

	.banner-image img {
		max-height: inherit;
	}
}

/*desktop*/
@media (width >=1024px) {
	.page-wrapper {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 30px;
	}

	.sidebar-right {
		padding-top: 0;
		border-top: none;
		padding-left: 30px;
		border-left: 1px solid #D9D9D9;
	}

	.breadcrumbs ul li:first-child img {
		width: 44px;
		height: 44px;
	}

	.categories {
		flex-direction: column;
	}

	.categories>div {
		margin-bottom: 60px;
	}
}

.vc-main-content h2 {
	font-size: 24px;
}

.vc-main-content h3 {
	font-size: 20px;
}

.vc-main-content h4 {
	font-size: 16px;
}

.vc-main-content h5 {
	font-size: 12px;
}

.vc-main-content img {
	max-width: 100%;
}

.page-main {
	max-width: 100%;
	overflow: hidden;
}

figure {
	max-width: 100%;
}
.scroll-section-top{
	padding-top: 0 !important;
	background: #dedede;
}
.header-active .scroll-section-top{
	display: none;
}

.scroll-text {
    white-space: nowrap;
    animation: scroll 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroll {
    overflow-y: hidden;
    overflow-x: hidden;
}

@media(min-width: 980px){
	.learn-page-layout .service-item{
		width: 32% !important;
		position: relative;
	}
	.learn-page-layout .service-item .service-label {
		font-size: 20px;
	}
	.learn-page-layout .service-item>div{
		padding-bottom: 120%;
	}
}