/**Add these on style.css:**/

/*Presets*/
main h2 {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 1.6 !important;
  margin: 32px 0 6px !important;
  padding: 0;
  border: none;
  color: #6d6d6d;
}
main h3 {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 1.6 !important;
  margin: 32px 0 6px !important;
  padding: 0;
  border: none;
  color: #6d6d6d;
}
main h4 {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
  margin: 32px 0 6px !important;
  padding: 0;
  border: none;
  color: #6d6d6d;
}
main ul {
  padding: 0;
  margin-bottom: 15px;
  margin-top: 0;
}
main ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
}
main ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 3px;
  top: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid var(--secColor);
}

.g-recaptcha {
  transform: scale(0.75) !important;
}
.required {
  color: red;
}
.nav-previous a,
.nav-next a {
  margin-bottom: 10px;
}
.nav-previous a .comp,
.nav-next a .comp {
  color: #fff !important;
}

.comment-form-cookies-consent {
  display: none;
}
.required {
  color: red;
}
.bnrForm {
  box-shadow: 0 0 3px #d92800 !important;
  border: 1px solid #d92800 !important;
}

/*** COMMENTS STYLE ***/
.post {
  /* width: 1100px;
    max-width: 100%; */
  margin: 64px auto 0;
}
.post h2 a {
  color: #8bc63f;
  text-decoration: none;
}
.post h2 a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.post img {
  max-width: 100%;
}

.entry-title {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 115%;
}
.entry-meta {
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
  color: #9f9f9f;
}
.entry-meta a {
  font-size: 16px;
  font-weight: 400;
  color: #9f9f9f;
}
.comment-reply-title {
  font-size: 42px !important;
}

#comments {
  display: none;
  margin: 15px 0px;
}
#comments-title,
.avatar {
  display: none;
}

.commentlist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.comment-meta a {
  font-size: 13px;
  text-decoration: none;
}

ol.commentlist {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0px;
}
ol.commentlist ul {
  border-top: 1px solid #ccc;
  width: 100%;
  margin-top: 15px;
  list-style: none;
}
ol.commentlist ul li {
  border-bottom: 1px dashed #ccc;
  margin: 15px auto;
  padding-bottom: 0;
}
.commentlist li {
  border: 1px dashed #ccc;
  padding: 20px;
  border-radius: 15px 15px 15px 0;
  margin-bottom: 20px;
}
.commentlist li:nth-child(even) {
  border-radius: 15px 15px 0 15px;
}
.comment-notes {
  padding: 8px 0 32px !important;
  font-size: 16px !important;
  color: #6d6d6d !important;
}
.commentlist .fn {
  text-transform: capitalize;
}
#comment-1 .fn a {
  cursor: pointer;
  text-decoration: none;
}

.comment p {
  padding: 0;
  line-height: 20px;
  margin: 15px auto;
}
.comment-form label {
  vertical-align: top;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 16px !important;
  color: #6d6d6d !important;
}

.form-submit input {
  background: #369a3a;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 7px 12px;
  cursor: pointer;
}
.form-submit input:hover {
  opacity: 0.8;
}
.fn {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}
.children li {
  border: none;
  background: none !important;
  padding-top: 15px !important;
}
.children li:before {
  content: "" !important;
}
.children li:last-child {
  border: none;
}

#respond {
  display: none;
  width: auto;
  max-width: 100%;
  /* padding: 20px; */
  /* margin-top: 10px; */
  /* background: rgba(255, 255, 255, 0.6); */
  /* box-shadow: 0 0 5px 0 rgba(55, 55, 55, 0.25); */
  /* border-radius: 5px; */
  /* border: none; */
}
.comment-form-author,
.comment-form-email {
  display: inline-block;
  vertical-align: top;
  width: 49.75%;
}
.comment-respond p {
  padding: 10px 0;
  line-height: 20px;
  margin: 0 !important;
}
.comment-form textarea {
  min-height: 50px;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  min-height: 44px;
}
.comment-form input:focus,
.comment-form textarea:focus {
  border: 1px solid transparent;
  outline: 2px solid var(--secColor);
}
.comment-form input[type="submit"] {
  width: 100%;
  background: var(--secColor);
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 10px 12px;
  cursor: pointer;
  /* -webkit-border-radius: 0; */
}
.comment-form input[type="submit"]:hover {
  opacity: 0.8;
}
.comment-form input[type="submit"]:active {
  opacity: 0.33;
}

.pagination {
  text-align: right;
}
.pagination span,
.pagination a {
  padding: 5px 10px 10px;
  background: #2f4695;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-weight: bold;
}
.pagination .current,
.pagination a:hover {
  background: #1d2d63;
  color: #fff;
}

.alignnone,
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}

