/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./public/assets/css/pages/education/education.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/*Bottom category list */
.bottom-category ul.edu-category-list li {
  display: inline-block;
  padding: 5px;
}

.bottom-category ul.edu-category-list a {
  background: #ccc;
  border-radius: 15px;
  padding: 5px;
  color: #333;
}

.bottom-category ul.edu-category-list li.active a {
  font-weight: 700;
  background: var(--theme-color);
  color: #fff;
}


/** sidebar-page-container **/

/* Categories Carousel Styles */
.categories-carousel-container {
  position: relative;
  margin-top: 10px;
}

.category-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: var(--theme-color);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-size: 14px;
}

.category-nav-btn:hover:not(:disabled) {
  background: var(--title-color);
  transform: translateY(-50%) scale(1.1);
}

.category-nav-btn:disabled {
  background: #e9ecef;
  color: #6c757d;
}

.category-nav-btn.prev-btn {
  left: -20px;
}

.category-nav-btn.next-btn {
  right: -20px;
}

.categories-carousel-wrapper {
  overflow: hidden;
  padding: 10px 0;
  margin: 0 30px;
}

.categories-list-carousel {
  display: flex;
  gap: 15px;
  width: calc(100% * var(--total-items) / var(--visible-items));
}

.category-item {
  padding: 0 7.5px;
}

.category-btn {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #dbe5e2;
  border-radius: 25px;
  background: white;
  color: #495057;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.category-btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}

.category-btn.active {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: white;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.category-pagination-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 8px;
}

.pagination-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #dee2e6;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pagination-dot.active {
  background: var(--theme-color);
}

.pagination-dot:hover {
  background: var(--theme-color);
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .category-nav-btn.prev-btn {
    left: -15px;
  }

  .category-nav-btn.next-btn {
    right: -15px;
  }

  .categories-carousel-wrapper {
    margin: 0 25px;
  }
}

@media (max-width: 767px) {
  .category-nav-btn.prev-btn {
    left: -10px;
  }

  .category-nav-btn.next-btn {
    right: -10px;
  }

  .categories-carousel-wrapper {
    margin: 0 20px;
  }

  .category-btn {
    padding: 10px 15px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .categories-carousel-wrapper {
    margin: 0 15px;
  }

  .category-nav-btn {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}

/* Phần trên đây thêm để cải thiện tính năng category cuộn ngang như của youtube*/


.sidebar-page-container {
  position: relative;
  padding: 120px 0px;
}

.blog-list-content {
  position: relative;
  display: block;
}

.blog-list-content .news-block-four .inner-box .lower-content h3 {
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 21px;
  margin-bottom: 24px;
}

.news-block-four .inner-box .lower-content p {
  margin-bottom: 29px;
}

.news-block-four .inner-box .lower-content .lower-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-list-content .news-block-four .inner-box {
  padding: 15px;
  margin-bottom: 50px;
}

.blog-list-content .news-block-four .inner-box .lower-content {
  padding: 23px 15px 15px 15px;
}

.news-block-four .inner-box .lower-content .lower-inner .share-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--title-font);
  color: #6d7270;
  font-weight: 500;
  padding-left: 25px;
}

.news-block-four .inner-box .lower-content .lower-inner .share-box a:hover {
  color: var(--theme-color);
}

.news-block-four .inner-box .lower-content .lower-inner .share-box a i {
  position: absolute;
  left: 0px;
  top: 4px;
  color: var(--title-color);
  font-weight: 400;
  font-size: 18px;
}

.blog-list-content .pagination-wrapper {
  padding-top: 10px;
}

.blog-sidebar {
  position: relative;
  margin-left: 30px;
}

.blog-sidebar .sidebar-widget {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  padding: 10px 10px 40px 10px !important;
}

