:root {
	--color-purple-light: #a728ff;
	--color-purple-lighted: #bf89eb;
	--color-purple-dark: #6f4c8a;
	--color-purple-darked: #8321c4;
	--color-pink-light: #e50381;
	--color-pink-lighted: #e47fba;
	--color-yellow-light: #fffba9;
}

* {
	padding: 0em;
	margin: 0em;
}
body {
	height: 100vh;
	width: 100%;
  	overflow-x: hidden;
	background-color: #121212;
	font-family: 'Prompt', sans-serif;
	color: #fff !important;
	cursor: default !important;
	word-break: break-word;
}
a,
p {
	text-decoration: unset !important;
}
strong{
	color: #4dd0e1;
	text-shadow: 1px 1px #000;
}
em { color: #cddc39; }
.link_a,
p a,
p a strong,
p a strong em {
	color: #fff600;
	font-weight: bolder;
}
.link_a:hover,
p a:hover,
p a strong:hover,
p a strong em:hover {
	color: #c1c1c1;
}
.fa-search{color: #fff;}
h1, h2, h3, h4{
	color: #ffc100;
	font-size: 1.5em;
}
.big-p{
	color: #b1b1b1;
	font-size: 1.5em;
}
.big-p2{
	color: #000;
	font-size: 4em;
}
.big-p3{
	color: #000;
	font-size: 5.5em;
	line-height: .75em;
}
.font-yellow{
	color: #ffd600;
}

.breadcrumb-item a {
	color: #eeeeee;
}
.breadcrumb-item.active {
	color: #ffeb3b;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #cfcfcf;
}
/* form mobile */
.bg-form-mobile {
	background-color: #ddd;
	margin: 6px auto;
	color: #000;
	width: 100%;
}
.on-mobile {
	width: 100%;
	display: none;
}
.form-control:focus {
	border-color: #fff600 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.relative ::-webkit-input-placeholder {
	text-align: center;
}
.form-user,
.form-pass {
	background-color: #0b1e1a !important;
	border: 3px solid #6bcbbf !important;
	color: #fff !important;
	text-align: center;
}
.form-user::placeholder,
.form-pass::placeholder {
	color: #eee !important;
}
.form-search {
	border: 1px solid #000 !important;
	border-radius: 1em !important;
}
.form-search::placeholder {
	text-align: start;
}
.icon-search-mobile {
	padding: 0.2em;
	position: absolute;
	height: 25px;
	width: 25px;
	right: 0.3em;
	top: 0.3em;
	z-index: 1;
}
.icon-search-mobile:hover {
	transform: scale(1.1);
}
@media screen and (max-width: 992px) {
	.form-outline {
		display: none !important;
	}
}
.no-bd{
	border:none !important;
}
.bg-inp {
	border-radius: 2em;
	color: #fff;
	border: none;
}
.bg-btn-login-mobile {
	background-color: #000;
	color: #ffffff;
	box-shadow: 2px 2px 3px #000;
	border-radius: 10px;
}
.bg-btn-login-mobile:hover {
	color: #fed500 !important;
}
.btn-register {
	background: linear-gradient(#05b0fe, #fc01fc);
	border-radius: 15px;
	border: solid 3px #dfb67e;
	color: #fff;
}
.btn-register:hover {
	color: #000 !important;
	background-color: #fff !important;
}
.btn-register-mobile {
	background: linear-gradient(#05b0fe, #fc01fc);
	border-radius: 15px;
	border: solid 3px #fff;
	color: #fff;
	font-size: 2em;
}
.btn-register-mobile:hover {
	color: #fffa82;
}
@media (min-width: 992px) {
	.on-mobile {
		display: block;
	}
}
@media (max-width: 992px) {
	.mobile-collap-button {
		flex-direction: column;
		align-content: center;
		text-align: center;
		margin-top: 1em;
	}
	.nav-link {
		text-align: center;
	}
	.form-user {
		width: 100% !important;
	}
	.form-pass {
		width: 100% !important;
	}
}
.nav-link p {margin-bottom: 0; font-size: 1.1em;}
/* navbar */
.navbar-nav {
  display: flex;
  justify-content: space-between;
}
.navbar-nav .nav-item .nav-link {
	color: #fff;
	padding: .5rem .5rem;
	font-weight: 500;
}
.navbar-nav .nav-item .nav-link:hover , .navbar-nav .nav-item .nav-link:active{
	color: #fed500;
	background-color: #222;
	border-radius: 10px;
}

.navbar-nav .nav-item {
	width: 100%;
}
.bg-content-1:hover , .yellow-bg {
	background: linear-gradient(to top,#ffffff33,#ffffff00);color: #fff;
}

@media (max-width: 992px) {
	.nav-bg {
		z-index: 0;
		overflow: hidden;
	}
}
.nav-bg {
	z-index: 999;
}
.text-slide {
	background-color: var(--color-yellow-light);
	color: var(--color-purple-dark);
}

.relative {
	position: relative;
}

/* content */
#more,
#more1,
#more2,
#more3 {
	display: none;
}
.bg-content-1 {
	background-color: #f4f4f4;
	color: #323232;
	border-radius: 1em;
	transition: all ease-in-out .25s;
}
.bg-content-1 h2 {
	color: #666666;
}
.bg-content-2 {
	background-color: #fff;
}
.text-bold {
	color: #fff;
	background-image: url(./img/btn-bg2.webp);
  	background-size: 100% 100%;
	padding: 0.5em 0 0.5em 0;
}
.text-bold2 {
	color: #fff;
	background-color: var(--color-pink-light);
	padding: 0.5em 0 0.5em 0;
}
.txt-int {
	text-indent: 1.5em;
}
.gold-border {
	border: solid 1px #f5e9b9;
  	border-radius: 1em;
}
.gold-border2 {
	border: solid 8px;
  	border-image: linear-gradient(to right, #4b4336, #cbb385, #4b4336) 1;
  	border-left: none;
  	border-right: none;
}
.silver-border{
	border: solid 3px;
  	border-image: linear-gradient(to top, #5d6975, #2b2f3b, #b6b9ae) 1;
}
p {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein {
	/* Opera */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 22px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 2px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
input:checked + .slider {
	background-color: #000;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
/* footer */
@media screen and (max-width: 768px) {
	.footer-bg {
		padding-bottom: 6em !important;
	}
}
.footer-bg {
	background-color: #000;
}
.link_login {
	color: #6dcabf;
}
.link_login:hover {
	color: #fff;
}
.content-border{
	border: solid 5px #d6a86d;padding: 1em;
}

/* footer nav sticky  */
.nav-footer {
	z-index: 9999;
	display: none;
}
.fas,
.fab {
	font-size: 2rem;
	color: #fff;
}

@media only screen and (max-width: 800px) {
	.nav-footer {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: linear-gradient(#FF5722, #FFC107);
		left: 0;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		height: 80px;
		box-shadow: 0px -3px 18px 0px #00000096;
		backdrop-filter: blur(5px);
	}
	.nav-footer-col4 {
		width: 25%;
		float: left;
		text-align: center;
	}
	.col4-bottom {
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
		font-weight: 300;
	}
	.nav-footer {
		display: block;
	}
}

/* header nav */
.btn-login-nav {
	border-radius: 0.5em;
	border: solid 3px #dfb67e;
	color: #fff;
}
.home-icon {
	animation-duration: 2s;
	animation-name: zoom-in-out;
	animation-delay: 0;
	animation-iteration-count: infinite;
	animation-direction: forward;
}
@keyframes zoom-in-out {
	0% {
		opacity: 0.5;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	100% {
		opacity: 0.5;
		transform: scale(1);
	}
}
header {
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
.logo {
	cursor: pointer;
	z-index: 999;
	transition: 0.3s ease-in-out;
	max-width: 350px;
}
.logo:hover {
	transform: scale(1.03);
}
.dropdown-menu {
	opacity: 0.8;
	background-color: #fff !important;
}
.dropdown-item {
	color: #000 !important ;
	opacity: 1 !important;
}
.dropdown-col a {
	color: #000 !important;
}
.dropdown-item:hover {
	color: #fff !important ;
	background-color: #000 !important;
}
@media only screen and (max-width: 992px) {
	.dropdown-col a {
		color: #fff !important;
	}
	.dropdown-item:hover {
		color: #000 !important ;
		background-color: #fff !important;
	}
	.dropdown-item {
		background-color: #000 !important;
	}
	.collapse:not(.show) {
		display: none !important;
	}
	.dropdown-menu.show {
		display: contents !important;
		text-align: center !important;
	}
	.navbar .nav-item .dropdown-menu {
		display: none;
	}
	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
}
.searchBox_nav {
	height: 40px;
}
.search_box {
	background: #fff;
	border-radius: 2em;
	display: flex;
	box-shadow: 0 8px 6px -10px #b3c6ff;
}

.search_box .dropdown {
	width: 80px;
	border-right: 2px solid #dde2f1;
	color: var(--color-purple-darked);
	position: relative;
}

.search_box .dropdown .default_option {
	text-transform: uppercase;
	padding: 10px 7px;
}
.search_box .search_field {
	width: 350px;
	height: 100%;
	position: relative;
}

.search_box .search_field .input {
	width: 98%;
	height: 100%;
	border: 0px;
	font-size: 16px;
	color: #6f768d;
}
.search_box .search_field .input:focus-visible {
	outline: #fff;
}

input:focus {
	outline: #dde2f1;
}

.search_box .search_field .fas {
	position: absolute;
	top: 0.3em;
	right: 10px;
	font-size: 22px;
	color: #5078ef;
	cursor: pointer;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9fa3b1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #9fa3b1;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #9fa3b1;
}
/* Mobile Nav */
svg {
	height: 80px;
	position: absolute;
	width: 60px;
}
.plates {
	display: flex;
	flex-wrap: wrap;
	max-height: 160px;
	width: 640px;
}
@media (max-width: 640px) {
	.plates {
		width: 320px;
	}
}
.plate {
	width: 100%;
	cursor: pointer;
}
.burger {
	filter: url(#gooeyness);
}
.x {
	transform: scale(0);
	transition: transform 400ms;
}
.line {
	fill: none;
	stroke: #fff;
	stroke-width: 6px;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform-origin: 50%;
	transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.x .line {
	stroke-width: 5.5px;
}

.plate4 .x {
	transition: transform 400ms;
}
.plate4 .line {
	transform-origin: 50%;
	transition: transform 400ms 100ms;
}
.active.plate4 .line {
	transition: transform 400ms;
}
.active.plate4 .line1 {
	transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);
}
.active.plate4 .line2 {
	transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);
}
.active.plate4 .line3 {
	transform: translateY(0px) rotate(45deg) scale(0.7);
}
.active.plate4 .line4 {
	transform: translateY(0px) rotate(-45deg) scale(0.7);
}
.active.plate4 .line5 {
	transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);
}
.active.plate4 .line6 {
	transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);
}
.active.plate4 .x {
	transition: transform 400ms 100ms;
	transform: scale(1);
}

/* viewall */
.box-article {
	background-color: #000;
	padding: 3em;
}
.article_link a {
	font-size: 2em;
	color: #fff !important;
	text-decoration: none;
}
.article_link a:hover {
	text-decoration: underline !important;
}
.news-articles {
	text-decoration: none !important;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 23px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-articles-h2 {
	text-decoration: none !important;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 23px;
	color: #fff;
	margin-bottom: 10px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-articles-h2:hover {
	color: #8d8d8d;
}
.news-articles-p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.box-articles {
	color: #fff;
}

.container-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
.cards {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	width: clamp(20rem, calc(20rem + 2vw), 22rem);
	overflow: hidden;
	transition: 1s box-shadow;
	border-radius: 0.5em;
	border: solid 3px;
  	background-color: #323232;
}
.cards:hover {
	border-color: #ff9533;
	transition: 0.3s ease-in-out;
}

.cards img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

a.cards {
	color: #666 !important;
}

a.cards:hover {
	cursor: pointer;
	text-decoration: none !important;
}

.card__image_show {
	width: auto !important;
	object-fit: cover;
}
.card__image {
	width: auto !important;
	height: 13.75em;
	object-fit: contain;
}

.card__body {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.tag {
	align-self: flex-start;
	padding: 0.25em 0.75em;
	border-radius: 1em;
	font-size: 0.75rem;
}

.tag + .tag {
	margin-left: 0.5em;
}

.tag-red {
	background: #9e9e9e;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.5s;
}
.tag-red:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.link-tag {
	align-self: flex-start;
	padding: 0.25em 0.75em;
	border-radius: 1em;
	font-size: 0.75rem;
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.5s;
	text-decoration: none;
}

.link-tag:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.card__body h4 {
	font-size: 1.5rem;
	text-transform: capitalize;
}

.card__footer {
	display: flex;
	padding: 1rem;
	margin-top: auto;
}

/* pagi */
.pagination .active {
	font-size: 20px;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.pagination a {
	font-size: 15px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 15px 5px;
	transition: transform 0.3s;
}

.pagination a:hover {
	color: #d1d1d1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/* search */
.searchBox {
	height: 35px;
	border-radius: 40px;
}

.searchBox:hover > .searchInput {
	width: 240px;
	padding: 0 6px;
}
.searchBox:focus-within > .searchInput {
	width: 240px;
	padding: 0 6px;
}

.searchBox:hover > .searchButton {
	color: #2f3640;
}

.searchButton {
	color: white;
	height: 30px;
	width: 30px;
	padding-bottom: 0em;
	border-radius: 50%;
	background: #3a5244;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	position: absolute;
	right: 0.4em;
	top: 0.2em;
}

.searchInput {
	border: none;
	border-radius: 1em;
	background: #fff;
	outline: none;
	float: left;
	padding: 0;
	color: #000;
	font-size: 16px;
	transition: 0.4s;
	line-height: 40px;
	width: 0px;
}

@media screen and (max-width: 620px) {
	.searchBox:hover > .searchInput {
		width: 150px;
		padding: 0 6px;
	}
}

.toc-title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
  visibility: hidden;
  position: relative;
  justify-content: center;
}

.toc-title:after {
  visibility: visible;
  display: flex;
  justify-content: center;
  content: "สารบัญ";
}

.widget-toc {
  display: table;
  border: 1px solid #ffffff;
  background-color: #424242;
  padding-right: 1rem;
  font-size: 95%;
}
.widget-toc a {
  color: #ffffff;
  text-decoration: underline !important;
}
.widget-toc ol {
  padding-right: 0px;
  counter-reset: item;
}
.widget-toc ol li {
  display: block;
  position: relative;
}
.widget-toc ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 0.5rem;
  inline-size: max-content;
}

.x-hamburger {
    margin-right: 20px;
    margin-top: 20px;
    width: 25px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

@media (max-width:1199.98px) {
    .x-hamburger {
        margin-right: 50px
    }
}
.line-fix {max-width: 10%; bottom: 0px;}
@media (max-width:991.98px) {
    .x-hamburger {
        display: block
    }
    .line-fix{
    	max-width: 25%; bottom: 75px;
    }
}

.x-hamburger span {
    width: 70%;
    display: block;
    position: absolute;
    height: 3px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.x-hamburger span:first-child {
    top: 0;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate
}

.x-hamburger span:first-child,
.x-hamburger span:nth-child(2) {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.x-hamburger span:nth-child(2) {
    top: 9px;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}

.x-hamburger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}

@media (max-width:575.98px) {
    .x-hamburger span:nth-child(2) {
        top: 7px
    }

    .x-hamburger span:nth-child(3) {
        top: 14px
    }
}

.x-hamburger.-open {
    width: 25px
}

.x-hamburger.-open span {
    width: 100%;
    -webkit-animation: none;
    animation: none
}

.x-hamburger.-open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px
}

.x-hamburger.-open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.x-hamburger.-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px
}

@media (max-width:575.98px) {
    .x-hamburger.-open {
        width: 20px
    }

    .x-hamburger.-open span:nth-child(3) {
        top: 15px
    }
}

@-webkit-keyframes x-hamburger-wave {
    0% {
        width: 70%
    }

    to {
        width: 100%
    }
}

@keyframes x-hamburger-wave {
    0% {
        width: 70%
    }

    to {
        width: 100%
    }
}

.full {  
  border: 3px solid #959595;
  border-radius: 1em;
  padding: 5px;
}

.fa-inp{position: absolute; margin-top: 10px;margin-bottom: 5px;margin-left: 5px;width: 25px;}
.bdb {border-bottom: 1px solid #fff;}
.bds {border-left: solid 1px #ffffff77;}
footer p {margin-bottom: 0;}

.sum1{
	border-radius: 3px;
	border:none;
	height: 80px;
	width:100%;
	max-width: 100%;
	margin: .2em 0;
	font-size: 3em;
	color: #fff;
	background-color: #049bea;
  box-shadow: 2px 2px 5px #000;
}

.sum2{
	border-radius: 3px;
	border:none;
	height: 80px;
	width:100%;
	max-width: 100%;
	margin-bottom: .4em;
	font-size: 4em;
	color: #fff;
	background-color: transparent;
}

.content-bg1 {
	background-color: #323232;
}

.content-bg2 {
	background-color: #121212;
	border-radius: 1em;
  /*box-shadow: 2px 2px 5px #000;*/
}

.btn-bg{
	background-color: #059beb;
}

.underline {
	border-top: solid 2px #8ca5dd;
	width: 100%;
	margin: .5em 0;
}

.footer-menu {
	background-color: #00000040;
	border-radius: 10px;
	padding: 10px;
	color: #d4d4d2;
}

.img-shadow {
  box-shadow: 2px 2px 5px #000;
}
.copyright{color:#fff;}

.h-color{
	color: #fff;
    text-shadow: 1px 1px 5px #000;
}
.h-color2{
	color: #fff;
    /*text-shadow: -1px -1px 5px #000, 1px -1px 5px #000, -1px 1px 5px #000, 1px 1px 5px #000;*/
    text-shadow: 1px 1px 5px #000;
    padding: 1em 0;
}

.num-bg-l {
	color: #fff;
	background-color: #4fb4e8;
	border-top-left-radius: .5em;
	border-bottom-left-radius: .5em;
	font-size: 1.5em;
}
.num-bg-r {
	color: #000;
	background-color: #c0e8fc;
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;
	font-size: 1.5em;
}

.num-bg-ll {
	color: #fff;
	background-color: #4fb4e8;
	border-top-left-radius: .5em;
	border-bottom-left-radius: .5em;
}
.num-bg-rr {
	color: #000;
	background-color: #c0e8fc;
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;
}

.h-color-gd{
background: -webkit-linear-gradient(to right, #bc8e04 10%, #fdff78 50%, #c57e02 100%);
background: linear-gradient(to right, #bc8e04 10%, #fdff78 25%, #c57e02 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
}


.btn-abs {
  position: absolute;
  top: 10%;
  left: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ico-bg {
	background-color: #323232;
	border-radius:.5em;
	padding: .5em;
}