/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/module-css/header.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .theme-btn {
  min-width: 180px;
}

.header-lower {
  /* background: color-mix(in srgb, var(--theme-color-light) 30%, transparent); */
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  display: none;
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;

}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  display: block;
  visibility: visible;
  -op-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -op-animation-duration: 500ms;
  animation-duration: 500ms;
  -op-animation-timing-function: linear;
  animation-timing-function: linear;
  -op-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top {
  position: relative;
  width: 100%;
  background: var(--gradient-theme-color);
  padding: 10px 0px;
}

.header-top .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-left: 360px; */
}

.header-top .links-list {
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .links-list li {
  margin-right: 35px;
}

.header-top .links-list li:last-child {
  margin: 0px !important;
}

.header-top .links-list li a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.header-top .links-list li a:hover {
  color: var(--theme-color-light) !important;
}

.header-top .info-list {
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .info-list li {
  position: relative;
  /* margin-right: 40px; */
  padding-left: 32px;
  color: #fff;
}

.header-top .info-list li:last-child {
  margin: 0px !important;
}

.header-top .info-list li i {
  vertical-align: -0.2em;
  top: 3px;
  font-size: 1.33333em;
  color: var(--secondary-color-light) !important;
}


.header-top .info-list select {
  /* position: relative; */
  -webkit-appearance: button !important;
  -moz-appearance: button !important;
  appearance: button !important;
  cursor: pointer;
  color: #fff;
  font-size: 16px;

}

.header-top .info-list select option {
  color: var(--secondary-color);

  cursor: pointer;
}

.header-top .info-list select option:hover {
  background-color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}


.header-top .info-list li a {
  position: relative;
  display: inline-block;
  color: var(--title-color-light);
}

.header-top .info-list li a:hover {
  color: var(--theme-color-light) !important;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 80px;
}

.main-header .outer-box .logo-box {
  position: relative;
  /* background: none !important; */
  /* opacity: 0.15; */
  padding: 0px 25px 0px 25px;
  /* margin-top: -60px; */
  margin-left: -60px;
  background: var(--secondary-color-white);
  z-index: 1;
}

.main-header .outer-box .logo-box .shape {
  position: absolute;
  top: 0px;
  right: -23px;
  width: 24px;
  height: 100%;
  background: var(--secondary-color-white);
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
          clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
}

.main-header .outer-box .logo-box .shape .bottom {
  bottom: 0px;
  height: 1px;
  width: 100%;
  position: absolute;
  background: white;
  display: block;

}

.main-header .outer-box .logo-box .shape {
  position: absolute;
  top: 0px;
  right: -23px;
  width: 24px;
  height: 100%;
  background: var(--secondary-color-white);
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
          clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
}

.main-header .outer-box .logo-box .shape:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--secondary-color-white);
}


.main-header .outer-box .logo-box .shape:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--secondary-color-white);
}

.main-header .outer-box .logo-box:after {
  position: absolute;
  content: '';
  top: 0;
  right: -31px;
  width: 32px;
  height: 100%;
  background: var(--secondary-color-white);
  -webkit-clip-path: polygon(100% 0%, 25% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
          clip-path: polygon(100% 0%, 25% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
  opacity: 0.15;
}

.main-header .outer-box .logo-box:before {
  position: absolute;
  content: '';
  background: var(--secondary-color-white);
  width: 5000px;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
}


.main-header .theme-btn:hover {
  color: var(--theme-color-light);
  border: 1px solid var(--secondary-color-white);
}

.main-header .theme-btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}

.main-header .theme-btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
  color: var(--secondary-color-light);
  border: 1px solid var(--secondary-color-white);
  background: var(--secondary-color-white);
}

.main-header.fixed-header .theme-btn:hover {
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color-dark);
}

.main-header.fixed-header .theme-btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}

.main-header.fixed-header .theme-btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
  color: var(--secondary-color-light);
  border: 1px solid var(--theme-color-dark);
  background: var(--theme-color-dark);
}




.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
}



.main-header .menu-area {
  position: relative;
  display: flex;
  align-items: center;
}


