/**
* Template Name: Green - v4.7.0
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/* Google Font */
/**@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');**/
/**@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&family=Poppins&display=swap');**/

/*--------------------------------------------------------------
# General Global Style
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@-ms-viewport {
  width: divice-width;
}
body {
  /**font-family: "Kanit", sans-serif;**/
  color: #444444;
  -webkit-smoothing: antialiased;
  font-size: 16px;
  transition: all 200ms linear;
  
  /** เพิ่ม code 26 Aug 2024 **/
  /**font-family: "Noto Sans Thai", sans-serif;**/
  font-family: "Prompt", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #00897B;
}

a:hover {
  color: #00897B;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /**font-family: "Noto Sans Thai", sans-serif;**/
  font-family: "Prompt", sans-serif;
}

/*--------------------------------------------------------------
#29 Aug 2024
----------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Noto Sans Thai",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Noto Sans Thai",  sans-serif;
  --nav-font: "Noto Sans Thai",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #555555; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #00897B; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #555555;  /* The default color of the main navmenu links */
  --nav-hover-color: #00897B; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #555555; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #00897B; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}
/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  /**background: #00897B;**/
  background:  #cce801;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border-radius: 20px;;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  /**background: #00897B;*/
  background:  #cce801;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /*background: #fbfbfb;*/
  /*background:  #2e86c1;*/
  background:  #cce801;
  font-size: 15px;
  height: 40px;
  padding: 0;
}
#topbar .contact-info a {
  line-height: 0;
  color: #444444;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #00897B;
}
#topbar .contact-info i {
  /*color: #00897B;*/
  color: #FFFFFF; 
  line-height: 1;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .social-links a {
  /*color: #6f6f6f;*/
  color: #FFFFFF; 
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #00897B;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header .logo a {
  color: #00897B;
}
#header .logo img {
  max-height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/** Desktop Navigation **/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /**font-size: 15px;**/
  font-size: 19px;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  /**color: #00897B;**/
  color: #cce801;
}
.navbar .getstarted, .navbar .getstarted:focus {
  /**color: #283593;**/
  color: #cce801;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 20px;
  /**border: 2px solid #283593;**/
  border: 3px solid  #cce801;
  transition: 0.3s;
  font-size: 14px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  background: #cce801 ;
  /**background: linear-gradient(0deg, rgba(11,100,101,1) 0%, rgba(5,15,65,1) 100%);**/
  /**background: linear-gradient(0deg, rgba( 203, 67, 53 ) 0%, rgb(255, 195, 0) 100%);**/ 
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 5px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  /**color: #00897B;**/
  color: #cce801;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/* Mobile Navigation */

.mobile-nav-toggle {
  z-index: 9998;
  padding: 0;
  outline: none !important;
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

.navbar ul {
  display: none;
  }
}

@media screen 
 and (max-width: 1400px) 
 and (min-width: 480px) 
{ 
   .heading-left {
    left: -0.5%;
   }

}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 5px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  /**color: #00897B;**/
  color:  #cce801;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  /**color: #00897B;**/
  color:  #cce801;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 85vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item::before {
  content: "";
  /**background-color: rgba(0, 77, 64, 0.8);*/ /*Update 17 Sep 2024*/
  background: linear-gradient(0deg, rgba(22,80,134,0.1) 40%, rgba(34,156,118,1) 98%);
  /*background: linear-gradient(0deg, rgba(250, 245, 248, 0.1) 40%, rgba(34,156,118,1) 98%);*/
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}
#hero .container {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 85px;
  font-weight: 700;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  /**background: rgba(255, 255, 255, 0.2);**/
  background:  #cce801;
  border-radius: 50px;
  transition: 0.3s;
  /**color: rgba(255, 255, 255, 0.5);**/
  color:  #FFFFFF;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  /**background: #5cb874;**/
  background: #cce801;
}
#hero .btn-get-started {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 20px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  /*background: #00897B;*/
  /**background: linear-gradient(90deg, rgba(131,58,180,1) 27%, rgba(253,29,29,1) 68%, rgba(252,176,69,1) 100%);**/
  background:  #cce801;
}
#hero .btn-get-started:hover {
  /**background: #00897B;**/
  background: #d4fe04;
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 66px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  /**background-color: #f8fcf9;**/
  background-color: cce801;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  font-family: 'Prompt';
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  /**background: #00897B;**/
  background: #cce801;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
  font-size: 16px;
  color: #919191;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}
