@media (max-width: 1400px) {

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {

}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px !important;
}
.container, .sppb-row-container {
  max-width: 100% !important;
  width: 100% !important;
}
}

@media (max-width: 1194px) {

#offcanvas-toggler {
  display: block !important;
}
#sp-menu .sp-megamenu-parent {
  display: none !important;
}
#sp-header.header-sticky .logo {
    height: 40px !important;
}

}


/* Header */

/* Shrink Navbar */

#sp-header.header-sticky {
  background-color: rgba(255, 255, 255, 0.85);
  height: 86px;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > span {
  font-size: 18px;
  padding: 0px 15px;
  line-height: 86px;
}

/* Shrink Logo */

#sp-header.header-sticky .logo {
  height: 80px;
}


/* Topbar */

#sp-top-bar {
  padding: 12px 0px;
  font-size: 15px;
}

#sp-top-bar a:hover {
  color: #ececec;
}
.sp-contact-info {
}

/* Gemischtes */

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Kanit', sans-serif;
}
h1 {
	font-size : 48px;
	font-weight : 400 !important;
}
h2 {
	font-size : 36px;
	font-weight: 300 !important;
}

h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h3, h4, h5, h6 {
  font-weight : 300 !important;
  line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}


/* Mixed Stuff */

iframe {
  border: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #8dc73f;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #a7e652;
  text-decoration: none;
  outline: none;
}
a img {
  border: none;
}

/* H2 Style */

.middleline-white h2 {
  padding-bottom: 5px;
}

.middleline-white h2:before {
  width: 50px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -25px;
  background-color: #FFF;
}
.middleline-white h2:after {
  width: 150px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -75px;
  background-color: #FFF;
}


/* H3 Middleline Style */

.middleline h3 {
  padding-bottom: 5px;
}

.middleline h3:before {
  width: 50px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -25px;
  background-color: #8dc73f;
}
.middleline h3:after {
  width: 150px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -75px;
  background-color: #8dc73f;
}


.middleline-white h3 {
  padding-bottom: 5px;
}

.middleline-white h3:before {
  width: 50px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -25px;
  background-color: #FFF;
}
.middleline-white h3:after {
  width: 150px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -75px;
  background-color: #FFF;
}


.middleline-flipbox h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 200%;
  padding-bottom: 5px;
}

.middleline-flipbox h3:before {
  width: 50px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -25px;
  background-color: #FFF;
}
.middleline-flipbox h3:after {
  width: 150px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  left: 50%;
  margin-left: -75px;
  background-color: #FFF;
}


/* H3 Leftline Style */

.leftline h3, .leftline50 h3 {
  padding-bottom: 5px;
  display: block;
}

.leftline h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
  background-color: #8dc73f;
}
.leftline h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 2px;
  height: 1px;
  width: 99%;
  max-width: 100%;
  background-color: #8dc73f;
}

.leftline50 h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
  background-color: #8dc73f;
}
.leftline50 h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 2px;
  height: 1px;
  width: 35%;
  max-width: 100%;
  background-color: #8dc73f;
}


.left-line-after h3 {
  padding-bottom: 5px;
  position:relative;
  display:inline-block;
}

.left-line-after h3:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 3px;
  width: 40px;
  margin-left: 10px;
  background-color: #8dc73f;
}


.left-line-before h3 {
  padding-bottom: 5px;
  position:relative;
  display:inline-block;
}

.left-line-before h3:after {
  content: "";
  position: absolute;
  right: -20px;
  top:50%;
  height:5px;
  width:40px;
  margin-right: 30px;
  margin-top:0px;
  background-color: #8dc73f;
}


/* Button Effect */

.btn, .btn-primary {
  position: relative;
  color: #fff;
  border: 1px solid #3F3F3F;
  background: #8dc73f !important;
  z-index: 1;
  border: 0px;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
}

.btn:before, .btn-primary:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3F3F3F;
  transform: scale(0);
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.btn:hover:before, .btn-primary:hover:before {
  transform: scale(1);
}

.btn:hover, .btn-primary:hover {
  color: #8dc73f;
}


.btn-green-content {
  position: relative;
  color: #8dc73f;
  border: 1px solid #3F3F3F;
  background: #3F3F3F !important;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.btn-green-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.4s ease-in-out;
  z-index: -1;
  background: #8dc73f;
  outline: none;
}

.btn-green-content:hover:before {
  transform: scale(1);
}