/** main-menu **/

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation>li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0px 20px;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  padding-top: 37px;
  padding-bottom: 37px;
  font-weight: 600;
  font-family: var(--title-font);
  opacity: 1;
  color: var(--title-color);
  z-index: 1;
  transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a {
  padding-right: 17px;
}

.main-menu .navigation>li.dropdown>a:hover {
  color: var(--theme-color-light);
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li.dropdown>a:before {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  /* top: 27px; */
  right: 0px;
  font-weight: 500;
  transition: all 300ms ease;
  color: var(--theme-color-light);
}

/* .main-menu .navigation>li>ul {

  visibility: hidden; 

} */

.submenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 260px;
  margin-top: 15px;
  z-index: 100;
  /* display: none; */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background: var(--secondary-color-white);
  /* opacity: 0; */
  border-radius: 8px;
  border-top: 5px solid var(--theme-color-light);
  animation: menuFadeIn 300ms ease forwards;
}

.submenu.fadeOut {
  animation: menuFadeOut 300ms ease forwards;
  pointer-events: none !important;
}


.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 10px;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
  position: relative;
  display: block;
  padding: 10px 25px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: var(--title-color);
  border-bottom: 1px solid #dbe5e2;

  text-align: left;
  /* transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; */
}

/* 
.main-menu .navigation>li>ul>li>a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
} */

.main-menu .navigation>li>.megamenu li>a {
  padding-left: 0px;
}

.main-menu .navigation>li>.megamenu h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
  padding-left: 35px;
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0%;
  margin-top: 15px;
  margin-left: 10px;
  width: 260px;
  z-index: 100;
  /* display: none; */
  border-radius: 8px;
  padding: 10px 0px;
  border-top: 5px solid var(--theme-color-light);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  /* transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; */
}

.main-menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 10px;
}

/* .main-menu .navigation>li>ul>li>ul>li>a {
 border-top: 1px solid rgba(0, 0, 0, 0.1);
} */

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 25px;
  line-height: 24px;
  /* font-weight: 600; */
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--title-font);
  border-bottom: 1px solid #dbe5e2;
  color: var(--title-color);
  text-align: left;
  /* transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; */
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  padding-left: 35px;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0%;
  margin-top: 0px;
}

/* Animations cho submenu */
/* @keyframes submenuFadeIn {
  from {
    opacity: 0;
    margin-top: 15px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes submenuFadeOut {
  from {
    opacity: 1;
    margin-top: 0;
  }
  to {
    opacity: 0;
    margin-top: 15px;
    visibility: hidden;
  }
} */

/* Class cho submenu đang fadeout */

/* .main-menu .navigation .dropdown .menusub.fadeOut {
  animation: menuFadeOut 300ms ease forwards;
  pointer-events: none !important;
} */

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 300ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: var(--theme-color);
  display: none;
}

.mobile-menu .nav-logo img {
  max-width: 160px;
}

