/* .dark\:bg-sk-header {
    background-color: rgb(17, 24, 39) !important;
}
.border-sk-active {
    border-color: rgb(255, 159, 51);
} */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');


:root {
  /* Colors */
  --primary-color: rgb(255, 159, 51);
  --secondary-color: #f5f5f5;
  --accent-color: #FF5722;
  --text-color: #333333;
  --background-color: #ffffff;
}

/*-- Header --*/
ul.navbar-nav a {
    padding: 0.5rem 1rem !important;
    line-height: 1;
    color: #fff;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: 24px;
}
ul.navbar-nav li.active a {
    border-bottom-color: var(--primary-color);
}
nav.navbar.navbar-expand-lg {
    padding: .2rem 0;
}
a.navbar-brand {
    margin-right: 38px;
}
div#navbarSupportedContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button-group {
    display: flex;
    align-items: center;
}
.cmn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    padding: .375rem .5rem;
    border: 2px solid rgb(251, 146, 60);
    border-radius: 50px;
}
.button-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cmn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    padding: .375rem .5rem;
    border: 2px solid rgb(251, 146, 60);
    border-radius: 50px;
    min-width: 7rem;
}
.primary-btn {
	background: linear-gradient(to bottom, #fb923c, #ea580c);
}
.blue-btn {
	background: linear-gradient(to bottom, #60a5fa, #2563eb);
	border-color: rgb(96, 165, 250);
}
header {
	background-color:rgb(17, 24, 39);
}

@media (max-width:991px){
nav.navbar.navbar-expand-lg {
    flex-flow: row;
}
ul.navbar-nav {
    flex-flow: row;
}
}
@media (max-width:767px){
ul.navbar-nav {
    display: none;
}
.button-group {
    margin-left: auto;
}
a.navbar-brand {
    margin-right: 15px;
}
.cmn-btn {
    min-width: 6rem;
}
}
/*-- Header End --*/

/*-- Footer --*/
.inner-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    row-gap: 15px;
}
.inner-footer p {
    color: #fff;
    font-size: .75rem;
}
/*-- Footer End --*/

body {
    background-color: rgb(17, 24, 39) !important;
	font-family: "Noto Sans Thai", sans-serif;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
html {
    margin: 0 !important;
}

.container {
    max-width: 1180px;
}

.single-blog-list {
    background: #fff;
    padding: 10px 10px 30px;
    border-radius: 20px;
    overflow: hidden;
    margin: 12px 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
	height: 100%;
}
.single-blog-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
}

.single-blog-list > img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.single-blog-list h4 a {
    font-size: 25px;
    font-weight: 600;
    font-family: "Noto Sans Thai", sans-serif;
    margin: 15px 0 5px;
    display: inline-block;
    color: #ea580c;
}
.single-blog-list .entry-summary {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
	margin-top:50px !important;
}
.pagination > * {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    font-weight: 600;
}
.pagination span.current {
	background-color:#ea580c;
	color:#fff;
}
.blog-grid {
    display: inline-block;
    width: 100%;
    padding: 50px 0 50px;
}
.inner-single-post .blog-post > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
}
article.blog-post h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
.blog-content > * {
    color: #fff;
}
.top-banner-block img {
    width: 100%;
	border-radius:30px;
}
.top-banner-block {
    margin-top: 30px;
}
a {
	text-decoration:none !important;
}

.top-banner-block h1 {
    text-align: center;
    color: #fff;
    margin: 0;
}

.inner-single-post {
    padding: 50px 0;
}