.blog-sidebar .sidebar-widget .widget-title {
  background: #e2edea;
  padding: 14px 20px 14px 43px;
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-widget .widget-title:before {
  left: 25px;
  top: 23px;
}

.blog-sidebar .sidebar-widget .widget-title:after {
  left: 27px;
  top: 21px;
}

.blog-sidebar .sidebar-widget .widget-content {
  position: relative;
  /* border: 1px solid #dbe5e2; */
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  padding: 30px 5px;
}

.blog-sidebar .search-widget .form-group {
  position: relative;
  margin-bottom: 0px;
}

.blog-sidebar .search-widget .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #dbe5e2;
  border-radius: 40px;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  color: #6e6e6e;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .form-group button[type='submit'] {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 64px;
  height: 44px;
  line-height: 44px;
  background: #e2edea;
  text-align: center;
  border-radius: 40px;
  font-size: 18px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .form-group input:focus {
  border-color: var(--theme-color);
}

.blog-sidebar .search-widget .form-group input:focus+button,
.blog-sidebar .search-widget .form-group button:hover {
  color: #fff;
  background: var(--theme-color);
}

.blog-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  padding: 11px 0px 13px 0px;
  border-bottom: 1px solid #dbe5e2;
}

.blog-sidebar .category-widget .category-list li:last-child {
  border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  font-family: var(--title-font);
  color: #6d7270;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color);
  padding-left: 9px;
  padding-right: 9px;
}

.blog-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: '[';
  left: 0px;
  top: 0px;
  color: var(--theme-color);
  opacity: 0;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before {
  opacity: 1;
}

.blog-sidebar .category-widget .category-list li a:after {
  position: absolute;
  content: ']';
  right: 0px;
  top: 0px;
  color: var(--theme-color);
  opacity: 0;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:after {
  opacity: 1;
}

.blog-sidebar .category-widget .widget-content {
  padding: 11px 25px 10px 25px;
}

.blog-sidebar .post-widget .post {
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 24px;
  padding-left: 40px;
  border-bottom: 1px solid #dbe5e2;
}

.blog-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-sidebar .post-widget .post .link {
  position: absolute;
  left: 0px;
  top: 6px;
}

.blog-sidebar .post-widget .post .link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 38px;
  font-size: 24px;
  color: var(--title-color);
  background: #e2edea;
  text-align: center;
  border-radius: 40px;
}

.blog-sidebar .post-widget .post .link a:hover {
  color: #fff;
  background: var(--theme-color);
}

.blog-sidebar .post-widget .post h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 6px;
}

.blog-sidebar .post-widget .post h5 a {
  display: inline-block;
  color: var(--title-color);
}

.blog-sidebar .post-widget .post h5 a:hover {
  color: var(--theme-color);
}

.blog-sidebar .post-widget .post .post-date {
  position: relative;
  display: block;
  padding-left: 22px;
}

.blog-sidebar .post-widget .post .post-date i {
  position: absolute;
  left: 0px;
  top: 2px;
  color: #a7b4b1;
}

.blog-sidebar .post-widget .widget-content {
  padding-top: 23px;
  padding-bottom: 0px;
}

.blog-sidebar .post-widget {
  margin-bottom: 45px;
}

.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

.blog-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #6d7270;
  background: #e2edea;
  border: 1px solid #e2edea;
  border-radius: 30px;
  padding: 6px 14px;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
  background: #fff;
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.blog-sidebar .tags-widget {
  margin-bottom: 45px;
}

.blog-sidebar .tags-widget .widget-title {
  margin-bottom: 28px;
}

.blog-list-two {
  padding: 120px 0px;
}

.blog-list-two .news-block-two {
  margin-bottom: 30px;
}

.blog-list-two .more-btn {
  margin-top: 30px;
}

.blog-details-content {
  position: relative;
  display: block;
}

.blog-details-content .news-block-four .inner-box {
  padding: 0px;
  box-shadow: none;
  margin-bottom: 43px;
}

.blog-details-content .news-block-four .inner-box .lower-content h3 {
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.news-block-four .inner-box .lower-content .option-list {
  position: relative;
  display: flex;
  align-items: center;
}

.news-block-four .inner-box .lower-content .option-list li {
  margin-right: 10px;
}

.news-block-four .inner-box .lower-content .option-list li:last-child {
  margin: 0px;
}

.news-block-four .inner-box .lower-content .option-list li a {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 40px;
  line-height: 44px;
  border: 1px solid #dbe5e2;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--title-color);
}

.news-block-four .inner-box .lower-content .option-list li a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.blog-details-content .news-block-four .inner-box .lower-content {
  padding: 0px;
  margin-bottom: 50px;
}

.blog-details-content .news-block-four .inner-box .lower-content .post-info {
  margin-bottom: 24px;
}

.blog-details-content .news-block-four .inner-box .image-box img {
  transform: scale(1) !important;
}

.blog-details-content .content-one {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.blog-details-content p {
  margin-bottom: 22px;
  color: #132720;
}

.blog-details-content p:last-child {
  margin-bottom: 0px;
}

.blog-details-content p span {
  color: var(--theme-color);
}

.blog-details-content blockquote {
  position: relative;
  display: block;
  background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 100%);
  padding: 33px 125px 37px 125px;
  border-radius: 10px;
  overflow: hidden;
  margin: 42px 0px 0px 0px;
}

.blog-details-content blockquote .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-details-content blockquote .icon-box {
  position: absolute;
  left: 6px;
  top: -5px;
  font-size: 120px;
  color: var(--theme-color);
}

.blog-details-content blockquote p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.blog-details-content blockquote h6 {
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #a5b2af;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-details-content .content-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details-content .content-two h2 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 24px;
}

.blog-details-content .content-two h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 19px;
  padding-left: 40px;
  padding-top: 5px;
}