.logo img {
  width: 280px;
  padding: 10px 5px 10px 5px;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

/** Mega Menu Styles **/

/* Animations cho mega menu */
@keyframes menuFadeIn {
  from {
    opacity: 0;
    margin-top: 15px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes menuFadeOut {
  from {
    opacity: 1;
    margin-top: 0;
  }

  to {
    opacity: 0;
    margin-top: 15px;
    visibility: hidden;
  }
}

.mega-menu-container {
  width: auto;
  position: absolute;
  background: var(--secondary-color-white);
  border-top: 5px solid var(--theme-color-light);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px 30px;
  z-index: 100;
  animation: menuFadeIn 300ms ease forwards;
}

.mega-menu-container.fadeOut {
  animation: menuFadeOut 300ms ease forwards;
  pointer-events: none;
}

.mega-menu-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.mega-menu-column {
  min-width: 230px;
  width: auto;
  margin-right: 30px;
  margin-bottom: 15px;
}

.mega-menu-column h4 {
  border-bottom: 1px solid #dbe5e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}

.mega-menu-column h4 a {
  color: var(--title-color);
  transition: all 300ms ease;
}

.mega-menu-column h4 a:hover {
  color: var(--theme-color-light);
}

.mega-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-column ul li {
  padding: 0;
  border-bottom: 1px solid #dbe5e2;
  margin: 0;
}

.mega-menu-column ul li:last-child {
  border-bottom: none;
}

.mega-menu-column ul li a {
  position: relative;
  display: block;
  padding: 10px 25px 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: var(--title-color);
  text-align: left;
  transition: all 300ms ease;
}

.mega-menu-column ul li a:hover {
  color: var(--theme-color-light);
  padding-left: 10px;
  padding-right: 15px;
}

/* Điều chỉnh cho menu đa cấp mới */
.main-menu .navigation>li.dropdown {
  position: static;
}

.main-menu .navigation>li.dropdown.current>a {
  color: var(--theme-color-light);
}

/* Style khi hover vào dropdown */
.main-menu .navigation>li.dropdown:hover .mega-menu-container,
.main-menu .navigation>li.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}

/* Hiệu ứng hover cho submenu cũ */
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
  padding-left: 35px;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  padding-left: 35px;
}

/* Style cho dropdown khi hover */
.main-menu .navigation>li.dropdown:hover>a {
  color: var(--theme-color-light);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/module-css/leftmenu.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* CSS cho dropdown menu - Chỉ dùng CSS thuần */
.leftmenu {
    position: relative;
    overflow: visible;
}

.leftmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.leftmenu li {
    position: relative;
}

.leftmenu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    /* border-bottom: 1px solid #eee; */
    transition: all 0.3s ease;
}

.leftmenu a:hover {
    background-color: #f5f5f5;
    color: #007bff;
}

/* Dropdown styling */
.leftmenu .dropdown {
    position: relative;
    overflow: visible;
}

.leftmenu .dropdown>a::after {
    content: '▼';
    float: right;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.leftmenu .dropdown:hover>a::after {
    transform: rotate(180deg);
}

/* Sub menu styling cho desktop */
.leftmenu .dropdown ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    z-index: 9999;
    pointer-events: none;
}

.leftmenu .dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.leftmenu .dropdown ul li {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.leftmenu .dropdown ul li:last-child {
    border-bottom: none;
}

.leftmenu .dropdown ul a {
    padding: 12px 15px;
    border-bottom: none;
    white-space: nowrap;
    background-color: #fff;
    color: var(--title-color) !important;
}

.leftmenu .dropdown ul a:hover {
    background-color: #f8f9fa;
    color: #007bff;
    padding-left: 20px;
}

/* Responsive cho mobile và màn hình nhỏ - Chỉ dùng CSS */
@media (max-width: 1200px) {
    .leftmenu .dropdown {
        position: relative;
    }

    .leftmenu .dropdown>a {
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .leftmenu .dropdown>a::after {
        content: '▼';
        float: right;
        font-size: 12px;
        transition: transform 0.3s ease;
        pointer-events: none;
    }

    /* Thay đổi cách hoạt động dropdown trên mobile */
    .leftmenu .dropdown ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        min-width: 100%;
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        border: 1px solid #ddd;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 9999;
        pointer-events: none;
        margin: 0;
    }

    /* Sử dụng :active và :focus để hiển thị dropdown */
    .leftmenu .dropdown:active ul,
    .leftmenu .dropdown:focus-within ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .leftmenu .dropdown:active>a::after,
    .leftmenu .dropdown:focus-within>a::after {
        transform: rotate(180deg);
    }

    /* Thêm hover effect như backup */
    .leftmenu .dropdown:hover ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .leftmenu .dropdown:hover>a::after {
        transform: rotate(180deg);
    }

    /* Khi focus vào link */
    .leftmenu .dropdown>a:focus {
        outline: none;
        background-color: #f5f5f5;
    }

    /* Làm cho dropdown có thể receive focus */
    .leftmenu .dropdown {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .leftmenu .dropdown ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .leftmenu .dropdown ul li:last-child {
        border-bottom: none;
    }

    .leftmenu .dropdown ul a {
        padding: 12px 15px;
        border-bottom: none;
        background-color: #fff;
        white-space: nowrap;
    }

    .leftmenu .dropdown ul a:hover {
        background-color: #f8f9fa;
        color: #007bff;
        padding-left: 20px;
    }

    /* Thêm tabindex để có thể focus */
    .leftmenu .dropdown>a {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

/* Clearfix utility */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Additional styling for better appearance */
.leftmenu {
    /* background-color: #fff; */
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.leftmenu>ul>li:first-child a {
    border-radius: 4px 4px 0 0;
}

.leftmenu>ul>li:last-child a {
    border-radius: 0 0 4px 4px;
    border-bottom: none;
}

/* Thêm style cho touch devices */
@media (hover: none) and (pointer: coarse) {
    .leftmenu .dropdown>a {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
}

/* 
QUAN TRỌNG: Để CSS hoạt động đúng trên mobile, cần thêm tabindex="0" vào thẻ <a> của dropdown
Ví dụ HTML:
<li className="dropdown">
  <a href="#" tabindex="0">{t('link_list.markets_insight')}</a>
  <ul>
    <li><a href="/markets-insight/#market-analysis">Phân tích cơ bản</a></li>
    <li><a href="/markets_insight/#technical-analysis">Phân tích kỹ thuật</a></li>
  </ul>
</li>

Hoặc trong Next.js:
<li className="dropdown">
  <Link href="/markets-insight" tabIndex={0}>{t('link_list.markets_insight')}</Link>
  <ul>
    <li><Link href="/markets-insight/#market-analysis">Phân tích cơ bản</Link></li>
    <li><Link href="/markets_insight/#technical-analysis">Phân tích kỹ thuật</Link></li>
  </ul>
</li>
*/
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/module-css/learn.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/** course-section **/

.course-section {
  position: relative;
}

.industry-tab .p-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.industry-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.industry-tab .p-tabs-content {
  position: relative;
  display: block;
}

.industry-tab .p-tab .course-block-one {
  position: relative;
  opacity: 0;
  top: 5px;
  transition: all 1000ms ease;
}

.industry-tab .p-tab.active-tab .course-block-one {
  opacity: 1;
  top: 0px;
}

.course-block-one .inner-box {
  position: relative;
  display: block;
}

.course-block-one .inner-box .image-box {
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
}

.course-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  border-radius: 15px;
}

.course-block-one .inner-box .image-box .image img {
  width: 100%;
  border-radius: 15px;
}

.course-block-one .inner-box .image-box a {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.course-block-one .inner-box .text {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 40px;
  padding: 11px 30px 14px 30px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 23px;
}

.course-block-one .inner-box .text p {
  position: relative;
  display: inline-block;
  color: #6d7270;
  padding-left: 22px;
}

.course-block-one .inner-box .text p i {
  position: absolute;
  left: 0px;
  top: 4px;
  color: var(--theme-color);
  font-size: 15px;
}

.course-block-one .inner-box h3 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}

.course-block-one .inner-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.course-block-one .inner-box h3 a:hover {
  color: var(--theme-color);
}

.course-block-one .inner-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);
}

.course-block-one .inner-box .link a:hover {
  color: var(--theme-color);
}

.course-block-one .inner-box .link a span {
  position: relative;
  padding-left: 25px;
}

.course-block-one .inner-box .link a span:before {
  position: absolute;
  content: "\f104";
  font-family: 'flaticon';
  font-size: 20px;
  left: 0px;
  top: -3px;
  font-weight: 400;
}

.industry-tab .industry-tab-btns {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-tab .industry-tab-btns .p-tab-btn {
  position: relative;
  margin-right: 20px;
}

.industry-tab .industry-tab-btns .p-tab-btn:last-child {
  margin: 0px;
}

.industry-tab .industry-tab-btns .p-tab-btn h6 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-right: 60px;
  cursor: pointer;
}

.industry-tab .industry-tab-btns .p-tab-btn.active-btn h6 {
  color: #fff;
}

.industry-tab .industry-tab-btns .p-tab-btn h6 span {
  position: relative;
  display: block;
  padding: 11px 29px;
  border-radius: 40px;
  border: 1px solid #dbe5e2;
}

.industry-tab .industry-tab-btns .p-tab-btn.active-btn h6 span,
.industry-tab .industry-tab-btns .p-tab-btn.active-btn h6 i {
  background: var(--theme-color-light);
  border-color: var(--theme-color-light);
}

.industry-tab .industry-tab-btns .p-tab-btn h6 i {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 50px;
  line-height: 56px;
  font-size: 30px;
  border-radius: 40px;
  border: 1px solid #dbe5e2;
}

.industry-tab .industry-tab-btns .p-tab-btn h6 i:before {
  display: inline-block;
  transform: rotate(-90deg);
}

.industry-tab .industry-tab-btns .p-tab-btn.active-btn h6 i:before {
  transform: rotate(0deg);
}

.course-section .dots-style-one {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 56px;
}

.course-section .dots-style-one .swiper-pagination-bullet {
  background-color: #c6d5d0;
}

.course-section .nav-style-one {
  position: absolute;
  display: block;
  max-width: 194px;
  width: 100%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  bottom: 24px;
  z-index: 1;
}

.course-section .nav-style-one button {
  color: var(--title-color);
}

.course-section .nav-style-one button.owl-prev {
  position: absolute;
  left: 0px;
  top: 0px;
}

.course-section .nav-style-one button.owl-next {
  position: absolute;
  right: 0px;
  top: 0px;
}

/** lesson-section **/

.lesson-section {
  position: relative;
  padding: 114px 0px 90px 0px;
}



.lesson-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  padding: 40px 30px 35px 40px;
}

.lesson-block-one .inner-box .image-box {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 150px;
  width: 150px;
  /* Chiều cao cố định cho khung ảnh */
  border-radius: 8px;
}



.lesson-block-one .inner-box .image-box img {
  /* width: 100%; */
  width: 150px;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
  /* Giúp ảnh lấp đầy khung mà không bị méo */
  object-position: center;
  /* Căn giữa ảnh */
  transition: transform 0.5s ease;
  /* Hiệu ứng khi hover */
}

.lesson-block-one:hover .image-box img {
  transform: scale(1.05);
}

.lesson-block-one:hover .image-box:after {
  opacity: 1;
}

/* Hiển thị danh mục trên ảnh */
.lesson-block-one .image-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
  z-index: 1;
}

/* Overlay khi hover qua ảnh */
.lesson-block-one .image-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}



.lesson-block-one .inner-box .content-box {
  position: relative;
  padding-left: 170px;
  min-height: 115px !important;
}

.lesson-block-one .inner-box .content-box .rating {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  padding-left: 23px;
}

.lesson-block-one .inner-box .content-box .rating i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #00b67a;
}

.lesson-block-one .inner-box .content-box h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: var(--theme-color-light);
  margin-bottom: 12px;
}