.featured-services .icon-box {
  padding: 20px;
}
.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  /**color: #00897B;**/
  color: #cce801;
  font-size: 42px;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  /**color: #222222;**/
  color: #444444;
  transition: 0.3s;
}
.featured-services .icon-box:hover .title a {
  color: #cce801;
}
.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  /**font-size: 28px;**/
  font-size: 16px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  /**color: #00897B;**/
  color: #cce801;
}
.about .content p:last-child {
  margin-bottom: 0;
  font-family: "Noto Sans Thai";
}

img {
  max-width: 100%;
  height: auto;
}
section {
  padding: 60px 0;
}
.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.sec-title .title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 24px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 15px;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.28em;
  font-weight: 700;
  padding-bottom: 18px;
}

.sec-title h2::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}
.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}
.sec-title.light h2 {
  color: #ffffff;
}
.sec-title.text-center h2::before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}
.list-style-one ul li {
  padding-bottom: 10px;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    left: 0;
    top: 0px;
    font-size: 18px;
    padding: 0px;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.card {
  /*width: 680px;
  height: auto;*/
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.9rem;
  overflow: hidden;
  justify-content: center;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(207, 216, 220), 0 2px 10px 0 rgba(232, 246, 243);
  line-height: 1.5;
  list-style: image-set(50%);
  border-radius: 15px;
  display: block;
}

.card-img-holder {
  width: 100%;
  height: auto;
  position: relative;
}
.card-img-holder img {
  width: 100%;
  height: auto;
  max-height: 15rem;
  object-fit: cover;
  border-radius: 1.5rem;
}
.blog-title {
  color: #222158;
  padding: 1rem 0;
  font-size: 1.5rem;
  line-height: 1;
}
.description {
  padding: 1rem 0;
  color: #222158;
  font-size: 1rem;
  font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
  margin-bottom: -3px;
}
.blog-time {
  font-size: 20px;
  color: #222158;
  margin-top: -2px;
}
.options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}
.options span {
  font-weight: 600;
  color: #222158;
}
.btn{
  font-size: 1rem;
  padding: .5rem 1rem;
  border-radius: .5rem;
  font-weight: 400;
  background: #EEF7FE;
  color: #22215B;
  cursor: pointer;
}

/** 29 Aug 2024**/
.display-4 {
 font-size: 2.5rem;
}
        
@media (min-width: 768px) {
display-4 {
 font-size: 3rem;
    }
}
        
.card-img-right {
 height: 100%;
 border-radius: 0 3px 3px 0;
}
        
.flex-auto {
 flex: 0 0 auto;
}
        
.h-250 {
 height: 250px;
}
        
@media (min-width: 768px) {
.h-md-250 {
 height: 250px;
    }
}
        
/* Pagination */
.blog-pagination {
 margin-bottom: 4rem;
}
        
.blog-pagination>.btn {
 border-radius: 2rem;
}
        
/** Blog posts**/
.blog-post {
 margin-bottom: 4rem;
}
        
.blog-post-title {
 margin-bottom: .25rem;
 font-size: 2.5rem;
}

.blog-post-meta {
 margin-bottom: 1.25rem;
 color: #727272;
}

