
:root {
	/****************** COLORS *****************/

	--color-background: #fff;
	--color-darker: #0c0e26;
	--color-dark: #13173f;
	--color-medium: #272a4e;
	--color-semi: #5AAC4E; /*#818181;*/
	--color-light: #898b9f;
	--color-lighter: #edf0ff;
	/* OTHERS */

	--color-white: #fff;
	--color-muted-white: #e5f1e6;
	--color-secondary-dark: #13173f;
	--color-secondary-medium: #232a73;
	--color-vertical1: #004185;
	--color-vertical2: #511c74;
	--color-vertical3: #008641;
	--color-vertical4: #00aeef;
	--color-vertical5: #f6871f;
	--color-vertical6: #2b457e;
	--color-vertical7: #1769a3;
	--color-unsuscribe: #d85e5e;
	--color-vertical-secondary1: #f6c79b;
	--color-vertical-secondary2: #bfe2ef;
	--color-vertical-secondary3: #93d4b2;
	/****************** TYPOGRAPHY *****************/

	--font-primary: "kanit", sans-serif;
	--font-secondary: "kanit", sans-serif;
	/******************* FONT SIZE ******************/

	--size-biggest: 22px;
	--size-bigger: 18px;
	--size-big: 16px;
	--size-intermediate: 14px;
	--size-medium: 13px;
	--size-small: 12px;
	--size-smaller: 11px;
	--size-smallest: 10px;
	/****************** FONT WEIGHT *****************/

	--weight-light: 400;
	--weight-medium: 600;
	--weight-strong: 700;
}


/*.program-detail__container { margin-top:unset; }*/
.carousel-container {
	padding-bottom: 25px;
}

.schedule p {
	font-weight: 600
}

.exhibitors__categories {
	margin-top: unset;
}

li:nth-child(2) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(3) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(4) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(5) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(6) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(7) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(8) .exhibitors__category::before {
	background-color: unset;
}

.exhibitors-name {
	bottom: unset;
	top: 140px;
}

.exhibitors-name {
	color: #000;
}

.expo-carousel {
	min-height: 230px !important;
}

.speakers-detail__date::before {
	content: url(/content/icons/calendar-icon_dark.svg);
}


.activity-detail p {
	font-size: var(--size-small) !important;
}

.home-img{
	width:100% !important;
}

.main-content > a{
	width:100%;
}