body { font-family: "Prompt", sans-serif; font-weight: 300;}
.maintop { margin-top: 100px; }
h1,h2,h3,h4,h5,h6 { font-family: "Prompt", sans-serif; font-weight: 400;}
.nav-menu a {font-family: "Prompt", sans-serif; font-weight: 400; font-size: 17px;}
section {padding: 30px 0;}
#hero h1 span {border-bottom: 0 solid #3498db; color:#f9b302;}
#hero h2 {font-size: 18px;}
#hero h2 a { color: rgba(255, 255, 255, 0.8); }
#hero h2 a:hover {color:#f9b302; }
#hero {background: url('../../images/bg-cover.jpg') center center; }
#herotopbarpage {width: 100%;margin-top: 70px; padding: 0;-webkit-box-align: center;align-items: center;background:rgb(72 ,80 ,120);box-sizing: border-box;display: flex;-webkit-box-pack: center;justify-content: center;}
a.nav-linkmenu { color:#fff; }
.nav-pills .nav-link.active, .nav-pills .show>.nav-linkmenu {
    color: #fff;
    background-color:transparent;
}
.modal { z-index: 99979; }
.modal-dialog { margin-top: 3rem; }
.swal2-container { z-index: 99980; }
.gridcategory,.gridcategory a {font-family: "Prompt", sans-serif;  color: rgb(17, 17, 17);font-size: 12px; }
.gridcategory img { width: 100%; }
.gridcategory .support-text{line-height: 20px;flex: 1; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.categorynav { min-height: 500px; border-right: 1px solid rgb(209, 209, 209);padding-right: 16px;box-sizing: border-box; }
.categoryheadtext { font-size: 20px;font-weight: 400; }
.categorynav ul.category-ul { list-style: none; margin: 0; padding: 0; }
.categorynav ul.category-ul li { list-style-type: none; padding-left: 15px; font-size: 18px; }
.categorynav ul.category-ul li a{ color: rgb(85, 85, 85);display: block;margin-bottom: 4px;padding: 2px 0px; }
.categorynav ul.category-ul li:hover a{ color:#007bff; }
.textcolor-blue { color:#3498db; }
.gridproduct { color:#343a40; margin-bottom: 20px;font-weight: 300; }
.gridproduct a { color:#343a40; font-weight: 300;}
.gridproduct .card-body{ padding: 10px; }
.gridproduct .textpost{font-size: 16px;line-height: 22px;flex: 1; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.gridproduct .thb { font-size: 11px; }
.gridproduct .productprice { color:#053c8e; font-size: 20px; }
.gridproduct .areatext { font-size: 13px; }
.gridproduct .timetext { font-size: 12px; }
.productslideimage img { width: 100%; }
.productmedia { font-size: 13px; }
.productmedia img { width: 80px; height: 80px; border-radius: 100%; }
.productconfirm { font-weight: 200; }
.productcolorb { color:#333; }
.productsts { list-style: none;margin: 0; padding: 0; }
.productsts li { margin: 0; padding: 0; }
.productprice {color: #053c8e;font-size: 30px;}
.productprice .thb {font-size: 11px;}
h1.producttitle { font-size: 25px; font-weight: 500; color:#0072c4; }
.productdetailtitle { color: #053c8e;font-size: 20px; }
.productimageedit img { width: 100%; max-height: 150px; }
.divcontent img { max-width: 100%; }
.header.shadow {-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);}
.memberprofile { -webkit-box-align: center;align-items: center;display: flex;gap: 16px; color:#fff;}
.memberprofile img {display: inline-block;vertical-align: middle;max-width: 100%;height: auto;}
.memberprofile .memberavatar{border-radius: 100%;box-sizing: border-box;display: inline-block;flex: 0 1 0%;height: 100px;min-height: 100px;object-fit: cover;overflow: hidden;width: 100px;min-width: 100px;}
.memberprofile .profilegrid {display: grid;gap: 8px;}
.profileimage img { width: 150px; height: 150px; }
.searchindexzone { width: 800px; margin: 0 auto;}
.searchindexzone input { height:50px; font-size: 20px; }
.searchindexzone .btsearch { font-size: 18px; padding: 10px 20px; }

.blog {
    padding: 40px 0 20px 0;
  }
  
  .blog .entry {
    padding: 10px;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .entry .entry-img {
    max-height: 400px;
    margin: -20px -20px 20px -20px;
    overflow: hidden;
  }
  .blog .entry .entry-img-detail {
    min-height: 400px;
    margin: -20px -20px 20px -20px;
    text-align: center;
  }
  .blog .entry .entry-img-detail img { width: 100%; }
  
  .blog .entry .entry-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0; height: 50px; overflow: hidden;
  }
  
  .blog .entry .entry-title a {
    color: #493c3e;
    transition: 0.3s;
  }
  
  .blog .entry .entry-title a:hover {
    color: #3498db;
  }
  
  .blog .entry .entry-meta {
    color: #9a8487;
  }
  
  .blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .blog .entry .entry-meta ul li {
    margin-bottom: 15px;
  }
  
  .blog .entry .entry-meta ul li + li {
    padding-left: 15px;
  }
  
  .blog .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
  }
  
  .blog .entry .entry-meta a {
    color: #9a8487;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }
  
  .blog .entry .entry-content p {
    line-height: 24px;
    font-size: 15px;
  }
  
  .blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
  }
  
  .blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #e43c5c;
    color: #fff;
    padding: 5px 20px 7px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 50px;
  }
  
  .blog .entry .entry-content .read-more a:hover {
    background: #d01d3f;
  }
  
  .blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }
  
  .blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  
  .blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }
  
  .blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
  }
  
  .blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
  }
  
  .blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #493c3e;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  
  .blog .entry .entry-footer i {
    color: #9a8487;
    display: inline;
  }
  
  .blog .entry .entry-footer a {
    color: #c3b6b8;
    transition: 0.3s;
  }
  
  .blog .entry .entry-footer a:hover {
    color: #e43c5c;
  }
  
  .blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  
  .blog .entry .entry-footer .cats li {
    display: inline-block;
  }
  
  .blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }
  
  .blog .entry .entry-footer .tags li {
    display: inline-block;
  }
  
  .blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
  }
  
  .blog .entry .entry-footer .share {
    font-size: 16px;
  }
  
  .blog .entry .entry-footer .share i {
    padding-left: 5px;
  }
  
  .blog .entry-single {
    margin-bottom: 30px;
  }
  
  .blog .entry-single .entry-title {
    font-size: 36px;
    line-height: 42px;
  }
  
  .blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .blog-author img {
    width: 120px;
  }
  
  .blog .blog-author h4 {
    margin-left: 140px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
  }
  
  .blog .blog-author .social-links {
    margin: 0 0 5px 140px;
  }
  
  .blog .blog-author .social-links a {
    color: #b1a0a3;
  }
  
  .blog .blog-author p {
    margin-left: 140px;
    font-style: italic;
    color: #b7b7b7;
  }
  
  .blog .blog-comments {
    margin-bottom: 30px;
  }
  
  .blog .blog-comments .comments-count {
    font-weight: bold;
  }
  
  .blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .blog .blog-comments .comment .comment-img {
    width: 50px;
  }
  
  .blog .blog-comments .comment h5 {
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
  }
  
  .blog .blog-comments .comment h5 a:hover {
    color: #e43c5c;
  }
  
  .blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #493c3e;
  }
  
  .blog .blog-comments .comment time {
    margin-left: 65px;
    display: block;
    font-size: 14px;
    color: #b1a0a3;
    margin-bottom: 5px;
  }
  
  .blog .blog-comments .comment p {
    margin-left: 65px;
  }
  
  .blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
  }
  
  .blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }
  
  .blog .blog-comments .reply-form p {
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form input {
    border-radius: 0;
    padding: 20px 10px;
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #f096a7;
  }
  
  .blog .blog-comments .reply-form textarea {
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #f096a7;
  }
  
  .blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
  }
  
  .blog .blog-comments .reply-form .btn-primary {
    border-radius: 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 50px;
    background-color: #493c3e;
  }
  
  .blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #e43c5c;
  }
  
  .blog .blog-pagination {
    color: #816a6e;
  }
  
  .blog .blog-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  
  .blog .blog-pagination li {
    border: 1px solid white;
    margin: 0 5px;
    transition: 0.3s;
  }
  
  .blog .blog-pagination li.active {
    background: white;
  }
  
  .blog .blog-pagination li a {
    color: #aaaaaa;
    padding: 7px 16px;
    display: inline-block;
  }
  
  .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: #e43c5c;
    border: 1px solid #e43c5c;
  }
  
  .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: #fff;
  }
  
  .blog .blog-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
  }
  
  .blog .blog-pagination li.disabled i {
    color: #f1f1f1;
    padding: 10px 16px;
    display: inline-block;
  }
  
  .blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #493c3e;
    position: relative;
  }
  
  .blog .sidebar .sidebar-item {
    margin-bottom: 30px;
  }
  
  .blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #d3cacb;
    padding: 3px 10px;
    position: relative;
    border-radius: 50px;
  }
  
  .blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 42px);
  }
  
  .blog .sidebar .search-form form button {
    position: absolute;
    border-radius: 50px;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: -1px;
    background: #e43c5c;
    color: #fff;
    transition: 0.3s;
  }
  
  .blog .sidebar .search-form form button:hover {
    background: #d01d3f;
  }
  
  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .categories ul li + li {
    padding-top: 10px;
  }
  
  .blog .sidebar .categories ul a {
    color: #655356;
  }
  
  .blog .sidebar .categories ul a:hover {
    color: #e43c5c;
  }
  
  .blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #b1a0a3;
    font-size: 14px;
  }
  
  .blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
  }
  
  .blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
  }
  
  .blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
  }
  
  .blog .sidebar .recent-posts h4 a {
    color: #110e0e;
    transition: 0.3s;
  }
  
  .blog .sidebar .recent-posts h4 a:hover {
    color: #e43c5c;
  }
  
  .blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #b1a0a3;
  }
  
  .blog .sidebar .tags {
    margin-bottom: -10px;
  }
  
  .blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .tags ul li {
    display: inline-block;
  }
  
  .blog .sidebar .tags ul a {
    color: #8e767a;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #ede9e9;
    display: inline-block;
    border-radius: 50px;
    transition: 0.3s;
  }
  
  .blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #e43c5c;
    background: #e43c5c;
  }
  
  .blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #dfd8d9;
    font-size: 14px;
  }

  @media (max-width: 992px) {
    #hero {
      padding-top: 80px;
      height: auto;
    }
  }