/*------------------------------------------
Card Blog News & Activity
-------------------------------------------*/
.details-card {
	background: #ecf0f1;
  font-family: 'Kanit';
}
.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(207, 216, 220), 0 2px 10px 0 rgba(232, 246, 243);
  line-height: 1;
  list-style: image-set(50%);
  text-align: center;
  border-radius: 15px;
  display: block;
}
.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}
.card-img img {
	width: 100%;
	height: auto;
	display: block;
  border-radius: 15px;
}

.card-img span {
	position: absolute;
  top: 15%;
  left: 12%;
  background: #1ABC9C;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%,-50%);
}
.card-img span h4{
  font-size: 12px;
  margin:0;
  padding:10px 5px;
  line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #000000;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}

.card-desc p {
	color: #747373;
  font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Kanit', sans-serif;
}
.btn-card{
	background-color: #1ABC9C;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  padding: .84rem 1.14rem;
  font-size: .81rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: 0;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: 12px;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
  vertical-align: middle;
  line-height: 1.5 !important;
}
.btn-card:hover {
  background: #45B39D;
}
a.btn-card {
  text-decoration: none;
  color: #fff;
  font-family: 'Kanit';
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}
.why-us .row {
  overflow: hidden;
}
.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}
.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #00897B;
}
.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}
.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}
.clients .swiper-slide img:hover {
  opacity: 1;
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  /**border: 1px solid #00897B;**/
  border: 1px solid #cce801;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  /**background-color: #00897B;**/
  background-color: #cce801;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 55px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #34495E;
}
.services .iconbox-blue:hover .icon i {
  color: #117864;
}
.services .iconbox-blue:hover .icon path {
  fill: #117A65;
}
.services .iconbox-orange i {
  color: #34495E;
}
.services .iconbox-orange:hover .icon i {
  color: #117864;
}
.services .iconbox-orange:hover .icon path {
  fill: #117A65;
}
.services .iconbox-pink i {
  color: #34495E;
}
.services .iconbox-pink:hover .icon i {
  color: #117864;
}
.services .iconbox-pink:hover .icon path {
  fill: #117A65;
}
.services .iconbox-yellow i {
  color: #34495E;
}
.services .iconbox-yellow:hover .icon i {
  color: #117864;
}
.services .iconbox-yellow:hover .icon path {
  fill: #34495E;
}
.services .iconbox-red i {
  color: #34495E;
}
.services .iconbox-red:hover .icon i {
  color: #117864;
}
.services .iconbox-red:hover .icon path {
  fill: #117A65;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #117864;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*Service Section*/
.section {
  overflow: hidden;
}
.section-bg {
  background: #f5f8fd;
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Kanit", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 70%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

#service {
  padding: 60px 0 40px 0;
  margin: 0;
}

#service .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  text-align: center;
  transition: all ease-in-out 0.3s;
  padding: 70px 20px 80px 20px;
}

#service .box:hover {
  transform: scale(1.1);
}

#service .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#service .icon .service-icon {
  font-size: 36px;
  line-height: 1;
}

#service .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#service .title a {
  color: #111;
}

#service .box:hover .title a {
  color: #0E6655;
}
#service .box:hover .title a:hover {
  text-decoration: none;
}
#service .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