.btn-green-content:hover {
  color: #FFF;
  border: 1px solid #FFF;
}


.btn-green {
  position: relative;
  color: #8dc73f;
  border: 1px solid #8dc73f;
  background: #3F3F3F !important;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.btn-green:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.4s ease-in-out;
  z-index: -1;
  background: #8dc73f;
  border: 1px solid #8dc73f;
  outline: none;
}

.btn-green:hover:before {
  transform: scale(1);
}

.btn-green:hover {
  color: #fff;
}


/* Edge Effect */

span.edge {
  margin-top: 20px;
}

.edge, .edge:not([href*="#"]), a[href*="#"].edge, .edge.green:not([href*="#"]), .edge.white:not([href*="#"]) {
  position: relative;
}

.edge::after {
  --corner-size: 10px;
  --border-width: 2px;
  --full-width: calc(var(--corner-size) + var(--border-width));
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  clip-path: polygon(0px var(--full-width),var(--border-width) var(--full-width),var(--border-width) var(--border-width),var(--full-width) var(--border-width),var(--full-width) 0px,0px 0px,0px 100%,100% 100%,100% 0px,calc(100% - var(--full-width)) 0px,calc(100% - var(--full-width)) var(--border-width),calc(100% - var(--border-width)) var(--border-width),calc(100% - var(--border-width)) var(--full-width),100% var(--full-width),100% calc(100% - var(--full-width)),calc(100% - var(--border-width)) calc(100% - var(--full-width)),calc(100% - var(--border-width)) calc(100% - var(--border-width)),calc(100% - var(--full-width)) calc(100% - var(--border-width)),calc(100% - var(--full-width)) 100%,var(--full-width) 100%,var(--full-width) calc(100% - var(--border-width)),var(--border-width) calc(100% - var(--border-width)),var(--border-width) calc(100% - var(--full-width)),0px calc(100% - var(--full-width)),0px var(--full-width))
}


a[href*="#"].edge::after {
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  top: 25%;
  bottom: 25%;
  left: 25%;
  right: 25%;
  background: 0 0;
  opacity: 0;
  transition: inset .3s ease-in,clip-path .3s ease-in,opacity .3s ease-in,background .3s ease-in
}
a[href*="#"].edge:hover::after {
  content: "";
  inset: 0;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  opacity: 1;
  transition: inset .3s ease-out,clip-path .3s ease-out,opacity .3s ease-out,background .3s ease-out
}


.edge:not([href*="#"])::after {
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: inset .3s ease-in,clip-path .3s ease-in,background-color .3s ease-in
}
.edge:not([href*="#"]):hover::after {
  inset: 0;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: currentColor;
  transition: inset .3s ease-out,clip-path .3s ease-out,background-color .3s ease-out
}


.white h3, .green h3 {
  transition: all 0.3s ease-in-out;
}
.white:hover h3, .green:hover h3 {
  transition: all 0.3s ease-in-out;
}


.edge.white:not([href*="#"])::after {
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: inset .3s ease-in,clip-path .3s ease-in,background-color .3s ease-in
}
.edge.white:not([href*="#"]):hover::after {
  inset: 0;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: #FFF;
  transition: inset .3s ease-out,clip-path .3s ease-out,background-color .3s ease-out
}


.green:hover h3 {
  color: #8dc73f !important;
}
.edge.green:not([href*="#"])::after {
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: inset .3s ease-in,clip-path .3s ease-in,background-color .3s ease-in
}
.edge.green:not([href*="#"]):hover::after {
  inset: 0;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: #8dc73f;
  transition: inset .3s ease-out,clip-path .3s ease-out,background-color .3s ease-out
}



/* Megamenu */

#sp-menu {
  height: 100%;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
  color: #3f3f3f;
  font-family: 'Kanit', sans-serif;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  font-size: 22px;
  font-weight: 400;
  line-height: 140px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3s ease-in-out;
  padding: 0px 20px;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
  color: #8dc73f;
}

.sp-megamenu-parent > li.active > a:hover, .sp-megamenu-parent > li:hover > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #8dc73f;
}


/* After */

.sp-megamenu-parent > li > a:before {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 3px;
  width: 0%;
  background-color: RGBA(141, 199, 63, 0.95);
  content: "";
  transition: all 0.3s ease-in-out;
}


