/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./public/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./public/scss/main.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./public/scss/main.scss (2) ***!
  \**************************************************************************************************************************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Sarabun", sans-serif;
  scroll-behavior: smooth;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

h1, h2, h3, h4, h5 {
  color: rgb(80, 80, 80);
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

blockquote {
  font-style: oblique;
  background-color: rgba(236, 236, 236, 0.3019607843);
  padding: 40px;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 20px;
}
blockquote p {
  display: inline;
}
blockquote::before {
  position: absolute;
  content: open-quote;
  font-size: 50px;
  margin-left: -0.6em;
  margin-top: -0.4em;
  color: rgba(0, 0, 0, 0.507);
}

.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
  font-size: 13px;
  font-weight: 400;
  color: rgb(80, 80, 80);
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.sticky {
  position: sticky;
}

.edrea-full-width {
  width: 100% !important;
}

figure {
  width: 100% !important;
}

@media (max-width: 1199.98px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 25px;
  }
}
.edrea-main h1 {
  font-size: 38px;
  font-weight: 600;
}
.edrea-main h2 {
  font-size: 28px;
  font-weight: 600;
}
.edrea-main h3 {
  font-size: 23px;
  font-weight: 600;
}
.edrea-main h4 {
  font-size: 18px;
  font-weight: 600;
}
.edrea-main ul, .edrea-main ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.edrea-main a {
  text-decoration: none;
  color: #005792;
  font-weight: 600;
  transition: 0.3s;
}
.edrea-main a:hover {
  color: #e77221;
}
.edrea-main p {
  font-size: 17px;
  line-height: 1.6;
  color: rgb(80, 80, 80);
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
    font-weight: 600;
  }
  h2 {
    font-size: 24px;
    font-weight: 600;
  }
  h3 {
    font-size: 20px;
    font-weight: 600;
  }
  h4 {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 30px;
    font-weight: 600;
  }
  h2 {
    font-size: 26px;
    font-weight: 600;
  }
  h3 {
    font-size: 21px;
    font-weight: 600;
  }
  img {
    max-width: 100%;
  }
}
.edrea-archive-blog {
  margin: 60px 0;
}
.edrea-archive-blog .swiper {
  margin-bottom: 60px;
}
.edrea-archive-blog .swiper .swiper-button-next, .edrea-archive-blog .swiper .swiper-button-prev {
  top: unset;
  border: 1px solid #005792;
  padding: 5px 15px;
  color: #e77221;
  border-radius: 3px;
  bottom: 0;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.edrea-archive-blog .swiper .swiper-button-next::after, .edrea-archive-blog .swiper .swiper-button-prev::after {
  font-size: 14px;
}
.edrea-archive-blog .swiper .swiper-button-next:hover, .edrea-archive-blog .swiper .swiper-button-prev:hover {
  background-color: #005792;
  color: #FFF;
}
.edrea-archive-blog .swiper .swiper-pagination {
  display: none;
}
.edrea-archive-blog .swiper .swiper-button-prev {
  left: unset;
  right: 100px;
}
.edrea-archive-blog .swiper .swiper-button-next {
  right: 40px;
}
.edrea-archive-blog__slider--item {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
}
.edrea-archive-blog__slider--item .trending-thumbnail {
  width: calc(50% - 30px);
}
.edrea-archive-blog__slider--item .trending-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 480px;
  border-radius: 10px;
}
.edrea-archive-blog__slider--item .trending-detail {
  width: calc(50% - 30px);
}
.edrea-archive-blog__slider--item .trending-detail .trending-title {
  font-size: 40px;
  color: rgb(80, 80, 80);
}
.edrea-archive-blog__slider--item .trending-detail .trending-excerpt {
  font-size: 25px;
  margin-bottom: 60px;
  line-height: 1.4;
}
.edrea-archive-blog__slider--item .trending-detail .trending-button {
  padding: 10px 20px;
  color: #FFF;
  background-color: #005792;
  text-decoration: none;
  font-size: 20px;
  border-radius: 5px;
  transition: 0.3s;
}
.edrea-archive-blog__slider--item .trending-detail .trending-button:hover {
  background-color: #53CDE2;
}
.edrea-archive-blog__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: ". . ." ". . ." ". . .";
}
.edrea-archive-blog .edrea-load-more {
  display: flex;
  justify-content: center;
}
.edrea-archive-blog .edrea-load-more button {
  background-color: #005792;
  color: #FFF;
  width: 160px;
  padding: 10px;
  font-size: 17px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 777;
}