.lesson-block-one .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
}

.lesson-block-one .inner-box .content-box h3 a {
  display: inline-block;
  color: var(--title-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lesson-block-one .inner-box .content-box h3 a:hover {
  color: var(--theme-color-light);
}

.lesson-block-one .inner-box .content-box .info-list li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #6d7270;
  margin-right: 20px;
  padding-left: 24px;
}

.lesson-block-one .inner-box .content-box .info-list li:last-child {
  margin: 0px;
}

.lesson-block-one .inner-box .content-box .info-list li i {
  left: 0px;
  top: 2px;
  font-size: 16px;
  color: var(--theme-color);
}


.lesson-block-one .inner-box i {
  /* position: absolute; */
  left: 0px;
  top: 2px;
  font-size: 16px;
  color: var(--theme-color);
}

/** enhanced-courses-section-styling **/

/* Styling cho phần Begin with these courses */
.title-icon {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: var(--theme-color);
  margin-bottom: 10px;
}

.sec-desc {
  font-size: 18px;
  line-height: 28px;
  color: #6d7270;
  margin-top: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}



/** swiper-css-fixes **/

/* Sửa lỗi hiển thị quá nhiều slides */
.courses-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.courses-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.courses-carousel .swiper-slide {
  height: auto;
  opacity: 1 !important;
  /* Đảm bảo tất cả slide đều hiển thị */
  visibility: visible !important;
  /* Đảm bảo tất cả slide đều hiển thị */
}

/* Chỉ hiển thị rõ những slide active */
.courses-carousel .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
  opacity: 0.5 !important;
}