.news-app-promo {
  box-sizing: border-box;
  background-color: #050505;
  padding: 0.5em;
  margin-top: 1em;
  border-radius: 6px;
}
.news-app-promo__section {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.news-app-promo-text {
  color: #fff;
  font-family: helvetica;
  min-width: 277px;
  border-right: 0.25em solid #fff;
  border-left: 0.25em solid #fff;
  padding: 0 1em;
  width: 35%;
  margin: 1em auto;
  display: block;
}

.news-app-promo-text__tagline {
  font-size: 1.09em;
}

.news-app-promo-text__download {
  font-size: 2.25em;
  font-weight: 600;
}

.news-app-promo-buttons {
  margin: 0 auto;
  max-width: 35%;
  display: block;
}

.news-app-promo-buttons__buttons {
  display: block;
}

.news-app-promo-buttons__logo {
  display: inline-block;
}

.news-app-promo-subsection {
  display: inline-block;
  margin: 0 auto;
  margin-right: 10px;
}

.news-app-promo__bbc-logo {
  display: inline-block;
  width: 106px;
  margin-bottom: 8px;
}

.news-app-promo__play-store,
.news-app-promo__app-store {
  display: block;
  width: 161px;
  height: auto;
  margin-bottom: 8px;
}

.news-app-promo-subsection--link {
  text-decoration: none;
  border: 0;
}
/*--------------------------------------------------------------
# ========== Call-to-Action Bexsys ========================== #
--------------------------------------------------------------*/
.cta {
  background: #006064;
  padding: 120px 0;
  background-size: cover;
  overflow: hidden;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
  font-size: 22px;
}
.cta .cta-btn {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #00897B;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #00897B;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00897B;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00897B;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00897B;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}
.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  color: #919191;
  transition: 0.3s;
}
.team .member .social a:hover {
  color: #00897B;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  /**border-top: 3px solid #00897B;**/
  /**border-bottom: 3px solid #00897B;**/
  border-top: 3px solid #cce801;
  border-bottom: 3px solid #cc3801;
  padding: 30px;
  background: #FFFFFF;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
  font-size: 20px;
  /**color: #00897B;**/
  color: #FFFFFF;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  /**color: #555555;**/
  color: #364d59;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  /**background: #333;**/
  background: #cce801;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  /**background: #00897B;**/
  background: #cce801;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  /**background: #00897B;**/
  background: #cce801;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  /**border-top: 3px solid #00897B;**/
  border-top: 3px solid #cce801;
  /**border-bottom: 3px solid #00897B;**/
  border-bottom: 3px solid #cce801;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #00897B;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #00897B;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  /**border-color: #00897B;**/
  border-color: #cce801;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  /**background: #00897B;**/
  background: #cce801;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  /**background: #00897B;**/
  background: #cce801;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.errors {
    display: block;
    color: #CD6155;
    margin-top: 5px;
}
.error {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 15px 0 rgba(255,36,0,1);
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: #090909;*/
  /**background:  #148f77; **/
  background:  #cce801 ;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /**background: #5cb874;**/
  background:  #343431;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  /**background: #449d5b;**/
  background:  #b6da03;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}


/*--------------------------------------------------------------
# FAB Floating
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Modal 
--------------------------------------------------------------*/
.modal-content {
  /*color: rgba(84, 110, 122);*/
  color: #283747;
  /*background: linear-gradient(90deg, rgba(131,58,180,1) 27%, rgba(253,29,29,1) 68%, rgba(252,176,69,1) 100%);*/
  background: #FFFFFF;
  font-size: 18px;
  font-family: 'Kanit';
  border-radius: 10px;
  box-shadow: 8px;
  outline: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  opacity: 1;
  transition: 0.5ms ease-in 1.5s;
  z-index: 99999;
  padding: 25px;
  justify-content: space-between;
  position: absolute;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  pointer-events: painted;
}
.modal-content-requestdemo{
  background-color: #fff;
  color: #283747;
  font-size: 25px;
  font-family: 'Kanit';
  border-radius: 10px;
  box-shadow: 8px;
  outline: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  opacity: 1;
  transition: 0.5ms ease-in 1.5s;
  z-index: 99999;
  padding: 25px;
  justify-content: space-between;
  position: absolute;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  pointer-events:none;
}
.modal:target {
  /*opacity: 1;*/
  pointer-events: auto;
}
.modal-btn-wrap {
  text-align: center;
}
@media (max-width: 1200px) {
  .modal-btn-wrap {
    margin: 3px 0 0;
  }
}
.modal h3 {
  font-size: 18px;
}
.modal-title {
  font-size: 22px;
  color: #050505;
}

.light_box {
  border: 15px solid rgba(50, 20, 20, 0.5);
  opacity: 0;
  padding: auto;
  visibility: hidden;
  width: 50%;
  position: absolute;
  top: 40rem;
  left: 0;
  margin-left: -30%;
  transition: all 0.8s ease;
}
.lightbox_close {
  display: fixed;
  background: #181842;
  opacity: none;
  pointer-events: none;
  transition: .3 all ease .15s;
  color: #f0f5f9;
  display: block;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  box-shadow: 0 2 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.lightbox:target {
  opacity: 1;
  visibility: visible;
}

/*----- Detail Call to Actions ------*/
.detail-section {
  background-color: #283747;
  height: 650px;
  font-family: "Kanit";
}
.detail-text {
  margin-top: 90px;
}
.detail-text span {
  font-size: 19px;
  color: #f2f0f5;
}
.detail-text h2 {
  font-size: 42px;
  margin-top: 20px;
  font-weight: 600;
  color: rgb(245, 242, 248);
}
.detail-text p {
  font-size: 18px;
  color: #ebe9f5;
  margin-top: 20px;
  line-height: 1.0em;
}
.detail-button .btn-danger {
  color: #ffffff;
  background-color: #B7950B;
  box-shadow: 0 2px 5px 0 rgb(59, 59, 58), 0 2px 10px 0 rgba(183, 149, 11);
  padding: 10px 30px;
  border-radius: 25px;
  margin-top: 20px;
  font-weight: 600;
}
.detail-button .btn-danger:hover {
  background-color: #fff;
  color: #2f2f2f;
  transition: .3s;
}
.detail-image {
  margin-top: 40px;
}

/*====================== Download Price SAP Business One Bexsys ===================================*/
.wrap {
  max-width: 1000px;
  box-sizing: border-box;
  margin: 50px auto 30px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 50px;
}
.solution-single-inner {
  display: block;
  background: #fff;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
  border: 2px solid #fff;
}
.solution-single-inner:hover {
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  border: 2px solid #004D40;
  transform: translateY(-3px);
}
.solution-single-inner .dod-icon {
  max-width: 157px;
  margin: 0 auto;
}
.solution-single-inner h2 {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 600;
  padding: 0;
}
.solution-single-inner h4 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14.4px;
}
.solution-single-inner ul {
  margin-bottom: 15px;
}
.solution-single-inner ul li:nth-child(odd) {
  background: #eceff1;
}
.solution-single-inner ul li {
  padding: 7px 5px;
  height: 62px;
}
.solution-single-inner ul li svg {
  fill: #607d8b;
  display: block;
}
.solution-single-inner p {
  font-size: 14.4px;
}
.primary-cta, .success-cta, .alternative-cta {
  display: block;
  background: #C2185B;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 13px 0;
  border-radius: 50px;
  max-width: 400px;
  margin: 0 auto;
  font-size: 14.4px;
  transition: all 0.3s ease-in-out;
}

/*================ Hero Blog SAP Business One =====================*/
.container {
  max-width: 1200px;
  margin: 10px auto;
}
.container-pall {
  padding: 1.865rem 1.5625rem;
}
.container-py {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.container-pt {
  padding-top: 1.875rem;
}
.container-pb {
  padding-top: 1.875rem;
}
.container-px {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.container-pl {
  padding-left: 1.5625rem;
}
.container-pr {
  padding-right: 1.5625rem;
}
.flex {
  display: flex;
}
.flex-jc-sp {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: space-between;
}
.flex-ai-c {
  align-items: center;
}
.header {
  height: 980px;
}
.hero {
  min-height: calc(100vh - var(--header-height));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Prompt';
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 18.75rem) { /* 300px */
  .hero {
    text-align: center;
  }
}

@media (min-width: 48rem) { /* 768px */ 
  .hero {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.hero__illustration-image {
  width: min(50.25rem, 100%); /* 308px - 100% */
  height: min(50.8125rem, 100%); /* 301px - 100% */
}


@media (min-width: 48rem) { /* 768px */ 
  .hero__illustration-image {
    width: 23.125rem; /* 370px */
    height: 23.125rem;
    margin-left: 3.125rem; /* 50px */
  }
}
.hero__image {
  width: auto;
  height: 500px;
  margin-top: 160px;
}
@media (min-width: 64rem) { /* 1024px */
  .hero__illustration-image {
    width: 31.25rem; /* 500px */
  }
}

.hero__text {
  font-size: 17px;
  font-family: 'Kanit';
  font-weight: 500;
}

@media (min-width: 64rem) { /* 1024px */
  .hero__text {
    width: 31.25rem; /* 500px */
  }
}

.hero__heading {
  font-size: 25px; /* 30px */
  font-weight: 500;
  line-height: 1.6;
  font-family: 'Kanit';
}

@media (min-width: 64rem) { /* 1024px */
  .hero__heading {
    font-size: 2.6rem;
    font-weight: 700;
  }
}
.hero__description {
  font-size: 27px; 
  line-height: 1.7;
}

.hero__cta {
  color: #ffffff;
  border: 2px solid var(--color-dark);
  border-radius: 10px;
  padding: 0.9375rem 1.875rem; /* 15px - 30px */
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.hero__cta--primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  box-shadow: 2px 2px 0 var(--color-dark);
}

.hero__cta--primary:hover,
.hero__cta--primary:focus {
  background-color: var(--color-white);
  color: var(--color-dark);
  box-shadow: none;
}

/*================== Blog Content 5 Reason Why Business Should Choose SAP Business One ==============================*/
.section-showcase {
  margin: 2rem 0;
  background-image: url(../img/blog/bg-city.jpg);
  content: "";
  background-color: rgba(14, 98, 81  );
  background-size: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 4px;
  background-blend-mode: overlay;
}
.section-showcase .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  
}
.section-showcase h1 {
  font-size: 20px;
  color: #ffffff;
  color: var(--primary-color);
}
.section-showcase p {
  margin: 1rem 0;
  color: #ffffff;
}
/*====================== Button Pulsing Play Button ==========================*/
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
/*=========== Accordion FAQ =====================*/
.accordion {
  max-width: 980px;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.accordion .item {
  box-shadow: 0 0 32px rgba(0,0,0,0.1);
  padding: 24px;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 24px;
  row-gap: 32px;
  border-top: 4px solid transparent;
  align-items: center;
  transition: border-top 0.3s;
}
.accordion .item.open {
  /**border-top: 4px solid #087f5b;**/
  border-top: 4px solid  #cce801;
}
.accordion .item.open .hidden-box {
  display: block;
}
.accordion .item.open .text {
  /**color: #087f5b;**/
  color: #cce801;
}
.accordion .number {
  /**color: #ced4da;**/
  color:  #cce801;
}
.accordion .number,
.accordion .text {
  font-size: 16px;
  font-weight: 500;
}
.accordion .item.open .text {
  transition: color 0.3s;
}
.accordion .icon {
  width: 24px;
  height: 24px;
  /**stroke: #087f5b;**/
  stroke:  #cce801;
  transition: transform 0.5s ease-in;
}
.accordion .item.open .icon {
  transform: rotate(180deg);
}
.accordion .hidden-box {
  grid-column: 2;
  display: none;
  transition: display 0.5 ease-in;
}
.accordion .hidden-box p {
  line-height: 1.6;
  margin-bottom: 24px;
}
.accordion .hidden-box ul {
  color: #868e96;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Quick action button */
#main-div {
  position: fixed;
  right: 80px;
  bottom: 20px;
  z-index: 0;
  opacity: 1;
}

#main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #0064f3;
  cursor: pointer;
  background-color: rgb(5, 80, 55);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#main-button ~ button {
  visibility: hidden;
  font-weight: 600;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(90deg, #00a1f5, #0064f3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#main-button.open ~ button {
  visibility: visible;
  right: 70px;
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button ~ a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
}

#main-button ~ .telegram-color {
  background: linear-gradient(0deg, #017AB1, #01ABE6);
}

#main-button ~ .whatsapp-color {
  background: linear-gradient(0deg, #00B100, #09db09);
}

#main-button ~ .messenger-color {
  background: linear-gradient(0deg, #0078FF, #00C6FF);
}

#main-button.open ~ a {
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}
#main-button.open ~ a:nth-of-type(1) {
  bottom: 60px;
}
#main-button.open ~ a:nth-of-type(2) {
  bottom: 120px;
}
#main-button.open ~ a:nth-of-type(3) {
  bottom: 180px;
}

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);}
  100% {box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);}
}