.blog-details-content .content-two h3:before {
  position: absolute;
  content: '';
  background-image: url(/_next/static/media/icon-91.f50ad584.png);
  width: 25px;
  height: 22px;
  left: 0px;
  top: 11px;
  background-repeat: no-repeat;
}

.blog-details-content .content-two .list-item {
  margin-left: 40px;
}

.blog-details-content .content-two .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #6d7270;
  font-weight: 500;
  padding-left: 25px;
  margin-bottom: 10px;
}

.blog-details-content .content-two .list-item li:last-child {
  margin-bottom: 0px;
}

.blog-details-content .content-two .list-item li:before {
  position: absolute;
  content: '^';
  left: 0px;
  color: var(--theme-color);
  font-size: 30px;
  top: 8px;
}

.blog-details-content .content-two {
  margin-bottom: 45px;
}

.blog-details-content .content-three h2 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 24px;
}

.blog-details-content .content-three .list-item {
  margin-bottom: 53px;
}

.blog-details-content .content-three .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #6d7270;
  margin-bottom: 23px;
  padding-left: 45px;
}

.blog-details-content .content-three .list-item li:last-child {
  margin-bottom: 0px;
}

.blog-details-content .content-three .list-item li:before {
  position: absolute;
  content: '';
  background-image: url(/_next/static/media/icon-93.32a285b9.png);
  width: 30px;
  height: 30px;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}

.blog-details-content .content-three .list-item li h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
}

.blog-details-content .content-three .post-tags li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.blog-details-content .content-three .post-tags li:last-child {
  margin: 0px;
}

.blog-details-content .content-three .post-tags li h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: var(--title-color);
  padding-left: 22px;
}

.blog-details-content .content-three .post-tags li h6 img {
  position: absolute;
  left: 0px;
  top: 12px;
}

.blog-details-content .content-three .post-tags li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #6d7270;
  background: #e2edea;
  padding: 7px 15px;
  border-radius: 30px;
}

.blog-details-content .content-three .post-tags li a:hover {
  color: #fff;
  background: var(--theme-color);
}

.blog-details-content .content-three {
  margin-bottom: 60px;
}

.blog-details-content .author-box {
  position: relative;
  border: 1px solid #dbe5e2;
  border-radius: 10px;
  padding: 33px 30px 34px 220px;
  margin-bottom: 60px;
}

.blog-details-content .author-box .thumb-box {
  position: absolute;
  display: inline-block;
  left: 39px;
  top: 39px;
  border-radius: 50%;
}

.blog-details-content .author-box .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box h6 {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 2px;
}

.blog-details-content .author-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}

.blog-details-content .author-box p {
  margin-bottom: 16px;
}

.blog-details-content .author-box .link a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  padding-left: 24px;
}

.blog-details-content .author-box .link a i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 20px;
}

.blog-details-content .author-box .link a:hover {
  color: var(--theme-color);
}

.blog-details-content .author-box .social-links {
  position: absolute;
  top: 39px;
  right: 39px;
}

.blog-details-content .author-box .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .author-box .social-links li:last-child {
  margin: 0px;
}

.blog-details-content .author-box .social-links li a {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 40px;
  line-height: 44px;
  border: 1px solid #dbe5e2;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--title-color);
}