/* Đảm bảo slide có width đúng */
.courses-carousel .swiper-slide {
  width: calc((100% - 60px) / 3) !important;
  /* (100% - (spaceBetween * 2)) / slidesPerView */
}

@media (max-width: 1199px) {
  .courses-carousel .swiper-slide {
    width: calc((100% - 25px) / 2) !important;
    /* (100% - spaceBetween) / slidesPerView */
  }
}

@media (max-width: 767px) {
  .courses-carousel .swiper-slide {
    width: 100% !important;
  }
}


/* Styling cho phần danh mục */
.category-section {
  position: relative;
  margin-bottom: 30px;
  background: #f6f9f8;
  border-radius: 10px;
  padding: 10px 30px;
  border-left: 4px solid var(--theme-color);
}

.category-heading {
  position: relative;
  margin-bottom: 15px;
}

.category-heading h4 {
  font-size: 20px;
  line-height: 28px;
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 0;
}

.categories-list {
  position: relative;
}

.categories-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.categories-list ul li {
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
}

.categories-list ul li:last-child {
  margin-right: 0;
}

.categories-list ul li a {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #6d7270;
  background: #fff;
  padding: 8px 18px;
  border-radius: 5px;
  border: 1px solid #dbe5e2;
  transition: all 300ms ease;
}