.open {
  animation-iteration-count: 1;
}


/** OUR SERVICE (NEW) Layout**/
.services-our {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background:  #cce801;
}
.section-title-service {
  text-align: center;
  padding-bottom: 18px;
  font-family: "Prompt";
  font-size: 19px;
}
.container-service {
  width: 100%;
  height: 100vh;
  padding: 0 8%;
}
.container-service h2 {
  text-align: center;
  padding-top: 6%;
  margin-bottom: 60px;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}
.container-service h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background-color:  #cce801;
  border-radius: 20px;
}
.row-service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 130px;
}
.row-service .service-our {
  padding: 25px 15px;
  background: transparent;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.row-service .service-our:hover {
  color: #fff;
  background-color:  #cce801;
  transform: scale(1.05);
}
.row-service .service-our i {
  /**#cce801;**/
  margin-bottom: 20px;
  font-size: 40px;
  transition: 0.5s;
}
.row-service .service-our:hover i {
  color: #fff;
}
.row-service .service-our h2 {
  font-weight: 600;
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, #0e1a18, transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
}

.call-to-action p {
  color: #FFFFFF;
  font-size: 22px;
}

.call-to-action .cta-btn {
  font-family: 'Prompt';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #cce801;
  color: #FFFFFF;
}

.call-to-action .cta-btn:hover {
  background: #cce801;
  border: 2px solid #cce801;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  font-size: 15px;
  color: color-mix(in srgb, #444444, transparent 30%);
}

.light-background {
    background-color: #fdfcf9;
}

.faq .faq-container .faq-item {
  background-color:  #FFFFFFF;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color:  #cce801;
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color:  #cce801;
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color:  #cce801;
}

.faq .faq-container .faq-active h3 {
  color:  #cce801;
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color:  #cce801;
}


/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
    background-color: #212529;
}
.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  color: #cce801;
  font-size: 48px;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.stats .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: #cce801;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.stats .stats-item p {
  color: color-mix(in srgb, #FFFFFF, transparent 40%);
  padding: 0;
  margin: 0;
  font-family: 'Prompt';
  font-weight: 500;
  font-size: 20px;
}




/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-meta {
  color: #cce801;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}

.about .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 992px) {
  .about .about-title {
    font-size: 2rem;
  }
}

.about .about-description {
  margin-bottom: 2rem;
  color: color-mix(in srgb, #212529, transparent 20%);
}

.about .feature-list-wrapper {
  margin-bottom: 2rem;
}

.about .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.about .feature-list li i {
  color: #cce801;
  font-size: 1.25rem;
}

.about .profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.about .profile .profile-name {
  font-size: 1.125rem;
  margin: 0;
}

.about .profile .profile-position {
  color: #cce801;
  margin: 0;
  font-size: 0.875rem;
}

.about .contact-info {
  padding: 1rem 1.5rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.about .contact-info i {
  color: #cce801;
  font-size: 1.5rem;
}

.about .contact-info .contact-label {
  color: color-mix(in srgb, #cce801, transparent 30%);
  /**font-size: 0.875rem;**/
  font-size: 19px;
  margin: 0;
}

.about .contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.about .image-wrapper {
  position: relative;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .about .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .main-image {
    margin-left: 0;
  }
}

.about .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid var(--surface-color);
}

@media (max-width: 992px) {
  .about .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}

.about .image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: #cce801;
  color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .about .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}

.about .image-wrapper .experience-badge h3 {
  color: var(--contrast-color);
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.5;
}

.about .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.about .image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  /**font-size: 0.875rem;**/
  font-size: 19px;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# More Services Section
--------------------------------------------------------------*/
.more-services .card {
  background-color: #FFFFFF;
  color: #444444;
  padding: 30px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border: 0;
}

.more-services .card video {
  padding: 0;
  transition: 0.5s;
  transform: scale(1.1);
}

.more-services .card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 18px;
}

.more-services .card:hover {
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.more-services .card:hover video {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .card-item {
  /**background: color-mix(in rgb, #0c0b09, transparent 95%);**/
  background: #0c0b09;
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
  height: 100%;
  position: relative;
}

.why-us .card-item span {
  color: #cce801;
  display: block;
  font-size: 28px;
  font-weight: 700;
}

.why-us .card-item h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #FFFFFF;
}

.why-us .card-item h4 a {
  /**color: #444444;**/
  color: #FFFFFF;
}

.why-us .card-item p {
  font-size: 15px;
  color: color-mix(in srgb, #FFFFFF, transparent 40%);
  margin: 0;
  padding: 0;
}

.why-us .card-item:hover {
  background: #cce801;
  padding: 30px 30px 70px 30px;
}

.why-us .card-item:hover span,
.why-us .card-item:hover h4 a,
.why-us .card-item:hover p {
  color:  #010101 ;
}

.plans {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 0;
}

.plan {
    width: 16.5rem;
    padding: 2em;
    border-radius: 1em;
    margin: 0 0.5em 1em;
}

.plan--light {
    color: #4E4E4E;
    background: linear-gradient(-45deg, #cce801, #FAFAFA);
}

.plan--light .plan-price {
    color: #00A1AB;
}

.plan--light .btn {
    color: #FFF;
    background: #4E4E4E;
}

.plan--accent {
    color: #FFF;
    background: linear-gradient(-45deg, #00A1AB, #3741A0);
}

.plan--accent .btn {
    color: #4E4E4E;
    background: #FFF;
}

.plan-title {
    text-transform: uppercase;
    margin: 0 0 1em;
    font-size: 19px;
}

.plan-price {
    margin: 0;
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
}

.plan-price span {
    display: block;
    font-size: 1.5625rem;
    font-weight: 300;
}

.plan-description {
    margin: 2em 0;
    line-height: 1.5;
}

.btn {
    display: inline-block;
    padding: 0.5em 0.75em;
    border-radius: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #FFF;
    background: #00A1AB;
    transition: 0.3s;
}

.btn:hover {
    opacity: 0.7;
}

.btn-mb {
    margin-bottom: 3em;
}

.btn--light {
    color: #4E4E4E;
    background: #FFF;
}

.btn--dark {
    color: #FFF;
    background: #4E4E4E;
}



/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #cce801;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
  font-family: 'Prompt';
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}

.recent-blog-posts .post-item .post-title {
  color: #52565e;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: #cce801;
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: color-mix(in srgb, #52565e, transparent 50%);
}

.recent-blog-posts .post-item hr {
  color: color-mix(in srgb, #52565e, transparent 80%);
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, #52565e, transparent 40%);
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
  color: #cce801;
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}

.gallery {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
        }

        .gallery img {
            width: 100px; /* ขนาด Thumbnail */
            height: 100px;
            object-fit: cover;
            border-radius: 8px;
            cursor: pointer;
            transition: transform 0.3s;
        }