.blog-details-content .author-box .social-links li a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.blog-details-content .post-nav {
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.blog-details-content .post-nav .post-nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.blog-details-content .post-nav .post-nav-btn:before {
  position: absolute;
  content: '';
  background: #dbe5e2;
  width: 1px;
  height: 60px;
  left: 50%;
  top: 19px;
}

.blog-details-content .post-nav .single-btn h6 {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e2edea;
  padding: 7px 20px;
  margin-bottom: 13px;
  border-radius: 40px;
}

.blog-details-content .post-nav .single-btn h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
}

.blog-details-content .post-nav .single-btn h5 a {
  display: inline-block;
  color: var(--title-color);
}

.blog-details-content .post-nav .single-btn h5 a:hover {
  color: var(--theme-color);
}

.blog-details-content .post-nav .btn-box a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  background: #fff;
  border-radius: 40px;
  padding: 19px 15px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.blog-details-content .post-nav .btn-box a:hover {
  color: var(--theme-color);
}

.blog-details-content .post-nav .btn-box a span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.blog-details-content .post-nav .btn-box a span:before {
  position: absolute;
  content: '';
  background-image: url(/_next/static/media/icon-94.7c9fa6ec.png);
  width: 18px;
  height: 18px;
  left: 0px;
  top: 2px;
  background-repeat: no-repeat;
}

.blog-details-content .group-title {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.blog-details-content .group-title h2 {
  font-size: 30px;
  line-height: 40px;
}

.blog-details-content .comments-box .comment {
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 30px;
}

.blog-details-content .comments-box .comment:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comments-box .comment .comment-thumb {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.blog-details-content .comments-box .comment .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comments-box .comment h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 11px;
}

.blog-details-content .comments-box .comment h5 span {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  font-family: var(--text-font);
  color: #a5b2af;
  font-weight: 400;
}

.blog-details-content .comments-box .comment p {
  margin-bottom: 11px;
}

.blog-details-content .comments-box .comment .reply-btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  padding-left: 25px;
}

.blog-details-content .comments-box .comment .reply-btn i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 20px;
}

.blog-details-content .comments-box .comment .reply-btn:hover {
  color: var(--theme-color);
}

.blog-details-content .comments-box {
  margin-bottom: 39px;
}

.blog-details-content .comments-form-area p {
  margin-top: 9px;
}

.blog-details-content .comments-form-area .form-group {
  position: relative;
  margin-bottom: 20px;
}

.blog-details-content .comments-form-area .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details-content .comments-form-area .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #dbe5e2;
  border-radius: 10px;
  font-size: 16px;
  color: #6d7270;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-group textarea {
  height: 120px;
  resize: none;
  padding-top: 15px;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus {
  border-color: var(--theme-color);
}

.blog-details-content .comments-form-area .form-group .check-box label {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--text-font);
  font-weight: 400;
  color: #6d7270;
  padding-left: 23px;
}

.blog-details-content .comments-form-area .form-group .check-box label:before {
  width: 14px;
  height: 14px;
  border-color: #dbe5e2;
  background: #e2edea;
  top: 6px;
}

.blog-details-content .comments-form-area .form-group .check-box label:after {
  left: 4px;
  width: 6px;
  height: 6px;
}

.blog-details-content .comments-form-area .form-group .check-box {
  position: relative;
  margin: 8px 0px 16px 0px;
}

.blog-details-content .comments-form-area .group-title {
  margin-bottom: 34px;
}

.page-title .info-content {
  position: relative;
  padding: 54px 0px 55px 0px;
}

.info-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.info-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.info-block-one .inner-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}

.info-block-one .inner-box p {
  margin-bottom: 23px;
}

.info-block-one .inner-box .phone-box input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #dbe5e2;
  border-radius: 40px;
  font-size: 16px;
  color: #6e6e6e;
  padding: 10px 25px;
  transition: all 500ms ease;
}

.info-block-one .inner-box .phone-box input:focus {
  border-color: var(--theme-color);
}

.info-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 34px 25px 38px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.info-block-two .inner-box h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 17px;
}

.info-block-two .inner-box .list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.info-block-two .inner-box .list-item li {
  margin-right: 10px;
}

.info-block-two .inner-box .list-item li:last-child {
  margin: 0px;
}

.info-block-two .inner-box .list-item li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  background: #e2edea;
  border-radius: 40px;
  padding: 9px 20px 9px 45px;
  text-align: left;
}

.info-block-two .inner-box .list-item li a i {
  position: absolute;
  left: 20px;
  top: 12px;
  color: var(--theme-color);
  font-size: 18px;
}