.categories-list ul li.active a,
.categories-list ul li a:hover {
  background: var(--theme-color-light);
  color: #fff;
  border-color: var(--theme-color-light);
}

/* Styling cho phần tìm kiếm */
.search-container {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.lesson-search {
  position: relative;
  width: 300px;
}

.lesson-search .search-form {
  position: relative;
}

.lesson-search .search-form input {
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #dbe5e2;
  border-radius: 25px;
  padding: 10px 50px 10px 20px;
  font-size: 15px;
  color: #6d7270;
  transition: all 300ms ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

.lesson-search .search-form input:focus {
  border-color: var(--theme-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.lesson-search .search-form button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--theme-color);
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
}

.lesson-search .search-form button:hover {
  color: var(--title-color);
}

.search-results-info {
  position: relative;
  margin-top: 15px;
  text-align: right;
  width: 100%;
  max-width: 300px;
}

.search-results-info p {
  margin: 0;
  font-size: 14px;
  color: #6d7270;
}

.search-results-info p strong {
  color: var(--title-color);
}

.no-results {
  position: relative;
  text-align: center;
  padding: 50px 30px;
  background: #f6f9f8;
  border-radius: 10px;
  margin-bottom: 30px;
}

.no-results h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--title-color);
}

.no-results p {
  font-size: 16px;
  color: #6d7270;
}

/** pagination-styling **/

.pagination-wrapper {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.pagination {
  position: relative;
  display: inline-block;
}

.pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #fff;
  text-align: center;
  color: var(--title-color);
  border-radius: 50%;
  border: 1px solid #dbe5e2;
  transition: all 500ms ease;
}

.pagination li.active a,
.pagination li a:hover {
  color: #fff;
  background: var(--theme-color-light);
  border-color: var(--theme-color-light);
}

.pagination li.disabled a {
  color: #b1bfba;
  cursor: not-allowed;
}

.pagination li:first-child a,
.pagination li:last-child a {
  width: auto;
  padding: 0 20px;
  border-radius: 30px;
}

.pagination li:first-child a i,
.pagination li:last-child a i {
  font-size: 14px;
  position: relative;
  top: 1px;
}

/* Responsive Styling */
@media only screen and (max-width: 1199px) {
  .search-container {
    align-items: stretch;
  }

  .lesson-search {
    width: 100%;
    max-width: 100%;
  }

  .search-results-info {
    text-align: left;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .title-icon {
    font-size: 40px;
    line-height: 40px;
  }

  .sec-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .lesson-search .search-form {
    max-width: 100%;
  }

  .lesson-search .search-form input {
    height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .category-section {
    padding: 20px;
  }

  .category-heading h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .categories-list ul li a {
    padding: 6px 15px;
    font-size: 14px;
  }

  .pagination li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .pagination li:first-child a,
  .pagination li:last-child a {
    padding: 0 15px;
  }

  .title-icon {
    font-size: 35px;
    line-height: 35px;
  }

  .lesson-search .search-form input {
    height: 50px;
    font-size: 15px;
  }

  .search-results-info p {
    font-size: 15px;
  }

  .no-results h4 {
    font-size: 20px;
  }

  .no-results p {
    font-size: 15px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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);
}