@media (max-width: 1199.98px) {
  .edrea-archive-blog__slider--item .trending-detail .trending-title {
    font-size: 32px;
  }
  .edrea-archive-blog__slider--item .trending-detail .trending-excerpt {
    font-size: 18px;
  }
  .edrea-archive-blog__slider--item .trending-detail .trending-button {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .edrea-archive-blog__slider--item {
    flex-direction: column;
    padding: 20px 0;
    text-align: center;
  }
  .edrea-archive-blog__slider--item .trending-thumbnail {
    width: 100%;
  }
  .edrea-archive-blog__slider--item .trending-detail {
    width: 100%;
  }
  .edrea-archive-blog .swiper .swiper-pagination {
    display: block;
    top: 470px;
    bottom: unset !important;
  }
  .edrea-archive-blog .swiper .swiper-button-next, .edrea-archive-blog .swiper .swiper-button-prev {
    display: none;
  }
}
.edrea-single-post {
  padding: 30px 0;
}
.edrea-single-post__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.edrea-single-post__wrapper--left {
  width: calc(72% - 25px);
}
.edrea-single-post__wrapper--left p, .edrea-single-post__wrapper--left li {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8509803922);
}
.edrea-single-post__wrapper--right {
  width: calc(28% - 25px);
  padding: 20px 0;
}
.edrea-single-post__title {
  margin-bottom: 10px;
  word-break: break-all;
  line-height: 1.25;
}
.edrea-single-post__meta {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: -10px;
}
.edrea-single-post__meta--author {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.edrea-single-post__meta--author img {
  margin-right: 8px;
  border-radius: 50%;
}
.edrea-single-post__meta--author .edrea-author-name {
  text-transform: uppercase;
  font-weight: 600;
  color: #005792;
  font-size: 15px;
}
.edrea-single-post__meta .post-date {
  display: flex;
}
.edrea-single-post__meta .post-date img {
  width: 25px;
  margin-right: 8px;
}
.edrea-single-post__meta .post-date p {
  color: rgba(0, 0, 0, 0.8509803922);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.edrea-single-post .edrea-tags {
  display: flex;
  align-items: center;
  margin: 30px 0;
  clear: both;
}
.edrea-single-post .edrea-tags p {
  font-weight: 600;
  color: rgb(80, 80, 80);
  font-size: 23px;
  margin: 0;
}
.edrea-single-post .edrea-tags .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.edrea-single-post .edrea-tags .tag-list a {
  border: 1px solid #005792;
  background-color: transparent;
  border-radius: 3px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 5px 10px;
  margin: 5px;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 400;
}
.edrea-single-post .edrea-tags .tag-list a:hover {
  color: #FFF;
  background-color: #e77221;
  border: 1px solid #e77221;
}

@media (max-width: 991.98px) {
  .edrea-single-post__wrapper {
    flex-direction: column;
  }
  .edrea-single-post__wrapper--left, .edrea-single-post__wrapper--right {
    width: 100%;
  }
  body .edrea-single-post__title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .edrea-single-post__meta .post-date p {
    font-size: 13px;
  }
  .edrea-single-post__meta--author .edrea-author-name {
    font-size: 13px;
  }
  .edrea-single-post .edrea-tags {
    flex-direction: column;
  }
  .edrea-single-post .edrea-tags p {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  body .edrea-single-post__title {
    font-size: 30px;
  }
}
.edrea-page-not-found {
  padding: 80px 0;
  text-align: center;
}
.edrea-page-not-found a {
  text-decoration: none;
  color: #e77221;
  font-weight: 600;
}

.edrea-header {
  padding: 30px 0;
  background-color: #005792;
  z-index: 999;
}
.edrea-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edrea-header__wrapper .site-branding {
  width: calc(27% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.edrea-header__wrapper .site-branding .site-description {
  margin: 0;
  color: #FFF;
  font-style: italic;
  margin-left: 20px;
  font-weight: 600;
}
.edrea-header__wrapper .site-branding img {
  max-height: 80px;
  max-width: 70%;
}
.edrea-header__wrapper .main-navigation {
  width: calc(46% - 20px);
  display: flex;
  align-items: center;
}
.edrea-header__wrapper .main-navigation ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}
.edrea-header__wrapper .main-navigation ul li {
  margin: 0 15px;
  padding: 10px 0;
}
.edrea-header__wrapper .main-navigation ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
  word-break: break-all;
}
.edrea-header__wrapper .main-navigation ul li a:hover {
  color: #53CDE2;
}
.edrea-header__wrapper .main-navigation .menu-item-has-children {
  position: relative;
}
.edrea-header__wrapper .main-navigation .menu-item-has-children:hover > .menu-depth-1 {
  display: flex;
}
.edrea-header__wrapper .main-navigation .menu-depth-1 {
  display: none;
  position: absolute;
  background-color: #005792;
  border-bottom: 3px solid #e77221;
}
.edrea-header__wrapper .main-navigation .menu-depth-1 .menu-item-depth-1:hover > .menu-depth-2 {
  display: flex;
  flex-direction: column;
}
.edrea-header__wrapper .main-navigation .sub-menu {
  min-width: 200px;
  padding: 7px;
  flex-direction: column;
  left: -20px;
  top: 40px;
  border-radius: 0px 0px 3px 3px;
  z-index: 888;
}
.edrea-header__wrapper .main-navigation .sub-menu li {
  padding: 5px 0;
}
.edrea-header__wrapper .main-navigation .menu-depth-2 {
  display: none;
  padding: 3px;
}
.edrea-header__wrapper .main-navigation .menu-depth-2 li {
  list-style: circle;
  color: #FFF;
}
.edrea-header__wrapper .edrea-mobile-navigation {
  display: none;
}
.edrea-header__wrapper .edrea-mobile-button {
  display: none;
}
.edrea-header__wrapper .site-search {
  width: calc(27% - 20px);
  text-align: right;
}
.edrea-header__wrapper .site-search input {
  border: none;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
}
.edrea-header__wrapper .site-search input:focus {
  outline: none;
}
.edrea-header__wrapper .site-search input[type=submit] {
  background-color: #e77221;
  color: #FFF;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
}
.edrea-header__wrapper .site-search input[type=submit]:hover {
  background-color: #53CDE2;
}

@media (max-width: 1399.98px) {
  .edrea-header__wrapper .site-search {
    width: calc(30% - 20px);
  }
}
@media (max-width: 1199.98px) {
  .edrea-header__wrapper .main-navigation ul li a {
    font-size: 14px;
  }
  .edrea-header__wrapper .site-branding {
    width: calc(30% - 20px);
  }
  .edrea-header__wrapper .site-branding img {
    width: 100% !important;
  }
  .edrea-header__wrapper .site-search {
    width: calc(35% - 20px);
  }
  .edrea-header__wrapper .site-search input {
    padding: 7px;
    font-size: 14px;
  }
  .edrea-header__wrapper .site-search input[type=submit] {
    padding: 7px 15px;
  }
}
@media (max-width: 991.98px) {
  .edrea-header {
    position: sticky;
    top: 0;
    padding: 20px 0;
  }
  .edrea-header__wrapper .site-search input {
    margin-bottom: 10px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation {
    position: fixed;
    background-color: #06283d;
    right: 0;
    left: 100%;
    padding: 60px 0;
    z-index: 998;
    top: 0;
    transition: 0.7s;
    bottom: 0;
    opacity: 0;
    box-shadow: 30px 10px 70px 60px;
    overflow: hidden;
  }
  .edrea-header__wrapper .edrea-mobile-navigation .close-mobile-menu {
    position: absolute;
    top: 75px;
    right: 25px;
    z-index: 909;
    cursor: pointer;
  }
  .edrea-header__wrapper .edrea-mobile-navigation .close-mobile-menu img {
    width: 50px;
    height: 50px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation .mobile-search {
    width: calc(27% - 20px);
    text-align: right;
    margin-top: 20px;
    margin-left: 20px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation .mobile-search input {
    border: none;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation .mobile-search input:focus {
    outline: none;
  }
  .edrea-header__wrapper .edrea-mobile-navigation .mobile-search input[type=submit] {
    display: none;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder {
    margin-top: 40px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu-depth-1, .edrea-header__wrapper .edrea-mobile-navigation__holder .menu-depth-2 {
    padding-left: 15px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu {
    margin: 0;
    padding: 0;
    margin-left: 20px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu li {
    list-style: none;
    margin-bottom: 8px;
    padding: 10px 0;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu li a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu .sub-menu-item {
    margin-top: 5px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu .menu-depth-1, .edrea-header__wrapper .edrea-mobile-navigation__holder .menu .menu-depth-2 {
    display: none;
    margin-top: 10px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu .menu-active::after {
    position: absolute;
    content: "-" !important;
    width: 50px;
    height: 50px;
    display: block;
    right: 0px;
    color: #FFF;
    top: -28px !important;
    font-weight: 700;
    font-size: 60px !important;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu .menu-item-depth-1 {
    padding: 0;
    margin: 5px 0;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu .menu-item-depth-1 a {
    font-size: 16px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu-item-depth-0.menu-item-has-children {
    position: relative;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu-item-depth-0.menu-item-has-children:after {
    position: absolute;
    content: "+";
    width: 50px;
    height: 50px;
    display: block;
    right: 0px;
    color: #FFF;
    top: -5px;
    font-weight: 700;
    font-size: 35px;
  }
  .edrea-header__wrapper .edrea-mobile-navigation__holder .menu-item-depth-0:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.486);
  }
}
@media (max-width: 767.98px) {
  .edrea-header__wrapper .main-navigation {
    display: none;
  }
  .edrea-header__wrapper .site-search {
    display: none;
  }
  .edrea-header__wrapper .edrea-mobile-navigation {
    display: block;
  }
  .edrea-header__wrapper .edrea-mobile-button {
    display: block;
    cursor: pointer;
  }
  .edrea-header__wrapper .edrea-mobile-button img {
    width: 50px;
    height: 50px;
  }
  .edrea-header__wrapper .site-branding {
    width: calc(45% - 20px);
  }
  .edrea-header__wrapper .site-branding img {
    width: 120px;
    height: auto;
  }
}
.edrea-footer {
  background-color: #005792;
  padding-top: 40px;
  border-top: 15px solid #53CDE2;
  margin-top: 60px;
}
.edrea-footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.edrea-footer__wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.edrea-footer__wrapper ul li {
  list-style: none;
  margin: 0 17px;
}
.edrea-footer__wrapper ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
}
.edrea-footer__wrapper ul li a:hover {
  color: #53CDE2;
}
.edrea-footer__wrapper .edrea-credit {
  padding-bottom: 40px;
}
.edrea-footer__wrapper .edrea-credit p {
  color: #FFF;
  margin: 0;
  font-size: 14px;
}
.edrea-footer__wrapper .edrea-credit p a {
  color: #53CDE2;
  text-decoration: none;
  font-weight: 600;
}
.edrea-footer__wrapper .edrea-credit .author {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.edrea-footer__wrapper .edrea-credit .author a {
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .edrea-footer__wrapper ul {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .edrea-footer__wrapper ul li {
    margin-bottom: 20px;
  }
  .edrea-footer__wrapper ul li a {
    font-size: 14px;
  }
}
.edrea-card {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  width: calc(33% - 30px);
  margin-right: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.edrea-card__thumbnail {
  position: relative;
  padding: 10px;
}
.edrea-card__thumbnail img {
  width: 100%;
  border-radius: 8px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.edrea-card__thumbnail .article-date {
  position: absolute;
  left: 10px;
  bottom: 30px;
  background-color: rgba(0, 0, 0, 0.301);
  padding: 7px;
  padding-left: 20px;
}
.edrea-card__thumbnail .article-date span {
  color: #FFF;
}
.edrea-card__thumbnail .article-category {
  position: absolute;
  top: 20px;
  right: 10px;
  display: flex;
}
.edrea-card__thumbnail .article-category .cat {
  text-decoration: none;
  margin: 0 3px;
}
.edrea-card__thumbnail .article-category .cat p {
  padding: 5px;
  text-decoration: none;
  color: #FFF;
  font-size: 10px;
  margin: 0;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.edrea-card__detail {
  padding: 0 20px;
  padding-top: 0;
  position: relative;
}
.edrea-card__detail a {
  color: #06283D;
  text-decoration: none;
}
.edrea-card__detail a h1 {
  margin: 0;
  color: #005792;
  word-wrap: break-word;
}
.edrea-card__detail p {
  line-height: 1.6;
  color: rgb(80, 80, 80);
}
.edrea-card__detail p a {
  color: #e77221;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .edrea-grid-sizer {
    width: 100% !important;
  }
  .edrea-card__detail a h1 {
    font-size: 26px !important;
  }
  .edrea-card__detail p {
    font-size: 17px !important;
  }
}
@media (max-width: 767.98px) {
  .edrea-grid-sizer {
    width: calc(48% - 20px);
  }
}
@media (max-width: 1199.98px) {
  .edrea-card__detail a h1 {
    font-size: 21px;
  }
  .edrea-card__detail p {
    font-size: 14px;
  }
}
.edrea-breadcrumbs {
  display: flex;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  padding-left: 0 !important;
}
.edrea-breadcrumbs li {
  list-style: none;
  font-size: 12px;
}
.edrea-breadcrumbs li a {
  color: #e77221;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.edrea-breadcrumbs li span {
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  .edrea-breadcrumbs li span {
    margin: 0 5px;
  }
}
.edrea-widget-area h1, .edrea-widget-area h2, .edrea-widget-area h3, .edrea-widget-area h4 {
  color: #e77221;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.edrea-widget-area a {
  color: #06283D;
  transition: 0.3s;
}
.edrea-widget-area a:hover {
  color: #e77221;
}
.edrea-widget-area li {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  body .edrea-widget-area h1 {
    font-size: 30px;
  }
  body .edrea-widget-area h2 {
    font-size: 26px;
  }
  body .edrea-widget-area h3 {
    font-size: 21px;
  }
}
.edrea-recent-post__heading {
  color: #e77221;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-top: 15px;
}
.edrea-recent-post__item {
  display: flex;
  flex-direction: column;
}
.edrea-recent-post__item--post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.edrea-recent-post__item img {
  width: 25%;
  margin-right: 4%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.edrea-recent-post__item h3 {
  width: 70%;
  font-size: 16px;
  color: #005792;
}

.edrea-social-sharer {
  display: flex;
  align-items: center;
  margin: 60px 0;
}
.edrea-social-sharer h3 {
  margin: 0;
}
.edrea-social-sharer__wrapper {
  display: flex;
  padding: 0;
  margin: 0;
  padding-left: 0;
  align-items: center;
}
.edrea-social-sharer__wrapper li {
  list-style: none;
}
.edrea-social-sharer__wrapper li a {
  padding: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: inherit;
  transition: 0.4s;
}
.edrea-social-sharer__wrapper li a svg {
  width: 100%;
  height: 100%;
}
.edrea-social-sharer__wrapper li a:hover {
  background-color: #e77221;
}
.edrea-social-sharer__wrapper li:nth-child(1) {
  background-color: #1877F2;
}
.edrea-social-sharer__wrapper li:nth-child(2) {
  background-color: #1DA1F2;
}
.edrea-social-sharer__wrapper li:nth-child(3) {
  background-color: #E60023;
}
.edrea-social-sharer__wrapper li:nth-child(4) {
  background-color: #0e76a8;
}
.edrea-social-sharer__wrapper li:nth-child(5) {
  background-color: #34B7F1;
}
.edrea-social-sharer__wrapper li:nth-child(6) {
  background-color: rgb(165, 165, 165);
}
.edrea-social-sharer h4 {
  margin: 0 15px;
}
.edrea-social-sharer .edrea-copy-url #copy_url {
  padding: 13px 8px;
  border: 1px solid rgba(0, 0, 0, 0.301);
  color: rgb(80, 80, 80);
  transition: 0.3s;
  border-radius: 5px;
}
.edrea-social-sharer .edrea-copy-url #copy_url:focus {
  outline: #79D1C3;
  border: 1px solid #79D1C3;
  color: #79D1C3;
}
.edrea-social-sharer .edrea-copy-url span {
  color: #79D1C3;
  margin-left: 4px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .edrea-social-sharer {
    flex-direction: column;
    align-items: center;
  }
  .edrea-social-sharer h3 {
    margin-bottom: 20px !important;
  }
  .edrea-social-sharer__wrapper {
    padding-left: 0 !important;
  }
  .edrea-social-sharer h4 {
    margin: 15px;
  }
}
.edrea-comments-area {
  border-top: 1px solid rgb(80, 80, 80);
}

.edrea-comments-area p.comment-form-comment, .edrea-comments-area .comment-form-author, .edrea-comments-area .comment-form-email, .edrea-comments-area .comment-form-url {
  display: flex;
  flex-direction: column;
}
.edrea-comments-area p.comment-form-comment label, .edrea-comments-area .comment-form-author label, .edrea-comments-area .comment-form-email label, .edrea-comments-area .comment-form-url label {
  font-weight: 600;
  margin-bottom: 10px;
}
.edrea-comments-area p.comment-form-comment textarea, .edrea-comments-area p.comment-form-comment input, .edrea-comments-area .comment-form-author textarea, .edrea-comments-area .comment-form-author input, .edrea-comments-area .comment-form-email textarea, .edrea-comments-area .comment-form-email input, .edrea-comments-area .comment-form-url textarea, .edrea-comments-area .comment-form-url input {
  padding: 8px;
  font-size: 17px;
  color: rgb(80, 80, 80);
  font-family: "Sarabun", sans-serif;
  border: none;
  border: 1px solid rgba(177, 177, 177, 0.4784313725);
}
.edrea-comments-area p.comment-form-comment textarea:focus, .edrea-comments-area p.comment-form-comment input:focus, .edrea-comments-area .comment-form-author textarea:focus, .edrea-comments-area .comment-form-author input:focus, .edrea-comments-area .comment-form-email textarea:focus, .edrea-comments-area .comment-form-email input:focus, .edrea-comments-area .comment-form-url textarea:focus, .edrea-comments-area .comment-form-url input:focus {
  outline: none;
}
.edrea-comments-area #submit {
  background-color: #005792;
  color: #FFF;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.edrea-comments-area #submit:hover {
  background-color: #e77221;
}
.edrea-comments-area span.says {
  display: none;
}
.edrea-comments-area .comments-title {
  color: rgb(80, 80, 80);
}
.edrea-comments-area .comment-list {
  list-style: none;
}
.edrea-comments-area .comment-list ol.children {
  list-style: none;
}
.edrea-comments-area .comment-list span.edit-link {
  margin-left: 10px;
}
.edrea-comments-area .comment-list span.edit-link a {
  color: #e77221;
}
.edrea-comments-area .comment-body {
  margin: 20px 0;
  border-bottom: 1px solid rgba(177, 177, 177, 0.4784313725);
  padding-bottom: 20px;
}
.edrea-comments-area .comment-body time {
  font-size: 14px;
}
.edrea-comments-area .comment-author {
  display: flex;
  align-items: center;
}
.edrea-comments-area .comment-meta img {
  border-radius: 50%;
  margin-right: 8px;
}
.edrea-comments-area footer.comment-meta {
  background-color: rgba(83, 205, 226, 0.1294117647);
  padding: 17px;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .edrea-comments-area .comments-title {
    font-size: 20px;
  }
}
.nav-links {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.nav-links .nav-previous, .nav-links .nav-next {
  margin: 0 15px;
  background-color: #005792;
  padding: 10px 25px;
  border-radius: 5px;
  transition: 0.3s;
}
.nav-links .nav-previous:hover, .nav-links .nav-next:hover {
  background-color: #e77221;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 30px;
}

.edrea-input-search {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
.edrea-input-search span {
  color: #e77221;
}

.search-empty {
  font-size: 17px;
  text-align: center;
  color: rgb(80, 80, 80);
}

/*# sourceMappingURL=main.css.map*/