.sp-megamenu-parent > li.active > a:hover:before,
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:before, .sp-megamenu-parent > li.active:hover > a:before, .sp-megamenu-parent > li.active > a:before {
  left: 0;
  width: 100%;
}

/* After */

.sp-megamenu-parent > li > a:after {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 3px;
  width: 0%;
  background-color: RGBA(141, 199, 63, 0.95);
  content: "";
  transition: all 0.3s ease-in-out;
}


.sp-megamenu-parent > li.active > a:hover:after,
.sp-megamenu-parent > li:hover > a:after,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:after, .sp-megamenu-parent > li.active:hover > a:after, .sp-megamenu-parent > li.active > a:after {
  left: 0;
  width: 100%;
}



 /* Dropdown */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 15px 0px 0 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #bbb;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
}


/* Tooltip */

.tooltip-inner {
  font-size: 14px;
	max-width: 480px;
	padding: 10px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-inner {
	background-color: #8dc73f !important;
}

.tooltip-arrow::before {
  border-top-color: #8dc73f !important;
}

.tooltip {
  opacity: 1;
  animation-name: fadeInOutOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
}

@keyframes fadeInOutOpacity {
  0% {
		opacity: 0;
	}
	100% {
		opacity: .8;
	}
}


/* Scroll */

.sp-scroll-up {
  bottom: 70px;
  background: RGBA(0, 0, 0, 0.35);
  border-radius: 0px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  background: #8dc73f;
  border-radius: 50%;
}

/* Breadcrumb */

.breadcrumb {
  color: #aaa;
  background: #2c2c2c
}
.breadcrumb > li > a {
  color: #aaa;
}
.breadcrumb > li > a:hover {color: #eee;}
.breadcrumb > .active span {
  color: #eee;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #AAA;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f105";
  padding-left: 2px;
  margin-right: 2px;
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-filter {
  text-align: left;
  margin-bottom: 20px;
}
.sp-simpleportfolio-tags {
  display: none;
}
.sp-simpleportfolio-title a {
  display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  font-size: 16px;
  color: #8dc73f;
  background-color: #3F3F3F;
  padding: 10px 20px;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  color: #fff;
  background-color: #8dc73f;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  color: #fff;
  background-color: #8dc73f;
}

.btn-view {
  display: none !important;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background:rgba(0,0,0,.5);
  color: #8dc73f;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay h3 {
  color: #8dc73f;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background: #3F3F3F;
  color: #8dc73f;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover h3>a {
  color: #8dc73f;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  background: #3f3f3f;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle>div .sp-simpleportfolio-title a {
  color: #8dc73f;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  color: #8dc73f;
  font-size: 36px;
  border: none;
  border-radius: 0px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
  background: none;
  border-color: none;
}
.sp-simpleportfolio .sp-simpleportfolio-meta>div {
  border-bottom: 1px solid #8dc73f;
}


/* Bullets Carousel */

.sppb-carousel-indicators {
  position: absolute;
  bottom: -70px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}


.sppb-carousel-indicators li {
  width: 40px;
  height: 3px;
  background-color: #3F3F3F;
  border: none;
  border-radius: 0px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.sppb-carousel-indicators li:hover {
  width: 40px;
  height: 5px;
  background-color: #a7e652;
  border: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.sppb-carousel-indicators .active {
   width: 40px;
   height: 8px;
   background-color: #8dc73f;
   border: none;
   transition: all .5s ease;
   -webkit-transition: all .5s ease;
}


/* Blockquote */

.sidekick {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #8dc73f;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}
.sidekick:before, .sidekick:after {
  color: #8dc73f;
  font-size: 24px;
}
.sidekick:before {content: '\201e'}
.sidekick:after {content: '\201c';}
.sidekick cite {font-size: 80%; text-align:center; top:50%}
.sidekick cite:before {content: '\2015'}


/* Footer */

#sp-bottom {
    padding: 30px 0 10px;
}
#sp-footer a, #sp-bottom a {
  color: #8dc73f;
}
#sp-footer a:hover, #sp-bottom a:hover {
  color: #a7e652;
}

/* Footer Heading */
#sp-footer h3, #sp-bottom h3 {
  font-family: 'Kanit';
  font-size: 20px;
}
#sp-bottom .sp-module .sp-module-title h3 {
  font-family: 'Kanit';
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

#sp-bottom .sp-module .sp-module-title {
  position: relative;
  color: #bbb;
  padding: 8px 0px;
  margin-bottom: 20px;
}

#sp-bottom .sp-module .sp-module-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
  background-color: #8dc73f;
}
#sp-bottom .sp-module .sp-module-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: #8dc73f;
}