.info-block-two .inner-box .list-item li:first-child a {
  color: #fff;
  background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 100%);
}

.info-block-two .inner-box h4 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.info-block-two .inner-box p {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.info-block-two .inner-box p span {
  color: var(--title-color);
}

.info-block-two .inner-box h6 {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 28px;
}

.info-block-two .inner-box h6 img {
  position: absolute;
  left: 0px;
  top: 2px;
}

.info-block-two .inner-box h6 a {
  display: inline-block;
  color: var(--title-color);
}

.info-block-two .inner-box h6 a:hover {
  color: var(--theme-color);
}


.default-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 19px;
  padding-left: 18px;
}

.default-sidebar .widget-title h3 {
  font-size: 22px;
  line-height: 32px;
}

.default-sidebar .widget-title:before {
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 14px;
  left: 0px;
  top: 9px;
  border-radius: 2px;
}

.default-sidebar .widget-title:after {
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 18px;
  left: 2px;
  top: 7px;
}

.default-sidebar .contact-widget {
  position: relative;
  display: block;
}

.default-sidebar .contact-widget .widget-content {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 293px 25px 40px 25px;
}

.default-sidebar .contact-widget .widget-content .shape-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 405px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.default-sidebar .contact-widget .widget-content .shape-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 396px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: 100px;
  /* Offset 80px */
}

.default-sidebar .contact-widget .widget-content h3 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 11px;
  color: #fff;
}

.default-sidebar .contact-widget .widget-content h3 span {
  color: var(--theme-color);
}

.default-sidebar .contact-widget .widget-content p {
  color: #a5b2af;
  margin-bottom: 33px;
}

.default-sidebar .contact-widget .widget-content .phone {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: var(--title-color);
  background: #fff;
  border-radius: 40px;
  padding: 14px 20px 14px 20px;
  text-align: center;
  margin-bottom: 10px;
}

.default-sidebar .contact-widget .widget-content .phone:hover {
  color: var(--theme-color);
}

.default-sidebar .contact-widget .widget-content .phone span {
  position: relative;
  padding-left: 26px;
}

.default-sidebar .contact-widget .widget-content .phone span:before {
  position: absolute;
  content: "\f11e";
  font-family: 'flaticon';
  font-size: 16px;
  left: 0px;
  top: -3px;
  color: var(--theme-color);
}

.default-sidebar .contact-widget .widget-content .theme-btn {
  width: 100%;
  color: #fff;
}

/**Education detail **/

/** news-section **/

.news-section {
  position: relative;
  padding: 20px 0px 90px 0px;
}

.news-block-four .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}

.news-block-four .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.news-block-four .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.news-block-four .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.news-block-four .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 18px 10px 10px 10px;
}

.news-block-four .inner-box .lower-content h3 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 17px;
  margin-bottom: 19px;
  border-bottom: 1px solid #dbe5e2;
}

.news-block-four .inner-box .lower-content h3 a {
  display: inline-block;
  color: var(--title-color);
}

.news-block-four .inner-box .lower-content h3 a:hover {
  color: var(--theme-color);
}

.news-block-four .inner-box .lower-content .post-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.news-block-four .inner-box .lower-content .post-info li {
  position: relative;
  margin-right: 34px;
  padding-left: 23px;
  font-size: 16px;
  color: #6d7270;
}

.news-block-four .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-four .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: #6d7270;
}

.news-block-four .inner-box .lower-content .post-info li a:hover {
  color: var(--theme-color);
}

.news-block-four .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 14px;
}

.news-block-four .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: '';
  background: #c2d2cd;
  width: 3px;
  height: 14px;
  right: -18px;
  top: 6px;
  border-radius: 2px;
}

.news-block-four .inner-box .lower-content .post-info li:last-child:before {
  display: none;
}

.news-block-four .inner-box .lower-content .lower-box {
  position: relative;
  display: flex;
  align-items: center;
}

.news-block-four .inner-box .lower-content .lower-box h6 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 30px;
  color: var(--theme-color);
  border: 1px solid #dbe5e2;
}

.news-block-four .inner-box .lower-content .lower-box a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 44px;
  font-size: 20px;
  color: var(--title-color);
  border: 1px solid #dbe5e2;
  text-align: center;
  border-radius: 40px;
}

.news-block-four .inner-box .lower-content .lower-box a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