#nav-above {
  display: none;
}
#nav-below {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 64px 0 0;
  padding: 24px 0 64px;
  border-top: 1px solid #e4e4e4;
}
.nav-previous,
.nav-next {
  display: inline-block;
  vertical-align: top;
}
.nav-previous a,
.nav-next a {
  display: inline-block;
  width: auto;
  padding: 4px 24px;
  background: var(--secColor);
  height: auto;
  color: #fff;
  min-height: 48px;
  align-content: center;
  border-radius: 8px;
  font-weight: 400;
  margin: 0;
}
.nav-previous a {
  color: #6d6d6d;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.nav-next a {
  color: #fff !important;
  background: var(--secColor);
  border: 1px solid var(--secColor);
}
.nav-previous a:hover,
.nav-next a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.nav-previous a:active,
.nav-next a:active {
  text-decoration: none;
  opacity: 0.33;
}

.entry-content {
  width: 900px !important;
  max-width: 100% !important;
  margin: 64px auto 0;
  overflow: hidden;
}
.blog_banner_img {
  float: right;
  margin: 0 0 16px 16px;
}
.blog_banner_img:empty {
  display: none;
}
h1.entry-title {
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--secColor);
  text-align: center;
}
.entry-content img {
  float: right;
  height: auto;
  width: 364px;
  margin: 0 0 16px 24px;
  border-radius: 16px;
}
main p,
main li {
  text-align: justify;
  margin: 15px 0;
}
.entry-content p,
.entry-content li {
  text-align: left;
  /* color: #637471; */
  color: #606060;
}
.page-content ul li {
  text-align: justify;
}
.page-content ol li {
  text-align: justify;
}

.entry-utility {
  font-size: 16px;
  width: 900px !important;
  max-width: 100% !important;
  margin: 32px auto 0;
}
.entry-utility a {
  position: relative;
  top: -1px;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  margin: 0 2px 4px;
  border-radius: 999px;
  border: 1px solid #e4e4e4;
  color: #6d6d6d;
  transition: all 0s;
}
.entry-utility a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.entry-utility a:active {
  text-decoration: none;
  opacity: 0.33;
}
.entry-utility .post-categories {
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.entry-utility .post-categories li {
  display: inline;
  position: static;
  padding: 0;
  margin: 0;
}
.entry-utility .post-categories li::before {
  display: none;
}

.entry-content .bullet li::before {
  background: unset;
}
.nh-blog-img {
  width: fit-content;
  margin: 20px auto;
  padding: 0 !important;
}
.nh-blog-img img {
  float: unset;
  margin: 0;
}

.table-wrapper {
  max-width: 900px;
}

.table {
  background: #fff;
  margin: 16px 0;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  overflow: hidden;
}
.bullet .table .item {
  margin: 0;
}
.bullet .table .item::before {
  content: none;
}
.table .item {
  display: flex;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
.table .item::before {
  content: none;
}
.table .item:nth-child(odd) {
  background: rgba(62, 171, 157, 0.06);
}
.table .item:last-child {
  border-bottom: none;
}
.table .item:hover {
  background: rgba(62, 171, 157, 0.08) !important;
}
.table .item.header {
  background: rgba(62, 171, 157, 0.33);
}
.table .item.header:hover {
  background: rgba(62, 171, 157, 0.33) !important;
}
.table .item.header p {
  color: #6d6d6d;
}
.table .item p,
.table .item .bullet {
  margin: 0;
}
.table .item .no-shrink {
  flex-shrink: 0;
}
.table .item .w-100px {
  width: 100px;
  padding: 12px 24px;
}
.table .item .w-128px {
  width: 128px;
  padding: 12px 24px;
}
.table .item .w-200px {
  width: 200px;
  padding: 12px 24px;
}
.table .item .w-300px {
  width: 300px;
  padding: 12px 24px;
}
.table .item .w-100 {
  width: 100%;
  padding: 12px 24px;
}
.table .item .border-left {
  border-left: 1px solid #e4e4e4;
}
/* Page no banner image */
.non_ban_img {
  min-height: 342px;
  background: linear-gradient(180deg, rgb(0 0 0 / 16%) 0%, rgb(0 0 0 / 42%) 100%), url(../../images/slider/bg-banner.jpg);
}
.non_ban_img img {
  display: none;
}
.page_title {
  background: none;
}

@media only screen and (max-width: 1010px) {
  .non_ban_img {
    min-height: 164px;
    display: none;
  }
  .page_title {
    background: linear-gradient(180deg, rgb(0 0 0 / 66%) 0%, rgb(0 0 0 / 74%) 100%), url(../../images/slider/bg-banner.jpg);
    background-size: 100%;
    padding: 42px 25px;
  }
  .entry-content img {
    float: none;
    margin: 0 auto 15px;
    display: block;
    width: unset;
  }
  .entry-content div {
    float: none;
    margin: 0 auto 15px;
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .table-wrapper {
    position: relative;
    overflow: auto;
    max-height: 512px;
    max-width: unset;
  }
  .table {
    min-width: 950px;
  }
}
@media only screen and (max-width: 900px) {
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .blog_banner_img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  h1.entry-title {
    font-size: 20px;
  }
  .entry-content img {
    float: unset;
    height: auto;
    margin: 10px 0;
  }
  body {
    font-size: 16px;
  }
  .alignleft {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .alignright {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .comment-meta {
    padding-bottom: 0px !important;
  }
}