/* Footer Menu Level 1 */

#sp-bottom .sp-module ul {
  list-style: none;
}
#sp-bottom .sp-module ul > li {
  margin-bottom: 5px;
}
#sp-bottom .sp-module ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 0px;
  color: #bbb;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
#sp-bottom .sp-module ul > li > a:hover {
    color: #fff;
}
#sp-bottom .sp-module li.active a {
	color: #fff;
}
#sp-bottom .sp-module li {
  position:relative;
  margin-bottom: 0px;
}
#sp-bottom .sp-module li:last-child {
  margin-bottom: 5px;
}

#sp-bottom .sp-module li a::before, #sp-bottom .sp-module li.active a::before {
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height: 1px;
  background-color: #fff;
  content:"";
  transition: all 0.3s ease-in-out;
}

#sp-bottom .sp-module li a:hover::before, #sp-bottom .sp-module li.active a::before  {
  width:100%;
}

span.sp-copyright {
  float: right;
  padding-top: 10px;
}


/* List Styles */

ul, ol {
  list-style-position: outside !important;
}
li {
  padding-bottom:  5px
}


ul.arrow {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.arrow li {
	line-height: 1.5;
	margin-left: 10px
}
ul.arrow li:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f061";
	padding-right: 10px
}


ul.chevron {
	margin: 0 0 10px 0;
	list-style: none;
}
ul.chevron li {
	line-height: 1.5;
	margin-left: 10px
}
ul.chevron li:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f054";
	padding-right: 10px
}


ul.check {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.check li {
	line-height: 1.5;
  margin-left: 10px;
}
ul.check li:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f00c";
	padding-right: 10px
}


ul.check.orange {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.check.orange li {
	line-height: 1.5;
	margin-left: 10px
}
ul.check.orange li:before {
	color: #FF9900;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f00c";
	padding-right: 10px
}


ul.check.green {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.check.green li {
	line-height: 1.5;
	margin-left: 10px
}
ul.check.green li:before {
	color: #8dc73f;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f00c";
	padding-right: 10px
}


ul.pencil.green {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.pencil.green li {
	line-height: 1.5;
	margin-left: 10px
}
ul.pencil.green li:before {
	color: #8dc73f;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f5ac";
	padding-right: 10px
}


ul.star {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.star li {
	line-height: 1.5;
	margin-left: 10px
}
ul.star li:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f005";
	padding-right: 10px
}


ul.pencil {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.pencil li {
	line-height: 1.5;
	margin-left: 10px
}
ul.pencil li:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f040";
	padding-right: 10px
}


ul.tag {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.tag li {
	line-height: 1.5;
	margin-left: 10px
}
ul.tag li:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f02b";
	padding-right: 10px
}


ul.warning {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.warning li {
	line-height: 1.5;
	margin-left: 10px
}
ul.warning li:before {
	color: #C62E2E;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f071";
	padding-right: 10px
}


ul.external-after {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.external-after li {
	line-height: 2;
	margin-right: 10px
}
ul.external-after li:after {
	color: #8dc73f;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f35d";
	padding-left: 10px
}

ul.external {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul.external li {
	line-height: 1.5;
	margin-left: 10px
}
ul.external li:before {
	color: #8dc73f;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f35d";
	padding-right: 10px
}


ul.certificate {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.certificate li {
	line-height: 1.5;
	margin-left: 10px
}
ul.certificate li:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f3cd";
	padding-right: 10px
}


ul.certificate.green {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.certificate.green li {
	line-height: 1.5;
	margin-left: 10px
}
ul.certificate.green li:before {
	color: #8dc73f;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f3cd";
	padding-right: 10px;
    padding-left: 5px
}


ul.bookmark {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}
ul.bookmark li {
	line-height: 1.5;
	margin-left: 10px
}
ul.bookmark li:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f02e";
	padding-right: 10px
}

/* Load Fonts */

.kanit {
  font-family: 'Kanit', sans-serif;
}
.kanit-upper {
  z-index: 99;
  position: relative;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #8DC73F;
  color: #FFF;
}



/* kanit-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/kanit-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kanit-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/kanit-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/kanit-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/kanit-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/kanit-v17-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/kanit-v17-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
